@charset "UTF-8";

body {
  overflow-x: hidden;
}

.l-mainvisual {
  margin: 0 auto 10px;
  position: relative;
}

.l-mainvisual h1 {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 38px;
}

@media (min-width: 768px) {
  .l-mainvisual {
    margin-bottom: 30px;
  }

  .l-mainvisual h1 {
    top: 32px;
    left: 35px;
    max-width: 70px;
    width: 5vw;
    min-width: 45px;
  }

  .l-mainvisual .l-mainvisual-content {
    margin: 0 auto;
  }
}

.m-btn {
  background: linear-gradient(90deg, #ff9200 0%, #ff6601 100%);
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  width: 92%;
  margin: auto;
  border-radius: 40px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

.m-btn a {
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .m-btn {
    max-width: 430px;
  }

  .m-btn a {
    font-size: 26px;
    padding: 17px;
  }
}

.l-section-campaign {
  margin: 30px auto 20px;
  width: 92%;
}

.l-section-campaign .l-section-inner {
  text-align: center;
}

.l-section-campaign h2 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-section-campaign h2 .strong {
  font-size: 28px;
  color: #d4445c;
}

.banner-text {
  margin: 10px auto 0;
  cursor: pointer;
}

.banner-text a {
  color: #8c90a8;
  border-bottom: 1px solid #8c90a8;
  transition: 0.3s;
}

.banner-text a:hover {
  border-bottom: none;
}

.m-campaign-box a {
  transition: 0.3s;
}

.m-campaign-box a:hover {
  opacity: 0.7;
  filter: none;
}

.l-section-campaign .sub-text {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  display: table;
}

.l-section-campaign .sub-text span {
  display: table-cell;
  padding-right: 2px;
}

.l-section-campaign h2 .small_text {
  font-size: 12px;
  vertical-align: super;
}

@media (min-width: 768px) {
  .l-section-campaign {
    margin: 80px auto 40px;
  }

  .l-section-campaign h2 {
    font-size: 40px;
  }

  .m-campaign-box {
    max-width: 500px;
    margin: 0 auto;
  }

  .l-section-campaign .sub-text {
    font-size: 14px;
    text-align: center;
    display: block;
  }

  .l-section-campaign .sub-text span {
    display: inline-block;
    padding-right: 0;
  }

  .l-section-campaign h2 .small_text {
    font-size: 12px;
  }

  .banner-text {
    margin: 16px auto 0;
  }
}

.cp_banner {
  max-width: 760px;
  margin: 0 10px 30px;
  border: solid 2px;
  border-image: linear-gradient(135deg, #e2cb7b, #936e1d) 1;
  padding: 20px 10px;
  background: #FFFAE3;
}
.l-cp-area .cp_banner {
  margin: 0 10px 0px;
}

.cp_banner .cp_banner_img {
  max-width: 600px;
  margin: 10px auto;
}

.cp_banner .cp_banner_txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #d4445c;
}

.cp_banner .cp_banner_txt span {
  font-size: 14px;
  color: #262626;
  -webkit-text-fill-color: #262626;
}

@media (min-width: 768px) {
  .cp_banner {
    margin: 0 auto 80px;
  }
  .l-cp-area .cp_banner {
    margin: 0 auto;
  }

  .cp_banner .cp_banner_txt {
    font-size: 24px;
  }

  .cp_banner .cp_banner_txt span {
    font-size: 18px;
  }

  .cp_banner .cp_banner_img {
    margin: 20px auto;
  }

  .cp_banner .m-txt-annotation {
    text-align: center;
    margin: 0 auto;
  }
}

.feature-head {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 0px;
  background: linear-gradient(90deg, #e7d080 0%, #8e6817 100%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
}

.feature-head small {
  font-weight: normal;
}

.feature-content {
  margin-bottom: 40px;
}

.feature-content > li {
  border: 1px solid #8c90a8;
  margin: 30px 10px 0;
  padding: 50px 11.5px 30px;
  background: #f8f8f8;
}

.feature-content > li:last-child {
  padding-bottom: 0;
}

.feature-num {
  max-width: 54px;
  margin: 0 auto;
  display: block;
}

.feature-content-head {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 16px auto 20px;
}

.feature-content-head span {
  color: #b99a4a;
}

.feature-content-head + p,
.text-center {
  text-align: center !important;
}

.feature-point-text {
  margin: 30px auto 10px;
  width: 90%;
  max-width: 400px;
}

.feature-point-text2 {
  margin: 20px auto 10px;
  width: 70%;
  max-width: 400px;
}

.feature-card-img {
  width: 180px;
  margin: 0 auto 20px;
}

.feature-box {
  background: #fff;
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 6px;
}

.feature-box > p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.feature-box .feature-box-text {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.feature-box .feature-box-text li {
  margin-right: 2.1em;
}

.feature-box .feature-box-text li:last-of-type {
  margin-right: 0;
}

.feature-box .feature-box-text li img {
  width: 20.3vw;
  max-width: 70px;
}

.feature-box .feature-box-text li p {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

.feature-wrap .font-middle {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
}

.feature-wrap .font-middle .marker {
  background: linear-gradient(transparent 60%, #faea7f 60%);
  color: #d4445c;
}

.feature-wrap .font-large {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: bold;
}

.feature-wrap .font-large .marker {
  background: linear-gradient(transparent 60%, #faea7f 60%);
}

@media (min-width: 768px) {
  .feature-head {
    margin: 0 auto 40px;
    font-size: 38px;
  }

  .feature-content {
    max-width: 1400px;
    margin: 0 auto 70px;
  }

  .feature-content > li {
    margin: 38px auto 0;
    padding: 70px 20px;
  }

  .feature-content > li:last-child {
    padding-bottom: 70px;
  }

  .feature-content .feature-wrap {
    max-width: 760px;
    margin: 0 auto;
  }

  .feature-num {
    max-width: 70px;
  }

  .feature-content-head {
    font-size: 48px;
    margin: 50px auto 30px;
  }

  .feature-content-head + p {
    font-size: 20px;
  }

  .feature-point-text {
    margin: 40px auto 30px;
    max-width: 423px;
  }

  .feature-box {
    padding: 40px 20px;
  }

  .feature-box > p {
    font-size: 22px;
  }

  .feature-box .feature-box-text {
    margin-top: 30px;
  }

  .feature-box .feature-box-text li {
    margin-right: 60px;
  }

  .feature-box .feature-box-text li img {
    max-width: 100px;
  }

  .feature-box .feature-box-text li p {
    font-size: 20px;
    margin-top: 22px;
  }

  .feature-wrap .font-large {
    font-size: 22px;
  }
}

.gold-taisyo-hikaku {
  margin: 24px 0;
  text-align: center;
}

.gold-taisyo-hikaku .head {
  color: #8c90a8;
  font-weight: bold;
}

.gold-taisyo-hikaku table {
  margin: 5px auto 24px;
  width: 100%;
}

.gold-taisyo-hikaku table th {
  padding: 10px;
  background: #cc961a;
  line-height: 1.2;
  color: #fff;
}

.gold-taisyo-hikaku table th.normal {
  background: linear-gradient(93.49deg, #92a2b9 5.18%, #9bc0d5 100%);
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #cccccc;
}

.gold-taisyo-hikaku table td {
  border: solid 2px #ccc;
  padding: 10px 5px;
  width: 50%;
  background: #fff;
}

.gold-taisyo-hikaku table td img {
  height: 80px;
  width: auto;
}

.gold-taisyo-hikaku table td p {
  font-weight: bold;
}

.gold-taisyo-hikaku table td .number {
  font-size: 18px;
}

.gold-taisyo-hikaku table td .number span {
  font-size: 24px;
}

.gold-taisyo-hikaku table td.gold .number {
  color: #d4445c;
}

.gold-taisyo-hikaku table td.gold .label {
  background: #d4445c;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 2px;
  padding: 2px 4px;
  display: inline-block;
}

.gold-taisyo-hikaku .gold-point-text {
  color: #d4445c;
}

.gold-taisyo-hikaku .gold-point-text .number {
  font-size: 18px;
}

.gold-taisyo-hikaku table td.gold {
  border: solid 2px #cc961a;
  background: #fffae3;
}

.gold-taisyo-hikaku table td.logo {
  background: #f8f8f8;
  padding: 5px 10px;
}

.gold-taisyo-hikaku table td.logo img {
  height: 32px;
  width: auto;
}

.gold-taisyo-hikaku .point-container {
  background: #f8f8f8;
  padding: 0;
  margin: 24px auto 0;
}

.gold-taisyo-hikaku .point-container .head {
  background: #262626;
  color: #fff;
  padding: 8px;
}

.gold-taisyo-hikaku .point-container .inner {
  background: #fff;
}

.gold-taisyo-hikaku .point-container .inner dl {
  display: flex;
  flex-wrap: wrap;
}

.gold-taisyo-hikaku .point-container .inner dl dt {
  width: 50%;
  text-align: left;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}

.gold-taisyo-hikaku .point-container .inner dl dt.gold {
  color: #cc961a;
}

.gold-taisyo-hikaku .point-container .inner dl dt span {
  background: #fff;
  padding-right: 5px;
  position: relative;
  z-index: 2;
}

.gold-taisyo-hikaku .point-container .inner dl dt::after {
  content: "";
  display: block;
  border-bottom: dashed 1px #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gold-taisyo-hikaku .point-container .inner dl dd {
  width: calc(50% - 10px);
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
}

.gold-taisyo-hikaku .point-container .inner dl dd .number {
  font-size: 18px;
}

.gold-taisyo-hikaku .point-container .inner dl dd .color {
  color: #d4445c;
}

.gold-taisyo-hikaku .point-container .inner dl dd:last-child {
  margin-bottom: 0;
}

.gold-simulation.point-container .l-accordion dl dt {
  font-size: 16px;
}

.gold-simulation.point-container .l-accordion dl {
  padding: 0;
  border-bottom: none;
  width: calc(100% - 30px);
  padding: 0 15px;
}

.gold-simulation.point-container .l-accordion dl dd {
  background: none;
}

.gold-simulation.point-container .point-btn {
  background: #262626;
  font-size: 16px;
}

.detail-accordion .gradation-title {
  background: #262626;
  padding: 4px 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.detail-accordion .gradation-title p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(90deg, #9fa4cf 0%, #99bed3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}

.detail-accordion .accordion_header,
.detail-accordion .accordion_inner .close_btn {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border: solid 1px #ddd;
  border-radius: 99px;
  padding: 8px 20px;
  display: inline-block;
  min-width: 180px;
  color: #161616;
}

.detail-accordion.point .accordion_header {
  background: linear-gradient(91.52deg, #8c90a8 0.04%, #a4c1d4 99.96%);
  color: #fff;
  width: calc(100% - 40px);
  border: none;
  font-size: 16px;
  padding: 12px 20px;
}

.detail-accordion .accordion_header:after,
.detail-accordion .accordion_inner .close_btn:after {
  content: "";
  display: block;
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_add.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.detail-accordion.point .accordion_header:after {
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_add_wh.png) no-repeat;
  background-size: 100%;
}

.detail-accordion .accordion_header.open:after,
.detail-accordion .accordion_inner .close_btn:after {
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_close.png) no-repeat;
  background-size: 100%;
}

.detail-accordion .accordion_inner {
  display: none;
  padding-top: 20px;
}

.detail-accordion .accordion_inner .campaign01-head {
  padding: 4px 0px;
  background: rgba(0, 90, 179, 0.1);
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.detail-accordion .accordion_inner .campaign01-text .marker {
  background: linear-gradient(transparent 60%, #faea7f 60%);
}

.detail-accordion .accordion_inner .campaign01-text .color {
  color: #005ab3;
  font-size: 22px;
}

.detail-accordion .accordion_inner .campaign01-text .font-large {
  font-size: 28px;
}

.campaign01-kikan {
  padding: 12px 0px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin: 5px 0 10px;
}

.detail-accordion .accordion_inner .l-point {
  background: #fff;
  padding: 16px;
  text-align: left;
}

.detail-accordion .accordion_inner .closeArea {
  text-align: center;
}

.point {
  margin: 40px auto 0;
}

.point .store-img {
  margin: 0 auto 20px;
  max-width: 460px;
}

.point .feature-text {
  margin: -20px 0 20px;
}

.point .feature-text-bg {
  background: #8c90a8;
  color: #fff;
  text-align: center;
  padding: 6px;
}

.point .feature-text .font-large {
  font-size: 1.3em;
}

.point .howtouse-jpoint {
  padding: 0;
  margin: 20px 40px;
}

.point-subttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.point .feature-content-head {
  margin: 6px auto 30px;
}

.gold-simulation {
  padding: 12px;
  background: rgba(204, 150, 26, 0.1);
  margin: 24px 0 0;
}

.gold-simulation p {
  font-size: 18px;
  font-weight: bold;
}

.gold-simulation p small {
  font-size: 14px;
}

.gold-simulation p .color-red {
  color: #d4445c;
}

.gold-simulation .point-btn {
  font-size: 14px;
  border: none;
  margin: 10px auto 0;
  background: #cc961a;
  color: #fff;
  width: 100%;
  height: 38px;
  font-weight: bold;
}

.gold-simulation .point-btn::before {
  width: 2px;
  height: 16px;
  background-color: #fff;
}

.gold-simulation .point-btn::after {
  background-color: #fff;
  width: 16px;
  right: 11px;
  height: 2px;
}

.gold-simulation .l-accordion {
  background: #fff;
  padding: 12px 16px;
}

.gold-simulation .l-accordion dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dashed 1px #ddd;
  margin-bottom: 10px;
  padding: 0 20px 5px;
  width: calc(100% - 30px);
}

.gold-simulation .l-accordion dl dt {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.gold-simulation .l-accordion dl dt .img {
  width: 20px;
  margin-right: 5px;
}

.gold-simulation .l-accordion dl dd {
  width: calc(50% - 28px);
  text-align: left;
  background: url(/promotion/ordercard/corp/bizonegold-h/images/simulation_icon05.png) no-repeat;
  background-size: 24px;
  background-position: left center;
  min-height: 24px;
  padding-left: 28px;
  margin-bottom: 5px;
}

.gold-simulation .l-accordion .simulation-text01 {
  color: #d4445c;
  font-size: 16px;
}

.gold-simulation .l-accordion .simulation-text01 .font-large {
  font-size: 22px;
}

.card-service {
  background: #000 url(/promotion/ordercard/corp/bizonegold-h/images/bg_gold_service.png) no-repeat;
  background-size: 100%;
  background-position: top left;
  margin: 24px -12px 0;
  padding: 24px 16px;
}

.annualfee .feature-box.biz-one-gold {
  padding: 20px 20px 0;
}

.card-service-box {
  padding: 20px 0 20px;
  color: #fff;
}

.card-service-heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Yu Mincho", Georgia, "Hiragino Mincho ProN", serif;
  color: #fff;
}

.l-card-service-row li a:hover {
  opacity: 0.7;
}

.g-service {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.g-service li img {
  width: 70px;
}

.g-service li p {
  font-size: 12px;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}

.l-accordion.gold {
  margin-top: 10px;
}

.point-btn.gold {
  border: none;
  background: #cc961a;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
}

.point-btn.gold::before {
  background-color: #fff;
  top: 40%;
  width: 1px;
  height: 11px;
  right: 20px;
  transition: 0.3s;
}

.point-btn.gold::after {
  background-color: #fff;
  top: 50%;
  width: 11px;
  height: 1px;
  right: 15px;
  transition: 0.3s;
}

.m-list .icon-new-tab.is-txt-link::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_new_tab.png) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  display: inline-block;
}

.m-list.max-width {
  max-width: 423px;
  margin: 0 auto;
}

.l-info .m-list .icon-new-tab.is-txt-link::after {
  margin-right: 4px;
}

.l-info .m-list .is-txt-link {
  display: inline-block;
}

@media (max-width: 374px) {
  .g-service li p {
    font-size: 3.3vw;
  }
}

@media (min-width: 387px) {
  .g-text {
    width: 78%;
    margin: 15px auto 0;
  }
}

@media (min-width: 768px) {
  .gold-simulation .l-accordion dl {
    width: 60%;
    margin: 0 auto 10px;
    padding: 0 0 5px;
  }

  .gold-simulation.point-container .l-accordion dl {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}

.store-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.l-store-row {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.l-store-col {
  margin-right: 13px;
}

.l-store-col:last-of-type {
  margin-right: 0;
}

.l-store-sup {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}

.m-list {
  font-size: 12px;
  letter-spacing: 0;
}

.point .m-list > *:last-child {
  margin-bottom: 0;
}

.m-txt-annotation {
  display: table;
  width: 100%;
  text-align: left;
}

.gold .m-txt-annotation {
  font-size: 12px;
}

.m-txt-annotation > span:first-child {
  display: table-cell;
  padding-right: 2px;
  width: 10px;
}

.m-txt-annotation.t-pr span {
  padding-right: 0;
}

.is-txt-link {
  display: block;
  color: #43a6e5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.point-btn {
  font-size: 4.3vw;
  border: 2px solid #d1d3e1;
  text-align: center;
  position: relative;
  margin: 40px auto 0;
  background: #fff;
  color: #262626;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64vw;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
}

.point-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 28%;
  background-color: #aeaeae;
  width: 4px;
  height: 20px;
  right: 18px;
}

.point-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  background-color: #aeaeae;
  width: 20px;
  height: 4px;
  right: 10px;
}

.point-btn.is-open::before {
  transform: rotate(-90deg);
  opacity: 0;
}

.m-btn-detail.is-open::before {
  transform: rotate(90deg);
}

.l-accordion {
  display: none;
}

.point .l-accordion {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}

.l-point .l-point-heading {
  font-size: 22px;
  text-align: center;
  background-image: linear-gradient(140deg, rgba(140, 144, 168, 1) 36%, rgba(155, 193, 214, 1) 67%);
  color: #fff;
  font-weight: bold;
  padding: 11px;
  margin-bottom: 20px;
}

.l-point-each {
  margin-bottom: 40px;
}

.l-point-subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 12px;
}

.l-point-subtitle p {
  font-weight: bold;
}

.l-point-subtitle-amazon {
  width: 83px;
  margin: 0 auto 12px;
}

.l-point-text {
  font-size: 12px;
  margin-top: 12px;
}

.l-point-subtitle-cashback {
  width: 80px;
  margin: 0 auto 12px;
}

.l-point-subtitle-ana {
  max-width: 258px;
  margin: 0 auto 12px;
}

.l-point .m-list > *:last-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  .point {
    margin: 70px auto 0;
  }

  .point-subttl {
    font-size: 24px;
  }

  .point .feature-content-head {
    margin: 0 auto 30px;
  }

  .store-text {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .l-store-row {
    margin-bottom: 35px;
  }

  .l-store-col {
    margin-right: 23px;
  }

  .l-store-sup {
    font-size: 18px;
  }

  .m-list {
    font-size: 14px;
  }

  .point-btn {
    font-size: 22px;
    margin: 50px auto 0;
    width: 307px;
    height: 69px;
  }

  .point-btn::after {
    width: 25px;
    right: 20px;
  }

  .point .l-accordion {
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .point .l-point {
    max-width: 640px;
    margin: 0 auto;
  }

  .point .howtouse-jpoint {
    padding: 0 80px;
  }

  .l-point .l-point-heading {
    font-size: 30px;
    padding: 8px;
    margin-bottom: 30px;
  }

  .l-point-each {
    margin-bottom: 50px;
  }

  .l-point-subtitle {
    font-size: 22px;
    margin: 0 auto 14px;
  }

  .l-point-subtitle-amazon {
    width: 103px;
    margin: 0 auto 14px;
  }

  .l-grid-col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .l-grid-col2 .l-grid-col {
    width: calc(100% / 2 - 10px);
  }

  .l-point-text {
    margin-top: 0;
    font-size: 16px;
  }

  .l-point-subtitle-cashback {
    width: 100px;
  }

  .l-point-subtitle-ana {
    max-width: 288px;
  }
}

.annualfee .feature-content-head {
  margin: 50px auto 30px;
}

.feature-content-head .small_text {
  font-size: 16px;
  color: #262626;
}

.annualfee .box-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.annualfee .biz-one {
  margin-bottom: 10px;
}

.annualfee .biz-one .box-title {
  color: #8c90a8;
}

.annualfee .biz-one-gold .box-title {
  color: #cc961a;
}

.annualfee .box-subtitle {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin: 4px auto 15px;
}

.annualfee .card-img {
  max-width: 180px;
  margin: 0 auto;
  display: block;
}

.annualfee .box-text {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  margin: 20px auto 4px;
}

.annualfee .feature-box .m-txt-annotation {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.annualfee-container {
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.annualfee-container > div {
  border: solid 2px;
  border-image: linear-gradient(135deg, #e2cb7b, #936e1d) 1;
  padding: 16px 10px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}

.annualfee-container > div .label {
  background: #a47a1e;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 5px;
}

.annualfee-container > div .baloon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #a47a1e;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.annualfee-container > div .baloon::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #a47a1e;
  translate: -50% -100%;
}

.annualfee-container > div p {
  font-weight: bold;
}

.annualfee-container > div .marker {
  color: #d4445c;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #faea7f 60%);
}

@media (min-width: 768px) {
  .annualfee .feature-content-head {
    margin: 70px auto 30px;
  }

  .feature-content-head .small_text {
    font-size: 24px;
  }

  .annualfee .box-title {
    font-size: 36px;
  }

  .annualfee .box-subtitle {
    font-size: 20px;
    margin: 4px auto 25px;
  }

  .annualfee .card-img {
    max-width: 260px;
  }

  .annualfee .box-text {
    width: 76%;
    font-size: 18px;
    margin: 35px auto 15px;
  }

  .annualfee .m-list {
    width: 90%;
    margin: 0 auto;
  }

  .annualfee .feature-box .m-txt-annotation {
    font-size: 11px;
  }
}

.card-list .feature-box {
  margin-top: 10px;
  padding: 10vw 6vw;
}

.card-list .feature-box:first-of-type {
  text-align: center;
}

.feature-content-head2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.feature-content-head3 {
  width: 80%;
  margin: 16px auto 0;
  max-width: 320px;
}

.card-list .sub {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.list-check-v1 {
  width: 97%;
  text-align: left;
  margin: 20px auto;
}

.list-check-v1 li {
  padding: 4px 0;
  position: relative;
  padding-left: 15px;
}

.list-check-v1 li::before {
  content: "✓";
  position: absolute;
  left: 0;
}

.m-campaign-btn {
  margin: 0 auto;
  max-width: 455px;
  font-size: 15px;
  color: #43a6e5;
  position: relative;
  padding: 0.6rem 2.8rem 0.6rem 1.8rem;
  border: 1px solid #43a6e5;
  border-radius: 20px;
  text-align: center;
}

.m-campaign-btn::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_new_tab.png) no-repeat center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 1.5rem;
}

.m-list .icon-new-tab .is-txt-link {
  margin-top: 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid;
  text-decoration: none;
}

.m-list .icon-new-tab .is-txt-link:hover {
  border-bottom: 1px solid #fff;
}

.m-list .icon-new-tab .is-txt-link::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_new_tab.png) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  display: inline-block;
}

.card .campaign-text-img {
  max-width: 132px;
  width: 60vw;
  margin: 0 auto;
}

.card .border {
  margin: 15px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #262626;
}

.card .border + .wrap .m-list {
  margin-top: 6px;
}

.card-list {
  display: flex;
  flex-direction: column;
}

.card1 {
  order: 3;
}

.card2 {
  order: 1;
}

.card3 {
  order: 2;
}

.card-list .feature-content-head.spOnly {
  margin: 30px auto 10px;
}

@media (min-width: 768px) {
  .card-list {
    max-width: 760px;
    margin: 0 auto;
  }

  .card1 {
    order: 1;
  }

  .card3 {
    order: 2;
  }

  .card2 {
    order: 3;
  }

  .card-list .feature-box {
    padding: 50px 20px;
  }

  .card-list .feature-box:first-of-type {
    margin-top: 40px;
  }

  .feature-content-head2 {
    font-size: 30px;
  }

  .card-list .sub {
    font-size: 24px;
  }

  .list-check-v1 {
    max-width: 450px;
    margin: 24px auto;
  }

  .m-campaign-btn {
    max-width: 202px;
    font-size: 19px;
    letter-spacing: 0.04em;
    border-radius: 25px;
    padding: 8.5px 52px 8.5px 30px;
    font-feature-settings: "palt" 1;
    transition: 0.3s;
  }

  .m-campaign-btn:hover {
    opacity: 0.7;
  }

  .m-campaign-btn::after {
    width: 15px;
    height: 15px;
    right: 30px;
  }

  .card2 .img {
    max-width: 530px;
    margin: 0 auto;
  }

  .card2 .m-list {
    max-width: 530px;
    margin: 30px auto 0 !important;
  }

  .m-list .icon-new-tab .is-txt-link::after {
    width: 13px;
    height: 13px;
    margin-bottom: 2px;
  }

  .card .campaign-text-img {
    max-width: 162px;
  }

  .card .border {
    max-width: 530px;
    margin: 20px auto;
  }

  .card3 .wrap {
    max-width: 530px;
    margin: 0 auto;
  }
}

.feature-box03 {
  padding: 20px 12px;
}

.feature-box03:first-of-type {
  margin-bottom: 10px;
}

.box-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-flex .feature-icon01 img {
  width: 45px;
}

.box-flex .feature-icon02 img {
  width: 52px;
}

.box-flex p {
  width: 78%;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .feature-box03 {
    max-width: 736px;
    margin: 0 auto;
  }

  .box-flex .feature-icon01 img {
    width: 63px;
  }

  .box-flex .feature-icon02 img {
    width: 72px;
  }

  .box-flex p {
    width: 83%;
    margin-left: 23px;
  }
}

h2.ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 65px auto 30px;
}

#touch h2.ttl {
  font-size: 22px;
}

h2.ttl span {
  font-size: 20px;
}

@media (min-width: 768px) {
  h2.ttl {
    font-size: 50px;
    margin: 120px auto 34px;
  }

  h2.ttl span {
    font-size: 30px;
  }
}

.l-flow-wrapper {
  background-image: linear-gradient(-26deg, #9bc1d6 0%, #8c90a8 100%);
  padding: 30px 0;
  margin: 0 auto;
}

.flow-show-btn {
  width: 92%;
  max-width: 500px;
  background: #fff;
  padding: 10px;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 20px;
  color: #8c90a8;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.flow-show-btn::before,
.flow-show-btn::after {
  content: "";
  background: #8c90a8;
  display: block;
  height: 4px;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
  top: 50%;
  right: 1em;
}

.flow-show-btn::after {
  transform: rotate(90deg) translateX(-1px);
}

.flow-show-btn.is-opened::after {
  transform: rotate(0);
  opacity: 0;
}

.flow-show-btn:first-of-type {
  margin-top: 0;
}

.mobasoku-btn {
  display: flex;
  align-items: center;
}

.mobasoku-btn .button-icon {
  width: 56px;
}

.flow-show-btn .button-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.flow-show-btn .black {
  color: #262626;
  font-size: 18px;
  font-weight: normal;
}

.m-flow {
  display: none;
  width: 92%;
  background: #fff;
  margin: 0 auto;
}

.headline {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 16px;
}

.headline span {
  color: #ff6600;
}

input[name="tab-item"] {
  display: none;
}

.tab-content .slider {
  background: #e8eaf1;
  margin: 10px auto 30px;
  padding-left: 0;
  width: 100%;
}

.tab-content .slick-slide {
  align-items: center;
  display: flex !important;
  justify-content: center;
  height: 200px;
  margin: 20px;
}

#mobasoku-flow .tab-content .slick-slide {
  height: 150px;
}

.tab-content .slide-step {
  width: 70px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.tab-content .slider-box {
  background-color: #fff;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: center;
}

.tab-content .is-fz-large {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.tab-content .slider-box p {
  text-align: center;
  margin-bottom: 0;
}

.tab-content .slick-active {
  font-size: 14px;
  margin-bottom: 50px;
}

.tab-content .is-orange {
  font-size: 16px;
  font-weight: bold;
  color: #ff6600;
  margin-top: 10px;
}

.tab-content .slick-dots {
  bottom: -35px;
}

.tab-content .slick-dots li button {
  color: #cfcece !important;
}

.tab-content .slick-dots li button:before {
  font-size: 9.5px;
  color: #646b91 !important;
}

.slide-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slide-arrow::before {
  display: block;
  color: #8c90a8;
}

.next-arrow {
  transition: 0.3s;
  right: 15px;
}

.prev-arrow {
  left: 15px;
  transition: 0.3s;
}

.next-arrow:not(.slick-disabled):hover {
  right: 5px;
}

.prev-arrow:not(.slick-disabled):hover {
  left: 5px;
}

.next-arrow::before {
  border-top: 2px solid #646b91;
  border-right: 2px solid #646b91;
  transform: rotate(45deg);
}

.prev-arrow::before {
  border-top: 2px solid #646b91;
  border-left: 2px solid #646b91;
  transform: rotate(-45deg);
}

.next-arrow::before,
.prev-arrow::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.slider-box-icon {
  margin: auto;
  margin-bottom: 20px;
}

.s-box01 .slider-box-icon {
  max-width: 93px;
}

.s-box02 .slider-box-icon {
  max-width: 85px;
}

.s-box03 .slider-box-icon {
  max-width: 82px;
}

.s-box04 .slider-box-icon {
  max-width: 90px;
}

.s-box05 .slider-box-icon {
  max-width: 87px;
}

.s-box06 .slider-box-icon {
  max-width: 116px;
}

.slider-box > div {
  max-width: 253px;
  margin: 0 auto;
}

.subtxt-box {
  text-align: center;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #8c90a8;
}

.mobasoku-note {
  width: 89%;
  margin: 15px auto 0;
  max-width: 800px;
  letter-spacing: 0;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .l-flow-wrapper {
    padding: 50px 0;
    background-image: linear-gradient(140deg, rgba(140, 144, 168, 1) 36%, rgba(155, 193, 214, 1) 67%);
  }

  .flow-show-btn {
    max-width: 760px;
    width: 100%;
    padding: 12px;
    font-size: 30px;
  }

  .flow-show-btn.mobasoku-btn {
    padding: 20px;
  }

  .flow-show-btn .black {
    font-size: 24px;
  }

  .mobasoku-btn .button-icon {
    width: 85px;
  }

  .flow-show-btn::before,
  .flow-show-btn::after {
    width: 40px;
    height: 8px;
    right: 30px;
  }

  .flow-show-btn::after {
    top: 46%;
  }

  .flow-show-btn.mobasoku-btn::after {
    top: 48%;
  }

  .m-flow {
    width: 760px;
  }

  .headline {
    font-size: 22px;
    margin: 30px auto 30px;
    padding: 0;
  }

  .tab-content .slide-step {
    width: 90px;
    top: 30px;
  }

  .tab-content .is-fz-large {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .tab-content .slider-box p {
    font-size: 16px;
  }

  .prev-arrow::before {
    border-top: 4px solid #646b91;
    border-left: 4px solid #646b91;
  }

  .next-arrow::before {
    border-top: 4px solid #646b91;
    border-right: 4px solid #646b91;
  }

  .next-arrow::before,
  .prev-arrow::before {
    width: 24px;
    height: 24px;
  }

  .tab-content .slick-dots {
    bottom: -20px;
  }

  .tab-content .slick-dots li button:before {
    font-size: 16px;
  }

  .slider-box > div {
    max-width: 370px;
  }

  .subtxt-box {
    max-width: 600px;
    padding-bottom: 18px;
  }
}

.tab-wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 900px;
}

.tab02 .tab-item {
  box-sizing: border-box;
  width: 50%;
  background-color: #e8eaf1;
  font-size: 20px;
  float: left;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}

.tab02 .tab-item::after {
  content: "";
  width: 77%;
  height: 2px;
  display: inline-block;
  background-color: #8c90a8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

input[name="tab-item"] {
  display: none;
}

.tab-content-normal {
  background-color: #e8eaf1;
  padding: 0 0 20px;
  margin: 0 auto;
  clear: both;
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.tab-content-normal .slick-slide {
  height: 280px;
}

#mobasoku-flow:checked ~ #mobasoku-flow-content,
#normal-flow:checked ~ #normal-flow-content,
#biz-webflow:checked ~ #biz-webflow-content,
#biz-mailflow:checked ~ #biz-mailflow-content,
#hojin-flow:checked ~ #hojin-flow-content {
  display: block;
}

input#biz-webflow:checked ~ #content-webflow,
input#biz-mailflow:checked ~ #content-mailflow {
  display: block;
}

.tab-wrapper input:not(:checked) + .tab-item {
  background-color: #9b9eb0;
  color: #fff;
}

.tab-wrapper input:not(:checked) + .tab-item::after {
  content: none;
}

.flow-title {
  font-size: 24px;
  margin-top: 20px;
  padding-bottom: 0;
}

.tab02 .headline {
  margin-top: 30px;
  text-align: center;
  padding: 0;
}

.flow-icon {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 268px;
}

.note {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mobasoku-note {
    font-size: 16px;
    width: 600px;
    max-width: 600px;
    margin: 18px auto 0;
  }
}

.tab-content-normal .slick-dotted.slick-slider {
  margin-top: 0;
  margin-bottom: 0;
}

.tab-content-normal .m-list {
  margin: 0 20px;
}

@media (min-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  .slider-bg {
    background: #e8eaf1;
  }

  .tab-content .slider {
    width: 640px;
  }

  .tab-content .slick-slide {
    height: 280px;
    margin: 30px 20px 70px;
  }

  .tab-wrapper {
    max-width: 760px;
  }

  .tab-content-normal {
    padding: 0;
  }

  .tab02 .headline {
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 0 0px;
  }

  .tab02 .slick-slide {
    height: 336px;
  }

  .slider-box-icon {
    margin-bottom: 30px;
  }

  .s-box01 .slider-box-icon {
    max-width: 106px;
  }

  .s-box02 .slider-box-icon {
    max-width: 95px;
  }

  .s-box03 .slider-box-icon {
    max-width: 93px;
  }

  .s-box04 .slider-box-icon {
    max-width: 99px;
  }

  .s-box05 .slider-box-icon {
    max-width: 94px;
  }

  .s-box06 .slider-box-icon {
    max-width: 129px;
  }

  .tab-content-normal .m-list {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.tab02 .m-list .icon-new-tab .is-txt-link:hover {
  border-bottom: 1px solid #e8eaf1;
}

.service-content {
  width: 92%;
  margin: 0 auto;
}

.service-content > li {
  background: #fff;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
  padding: 40px 20px;
  margin-bottom: 10px;
}

.service-content > li:last-child {
  margin-bottom: 0;
}

.service-content-head {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #8c90a8;
}

.service-box {
  margin-top: 30px;
}

.service-box .box-flex {
  align-items: flex-start;
}

.service-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.service-icon {
  max-width: 60px;
}

.service-text {
  width: 78%;
  margin-left: 15px;
}

.box-flex .service-text p {
  width: 100%;
  margin-left: 0;
}

.service-text-img {
  max-width: 198px;
  margin: 20px auto 12px;
}

.service-text-img + p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.service-payment {
  display: flex;
  justify-content: center;
}

.service-payment > div:first-of-type {
  margin-right: 13px;
}

.service-payment > div p {
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .service-content {
    max-width: 760px;
  }

  .service-content > li {
    margin-bottom: 30px;
    padding: 50px 20px;
  }

  .service-content-head {
    font-size: 30px;
  }

  .service-box {
    margin-top: 32px;
  }

  .service-icon {
    max-width: 90px;
  }

  .service-text {
    width: 59%;
    margin-left: 30px;
  }

  .service-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .service-text-img {
    max-width: 276px;
  }

  .service-text-img + p {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .service-payment > div {
    max-width: 265px;
  }

  .service-payment > div:first-of-type {
    margin-right: 20px;
  }

  .service-payment > div p {
    margin-top: 26px;
  }
}

.l-card-service-heading {
  margin: 30px auto 0;
  background: linear-gradient(to right, #7f704d, #9e9278);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
}

.is-layer {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal_layer {
  position: fixed;
  z-index: 11;
  display: none;
}

.modal_layer .modal_content {
  box-sizing: border-box;
  font-family: "Yu Mincho", Georgia, "Hiragino Mincho ProN", serif;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .modal_layer .modal_content {
    width: 85.28646vw;
    max-width: none;
    padding: 0;
  }
}

.modal_layer .modal_inner {
  background-color: #262626;
  padding: 40px 0;
  text-align: center;
}

.modal_layer .modal_inner figure {
  margin: 0 0 30px;
}

.modal_layer .modal_close {
  position: absolute;
  right: -4px;
  top: -25px;
  width: 56px;
}

@media (max-width: 767px) {
  .modal_layer .modal_close {
    right: -3.38542vw;
    top: -4.6875vw;
    width: 10.41667vw;
  }
}

.modal_layer .modal_title {
  color: #f3c873;
  font-size: 26px;
  font-weight: bold;
}

.modal_layer .modal_txt {
  color: #fff;
  font-size: 18px;
  max-width: 388px;
  margin: 26px auto 0;
  text-align: left;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .modal_layer .modal_title {
    font-size: 4.42708vw;
  }

  .modal_layer .modal_txt {
    font-size: 3.125vw;
    max-width: 72.26562vw;
    margin: 5.85938vw auto 0;
  }
}

.modal_layer .modal_txt a {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

.m-icon-blank {
  width: 10px;
  height: 10px;
  margin-left: 0.3em;
  vertical-align: middle;
}

.modal_layer .modal_note {
  font-size: 14px;
  margin-top: 10px;
}

.modal_outer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition:
    visibility 0s linear 0.3s,
    opacity 0.3s;
  overflow-y: auto;
}

.modal {
  position: relative;
  margin: 10% auto;
  width: 100%;
  max-width: calc(100% - 20px);
  background: #fff;
  padding: 2.2em 1.8em;
  box-sizing: border-box;
  text-align: center;
  max-height: 90%;
  overflow-y: auto;
}

.modal_inner {
  display: flex;
  flex-direction: column;
}

.modal_title {
  font-size: 14px;
  font-weight: bold;
}

.modal_outer .modal_title {
  border-bottom: 1px solid #262626;
  padding-bottom: 12px;
}

.card-title {
  margin: 20px auto 10px;
}

.biz-one-ippan h2 {
  font-size: 22px;
  font-weight: bold;
  color: #8c90a8;
}

.biz-one-gold h2 {
  font-size: 22px;
  font-weight: bold;
  color: #cc961a;
}

.modal-card-cta {
  display: flex;
  align-items: center;
}

.modal-card-cta .card-img {
  width: calc(40% - 10px);
  margin: 0 5px;
}

.modal-card-cta .cta-area {
  width: calc(62% - 10px);
  margin: 0 5px;
}

.modal_outer .modal_applybtn {
  width: 100%;
  box-sizing: border-box;
  max-width: 180px;
  font-size: 12px;
  padding: 1em;
  display: inline-block;
  text-align: center;
  border-radius: 2em;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 146, 0, 1) 40%, rgba(255, 100, 0, 1) 100%);
  transition: 0.3s;
  margin-bottom: 4vw;
}

@media (max-width: 767px) {
  .modal_outer .modal_applybtn {
    margin-bottom: 2vw;
  }
}

.modal_outer .modal_applybtn:hover {
  filter: brightness(1.3);
}

.modal_outer .m-btn-cv-sub {
  background-image: none;
  color: #ff6900;
  margin-bottom: 0.7em;
}

#modal_close {
  cursor: pointer;
  text-align: center;
  padding-top: 2.2em;
}

.modal_outer #modal_close span {
  display: inline-block;
  font-weight: 600;
  background: #f0f0f0;
  font-size: 13px;
  border-radius: 2em;
  padding: 1.2em 2.6em;
}

.modal_outer.visible {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .modal {
    max-width: 760px;
    padding: 30px;
  }

  .modal_outer .modal_title {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .card-title {
    margin: 20px auto 12px;
  }

  .biz-one-ippan h2,
  .biz-one-gold h2 {
    font-size: 30px;
  }

  .modal-card-cta {
    justify-content: center;
    align-items: center;
  }

  .modal-card-cta .card-img {
    max-width: 180px;
    margin: 0 20px 0 0;
  }

  .modal-card-cta .cta-area {
    width: auto;
  }

  .modal_outer .modal_applybtn {
    max-width: 260px;
    width: 260px;
    font-size: 14px;
    padding: 14.5px;
    margin-bottom: 16px;
  }

  .modal_outer .m-btn-cv-sub {
    margin-bottom: 10px;
  }

  .modal_outer #modal_close span {
    width: 300px;
    font-size: 15px;
    padding: 14px 0;
  }

  .l-card-service-heading {
    margin: 40px auto 0;
    font-size: 24px;
  }
}

.annualfee .feature-box.biz-one-gold {
  padding: 20px 20px 0;
}

.card-service-box {
  width: 100%;
  margin: 0 auto;
}

.card-service-heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.l-card-service-row li a:hover {
  opacity: 0.7;
}

.g-service {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.g-service li {
  margin-right: 15px;
}

.g-service li:last-of-type {
  margin-right: 0;
}

.g-service li img {
  width: 70px;
}

.g-service li p {
  font-size: 12px;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}

.l-accordion.gold {
  margin-top: 10px;
}

.point-btn.gold::before {
  background-color: #fff;
  top: 40%;
  width: 1px;
  height: 11px;
  right: 20px;
  transition: 0.3s;
}

.point-btn.gold::after {
  background-color: #fff;
  top: 50%;
  width: 11px;
  height: 1px;
  right: 15px;
  transition: 0.3s;
}

.m-list .icon-new-tab.is-txt-link::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_new_tab.png) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  display: inline-block;
}

.l-info .m-list .icon-new-tab.is-txt-link::after {
  margin-right: 4px;
}

.l-info .m-list .is-txt-link {
  display: inline-block;
}

@media (max-width: 374px) {
  .g-service li p {
    font-size: 3.3vw;
  }
}

@media (min-width: 387px) {
  .g-text {
    width: 78%;
    margin: 15px auto 0;
  }
}

.w-smart {
  width: 54%;
}

@media (min-width: 387px) {
  .w-smart {
    width: auto;
  }
}

.card-service .m-btn {
  width: 100%;
  margin-top: 30px;
  background: #262626;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
  transition: 0.3s;
}

.ac-btn.gold {
  width: 175px;
  height: 40px;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto 20px;
  border-radius: 99px;
}

.ac-btn.gold::before {
  display: block;
  content: "";
  width: 1px;
  height: 11px;
  right: 15px;
  margin-top: -5.5px;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  position: absolute;
  top: 50%;
  background-color: #fff;
}

.ac-btn.gold::after {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  right: 10px;
  margin-top: -0.5px;
  top: 50%;
  background-color: #fff;
  transition: transform 0.5s ease;
}

.ac-btn.is-open::before {
  transform: rotate(-90deg);
  opacity: 0;
}

.ac-btn + .l-accordion {
  margin: 20px auto 30px;
  width: 90%;
}

.banner_area {
  margin: 20px auto 0;
}

.banner_area a {
  transition: 0.3s;
}

.banner_area a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .banner_area {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .ac-btn.gold {
    font-size: 16px;
    width: 260px;
    height: 50px;
    padding: 10px 35px;
    margin: 0 auto 30px;
  }

  .ac-btn.gold::before {
    width: 2px;
    height: 14px;
    right: 23px;
  }

  .ac-btn.gold::after {
    width: 14px;
    height: 2px;
    right: 17px;
  }

  .l-list-container.gold .m-list {
    width: 100%;
  }

  .l-list-container.gold .m-txt-annotation {
    font-size: 12px;
  }

  .card-service {
    max-width: 1440px;
    margin: 0 auto;
  }

  .l-card-service-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .card-service-box {
    max-width: 760px;
    padding: 40px 0;
  }

  .card-service-box .wrap {
    padding: 40px 20px;
  }

  .card-service-heading {
    font-size: 22px;
  }

  .g-service {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .g-service li {
    margin-right: 60px;
  }

  .g-service li img {
    width: 100px;
  }

  .g-service li p {
    font-size: 20px;
  }

  .g-text {
    width: 100%;
  }

  .card-service-box .m-list {
    max-width: 560px;
    margin: 0 auto;
  }

  .cam02 {
    margin: 70px auto 120px;
  }

  .point-btn.gold {
    font-size: 22px;
    max-width: 500px;
    transition: 0.3s;
  }

  .point-btn.gold:hover {
    opacity: 0.7;
  }

  .point-btn.gold::before {
    top: 30%;
    width: 4px;
    height: 25px;
    right: 31px;
  }

  .point-btn.gold::after {
    top: 46%;
    width: 25px;
    right: 20px;
    height: 4px;
  }

  .annualfee .feature-box.biz-one-gold {
    padding: 40px;
  }
}

.l-card-service {
  position: relative;
}

.l-card-service::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 16px;
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.l-table-container {
  max-width: 960px;
  margin: 0 auto 40px;
}

.l-table-container.gold {
  margin: 20px auto 30px;
}

.m-table .l-img {
  max-width: 180px;
  margin: 0 auto;
}

.m-table table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 10px;
}

.m-table table tr {
  border: none;
}

.m-table table td {
  vertical-align: middle;
  background: #fff;
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  border: none;
}

.m-table table td:first-child {
  border: solid 2px #cc961a;
  background: #fffae3;
}

.m-table table td:first-child .font-large {
  font-size: 30px;
  font-weight: normal;
}

.m-table table td.head {
  background: #ddd;
  font-weight: bold;
  padding: 5px;
  border: none;
}

.m-table-info table th {
  padding: 10px;
  text-align: center;
  background: #cc961a;
  color: #fff;
  line-height: 1.2;
}

.m-table-info table th.gradation {
  background: linear-gradient(93.49deg, #92a2b9 5.18%, #9bc0d5 100%);
}

.m-definitionList {
  color: #fff;
}

.m-definitionList.color {
  color: #262626;
}

.m-btn-cv {
  border-radius: 100px;
  width: 100%;
  max-width: 200px;
  height: 40px;
  margin-top: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.m-btn-cv-sub {
  background-color: #fff;
  background-image: none;
  color: #ff6900;
  border: 2px solid #ff6900;
}

.m-btn::before,
.m-btn::after {
  display: block;
  content: "";
}

.m-btn-cv::after {
  border-right: 0 none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.m-btn-cv-sub::after {
  border-color: #ff6900;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.m-txt {
  font-size: 12px;
}

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

.l-heading3-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.m-heading3 {
  font-size: 40px;
  background: linear-gradient(90deg, rgba(140, 144, 168, 1) 36%, rgba(155, 193, 214, 1) 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.l-heading3-container h4,
.l-heading3-container h2 {
  font-size: 20px;
  font-weight: bold;
}

.m-list-gap-xs > * {
  margin-bottom: 5px;
}

.l-section-inner,
.l-section-content-inner {
  padding: 0 15px;
}

.m-definitionList dt,
.m-definitionList dd {
  font-size: 12px;
}

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

.m-definitionList dt,
.m-definitionList dd {
  font-size: 12px;
}

.l-list-container-sm {
  margin-bottom: 15px;
}

.l-faq-list {
  margin-top: 40px;
}

.l-faq-list dt {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  color: #005184;
}

.l-faq-list dt:before,
.l-faq-list dd:before {
  font-size: 18px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.l-faq-list dt:before {
  content: "Q";
  background-color: #005184;
  color: #fff;
}

.l-faq-list dd {
  font-size: 14px;
  display: flex;
  margin-top: 10px;
}

.l-faq-list dd:before {
  content: "A";
  background-color: #d3dee5;
  color: #005184;
}

@media (max-width: 767px) {
  .l-faq-list {
    margin-top: 30px;
  }

  .l-faq-list dt {
    font-size: 14px;
  }

  .l-faq-list dd {
    font-size: 12px;
  }

  .l-faq-list dt:before,
  .l-faq-list dd:before {
    font-size: 14px;
  }
}

.m-btn-detail {
  color: #827352;
  font-size: 16px;
  border: 1px solid #c0b9aa;
  background-color: #fff;
}

@media (max-width: 767px) {
  .m-btn-detail {
    font-size: 12px;
  }
}

.m-btn-detail::before,
.m-btn-detail::after {
  position: absolute;
  top: 50%;
  background-color: #a19271;
}

.m-btn-detail::before {
  width: 2px;
  height: 14px;
  right: 23px;
  margin-top: -7px;
  transition: transform 0.5s ease;
}

@media (max-width: 767px) {
  .m-btn-detail::before {
    width: 1px;
    height: 11px;
    right: 15px;
    margin-top: -5.5px;
  }
}

.m-btn-detail::after {
  width: 14px;
  height: 2px;
  right: 17px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .m-btn-detail::after {
    width: 11px;
    height: 1px;
    right: 10px;
    margin-top: -0.5px;
  }
}

.m-btn-detail.is-open::before {
  transform: rotate(90deg);
}

.m-btn-blue {
  background-color: #005184;
  background-image: none;
  color: #fff;
  border: none;
}

.m-btn-blue::after {
  background-color: #fff;
}

.m-btn-blue::before {
  background-color: #fff;
}

.m-btn-l {
  width: 100%;
  height: 80px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
}

@media (max-width: 767px) {
  .m-btn-l {
    height: 50px;
    font-size: 16px;
  }
}

.m-btn:hover {
  filter: brightness(1.3);
}

.l-info {
  padding-bottom: 40px;
}

.m-color-blue {
  color: #008dec;
}

.l-list-container {
  margin-bottom: 15px;
}

.l-list-container.gold {
  color: #fff;
}

.l-info .l-section-content-inner {
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .l-info {
    padding-bottom: 50px;
  }

  .m-heading3 {
    font-size: 60px;
  }

  .l-heading3-container h4,
  .l-heading3-container h2 {
    font-size: 30px;
  }

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

  .l-info .l-section-content-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }

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

  .m-txt-annotation-num > span:first-child {
    min-width: 2em;
  }

  .m-txt-annotation > span:first-child {
    padding-right: 5px;
  }

  .m-txt-annotation.t-pr span {
    padding-right: 0;
  }

  .l-list-container {
    margin-bottom: 30px;
  }

  .l-list-container-sm {
    margin-bottom: 15px;
  }

  .m-definitionList dt,
  .m-definitionList dd {
    font-size: 14px;
  }

  .m-definitionList .m-txt-sm {
    font-size: 12px;
  }

  .m-btn-l {
    max-width: 100%;
  }
}

/*====================================
CTA btn fix bottom
====================================*/
.l-fix-base {
  height: 120px;
  background-color: #f1f1f1;
}

.l-fix-area {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.l-fix-area p {
  text-align: center;
  color: #fff;
}

.l-fix-area-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.l-fix-area .l-grid-row .l-grid-col {
  width: 50%;
  box-sizing: border-box;
}

.l-fix-area .m-btn {
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 90%;
  transition: 0.3s;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.l-fix-area .m-btn:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 3s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  40% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  60% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.l-fix-area .en {
  font-size: 12px;
}

.l_fix-area .js {
  font-size: 14px;
}

@media (max-width: 767px) {
  .l-fix-base {
    height: 90px;
  }

  .l-fix-area {
    padding: 10px;
    box-sizing: border-box;
  }

  .l-fix-area .l-grid-row {
    margin: 0;
  }

  .l-fix-area .l-grid-row .l-grid-col {
    margin: 0;
    padding: 0 0 0 4px;
    box-sizing: border-box;
  }

  .l-fix-area .l-grid-row .l-grid-col:first-child {
    padding: 0 4px 0 0;
  }

  .l-fix-area p {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .l-fix-area {
    padding: 2vh 0;
  }

  .l-fix-area .m-btn {
    height: 5.6vw;
    max-width: 460px;
    max-height: 80px;
    position: relative;
    min-height: 62px;
  }

  .l-fix-area .en {
    font-size: 15px;
  }

  .l-fix-area .ja {
    font-size: 26px;
  }

  /*
  .l-fix-area .m-btn::after {
    content: "";
    line-height: 1;
    width: 40px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: skew(45deg);
    position: absolute;
    display: inline-block;
    top: 44%;
    right: 25px;
  }*/
}

/*====================================
footer
====================================*/
div#footer {
  background: #f1f1f1;
  font-size: 1.4rem;
  letter-spacing: normal;
}

div#footer .container {
  max-width: 1030px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}

div#footer h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

div#footer .desk {
  overflow: hidden;
  letter-spacing: -0.4em;
  margin-bottom: 20px;
}

div#footer .desk > div {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal;
}

div#footer .desk .num {
  width: 30%;
  margin-left: 10px;
}

@media (min-width: 768px) {
  div#footer .num a {
    pointer-events: none;
  }
}

div#footer .forsp .telnum {
  margin: 10px 0;
}

div#footer .forsp .telnum span {
  display: inline-block;
  vertical-align: middle;
}

div#footer .forsp .telnum span.tag {
  background: #fff;
  padding: 5px;
}

div#footer .forsp .telnum span.num {
  width: 20%;
  margin-left: 15px;
}

div#footer .forsp .telnum span.num a {
  display: block;
  margin-bottom: 10px;
}

div#footer .btmlk {
  padding-top: 20px;
  overflow: hidden;
  letter-spacing: -0.4em;
}

div#footer .btmlk .logo {
  width: 95px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
  vertical-align: middle;
}

div#footer .btmlk .name {
  display: inline-block;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  vertical-align: middle;
}

div#footer .btmlk ul {
  display: inline-block;
  letter-spacing: normal;
  overflow: hidden;
  vertical-align: middle;
}

div#footer .btmlk ul li {
  float: left;
  margin-left: 20px;
}

div#footer .btmlk ul li > a {
  color: #000;
  text-decoration: underline;
}

div#footer .btmlk ul li > a:hover {
  text-decoration: none;
}

div#footer .copy {
  border-top: 1px solid #fff;
  font-size: 11px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  div#footer {
    padding: 0 0 25px 0;
    font-size: 12px;
  }

  div#footer .container {
    padding: 0 15px;
  }

  div#footer h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  div#footer .desk > div {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  div#footer .desk .num {
    width: 80%;
    margin-left: 0;
  }

  div#footer .forsp .telnum span.num {
    width: 50%;
    margin-left: 10px;
  }

  div#footer .btmlk .logo {
    float: left;
  }

  div#footer .btmlk .name {
    font-size: 12px;
    margin-right: 0;
    margin-top: 10px;
  }

  div#footer .btmlk ul {
    font-size: 11px;
    margin-top: 5px;
  }

  div#footer .btmlk ul li {
    float: left;
    margin-left: 0;
  }

  div#footer .copy {
    padding-top: 25px;
  }
}

.m-campaign-box2 {
  max-width: 460px;
  margin: 0 auto;
  transition: 0.3s;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
}

.m-campaign-box2:hover {
  opacity: 0.7;
}

.mg-t70 {
  margin: 70px auto 30px;
}

@media screen and (max-width: 767px) {
  .m-campaign-box2 {
    max-width: 100%;
    margin: 0 auto;
    transition: 0.3s;
    box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
  }

  .mg-t70 {
    margin: 40px auto 30px;
  }
}

.modal-subtext {
  padding-top: 2.2em;
}

.cta-subtext {
  font-size: 13px;
  font-weight: bold;
  white-space: pre;
}

@media screen and (max-width: 767px) {
  .cta-subtext {
    font-size: 11px;
  }
}

/*contact*/
.contact {
  background-color: #d0e3ee;
  text-align: center;
}

.section__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 640px;
  margin: 0 auto;
}

h2.headline.v2 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 7px;

  font-weight: 600;
  letter-spacing: 2px;

  display: block;
  font-size: 40px;
}

h2.headline.v2::before {
  content: "";
  background: #005184;
  width: 100px;
  height: 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
}

.contact .section__button {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #005184;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 40px 20px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  max-width: 468px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.section__button:hover {
  filter: brightness(1.3);
}

.section__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/promotion/ordercard/corp/bizonegold-h/images/icon_arrow.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
}

.contact__text {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.contact__text .mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .contact .section__inner {
    padding: 30px 20px;
    width: auto;
  }

  h2.headline.v2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  h2.headline.v2::before {
    width: 80px;
    height: 3px;
  }

  .contact .section__button {
    font-size: 18px;
    padding: 16px 36px 16px 16px;
  }
}

/*contact*/
/* .m-campaign-box img{
  border-radius: 12px;
  box-shadow: 0px 6px 10px 0px #8c90a8;
} */
.title-1 {
  width: fit-content;
}

.title-1.pcOnly {
  position: relative;
}

.title-1.pcOnly::before {
  content: "";
  position: absolute;
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon-new.png) no-repeat center;
  background-size: 100%;
  width: 80px;
  height: 80px;
  top: -60px;
  right: -70px;
}

.cash-cp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cash-title p {
  color: #262626;
}

.cash-title h3 {
  font-size: 40px;
  line-height: normal;
}

.cash-cp p {
  margin-bottom: 25px;
}

.cash-cp .note {
  margin: 30px auto 0;
}

.cash-img {
  width: 100%;
}

.cash-img img:nth-of-type(1) {
  width: 80%;
}

.cash-img img:nth-of-type(2) {
  width: 50%;
  margin: 20px auto 0;
}

.bubble {
  line-height: normal;

  position: relative;
  width: fit-content;
  background-color: #e6edf1;
  padding: 6px 24px;
  margin: 0 auto 16px;
  border-radius: 8px;
}

.bubble::after {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #e6edf1;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
  right: 0;
  left: 0;
  bottom: -0.4em;
}

@media screen and (max-width: 767px) {
  .cash-img {
    flex-direction: column;
    width: 90%;
    margin-right: 0;
    gap: 10px;
  }

  .cash-img img:nth-of-type(1) {
    width: 100%;
  }

  .cash-img img:nth-of-type(2) {
    width: 80%;
    margin: 14px auto 0;
  }

  .card3.spOnly {
    position: relative;
  }

  .card3.spOnly::before {
    content: "";
    position: absolute;
    background: url(/promotion/ordercard/corp/bizonegold-h/images/icon-new.png) no-repeat center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px;
  }

  .cash-cp .note {
    margin: 16px auto 0;
  }
}

.cp-button a {
  color: #262626;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  border: 2px solid #262626;
  border-radius: 100px;
  padding: 8px 24px 8px 32px;
  line-height: normal;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-button .icon-new-tab::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_new_tab.png) no-repeat center;
  background-size: 100%;
  margin-left: 6px;
  display: inline-block;
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(3%) saturate(9%) hue-rotate(355deg) brightness(90%)
    contrast(94%);
}

.cp-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding-bottom: 0;
}

.cp-content {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;

  padding: 0;
  font-size: 20px;
  line-height: normal;
}

.cp-content-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px;
}

.cp-bnr-content {
  max-width: 600px;
}

.cp-bnr-content .cp-img:first-child {
  margin-bottom: 24px;
}

.l-section.l-section-campaign {
  width: 100%;
}

.campaign-area .sub-text {
  margin: auto;
}

.cp-content-title {
  font-size: 32px;
  background-color: #262626;
  color: #ffffff;
  width: 100%;
  margin: auto;
  padding: 8px 0px;
  font-weight: bold;
}

.cp-head {
  width: 100%;
}

.cp-head h3 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 12px;
  line-height: normal;
}

.cp-head .num-emphasis {
  font-size: 80px;
  margin: 0 0.5%;
  line-height: 1;
}

.cp-head .marker {
  position: relative;
  display: inline;
}

.cp-head .marker::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: #faea7f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.anchor {
  margin-top: 16px;
  position: relative;
}

.anchor a::after {
  content: "";
  position: absolute;
  margin-left: 4px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #43a6e5;
  border-right: 2px solid #43a6e5;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}

.cp-item {
  width: 100%;
}

.cp-item-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cp-item img {
  width: 200px;
  margin: 12px 0;
}

.num-emphasis {
  font-size: 54px;
  margin: 0 1%;
  font-weight: bold;
  color: #d4445c;
}

@media screen and (max-width: 767px) {
  .cp-cover {
    padding: 0 10px;
    padding-top: 0;
  }

  .cp-head h3 {
    font-size: 20px;
  }

  .cp-head .num-emphasis {
    font-size: 60px;
  }

  .cp-content {
    font-size: 16px;
  }

  .cp-content-title {
    font-size: 20px;
  }

  .cp-content-cover {
    padding: 20px;
  }

  .num-emphasis {
    font-size: 40px;
  }

  .cp-button a {
    font-size: 16px;
  }

  .cp-item img {
    width: 160px;
    margin: 8px;
  }

  .num-emphasis {
    font-size: 32px;
  }
}

@media (max-height: 740px) {
  .modal_layer .modal_inner {
    max-height: 60vh;
    overflow-y: scroll;
  }
}

.is-txt-link.icon-new-tab::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_new_tab.png) no-repeat center;
  background-size: 100%;
  margin-left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.campaign-area {
  width: fit-content;
  margin: auto;
  background-blend-mode: lighten;
}

.cp-button:hover {
  opacity: 0.8;
  filter: brightness(0.8);
}

a.jump_point {
  height: 1px;
  display: block;
  padding-top: 0px;
  margin-top: -0px;
}

.l-section-campaign .sub-text.left {
  text-align: left;
}

.l-section-campaign02 {
  padding: 20px 10px;
  background: #eeedec;
  margin: 40px auto;
  max-width: 1440px;
}

@media screen and (min-width: 768px) {
  .l-section-campaign02 {
    padding: 40px 0px;
    margin: 120px auto;
  }
}

.l-section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-section-campaign02 .l-section-inner {
  padding: 0;
}

.m-campaign-box {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
  max-width: 960px;
  margin: 0 auto;
}

.l-section-campaign02 .m-campaign-box {
  border-radius: 10px;
  padding: 16px 10px 20px;
}

@media screen and (min-width: 768px) {
  .l-section-campaign02 .m-campaign-box {
    padding: 36px 10px;
  }
}

.l-section-campaign02 .campaign-text {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-section-campaign02 .campaign-text {
    max-width: 162px;
  }
}

.m-campaign-heading {
  text-align: center;
  font-size: 40px;
  color: #4c6d98;
  font-weight: 600;
  padding: 30px 20px;
  line-height: 1.2;
}

.l-section-campaign02 .m-campaign-heading {
  color: #262626;
  padding: 15px 0;
  border-width: 0;
}

@media (max-width: 767px) {
  .m-campaign-heading {
    font-size: 20px;
    padding: 15px 10px;
    border-width: 1px;
  }
}

@media screen and (min-width: 768px) {
  .l-section-campaign02 .m-campaign-heading {
    padding: 35px 0;
  }
}

.u-pc-none {
  display: none !important;
}

.l-section-campaign02 .m-campaign-box-content {
  padding: 0;
}

.l-detail-content-box:last-child {
  margin: 0;
  border: 0 none;
}

.l-section-campaign02 .l-detail-content-box {
  border-top: 1px solid #e6f5f5;
  margin: 0 -10px;
}

.l-cp-area {
  padding: 20px 0;
}

.m-btn-box {
  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: 260px;
  height: 50px;
  padding: 10px 35px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
}

.l-section-campaign02 .m-btn-detail {
  color: #827352;
  font-size: 16px;
  border: 1px solid #c0b9aa;
  background: #fff;
}

.m-cp-card-content {
  font-size: 16px;
  margin-top: 14px;
}

@media (768px <=width) {
  .m-cp-card-content {
    font-size: 20px;
  }
}

.icon-plus {
  display: block;
  height: 24px;
  position: relative;
  margin: 10px auto 10px;
}

.icon-plus::after,
.icon-plus::before {
  background-color: #262626;
  content: "";
  display: block;
  height: 0.25em;
  margin: 10px auto 30px;
  position: absolute;
  width: 1.2em;
  top: 0;
  right: 0;
  left: 0;
}

.icon-plus::after,
.icon-plus::before {
  background-color: #262626;
  content: "";
  display: block;
  height: 0.25em;
  margin: 10px auto 30px;
  position: absolute;
  width: 1.2em;
  top: 0;
  right: 0;
  left: 0;
}

.icon-plus::after {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .l-accordion .l-section-campaign {
    margin: 40px auto;
  }
  .l-section-campaign02 .l-section-campaign {
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  .campaign-text {
    max-width: 132px;
    width: 60vw;
    margin: 0 auto 10px;
  }

  .l-accordion .l-section-campaign {
    margin: 0 auto;
  }
}

.l-section-campaign02 .campaign-img {
  max-width: 290px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .l-section-campaign02 .campaign-img {
    max-width: 480px;
    margin: 0px auto 30px;
  }
}

@media (max-width: 767px) {
  .l-section-campaign02 .m-btn-detail {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .l-section-campaign02 .m-btn {
    width: 175px;
    height: 40px;
    padding: 10px 20px;
  }
}

.scroll_area {
  padding-top: 30px;
}

.scrollbar_text {
  max-width: 24px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .scroll_area {
    padding-top: 12px;
  }

  .scrollbar_text {
    width: 5vw;
  }
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* J-POINT注釈 */
.l-pont-note {
  font-size: 12px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .l-pont-note {
    font-size: 12px;
  }
}

/* dual-content */
.dual-content {
  margin-top: 30px;
  text-align: center;
}

.dual-content .feature-card-list {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.dual-content .feature-card-list > div {
  padding: 12px;
  background: rgba(140, 144, 168, 0.1);
  width: 100%;
}

.dual-content .feature-card-list > div:last-child {
  background: rgba(131, 182, 204, 0.1);
}

.dual-content .feature-card-list.plus {
  gap: 0;
}

.dual-content .feature-card-list.plus > div:nth-child(2) {
  background: none;
  padding: 0;
  max-width: 32px;
}

.dual-content .feature-content-head {
  margin: 6px auto 20px;
}

.dual-content .feature-content-head .sub-ttl,
.dual-content .feature-font-middle,
.dual-content.v2 p {
  font-size: 16px;
}

.dual-content .cp_banner_arrow {
  width: 60px;
  margin: 12px auto;
}

.dual-content .feature-balloon {
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  background: #8c90a8;
  font-weight: bold;
  border-radius: 99px;
  margin: 0 auto 22px;
}

.dual-content .feature-balloon:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #8c90a8;
}

.dual-content .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  gap: 10px;
  font-size: 16px;
}

.dual-content .fukidashi:before,
.dual-content .fukidashi:after {
  content: "";
  display: block;
  background: url(/promotion/ordercard/corp/bizonegold-h/images/fukidashi_left.png) no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 22px;
}

.dual-content .fukidashi:after {
  background-image: url(/promotion/ordercard/corp/bizonegold-h/images/fukidashi_right.png);
}

.dual-content .feature-font-middle .underline {
  text-decoration: underline;
}

.dual-content .m-list {
  margin-top: 6px;
}

.dual-content.v2 {
  margin-top: 20px;
}

.dual-content.v2 p {
  font-size: 14px;
  letter-spacing: normal;
}

.dual-content.v2 .app-img {
  margin: 12px auto 10px;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .dual-content {
    margin-top: 40px;
  }

  .dual-content .feature-content-head .sub-ttl,
  .dual-content .feature-font-middle,
  .dual-content.v2 p {
    font-size: 20px;
  }

  .dual-content .fukidashi {
    font-size: 24px;
  }

  .dual-content .feature-content-head .sub-ttl {
    font-size: 24px;
    margin: 10px auto;
  }

  .dual-content .fukidashi:before,
  .dual-content .fukidashi:after {
    width: 20px;
    height: 32px;
  }

  .dual-content.v2 p {
    font-size: 16px;
  }
}

.support-accordion {
  margin: 24px 10px 0;
}

.support-accordion .accordion-box {
  background: #fffae3;
  border: solid 1px #cc961a;
  margin-bottom: 10px;
}

.support-accordion .accordion-content {
  display: none;
}

.support-accordion .accordion-header {
  padding: 12px 45px 10px 20px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #cc961a;
  font-weight: bold;
  font-size: 16px;
}

.support-accordion .accordion-header::before,
.support-accordion .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #cc961a;
}

.support-accordion .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.support-accordion .accordion-header.active::after {
  transform: rotate(0deg);
}

.support-accordion .accordion-content {
  padding: 0 16px 16px;
}

.support-accordion .accordion-header span {
  padding-left: 25px;
  position: relative;
}

.support-accordion .accordion-header span.number {
  padding: 0;
  font-size: 60px;
  position: absolute;
  line-height: 60px;
  left: 10%;
  opacity: .2;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
}

.support-accordion .accordion-content .inner {
  background: #fff;
  padding: 16px;
}

.support-accordion .accordion-content .inner .feature-content-head {
  margin: 0 auto 20px;
  font-size: 18px;
}

.support-accordion .accordion-content .inner .feature-content-head small {
  display: inline-block;
}

.support-accordion .accordion-content .inner .feature-content-head.style2 .marker {
  color: unset;
}

.support-accordion .accordion-content .inner .feature-content-head.style2 .font-large {
  color: unset;
  font-size: 1.3em;
  line-height: 1;
}

.support-accordion .accordion-content .inner .feature-content-head .marker {
  color: #d4445c;
  background: linear-gradient(transparent 60%, #faea7f 60%);
}

.support-accordion .accordion-content .inner hr {
  border: none;
  border-bottom: solid 1px #ddd;
  margin: 24px 0;
}

.support-accordion .accordion-content .inner .sub-head {
  color: #8c90a8;
  font-weight: bold;
}

.support-accordion .accordion-content .inner .kaikei-smooth {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 520px;
  margin: 10px auto;
}

.support-accordion .accordion-content .inner .kaikei-smooth li {
  border: solid 1px #ddd;
  border-radius: 6px;
  padding: 8px 12px 8px 40px;
  background: url(/promotion/ordercard/corp/bizonegold-h/images/icon_check.png) no-repeat;
  background-size: 24px;
  background-position: left 12px center;
  width: 100%;
}

.support-accordion .accordion-content .inner .kaikei-smooth li b {
  color: #d4445c;
}

.support-accordion .accordion-content .inner .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 14px solid #8c90a8;
  border-bottom: 0;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .support-accordion {
    max-width: 760px;
    margin: 24px auto 0;
  }

  .support-accordion .accordion-header {
    font-size: 20px;
  }

  .support-accordion .accordion-content .inner .feature-content-head {
    font-size: 24px;
  }
}

.feature-title-gradation {
  display: inline-block;
  background: #262626;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.feature-title-gradation > div {
  background: linear-gradient(90deg, #9fa4cf 0%, #99bed3 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.feature-method > div {
  border: solid 4px #8a8a8a;
  margin-bottom: 16px;
}

.feature-method > .feature-method-after {
  border-color: #92a2b9;
}

.feature-method > div .head {
  background: #8a8a8a;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.feature-method > .feature-method-after .head {
  background: linear-gradient(90deg, #92a2b9 0%, #99bacf 84.78%, #9bbfd4 101.99%);
}

.feature-method > div .inner {
  padding: 10px 24px;
  background: #fff;
}

.feature-method > div .inner > ul {
  width: 100%;
  margin: 0 auto 10px;
}

.feature-method > div .inner ul > li {
  position: relative;
}

.feature-method > div .inner ul > li > div {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.feature-method > div .inner > ul li:after {
  content: "";
  display: block;
  background: url(/promotion/ordercard/corp/bizonegold-h/images/feature-method-arrow01.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  margin: 2px auto;
}

.feature-method > .feature-method-after .inner > ul li:after {
  background: url(/promotion/ordercard/corp/bizonegold-h/images/feature-method-arrow02.png) no-repeat;
  background-size: 100%;
}

.feature-method > .feature-method-after .inner > ul li:first-child:before {
  content: "利用明細の自動連携";
  color: #d4445c;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  white-space: pre;
  right: -10px;
  bottom: 5px;
}

.feature-method > div .inner > ul li:last-child:after {
  content: none;
}

.feature-method > div .inner ul li .icon {
  order: 1;
  width: 32px;
  position: relative;
}

.feature-method > .feature-method-after .inner ul li:last-child .icon:after {
  content: "";
  display: block;
  background: url(/promotion/ordercard/corp/bizonegold-h/images/feature-method-kira.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -16px;
  top: 0;
}

.feature-method > div .inner ul li .text {
  order: 2;
  font-size: 16px;
}

.feature-method > div .inner .feature-method-result {
  padding: 8px 0px;
  background: rgba(0, 90, 179, 0.1);
  color: #005ab3;
}

.feature-method > .feature-method-after .inner .feature-method-result {
  background: rgba(212, 68, 92, 0.1);
  color: #d4445c;
}

.feature-method > div .inner .feature-method-result ul li {
  font-weight: bold;
  font-size: 16px;
}

.feature-method > div .inner .feature-method-result ul li span {
  background: url(/promotion/ordercard/corp/bizonegold-h/images/feature-method-triangle.png) no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 24px;
}

.feature-method > .feature-method-after .inner .feature-method-result ul li span {
  background: url(/promotion/ordercard/corp/bizonegold-h/images/feature-method-circle.png) no-repeat;
  background-size: 20px;
  background-position: left center;
}

@media (max-width: 380px) {
  .feature-method > .feature-method-after .inner > ul li:first-child:before {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .feature-method > div .inner ul > li > div {
    width: 240px;
    margin: 0 auto;
  }

  .feature-method > div .inner ul li .text .is-sp,
  br.is-sp {
    display: none;
  }

  .feature-method > .feature-method-after .inner > ul li:first-child:before {
    right: 25%;
  }
}

.cashmap-support:after {
  content: "";
  display: block;
  height: calc(60px / 2);
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #e8edf1;
}

.cashmap-support .head {
  background: #448de6;
  padding: 8px 12px 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 99px;
  display: inline-block;
  position: relative;
  bottom: -20px;
}

.cashmap-support ul {
  background: #e8edf1;
  padding: 20px 16px 16px;
  text-align: left;
}

.cashmap-support ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: dotted 1px #9e9696;
  padding: 16px 0;
}

.cashmap-support ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cashmap-support ul li .number {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e9696;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.cashmap-support ul li .text {
  width: calc(100% - 52px);
}

.cashmap-support ul li .text .color-blue {
  color: #448de6;
}

.casemap-case-list {
  margin-top: -30px;
}

.casemap-case-list li {
  border-radius: 6px;
  border: solid 1px #ddd;
  margin-top: 24px;
}

.casemap-case-list li .head {
  background: linear-gradient(90deg, #8c90a8 0%, #83b7cd 100%);
  color: #fff;
  font-weight: bold;
  padding: 20px 10px 10px;
  position: relative;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

.casemap-case-list li .head .case-number {
  background: #262626;
  padding: 0 10px;
  border-radius: 99px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  text-align: center;
}

.casemap-case-list li .head .case-number span {
  font-size: 20px;
  font-style: italic;
}

.casemap-case-list li .inner {
  text-align: center;
}

.casemap-case-list li .inner .color-blue {
  color: #448de6;
  margin-bottom: 10px;
  display: inline-block;
}

.casemap-case-list li .inner .caption {
  font-size: 12px;
}

.casemap-case-list li .inner figure {
  margin-left: 0;
  margin-right: 0;
}

.casemap-case-list li .inner .cashmap-balloon {
  background: #448de6;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
  position: relative;
}

.casemap-case-list li .inner .cashmap-balloon:after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #448de6;
}

.cashmap-text01 {
  padding: 8px;
  background: rgba(68, 141, 230, 0.1);
  color: #448de6;
  font-weight: bold;
  font-size: 12px;
}

@media (min-width: 768px) {
  .casemap-case-list li .inner .caption,
  .casemap-case-list li .inner .cashmap-balloon,
  .cashmap-text01 {
    font-size: 16px;
  }
}

#limited-campaign {
  border: solid 6px;
  border-image: linear-gradient(135deg, #e2cb7b, #936e1d) 1;
  padding: 10px;
  margin: 40px 10px 0;
}

#limited-campaign .campaign-head {
  background: #262626;
  padding: 8px;
}

#limited-campaign .campaign-head p {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(90deg, #9fa4cf 0%, #99bed3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}

@media (min-width: 768px) {
  #limited-campaign {
    max-width: 760px;
    margin: 40px auto 0;
    padding: 40px;
  }

  #limited-campaign .cp_banner {
    margin: 0 10px 30px;
  }

  #limited-campaign .l-section-campaign {
    margin-top: 0;
  }
}

.feature-box-campaign {
  background: #fff;
  padding: 20px 10px;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
  margin: 0 10px 20px;
}

.feature-box-campaign .sub {
  background: #005ab3;
  color: #fff;
  padding: 2px 24px;
  font-weight: bold;
  border-radius: 99px;
  display: inline-block;
  margin: 0 0 4px;
}

.feature-box-campaign .feature-campaign01 {
  width: 165px;
  margin: 0 auto 10px;
}

.feature-box-campaign .text-sub .font-large {
  font-size: 18px;
}

.feature-box-campaign .feature-campaign-text p:last-child {
  color: #005ab3;
  font-weight: bold;
  font-size: 18px;
}

.detail-accordion .accordion_inner .campaign01-head {
  padding: 4px 0px;
  background: rgba(0, 90, 179, 0.1);
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.detail-accordion .accordion_inner .campaign01-text .marker {
  background: linear-gradient(transparent 60%, #faea7f 60%);
}

.detail-accordion .accordion_inner .campaign01-text .color {
  color: #005ab3;
  font-size: 22px;
}

.detail-accordion .accordion_inner .campaign01-text .font-large {
  font-size: 28px;
}

.campaign01-kikan {
  padding: 12px 0px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin: 5px 0 10px;
}

.flow-wrapper {
  padding: 0 10px;
  max-width: 760px;
  margin: 0 auto;
}

.tab-container {
  display: flex;
}

.tab-container .tab {
  background: #9b9eb0;
  padding: 0 16px;
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  width: 50%;
  position: relative;
  cursor: pointer;
}

.tab-container .tab.tab-active {
  background: #e8eaf1;
  color: #161616;
}

.tab-container .tab.tab-active:after {
  content: "";
  display: block;
  background: #9b9eb0;
  height: 2px;
  width: calc(100% - 32px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flow-wrapper .content {
  display: none;
}

.flow-wrapper .content.show {
  display: block;
}

.flow-wrapper .content-container {
  background: #e8eaf1;
  padding: 20px 16px;
}

.flow-wrapper .content-container .bg,
.flow-wrapper .l-accordion {
  background: #fff;
  padding: 16px;
}

.flow-wrapper .content-container .head {
  font-weight: bold;
  text-align: center;
}

.flow-wrapper .color-orange {
  color: #ff6600;
}

.flow-wrapper .content-container dl {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow-wrapper .content-container dl dt {
  width: 48px;
  background: linear-gradient(270deg, #9abfd4 0%, #919eb5 100%);
  color: #fff;
  border-radius: 50%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-wrapper .content-container dl dt .number {
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}

.flow-wrapper .content-container dl dt .number span {
  display: block;
  width: 100%;
  font-size: 16px;
}

.flow-wrapper .content-container dl dd {
  width: calc(100% - 58px);
  padding-bottom: 20px;
  position: relative;
}

.flow-wrapper .content-container dl dd:after {
  content: "";
  display: block;
  background: #96b1c7;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -34px;
  top: 0;
}

.flow-wrapper .content-container dl dd:last-child:after {
  content: none;
}

.flow-wrapper .content-container dl dd .step-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.flow-wrapper .point-btn {
  font-size: 14px;
  border: none;
  margin: 10px auto 0;
  width: 100%;
  height: 38px;
  font-weight: bold;
  background: #fff;
  color: #9b9eb0;
}

.flow-wrapper .point-btn::before {
  width: 2px;
  height: 16px;
  background-color: #9b9eb0;
}

.flow-wrapper .point-btn::after {
  background-color: #9b9eb0;
  width: 16px;
  right: 11px;
  height: 2px;
}

.flow-wrapper .point-btn.bg-black {
  background: #262626;
  color: #fff;
}

.flow-wrapper .point-btn.bg-black div {
  background: linear-gradient(90deg, #9fa4cf 0%, #99bed3 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.flow-wrapper .point-btn.bg-black::before,
.flow-wrapper .point-btn.bg-black::after {
  background: linear-gradient(180deg, #96a2b7 0%, #a4c0d3 100%);
}

.icon-contents-list {
  margin: 16px 0 0;
}

.icon-contents-list > div {
  border: solid 1px #ddd;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.icon-contents-list > div:last-child {
  margin-bottom: 0;
}

.icon-contents-list > div .img {
  width: 32px;
}

.icon-contents-list > div .img img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

.icon-contents-list > div .text {
  width: calc(100% - 46px);
  font-size: 12px;
}

.service-payment {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
}

.service-payment > div {
  width: 50%;
}

.service-payment > div p {
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .service-content {
    max-width: 760px;
  }

  .service-content-head {
    font-size: 30px;
  }

  .service-box {
    margin-top: 32px;
  }

  .service-icon {
    max-width: 90px;
  }

  .service-text {
    width: 59%;
    margin-left: 30px;
  }

  .service-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .service-text-img {
    max-width: 276px;
  }

  .service-text-img + p {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

#bizoneInfo .m-table table td,
#bizoneInfo .m-table table td:first-child {
  border: solid 1px #ddd;
  background: none;
  padding: 10px;
}

#bizoneInfo .m-table table td.head {
  background: #ddd;
  padding: 5px 10px;
}

#bizoneInfo .m-btn-cv {
  border: none;
  box-shadow: none;
  padding: 10px 5px;
}

#bizoneInfo .m-btn-cv:after {
  content: none;
}

#bizoneInfo .m-btn-cv-sub {
  border: solid 2px;
}

.howtouse-img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.fade {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1.5s, transform 1s;
}

.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
