@charset "Shift_JIS"; /**/
#info_contents {
  margin-bottom: 0 !important;
}
.coupon49h {
  background: #fddb45;
  text-align: center;
  font-feature-settings: "palt"1;
  font-family: "Helvetica Neue", Arial, "Hiragino karu Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
}
.coupon49h .box {
  padding: 6%;
}
.coupon49h .in {
  padding: 6%;
  background: #ffffff;
  border-radius: 20px;
}
/* 終了日 */
.coupon49h .limit {
  font-size: 2em;
  font-weight: bold;
  color: #f50202;
}
.coupon49h .limit:before {
  content: "＼";
}
.coupon49h .limit:after {
  content: "／";
}
.coupon49h .limit strong {
  font-size: 120%;
}
/* クーポンコード */
.coupon49h .code_box {
}
.coupon49h .couponcode {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0em;
  border: 1px #000000 solid;
	width: 60%;
	height: auto;
}
/* ボタン */
.btn_coupon {
  padding: 0 15% 2em 15%;
}
.btn_shopping {
  padding: 0 25% 3em 25%;
}
/* 注釈 */
.note {
  text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

/*レスポンシブ-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .contents_main {
    margin: 0 !important;
  }
  .coupon49h {
    width: 100%;
  }
	.coupon49h .limit {
		font-size: 120%;
	}
	.coupon49h .limit strong {
  font-size: 150%;
}
	.coupon49h .couponcode {
	width: 80%;
	height: auto;
		font-size: 1.5em;
}
	.btn_coupon {
		padding: 0.5em 5% 1.5em 5%;
	}
  .note {
    font-size: 80%;
  }
  .btn_shopping {
    padding: 0 20% 2em 20%;
  }
}