@charset "utf-8";

/*-------------------------------
   # standard
---------------------------------*/
#standard{
	padding-top: 30px;
	font-size: 18px;
}

#standard h1{
	padding: 0 0 20px 30px;
	border-bottom: 10px solid #e95550;
	margin-bottom: 20px;
}

#standard .box{
	padding: 0 30px;
}

#standard p{
	padding: 0 0 20px 0;
}

/*-------------------------------
   priceオリジナル
---------------------------------*/
.price_box{
	margin-top: 20px;
}

.price_box dl{
	margin-top: 30px;
}

.price_box dl:first-child{
	margin-top: 0;
}

#standard .price_box ul{
	margin-top: 20px;
	position: relative;
}

#standard .price_box li{
	display: inline-block;
	float: left;
	margin-right: 2%;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 32%;
	box-sizing:border-box;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	background: #fff;
}

#standard .price_box li:last-child{
	margin-right: 0;
}

.price_box li h3{
	text-align: center;
	background: #6c9bd2;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	letter-spacing: 0.3em;
	border-radius: 5px 5px 0 0;
}

#standard .price_box li p{
	padding: 20px 5px;
	font-size: 75%;
	text-align:center;
}

#standard .price_box li p span{
	padding: 0 10px;
	font-size: 140%;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}


#standard .price_box dt{
	padding: 5px 0 0 37px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

#standard .price_box dd{
	border-top: none;
	margin-top: 10px;
	padding: 2px 0 10px 37px;
	font-size: 85%;
}

.price_box dt span{
	font-size: 150%;
	display: inline-block;
	margin-right: 15px;
}

#standard .price_box a{
	text-decoration: underline;
	color: #6c9bd2;
	display: inline-block;
	margin-top: 10px;
}

#standard .price_box a:hover{
	text-decoration: none;
	color: #E95550;
}

.price_box dd .left_box{
	float: left;
}

.price_box dd .right_box{
	float: right;
}

.price_box dd span{
	padding-left: 60px;
	font-size: 200%;
    background: url(../img/contact/icon_tel.png) no-repeat top left;
	background-size: contain;
}

.price_box h3.midashi{
	font-weight: bold;
    color: #e95550;
    border-bottom: 3px solid #e95550;
    margin-bottom: 20px;
	margin-top: 40px;
}

.price_box span.data_ikou img{
	border: 1px solid #ccc;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}


/*-------------------------------
   # last_contents
---------------------------------*/
#last_contents{
	position: relative;
	padding: 0 0 80px;
}

#last_contents h2{
	margin-top: 40px;
}

#last_contents h2,
#last_contents p{
	text-align: center;
}


/*-------------------------------
   btn_contents
---------------------------------*/
.btn_contents{
	position: relative;
	background: #fdebcc;
}

.btn_contents p{
	text-align: center;
	padding: 20px 0 ;
}


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

	#again dt img{
		width:100%;
	}

}

















