@charset "UTF-8";

.ttl_contents{
    background: url(../img/contact/bg_ttl.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}



/* ----------------------------------------------------------------------------------------------------
*  area_tel
* --------------------------------------------------------------------------------------------------*/
.area_contact{
    padding: 90px 0;
}
.ie11 .area_contact{
    height: auto;
}
.area_contact .ttl_tel {
    margin-bottom: 40px;
    color: #000;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5
}
.area_contact .txt_tel {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
}
.area_contact .btn_tel {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 60px;
    border-radius: 3px;
    background: #00b3e5;
    margin: 22px auto 18px;
    padding-top: 6px;
}
.ie11 .area_contact .btn_tel {
    padding-top: 11px;
}
.area_contact .btn_tel,
.area_contact .btn_tel a{
    color: #fff;
    font-size: 2rem;
    font-weight: bold;   
}
.area_contact .btn_tel span{
    display: inline-block;
    font-size: 3.5rem;
    transform: translateY(3px);
    padding-left: 15px;
}
.area_contact .btn_tel a{
    display: block;
}

@media screen and (max-width: 768px) {
 
    .area_contact{
        padding: 12% 0;
    }
    .area_contact .ttl_tel {
        margin-bottom: 5%;
        font-size: 2.8rem;
    }
    .area_contact .txt_tel {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .area_contact .btn_tel {
        width: 100%;
        height: auto;
        max-width: 350px;
        margin: 4% auto 3%;
        padding:4% 0;
    }
    .area_contact .btn_tel,
    .area_contact .btn_tel a{
        font-size: 1.6rem;
        text-align: center;
        
    }
    .area_contact .btn_tel span{
        display: block;
        font-size: 3rem;
        transform: none;
        padding-left: 0;
        margin-top: 10px;
    }

}



/* ----------------------------------------------------------------------------------------------------
*  area_form
* --------------------------------------------------------------------------------------------------*/
.area_form{
    background: #c3e3f3;
}
.area_form .wrap{
    padding: 90px 0;
}
.area_form .txt_form{
    width: 470px;
    margin: 0 auto;
    color: #000;
    font-size: 1.5rem;
}
.area_form .note_form{
    width: 470px;
    margin: 8px auto 0;
    color: #000;
    font-size: 1.2rem;
    text-align: right;
}
.area_form .ico_must{
    color: #99001c;
}

.box_form{
    padding: 30px 145px 45px;
    background: #fff;
    margin-top: 20px;
}
.boxin_form{
    flex-wrap: wrap;
}
.box_form dt,.box_form dd{
    border-bottom: 1px dotted #c8e5f4;
}
.box_form dt{
    width: 155px;
    color: #000;
    padding: 17px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.ie11 .box_form dt{
    padding: 20px 0 12px;
}
.box_form dt .ico_must{
    padding-left: 3px;
}
.box_form dd{
    width:calc(100% - 155px);
    padding: 9px 0;
}
.box_form .area_type{
    padding: 17px 4px;
}
.ie11 .box_form .area_type{
    padding: 20px 0 12px;
}
.box_form .area_type li{
    font-size: 1.5rem;
	margin-left: -17px;
}
.box_form .area_type li + li{
    margin-left: 17px;
}
/*
.box_form .area_type .radio{
    display: none;
}
*/
.box_form .area_type.relative{
	position: relative;
}
.box_form .area_type.relative .formError{
	position: absolute;
	top: -10px;
	left: 0;
}
.box_form .area_type .radio{
	-webkit-appearance: radio;
	appearance: radio;
	opacity: 0;
}
.box_form .area_type .radio + label{
    padding-left: 21px;
    position:relative;
    z-index: 1;
}
.box_form .area_type .radio + label:hover{
    cursor:pointer;
}
.box_form .area_type .radio + label:before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    width: 14px;
    height: 14px;
    background: url(../img/contact/ico_check.png) 0 0 no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
}
.mac .box_form .area_type .radio + label:before{
    top: 0px;
}
.box_form .area_type .radio:checked + label:before{
    background: url(../img/contact/ico_checked.png) 0 0 no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
}
.box_form input[type="text"],
.box_form input[type="email"]{
    width: 450px;
    height: 30px;
    padding: 0 10px;
    color: #000;
    font-size: 1.5rem;
    border: 1px solid #e1e1e1;
    line-height: 28px;
}
.ie11 .box_form input[type="text"],
.ie11 .box_form input[type="email"]{
    line-height: 35px;
}
.box_form textarea{
    width: 450px;
    height: 100px;
    padding: 5px 10px;
    color: #000;
    font-size: 1.5rem;
    border: 1px solid #e1e1e1;
}
.box_form select {
    width: 140px;
    height: 30px;
    background: url(../img/contact/ico_select.png) right top no-repeat;
    background-size: auto 100%;
    padding: 0px 36px 0px 10px;
    cursor: pointer;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    color:#000;
    border: 1px solid #e1e1e1;
    line-height: 30px;
}
.ie11 .box_form select {
    padding-top: 5px;
}
.box_form .txt_consent{
    margin: 40px 0 90px;
    text-align: center;
}
.box_form .txt_consent .formError{
	margin: 0 auto 10px;
}
.box_form .checkbox{
    visibility: hidden;
    width: 1px;
}
.box_form .txt_checkbox{
    padding-left: 18px;
    position:relative;
    font-size: 1.5rem;
    line-height: 1;
}
.box_form .txt_checkbox:hover{
    cursor:pointer;
}
.box_form .txt_checkbox:before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}
.box_form .checkbox:checked + .txt_checkbox:after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 6px;
    height: 9px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
.box_form  .btn_submit{
    display: block;
    width: 290px;
    height: 40px;
    border-radius: 3px;
    margin:0  auto;
    line-height: 40px;
    background: #00b3e5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    transition: all .5s ease;
}
.ie11 .box_form  .btn_submit{
    line-height: 50px;
}
.box_form .btn_submit:hover{
    background: #000;
}

@media screen and (max-width: 768px) {
 
    .area_form .wrap{
        padding:12% 0;
    }
    .area_form .txt_form{
        font-size: 1.4rem;
    }
    .area_form .txt_form{
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .area_form .note_form{
        width: 100%;
        margin: 1% auto 0;
    }

    .box_form{
        padding: 2% 6% 6%;
        margin-top: 7%;
    }
    .box_form dt{
        width: 100%;
        border-bottom:none;
        padding: 5% 0 3%;
        font-size: 1.4rem;
    }
    .box_form dt .ico_must{
        padding-left: 3px;
    }
    .box_form dd{
        width: 100%;
        padding: 0 0 4%;
    }
    .box_form .area_type{
        padding: 2% 0 4%;
    }
    .box_form .area_type ul{
        flex-direction: column;
    }
    .box_form .area_type li{
        font-size: 1.4rem;
    }
    .box_form .area_type li + li{
        margin: 3% 0 0 -17px;
    }
    .box_form input[type="text"],
    .box_form input[type="email"],
    .box_form input[type="phone"]{
        width: 100%;
        font-size: 1.4rem;
    }
    .box_form textarea{
        width: 100%;
        font-size: 1.4rem;
    }
    .box_form select {
        font-size: 1.4rem;
    }
    .box_form .txt_consent{
        margin: 7% 0 10%;
    }
    .box_form .txt_checkbox{
        font-size: 1.4rem;
    }
    .box_form  .btn_submit{
        width: 100%;
        max-width: 350px;
        font-size: 1.6rem;
    }

}


.formError{
	width: 450px;
}
.box_form .formError{
	padding-top: 80px;
	margin-top: -80px;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.formError{
		width: auto;
	}
	.box_form .area_type.relative .formError{
		top: -50px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  area_thanks
* --------------------------------------------------------------------------------------------------*/
.area_thanks{
    padding: 90px 0;
}
.area_thanks p{
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
}
.area_thanks p + p{
    margin-top: 20px;
}

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

    .area_thanks{
        padding: 12% 0;
    }
    .area_thanks p{
        font-size: 1.4rem;
    }
    .area_thanks p + p{
        margin-top: 5%;
    }

}