@charset "EUC-JP";

/* CSS Document */

.tcardcoupon-sec article {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.8;
}

.tcardcoupon-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .tcardcoupon-sec article {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1040px) {
  .tcardcoupon-inner {
    max-width: 1040px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .tcardcoupon-inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .tcardcoupon-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .tcardcoupon-inner {
    padding: 0 14px;
  }
}

/* Breadcrumbs
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (min-width: 768px) {
  .nav-tcardcoupon-breadcrumbs {
    margin-top: 25px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
      Meiryo, sans-serif;
  }

  .nav-tcardcoupon-breadcrumbs ul {
    font-size: 0;
  }

  .nav-tcardcoupon-breadcrumbs li {
    display: inline;
    font-size: 14px;
  }

  .nav-tcardcoupon-breadcrumbs li::after {
    display: inline;
    padding: 0 6px 0 7px;
    font-size: 14px;
    line-height: 1.8;
    content: ">";
  }

  .nav-tcardcoupon-breadcrumbs li:last-child::after {
    display: none;
  }

  .nav-tcardcoupon-breadcrumbs li a {
    line-height: 1.8;
    color: #203d95;
  }

  .nav-tcardcoupon-breadcrumbs li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .nav-tcardcoupon-breadcrumbs {
    margin-top: 18px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
      Meiryo, sans-serif;
  }

  .nav-tcardcoupon-breadcrumbs ul {
    font-size: 0;
  }

  .nav-tcardcoupon-breadcrumbs li {
    display: inline;
    font-size: 12px;
  }

  .nav-tcardcoupon-breadcrumbs li::after {
    display: inline;
    padding: 0 4px 0 6px;
    font-size: 12px;
    line-height: 1.8;
    content: ">";
  }

  .nav-tcardcoupon-breadcrumbs li:last-child::after {
    display: none;
  }

  .nav-tcardcoupon-breadcrumbs li a {
    line-height: 1.8;
    color: #203d95;
  }

  .nav-tcardcoupon-breadcrumbs li a:hover {
    text-decoration: underline;
  }
}

/* Headline
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (min-width: 768px) {
  .tcardcoupon-sec-header h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .tcardcoupon-sec-header h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .tcardcoupon-sec-header h3 i {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }

  .tcardcoupon-sec-header h3 strong.marker {
    position: relative;
    font-weight: bold;
  }

  .tcardcoupon-sec-header h3 strong.marker::after {
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    background: #fff200;
  }

  .tcardcoupon-sec-header h3 strong.marker em {
    position: relative;
    z-index: 10;
    font-weight: bold;
  }

  .tcardcoupon-sec-header + .tcardcoupon-sec-inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tcardcoupon-sec-header h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
  }

  .tcardcoupon-sec-header h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .tcardcoupon-sec-header h3 i {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .tcardcoupon-sec-header h3 strong.marker {
    position: relative;
    font-weight: bold;
  }

  .tcardcoupon-sec-header h3 strong.marker::after {
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: #fff200;
  }

  .tcardcoupon-sec-header h3 strong.marker em {
    position: relative;
    z-index: 10;
    font-weight: bold;
  }

  .tcardcoupon-sec-header + .tcardcoupon-sec-inner {
    margin-top: 20px;
  }
}
