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


/* スマートフォン用CSS */
@media screen and (max-width: 630px) {
#price {
	min-width:100%;
	font-size:16px;
}

#price #main_img {
    background-image: url("../img/price/main_img.jpg");
}

#price .introduction {
	font-size: 16px;
	line-height: 180%;
	margin: 3% 0 4%;
	text-align: justify;
}
#price .introduction br {
	display: none;
}

	
#price .price_box{
	margin: 5% 0 0;
	padding: 0 3% 6%;
	border-bottom: 1px dotted #999999;
}
#price .price_box:last-child{
	border-bottom: none;
}
#price .price_box h4{
	text-align: center;
	font-size: 15px;
	margin: 0 0 8px;
}
#price .price_box dl{
	margin: 0 auto;
	text-align: center;
}
#price .price_box dl dt{
	background-color: #0B406C;
	color: #ffffff;
	box-sizing: content-box;
}
#price .price_box dl dd{
	background-color: #ffffff;
}
#price .price_box dl dt,
#price .price_box dl dd{
	padding: 5px 10px;
	border:1px solid #cccccc;
	border-bottom: none;
}
#price .price_box dl dd:last-child{
	border-bottom:1px solid #cccccc;
}

	
#price h3 {
	font-size: 16px;
	margin: 0 0 8px;
	padding: 0 0 8px;
}
#price .frame {
	background-color: rgba(217,239,252,0.80);
	border-radius: 10px;
	margin: 20px 0 0;
	padding: 8%;
}
#price .frame h3{
	font-weight: bold;
	color: #0B406C;
	padding: 0;
	text-align: center;
}
#price .data{
}
#price .data dl{
	margin-bottom: 1px;
}
#price .data dt{
	background-color: #0B406C;
	color: #ffffff;
}
#price .data dd{
	background-color: #E8F1F7;
}
#price .data dl dt,
#price .data dl dd{
	padding: 5px 10px;
	text-align: center;
}

#price .frame .data{
}
#price .frame .data dl{
	margin-bottom: 1px;
}
#price .frame .data dt{
	background-color: #0B406C;
	color: #ffffff;
}
#price .frame .data dd{
	background-color: #ffffff;
}
#price .frame .data dl dt,
#price .frame .data dl dd{
	padding: 5px 10px;
	text-align: center;
}

}










/* PCページ用CSS */
@media screen and (min-width: 631px) {
#price {
	min-width:1000px;
	font-size:18px;
	-webkit-font-smoothing: antialiased;
}

#price #main_img {
    background-image: url("../img/price/main_img.jpg");
}

#price .introduction {
	font-size: 22px;
	line-height: 180%;
	text-align: center;
}

#price .table_3{
	width: 1000px;
	margin: 0px auto 0px;
	text-align: center;
	background-color: #cccccc;
	font-size: 18px;
}
#price .table_3 tr th,
#price .table_3 tr td{
	width: 33%;
	padding: 5px;
}
#price .table_3 tr th:last-child,

#price .table_3 th{
	background-color:#0f416b;
	color: #ffffff;
}
#price .table_3 tr{
	background-color:#ffffff;
}
/*
#price .table_2{
	font-size: 18px;
}
#price .table_2 dl{
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	border:1px solid #cccccc;
	border-bottom: none;
}
#price .table_2 dl:last-child{
	border-bottom:1px solid #cccccc;
}
#price .table_2 dl dt{
	width: 50%;
	background-color: #0B406C;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px 15px;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#price .table_2 dl dd{
	width: 50%;
	background-color: #ffffff;
	padding: 10px 15px;
	box-sizing: content-box;
}
*/
#price h2.name{
	font-size: 16px;
	margin: 10px 0;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#price .frame {
	background-color: rgba(217,239,252,0.80);
	border-radius: 10px;
	margin: 30px 0 0;
	padding: 25px 40px 30px;
}
#price .frame h3{
	font-weight: bold;
	color: #0B406C;
	padding: 0;
}
#price .frame h3 br{
	display: none;
}

#price .frame .data{
}
#price .frame .data dl{
	margin-bottom: 1px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
#price .frame .data dt{
	width: 30%;
	background-color: #0B406C;
	color: #ffffff;
	text-align: center;
	padding: 10px 15px;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#price .frame .data dd{
	width: 70%;
	background-color: #ffffff;
	padding: 10px 15px;
	box-sizing: content-box;
}


#price h4 {
	font-size: 20px;
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 8px;
	padding: 0 0 8px;
}



}