@charset "UTF-8";

/* CSS Document */
.sub section#subContainer {
	padding-top: 0;
}

.sub section#subContainer .container {
	width: 100%;
}

.heat20 h1,
.heat20 h2,
.heat20 h3,
.heat20 h4,
.heat20 h5,
.heat20 h6 {
	line-height: 1.67em;
}

.heat20_mv {
	width: 110%;
	max-width: 550px;
	transform: translateX(-4%);
}

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

	.heat20_mv {
		max-width: 740px;
	}
}

.heat20 .desc_box {
	margin: 0;
}

#subContainer.heat20 .main_box .desc_box h5 {
	font-size: 24px;
	font-weight: bold;
	margin: 50px auto;
	text-align: center;
}

.heat20 .desc_box_logo {
	margin: 0 auto 20px;
	width: 70%;
}

.heat20 .desc_box_img {
	margin: 20px 0;
}

.heat20 .detail_box {
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}

.heat20 .detail_wrap {
	margin-top: 30px;
}

.heat20 .detail_box_item {
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
}

.heat20 .detail_box_item:nth-child(n + 2) {
	margin-top: 30px;
}

.heat20 .detail_box_item:last-child {
	border-bottom: none;
}

.heat20 .detail_box h4 {
	font-size: 20px;
	border-bottom: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

.heat20 .detail_box h4 span strong {
	color: #d5073d;
	font-size: 37px;
	font-weight: bold;
}

.heat20 .detail_box h4 span em {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left: 1px solid #000;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.heat20 .detail_box h6 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 1em 0 20px 0;
}

.offer_box {
	margin: 0 0 50px;
}

.offer_box img {
	display: block;
	margin: 0 auto 40px;
	width: 90%;
	box-shadow: 10px 10px #333;
	border: 2px #fff solid;
}

.offer_box h4 {
	margin: 1em 0;
	font-size: 20px;
	line-height: 1.67em;
	text-align: center;
}

.offer_box .btn-box {
	margin-top: 20px;
}

.offer_box .top_line_btn span a {
	width: 50%;
	color: #000;
	border: 2px solid #000;
}

.offer_box .top_line_btn span a i {
	color: #000;
}

.offer_box .top_line_btn span a:hover i {
	color: #fff;
}

.offer_box .top_line_btn span a {
	display: block;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	border: 2px solid #000;
	color: #000;
}