@charset "UTF-8";
/* CSS Document */

.sp{
	display: none;
}

.intro{
	display: block;
}

#metercont{
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 30px;
}

#metercont p{
	float: left;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.1em;
	padding-top: 50px;
}

#metercont div{
	float: right;
}

ul#s-checks li{
	display: inline-block;
	margin-right: 27px;
}

ul#s-checks li{
	border-bottom: 4px solid #999999;
	padding-bottom: 5px;
}

ul#s-checks li img{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	padding-top: 2px;
}

ul#s-checks li p{
	font-size: 16px;
	display: inline-block;
}

ul#s-checks li:last-child{
	margin-rihgt: 0px;
	border-bottom: none;
}

ul#s-checks li:last-child p{
	padding-top: 20px;
}

p#s-t1{
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	padding-top: 40px;
	font-size: 20px;
}

#s-arrow{
	text-align: center;
}

p#s-t2{
	text-align: center;
	line-height: 2.2em;
	letter-spacing: 0.2em;
	font-size: 16px;
	background-color: #fff;
	padding: 35px 0px;
	margin-top: 25px;
}

p#s-t2 span{
	color:#d3675a;
	font-size: 22px;
	font-weight: bold;
	display: block;
}

p#s-t3{
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 16px;
	padding: 40px 0px 60px;
}

p#s-t3 span{
	background: linear-gradient(transparent 70%, #f5c242 70%);
}

p#s-t4{
	text-align: center;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	font-size: 18px;
	padding-bottom: 25px;
}

p#s-t4 span{
	color:#d3675a;
	font-size: 26px;
	font-weight: bold;
}

#s-t4-img img{
	width: 100%;
}

p#s-t5{
	text-align: center;
	line-height: 1.8em;
	font-size: 14px;
	padding-top: 20px;
}


@media
only screen and (max-width : 750px){

img{
	height: auto !important;
}

a[href^="tel:"] {
	pointer-events: inherit;
}

.pc{
	display: none;
}

.sp{
	display: block;
}

.menu-trigger{
	display: inherit;
}

ul#s-checks li p{
	font-size: 12px;
}

ul#s-checks li{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px
}

ul#s-checks li:nth-child(even){
	margin-right: 0px;
}

p#s-t1{
	margin: 0px !important;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
}

p#s-t2{
	font-size: 12px;
	padding: 20px 0px;
	margin-bottom: 0px;
	letter-spacing: 0.05em;
}

p#s-t2 span{
	font-size: 14px;
}

p#s-t3{
	padding: 0px 0px 30px;
	font-size: 13px;
}

p#s-t4{
	font-size: 15px;
	padding-bottom: 0px;
}

p#s-t4 span{
	font-size: 17px;
}

p#s-t5{
	font-size: 12px;
}

#metercont{
	padding-top: 0px;
}

#metercont p{
	float: none;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px;
}

#metercont div{
	float: none;
	margin-top: 0px;
}

ul#s-checks li:last-child p{
	padding-top: 0px !important;
}

h2#t-ttl,
h2#t-ttl img{
	margin-top: 0px !important;
}

ul#s-checks li img{
	width: 10px;
	padding-top: 5px;
}


}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */