.color-green .tab-container ul > li > a.is-active,
.color-green .tab-container ul > li > a:hover {
  background: #009b63 !important;
}

.color-green .tab-container ul > li > a.is-active::after {
  border-top-color: #009b63 !important;
}

.color-green .obi-txt > * {
  color: #009b63 !important;
  border-color: #009b63 !important;
}

.color-green .heading-border > *,
.color-green .heading-border-left {
  border-color: #009b63 !important;
}

.color-green .heading-obi {
  background: #009b63 !important;
}

.color-green .heading-obi::after {
  border-top-color: #009b63 !important;
}

.color-red .tab-container ul > li > a.is-active,
.color-red .tab-container ul > li > a:hover {
  background: #ff1717 !important;
}

.color-red .tab-container ul > li > a.is-active::after {
  border-top-color: #ff1717 !important;
}

.color-red .obi-txt > * {
  color: #ff1717 !important;
  border-color: #ff1717 !important;
}

.color-red .heading-border > *,
.color-red .heading-border-left {
  border-color: #ff1717 !important;
}

.color-red .heading-obi {
  background: #ff1717 !important;
}

.color-red .heading-obi::after {
  border-top-color: #ff1717 !important;
}

.color-blue .tab-container ul > li > a.is-active,
.color-blue .tab-container ul > li > a:hover {
  background: #00499b !important;
}

.color-blue .tab-container ul > li > a.is-active::after {
  border-top-color: #00499b !important;
}

.color-blue .obi-txt > * {
  color: #00499b !important;
  border-color: #00499b !important;
}

.color-blue .heading-border > *,
.color-blue .heading-border-left {
  border-color: #00499b !important;
}

.color-blue .heading-obi {
  background: #00499b !important;
}

.color-blue .heading-obi::after {
  border-top-color: #00499b !important;
}

body {
  color: #444;
}

.l-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.l-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header-content p {
  font-size: 12px;
  color: #333;
}

.l-header-logo img {
  width: 150px;
}

.l-footer {
  padding: 17px 17px 7.5px;
  color: #fff;
  font-size: 10px;
  background: #000;
}

.l-footer ul::after {
  content: "";
  clear: both;
  display: block;
}

.l-footer ul li {
  margin-right: 20px;
  float: left;
}

.l-footer ul li a {
  color: #fff;
}

.l-footer ul li a:hover {
  text-decoration: underline;
}

.l-footer-copy {
  margin-top: 20px;
  text-align: center;
}

.l-container {
  padding: 30px 10px 60px;
  background: #efefef;
}

.l-content {
  padding-top: 44px;
  background: #fff;
}

.l-section {
  padding: 0 15px 40px;
}

.l-section-inner {
  padding-bottom: 40px;
  background: linear-gradient(to right, #ccc, #ccc 4px, transparent 1px, transparent 3px) repeat-x bottom;
  background-size: 6px 1px;
}

.l-section-dotNone {
  padding: 0;
  background: none;
}

.l-section-wide {
  padding: 0 0 40px;
}

.l-section-wide .l-section-inner {
  width: auto;
  margin: 0 15px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-section-gap-lg {
  padding-bottom: 80px;
}

.mainvisual {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.main-content {
  padding: 0 10px;
}

.main-content .heading2 {
  line-height: 1.7;
}

@media screen and (max-width: 360px) {
  .main-content .heading2 {
    font-size: 17px;
  }
  .main-content .heading2 .heading-txt-xl {
    font-size: 19px;
  }
}

@media screen and (max-width: 340px) {
  .main-content .heading2 {
    font-size: 16px;
  }
  .main-content .heading2 .heading-txt-xl {
    font-size: 18px;
  }
}

.main-read.m-txt {
  margin-bottom: 40px;
  line-height: 1.7;
}

.main-cashless.m-box {
  padding: 27px 20px;
}

.main-cashless-row > * > *:not(:last-child) {
  margin-bottom: 15px;
}

.main-cashless-row > *:first-child {
  margin-bottom: 18px;
  text-align: center;
}

.main-cashless-row > *:first-child > img {
  width: 98px;
}

.main-cashless-row > * .heading-txt-lg {
  letter-spacing: -.075em;
}

.main-arrow {
  margin-bottom: 30px;
  text-align: center;
}

.main-arrow > img {
  width: 52px;
}

.heading {
  margin-bottom: 25px;
  text-align: center;
}

.heading2 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
}

.heading3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.heading-txt-xl {
  font-size: 21px;
}

.heading-txt-lg {
  font-size: 32px;
}

.heading-border {
  margin-bottom: 30px;
  text-align: center;
}

.heading-border > * {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
}

.heading-border-left {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #ccc;
}

.heading-border-left > * {
  text-align: left;
}

.heading-obi {
  margin-bottom: 40px;
  padding: 15px 20px;
  color: #fff;
  line-height: 1;
  background: #ccc;
  position: relative;
}

.heading-obi::after {
  content: "";
  display: block;
  border: 14px solid transparent;
  border-top: 13px solid #ccc;
  position: absolute;
  left: 50%;
  bottom: -26px;
  margin-left: -14px;
}

.heading-obi .heading2 {
  line-height: 1.6;
}

.heading-md {
  margin-bottom: 40px;
}

.heading-sm {
  margin-bottom: 20px;
}

.tab-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -10px;
}

.tab-container ul > li {
  width: calc(100% / 2 - 10px);
  margin-left: 11px;
}

.tab-container ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #949494;
  border-radius: 5px 5px 0 0;
}

.tab-container ul > li > a.is-active {
  height: 75px;
  position: relative;
}

.tab-container ul > li > a.is-active::after {
  content: "";
  display: block;
  border: 14px solid transparent;
  border-top: 13px solid #949494;
  position: absolute;
  left: 50%;
  bottom: -26px;
  margin-left: -14px;
  z-index: 5;
}

.obi-txt {
  margin: 15px 0 38px;
  text-align: center;
}

.obi-txt > * {
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.campain-box > *:not(:last-child) {
  margin-bottom: 10px;
}

.campain-box-heading {
  font-size: 14px;
}

.campain-box-md {
  margin-bottom: 25px;
  padding: 0 50px;
}

.ancher-link {
  padding-bottom: 80px;
}

.ancher-link .g-grid {
  margin: -10px 0 0 -10px;
}

.ancher-link .g-grid > * {
  margin: 10px 0 0 10px;
}

.credit-logo {
  margin-bottom: 15px;
}

.credit-logo > img {
  width: 62px;
}

.jcbcard-info {
  width: 100%;
  margin: 0 auto;
}

.jcbcard-ttl {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.jcbcard-img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.jcbcard-txt {
  margin-bottom: 30px;
  text-align: center;
}

.pay-img {
  margin-bottom: 30px;
}

.pay-img img {
  max-width: 274px;
}

.houToUse:not(:last-child) {
  margin-bottom: 35px;
}

.houToUse .pay-img img {
  width: 95%;
  max-width: initial;
}

.houToUse .m-block-c {
  margin-bottom: 20px;
}

.m-txt {
  margin-bottom: 15px;
  font-size: 14px;
}

.m-txt-xl {
  font-size: 20px;
}

.m-txt-lg {
  font-size: 18px;
}

.m-txt-sm {
  margin-bottom: 0;
  font-size: 12px;
}

.m-txt-gap-lg {
  margin-bottom: 30px;
}

.m-txt-gap-sm {
  margin-bottom: 10px;
}

.m-txt-bold {
  font-weight: bold;
}

.m-txt-blue {
  color: #008eed;
}

.m-txt-img {
  padding: 0 50px;
  margin-bottom: 35px;
}

.m-txt-img-sm {
  padding: 0 32px;
}

.m-align-c {
  text-align: center;
}

.m-link {
  color: #008eed;
  font-size: 12px;
  text-decoration: underline;
}

.m-link-arr {
  display: inline-block;
  position: relative;
}

.m-link-arr::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2.5px solid #008eed;
  border-top: 2.5px solid #008eed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20%;
}

.m-box {
  width: 100%;
  margin: 0 auto;
  padding: 28px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box:not(:last-child) {
  margin: 0 auto 30px;
}

.m-box-lg {
  width: 100%;
  padding: 27px 17px;
}

.m-box-border {
  border: 2px solid #ddd;
}

.m-box-white {
  background: #fffff9;
}

.m-box-cntent dt {
  margin-bottom: 13px;
  padding-bottom: 13px;
  line-height: 1.5;
  border-bottom: 1px solid #aaa;
}

.m-box-cntent .m-txt-xl {
  margin-bottom: 10px;
}

.m-box-cntent .m-btn {
  margin: 30px 0 40px;
}

.m-box-campaign .m-txt {
  margin-bottom: 10px;
}

.m-box-campaign-txt {
  margin-bottom: 20px;
}

.m-box-otoku1:not(:last-child).m-grid {
  margin-bottom: 90px;
}

.m-icon-window {
  width: 10px;
  height: auto;
  margin: 0 0 3px 5px;
  vertical-align: middle;
}

.m-icon-otoku {
  margin-bottom: 25px;
  text-align: center;
}

.m-icon-otoku > img {
  width: 76px;
}

.m-icon-pdf {
  margin-left: 7px;
  width: 17px;
}

.m-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}

.m-grid:not(:last-of-type) {
  margin: -15px 0 25px -15px;
}

.m-grid > * {
  margin: 15px 0 0 15px;
}

.m-grid-2 > * {
  width: calc(100% / 2 - 15px);
}

.m-grid-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-grid-gap-md {
  margin-bottom: 40px;
}

.m-card:not(:last-child) {
  margin-bottom: 40px;
}

.m-card > *:first-child {
  margin-bottom: 15px;
}

.m-list-notes {
  font-size: 10px;
}

.m-notes {
  display: table;
}

.m-notes > span {
  display: table-cell;
}

.m-btn > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  height: 50px;
  margin: 0 auto;
  padding: 0 22px;
  color: #008eed;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #008eed;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-btn > *[target=_blank] {
  background: url(/promotion/fc/cashless/img/common/icon_window.png) no-repeat 95% center #fff;
  background-size: 16px;
}

.m-btn-ancher > * {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  border: none;
  background: #008eed;
  border-radius: 0;
  position: relative;
}

.m-btn-ancher > *::before, .m-btn-ancher > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.m-btn-ancher > *::before {
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 5px;
  margin-top: -8px;
  border-radius: 50%;
}

.m-btn-ancher > *::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #008eed;
  border-bottom: 2px solid #008eed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 9px;
  margin-top: -6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20%;
}

.m-other-img {
  margin-bottom: 10px;
}

.m-other-txt {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
}

.m-block-c {
  display: table;
  margin: 0 auto;
}

strong {
  font-weight: bold !important;
}

img {
  max-width: 100%;
  height: auto;
}
