@charset "UTF-8";

.main_container {
	padding-top: 120px;
	padding-bottom: 100px;
}

.title_container {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	padding: 0;
}

.title-en {
	color: #72522d;
	font-size: clamp(2.563rem, -0.049rem + 10.44vw, 5.5rem) !important;
}
body.font-large .title-en {
	font-size: calc(clamp(2.563rem, -0.049rem + 10.44vw, 5.5rem) + 2px) !important;
}
body.font-extra-large .title-en {
	font-size: calc(clamp(2.563rem, -0.049rem + 10.44vw, 5.5rem) + 6px) !important;
}

.title-en.title-size_guide {
	font-size: clamp(3.438rem, 0.491rem + 9.43vw, 5.5rem);
}
body.font-large .title-en.title-size_guide {
	font-size: calc(clamp(3.438rem, 0.491rem + 9.43vw, 5.5rem) + 2px);
}
body.font-extra-large .title-en.title-size_guide {
	font-size: calc(clamp(3.438rem, 0.491rem + 9.43vw, 5.5rem) + 6px);
}

.title-ja {
	color: #ff8c05;
	font-size: 20px;
}
body.font-large .title-ja {
	font-size: calc(20px + 2px);
}
body.font-extra-large .title-ja {
	font-size: calc(20px + 6px);
}

.guide-top-text {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	margin-top: 60px;
	font-size: 14px;
	line-height: 2;
}
body.font-large .guide-top-text {
	font-size: calc(14px + 2px);
}
body.font-extra-large .guide-top-text {
	font-size: calc(14px + 6px);
}

.policy_content {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	margin-top: 60px;
}

.guide_container .policy_content {
	margin-top: 40px;
}

.policy_content dt {
	font-weight: 700;
	font-size: 17px;
}
body.font-large .policy_content dt {
	font-size: calc(17px + 2px);
}
body.font-extra-large .policy_content dt {
	font-size: calc(17px + 6px);
}

.guide_container .policy_content dt , .guide_container .policy_content dd {
	max-width: 826px;
}

.policy_content dt:not(:first-child) {
	margin-top: 40px;
}

.policy_content dt br {
	display: none;
}

.policy_content dd {
	margin-top: 10px;
	font-size: 14px;
	line-height: 2;
}
body.font-large .policy_content dd {
	font-size: calc(14px + 2px);
}
body.font-extra-large .policy_content dd {
	font-size: calc(14px + 6px);
}

.policy_content dd address {
	font-style: normal;
}

.policy_content dd p {
	margin-top: 16px;
}

.policy_content dd a {
	padding-bottom: 1px;
	border-bottom: 1px solid #0027ff;
	color: #0027ff;
}

.text-right {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	margin-top: 40px;
	font-size: 14px;
	text-align: right;
}
body.font-large .text-right {
	font-size: calc(14px + 2px);
}
body.font-extra-large .text-right {
	font-size: calc(14px + 6px);
}

.policy-link-list {
	display: flex;
	max-width: 1000px;
	width: 90%;
	margin: auto;
	margin-top: 60px;
	column-gap: 50px;
	flex-wrap: wrap;

	row-gap: 14px;
}

.policy-link-text {
	color: #404040;
}

.link-content {
	display: flex;
	column-gap: 18px;
	align-items: center;
}

.icon-window {
	padding-left: 5px;
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-bottom: 50px;
	}
	.guide-top-text {
		margin-top: 32px;
	}
	.policy_content {
		margin-top: 30px;
	}
	.guide_container .policy_content {
		margin-top: 32px;
	}
	.policy_content dt br {
		display: inline;
	}
	.policy_content dt:not(:first-child) {
		margin-top: 30px;
	}
	.policy-link-list {
		margin-top: 32px;
	}
}

