@charset "utf-8";

img,
img.image {
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

.image {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------*/
/* content */
/* ------------------------------------------------------*/
h2,
h3,
h4 {
  height: auto;
}

h3 {
  border-bottom: none;
  padding-bottom: 0;
}

div.container * {
  font-family: 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', 'Helvetica Neue', 'Helvetica', Meiryo, sans-serif;
  font-weight: 300;
}

div.container {
  margin: auto;
  text-align: left;
  max-width: 1024px;
  background-color: #fff;
  font-size: max(min(3.9vw, 40px), 12px);
  color: #8b8886;
  line-height: 1.8;
  padding: 0;
}

div.container picture,
div.container img {
  vertical-align: top;
}

.image {
  width: 100%;
  height: auto;
  line-height: 1.3;
}

.coupon_area {
  background-color: #ededed;
  padding: 3.9vw 5.37vw 5.85vw;
}

.coupon_area-inner {
  background: #fff;
  border: 0.97vw solid #07448b;
  padding: 5.85vw 5.37vw 7.32vw;
}

.coupon_column {
  margin-top: 3.91vw;
  border-top: 0.39vw solid #bcbcbc;
}

div.container .coupon_code-ttl {
  text-align: center;
  color: #07448b;
  font-size: 5.37vw;
  font-weight: 600;
  line-height: 1;
  margin-top: 5.08vw;
}

.coupon_code_number {
  text-align: center;
  color: #000;
  font-size: 5.86vw;
  line-height: 1;
  background-color: #ededed;
  padding: 3.52vw;
  margin-top: 2.93vw;
}

.coupon-note_list {
  margin: 7.81vw 5.37vw 8.3vw;
}

.coupon-note_item {
  font-size: 2.44vw;
  line-height: 1.68;
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
}

.coupon-note_item::before {
  content: '※';
}

.more_link_area {
  text-align: center;
  width: 100%;
  max-width: 89.33333%;
  padding-bottom: 14.6vw;
  margin-inline: 5.37vw;
}

.more_link_area .more_link:link,
.more_link_area .more_link:visited {
  width: 100%;
  display: inline-block;
  background-color: #0a4490;
  color: #fff !important;
  font-size: 100%;
  font-weight: bold;
  line-height: 0.9em;
  text-decoration: none !important;
  position: relative;
  padding: 1.3em;
  border: 1px solid #0a4490;
  border-bottom: 1px solid #0a4490 !important;
  box-sizing: border-box;
}

.more_link_area .more_link:link::after,
.more_link_area .more_link:visited::after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .more_link_area .more_link:hover {
    background-color: #fff;
    color: #0a4490 !important;
    opacity: 1;
  }

  .more_link_area .more_link:hover::after {
    border-top: 2px solid #0a4490;
    border-right: 2px solid #0a4490;
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  div.container {
    max-width: 600px;
    font-size: 23px;
    margin-inline: auto;
  }

  .coupon_area {
    padding: 23px 32px 35px;
  }

  .coupon_area-inner {
    border: 6px solid #07448b;
    padding: 35px 32px 44px;
  }

  .coupon_column {
    margin-top: 30px;
    border-top: 2px solid #bcbcbc;
  }

  div.container .coupon_code-ttl {
    font-size: 32px;
    margin-top: 30px;
  }

  .coupon_code_number {
    font-size: 35px;
    padding: 21px;
    margin-top: 18px;
  }

  .coupon-note_list {
    margin: 47px 32px 50px;
  }

  .coupon-note_item {
    font-size: 15px;
  }

  .more_link_area {
    padding-bottom: 88px;
    margin-inline: 32px;
  }

  .more_link:visited,
  .more_link:link {
    font-size: 23px;
  }
}