@charset "UTF-8";

.main {
}

.pagehd {
}

.pagehd_ttl {
}

.pagehd_ttl::before {
	background: url(../img/menu/visiting/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: 70px;
}

.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_row {
	display: flex;
	gap: 60px;
}

.pagehd_question_txt {
}

.pagehd_question_img {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px;
}

.date {
}

.date_ttl {
}

.date_txt {
	position: relative;
}

.date_item {
	position: absolute;
	right: 45px;
	bottom: 50%;
	transform: translateY(50%);
}

.achievements {
	padding-bottom: 0;
	border-bottom: none;
}

.achievements_ttl {
}

.achievements_cnt {
}

.achievements_txt {
}

.othercnt {
	padding-top: 70px;
}

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

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

	.pagehd {
	}

	.pagehd_ttl {
	}

	.pagehd_ttl::before {
	}

	.pagehd_catch {
	}

	.pagehd_txt {
	}

	.pagehd_img {
	}

	.pagehd_question {
	}

	.pagehd_question_cnt {
		margin-bottom: 0;
	}

	.pagehd_question_cnt span {
	}

	.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_row {
		flex-flow: column;
		align-items: center;
		gap: 20px;
	}

	.pagehd_question_txt {
	}

	.pagehd_question_img {
	}

	.date {
	}

	.date_ttl {
	}

	.date_txt {
	}

	.date_item {
		right: 10px;
		width: 60px;
	}

	.achievements {
	}

	.achievements_ttl {
	}

	.achievements_cnt {
		padding-top: 0;
	}

	.achievements_cnt.othercnt {
		padding-top: 30px;
	}

	.achievements_txt {
	}

	.othercnt {
	}
}
