@charset "UTF-8";

#mainContents:after,
header:after,
footer:after,
.clearfix:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}
body{
	color: #000;
	font-size: 16px;
}
body #mainContents{
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
body #mainContents ul,
body #mainContents ol,
body #mainContents figure{
	margin: 0;
	padding: 0;
}
body #mainContents ul li,
body #mainContents ol li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	margin: 0;
	line-height : 140% ;
}
body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	margin: 0;
	line-height : 120% ;
}
body #mainContents img{
	vertical-align: bottom;
}
body #mainContents a,
body #mainContents .opacity{
	color : #1897e0;
	text-decoration : underline ;
	transition-duration : 0.3s ;
	-webkit-transition : all 0.3s ease 0s ;
	-moz-transition : all 0.3s ease 0s ;
	-o-transition : all 0.3s ease 0s ;
}
body #mainContents a:hover{
	color: #c3002f
}
body #mainContents .opacity:hover{
	text-decoration: none;
	opacity : 0.7 ;
	filter : alpha(opacity=70) ;
	-moz-opacity : 0.7 ;
	-ms-filter : "alpha(opacity=70)" ;
}

body #mainContents .effect{
	transition-duration : 1s ;
	-webkit-transition : all 1s ease 0s ;
	-moz-transition : all 1s ease 0s ;
	-o-transition : all 1s ease 0s ;
	opacity: 0;
}
body #mainContents .effect.effectout{
	opacity: 1;
}
/******************************************************************************
	common
******************************************************************************/
body #mainContents section{
	box-sizing: border-box;
	position: relative;
	width: 1200px;
	margin: 90px auto 75px;
	text-align: center;
}
body #mainContents section h1{
	margin: 0 0 35px;
	font-size: 28px;
	font-weight: bold;
}
body #mainContents section h2{
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
}
body #mainContents section p{
	font-size: 16px;
}
body #mainContents section p.strong{
	margin: 45px 0 0;
	font-size: 18px;
	font-weight: bold;
}
body #mainContents section #number{
	width: 300px;
	margin: 40px auto;
	padding: 15px 0;
	border: #000 2px solid;
}
body #mainContents section #number p{
	font-size: 20px;
	font-weight: bold;
}
body #mainContents section #number p.num{
	margin: 5px 0 0;
	font-size: 26px;
}
body #mainContents section ul.list{
	display: inline-block;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 16px;
}
body #mainContents section ul.attention{
	margin: 10px 0 0;
	font-size: 12px;
}
body #mainContents section ul.btn{
	margin: 60px 0 0;
}

body #mainContents section dl.sns{
	box-sizing: border-box;
	width: 440px;
	margin: 50px auto 0;
	padding: 15px;
	background: #fff;
	border: #eeeeee 1px solid;
}
body #mainContents section dl.sns dt{
	position: relative;
	float: left;
	padding: 0 14px 0 0;
}
body #mainContents section dl.sns dt:after{
	content: " ";
	position: absolute;
	width: 2px;
	height: 26px;
	top: 2px;
	right: 0;
	background: #666;
}
body #mainContents section dl.sns dt img{
	height: 30px;
	width: auto;
}
body #mainContents section dl.sns dd{
	float: left;
	margin: 0 0 0 15px;
}
body #mainContents section dl.sns dd img{
	height: 30px;
	width: auto;
}
/******************************************************************************
	.cacheback
******************************************************************************/
body #mainContents section.cacheback{
	position: relative;
	width: 1150px;
	box-sizing: border-box;
	padding: 0 0 40px;
	border: #00a1e0 10px solid;
	border-top: none;
	background: #fff;
	text-align: left;
}
body #mainContents section.cacheback:before{
	content: " ";
	position: absolute;
	top: -50px;
	width: 100%;
	height: 30px;
	background: url("../img/txt_cacheback02.png") center center no-repeat;
}
body #mainContents section.cacheback h2{
	margin: 0 0 40px;
}
body #mainContents section.cacheback p.text01{
	float: left;
	margin: 0 0 0 30px;
	padding: 10px 0 0;
}
body #mainContents section.cacheback .text02{
	float: right;
	width: 570px;
	margin: 0 30px 30px 0;
}
body #mainContents section.cacheback .text02 h3{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
body #mainContents section.cacheback .text02 ul li{
	position: relative;
	padding: 0 0 0 15px;
	line-height: 160%;
	font-size: 12px;
	color: #666;
}
body #mainContents section.cacheback .text02 ul li:after{
	content: " ";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #666;
}
body #mainContents section.cacheback .target{
	width: 1070px;
	margin: 0 auto;
}
body #mainContents section.cacheback .target h3{
	margin: 0 0 20px;
}
body #mainContents section.cacheback .target p{
	margin: 0 0 20px;
	text-align: center;
	font-size: 16px;
}
body #mainContents section.cacheback .target ul.carlist{
	width: 950px;
	margin: 0 auto 30px;
}
body #mainContents section.cacheback .target ul.carlist li{
	float: left;
	margin: 0 14px 0 0;
}
body #mainContents section.cacheback .target ul.carlist li:last-child{
	margin: 0;
}
body #mainContents section.cacheback .target ul.attention{
	margin: 0 25px;
}
body #mainContents section.cacheback .target ul.attention li{
	position: relative;
	padding: 0 0 0 15px;
	line-height: 160%;
	font-size: 14px;
	color: #666;
}
body #mainContents section.cacheback .target ul.attention li span{
	position: absolute;
	left: 0;
}
