@charset "utf-8";

.company_page{}

/* sec ttl */ 
.contact_page .sec_ttl{background-image: url(/src/images/contact/contact_bg.jpg);}

  .cnct_note{
    width: 100%;
    max-width: 1025px;
    margin: 0 auto 10px;
    text-align: right;
    }
    .cnct_radio{
      display:  flex;
      flex-wrap: wrap;
      align-items: center;
      height: 50px;
      }
      .cnct_radio_itm{margin-right: 25px;}
        .cnct_radio_itm:last-of-type{margin-right: 0;}
      .input_mf{margin-right: 40px;}
  .cnct_btn_area{padding-bottom: 170px;}
    .cnct_btn_area .glbl_btn_blue-gd {
      width: 395px;
      height: 94px;
      font-size: 25px;
      }
      .cnct_btn_area .glbl_btn_blue-gd::before {top: 37px;}

@media screen and (max-width: 850px) {

.cnct_radio{height: auto;}
.cnct_btn_area{padding-bottom: 100px;}
  .cnct_btn_area .glbl_btn_blue-gd{
    width: 320px;
    height: 65px;
    font-size: 17px;
    }
    .rsrv_btn_area .glbl_btn_blue-gd::before {top: 24px;}

}/* max-width: 850px */