@charset "UTF-8";

/* --------------------------------------------------------------------------------------
	合格体験記
--------------------------------------------------------------------------------------- */

.page-taikenki .taikenki-wrap { padding: 100px 0; }

.page-taikenki .taikenki-wrap article:nth-of-type(n+2) { margin-top: 100px; }

.page-taikenki .taikenki-wrap article section { margin-top: 34px; }

.page-taikenki .taikenki-wrap article section h3 {
	font-size: 2rem;
	font-weight: var(--Bold);
}

.page-taikenki .taikenki-wrap article section:nth-of-type(n+2) { margin-top: 64px; }

.page-taikenki .taikenki-wrap article section .taikenki-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 18px;
}

.page-taikenki .taikenki-wrap article section .taikenki-list > a {
	align-items: center;
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius);
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 24px;
	width: 48.5%;
}

.page-taikenki .taikenki-wrap article section .taikenki-list > a:nth-of-type(n+3) { margin-top: 26px; }

.page-taikenki .taikenki-wrap article section .taikenki-list > a .image { max-width: 140px; }

.page-taikenki .taikenki-wrap article section .taikenki-list > a dl { width: 62%; }

.page-taikenki .taikenki-wrap article section .taikenki-list > a dt {
	font-size: 1.8rem;
	font-weight: var(--Bold);
}

.page-taikenki .taikenki-wrap article section .taikenki-list > a dt span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.page-taikenki .taikenki-wrap article section .taikenki-list > a dt b {
	border: 1px solid var(--color-orange);
	border-radius: 4px;
	color: var(--color-orange);
	display: none;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 17px;
	vertical-align: middle;
}

.page-taikenki .taikenki-wrap article section .taikenki-list > a dd { margin-top: 10px; }

.page-taikenki .taikenki-wrap article .banner-column,
.page-taikenki .taikenki-wrap article > .banner { margin-top: 56px; }

.page-taikenki .taikenki-wrap article > .banner a { max-width: 400px; }

@media (max-width: 768px) {

	.page-taikenki .taikenki-wrap {
		margin-left: 5.333vw;
		margin-right: 5.333vw;
		padding: 12vw 0;
	}

	.page-taikenki .taikenki-wrap article:nth-of-type(n+2) { margin-top: 11.733vw; }

	.page-taikenki .taikenki-wrap article section { margin-top: 5.333vw; }
	.page-taikenki .taikenki-wrap article section:nth-of-type(n+2) { margin-top: 9.6vw; }

	.page-taikenki .taikenki-wrap article section .taikenki-list {
		display: block;
		margin-top: 5.333vw;
	}

	.page-taikenki .taikenki-wrap article section .taikenki-list > a {
		padding: 6.4vw 4.8vw;
		width: 100%;
	}

	.page-taikenki .taikenki-wrap article section .taikenki-list > a:nth-of-type(n+2),
	.page-taikenki .taikenki-wrap article section .taikenki-list > a:nth-of-type(n+3) { margin-top: 3.2vw; }

	.page-taikenki .taikenki-wrap article section .taikenki-list > a .image { max-width: 24vw; }

	.page-taikenki .taikenki-wrap article section .taikenki-list > a dl { width: 63%; }

	.page-taikenki .taikenki-wrap article section .taikenki-list > a dt {
		font-size: 3.733vw;
		line-height: 1.5;
	}

	.page-taikenki .taikenki-wrap article section .taikenki-list > a dt span { margin-right: 1.867vw; }

	.page-taikenki .taikenki-wrap article section .taikenki-list > a dt b {
		border-radius: .533vw;
		font-size: 2.667vw;
		padding: 1.033vw 2.333vw;
	}

	.page-taikenki .taikenki-wrap article section .taikenki-list > a dd {
		font-size: 3.467vw;
		margin-top: 2vw;
	}

	.page-taikenki .taikenki-wrap article > .banner { margin-top: 8.533vw; }
}

/* --------------------------------------------------------------------------------------
	詳細ページ
--------------------------------------------------------------------------------------- */

.taikenki-detail-wrap .detail-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 72px;
}

.taikenki-detail-wrap .detail-head .image {
	border-radius: 100vw;
	max-width: 180px;
	overflow: hidden;
}

.taikenki-detail-wrap .detail-head .image img { min-width: 180px; }

.taikenki-detail-wrap .detail-head dl { width: 76%; }

.taikenki-detail-wrap .detail-head dt {
	font-size: 2.4rem;
	font-weight: var(--Bold);
}

.taikenki-detail-wrap .detail-head dt span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.taikenki-detail-wrap .detail-head dt b {
	border: 1px solid var(--color-orange);
	border-radius: 4px;
	color: var(--color-orange);
	display: none;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5px 17px;
	vertical-align: middle;
}

.taikenki-detail-wrap .detail-head dd {
	font-size: 1.8rem;
	margin-top: 10px;
}

.taikenki-detail-wrap .detail-qa { margin-top: 48px; }

.taikenki-detail-wrap .detail-qa details:first-of-type {
	border-top: 1px solid var(--color-border);
	margin-top: 12px;
}

.taikenki-detail-wrap .detail-qa summary { padding-left: 42px; }

.taikenki-detail-wrap .detail-qa summary::before {
	align-items: center;
	background-color: var(--color-orange);
	border-radius: 100vw;
	color: #fff;
	content: 'Q';
	display: flex;
	font-weight: var(--Bold);
	height: 32px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 16px;
	width: 32px;
}

.taikenki-detail-wrap .detail-qa .accordion-content {
	background-color: var(--color-gray-thin);
	padding: 24px;
}

.taikenki-detail-wrap .detail-qa + .banner-column,
.taikenki-detail-wrap .banner-line-orange { margin-top: 56px; }

.taikenki-detail-wrap .banner-line-orange {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {

	.taikenki-detail-wrap { margin: auto 5.333vw 12.8vw; }
	.taikenki-detail-wrap .detail-head { margin-top: 13.333vw; }

	.taikenki-detail-wrap .detail-head .image {
		max-width: 100%;
		width: 40vw;
	}

	.taikenki-detail-wrap .detail-head .image img {
		min-width: inherit;
		width: 100%;
	}

	.taikenki-detail-wrap .detail-head dl { width: 44vw; }

	.taikenki-detail-wrap .detail-head dt { font-size: 3.733vw; }

	.taikenki-detail-wrap .detail-head dt b {
		border-radius: .533vw;
		font-size: 2.667vw;
		padding: 1.033vw 2.333vw;
	}

	.taikenki-detail-wrap .detail-head dd {
		font-size: 3.467vw;
		margin-top: 2vw;
	}

	.taikenki-detail-wrap .detail-qa { margin-top: 9.333vw; }

	.taikenki-detail-wrap .detail-qa + .banner-column { margin-top: 12.8vw; }

	.taikenki-detail-wrap .banner-line-orange { margin-top: 8.533vw; }
	.taikenki-detail-wrap .banner-line-orange a { max-width: 58.667vw; }
}