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

.ftbtn{    display: none !important;}

.asbgfff{padding-top: 100px; margin-top: 100px }

.kijicont{padding-bottom: 100px !important}
.kijiBox .first{ padding-top: 0px;}
.kijiBox ol li, .kijiBox ul li{list-style: none; margin: 0; padding: 0}


.cf7-block{margin: 20px 0 30px}
.cf7-label{font-weight: bold; font-size:clamp(1rem, 0.875rem + 0.63vw, 1.125rem)}

input::placeholder{color: #ccc}
input[type="text"],
input[type="email"]{ box-sizing: border-box; padding:16px 10px;  width:100%;border-radius:3px; border:1px solid #CDCDCD; font-size:16px; line-height:1.6em;overflow:auto;}
textarea{ box-sizing: border-box; padding:16px 10px;  width:100%;border-radius:3px; border:1px solid #CDCDCD; font-size:16px; height:400px; line-height:1.6em;overflow:auto;}

.contsele .wpcf7-list-item{display: block}


.wpcf7-list-item{font-size: 17px; margin: 0 1em 0 0;}

.cf7-submitButtonWrapper{text-align: center}
.bottnBox button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size:18px; margin: 0 auto;
	background: #a9a17a; font-weight:700;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 20px 80px;
	text-transform: uppercase;border-radius: 5px;
	width:auto
}
.bottnBox button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */	
}
.wpcf7-spinner{display: block}

.bl_form_term {
	margin: 50px 0;
	overflow-y: auto;
	height: 330px;
	box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.1);
}
.bl_form_term_inner {
	padding: 36px 30px 16px;
	font-size: clamp(0.813rem, 0.688rem + 0.63vw, 0.938rem);}/*13-15*/
.bl_form_term_ttl {
	margin-bottom: clamp(1rem, 0.75rem + 1.25vw, 1.25rem);
	font-size: 20px;
	color: #bc9d5d;
	text-align: center;
	letter-spacing:normal;
}
.bl_form_term_list > li {
	margin-bottom: 24px;
	padding-bottom: 24px;
	text-align: justify;
}
.bl_form_term_list > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}
.bl_form_term_list > li > *:last-child {
	margin-bottom: 0 !important;
}
.bl_form_term_list > li ul {
	margin-bottom: 1.5em;
}
.bl_form_term_list > li ul > li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 0.8em;
}
.bl_form_term_list > li ul > li:last-child {
	margin-bottom: 0;
}
.bl_form_term_list > li ul > li::before {
	display: block;
	position: absolute;
	top: 0.55em;
	left: 0;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	background-color: currentColor;
	content: "";
}
.bl_form_term_list > li ol {
	counter-reset: bl_orderList;
}
.bl_form_term_list > li ol > li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 1.2em;
}
.bl_form_term_list > li ol > li:last-child {
	margin-bottom: 0;
}
.bl_form_term_list > li ol > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(bl_orderList) ". ";
	counter-increment: bl_orderList;
}
.bl_form_term_list > li dl > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.bl_form_term_list > li dl > div:last-child {
	margin-bottom: 0;
}
.bl_form_term_sectTtl {
margin-top: 30px;
	margin-bottom: 10px;
	font-size: clamp(0.813rem, 0.688rem + 0.63vw, 0.938rem);/*13-15*/
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
}
.bl_form_term p {
	text-align: justify;
	text-justify: inter-ideograph;
}