@charset "UTF-8";
/* CSS Document */
/*特集共通設定*/
#cp {
	margin: 0 auto 120px auto;
	font-size: 15px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	text-align: center;
	color: #555;
}
#cp .wrap {
	max-width: 715px;
	margin: 0 auto;
	padding: 0 10px;
}
#cp * {
	box-sizing: border-box;
}
#cp img {
	max-width: 100%;
	height: auto;
}
#cp .bold {
	font-weight: bold;
}
#cp a {
	text-decoration: none;
	transition: 0.3s ease-in;
}
#cp a:link, #cp a:visited, #cp a:active {
	color: inherit;
	text-decoration: none;
}
#cp a:hover {
	opacity: 0.7;
}
/*MV*/
#cp h2 {
	margin: 0 auto 60px auto;
}
#cp .img {
	margin-bottom: 20px;
}
#cp div.img {
	position: relative;
}
#cp .btn_more {
	position: absolute;
	top: 280px;
	right: calc(50% - 150px);
}
#cp .btn_more a{
	display: block;
	position: rerative;
	width: 300px;
	margin: 15px auto 0  auto;
	padding: 10px 10px 10px 5px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #172854;
}
#cp .btn_more a::after {
	display: inline-block;
	position: absolute;
	bottom: calc(50% - 5px);
	right: 20px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
}
#cp .notes {
	max-width: 700px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #555;
	padding: 10px;
	font-size: 12px;
	text-align: justify;
}
@media screen and (max-width: 800px) {
	#cp .btn_more {
		top: calc((260 /800) * 100vw);
	}
}
