@charset "UTF-8";
/* ----------------------------------------
body
 ---------------------------------------- */
body{
	line-height: 1.6;
	font-size: 16px;
	color: #333;
	background-image: url(/assets/img/common/page_bg.jpg);
}
}

@media screen and (max-width: 768px) {
body{
	font-size: 15px;
	color: #333;
}
}

/* ----------------------------------------
contents
 ---------------------------------------- */

.contents{
	width: 940px;
	padding: 80px 100px;
	margin:0 auto;
	background: url(/assets/img/common/story_bg02.jpg) no-repeat right top #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}


@media screen and (max-width: 768px) {

.contents{
	width: 96%;
	padding: 80px 3%;
}
}

.headLogo{
	width: 120px;
	margin: 0 auto;

}

.headLogo img{
	width: 100%;
	height:auto;
}

.mainHead{
	font-size: 35px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin:30px auto 20px;
	display: block;
	padding: 5px 20px;
	color: rgba(235,109,142,1);
	box-sizing: border-box;
}

.subHead{
	font-size: 20px;
	margin-bottom: 10px;
}

.list{
	margin-bottom: 30px;
	margin-right:-1em;
}

@media screen and (max-width: 768px) {

}
