@charset "shift_jis";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.accordion-label:hover {
		opacity: 0.7;
		cursor: pointer;
	}
}
.rob {
	font-family: 'Roboto', sans-serif;
}
.otf {
	font-family: "Noto Sans JP', sans-serif, "", Meiryo, Osaka, " Pro W3", Hiragino Kaku Gothic Pro, "  ", MS PGothic, " sans-serif";
}
.content {
	margin: 0 auto;
	max-width: 1200px;
}
.accordion-label {
	display: block;
}
.accordion-label::before {
	content: "";
	width: 25px;
	height: 25px;
	background: url("../../img/index/icon02.png") no-repeat center center / 25px auto;
	position: absolute;
	right: 15px;
	top: 35px;
}
.accordion-label::after {
	content: "";
	width: 1px;
	height: 13px;
	background-color: #f02e40;
	position: absolute;
	right: 27px;
	top: 41px;
}
input[type="checkbox"]:checked ~ .accordion-label::after {
	width: 0;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
	}
	.faq .accordion-label {
		text-align: center;
	}
	.faq .accordion-label::before {
		right: 10px;
		top: 32px;
	}
	.faq .accordion-label::after {
		right: 22px;
		top: 38px;
	}
	.faq .inner {
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.6;
	}
}

