/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	background: #f3f3f3;
}
@media print, screen and (min-width: 768px) {/* PC */
.main {
	position: relative;
}
.main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background: linear-gradient(90deg, #c8c8c2, #f3f3f3);
}
}/* @media */
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	padding: 12px;
}
.kv .category {
	display: inline-flex;
	align-items: center;
	gap: 0 12px;
	margin-bottom: 12px;
	padding-block: 2px;
	border-top: 1px solid #ff747e;
	border-bottom: 1px solid #ff747e;
}
.kv .category span:first-child {
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
}
.kv .category span:last-child {
	font-size: calc(1.2rem / 1.6);
}
.kv .page-title {
	position: relative;
	margin: 0 -12px 30px 0;
}
.kv .page-title img {
	height: 100px;
	object-fit: cover;
}
.kv .page-title h1 {
	position: absolute;
	left: 12px;
	bottom: 6px;
	color: #fff;
}
.kv .page-title h1 span {
	display: block;
}
.kv .page-title h1 span:first-child {
	font-family: var(--en);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
}
.kv .page-title h1 span:last-child {
	font-family: var(--min);
	font-size: calc(2rem / 1.6);
	font-weight: 300;
	letter-spacing: .08em;
}
.kv .lead {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	display: flex;
	align-items: start;
	gap: 0 calc(88 / 1360 * 100%);
	position: relative;
	max-width: 1360px;
	margin-inline: auto;
	padding: 40px 40px 80px;
	overflow: hidden;
}
.kv .category {
	display: block;
	width: 172px;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
}
.kv .category span {
	display: block;
	margin-right: 40px;
	border-top: 1px solid #ff747e;
	border-bottom: 1px solid #ff747e;
}
.kv .category span:first-child {
	border-bottom: none;
	font-size: calc(1.4rem / 1.6);
}
.kv .category span:last-child {
	font-size: calc(1.6rem / 1.6);
}
.kv .page-title {
	flex: 1;
	margin: 0 -100px 50px 0;
}
.kv .page-title img {
	height: 200px;
}
.kv .page-title h1 {
	left: calc(100 / 1100 * 100%);
	bottom: 30px;
}
.kv .page-title h1 span:first-child {
	font-size: calc(2.4rem / 1.6);
}
.kv .page-title h1 span:last-child {
	font-size: calc(3.6rem / 1.6);
	letter-spacing: .06em;
}
.kv .lead {
	margin-left: calc(100 / 1100 * 100%);
	font-size: calc(1.8rem / 1.6);
	line-height: calc(32 / 18);
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	display: flex;
	gap: 0 calc(88 / 1360 * 100%);
	position: relative;
	max-width: 1360px;
	margin-inline: auto;
	padding: 40px 40px 150px;
}
.contents .index {
	width: 172px;
}
.contents .faq {
	flex: 1;
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	margin-bottom: 55px;
	padding: 12px;
}
.index h2 {
	margin-bottom: 12px;
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
}
.index ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.index li a {
	display: block;
	padding: 5px;
	color: #fff;
	background: #ff7f88;
	font-size: calc(1.3rem / 1.6);
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	margin-bottom: 0;
	padding: 0;
}
.index .inner {
	position: sticky;
	top: 100px;
}
.index h2 {
	margin-bottom: 12px;
	font-size: calc(1.4rem / 1.6);
}
.index ul {
	display: block;
}
.index li {
	margin-bottom: 16px;
}
.index li a {
	padding: 5px;
	color: #4d4d4d;
	background: #fff;
	font-size: calc(1.4rem / 1.6);
	text-align: left;
}
.index li a.is-active {
	color: #fff;
	background: #ee505c;
}
}/* @media */
@media (hover:hover) {
.index li a {
	transition: color .3s;
}
.index li a:hover {
	color: var(--red);
}
.index li a.is-active:hover {
	color: #fff;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	margin: 12px 12px 30px;
}
.block h2 {
	padding: 8px 12px;
	color: #fff;
	background: linear-gradient(90deg, #9a9a8e, #e1e1dd);
	font-family: var(--min);
	font-size: calc(2rem / 1.6);
	font-weight: 300;
}
.block .inner {
	padding: 30px 12px;
	background: #fff;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	margin: 0 0 82px;
}
.block h2 {
	padding: 18px calc(100 / 1100 * 100%);
	font-size: calc(2.8rem / 1.6);
}
.block .inner {
	padding: calc(80 / 1500 * 100vw) calc(100 / 1100 * 100%);
}
}/* @media */
/* -----------------------------------------------
= item
----------------------------------------------- */
.item {
	border-top: 1px solid #505050;
}
.item h3 {
	position: relative;
}
.item h3::after {
	content: "";
	position: absolute;
	top: calc(50% - 7.5px);
	right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
}
.item button {
	display: flex;
	align-items: center;
	gap: 0 14px;
	position: relative;
	width: 100%;
	padding: 10px 45px 10px 15px;
	background: #eeeeec;
}
.item button::before,
.item button::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.75px);
	right: 18px;
	z-index: 1;
	width: 9px;
	height: 1.5px;
	background: #666;
}
.item button::after {
	transform: rotate(90deg);
}
.item button[aria-expanded="true"]::after {
	display: none;
}
.item button span:first-child {
	display: block;
	width: calc(2rem / 1.6);
	height: calc(2rem / 1.6);
	color: #fff;
	background: #ee505c;
	font-family: var(--en);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
	line-height: calc(2rem / 1.6);
	text-align: center;
}
.item button span:last-child {
	flex: 1;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	letter-spacing: .04em;
}
.item .answer {
	display: flex;
	gap: 0 14px;
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease;
}
.item .answer .a {
	display: block;
	width: calc(2rem / 1.6);
	height: calc(2rem / 1.6);
	margin: 15px 0 15px 15px;
	color: #fff;
	background: #4c81d5;
	font-family: var(--en);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
	line-height: calc(2rem / 1.6);
	text-align: center;
}
.item .answer .text {
	flex: 1;
	padding: 15px 15px 0 0;
	font-size: calc(1.2rem / 1.6);
	line-height: calc(21 / 12);
	letter-spacing: 0;
}
.item .answer .text p {
	margin-bottom: 15px;
}
.item .answer .text strong {
	font-weight: 700;
}
.item .answer .text a {
	text-decoration: underline;
}
@media print, screen and (min-width: 768px) {/* PC */
.item h3::after {
	top: calc(50% - 10px);
	right: 25px;
	width: 20px;
	height: 20px;
}
.item button {
	gap: 0 34px;
	padding: 25px 70px 25px 25px;
}
.item button::before,
.item button::after {
	top: calc(50% - 1 px);
	right: 29px;
	width: 12px;
	height: 2px;
}
.item button span:first-child {
	width: calc(4rem / 1.6);
	height: calc(4rem / 1.6);
	font-size: calc(2.8rem / 1.6);
	line-height: calc(4rem / 1.6);
}
.item button span:last-child {
	font-size: calc(2.4rem / 1.6);
	line-height: calc(40 / 24);
}
.item .answer {
	gap: 0 34px;
}
.item .answer .a {
	width: calc(4rem / 1.6);
	height: calc(4rem / 1.6);
	margin: 25px 0 25px 25px;
	font-size: calc(2.8rem / 1.6);
	line-height: calc(4rem / 1.6);
}
.item .answer .text {
	padding: 25px 25px 0 0;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(28 / 18);
}
.item .answer .text p {
	margin-bottom: 25px;
}
}/* @media */
@media (hover:hover) {
.item button {
	transition: color .3s;
}
.item button:hover {
	color: var(--red);
}
.item .answer .text a:hover {
	text-decoration: none;
}
}/* @media */
/* -----------------------------------------------
= related
----------------------------------------------- */
.related {
	padding: 12px;
}
.related h3 {
	margin-bottom: 10px;
	font-family: var(--min);
	font-size: calc(1.3rem / 1.6);
	font-weight: 300;
}
.related li {
	margin-bottom: 12px;
}
.related li a {
	display: block;
	position: relative;
	padding: 10px 30px 10px 10px;
	background: #fff;
	border-top: 1px solid #ff747e;
	border-bottom: 1px solid #ff747e;
	font-size: calc(1.3rem / 1.6);
}
.related li a::before {
	content: "";
	position: absolute;
	top: calc(50% - 7.5px);
	right: 8px;
	width: 15px;
	height: 15px;
	background: #ee505c;
}
.related li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	width: 7px;
	height: 8px;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (min-width: 768px) {/* PC */
.related {
	padding: 83px 0 0;
}
.related h3 {
	margin-bottom: 30px;
	font-size: calc(2rem / 1.6);
}
.related ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 49px 60px;
}
.related li {
	margin-bottom: 0;
}
.related li a {
	padding: 25px 70px 25px 25px;
	font-size: calc(2rem / 1.6);
}
.related li a::before {
	top: calc(50% - 10px);
	right: 20px;
	width: 20px;
	height: 20px;
}
.related li a::after {
	top: calc(50% - 5.5px);
	right: 25px;
	width: 10px;
	height: 11px;
}
}/* @media */
@media (hover:hover) {
.related li a {
	transition: color .3s;
}
.related li a:hover {
	color: var(--red);
}
}/* @media */
