@media screen and (max-width: 640px){
    .tooltip{
        top: -7vh !important;
    }
    .add_input span .tooltip{
        top: -4vh !important;
    }
    .input_wrap .tooltip{
        top:0px !important; 
    }
}

/*20230110 add*/
@media screen and (min-width: 1400px){
body.company_group .triple_rec_btn{
    width: 1200px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (min-width: 1400px){
.triple_rec_btn a {
    padding: 19.6px !important;
    width: 350px;
}
}

/*20230119 add*/
.page_general .list_description2 div a.news_link {
    white-space: unset;
}

/*20230214 add*/
@media screen and (min-width: 1400px) {
  .catalog_box .catalog_item .catalog_info p.catalog_flg {
    font-size: 10.5px;
    margin-right: 10px;
 }
}
.catalog_box .catalog_item .catalog_info p.catalog_flg {
    font-size: 0.5vw;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .catalog_box .catalog_item .catalog_info p.catalog_flg {
    font-size: 2.5vw;
    margin-right: 10px;
  }
}
/* 20230315 ADD */
@media screen and (min-width: 1025px){
  .paragraph {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    display: block;
  }
  .paragraph .image_right {
    /*float: right;*/
    margin: 0 0 0 30px;
    /*max-width: 400px;*/
  }
  .paragraph p.caption {
    text-align: center;
  }
  .paragraph .float_text {
    width: 100%;
  }
  .paragraph .clearfix {
    zoom: 1;
  }
  .paragraph p.float_text.text_left {
    text-align: left;
  }
  .paragraph .float_text .sign {
    text-align: right;
    display: block;
    margin-top: 1em;
  }
  .paragraph .float_text .sign .sign_first {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1025px) {
  .paragraph {
    display: table;
  }
  .paragraph .image_right {
    margin: 1em auto;
    max-width: 100%;
    text-align: center;
    display: table-footer-group;
  }
  .paragraph p.float_text.clearfix {
    margin-bottom: 30px;
  }
  .paragraph .float_text .sign {
    text-align: right;
    display: block;
    margin-top: 1em;
  }
  .paragraph .float_text .sign .sign_first {
    margin-right: 1em;
  }
}
/* 20230328 ADD */
section.contactAndCatalog2.h-100 {
    height: auto;
}
section.contactAndCatalog2.h-100 a {
    margin-bottom: 20px;
}
/* 20230810 ADD */
@media screen and (min-width: 1400px) {
  main .col_ > a.button {
    padding: 0 35px 0 15px;
    height: auto;
  }
}
/* 20230810 ADD */
.mainT .mainB .section .box .box_L01 {
    border: 1px solid;
    padding: 20px;
    margin-bottom: 30px;
}
.mainT .mainB .section .box .box_L01 p.small {
    font-size: 14px;
}
.mainT .mainB .section .box .box_L01 p + p.small {
    margin-top: 20px;
}

.mainT .mainB .section .box .box_M01 {
    width: 80%;
    margin: 0 auto 30px;
}

.mainT .mainB .section .box .box_M01 p {
    font-size: 18px;
}

.mainT .mainB .section .box .box_S01 {
    margin: 0 auto 30px;
    width: 50%;
}

.mainT .mainB .section .box .box_S01 p.border {
    border: 1px solid;
    padding: 10px;
}

.mainT .mainB .section .box .box_S01 p.border span.tc {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.mainT .mainB .section .box .box_S01 p.tr {
    text-align: right;
}
table.tableType01 ul.ml-55 {
    margin-left: 55px;
}
table.tableType01 p.tr {
    text-align: end;
}
@media screen and (max-width: 640px) {
  .mainT .mainB .section .box .box_M01 {
    width: 100%;
  }
  .mainT .mainB .section .box .box_S01 {
    width: 100%;
  }
}