@charset "UTF-8";

.l-content-main {
	font-family: Garamond, "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}

.l-content-main .lead {
	margin: 40px 0;
	font-size: 2.6rem;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.l-content-main .lead {
		font-size: 2rem;
	}
}

.l-content-main ol {
	margin: 40px 0 0;
}

.l-content-main ol::after {
	content: '';
	display: block;
	clear: both;
}

.l-content-main ol li {
	margin: 0 0 20px;
	width: 50%;
	float: left;
	text-align: center;
}

.l-content-main ol li:nth-child(2n) {
	padding-left: 10px;
}

.l-content-main ol li:nth-child(2n+1) {
	padding-right: 10px;
}

@media screen and (max-width: 900px) {
	.l-content-main ol li {
		width: 100%;
		float: none;
		padding: 0 10px;
	}
}

.l-content-main h2 {
	margin: 60px 0 0;
	display: flex;
	align-items: center;
	font-size: 2.6rem;
}

.l-content-main h2 > span {
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.l-content-main h2 > span:nth-child(1) {
	margin: 0 40px 10px 0;
}

.l-content-main h2 strong {
	color: #ff0000;
}

.l-content-main strong strong {
	font-size: 4.4rem;
}

@media screen and (max-width: 900px) {
	.l-content-main h2 {
		flex-wrap: wrap;
		font-size: 2rem;
	}

	.l-content-main h2 > span {
		width: 100%;
	}

	.l-content-main h2 > span:nth-child(1) {
		margin-right: 0;
	}

}

.l-content-main .button {
	text-align: center;
	font-size: 1.8rem;
}

.l-content-main .button p {
	margin: 40px auto;
	border: 2px solid #000000;
	padding: 2px;
	width: 80%;
}

@media screen and (max-width: 900px) {
	.l-content-main .button p {
		width: 90%;
	}
}

.l-content-main .disable p {
	border-color: #888888;
}

.l-content-main .button a,
.l-content-main .button span {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.l-content-main .button a {
	background: #000000;
	background: -webkit-linear-gradient(#000000 0%, #5e5e5e 50%, #000000 100%);
	background: linear-gradient(#000000 0%, #5e5e5e 50%, #000000 100%);
}

.l-content-main .button span {
	background: #888888;
	background: -webkit-linear-gradient(#888888 0%, #aaaaaa 50%, #888888 100%);
	background: linear-gradient(#888888 0%, #aaaaaa 50%, #888888 100%);
}

.l-content-main .button span strong,
.l-content-main .button a strong {
	font-size: 2.4rem;
}

.disable{
   pointer-events: none;
}