@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(//cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css);

/* form */
.form{
	padding: 25px 15px 35px;
	margin: auto;
	border: solid 4px #434343;
	border-radius: 7px;
	background-color: #fff;
	font-size: 1.8rem;
}
.form__inner{}

/* step */
.form__step{ display:flex; align-items:center; justify-content:center; margin-bottom:10px; }
.form__step li{ width:16px; height:16px; margin-right:10px; font-size:11px; color:#ef8446; text-align:center; line-height:14px; border:1px solid #ef8446; border-radius:50%; }
.form__step li:last-child{ margin-right:0; }
.form__step li.on{ color:#fff; font-weight:700; line-height:16px; border:none; background:#ef8446; }
.form__q{ margin-bottom:16px; font-weight:700; }
.form__item{margin-bottom:16px;font-size: 0.9em;}
.form__sample-text{color:#666;font-size: 1em;}
/* step中身 */
#step2,
#step3,
#step4,
#step5,
#step6,
#step7{ display:none }
/* btn */
.form .nextbtn{display:block;margin-top: 15px;margin-bottom: 0.7vw;padding: 10px;font-size: 1.2em;text-align:center;text-decoration:none;border-radius:30px;box-sizing:border-box;width: 100%;height: auto;}
.form .nextbtn.linebtn{display: block;margin-top: 2vw;padding: 10px;font-size: 1.2em;}
.form .prevbtn{ display:inline-block; margin-top:8px; padding:4px; font-size:12px; }
.privacypolicy label{font-size: 0.9em;}
/* radio */
.form__radio-list{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;list-style: none;padding: 0;}
.form__radio-list li{width: 49%;margin-left: 1px;margin-right: 1px;}
.form input[type="radio"],.form input[type="checkbox"]{ display:none; }
.form .radio-label{display:block;margin-bottom:10px;padding:4px 10px;text-align:center;border-radius:30px;font-size: 0.9em;cursor: pointer;}
.form input[type="radio"]:checked + .radio-label,.form input[type="checkbox"]:checked + .radio-label{color: #333333 !important;font-weight:700;border:none;background: #005FB7!important;color: #FFF !important;}
/* text,number */
.form input[type="text"],.form textarea,.form input[type="number"],.form input[type="tel"],.form input[type="email"]{width:100%;padding:8px;border: 1px solid #005BAF;border-radius:5px;box-sizing:border-box;text-align: left;line-height: 1.7em;}
/* select */
.form select{ width:100%; padding:8px; border:1px solid #cacaca; border-radius:5px; box-sizing:border-box; }
.form__select{ position:relative; }
.form__select::after{ content:"▼"; display:block; position:absolute; top:50%; right:8px; color:#666; font-size:6px; transform:translateY(-50%); }
/* button */
.form button{display:block;width: 15px;height: 15px;}

#cbfForm{
	align-items: flex-start;
}
.cbfForm{
	width: 100%;
}
.form__inner {
	opacity: 0;
	transition: 0.6s ease;
	position: relative;
	box-sizing:border-box;
	max-width: 900px;
	margin: 0 auto;
	z-index: 10;
}

.nextbtn {
	cursor:pointer;
}

.chat_box:not(:nth-of-type(1) ) {
}
.chat_box {
	width: 100%;
	padding: 3% 3.5%;
}
.form_ope {
	animation: bounceIn_l 0.3s ease;
	transform-origin: top left;
}

@keyframes bounceIn_l {
	0% {
		transform: scale(0.6, 0.6);
	}
	100% {
		transform: scale(1.0, 1.0);
	}
}
.form_list_box {
	animation: bounceIn_r 0.8s ease;
	transform-origin: top right;
}
@keyframes bounceIn_r {
	0% {
		transform: scale(0);
	}
	59% {
		transform: scale(0);
	}
	60% {
		transform: scale(0.6, 0.6);
	}
	100% {
		transform: scale(1.0, 1.0);
	}
}
#no01 .form_ope,
#no01 .form_list_box{
	animation-duration: 1s;
}
/* modal */
#lean_overlay {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;

}
.modal {
	display: none;
	width: 80%;
	max-width: 500px;
	top: 50%!important;
	transform: translateY(-50%);
	border-radius: 6px;
	background: #FFF;
}
.modal_inner {
	padding: 30px 40px;
	position: relative;
	text-align: left;
}
.modal_inner img {
	width: 100%;
}
.cancel {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
}
.cancel::before,
.cancel::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 4%;
	margin: -2% 0 0 -20%;
	background-color: #fff;
}
.cancel::before {
	transform: rotate(-45deg);
}
.cancel::after {
	transform: rotate(45deg);
}

.continue {
	display: block;
	transition: 0.2s;
	width: 200px;
	max-width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #42aae6;
	text-decoration: none;
	box-shadow: 0px 4px 8px 0px rgba(90, 70, 0, .2);
}
.popup_03 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.popup_03 dl {
	width: 60%;
}
.popup_03 dl dt {
	margin-bottom: 5px;
}
.popup_03 dl dd {
	padding: 3%;
	margin: 1%;
	border: 1px solid #cecece;
	float: left;
	width: 40%;
	max-width: 100px;
}
.modal_emb {
	width: 40%;
	padding-right: 20px;
}

.popup_03_02 {
	padding: 20px 0;
}
.popup_03_02 dl {
	width: 75%;
	margin: 0 auto;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.popup_03_02 dl dt {
	width: 100%;
	margin: 15px 0 5px 0;
	text-align: center;
	font-size: 75%;
}
.popup_03_02 dl dd {
	padding: 1%;
	margin: 1%;
	border: 1px solid #cecece;
	width: 28%;
	max-width: 100px;
}
.modal_emb_02 {
	width: 62%;
	margin: 0 auto;
}

.continue:hover {
	opacity: 0.7;
}
.bottom_txt {
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}
.error_msg {
	display: none;
	color: #f05770;
	font-size:0.85em;
	padding: 0px 0 5px;
}
.all_show {
	margin-top: 10px;
	text-align: right;
	font-size: 70%;
	cursor: pointer;
}
.form_ope{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}
.form_ope figure{
	margin: 0;
	width: 10%;
	height: 10%;
	background: #000;
	border-radius: 50%;
	overflow: hidden;
}
.form_ope figure img{
	display: block;
	width: 100%;
}
.form_ope .ope_text{
	width: 89%;
	padding: 12px;
	position: relative;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	margin-bottom: 8px;
	text-align: left;
}
.form_ope .ope_text:before{
	display: block;
	/* content: ""; */
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-right: 8px solid #ffeded;
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
}
#privacypolicy_check{
	text-align: center;
	display: none;
	font-size: 2.45em;
}
#privacypolicy_check label a{
	text-decoration-line: underline;
	color: #6a6afc;
}
input[type=checkbox] { display:none; }
input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}
input[type=checkbox] + label:before { content: "\f096"; }
input[type=checkbox].done + label:before {content: "";}
input[type=checkbox] + label:before { letter-spacing: 10px; }
input[type=checkbox]:checked + label:before { content: "\f046"; }
input[type=checkbox].done:checked + label:before {content: "";}
input[type=checkbox]:checked + label:before { letter-spacing: 5px; }

#chatbotform .splide__arrows .splide__arrow{
	width: 25%;
	border-radius: 15px;
	background-color: #c7e5ff;
	height: auto;
	top: unset;
	bottom: -0.5vw;
	font-size: 1em;
	padding: 10px;
	z-index: 999;
	text-align: center;
}
.splide__arrow:disabled{
	opacity: 0;
}
#cbf_next{
	opacity: 0;
	display: none;
}
input[name=年齢]{
	width: max(20%, 100px) !important;
	text-align: center !important;
}
.privacypolicy{
	margin-top: 15px;
}
body{
	position: relative;
}
.overflow_hidden{
	overflow: hidden;
}
#chatbotform{
}
#chatbotform.show{display: block;}
.hidden-back-black{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #00000094;
	z-index: 999;
	display: none;
}
.hidden-back-black.show{
	display: block;
}

@media(max-width:414px){
	.form{
		width: 100%;
		padding: 14vw 1vw 5vw;
	}
	.form .radio-label{
		line-height: 1.5;
	}
	.form__inner{}
	.chat_box{}
	.form_ope{}
	.form_ope figure{
		width: 80px;
		height: 80px;
	}
	.form_ope figure{
		width: 80px;
		height: 80px;
	}
	.form_ope figure img {
		margin-left:0;
	}

	.form_ope .ope_text{
		width: 74%;
		padding: 12px;
		font-size: 0.8em;
		text-align: left;
	}
	#chatbotform .splide__arrows .splide__arrow{
		bottom: -2vw;
		padding: 2.5%;
		width: max(30%, 160px);
	}
}
.form_ope .ope_text p{
	line-height: 1.5;
}
.form .skipbtn {
	display: block;
	margin: 6px 0;
	padding: 8px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	background: #bbbaba;
	background-size: 7px;
	box-sizing: border-box;
	border: none;
}
.your-class-page {
	background-color: transparent;
	background-image: url(https://line-form.net/honda/wordpress/wp-content/themes/fumidas_balloon/img/dot.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: unset;
	opacity: 1;
	width: 30px;
}
.your-class-page.is-active {
	background-color: transparent;
	background-image: url(https://line-form.net/honda/wordpress/wp-content/themes/fumidas_balloon/img/dot_active.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.your-class-pagination {
	bottom: unset;
	top: 27px;
	flex-wrap: nowrap;
	width: 90%;
	margin: auto;
	justify-content: space-between;
	display: none;
}
.your-class-pagination::after{
	content: "";
	width: calc(100% - 2.7em);
	height: 2px;
	border: solid 1px #333;
	position: absolute;
	top: 50%;
	left: 1.3em;
	z-index: -1;
}
.your-class-pagination li {}
.splide__slide img {
	height: auto;
	width: 100%;
}
.your-class-page.is-active{
	position: relative;
}
.your-class-page.is-active::before{
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 10px;
}
li:nth-child(1) .your-class-page.is-active::before{
	content: "STEP1";
}
li:nth-child(2) .your-class-page.is-active::before{
	content: "STEP2";
}
li:nth-child(3) .your-class-page.is-active::before{
	content: "STEP3";
}
li:nth-child(4) .your-class-page.is-active::before{
	content: "STEP4";
}
li:nth-child(5) .your-class-page.is-active::before{
	content: "STEP5";
}
li:nth-child(6) .your-class-page.is-active::before{
	content: "STEP6";
}
li:nth-child(7) .your-class-page.is-active::before{
	content: "STEP7";
}
li:nth-child(8) .your-class-page.is-active::before{
	content: "STEP8";
}
li:nth-child(9) .your-class-page.is-active::before{
	content: "STEP9";
}
li:nth-child(10) .your-class-page.is-active::before{
	content: "STEP10";
}
::placeholder{
  opacity: .5;
}
.spte_bl_ON .your-class-pagination{
	display: flex !important;
}