@charset "UTF-8";

.main {
}

.pagehd {
}

.pagehd_ttl {
}

.pagehd_ttl::before {
	background: url(../img/menu/training/pagehd-icon@2x.png) center / 100% 100%;
}

.pagehd_catch {
	margin-bottom: 20px;
}

.pagehd_txt {
	margin-bottom: 70px;
}

.pagehd_img {
	overflow: hidden;
	border-radius: 10px;
}

.pagehd_question {
}

.pagehd_question_cnt {
	margin-bottom: 45px;
}

.pagehd_question_cnt span {
	margin-bottom: 45px;
}

.pagehd_question_ttl {
	width: fit-content;
	margin: 0 auto 20px;
	text-align: center;
}

.pagehd_question_ttl p {
	display: block;
	position: relative;
	color: #a57165;
	font-size: 24px;
}

.pagehd_question_ttl p::before,
.pagehd_question_ttl p::after {
	content: "";
	position: absolute;
	bottom: 50%;
	width: 25px;
	height: 35px;
	background: url(../img/cmn/strong-border@2x.png) center / contain;
}

.pagehd_question_ttl p::before {
	right: calc(100% + 10px);
	transform: translateY(50%);
}

.pagehd_question_ttl p::after {
	left: calc(100% + 10px);
	transform: translateY(50%) scale(-1, 1);
}

.pagehd_question_list {
	margin-bottom: 30px;
}

.pagehd_question_list_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	margin-bottom: 13px;
	border-radius: 9999px;
	background: #f1efeb;
	font-size: 20px;
}

.pagehd_question_list_cnt:last-child {
	margin-bottom: 0;
}

.pagehd_question_list_cnt span {
	position: relative;
	bottom: 10px;
	font-size: 10px;
}

.pagehd_question_cnt > span {
	display: block;
	width: 50px;
	height: 14px;
	margin: 0 auto 17px;
	border-top: 14px solid #a57165;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}

.pagehd_question_ans {
	font-size: 20px;
	text-align: center;
}

.pagehd_question_ans span {
	color: #d05d5d;
	font-size: 30px;
}

.pagehd_question_note {
	padding: 30px;
	border: 1px solid #d9d2c3;
	border-radius: 10px;
}

.pagehd_question_note_ttl {
	margin-bottom: 5px;
	color: #a57165;
	font-size: 20px;
}

.pagehd_question_note_cnt {
}

.all {
	border-bottom: none;
}

.all_ttl {
}

.all_txt {
}

.all_txt p span {
	color: #a57165;
	font-size: 20px;
}

.all_txt ul {
	padding: 15px 0;
	color: #a57165;
}

.all_txt ul li {
	position: relative;
	padding-left: 15px;
}

.all_txt ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 1px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #a57165;
}

.all_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
	margin: 30px 0 50px;
}

.all_grid_cnt {
	padding: 25px;
	border-radius: 10px;
	background: #ffffff;
}

.all_grid_img {
	margin-bottom: 10px;
}

.all_grid_txt {
	font-size: 14px;
}

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

@media screen and (max-width:768px) {
	.main {
	}

	.pagehd {
	}

	.pagehd_ttl {
	}

	.pagehd_ttl::before {
	}

	.pagehd_catch {
	}

	.pagehd_txt {
		margin-bottom: 40px;
	}

	.pagehd_img {
	}

	.pagehd_question {
	}

	.pagehd_question_cnt {
		margin-bottom: 25px;
	}

	.pagehd_question_cnt span {
		margin: 0 auto 5px;
	}

	.pagehd_question_ttl {
	}

	.pagehd_question_ttl p {
		font-size: 20px;
	}

	.pagehd_question_ttl p::before,
	.pagehd_question_ttl p::after {
		bottom: 8px;
		width: 17.36px;
		height: 24.48px;
		background-repeat: no-repeat;
		transform: translateY(0);
	}

	.pagehd_question_ttl p::before {
	}

	.pagehd_question_ttl p::after {
		transform: translateY(0) scale(-1, 1);
	}

	.pagehd_question_list {
		margin-bottom: 15px;
	}

	.pagehd_question_list_cnt {
		height: auto;
		padding: 10px 11px;
		font-size: 16px;
		text-align: center;
	}

	.pagehd_question_list_cnt:last-child {
	}

	.pagehd_question_list_cnt span {
	}

	.pagehd_question_cnt > span {
	}

	.pagehd_question_ans {
		font-size: 18px;
	}

	.pagehd_question_ans span {
		font-size: 24px;
	}

	.pagehd_question_note {
		padding: 30px 20px;
	}

	.pagehd_question_note_ttl {
		font-size: 18px;
	}

	.pagehd_question_note_cnt {
	}

	.all {
	}

	.all_ttl {
	}

	.all_txt {
	}

	.all_txt p span {
		font-size: 18px;
	}

	.all_txt ul {
		padding: 9px 0;
	}

	.all_txt ul li {
	}

	.all_txt ul li::before {
	}

	.all_grid {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.all_grid_cnt {
	}

	.all_grid_img {
		width: 170px;
		margin: 0 auto;
	}

	.all_grid_txt {
	}
}
