@charset "utf-8";

/* ============================================================
	imini rule CSS
	Last UPDATA: 2022/12/13
============================================================ */
* {
	box-sizing: border-box;
}

.breadclumb {
	display: none;
	width: calc(650 / 750 * 100vw);
	margin: -8px auto 15px;
	color: #333333;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
@media screen and (min-width: 769px){
	.breadclumb {
		display: block;
		width: 980px;
		max-width: 100%;
		margin: 45px auto 0;
		padding: 0;
		font-size: 12px;
		letter-spacing: -0.06em;
	}
}

h2 {
	background-color: transparent;
}

.content-box {
	width: calc(650 / 750 * 100vw);
	margin: 25px auto 0;
	padding: 0 0 50px;
	background: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (min-width: 769px){
	.content-box {
		width: 980px;
		max-width: 100%;
		margin: 55px auto 0;
		padding: 0 0 80px;
		font-size: 14px;
		line-height: 1.72;
	}
}

.content-box h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: -4px auto 14px;
	padding: 0;
}
@media screen and (min-width: 769px){
	.content-box h1 {
		font-size: 24px;
		font-weight: bold;
		margin: -9px auto 0;
	}
}

.content-box h2 {
	margin: 21px auto 0;
	padding: 25px 0 0;
	border-top: 1px solid #e4e4e4;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.content-box h2 {
		margin: 23px auto 0;
		padding: 30px 0 0;
		font-size: 16px;
	}
}

.content-box .text {
	margin: 8px 0 0;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (min-width: 769px){
	.content-box .text {
		margin: 17px 0 0;
		font-size: 14px;
		line-height: 1.72;
	}
}

.content-box .rule-list {
	margin: 8px 0 0;
}
@media screen and (min-width: 769px){
	.content-box .rule-list {
		margin: 19px 0 0;
	}
}

.content-box .rule-list-item {
	padding: 0 0 0 1.8em;
	text-indent: -1.8em;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: relative;
}
@media screen and (min-width: 769px){
	.content-box .rule-list-item {
		font-size: 14px;
		line-height: 1.72;
	}
}

.content-box .rule-list-item + .rule-list-item {
	margin: 9px 0 0;
}
@media screen and (min-width: 769px){
	.content-box .rule-list-item + .rule-list-item {
		margin: 9px 0 0;
	}
}

.content-box .rule-list-item .rule-list {
	margin: 0;
}

.content-box .rule-list-item .rule-list-item {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.content-box .rule-list-item .text {
	margin: 0;
	text-indent: initial;
}

.content-box .btn-close-wrapper {
	width: calc(500 / 750 * 100vw);
	height: 45px;
	margin: 37px auto 0;
}
@media screen and (min-width: 769px){
	.content-box .btn-close-wrapper {
		width: 250px;
		height: 45px;
		margin: 45px auto 0;
	}
}

.content-box .btn-close {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 1px solid #333333;
	background-color: #333333;
	border-radius: 33px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 45px;
}
@media screen and (min-width: 769px){
	.content-box .btn-close {
		border-radius: 35px;
		font-size: 14px;
		line-height: 33px;
	}
}

.content-box .btn-close:hover {
	background-color: #ffffff;
	color: #333333;
}

.content-box .signature {
	margin: 22px 0 0;
	text-align: right;
}
@media screen and (min-width: 769px){
	.content-box .signature {
		margin: 17px 0 0;
	}
}

@media screen and (min-width: 769px){
	.content-box .pagetop {
		margin: 17px 0 0;
		text-align: right;
	}

	.content-box .pagetop a {
		text-decoration: underline;
	}

	.content-box .pagetop a:hover {
		text-decoration: none;
	}
}