@charset "utf-8";
/* CSS Document */

.sespecoupon2412_contents {
  width: 960px;
  margin: 15px auto 0 auto;
}


/* #coupon_header */
#coupon_header {
  margin-bottom: 40px;
}
#coupon_header h1 {
  position: relative;
  width: 960px;
}
#coupon_header h1 .header_text {
  position: absolute;
  top: 282px;
  left: 514px;
  font-weight: 700;
  font-size: 27px;
  margin: 0;
  line-height: 1;
}
#coupon_header .text_term {
  background-color: #017caf;
  color: white;
  padding: 15px 0;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}


/* #category_check */
#category_check {
  margin-bottom: 65px;
}
#category_check h2 {
  margin-bottom: 20px;
}
#category_check .category_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#category_check .category_wrapper a {
  background-color: #f4f4f4;
  color: black;
  width: 155px;
  text-decoration: none;
  position: relative;
  text-align: right;
  padding: 10px 0;
  margin-bottom: 5px;
  margin-right: 6px;
  font-size: 12px;
  line-height: 1.2;
}
#category_check .category_wrapper a:nth-child(6n) {
  margin-right: 0;
}
#category_check .category_wrapper a:hover {
  background-color: #f8f8f8;
}
#category_check .category_wrapper a:hover img {
  opacity: .75;
}
#category_check .category_wrapper a .item_name {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align: left;
  padding-left: 10px;
}
#category_check .category_wrapper a:hover .item_name {
  opacity: .75;
}

/* #coupon_howto */
#coupon_howto {
  margin-bottom: 70px;
}
#coupon_howto h2 {
  margin-bottom: 15px;
}
#coupon_howto .howto_wrapper {
  display: flex;
  justify-content: space-between;
}
#coupon_howto .howto_wrapper .bannerhowto_left {
  margin-right: 10px;
}
#coupon_howto .howto_wrapper .btnArea {
  display: flex;
  justify-content: space-around;
  border: 1px solid #f77526;
  text-align: center;
  padding: 26px 10px;
}
#coupon_howto .howto_wrapper .btnArea a:hover {
  opacity: 0.75
}
#coupon_howto .howto_wrapper .btnAreaRight {
  width: 221px;
}


/* #coupon_notice */
#coupon_notice h2 {
  margin-bottom: 20px;
}
#coupon_notice .notice_wrapper {
  background-color: #f3f7f9;
  padding: 30px;
}
#coupon_notice .notice_wrapper ul {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1em;
}
#coupon_notice .notice_wrapper ul li {
  text-indent: -1em;
  margin-bottom: 2px;
}
#coupon_notice .notice_wrapper ul li:last-child {
  margin-bottom: 0;
}


.btn_shopping {
  text-align: center;
  margin-bottom: 40px;
}
.btn_shopping a:hover img {
  opacity: .75;
}
