/*　*/
@charset "UTF-8";

#wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


.faq__header_label {
	display:block;
	cursor: pointer;
}


.line_faq--form input[type=checkbox],
.line_faq--form input[type=radio] {

	display: none;
}

.line_faq--form input[type=checkbox] + span,
.line_faq--form input[type=radio] + span {

	line-height: 22px;

	position: relative;

	display: block;

	margin: 5px 10px;
	padding-left: 25px;
}
.line_faq--form .faq__body input[type=checkbox] + span,
.line_faq--form .faq__body input[type=radio] + span {
	padding-left: 0;
}



.line_faq--form input[type=checkbox] + span:before,
.line_faq--form input[type=radio] + span:before {

	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 20px;
	height: 20px;

	content: '';
	-webkit-transition: all .2s ease;
		 -o-transition: all .2s ease;
			transition: all .2s ease;

	border-radius: 2px;
	background-color: #eee;
}


.line_faq--form .faq__header {
	cursor:pointer;
	padding-right: 20px;
}



.line_faq--form .faq__body input[type=checkbox] + span:before,
.line_faq--form .faq__body input[type=radio] + span:before {
	display:none;

}


.line_faq--form input[type=checkbox] + span:after,
.line_faq--form input[type=radio] + span:after {

	font-family: FontAwesome;

	position: absolute;
	top: 0;
	left: 2px;

	content: '\f00c';

	color: #fff;
}

.line_faq--form input[type=checkbox]:checked + span,
.line_faq--form input[type=radio]:checked + span {

	color: #0084ff;
}

.line_faq--form input[type=checkbox]:checked + span:before,
.line_faq--form input[type=radio]:checked + span:before {

	background-color: #0084ff;
}
	.line_faq--form .faq__body input[type=checkbox]:checked + span,
	.line_faq--form .faq__body input[type=radio]:checked + span {

		color: unset;
	}

	.line_faq--form .faq__body input[type=checkbox]:checked + span:before,
	.line_faq--form .faq__body input[type=radio]:checked + span:before {

		background-color: unset;
	}


.line_faq--form .faq__header label input[type=checkbox]:checked + span:after,
.line_faq--form .faq__header label input[type=radio]:checked + span:after
{
/*    color: #000; */
}


.line_faq--form input[type=radio] + span:before {

	border: 1px solid #ddd;
	border-radius: 50%;
}

.line_faq--form input[type=radio] + span:after {

	top: 5px;
	left: 5px;

	display: block;
	display: none;

	width: 12px;
	height: 12px;

	content: '';

	border-radius: 50%;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
			box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.line_faq--form input[type=radio]:checked + span:before {

	border-color: #0084ff;
	background-color: #0084ff;
}

.line_faq--form input[type=radio]:checked + span:after {

	display: block;
	background-color: #fff;
}
	.line_faq--form .faq__body input[type=radio]:checked + span:after {

		display: none;
	}

.line_faq--form .faq {

	position: relative;

	margin-bottom: 10px;

	border: 1px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
			box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.line_faq--form .faq__header label span {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	min-height: 58px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.line_faq--form .faq__header label input[type=radio] + span {

	line-height: 28px;

	margin: 0;
	padding: 10px 10px 10px 45px;
}

.line_faq--form .faq__header label input[type=radio] + span:before {

	top: 15px;
	left: 10px;

	width: 28px;
	height: 28px;

	border: none;
}

.line_faq--form .faq__header label input[type=radio] + span:after {

	font-family: FontAwesome;
	font-size: 20px;

	position: absolute;
	top: 15px;
	left: 14px;

	display: block;

	content: '\f00c';

	color: #fff;
	background: none;
	-webkit-box-shadow: 0 0 0;
			box-shadow: 0 0 0;
}

.line_faq--form .faq__header label .title {

	font-size: 1.3rem;
	font-weight: bold;

	color: #0084ff;

	-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
}
.line_faq--form .faq__header label .title span {


}




.line_faq--form .faq__header label .price {

	font-size: 1.5rem;
	font-weight: bold;
	line-height: 22px;

	position: relative;
	z-index: 1;

	width: 90px;
	margin-left: auto;

	text-align: center;

	color: #fff;
	border-radius: 11px;
	background-color: #0084ff;
}

.line_faq--form .faq__header label .icon {

	position: absolute;
	top: -19px;
	right: 10px;
}
.line_faq--form .faq__header label .faq_q_icon {
	position: absolute;

}


.line_faq--form .faq__header .tag {

	font-weight: normal;
	line-height: 1;

	display: block;

	margin: -12px 0 0 45px;
	padding-bottom: 8px;
}

.line_faq--form .faq__header .tag span {

	font-size: 12px;

	display: inline-block;

	min-height: auto;
	padding: 4px 8px;

	color: #210c07;
	border-radius: 10px;
	background: #ddd;
	background: #ddd;
}

.line_faq--form .faq__body {
	display: none;
	background-color: #fff;
	margin: 0 10px 10px 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
}

.line_faq--form .faq__body p {

	padding: 10px 15px;

	color: #fff;
	background-color: #581800;
}

.line_faq--form .faq__body .ex {

	font-size: 1.4rem;

	padding: 10px 15px;
}

.line_faq--form .faq__body .ex span {

	font-weight: bold;

	display: block;

	margin: 0 0 5px;
	padding: 5px 15px;

	border-radius: 30px;
	background: #ddd;
}

.line_faq--form .faq__body .ex ul {

	margin: 0;
	padding: 0;
}

.line_faq--form .faq__body .ex ul li {

	margin-left: 25px;
}

.line_faq--form .faq__body .ex ul li + li {

	margin-top: 5px;
}

.line_faq--form .faq__body .note ul {

	margin: 0;
	padding: 0;

	list-style: none;
}

.line_faq--form .faq__body .note ul li {

	font-size: 1.4rem;

	position: relative;

	padding: 8px 12px 8px 30px;

	color: #6b5e42;
	background: #fbf9bb;
}

.line_faq--form .faq__body .note ul li + li {

	margin-top: 1px;
}



.line_faq--form .faq__body ul {

}
.line_faq--form .faq__body ul li {
	margin: 0 0 10px 0;
}
.line_faq--form .faq__body ul li:hover {
/*	background-color: #c2e0fd; */
}


.line_faq--form .faq__body ul li label {

}



.line_faq--form .faq__body .faq__body_q {

}
.line_faq--form .faq__body .faq__body_q .title {
	font-weight: bold;
	text-indent: -2em;
	padding-left: 2em;
}
.line_faq--form .faq__body .faq__body_q .title span {
	margin-right: 10px;
}


.line_faq--form .faq__body.faq__body2 {
	border: none;
}
.line_faq--form .faq__body.faq__body2 ul li {
	border: 1px solid #0084ff;
	padding: 3px 6px;
	cursor: pointer;
}



#line_faq_item .fa {
	color: #0084ff;
	margin:0 10px 0 20px;
}

.line_faq--form.line_faq--form_item {
	padding-bottom: 100px;
}



#line_faq_item {
	background-color: #c2e0fd;
}
.line_faq--form #line_faq_item .faq__header label .backtitle {

}
.line_faq--form #line_faq_item .faq__header label .title {
	margin-left: 20px;
}
.line_faq--form #line_faq_item .faq__header label .subtitle {

}


.line_faq--form #line_faq_item .faq__readmes {
	margin: 10px 20px;
}
.line_faq--form_item .faq__resultmes {
	margin: 20px;
}
	.line_faq--form_item .faq__resultmes .resultmes {
		color: #0084ff;
		font-weight: bold;
	}

.line_faq--form_item .faq__readmes {
	margin: 20px;
}
	.line_faq--form_item .faq__readmes .readmes {
		color: #0084ff;
		font-weight: bold;
	}
	.line_faq--form_item .faq__readmes .readmes.step4 {

	}


.line_faq--form_item .faq__body {
	padding: 0 20px 0 10px;
	display: block;
	border: none;
	margin-top: 0;
}
.line_faq--form_item .faq__body  ul {
	margin-top: 10px;
}
.line_faq--form_item .faq__body  ul li {
	background-color: #eef4fa;
	border: 2px solid #8bc3fb;
	border-radius: 6px;
	padding: 6px 6px;
	cursor: pointer;
	float: left;
	margin: 5px;
	font-weight: bold;
	min-width: calc(50% - 14px);
	text-align:center;
}


	.line_faq--form_item .faq__body  ul.ul_result {
		margin-left: 20px;
	}
	.line_faq--form_item .faq__body  ul.ul_result li {
		width: calc(50% - 14px);
		padding: 8px 6px;
		background-color: #0084ff;
		cursor: default;
	}

.line_faq--form_item .faq__body  ul li .faq__body_item {

}
.line_faq--form_item .faq__body  ul li .faq__body_item .title {
	font-weight: bold;
	color: #0084ff;
}
	.line_faq--form_item .faq__body  ul.ul_result li .faq__body_item .title {
		color: #fff;
	}

.line_faq--form_item .faq__body  .resultlist {

}
.line_faq--form_item .faq__resultmes  dl {
	margin: 20px auto;
	margin-top: 10px;
}
.line_faq--form_item .faq__resultmes  dl dt {
	background-color: #eee;
	border: 2px solid #666;
	/* border-radius: 6px; */
	padding: 6px 6px;
	cursor: default;
	/* float: left; */
	margin: 5px;
	font-weight: bold;
	min-width: calc(50% - 14px);
	text-align: center;
}
.line_faq--form_item .faq__resultmes  dl dd {
	text-align: center;
}


#line_faq_item_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 8px 10px;
	text-align: center;
	background-color: #c2e0fd;
}

#line_faq_item_footer .faq__footer {

}
#line_faq_item_footer .faq__footer .backtitle {
	font-size: 1rem;
	font-weight: bold;
	color: #0084ff;
}
#line_faq_item_footer .faq__footer .backtitle a {
	color: #0084ff;
}
#line_faq_item_footer .faq__footer .backtitle a .fa {
	margin-right: 10px;
}




@media screen and (max-width: 512px) {
	.line_faq--form_item .faq__body  ul li {
		width: 100%;
	}
	.line_faq--form_item .faq__body ul.ul_result li .faq__body_item .title {
		min-height: 45px;
	}
}

