@charset "UTF-8";
/*
Author: あそびラボ
*/

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl {
    padding-top: 32px;
}
.bl_lower_mv_inner::after {
	content: "";
	background: url(../images/smart-plan-contact/mv_img.png) top center/contain no-repeat;
	width: 130px;
	height: 130px;
	position: absolute;
	top: 16px;
	right: 168px;
}
@media screen and (max-width : 750px) {
	.bl_lower_mv_inner::after {
		top: 64px;
		right: 26px;
		width: 160px;
		height: 136px;
	}
}

/*=======================================================
main
=======================================================*/
.bl_formWrapper button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.el_intro_txt {
	padding: 32px 0;
	text-align: center;
	letter-spacing: 0.68px;
}
.bl_about {
	width: 840px;
	border: 1px solid #7C31E1;
	margin: 0 auto 56px;
	padding: 24px 32px;
}
.el_about_ttl {
	text-align: center;
	font-weight: bold;
	color: #7C31E1;
	letter-spacing: 0.68px;
	margin-bottom: 16px;
}
.el_about_txt {
	font-size: 16px;
}
.bl_formWrapper {
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.bl_form {
	width: 100%;
}
.bl_form_inner {
	background: #EFF8F1;
	padding: 48px 88px 36px;
	border-radius: 10px;
}
.bl_form_item_set + .bl_form_item_set {
    margin-top: 64px;
}
.el_form_item_ttl {
	width: 100%;
	background: #5FC377 0% 0%;
    border-radius: 26px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0px;
	padding: 10px 0 7px 72px;
	margin-bottom: 32px;
	position: relative;
}
.el_form_item_ttl::before {
	position: absolute;
    content: '';
	width: 48px;
	height: 48px;
    background-color: #FFFFFF;
	border-radius: 50px;
    top: 50%;
	transform: translateY(-50%);
    left: 2px;
}
.el_form_item_ttl::after {
    position: absolute;
	color: #5FC377;
    font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	top: 50%;
	transform: translateY(-50%);
    left: 18px;
}
.bl_form_item_set:first-of-type .el_form_item_ttl::after {
	content: '1';
}
.bl_form_item_set:nth-of-type(2) .el_form_item_ttl::after {
	content: '2';
}
.bl_form_item_set:nth-of-type(3) .el_form_item_ttl::after {
	content: '3';
}
.bl_form_item_set:nth-of-type(4) .el_form_item_ttl::after {
	content: '4';
}
.bl_form_item_set:nth-of-type(5) .el_form_item_ttl::after {
	content: '5';
}
.bl_form_item_set:nth-of-type(6) .el_form_item_ttl::after {
	content: '6';
}
.bl_form_item_set:nth-of-type(7) .el_form_item_ttl::after {
	content: '7';
}
.bl_form_item_set:nth-of-type(8) .el_form_item_ttl::after {
	content: '8';
}
.bl_form_item_set:nth-of-type(9) .el_form_item_ttl::after {
	content: '9';
}
.bl_form_item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
	align-items: center;
}
.bl_form_inner .bl_form_item_set:not(:first-of-type) .bl_form_item {
	display: flex;
	flex-flow: column;
	align-items: start;
}
.bl_form_item_set .bl_form_item:last-of-type {
	margin-bottom: 0;
}
.bl_form_ttl {
	width: 312px;
	font-weight: bold;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 0.68px;
}
.bl_form_inner .bl_form_item_set:not(:first-of-type) .bl_form_ttl {
	width: 488px;
	margin-bottom: 8px;
}
.bl_form_ttl .el_att{
	font-size: 14px;
}
.el_form_txt {
	font-size: 14px;
	margin: 0 0 8px;
	letter-spacing: 0.56px;
}
.el_required::after,
.el_optional::after {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 48px;
	height: 24px;
	padding-bottom: 1px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 88px;
	transform: translateY(-50%);
}
.el_required:after {
	content: "必須";
	background: #E66342;
}
.el_optional::after {
	content: "任意";
	background: #9A9A9A;
}
.bl_form_item .el_att {
	font-size: 14px;
	text-indent: -1em;
	margin-top: 24px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 8px 16px 8px 32px;
}
.bl_form_txt_set {
	margin-top: 24px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 16px 24px;
}
.bl_form_txt_set .el_form_txt_set_ttl,
.bl_form_txt_set .bl_bulletList > li {
	font-size: 14px;
}
.bl_form_txt_set .el_form_txt_set_ttl {
	font-weight: bold;
}
.bl_form_txt_set .el_att {
	margin-top: 0;
	width: auto;
	background-color: transparent;
	padding: 0 0 0 16px;
}
.bl_form_item .el_att::before {
	position: static;
	top: 50%;
	transform: translateY(-50%);
}
.bl_form_input {
	width: 520px;
	height: 40px;
	border: 1px solid #969696;
	background-color: #fff;
	border-radius: 5px;
	padding-left: 16px;
	padding-top: 1px;
	font-size: 16px;
}
.bl_form_inner .bl_form_item_set:not(:first-of-type) .bl_form_input {
	width: 100%;
}
.bl_form_input + .bl_form_input {
	margin-top: 16px;
}
.bl_form_input::placeholder,
.bl_form_item textarea::placeholder {
	color: #B2B2B2;
}
.bl_form_item textarea {
	width: 520px;
	height: 160px;
	border: 1px solid #969696;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 16px;
	resize: none;
}
.bl_form_inner .bl_form_item_set:not(:first-of-type) .bl_form_item textarea {
	width: 100%;
}
.bl_imageSite textarea,
.bl_target textarea{
	height: 140px;
}
.bl_form_item select {
	width: 520px;
	height: 40px;
	border: 1px solid #969696;
	background-color: #fff;
	border-radius: 5px;
	padding-left: 16px;
	padding-top: 1px;
	font-size: 16px;
}
.bl_form_selectWrapper {
	position: relative;
}
.bl_form_selectWrapper::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 16px;
}
.bl_form_ttl.att {
	flex-direction: column;
	align-items: flex-start;
}
.bl_form_ttl.att span {
	font-size: 14px;
}
.bl_formWrapper .el_btn {
	margin: 50px auto 0;
	transition: opacity 0.3s ease-in-out;
}
.bl_formWrapper .el_btn:hover {
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
}
.bl_form .bl_form_att {
	display: none;
}
/*ラジオ・チェックボタン*/
.bl_selectWrapper{
	width: 100%;
	margin-top: -8px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .bl_selectWrapper {
	gap: 8px;
}
.mwform-radio-field label:hover,
.mwform-checkbox-field label:hover{
	cursor: pointer;
}
.mwform-radio-field input,
.mwform-checkbox-field input{
	margin: 0!important;
	display: none;
}
.mwform-radio-field{
	margin-right: 30px;
}
.bl_radioWrapper .mwform-radio-field{
	margin-right: 22px;
}
.mwform-radio-field input[type="radio"] + span{
	padding-left: 25px;
	position: relative;
	letter-spacing: 0;
}
.mwform-radio-field input[type="radio"] + span::before,
.mwform-radio-field input[type="radio"]:checked + span::after{
	content: "";
	display: block;
	margin: auto 0;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.mwform-radio-field input[type="radio"] + span::before{
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #969696;
	border: 1px solid #9b9b9b;
	left: 0;
}
.mwform-radio-field input[type="radio"]:checked + span::after{
	width: 7px;
	height: 7px;
	background: linear-gradient(#333,#999);
	left: 5px;
}
.mwform-checkbox-field-text{
	margin-right: 16px;
	padding-left: 24px;
	position: relative;
	font-size: 16px;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .mwform-checkbox-field-text {
	padding-left: 80px;
	margin-right: 0;
}
.horizontal-item{
	margin-top: 5px;
}
.horizontal-item + .horizontal-item {
	margin-left: 0px!important;
}
.bl_form_inner .bl_form_item_set:nth-of-type(3) .bl_form_item:first-of-type .horizontal-item,
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:first-of-type .horizontal-item,
.bl_form_inner .bl_form_item_set:nth-of-type(5) .bl_form_item .horizontal-item,
.bl_form_inner .bl_form_item_set:nth-of-type(6) .bl_form_item .horizontal-item,
.bl_form_inner .bl_form_item_set:nth-of-type(7) .bl_form_item .horizontal-item,
.bl_form_inner .bl_form_item_set:nth-of-type(8) .bl_form_item .horizontal-item {
	width: 100%;
}
.bl_form_inner .bl_form_item_set:nth-of-type(3) .bl_form_item:nth-of-type(2) .horizontal-item {
	width: 410px;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item {
    width: 200px;
    border: 1px solid #707070;
    background-color: #FFFFFF;
	padding: 24px 16px;
	position: relative;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item::after {
    position: absolute;
	content: "";
	width: 39px;
	height: 39px;
	top: 50%;
	transform: translateY(-50%);
	left: 48px;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:first-of-type:after {
	background-color: #0058FF;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:nth-of-type(2):after {
	background-color: #4FAC2D;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:nth-of-type(3):after {
	background-color: #E61988;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:nth-of-type(4):after {
	background-color: #FFA53C;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:nth-of-type(5):after {
	background-color: #B13CEF;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:nth-of-type(6):after {
	background-color: #5F4E27;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:nth-of-type(7):after {
	background-color: #959595;
}
.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item:nth-of-type(8):after {
	background-color: #000000;
}
.mwform-checkbox-field-text::before{
	content: "";
	width: 16px;
	height: 16px;
	margin: auto 0;
	background: #fff;
	border: 1px solid #9b9b9b;
	padding: 0;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after{
	content: "";
	width: 9px;
	height: 5px;
	border-left: 2px solid #ff653f;
	border-bottom: 2px solid #ff653f;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	left: 4px;
	top: 9px;
}
.mw_wp_form .error{
	margin-left: 300px;
}

/* エラー表示 */
.bl_form_item .error {
	margin-left: 312px;
	margin-top: 8px;
	width: 100%;
}
.bl_form_inner .bl_form_item_set:not(:first-of-type) .bl_form_item .error,
.bl_form_inner .bl_form_item_set:first-of-type .bl_form_item:nth-of-type(5) .error {
	margin-top: 8px;
	margin-left: 0;
}

/* check */
.bl_check {
	padding-top: 35px;
}
.bl_check .bl_form_selectWrapper::after {
	content: none;
}
.bl_check .bl_form_btnWrapper {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.bl_check .el_btn {
	margin: 0 20px 0 0;
}
.bl_check .el_btn:last-child {
	margin: 0;
}
.bl_check .el_btn.back {
	width: 200px;
	background: #cdcdcd;
}

/* thanks */
.ly_thanks .ly_cont_inner {
	padding: 30px 0 50px;
}
.bl_thanks {
	background: url(../images/smart-plan-contact/thanks_bg.png) top center/cover no-repeat;
	padding: 78px 20px 31px;
	margin-bottom: 50px;
}
.bl_thanks_ttl {
	width: 350px;
	margin: 0 auto 30px;
}
.bl_thanks_txt {
	text-align: center;
	margin-bottom: 35px;
}
.bl_thanks_imgWrapper {
	width: 180px;
	margin: 0 auto;
}
.ly_thanks .el_btn {
	margin: 0 auto;
}

@media screen and (max-width : 750px){
	.bl_intro_txt {
		padding: 60px 0;
		font-size: 30px;
		width: 690px;
		margin: 0 auto;
	}
	.bl_about {
	    width: 690px;
	    margin: 0 auto 64px;
	    padding: 32px 40px;
    }
    .el_about_txt {
	    font-size: 24px;
    }
	.bl_formWrapper {
		width: 690px;
		padding-bottom: 100px;
	}
	.bl_form_inner {
		padding: 48px 30px 28px;
	}
	.bl_form_item {
		margin-bottom: 48px;
	}
	.bl_form_item_set + .bl_form_item_set {
        margin-top: 80px;
    }
	.el_form_item_ttl {
	    font-size: 32px;
		border-radius: 50px;
    }
    .el_form_item_ttl::before {
	    width: 60px;
	    height: 60px;
        left: 4px;
    }
	.el_form_item_ttl::after {
        font-size: 32px;
        left: 22px;
    }
	.bl_form_item .bl_form_ttl {
		width: 100%;
		margin-bottom: 20px;
		flex-direction: unset;
		justify-content: left;
		align-items: center;
	}
	.bl_form_inner .bl_form_item_set:not(:first-of-type) .bl_form_ttl {
		width: 100%;
		margin-bottom: 16px;
	}
	.bl_form_ttl .el_att {
		font-size: 22px;
		margin-left: 10px;
	}
	.el_form_txt {
	    font-size: 24px;
	    margin: 0 0 16px;
    }
	.bl_form_input {
		width: 100%;
		height: 64px;
		font-size: 32px;
	}
	.bl_form_item textarea {
		width: 100%;
		height: 370px;
		font-size: 32px;
	}
	.bl_form_selectWrapper {
		width: 100%;
	}
	.bl_form_selectWrapper::after {
		border-width: 14px 9px 0 9px;
		top: 26px;
		right: 20px;
	}
	.bl_form_item select {
		width: 100%;
		height: 64px;
		font-size: 32px;
	}
	.el_required:after,
	.el_optional::after {
		font-size: 24px;
		width: 84px;
		height: 40px;
		padding-top: 1px;
		right: 0;
		left: 494px;
	}
	.bl_form_ttl.att span {
		font-size: 24px;
	}
	.bl_form_item .el_att {
	    font-size: 22px;
	    margin-top: 32px;
	    padding: 16px 16px 16px 40px;
    }
	.bl_form_txt_set {
	    margin-top: 32px;
	    padding: 24px;
    }
    .bl_form_txt_set .el_form_txt_set_ttl,
    .bl_form_txt_set .bl_bulletList > li {
	    font-size: 22px;
    }
	.bl_form_txt_set .el_att {
	    margin-top: 0;
	    padding: 0 0 0 24px;
    }
/* 	.bl_form_item .error {
		margin: 3px 0 0 0;
	} */

	/*ラジオ・チェックボタン*/
	.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .bl_selectWrapper {
	    gap: 24px;
    }
	.mwform-radio-field{
		margin-right: 0;
	}
	.mwform-radio-field input[type="radio"] + span{
		padding-left: 42px;
	}
	.mwform-radio-field input[type="radio"] + span::before{
		width: 30px;
		height: 30px;
	}
	.mwform-radio-field input[type="radio"]:checked + span::after{
		width: 14px;
		height: 14px;
		background: linear-gradient(#333,#999);
		left: 8px;
	}
	.mwform-checkbox-field-text{
		margin-right: 26px;
		padding-left: 42px;
		font-size: 28px;
	}
	.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .mwform-checkbox-field-text {
	    padding-left: 110px;
    }
	.bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item {
        width: 300px;
	    padding: 40px 16px 40px 24px;
    }
    .bl_form_inner .bl_form_item_set:nth-of-type(4) .bl_form_item:nth-of-type(2) .horizontal-item::after {
	    width: 54px;
	    height: 54px;
	    left: 72px;
    }
	.mwform-checkbox-field-text::before{
		width: 30px;
		height: 30px;
	}
	input[type="checkbox"]:checked + .mwform-checkbox-field-text::after{
		width: 18px;
		height: 10px;
		border-left: 4px solid #ff653f;
		border-bottom: 4px solid #ff653f;
		transform: rotate(-45deg);
		display: block;
		position: absolute;
		left: 6px;
		top: 14px;
	}
	.mw_wp_form .error{
		margin-left: 0;
	}
	.bl_form_item .bl_selectWrapper .error{
		bottom: -37px;
	}
	.bl_benefit .error{
		margin-top: 0;
	}
	/* check */
	.bl_check {
		padding-top: 50px;
	}
	.bl_check .el_btn {
		width: 360px;
		margin-right: 40px;
	}
	.bl_check .el_btn {
		width: 460px;
	}
	.bl_check .el_btn.back {
		width: 160px;
	}

	/* thanks */
	.ly_thanks .ly_cont_inner {
		padding: 60px 0 80px;
	}
	.bl_thanks {
		background-image: url(../images/smart-plan-contact/thanks_bg_sp.png);
		padding: 64px 20px;
	}
	.bl_thanks_ttl {
		width: 520px;
		margin-bottom: 62px;
	}
	.bl_thanks_txt {
		margin-bottom: 50px;
	}
	.bl_thanks_imgWrapper {
		width: 320px;
	}
}

/**Mac,iPad Safari**/
@media only screen and (min-device-width:768px) {
	_::-webkit-full-page-media,_:future,:root .bl_form_ttl.el_required:after {
		padding-top: 0;
	}
	_::-webkit-full-page-media,_:future,:root input[type="checkbox"]:checked + .mwform-checkbox-field-text::after{
		top: 5px;
	}
	_::-webkit-full-page-media,_:future,:root .mwform-radio-field input[type="radio"]:checked + span::after{
		left: 5.5px;
	}
}
