@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.m-btn-l.disable {
  pointer-events: none;
  background: #ccc;
}
.m-btn-l.able {
  pointer-events: active;
  background: #990000;
}
/* Campaign Box */
.m-box-campaign {
  margin-top: 30px;
  padding: 0;
  border: 1px solid #1e1e1e;
}
.m-box-campaign-hdg {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300;
  padding: 10px 54px 8px 26px;
  background: #1e1e1e;
  position: relative;
  letter-spacing: 0.2rem;
}
.m-box-campaign-hdg[data-type="ribbon"] {
  display: inline-block;
  padding: 10px 35px 10px;
  background: #1e1e1e;
  margin-bottom: 12px;
}
.m-box-campaign-hdg[data-type="ribbon"]::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.m-box-campaign-hdg[data-type="ribbon"]::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(149, 158, 155);
}
.m-box-campaign-hdg > span {
  font-size: 2.3rem;
  padding-right: 12px;
}
.m-box-campaign-inner {
  padding: 20px;
}
.m-box-campaign-inner[data-type="ac"] {
  text-align: center;
}
.m-box-campaign-inner > *:first-child {
  margin-top: 0;
}
.m-box-campaign-inner .m-txt-lead {
  font-size: 1.9rem;
  font-weight: 600;
}
.m-box-campaign-inner h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: .5em 5.75em .5em .75em;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  background-color: #999;
  color: #fff;
  border-left: 6px solid #d1d1d1;
}
.m-box-campaign-inner h3:first-child {
  margin-top: 35px !important;
}
.m-grid-campaign {
  display: flex;
  margin: 0 0 0 -50px;
}
.m-grid-campaign-content {
  width: 50%;
  padding-left: 50px;
  position: relative;
  text-align: center;
}
.m-grid-campaign-content::before {
  content: '&';
  color: #a1a1a1;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  height: 20px;
  width: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.m-grid-campaign-content:first-child::before {
  content: none;
}
.m-grid-campaign-content > * {
  margin-top: 0;
}
.m-grid-campaign-content > .m-img {
  max-width: 200px;
}
.a-grid-w {
  width: 50%;
}
.m-box-calc {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.m-box-calc-content__inner .m-box-calc-content[data-type="red"] {
  border: 2px solid #990000;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 5px;
}
.m-box-calc-content__inner .m-box-calc-content[data-type="red"]:last-of-type {
  margin-bottom: 0px;
}
.m-box-calc-content {
  width: calc(50% - 25px);
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.m-box-calc-content > *:first-child {
  margin-top: 0;
}
.m-box-calc-content em {
  font-size: 2.2rem;
}
.m-box-calc-content em > span {
  display: inline-block;
}
.m-box-calc-icn {
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-box-calc-icn * {
  margin: 0;
}
.m-box-calc-icn p {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .m-box-campaign {
    margin-top: 25px;
  }
  .m-box-campaign-hdg {
    font-size: 1.6rem;
    padding: 8px 20px 7px 12px;
    display: block;
    letter-spacing: 0.1rem;
  }
  .m-box-campaign-hdg > span {
    font-size: 2rem;
    padding-right: 8px;
  }
  .m-box-campaign-inner {
    padding: 20px 10px;
  }
  .m-box-campaign-inner .m-txt-lead {
    font-size: 1.6rem;
  }
  .m-grid-campaign {
    margin: 0;
    flex-direction: column;
  }
  .m-grid-campaign-content {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  .m-grid-campaign-content:first-child {
    margin-top: 0;
  }
  .m-grid-campaign-content::before {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    height: 20px;
    width: 50px;
    left: calc(50% - 25px);
    top: -40px;
  }
  .m-box-calc {
    flex-direction: column;
  }
  .m-box-calc-content {
    width: 100%;
  }
  .m-box-calc-content em {
    font-size: 2rem;
  }
  .m-box-calc-icn {
    width: 100%;
    padding: 6px;
  }
  .m-box-calc-icn .sp-rotate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .txt_box {
    display: inline-flex;
    border: 1px solid #a1a1a1;
  }
  .txt_box dt {
    padding: 5px 10px;
    background: #f1f1f1;
  }
  .txt_box dd {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .txt_box {
    border: 1px solid #a1a1a1;
  }
  .txt_box dt {
    padding: 5px 2%;
    background: #f1f1f1;
  }
  .txt_box dd {
    padding: 5px 2%;
  }
}
/*20240611追加*/
.m-box-tokuten {
  width: 100%;
  height: auto;
}
.m-box-tokuten .m-box-campaign {
  border: 1px solid #333;
}
.m-box-tokuten .m-box-campaign:last-child {
  border: 1px solid #009944;
}
@media screen and (max-width: 767px) {
  .m-box-tokuten {
    flex-wrap: wrap;
  }
  .m-box-tokuten .m-box-campaign {
    width: 100%;
    margin-right: 0;
  }
}
.m-box-campaign-hdg[data-type="green_ribbon"] {
  display: inline-block;
  padding: 10px 20px;
  background: #009944;
  margin-bottom: 12px;
}
.m-box-campaign-hdg[data-type="green_ribbon"]::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(68, 68, 68);
}
.m-box-campaign-hdg[data-type="green_ribbon"]::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(68, 68, 68);
}
.m-box-tokuten .m-box-campaign:last-child .m-list-notes {
  display: inline-grid;
  text-align: left;
}
.icn {
  position: absolute;
  z-index: 100;
}
.icn img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .icn img {
    width: 40%;
  }
  .m-btn-l {
    font-size: 1.6rem;
  }
}
.m-icon-plus {
  display: flex;
  margin: 50px 0;
  justify-content: center;
}
.icon-plus {
  display: inline-block;
  vertical-align: middle;
  color: #009944;
  line-height: 1;
  width: 4em;
  height: 1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.icon-plus::before {
  content: '';
  position: absolute;
  top: 100;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.m-tab .m-tab-list > li > a > span, .m-tab .m-tab-list > li > label > span {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .m-tab .m-tab-list > li > a > span, .m-tab .m-tab-list > li > label > span {
    font-size: 1.4rem;
  }
}
.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px 0;
}
.slash::before, .slash::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #333;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .slash {
    font-size: 1.2rem;
  }
  .slash::before, .slash::after {
    width: 30px;
  }
}
.slash::before {
  transform: rotate(75deg);
}
.slash::after {
  transform: rotate(-75deg);
}