@charset "utf-8";
body {
	width: 750px;
	margin: 0 auto;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 20px;
	letter-spacing: .08em;
}
h1{
	margin: 56px 0;
	font-size: 56px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
h2{
	position: relative;
	margin: 0 0 36px;
	padding: 0 0 32px;
	color: #16415e;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
h2:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 48px;
	height: 3px;
	margin-left: -24px;
	background-color: #16415e;
	content: '';
}
section{
	margin: 0 0 156px;
}
ul.mv-list{
	position: relative;
	width: 750px;
	height: 750px;
	margin: 0 0 56px;
	padding: 0;
	box-shadow: 0 0 24px rgba(0,0,0,.4);
	list-style: none;
}
ul.mv-list li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
ul.mv-list li.is-active{
	opacity: 1;
}
ul.thumb-list{
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
	padding: 0;
	list-style: none;
}
ul.thumb-list li{
	border: 2px solid #e6e6e6;
}
ul.thumb-list li.is-active{
	border: none;
	box-shadow: 0 0 12px rgba(0,0,0,.2);
}

ul.sec-list{
	margin: 0;
	padding: 0;
}
ul.sec-list li{
	position: relative;
	margin: 0 0 24px;
	padding: 9px 0 0 40px;
	line-height: 1.4;
	list-style: none;
}
ul.sec-list li .num{
	position: absolute;
	top: 0;
	left: 0;
}

.marker{
	display: inline-block;
	background-color: #e3f4fd;
	font-size: 24px;
}
.marker .color-blue{
	color: #16415e;
	font-size: 30px;
	font-weight: 500;
}
.marker .fz-38{
	font-size: 38px;
}
.marker .fz-20{
	font-size: 20px;
}

.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 156px;
	margin: 60px 0 0;
	background-color: #16415e;
	border-radius: 22px;
	box-shadow: 0 0 24px rgba(0,0,0,.4);
	color: #fff;
	font-size: 56px;
	font-weight: 500;
	text-decoration: none;
}
.btn:hover{
	background-color: #194968;
	box-shadow: 0 0 24px rgba(0,0,0,.3);
}

.fz-14{
	font-size: 14px;
}
.ta-c{
	text-align: center;
}