@charset "UTF-8";

#wrap:after,
#wrap:before{
display: none;
}
.header__logo img{
max-width:112px;
}
@media screen and (max-width: 767px) {
.header__logo,
.header__logo img{
max-width:112px;
}

}
.contact_temp.step01 .header, .contact_temp.step02 .header{
padding: 10px 16px;
}
.cm-sub-mainvisual.bg-style01{
background:#6cb4a6;
}
.cm-sub-main-title{
color: #fff;
}

.contact_temp__blocks .contact-form .form-content .w100{
max-width: 100px;
}
@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%;
    }
}
/* ===== 20250407 注意書き追加 ===== */
.sys-info{
	display: block;
	margin: 2em auto;
	padding: 1.6em;
	background: #f5f5f5;
}
@media screen and (max-width: 768px){
	.sys-info{
		text-align: left;
	}
}
/* ===== 20260204 資料請求詳細 ===== */
.contact_temp__blocks {
	padding-top: 0;
}
.req-box{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 15px;
	border: 4px solid #fff100;	
}
@media screen and (max-width: 768px){
	.req-box{
		width:calc(100% + 20px*2);
		margin-left: -20px;
		padding: 15px 10px;
		border: none;
		background:rgba(128,212,209,0.1);
	}
}
.req-box img{
	width: 230px;
	margin-right: 20px;
}
@media screen and (max-width: 768px){
	.req-box img{
		max-width: 200px;
		width: 38%;
		margin-right: 3.125vw;
	}
}
.req-box .txt{
	text-align: left;
	line-height: 1.8em;
}
@media screen and (max-width: 768px){
	.req-box .txt{
		font-size: min(3.125vw,15px);
		line-height: 1.6em;
	}
}

.req-box .txt p:not(:last-child){
	margin-bottom: 0.5em;
}
.req-box .txt em.red{
	font-style: normal;
	color: #c81a23;
	font-weight: bold;
}
.sp480{display: none}
@media screen and (max-width: 480px){
	.sp480{display: block}
}
.contact_temp__blocks .contact-form {
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.contact_temp__blocks .contact-form {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.contact_temp__blocks .contact-step span {
		margin-top: 24px;
	}
}
@media screen and (max-width: 767px) {
	.cm-sub-mainvisual {
		height: 120px;
	}
	.cm-sub-main-title {
		padding: 4px 0 0;
	}
}