@charset "utf-8";
.policy_title {
		font-size: 24px;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.6;
		margin: 0 0 35px;
}
.policy_hr {
		height: 1px;
		background: #B2B2B2;
		position: relative;
		margin: 0 0 35px
}
.policy_hr::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		height: 1px;
		background: #D3372D;
}
.policy_hd {
		font-size: 18px;
		margin: 45px 0 25px;
		font-weight: 600;
		line-height: 1.6;
}
.policy_cont p {
		line-height: 1.8;
}
.policy_cont ul {
		margin-left: 1em;
		list-style: none;
		padding-top: 0.5em;
}
.policy_cont li {
		position: relative;
		line-height: 1.8;
		margin: 0 0 6px
}
.policy_cont li span.mark {
		display: block;
		position: absolute;
		top: 0;
		left: -1em;
}
.policy_contact {
		margin-top: 2em;
		margin-bottom: 60px;
}
.policy_article a {
		color: #D3372D;
		text-decoration: none;
}
@media (hover: hover) {
		.policy_article a:hover {
				color: #D3372D;
				text-decoration: underline;
		}
}
@media(max-width: 767px) {
		.policy_title {
				font-size: 18px;
				margin: 0 0 30px;
		}
		.policy_hr {
				margin: 0 0 30px
		}
		.policy_hr::after {
				width: 25%;
		}
		.policy_hd {
				font-size: 17px;
				margin: 50px 0 20px;
		}
		.policy_cont p, .policy_cont li {
				font-size: 15px;
		}
		.policy_contact {
				margin-bottom: 40px;
		}
}
/* ================== */
#notfound .single_wrap {
		margin-top: 140px;
}
.notfound_catch {
		text-align: center;
		margin: 0 0 65px;
		color: #D3372D;
}
.notfound_en {
		font-family: "Poppins", sans-serif;
		font-weight: 200;
		font-style: italic;
		font-size: 80px;
		position: relative;
		margin: 0
}
.notfound_jp {
		font-size: 20px;
}
.notfound_catch + p {
		line-height: 1.8;
		text-align: center;
		margin: 0 0 50px;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media(max-width: 840px) {
		.notfound_en {
				font-size: 72px;
		}
		.notfound_jp {
				font-size: 16px;
		}
}
@media(max-width: 767px) {
		.notfound_en {
				font-size: 34px;
		}
		.notfound_catch + p {
				font-size: 15px;
				margin-bottom: 40px;
		}
}