@charset "utf-8";
/* CSS Document */
p{font-weight: 100; line-height: 1.7em;}
/**********************************************************************************

   中ページMV

**********************************************************************************/

.mv_common{
	height: 480px;
	background: url("../img/mv.jpg")center no-repeat;
	position: relative;
}

.mv_common .mv-ttl{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 250px 0 0;
	text-align: center;
}

.mv_common h1{
	color: #fff;
	font-size: 28px;
	font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1250px) {
	h1{
		width: 80%;
		margin: 0 auto;
	}
	.mv_common{ height: 320px;}
	.mv_common .mv-ttl{ margin: 170px 0 0;}
}

@media screen and (max-width: 768px) {
	.mv_common {height: 280px;}
	.mv_common .mv-ttl{margin: 150px 0 0;}
	.mv_common h1{font-size: 24px;}
	
}


/**********************************************************************************

   contents01

**********************************************************************************/
#contents01{
	width: 1200px;
	margin: 60px auto;
}

#contents01 .box{
	width: 100%;
	border-bottom: 1px solid #8500b2;
	padding: 90px 120px;
	box-sizing: border-box;
	margin: 0 auto 70px;
}

#contents01 .box span{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#contents01 .box ol{
	list-style-type: decimal;
	font-family: "Noto Serif JP", serif;
	font-weight: 100;
	margin: 30px 20px;
}

#contents01 .box ol li{
	padding: 5px 0;
}

#contents01 .last-box{
	border-bottom: 0;
}


@media screen and (max-width: 1620px) {
	#contents01{width: 90%;}
}
@media screen and (max-width: 1024px) {
	#contents01 .box{ padding: 90px 30px;}
}
@media screen and (max-width: 768px) {
	#contents01 {margin: 30px auto;}
	
}

