@charset "utf-8";
/* CSS Document */

.section-title{
    position: relative;
    opacity: 0;
}
.section-title.slide_in{ opacity: 1;}
.sec-title--text{
    position: relative;
    font-size: 1.6rem;
    color: #073190;
    line-height: 1.3;
    padding: 25px 0 25px 15px;
    box-sizing: border-box;
}
.sec-title--text:before{
    position: absolute;
    top: 72%;
    left: -150px;
    display: block;
    content: '';
    width: 258px;
    height: 2px;
    background: #073190;
}
.sec-title--text span{
    display: block;
    font-size: 10.0rem;
    margin-left: -10px;
}


@media(max-width:767px) {
    .sec-title--text{
        font-size: 1.3rem;
        padding: 3% 0;
    }
    .sec-title--text:before{
        top: 64%;
        left: -4%;
        width: 55px;
    }
    .sec-title--text span{
        font-size: 3.8rem;
        margin-bottom: 8px;
        margin-left: 0;
    }

}


/* ---------------------------------------------
  sec01
-----------------------------------------------*/
.sec01{
    padding-bottom: 190px;
    box-sizing: border-box;
}
.sec01 p{
    font-size: 1.6rem;
    line-height: 1.75;
}

.contact_btn_wrap{
    margin: 80px auto 200px auto;
}
.contact_btn_wrap .btn_list{
    display: flex;
    flex-wrap: wrap;
}
.contact_btn_wrap .btn_list li{
    width: 48%;
    max-width: 480px;
    margin-right: 4%;
    margin-bottom: 20px;
}
.contact_btn_wrap .btn_wrap .btn{
    width: 100%;
    max-width: inherit;
}
.contact_btn_wrap .btn_list li:nth-of-type(2n){ margin-right: 0;}
.contact_btn_wrap .btn_wrap .btn:after{ left: 85%;}

.cnts_btn_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cnts_btn_wrap .btn{
    width: 46%;
    margin: 0;
}
.cnts_btn_wrap .btn+.btn{ margin-left: 60px;}


@media(max-width:767px) {
    .sec01{
        padding-bottom: 18%;
        box-sizing: border-box;
    }
    .sec01 p{
        font-size: 1.4rem;
    }

    .contact_btn_wrap{
        margin: 10% auto 12% auto;
    }
    .contact_btn_wrap .btn_list{
        display: block;
    }
    .contact_btn_wrap .btn_list li{
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .contact_btn_wrap .btn_list li+li{ margin-top: 4%;}
    .contact_btn_wrap .btn_list li:nth-of-type(2n){ margin-right: auto;}

    .contact_btn_wrap .btn_wrap .btn:after{ left: 84%;}

    .cnts_btn_wrap .btn{
        width: 48%;
        margin: 0 auto;
    }
    .cnts_btn_wrap .btn+.btn{ margin-left: 4%;}
    .cnts_btn_wrap.btn_wrap .btn:after{ left: 69%;}
}


/* ---------------------------------------------
  form
-----------------------------------------------*/
.nav_list{
    margin-top: 100px;
}
.nav_list ul{
    display: flex;
    justify-content: space-between;
}
.nav_list li{
    position: relative;
    width: 32%;
    max-width: 280px;
    display: block;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    padding: 19px 28px 23px 28px;
    border: 2px solid #333;
    box-sizing: border-box;
}
.nav_list li.current{
    background: #333;
    color: #FFF;
}

.nav_list li:after{
    display: block;
    position: absolute;
    left: 75%;
    top: 50%;
    margin-top: -6px;
    content: '';
    width: 37px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew( 45deg);
}
.nav_list li.current:after{
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#contactForm{
    margin-bottom: 200px;
}

#confirm_button {
    margin-bottom: 200px;
}

.tbl.form_style{
    margin-top: 80px;
    margin-bottom: 100px;
}
.tbl.form_style th{
    width: 265px;
}
.tbl.form_style td{
    padding: 25px 0 25px 25px;
}

.form_style .form_wrap{
    position: relative;
}
.form_style .required,
.form_style .any{
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    z-index: 2;
}
.form_style .required{ background: #073190;}
.form_style .any{ background: #333333;}

.txtarea_wrap .any{
    position: absolute;
    top: 0;
}

.input_wrap{
    position: relative;
    width: 100%;
}

.form_style input,
.form_style textarea{
    width: 100%;
    margin-left: -1px;
    /* background: #FFF; */
    padding: 10px 15px 9px 60px;
    font-size: 1.6rem;
	font-weight: 400;
    outline: none;
    box-shadow: none;
    border: 1px solid #EFF3F9;
    box-sizing: border-box;
}
.form_style input{
    position: absolute;
    top: -45px;
}
.form_style textarea{
	height: 180px;
	resize: vertical;
}

/*セレクトボックス*/
select::-ms-expand {
    display: none;
}
.select{
    position: absolute;
    top: -45px;
	width: 100%;
}


.selectIn {
	width: 100%;
	overflow: hidden;
	margin: 0;
	text-align: center;
	position: relative;
    border: 1px solid #EFF3F9;
	background: #ffffff;
    box-sizing: border-box;
}
.selectIn:after{
    position: absolute;
    right: 5px;
    /*top: 50%;
    margin-top: -5px;*/
    bottom: 10px;
    display: block;
    content: '';
	background: url("../img/contact/select_arrow.svg") no-repeat center center;
    width: 24px;
    height: 16px;
}

.selectIn select {
	position: relative;
	width: 100%;
    height: 45px;
    font-size: 1.6rem;
	font-weight: 400;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
    padding: 10px 15px 9px 60px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	z-index: 3;
}
.select_wrap .selectIn select::-ms-expand {
    display: none;
}
.select_wrap .selectIn select option { color: #333; }

/* ラジオボックス */
.radio-input{
    visibility: hidden;
    width: 1px !important;
    padding: 0 !important;
    margin-left: -1px;
}
.radiobox{
    position: absolute;
    top: -45px;
    height: 45px;
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.radiobox li+li{ margin-left: 20px;}
.radio-parts{
    padding-left: 20px;
    position:relative;
    font-size: 1.6rem;
	font-weight: 400;
    cursor: pointer;
}
.ie .radio-parts{ top: 1px;}
.radio-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -3px;
    width: 16px;
    height: 16px;
    background: #FFF;
    border-radius: 100%;
    border: 1px solid #000;
}
.radio-input:checked + .radio-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 100%;
}
.ie .radio-parts::before{
    top: 4px;
}
.ie .radio-input:checked + .radio-parts::after{
    top: 7px;
}
.btn_wrap .submit_btn{
    font-size: 1.6rem;
    font-weight: 700;
    background: #333333;
    border: 2px solid #333;
    cursor: pointer;
}
.btn_wrap .btn.submit_btn:after{ display: none;}
.btn_wrap .submit_btn:hover{ color: #333;}

/* .contact-radioset .mwform-radio-field.horizontal-item {
    display: inline-block;
    height: 3rem;
    padding-left: 10px;
}*/

#radio_wrap {
    position: absolute;
    left: 80px;
    top: 5px;
}

.mwform-radio-field label {
    margin-right: 30px;
}

.mwform-radio-field-text {
    padding-left: 20px;
}

.form_style input.uk-radio {
    cursor: pointer;
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
} 

.form_style input.uk-radio:checked::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #000;
    border: 3px solid white;
    border-radius: 8px;
}

/* 確認画面 */
.mw_wp_form_confirm span.required {
    display: none;
}

.mw_wp_form_confirm span.any {
    display: none;
}

.mw_wp_form_confirm div.select {
    top: -6px;
}

.mw_wp_form_confirm div.selectIn {
    border: none;
    text-align: left;
}

.mw_wp_form_confirm div.selectIn::after {
    display: none;
}

.mw_wp_form_confirm #radio_wrap {
    left: 0;
}

/* formError */
.contact-form__item-errormsg{
    font-size: 1.6rem;
    color: #CF000E;
    background: none;
    margin-bottom: -20px;
    padding-left: 50px;
    box-sizing: border-box;
}

p.contact-form__item-errormsg{
    line-height: 3rem;
}

.contact-radioset .contact-form__item-errormsg{
    position: relative;
    margin-left: -80px;
    margin-top: 8px;
    margin-right: 80px;
}

.contact-form__item-errormsg::after{
    content: "";
    position: absolute;
    width: 100%;
    background: #FFE4E4;
    left: 0;
    top: -45px;
    height: 45px;
    z-index: -1;
}

.error{
    position: relative;
}
.error+input{
    position: absolute;
    top: -45px;
    left: 0;
}

.input_wrap.error input{
    background: #FFE4E4;
}
.radio_wrap.error .radiobox{
    width: 100%;
    background: #FFE4E4;
}
.radio_wrap.error .contact-form__item-errormsg{
    padding-left: 0;
    position: absolute;
    bottom: -12px;
    margin-left: -10px;
}

@media(max-width:767px) {
    .nav_list{
        margin-top: 16%;
    }
    .nav_list ul{
        display: block;
    }
    .nav_list li{
        width: 100%;
        max-width: inherit;
        font-size: 1.4rem;
        padding: 14px 15px 16px 15px;
    }
    .nav_list li+li{ margin-top: 3%;}
    .nav_list li:after{
        left: 80%;
    }

    #contactForm{
        margin-bottom: 18%;
    }

    .tbl.form_style{
        margin-top: 12%;
        margin-bottom: 12%;
    }
    .tbl.form_style th{
        width: 100%;
    }
    .tbl.form_style td{
        padding: 5% 0;
    }

    .form_style .required,
    .form_style .any{
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
    }

    .form_style input,
    .form_style textarea{
        padding: 7px 15px 7px 52px;
        font-size: 1.6rem;
    }
    .form_style input{
        top: -42px;
    }
    /* .mobile.android .form_style input{
        top: -40px;
        padding: 7px 15px 8px 52px;
    } */

    .form_style textarea{
        height: 42vw;
        margin-top: -40px;
    }
    .form_style input::placeholder,
    .form_style textarea::placeholder{
      font-size: 1.4rem;
    }

    /*セレクトボックス*/
    .select_wrap.select_date{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .select_wrap .select{
        position: relative;
        width: 100%;
        max-width: 47vw;
    }
    .select_wrap.select_date .select{
        width: 32%;
        max-width: 20vw;
    }

    .form_style .select_wrap .selectIn:after{
        bottom: auto;
        top: 50%;
        right: 1.5vw;
        margin-top: -1.5vw;
        background-size: 100% auto;
        width: 4vw;
        height: 3vw;
    }
    .form_style .select_wrap .selectIn:before{
        right: 7vw;
    }
    .select {
        top: -40px;
    }
    .selectIn select {
        cursor: pointer;
        text-indent: 0.01px;
        padding: 5px 15px 6px 52px;
    }
    .mobile.android .selectIn select{
        padding: 6px 15px 9px 52px;
    }
    .selectIn:after{ bottom: 6px;}
    .select_wrap .selectIn select::-ms-expand {
        display: none;
    }

    .select_wrap.select_date label{
        font-size: 4.0vw;
        margin: 0 10px 0 5px;
    }
    /* ラジオボックス */
    .form_style .radio-parts{
        font-size: 1.6rem;
        margin: 0;
        padding-left: 16px;
    }
    .form_style .radio-parts::before{
        top: 6px;
        left: -3px;
        width: 14px;
        height: 14px;
    }
    .form_style .radio-input:checked + .radio-parts::after{
        top: 9px;
        left: 0;
        width: 8px;
        height: 8px;
    }
    .radiobox {
        top: -40px;
        height: 40px;
        padding-left: 52px;
    }

    /* formError */
    .error{
        margin-bottom: 15px;
    }
    .contact-form__item-errormsg{
        font-size: 1.4rem;
        margin-bottom: -20px;
        padding-left: 50px;
    }

    .error+input{
        top: -40px;
    }

    .radio_wrap.error .contact-form__item-errormsg{
        bottom: -10px;
    }

    .contact-form__item-errormsg::after{
        top: -41px;
        height: 40px;
    }

}


/* ---------------------------------------------
  confirm
-----------------------------------------------*/
.confirm .txtarea p{
    min-height: 180px;
}

@media(max-width:767px) {

    .confirm.tbl.form_style td{
        padding: 5% 4%;
    }
    .confirm .txtarea p{
        min-height: 36vw;
    }
}

/* ---------------------------------------------
  complete
-----------------------------------------------*/
.complete{
    margin: 100px 0;
}
.complete p{
    font-size: 1.6rem;
    line-height: 1.75;
}
.complete p+p{ margin-top: 20px;}

.complete a{
    color: #073190;
}


@media(max-width:767px) {
    .complete{
        margin: 16% 0;
    }
    .complete p{
        font-size: 1.4rem;
    }
    .complete p+p{ margin-top: 4%;}

}












