@charset "UTF-8";
/* CSS Document */

/*---------------------------------
* utility
---------------------------------*/


html{
    font-size: 62.5%; /*16px×62.5%=10px*/
}

body{
    font-family: 'Noto Sans JP', sans-serif!important;
    font-size: 16px!important;
    font-weight: 400!important;
    font-style: normal!important;
    min-width: 1200px;
    color: #222222;
}

img{
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

a{
    color: #222222;
    text-decoration: none;
    transition: all .3s linear;
}

.sec_wrapper{
    max-width: 1200px;
    margin: 0 auto;
}


.sp-display{
  display: none;
}

.pc-display{
  display: block;
}

.sp-inlineBlock{
  display: none;
}


/*---------------------------------
* common
---------------------------------*/



/*---------------------------------
* フォームページ　header
---------------------------------*/

.form_header{
    height: 74px;
    background-color: #fff;
    padding-left: 20px;
}

.form_header_inner{
    height: 100%;
    display: flex;
    align-items: center;
}

.form_header_img01{
    width: 215px;
    margin-right: 19px;
}

.form_header_img02{
    width: 172px;
}

/*---------------------------------
* フォームページ　共通
---------------------------------*/

.form_sec{
    background-color: #F5F5F5;
    padding: 56px 0 78px;
}

.form_inner{
    background-color: #fff;
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    padding: 58px 42px 65px;
    box-sizing: border-box;
    justify-content: space-between;
}

.form_title{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.form_bl01{
    width: 352px;
}

.form_bl01_ttl{
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    border-left: 8px solid #005FA4;
    padding-left: 10px;
    line-height: 29px;
}

.form_bl01_img{
    width: 351px;
    margin-top: 36px;
}

.form_bl01_list{
    margin-top: 55px;
    border: 1px solid #005FA4;
    padding: 38px 50px 26px;
    position: relative;
}

.form_bl01_listTtl{
    width: 130px;
    height: 38px;
    background-color: #005FA4;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto ;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translate(-50%);
}

.form_bl01_listCont li{
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.form_bl01_listCont li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #005FA4;
    border-radius: 50%;
    margin-right: 14px;
}

.form_bl01_listCont li:nth-of-type(n+2){
    margin-top: 10px;
}

.form_bl02{
    width: 471px;
    background-color: #F4F9FC;
    padding: 35px 34px 45px;
    box-sizing: border-box;
}

.form_el .container{
    border: none;
    width: 100%;
    background: unset;
}

.form_el .container br{
    display: none;
}

.form_el .item td{
    display: flex;
    background: unset;
    align-items: center;
}

.form_el .item td.label{
    flex-direction: row-reverse;
    width: fit-content;
    font-size: 15px;
    margin-top: 15px;
}

.form_el table tr:first-of-type.item td.label{
    margin-top: 0;
}

.form_el .item td.value{
    display: block;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}

.form_el .item td.value input, .form_el .item td.value textarea{
    width: 100%;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.form_el p.required_msg:after{
    content: none;
}

.form_el div.wrapper{
    width: 100%;
    background: unset;
}

.form_el div.button_area{
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 18px;
}

.form_el .container h1{
    display: none;
}

.form_el .container>p{
    display: none;
}

.form_el table.items{
    border: none;
    margin-top: 35px;
    width: 100%;
}

.form_bl02_txt01{
    font-size: 18px;
    font-weight: 700;
}

.form_bl02_txt02{
    font-size: 12px;
    margin-top: 10px;
}

.form_el span.required:after{
    content: "必須";
}

.form_el span.required{
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    background-color: #D90000;
    width: 27px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_el table tr#item_1 .comment{
    display: none;
}

.form_el table tr#item_2 .comment{
    display: none;
}

.form_el table tr#item_2 td.value input{
    width: 43%;
}

.form_el table tr#item_2 td.value input:first-of-type{
    margin-right: 1.8%;
}

.form_el p.label_mail{
    margin: 16px 0 8px 0;
}

.form_el td.comment{
    margin-top: 5px;
}

.form_el table tr#item_5 td.value textarea{
    height: 143px;
}

.form_el .privacy_policy{
    font-size: 12px;
    line-height: 1.83;
    text-align: left;
    margin: 12px 0 0 0;
}

.form_el .privacy_policy a{
    color: #005FA4;
    text-decoration: underline;
}

.form_el input[type=button]{
    background-color: #D90000;
    border: 1px solid #D90000;
    width: 187px;
    height: 52px;
    box-sizing: border-box;
    font-size: 15px;
    transition: all .3s linear;
}

.form_el input[type=button]:hover{
    background-color: #fff;
    color: #D90000;
}

/*---------------------------------
* フォームページ　footer
---------------------------------*/

.form_footer{
    background-color: #fff;
    padding: 34px 33px 9px 46px;
}

.form_footer>ul{
    display: flex;
    justify-content: space-between;
}

.footer_img{
    width: 172px;
}

.gps_footer .footer_contact{
    display: flex;
}

.gps_footer .footer_contact>div:first-of-type{
    margin-right: 30px;
}

.footer_contact_contTtl{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.footer_contact_cont01{
    text-align: left;
    margin-top: 10px;
}

.footer_contact_cont01 span:first-of-type{
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.footer_contact_cont01 span:nth-of-type(2){
    font-size: 20px;
    font-weight: 700;
}

.footer_contact_cont02{
    font-size: 10px;
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}

.footer_contact_cont02>ul{
    display: flex;
}

.footer_contact_cont02>ul li{
    line-height: 1.5;
}

.footer_contact_cont02>ul li:first-of-type{
    margin-right: 10px;
}

.form_footer_copyright{
    margin-top: 36px;
}

.form_footer_copyright small{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/*---------------------------------
* フォームページ　お問い合わせ
---------------------------------*/

.contact_sec .form_bl01_ttl{
    font-size: 19px;
}

.contact_sec .form_bl01_list{
    margin-top: 36px;
    padding: 28px 59px 34px;
}

.contact_sec .form_bl01_listCont li:nth-of-type(n+2){
    margin-top: 15px;
}

.contact_form_txt{
    font-size: 12px;
    line-height: 1.83;
    text-align: left;
    margin-top: 30px;
}

.contact_sec .form_el table tr#item_8 input, .contact_sec .form_el table tr#item_9 input{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 3.5px;
}

.form_el table tr#item_8 td.value br, .form_el table tr#item_9 td.value br{
    display: block;
}

.contact_sec .form_el table tr#item_8 textarea{
    margin-top: 10px;
    width: 315px;
    height: 110px;
}

.gps_form_wrap td.label{
    padding: 4px 0 0 5px;
}

.gps_form_wrap td.value{
    padding: 3px 6px 0 3px;
}

.form_bl02_txt03, .form_bl02_txt03 a{
    color: #D90000;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

.form_bl02_txt03 a{
    text-decoration: underline;
}


@media screen and (max-width: 1080px){

  body{
      min-width: 1366px;
      margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {

    /*---------------------------------
    * utility
    ---------------------------------*/

    body {
        min-width: initial; /* 初期値 */
        min-width: 100%;
    }

    .sec_wrapper{
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .sp-display{
        display: block;
    }

    .pc-display{
        display: none;
    }

    .sp-inlineBlock{
        display: inline-block;
    }

    /*---------------------------------
    * common
    ---------------------------------*/


    /*---------------------------------
    * フォームページ header
    ---------------------------------*/

    .form_header{
        height: 50px;
    }

    .form_header_img01{
        width: 175px;
    }

    .form_header_img02{
        width: 125px;
    }

    /*---------------------------------
    * フォームページ 共通
    ---------------------------------*/

    .form_sec{
        padding: 40px 0 60px;
    }

    .form_title{
        font-size: 26px;
    }

    .form_inner{
        width: 100%;
        flex-direction: column;
        padding: 30px 20px 30px;
    }

    .form_bl01{
        width: 100%;
    }

    .form_bl01_ttl{
        font-size: 18px;
    }

    .form_bl01_img{
        width: 100%;
    }

    .form_bl01_list{
        padding: 38px 30px 26px;
    }

    .form_bl02{
        margin-top: 30px;
        width: 100%;
        padding: 25px 15px 30px;
    }

    .form_bl02_txt01{
        font-size: 17px;
    }

    .form_bl02_txt02{
        line-height: 1.5;
    }

    .form_el .item td.label{
        padding-top: 0;
    }

    .form_el .item td.value input, .form_el .item td.value textarea{
        width: 100%!important;
    }

    .form_el table tr#item_2 td.value input{
        width: 39%!important;
    }

    .form_el p.label_mail:after{
        line-height: 1.5;
    }

    .form_el td.comment{
        line-height: 1.5;
    }

    /*---------------------------------
    * フォームページ footer
    ---------------------------------*/

    .form_footer{
        padding: 30px 20px 10px;
    }

    .form_footer>ul{
        flex-direction: column;
    }

    .footer_contact{
        margin-top: 20px;
        text-align: left;
    }

    .gps_footer .footer_contact{
        flex-direction: column;
    }

    .gps_footer .footer_contact>div:first-of-type{
        margin-right: 0;
        margin-bottom: 25px;
    }

    /*---------------------------------
    * フォームページ　お問い合わせ
    ---------------------------------*/

    .contact_sec .form_bl01_list{
        padding: 25px 37px 25px;
    }

    .contact_form_txt{
        margin-top: 20px;
    }

    .contact_sec .form_el table tr#item_8 td.value, .contact_sec .form_el table tr#item_9 td.value{
        font-size: 13px;
    }

    .contact_sec .form_el table tr#item_8 input, .contact_sec .form_el table tr#item_9 input{
        width: 18px!important;
    }

}
