@charset "UTF-8";
/* ==========================================================================
   ベストレート保証　スタイル
   ========================================================================== */

.content { padding-top: 0;}
.bestrate-visual {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(../img/global/bestrate-image.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.bestrate-visual:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.bestrate-visual__title {
	display: inline-block;
	max-width: 90%;
	vertical-align: middle;
}
.bestrate-box {
	max-width: 960px;
	margin: 40px auto 0;
	padding: 20px 16px;
	border: 4px double #b69333;
}
.bestrate-box .h2 {
	color: #b69333;
}
@media print, (min-width:40.0625em) {
	.bestrate-visual { height: 300px;}
	.bestrate-lead {
		text-align: center;
	}
	.bestrate-box {
		margin-top: 60px;
		padding: 30px 40px;
	}
}
@media print, (min-width:60.0625em) {
	.bestrate-visual { height: 400px;}
}
