@charset "UTF-8";
/*--------------------
	変数
--------------------*/
/*--------------------
	FAQ
--------------------*/
.inner {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
}
.tgl {
	margin-bottom: 20px;
}
.tgl h3 {
	cursor: pointer;
	text-indent: -1.5em;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.5em;
	padding: .5em 2em;
	border-bottom: 1px dotted #b9b9b9;
	box-sizing: border-box;
	position: relative;
}
.tgl span {
	font-size: 3rem;
}
.tgl h3 .qet {
	color: #0168b8;
	font-weight: bold
}
.tgl h3 .cls {
	color: #f18a47;
	position: absolute;
	right: -15px;
}
.tgl h3 .opn {
	color: #f18a47;
	position: absolute;
	right: -15px;
}
.tgl h3 .cls {
	opacity: 1;
}
.tgl h3 .opn {
	opacity: 0;
}
.tgl .open .cls {
	opacity: 0;
}
.tgl .open .opn {
	opacity: 1;
}
.answer {
	background: #fdebad;
}
.answer p {
	text-indent: -2.1em;
	font-size: 1.8rem;
	line-height: 1.5em;
	padding: .5em 3em .5em 2.7em;
}
.answer p .asw {
	color: #f18a47;
	font-weight: bold;
}
.answer ul {
	padding: 0 4em 0 7.2em;
}
.answer ul li {
	list-style: decimal;
	font-size: 1.8rem;
	line-height: 1.5em;
	margin: .5em 0;
}
.answer .aft-p {
	text-indent: 0;
}

@media screen and (max-width: 999px) {}
