@charset "utf-8";
/* CSS Document */
.tx_ctr {
	text-align: center;
}
.wrap_overview {
	/*background-color: #e6f3f4; */
	padding: 10px 10px 20px;
	margin: 0 10px;
}
.wrap_overview .box_table {
	width: 100%;
	margin: 10px auto 20px;
	background-color: #e3f6f6;
}
.wrap_overview .box_table th {
	width: 30%;
	font-size: 1.0em;
	text-align: right;
}
.wrap_overview .box_table th,
.wrap_overview .box_table td {
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 150%;
	padding-top: 10px;
}
.wrap_overview .box_table tr:last-child .s_pt10 {
	padding-bottom: 10px;
}
/*テーブル内の調整*/
.wrap_overview .box_table tr .s_pt10 {
	padding-top: 10px;
}
.wrap_overview .box_table tr .va {
	vertical-align: middle;
}
.wrap_overview .box_table td>.tx_small {
	font-size: 1.2rem;
}
.wrap_overview .box_table td>.tx_number {
	font-size: 1.8rem;
}
.wrap_overview .box_table td>.tx_unit {
	font-size: 1.3rem;
	margin-left: 2px;
}
.camp_ttl {
	margin: 10px 0 10px 0; /*20→10pxへ修正*/
	font-size: 1.8rem;
	font-weight: bold;
	color: #0d4674;
	text-align: center;
	line-height: 1.4;
}
.camp_ttl span {
	font-size: 90%;
}

/*クーポン画像*/
.coupon_img {
	-webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 0.8));
	/* SafariなどのWebkitブラウザ用 */
	filter: drop-shadow(0px 3px 5px #ccc);
	padding: 0 20px;
}

/*--------------------------------------- PCのみはこちら---------------------------------------*/
@media screen and (min-width:768px) {
	.sp_br {
		display: none;
	}
	.wrap_overview .box_table {
		width: 95%;
		margin: 10px auto 20px;
	}
	.wrap_overview .box_table.t_overview th,
	.wrap_overview .box_table.t_overview td {
		display: table-cell;
	}
	.wrap_overview .box_table td {
		vertical-align: top;
		font-size: 1.6rem;
	}
	.wrap_overview .box_table th {
		width: 40%;
		font-size: 1.0em;
		text-align: right;
	}

	/*テーブル内の調整*/
	.wrap_overview .box_table tr .s_pt10 {
		padding-top: 0px;
	}
	.camp_ttl {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.camp_ttl span {
		font-size: 80%;
	}
}
/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
	.wrap_overview {
		padding: 0 0 20px 0;
	}
}