@charset "UTF-8";
#contact .ly_cont_inner {
	padding-bottom: 150px;
	max-width: 1060px;
}
@media screen and (max-width : 767px) {
	#contact .ly_cont_inner {
		padding-bottom: 0;
	}
}
/*=======================================================
フォームパーツ
=======================================================*/
input, button, select, textarea {
	background: var(--lgray);
	padding: 11px 20px;
	width: 100%;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
}
input[type="checkbox"] {
	width: 20px; 
	height: 20px;
	-webkit-appearance: none;
	padding: 0;
	position: relative;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #E4E4E4 inset;
}
/*プレースホルダー*/
::placeholder {
	color: #bbb;
}
input[type="checkbox"]:checked:after {
	content: "";
	width: 9px;
	height: 5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
}
@media screen and (max-width : 767px) {
	input, button, select, textarea {
		font-size: 16px;
		padding: 11px 16px;
	}
	::placeholder {
		font-size: 14px;
	}
	input[type="checkbox"] {
    	width: 18px;
        height: 18px;
        margin-right: 10px;
	}
	input[type="checkbox"]:checked:after {
    	width: 10px;
        height: 5px;
        left: 3px;
        top: 3px;
	}
}
/*=======================================================
ステップ
=======================================================*/
.bl_stepUnit {
	display: flex;
	justify-content: space-between;
	width: 459px;
	margin: 0 auto 35px;
	position: relative;
}
.bl_stepUnit::after {
	content: "";
	display: block; 
	position: absolute; 
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	background: #CDDADF;
	width: 260px;
	height: 1px;
	z-index: -1;
}
.bl_stepUnit .bl_step {
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid #CDDADF;
	display: flex; 
	align-items: center; 
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	color: #48595F;
	letter-spacing: 0.04em;
}
.bl_stepUnit .bl_step span {
	width: 100%;
	font-size: 11px;
	margin-bottom: 4px;
}
.form .bl_stepUnit .bl_step1,
.check .bl_stepUnit .bl_step2,
.thanks .bl_stepUnit .bl_step3 {
	border: 1px solid var(--blue);
	background: var(--blue);
	color: #fff;
}
.el_txt {
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 3;
}
.bl_telUnit {
	margin: 30px auto 60px;
	max-width: 665px;
	width: 100%;
	border: 1px solid #CDDADF;
	padding: 25px;
	display: flex; 
	align-items: center; 
	justify-content: center;
	letter-spacing: 0.04em;
	position: relative;
}
.bl_telUnit::before {
	content: "";
	display: block; 
	position: absolute; 
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 30px;
	background: #CDDADF;
}
.bl_telUnit .bl_tel {
	position: relative;
	margin-right: 27px;
	font-size: 28px;
}
.bl_telUnit .bl_tel::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_tel.svg) center no-repeat;
    margin-right: 14px;
}
.bl_telUnit .bl_open {
	font-size: 16px;
}
/*記入必須項目*/
.el_att {
	color: #FF3030;
	font-size: 18px;
	margin-bottom: 73px;
}
/**プライバシーポリシー**/
.bl_policyUnit {
	margin: 80px auto 55px;
	text-align: center;
}
.bl_policy_txt {
	font-size: 18px;
	margin-bottom: 30px;
}
.bl_policy_txt a {
	color: var(--blue);
	text-decoration: underline;
}
.bl_policy_check {
	font-size: 20px;
}
.bl_policy_check label {
	display: flex; 
	align-items: center;
	cursor: pointer;
}
.bl_policy_check .wpcf7-list-item {
	margin-left: 0;
}
/**注意書き**/
.bl_attUnit {
	border: 1px solid #CDDADF;
	padding: 30px;
	max-width: 1000px; 
	margin: auto auto 34px;
}
.bl_attUnit ul li {
	line-height: 1.8;
	margin-bottom: 10px;
	display: flex; 
	align-items: flex-start;
}
.bl_attUnit ul li:last-of-type{
	margin-bottom: 0;
}
.bl_attUnit ul li::before {
	content: "・";
}
@media screen and (max-width : 767px) {
	.bl_stepUnit {
		width: 100%;
		max-width: 335px;
		margin-bottom: 50px;
	}
	.bl_stepUnit .bl_step {
		width: 80px; 
		height: 80px;
		font-size: 15px;
	}
	.el_txt {
		line-height: 1.8;
	}
	.el_txt + .el_txt {
		margin-top: 17px;
	}
	.bl_telUnit {
    	margin: 25px auto 51px;
    	padding: 27px 10px;
    	display: block;
		text-align: center;
	}
	.bl_telUnit .bl_tel {
		margin-right: 0;
	}
	.bl_telUnit .bl_open {
    	margin-top: 15px;
	}
	.bl_policyUnit {
    	margin: 32px auto 60px;
	}
	.bl_policy_txt {
    	margin-bottom: 25px;
    	font-weight: 500;
	}
	.bl_policy_check {
    	font-size: 18px;
	}
	.bl_attUnit {
    	padding: 15px;
    	margin: auto auto 60px;
	}
}
/*=======================================================
項目ごと
=======================================================*/
.bl_formUnit div {
	display: flex; 
	align-items: center;
}
.bl_formUnit div + div {
	margin-top: 60px;
}
.bl_formUnit .el_top {
	align-items: flex-start;
}
.bl_formUnit div dt {
	display: flex; 
	align-items: center; 
	width: 220px;
	font-size: 16px;
	flex-shrink: 0;
}
/*必須と任意*/
.el_require,
.el_optional {
	width: 46px; 
	padding: 5px;
	font-size: 14px;
	display: flex; 
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
}
.el_require {
	background: var(--blue);
	color: #fff;
}
.el_optional {
	color: #5A5A5A;
	background: var(--lgray);
}
.bl_formUnit div dd {
	width: 100%;
}
/*住所*/
.bl_formUnit .address dd .wpcf7-form-control-wrap:first-of-type::before {
	content: "〒";
	font-size: 16px; 
	margin-right: 15px;
}
.bl_formUnit .address dd .wpcf7-form-control-wrap:first-of-type input {
	width: 96px;
}
.bl_formUnit .address dd span + span {
	margin-top: 15px;
	display: block;
}
/*エラーメッセージ*/
.bl_formArea .wpcf7-not-valid-tip {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
.bl_formArea .wpcf7 form .wpcf7-response-output {
	text-align: center;
	padding: 10px;
}
@media screen and (max-width : 767px) {	
	.bl_formUnit div {
    	display: block;
	}
	.bl_formUnit div dt {
		width: 100%;
		margin-bottom: 17px;
	}
	.bl_formUnit div + div {
		margin-top: 32px;
	}
}
/*=======================================================
送信ボタン関係
=======================================================*/
.bl_formBtn .wpcf7-spinner {
	display: none;
}
.bl_formBtn {
	display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    width: 200px;
	text-align: center;
	position: relative;
}
.bl_formBtn::after {
	content: "";
    width: 9px;
    height: 9px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    right: 24px;
    top: 27px;
    transform: rotate(45deg);
}
.bl_formBtn input {
	max-width: 200px;
	height: 60px;
	padding: 0;
	font-size: 18px;
	border: none;
	background: var(--yellow);
	border-radius: 0;
	transition: .3s;
	border: 1px solid var(--yellow);
}
.bl_formBtn:hover input {
	border: 1px solid #000!important;
	background: #fff!important;
	transition: .3s;
}
/*=======================================================
確認画面
=======================================================*/
.check .bl_formUnit div dt {
	width: 260px;
}
.check .bl_formBtnUnit {
	margin-top: 80px;
	display: flex; 
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.check .bl_formBtn {
	margin: initial;
}
.check .bl_formBtn:first-of-type input {
	background: var(--blue);
	border: 1px solid var(--blue);
}
.check .bl_formBtn:first-of-type::after {
    right: initial;
	left: 15px;
    transform: rotate(225deg);
}
@media screen and (max-width : 767px) {
	.check .bl_formBtnUnit {
    	margin-top: 60px;
		display: block;
	}
	.check .bl_formBtn {
		width: 200px;
		margin: auto;
	}
	.check .bl_formBtn + .bl_formBtn {
		margin-top: 24px;
	}
}
/*=======================================================
完了画面
=======================================================*/
.thanks .bl_stepUnit {
	margin-bottom: 100px;
}
.thanks .el_btn {
	width: 200px;
	height: 60px;
	background: var(--blue);
	padding-left: 14px;
	transition: .3s;
	border: 1px solid var(--blue);
}
.thanks .el_txt {
	font-size: 18px; 
	line-height: 1.8;
	margin-bottom: 80px;
}
.thanks .el_btn::after {
    right: initial;
    top: 27px;
	left: 15px;
    transform: rotate(225deg);
}
.thanks .el_btn:hover {
	border: 1px solid #000!important;
	background: #fff!important;
	transition: .3s;	
}
@media screen and (max-width : 767px) {
	.thanks .bl_stepUnit {
		margin-bottom: 50px;
	}
	.thanks .el_txt {
    	margin-bottom: 60px;
	}
}