@charset "UTF-8";

/* ご利用の流れ */
.main {
	overflow: initial;
}
.post-howtouse-box ul {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
.post-number-box {
	text-align: center;
}
.post-number {
	display: inline-block;
	width: 36px;
	font-size: 34px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #007151;
	text-align: center;
	border-bottom: 2px solid #007151;
	line-height: 1em;
}
.post-howtouse-box li {
	display: inline-block;
	width: calc(100% - 30px);
	position:relative;
	text-align: left;
	background: url(../img/contents_bg.webp);
	padding: 40px 15px;
	margin-bottom: 50px;
	font-size: 0;
}
.post-howtouse-box li::after {
	content: '\f0dd';
	font-family: FontAwesome;
	color: #727171;
	font-size: 50px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -14px;
}
.post-howtouse-box li:last-child::after {
	content: '';
}
.post-howtouse-box .more-link-box a {
	box-sizing: border-box;
}
.post-howtouse-box .more-link-box a.white-btn {
	background: #fff;
	color: #000;
	border-color: #000;
}
.post-howtouse-box .more-link-box a.white-btn::after {
	content: url(../img/allow-right-black.png);
}
.post-howtouse-box .more-link-box a.white-btn:hover {
	background: #007151;
	color: #fff;
}
.post-howtouse-box .more-link-box a.white-btn:hover::after {
	content: '';
}
.post-howtouse-text-box {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
}
.post-howtouse-title {
	text-align: center;
	margin-bottom: 30px;
}
.post-howtouse-img-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.post-howtouse-img-box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.post-howtouse-text-box .more-link-box {
	margin-top: 20px;
}
.post-howtouse-come .more-link-box a {
	margin-bottom: 15px;
}
.post-howtouse-come .more-link-box a::after {
	right: 30px;
}
@media screen and (min-width: 769px) {
	/* PC */
	.top-box {
		margin: 0 0 50px;
	}
	/* ご利用の流れ */
	.post-howtouse-box ul {
		width: 900px;
		font-size: 0;
	}
	.post-howtouse-box li {
		width: calc(100% - 36px);
		padding: 40px 18px;
	}
	.post-howtouse-text-box .more-link-box {
		font-size: 0;
	}
	.post-howtouse-text-box .more-link-box a {
		width: 270px;
	}
	.post-howtouse-text-box .more-link-box a:nth-child(2n+1) {
		margin-right: 10px;
	}
	.post-howtouse-img-box {
		display: inline-block;
		width: 295px;
		margin-right: 18px;
		vertical-align: top;
	}
	.post-howtouse-come {
		display: inline-block;
		width: calc(100% - 313px);
		vertical-align: top;
	}

}
