@charset "utf-8";

/* お問い合わせ
---------------------------------------------------------------*/
.inner_img > img{object-position: 20%;}
#contact{padding-top: 15px;}
.line_bg::before{background: url(../images/line-r_bg.webp) center 20% / contain no-repeat;}
.contact-form{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 100px;
}
.contact-form dl > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-form dl > div:not(:last-child){margin-bottom: 60px;}
.contact-form dl > div:last-child{margin-bottom: 80px;}
.contact-form dt{
	font-size: 18px;
	font-family: "BIZUDPGothic-Bold";
	margin-top: 1rem;
}
.contact-form dt span{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 5px 8px;
	background: #e4483c;
	border-radius: 5px;
	margin-left: 20px;
}
.contact-form dd{width: 680px;}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea{
	border: 1px #ccc solid;
	background-color: #fff;
	outline: none;
	width: 100%;
	border-radius: 5px;
	font-size: 16px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"]{
	height: 70px;
	padding: 10px 15px;
}
.contact-form textarea{
	height: 265px;
	padding: 20px 15px;
}
.form-group dd label{
	display: block;
	width: 100%;
	font-size: 18px;
}
.form-group .wpcf7-form-control .wpcf7-list-item:not(:last-child){
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

/*check_box*/
input[type="radio"],input[type="checkbox"]{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.wpcf7-list-item.first,.wpcf7-list-item{margin-left: 0!important;}/*デフォルトの左端マージンを0にする*/
span.wpcf7-list-item-label {
 	position: relative;
 	display: flex;
	flex-wrap: wrap;
 	cursor: pointer;
	padding-left: 32px;
}
span.wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	background: #fff !important;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="radio"]:checked + .wpcf7-list-item-label::before,input[type="checkbox"]:checked + .wpcf7-list-item-label::before{
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border: 2px solid #e4483c;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: transparent !important;
}
/*
.pryvacy-check{
	display: block;
	width: fit-content;
	margin: 0 auto;
}
.pryvacy-check a{text-decoration: underline;}
*/
span[data-name="acceptance-849"]{
		display: block;
	width: fit-content;
	margin: 0 auto 40px;

}
.pryvacy-check + .wpcf7-list-item-label{
	font-size: 18px;
	font-weight: bold;
}
.pryvacy-check + .wpcf7-list-item-label a{
	color: #e4483c;
	text-decoration: underline;
}
.btn_r{
	border: none;
	width: 300px;
	margin: 0 auto;
	text-align: left;
	background: url("../images/arrow_w.svg") center right 20px / 9px 14px no-repeat,#e4483c;
}
.pryvacy_box{
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.pryvacy_box{
	padding: 60px 20px 60px 0;
	border: solid 1px #e4483c;
	border-radius: 30px;
}
.pryvacy_box dl{
	width: 100%;
	height: 610px;
	padding: 0 40px;
	overflow-y: scroll;
}
.pryvacy_box dl > div:not(:last-child),.pryvacy_box dl > div > div:not(:last-child){margin-bottom: 30px;}
.pryvacy_box dt,.pryvacy_box dd,.pryvacy_box ul li{line-height: 1.8;}
.pryvacy_box dt{
	font-family: "BIZUDPGothic-Bold";
	margin-bottom: 15px;
}
.pryvacy_box dl::-webkit-scrollbar{width: 4px;}
.pryvacy_box dl::-webkit-scrollbar-track{background-color: #fff;}
.pryvacy_box dl::-webkit-scrollbar-thumb{background-color: #b3b3b3;}
.pryvacy_box dl::-webkit-scrollbar-track,.privacy dl::-webkit-scrollbar-thumb{border-radius: 80px;}

div.cf-turnstile {
	display: flex !important;
	justify-content: center !important;
}

/* 1025px以下から
------------------------------------------*/
@media only screen and (max-width:1025px){
	
	/* お問い合わせ
	---------------------------------------------------------------*/
	.contact-form{
		max-width: 800px;
		margin-bottom: 60px;
	}
	.contact-form dl > div:not(:last-child){margin-bottom: 45px;}
	.contact-form dl > div:last-child{margin-bottom: 70px;}
	.contact-form dt{
		font-size: 16px;
	}
	.contact-form dt span{
		font-size: 12px;
		padding: 3px 5px;
		border-radius: 2px;
		margin-left: 15px;
	}
	.contact-form dd{width: 535px;}
	.contact-form input[type="text"],
	.contact-form input[type="tel"],
	.contact-form input[type="email"]{
		height: 50px;
		padding: 6px 10px;
	}
	.contact-form textarea{
		height: 150px;
		padding: 15px 10px;
	}
	.form-group dd label{font-size: 16px;}
	.form-group .wpcf7-form-control .wpcf7-list-item:not(:last-child){margin-bottom: 20px;}
	.pryvacy-check + .wpcf7-list-item-label{font-size: 16px;}	
	
	/*check_box*/
	span.wpcf7-list-item-label {padding-left: 25px;}
	span.wpcf7-list-item-label::before {
		width: 16px;
		height: 16px;
	}
	.btn_r{
		width: 260px;
		background: url("../images/arrow_w.svg") center right 15px / 7px 11px no-repeat,#e4483c;
	}
	.pryvacy_box{
		padding: 50px 10px 50px 0;
		border-radius: 20px;
	}
	.pryvacy_box dl{
		height: 580px;
		padding: 0 30px;
	}
	.pryvacy_box dl > div:not(:last-child),.pryvacy_box dl > div > div:not(:last-child){margin-bottom: 20px;}
	.pryvacy_box dt{margin-bottom: 10px;}
	.pryvacy_box dl::-webkit-scrollbar{width: 3px;}
}

/* 750px以下から
------------------------------------------*/
@media only screen and (max-width:750px){
	
	/* お問い合わせ
	---------------------------------------------------------------*/
	.contact-form dt{
		width: 100%;
		margin: 0 0 15px;
	}
	.contact-form dd{width: 100%;}
	.pryvacy_box{padding: 40px 10px 40px 0;}
	.pryvacy_box dl{height: 380px;}
}

/* 500px以下から
------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* お問い合わせ
	---------------------------------------------------------------*/
	.contact-form input[type="text"],
	.contact-form input[type="tel"],
	.contact-form input[type="email"]{height: 39px;}
	.form-group .wpcf7-form-control .wpcf7-list-item:not(:last-child){margin-bottom: 10px;}
	.contact-form dl > div:not(:last-child){margin-bottom: 30px;}
	.contact-form dl > div:last-child{margin-bottom: 50px;}
	.contact-form dt{font-size: 14px;}
	.pryvacy-check span,.pryvacy-check a{font-size: 14px;}
	.pryvacy_box {padding: 20px 10px 30px 0;}
	.pryvacy_box dl{
		height: 285px;
		padding: 0 20px;
	}
}
