@charset "utf-8";

/* mainContents */
.mainContents > div {
	padding-top: 1rem;
	border-top: solid 1px #eb608d;
}
.mainContents h2 {
	font-size: 1.5rem;
	color: #eb608d;
}
.mainContents h2 span {
	padding-right: 2rem;
	font-size: 2.2rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.mainContents > div {
		padding-top: 1.5rem;
	}
	.mainContents h2 {
		font-size: 3rem;
	}
	.mainContents h2 span {
		padding-right: 4rem;
		font-size: 4.2rem;
	}
}

/* detail */
.mainContents > div.detail {
	margin-bottom: 4.5rem;
	padding-top: 0;
	border-top: none;
}
.detailBox {
	padding: 0 4.3rem;
	display: flex;
	justify-content: space-between;
}
.detailBox .pic {
	width: 33.5rem;
}
.detailBox .pic img {
	box-shadow: 5px 5px 0px 0px rgba(235,235,192,1);
}
.detailBox dl {
	padding: 0 4.8rem;
	width: 42rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
.detailBox dl dt {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.54;
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
.detailBox dl dt span {
	font-size: 2.2rem;
}
.detailBox dl dt > span {
	display: block;
	position: relative;
}
.detailBox dl dt > span::after {
	content: "";
	display: block;
	border-top: solid 1px #000;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}
.detailBox dl dt > span > span {
	background: #fff;
	padding: 0 1em;
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic';
	font-size: 1.8rem;
	font-weight: bold;
}
.detailBox dl dd {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	line-height: 2;
	text-align: left;
}
@media (max-width: 768px) {
	.detail {
		margin-bottom: 7.5rem;
	}
	.detailBox {
		padding: 0;
		flex-direction: column;
	}
	.detailBox .pic {
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	.detailBox dl {
		margin-top: 3.3rem;
		padding: 4rem 0;
		width: 100%;
	}
	.detailBox dl dt {
		width: 100%;
		font-size: 4.7rem;
	}
	.detailBox dl dt span {
		font-size: 4.4rem;
	}
	.detailBox dl dt > span > span {
		font-size: 75%;
	}
	.detailBox dl dd {
		margin-top: 2rem;
		width: 80%;
		font-size: 3rem;
	}
}

/* serializeBox */
.serializeBox {
	margin: 5rem auto 0;
	width: 72rem;
	border-bottom: solid 1px #000;
}
.serializeBox h3 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.serializeBox h3::after {
	content: "";
	display: block;
	border-top: solid 1px #000;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}
.serializeBox h3 span {
	background: #fff;
	padding: 0 1em;
}
.serializeBox .list {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
}
.serializeBox .list > div {
	margin: 0 1rem 5rem;
	width: 22rem;
}
.serializeBox .list .ttl {
	margin-top: 1.5rem;
	font-size: 1.7rem;
	font-weight: bold;
}
.serializeBox .list .ttl span {
	color: #eb608d;
}
.serializeBox .list .pic img {
	width: 100%;
}
.serializeBox .list .txt {
	margin-top: 0.5rem;
	font-size: 1.5rem;
}
@media (max-width: 768px) {
	.serializeBox {
		margin: 6.7rem auto 0;
		width: 100%;
	}
	.serializeBox h3 {
		font-size: 3.1rem;
	}
	.serializeBox .list {
		margin-top: 3.3rem;
	}
	.serializeBox .list > div {
		margin: 0 auto 3.3rem;
		width: 80%;
	}
	.serializeBox .list .ttl {
		margin-top: 2%;
		font-size: 3.2rem;
	}
	.serializeBox .list .txt {
		margin-top: 0.5rem;
		font-size: 3rem;
	}
}

