@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

/*------------------------------------------------------------
	mainVisual　（参照画像パス注意）
------------------------------------------------------------*/
.mainVisual {
	min-height: 320px;
	padding-top: 124px;
	background: url(../img/price/main_img.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.mainVisual p {
	margin-bottom: 97px;
	font-size: 45px;
	text-align: center;
	color: #FFF;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	letter-spacing: 5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		min-height: 100px;
		padding-top: 34px;
		background: url(../img/price/sp_main_img.jpg) no-repeat center center;
		background-size: cover;
	}

	.mainVisual p {
		margin-bottom: 0;
		font-size: 19px;
		letter-spacing: 3px;
	}

}
/*------------------------------------------------------------
	テキスト関係
------------------------------------------------------------*/
#conts p {
	margin-bottom: 80px;
	line-height: 1.875;
}

#conts .btp{
	margin-bottom: 60px !important;
}

#conts p .txtSpan {
	font-weight: bold;
	text-decoration: underline;
}

#conts p a:hover {
	text-decoration: none;
}

#conts a {
	color: #003a6b;
}

#conts a:hover {
	text-decoration: underline;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		font-size: 13px;
	}
	
	#conts p {
		margin-bottom: 24px;
		line-height: 1.76;
		font-size: 13px;
	}

	#conts p .txtSpan {
		font-weight: normal;
		text-decoration: none;
	}
	
}
/*------------------------------------------------------------
	imgBox（右か左に画像があるbox）
	サイズなどデザインを見て変更
------------------------------------------------------------*/
#conts .imgBoxR {
	margin-bottom: 35px;
}

#conts .imgBoxR .photoBox {
	margin-top: 6px;
	float: right;
}

#conts .imgBoxR .textBox {
	width: 350px;
	float: left;
}

#conts .imgBoxR .textBox p {
	margin-bottom: 0;
}

#conts .imgBoxL {
	margin-bottom: 35px;
}

#conts .imgBoxL .photoBox {
	margin-top: 6px;
	float: left;
}

#conts .imgBoxL .textBox {
	width: 341px;
	float: right;
}

#conts .imgBoxL .textBox p {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .imgBoxR {
		margin-bottom: 20px;
	}

	#conts .imgBoxR .photoBox {
		margin: 0 85px;
		float: none;
	}
	
	#conts .imgBoxR .photoBox img {
		width: 100%;
	}

	#conts .imgBoxR .textBox {
		width: auto;
		float: none;
	}

	#conts .imgBoxR .textBox p {
		margin-bottom: 22px;
	}

	#conts .imgBoxL {
		margin-bottom: 20px;
	}

	#conts .imgBoxL .photoBox {
		margin: 0 85px;
		float: none;
	}
	
	#conts .imgBoxL .photoBox img {
		width: 100%;
	}

	#conts .imgBoxL .textBox {
		width: auto;
		float: none;
	}
	
	#conts .imgBoxL .textBox p {
		margin-bottom: 22px;
	}
}
/*------------------------------------------------------------
	contents（ページ毎のコンテンツ）
------------------------------------------------------------*/
#conts .color{
	background: #eef0f2;
}

#conts .txt01{
	margin-bottom: 5px;
	font-weight: bold;
}

#conts .txt02{
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #9d9d9d;
}

#conts table{
	margin-bottom: 100px;
	border-collapse: collapse;
}

#conts table th,
#conts table td{
	box-sizing: border-box;
	padding: 8px 1em 8px 1em;
	border: 1px solid #9d9d9d;
	font-size: 16px;
	font-weight: 500;
}

#conts table th p{
	line-height: 1.6;
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}


#conts table td{
	text-align:right;
}

#conts table .style01{
	width: 29%;
}

#conts .section{
	padding: 25px 20px 10px;
	margin-bottom: 60px;
}

#conts .section ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#conts .section ul li{
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#conts .section ul li p{
	margin: 0;
	line-height: 1.7;
}


#conts .section ul li .ttl{
	font-weight: bold;
}

#conts .section ul li .txt{
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
}

#conts .section ul li .txt span{
	color: #df0000;
	font-weight: 600;
}


#conts .section ul .con01{
	width: 190px;
	height: 130px;
	background: #fff;
}

#conts .section ul .con02{
	width: 610px;
	height: 100px;
	background: #fff;
}

#conts .section ul .symbol{
	color: #003a6b;
	font-size: 30px;
	font-weight: 900;
}

#conts a{
	font-weight: 500;
	text-decoration: underline;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#conts .txt02{
		margin-bottom: 10px;
	}
	
	#conts table{
		margin-bottom: 60px;
	}
	
	#conts table th,
	#conts table td{
		font-size: 13px;
	}
	
	#conts table .style01{
		width: 35%;
	}
	
	#conts .section{
		padding: 10px 10px 0;
		margin-bottom: 30px;
	}
	
	#conts .section ul li{
		padding: 3px;
		margin-bottom: 10px;
	}
	
	#conts .section ul li p{
		margin: 0;
		line-height: 1.7;
	}
	
	#conts .section ul li .txt{
		font-size: 12px;
	}
		
	#conts .section ul .con01{
		width: 30%;
		height: auto;
	}
	
	#conts .section ul .con02{
		width: 93%;
		height: auto;
	}
	
	#conts .section ul .symbol{
		width: 5%;
		font-size: 15px;
	}
}

/* add 190605*/

#conts .mb80{
	margin-bottom: 80px;
}

#conts .lowestPrice{
	position: relative;
	background: #eef0f2;
	padding: 68px 30px 30px;
}

#conts .lowestPrice img{
	position: absolute;
	left:47%;
	top: -40px;
}

#conts .lowestPrice dl{
    border: 1px solid #9d9d9d;	
	display: flex;
	text-align: center;	
	margin-bottom: 30px;
	background: #fff;
}

#conts .lowestPrice dl dt{
    border-right: 1px solid #9c9d9d;
	width: 50%;
	padding: 15px;
}

#conts .lowestPrice dl dd{
	padding: 15px;
	width: 50%;
}

#conts .lowestPrice .txt{
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#conts .mb80{
		margin-bottom: 44px;
	}

	#conts .lowestPrice{
		padding: 32px 15px;
	}

	#conts .lowestPrice img{
		width: 22px;
		left:47%;
		top: -25px;
	}

	#conts .lowestPrice dl{
		margin: 0 auto 17px;
		max-width: 300px;
	}

	#conts .lowestPrice dl dt{
		padding: 11px;
	}

	#conts .lowestPrice dl dd{
		padding: 11px;
	}

	#conts .lowestPrice .txt{
		line-height: 1.34;
	}

}


/* end 190605*/

/*IEのみ*/
@media all and (-ms-high-contrast:none){
}