@charset "utf-8";

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
    .company-main {
        padding-top: 20px;
    }
		.cont_under {
		}
		.cont_under .underH3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	height: 45px;
	background-image: url(../images/h3bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 24px;
	color: #3F1000;
	padding-left: 120px;
	font-weight: normal;
	padding-bottom: 40px;
		}
		.cont_under .contBlock {
	padding-bottom: 40px;
	height: auto;
	width: 1000px;
	display: block;
		}
.couponBox {
	box-shadow: 2px 2px 10px 0 #CCC;
	-webkit-box-shadow: 2px 2px 10px 0 #CCC;
	-moz-box-shadow: 2px 2px 10px 0 #CCC;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.coupon_txt {
}

.coupon_caution {
	color: #900;
	padding-left: 10px;
}

.coupon_ttl {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 24px;
	line-height: 60px;
	color: #528860;
	height: 60px;
	padding-left: 15px;
	background-color: #E3ECE6;
	margin-bottom: 10px;
}
.coupon_subTtl {
	font-size: 16px;
	font-weight: bold;
	color: #48281F;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.coupon_txt {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
}
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px){

    .company-main {
        padding: 20px 0;
    }
		.cont_under {
		}
		.cont_under .underH3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	height: 45px;
	background-image: url(../images/h3bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 21px;
	color: #3F1000;
	padding-left: 120px;
	font-weight: normal;
	margin-bottom: 20px;
		}
		.cont_under .contBlock {
	padding-bottom: 40px;
	height: auto;
	width: 96%;
	margin-left:auto;
	margin-right:auto;
	display: block;
		}
.couponBox {
	box-shadow: 2px 2px 10px 0 #CCC;
	-webkit-box-shadow: 2px 2px 10px 0 #CCC;
	-moz-box-shadow: 2px 2px 10px 0 #CCC;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.coupon_txt {
}

.coupon_caution {
	color: #900;
	padding-left: 10px;
}

.coupon_ttl {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 24px;
	line-height: 60px;
	color: #528860;
	height: 60px;
	padding-left: 15px;
	background-color: #E3ECE6;
	margin-bottom: 10px;
}
.coupon_subTtl {
	font-size: 16px;
	font-weight: bold;
	color: #48281F;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.coupon_txt {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
}

}
