@charset "UTF-8";
#wrap:after,
#wrap:before{
display: none;
}
.header__logo img{
max-width:100px;
}
@media screen and (max-width: 767px) {
.cm-sub-mainvisual{
margin-top:45px;
}
}
.contact_temp.step01 .header, .contact_temp.step02 .header{
padding: 10px 16px;
}
.cm-sub-mainvisual.bg-style01{
background:#004da0;
}
.contact_temp__blocks .contact-form{
border-top: 1px solid #767676;
border-bottom: 1px solid #767676;
}
.contact_temp__blocks .contact-form .form-content .w100{
max-width: 100px;
}
.cm-sub-main-title{
font-size: 1.8em;
font-weight: bold;
letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
.cm-sub-main-title{
font-size: 4.666666666vw;
}
}
.notes{
margin-top: 1em;
font-size: 0.8em;
line-height: 1.5em;
}
.heading{
padding: 10px;
background: #767676;
color: #fff;
text-align: center;
font-size: 1.2em;
font-weight: bold;
}
.contact_temp__blocks .contact-form .deal .form-title{
background: rgba(0,77,160,.2);
}
.contact_temp__blocks .contact-form .user .form-title{
background: #d9e7bc;
}
.contact_temp__blocks .contact-form .user02 .form-title{
background: #f7ddc7;
}
.deal .heading{
background: #004da0;
}
.user .heading{
background: #8dc21f;
}
.user02 .heading{
background: #c25c1f;
}
.contact_temp__blocks .contact-form .form-content .box-checkbox.fullwidth>*,
.contact_temp__blocks .contact-form .form-content .box-radio.fullwidth>*{
width:100%;
}
@media screen and (max-width: 768px){
	.contact_temp__blocks .contact-form .form-content .box-checkbox.sp-full>*,
	.contact_temp__blocks .contact-form .form-content .box-radio.sp-full>*{
        width: 100%;
    }
}
#js-sodan{
 display: none;
}
#js-sodan.show{
 display: block flex;
}
.sp-br{
    display: none;
}
@media screen and (max-width: 767px) {
.sp-br{
    display: block;
    }
}