@charset "UTF-8";

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

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

@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, rgba(255, 146, 0, 1) 40%, rgba(255, 100, 0, 1) 100%);
  width: 92%;
  margin: auto;
  border-radius: 40px;
  display: block;
  cursor: pointer;
  transition: .3s;
}

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

/*
.m-btn a::after {
  content: "";
  line-height: 1;
  width: 1.5em;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
  position: absolute;
  display: inline-block;
  top: 44%;
  right: 1.6em;
}*/
@media (min-width: 768px) {
  .m-btn {
    max-width: 430px;
  }

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

  /*
  .m-btn a::after {
    width: 40px;
    right: 25px;
  }*/
}

.l-section.feature {
  margin-top: 40px;
}

.l-section-campaign {
  margin: 40px 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: .3s;
}

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

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

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

.l-section-campaign .sub-text {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 10px;
  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: 10px;
  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 40px;
}
.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;
  background: linear-gradient(90deg, #fd5392 0%, #f86f64 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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;
  }

}

.feature-wrap {
  text-align: center;
}

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

.feature-head .font-large {
  font-size: 38px;
}

.feature-head .feature-head-img {
  width: 90px;
  position: absolute;
  left: 10px;
  top: -20px;
}

.feature-head .feature-balloon {
  background: #fff;
  color: #8C90A8;
  font-size: 14px;
  display: block;
  width: 162px;
  top: 10px;
}

.feature-head .feature-balloon p {
  font-weight: bold;
}

.feature-head .feature-balloon:before {
  border-top: 12px solid #fff;
}

.feature-fukidashi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.feature-fukidashi .img {
  width: 84px;
}

.feature-fukidashi .inner {
  width: calc(100% - 130px);
  text-align: left;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  position: relative;
}

.feature-fukidashi .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}

.feature-fukidashi .inner .color-red {
  color: #D4445C;
}

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

.feature-content #limited-campaign {
  background: none;
  border: none;
  padding: 0;
  max-width: 760px;
}

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

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

.feature-content-head .color-red {
  color: #D4445C;
}

.feature-content-head.line-height2 {
  line-height: 1.2;
}

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

.feature-content-head .font-large .number {
  font-size: 30px;
}

.feature-content-head .marker {
  background:linear-gradient(transparent 60%, #FAEA7F 60%);
}

.feature-content-head .color-red {
  color: #d4445c;
}

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

.feature-point-text {
  margin: 30px auto 20px;
  width: 64.6vw;
  max-width: 242px;
}

.feature-point-text02 {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.feature-point-text02 .color-red {
  color: #D4445C;
  font-size: 22px;
}

.feature-point-text02 .font-large {
  font-size: 38px;
}

.feature-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
}

.feature-box>p {
  text-align: center;
}

.feature-box .img-okidoki {
  width: 243px;
  margin: 0 auto;
}

.feature-box .feature-box-text {
  border-bottom: solid 1px #ddd;
  margin: 20px 0;
}

.feature-box .feature-box-text li {
  width: calc(33.3% - 16px);
}

.feature-box .feature-box-text li img {
  height: 60px;
  width: auto;
}

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

.feature-balloon {
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  max-width: 100%;
  color: #fff;
  background: #8C90A8;
  font-weight: bold;
  border-radius: 99px;
  margin: 0 auto 16px;
}

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

.feature-img02 {
  margin: 0 auto 20px;
}

.feature-img02 img {
  height: 80px;
  width: auto;
}

.feature-check-list {
  width: 80%;
  margin: 0 auto 24px;
}

.feature-check-list li {
  text-align: left;
  background: url(/promotion/ordercard/corp/bizone_dual/images/icon_check.png) no-repeat center;
  background-size: 24px;
  background-position: left center;
  padding-left: 30px;
  margin: 0 0 2px;
}

.feature-text-wrap {
  width: 80%;
  margin: 0 auto 24px;
  text-align: left;
}

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

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

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

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

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

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

.feature-arrow-red {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4445C;
  gap: 4px;
  margin: 16px 0;
}

.feature-arrow-red p {
  font-weight: bold;
}

.feature-arrow-red .img {
  transform: rotate(90deg);
  width: 24px;
}

.feature-text01 {
  width: 228px;
  margin: 0 auto 16px;
}

.feature-text02 {
  font-size: 12px;
}

.feature-table-head {
  font-weight: bold;
  color: #8C90A8;
  margin-bottom: 10px;
}

.feature-table table {
  table-layout: fixed;
  text-align: center;
  margin-bottom: 24px;
  width: 100%;
}

.feature-table table th {
  padding: 15px 10px;
  border: solid 1px #ccc;
  background: #fff;
}

.feature-table table th.gradation {
  background: linear-gradient(93.49deg, #92A2B9 5.18%, #9BC0D5 100%);
  color: #fff;
}

.feature-table table th img {
  width: 20px;
  margin-right: 4px;
}

.feature-table table td.head {
  background: #686868;
  padding: 5px 10px;
  color: #fff;
}

.feature-table table td {
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
  border: solid 1px #ccc;
  background: #fff;
}

.feature-table table td.bg {
  background: #E8EAF1;
}

.feature-table table td .color-red {
  color: #D4445C;
}

.feature-title-gradation {
  display: inline-block;
  background: #262626;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  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: 80%;
  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/bizone_dual/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/bizone_dual/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: -30px;
  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/bizone_dual/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/bizone_dual/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/bizone_dual/images/feature-method-circle.png) no-repeat;
  background-size: 20px;
  background-position: left center;
}

.feature-font-middle {
  font-size: 18px;
}

.feature-font-middle .color-red {
  color: #D4445C;
}

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

.feature-font-middle .font-large {
  font-size: 24px;
}

.feature-pont-use-list {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.detail-accordion .accordion_header,
.detail-accordion .accordion_inner .close_btn,
.m-btn-box {
  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,
.m-btn-box:after  {
  content: '';
  display: block;
  background: url(/promotion/ordercard/corp/bizone_dual/images/icon_add.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-btn-box.window:after {
  background: url(/promotion/ordercard/corp/bizone_dual/images/icon_window.png) no-repeat;
  background-size: 100%;
}

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

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

.detail-accordion .accordion_inner {
  display: none;
}

.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;
}

.campaign01-text .marker {
  background:linear-gradient(transparent 60%, #FAEA7F 60%);
}

.campaign01-text .color {
  color: #005AB3;
  font-size: 22px;
}

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

.text-left {
  text-align: left;
}

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

.campaign01-kikan.small {
  font-size: 12px;
}

.campaign01-kikan .detail {
  background: url(/promotion/ordercard/corp/bizone_dual/images/arrow_bottom.png) no-repeat;
  background-size: 14px;
  background-position: right center;
  padding-right: 18px;
}

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

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

.feature-box-campaign {
  border-top: solid 1px #ddd;
  margin-top: 24px;
  padding-top: 24px;
}

.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 .head {
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-box-campaign .head span {
  font-size: 16px;
}

.feature-box-campaign .feature-campaign01 {
  width: 165px;
  margin: 0 auto 10px;
}

.feature-box-campaign .feature-campaign-text p:last-child {
  color: #005AB3;
  font-weight: bold;
  font-size: 18px; 
}

@media (min-width: 768px) {
  .feature-head {
    max-width: 100%;
    margin: 0 auto 40px;
  }

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

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

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

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

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

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

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

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

  .feature-box .img01 {
    max-width: 400px;
    margin: 0 auto;
  }

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

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

  .feature-box .feature-box-text li p {
    font-size: 16px;
    margin-top: 16px;
  }
  
  .feature-check-list {
    width: 50%;
  }

  .feature-method>div .inner>ul {
    width: 100%;
    display: flex;
  }

  .feature-method>div .inner ul>li {
    flex: 1 auto;
    display: flex;
    align-items: center;
  }

  .feature-method>div .inner ul>li>div {
    display: block;
    text-align: center;
    width: 100%;
  }

  .feature-method>div .inner ul li .text {
    font-size: 14px;
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-method>div .inner ul li .icon {
    width: 50px;
    margin: 0 auto;
  }

  .feature-method>div .inner>ul li:after {
    transform: unset;
  }

  .feature-method>div .inner .feature-method-result ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .feature-method>div .inner .feature-method-result ul li {
    flex: unset;
  }

  .feature-method>.feature-method-after .inner>ul li:first-child:after {
    background: url(/promotion/ordercard/corp/bizone_dual/images/feature-method-arrow03.png) no-repeat;
    background-size: 100%;
    width: 92px;
  }

  .feature-method>.feature-method-after .inner>ul li:first-child:before {
    bottom: 20px;
  }

  .feature-table table td {
    font-size: 14px;
  }

  .feature-box-campaign .head {
    font-size: 18px;
  }

  .feature-box-campaign .head span,
  .feature-box-campaign .feature-campaign-text p:last-child {
    font-size: 22px;
  }

  .feature-campaign-text,
  .detail-accordion .accordion_inner .campaign01-head,
  .campaign01-text,
  .detail-accordion {
    font-size: 16px;
  }

  .detail-accordion .accordion_header,
  .detail-accordion .accordion_inner .close_btn {
    font-size: 16px;
  }

  .feature-pont-use-list {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-head .font-large {
    font-size: 32px;
  }

  .feature-head .feature-head-img {
    width: 120px;
    left: 30%;
  }
}

.roop-area {
  margin: 24px auto 12px;
  width: 100%;
  height: 260px;
  background-color: var(--gray);
  position: relative;
  overflow: hidden;
  background: url(/promotion/ordercard/corp/bizone_dual/images/bg-image.png) no-repeat;
  background-size: 100% 100%;
  max-width: 400px;
}

.roop-area .frame {
  width: 60%;
  height: calc(100% - 20px);
  margin: 0 auto;
  overflow: hidden;
  border: #333333 10px solid;
  border-radius: 24px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.roop-area .frame .slick-slide {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.roop-area .frame img {
  width: 100%;
}

@media (min-width: 768px) {
  .roop-area {
    height: 300px;
  }
}

.point {
  margin: 50px auto 0;
}

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

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

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

.l-store-row {
  margin-bottom: 10px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.l-store-col .l-store-img {
  position: relative;
}

.l-store-col .l-store-img img {
  width: 100%;
  height: 84px;
  object-fit: contain;
}

.l-store-col .l-store-img .l-store-sup {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
}

.l-store-col .gold-only {
  color: #CC961A;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2;
}

.l-store-col .point-text {
  background: #161616;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.l-store-col .point-text span {
  font-size: 18px;
}

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

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

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

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

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

.m-txt-annotation.attention a {
  color: #FF4A4A;
  text-decoration: underline;
}
.icon-new-tab-red{
  display: block;
}
.icon-new-tab-red::after{
  content: "";
  background: url(/promotion/ordercard/corp/bizone_dual/images/icon_new_tab_red.png) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  display: inline-block;
}

.m-txt-annotation.text-center {
  display: block;
  text-align: center;
}

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

.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) {
  .detail-accordion.point {
    max-width: 640px;
  }

  .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 {
    max-width: 400px;
    margin: 0 auto;
  }

  .feature-img11 {
    max-width: 400px;
    margin: 0 auto;
  }

  .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 .l-accordion {
    margin-top: 40px;
    padding-bottom: 30px;
  }

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

  .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: 10px;
  font-weight: normal;
  text-align: left;
}

@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: 76%;
    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 .6rem 1.8rem;
  border: 1px solid #43a6e5;
  border-radius: 20px;
  text-align: center;
}

.m-campaign-btn::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizone_dual/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/bizone_dual/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: .3s;
  }

  .m-campaign-btn:hover {
    opacity: .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: 22px;
  font-weight: bold;
  text-align: center;
  margin: 65px auto 30px;
}

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

@media (min-width: 768px) {
  h2.ttl {
    font-size: 32px;
    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: .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;
}

.service-content {
  margin: 0 auto;
}

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

.service-content-head {
  background: #262626;
  padding: 4px;
}

.service-content-head>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;
  font-size: 20px;
  font-weight: bold;
}

.service-content>li .inner {
  padding: 20px 16px;
  text-align: left;
}

.service-content>li .inner.cashmap {
  text-align: center;
}

.service-content>li .inner .service-box:first-child {
  margin-top: 0;
}

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

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

.service-box h4 {
  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: space-between;
  gap: 12px;
}

.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;
  }

}

.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 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;
}

.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;
}

.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;
  }
}

.l-card-service-heading {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 10px;
}

.gold_service_slider_wrapper {
  margin-top: -16px;
}

.gold_service_block {
  margin: 0 16px;
  padding: 16px 0;
}

.gold_service_block>div {
  background: #fff;
  padding: 20px 16px;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
  text-align: center;
}

.gold_service_block>div h3 {
  font-weight: bold;
  color: #8C90A8;
  font-size: 20px;
  margin-bottom: 12px;
}

.gold_service_block>div .gold_service_card_list>div {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  border: solid 1px #ddd;
  padding: 8px;
  align-items: center;
  margin: 10px 0;
}

.gold_service_block>div .gold_service_card_list>div .img_card {
  width: 120px;
}

.gold_service_block>div .gold_service_card_list>div .text {
  width: calc(100% - 132px);
  text-align: left;
  font-size: 12px;
}

.gold_service_block>div .gold_service_card_list>div .text .name {
  font-weight: bold;
  color: #8C90A8;
  margin-bottom: 8px;
  font-size: 14px;
}

.gold_service_block>div .gold_service_card_list>div:last-child {
  border-color: #D09E2A;
  background: rgba(208, 158, 42, 0.1);
}

.gold_service_block>div .gold_service_card_list>div:last-child .text .name {
  color: #D09E2A;
}

.gold_service_block figure {
  margin: 0;
}

.gold_service_block .inner {
  text-align: left;
}

.gold_service_block .inner .m-link {
  margin-top: 10px;
  display: block;
  color: #CC961A;
  font-weight: bold;
}

.gold_service_block .inner .m-link .m-icon-blank {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0;
}

.gold_service_block .inner .service_title {
  font-family: "Yu Mincho", Georgia, "Hiragino Mincho ProN", serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}

.gold_service_slider .slick-dots li {
  margin: 0;
}

.gold_service_slider .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
}

.gold_service_slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}

.gold_service_slider .slide-arrow {
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gold_service_slider .slide-arrow.prev-arrow {
  left: 5px;
  z-index: 99;
}

.gold_service_slider .slide-arrow.next-arrow {
  right: 5px;
  z-index: 99;
}

.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 (min-width: 768px) {
  #miryoku {
    max-width: 760px;
    margin: 0 auto;
  }
}

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

.modal_layer .modal_inner {
  background-color: #0a2240;
  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: #b3d4ff;
  text-decoration: none;
}

.m-icon-blank {
  width: 10px;
  height: 10px;
  margin-left: .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: .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: .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 {
    font-size: 24px;
  }
}

.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-bottom: 5px;
  width: 100%;
}

.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/bizone_dual/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/bizone_dual/images/bg_gold_service.png) no-repeat;
  background-size: 100%;
  background-position: top left;
  margin: 24px -20px 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: .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: 90%;
  margin: 0 auto;
  font-size: 12px;
}

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

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

.m-list .icon-new-tab.is-txt-link::after {
  content: "";
  background: url(/promotion/ordercard/corp/bizone_dual/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;
  }
}

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

.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: .3s;
}

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

.ac-btn.gold.normal {
  color: #161616;
  margin-bottom: 0;
}

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

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

.ac-btn+.l-accordion {
  padding: 10px 0 0 ;
  text-align: left;
}

.ac-btn.normal+.l-accordion {
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
}

.banner_area {
  margin: 20px auto 0;
  text-align: center;
}

.banner_area a {
  transition: .3s;
}

.banner_area a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .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 img {
    width: 100px;
  }

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

  .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: 16px;
    max-width: 500px;
    transition: .3s;
  }

  .point-btn.gold:hover {
    opacity: .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%);
}

@media (max-width: 767px) {
  .l-card-service::after {
    height: 12px;
    width: 8px;
    right: 20px;
  }
}

.shinki-campaign {
  border: solid 2px #262626;
  margin-top: 24px;
}

.shinki-campaign .head {
  background: #262626;
  padding: 10px 4px;
  text-align: center;
}

.shinki-campaign .shinki-campaign-detail .head {
  background: #8C90A8;
  color: #fff;
  padding: 4px;
  font-weight: bold;
  margin: 8px 0;
}

.shinki-campaign .shinki-campaign-detail .tokuten {
  padding: 12px;
  background: #F8F8F8;
  border: solid 1px #ddd;
  margin: 0 0 8px;
}

.shinki-campaign .shinki-campaign-detail .tokuten.gold {
  padding: 12px;
  background: rgba(208, 158, 42, 0.1);
  border: 1px solid #D09E2A;
}

.shinki-campaign .shinki-campaign-detail .tokuten.gold .card {
  color: #D09E2A;
}

.shinki-campaign .shinki-campaign-detail .tokuten .font-large {
  color: #D4445C;
  font-size: 18px;
  font-weight: bold;
}

.shinki-campaign .head>div {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.shinki-campaign .head>div .color-gold {
  color: #FCD06B;
}

.shinki-campaign .head>div .font-large {
  font-size: 28px;
}

.shinki-campaign .head>div .border {
  border-bottom: solid 2px #FCD06B;
}

.shinki-campaign .inner {
  background: #fff;
  padding: 16px;
  text-align: center;
}

.shinki-campaign .inner .feature-content-head {
  margin-top: 0;
  line-height: 1.3;
}

.shinki-campaign .inner .feature-content-head.mb0 {
  margin-bottom: 0;
}

.shinki-campaign .inner .feature-content-head .color-red {
  color: #D4445C;
  font-size: 22px;
  font-feature-settings: "palt";
}

.shinki-campaign .inner .feature-content-head .font-large {
  font-size: 38px;
}

.shinki-campaign .inner .feature-content-head .font-large02 {
  font-size: 28px;
}

.shinki-campaign .inner .feature-content-head .font-middle {
  font-size: 22px;
}

.shinki-campaign .campaign-head-bk {
  background: #262626;
  padding: 4px 12px;
  border-radius: 99px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}

.shinki-campaign .campaign-add {
  width: 24px;
  margin: 10px auto;
}

.shinki-campaign .cp_banner {
  background: #fff;
  padding: 20px 16px;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
  margin: 20px 0 0;
  position: relative;
}

.shinki-campaign .cp_banner p {
  line-height: 1.8;
}

.shinki-campaign .cp_banner .m-txt-annotation {
  line-height: 1.6;
}

.shinki-campaign .cp_banner:last-child {
  margin-top: 0;
}

.shinki-campaign .cp_banner.title {
  padding-top: 30px;
}

.shinki-campaign .cp_banner .cp_store_img {
  border: solid 1px #C3C3C3;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  margin: 30px 0 12px;
}

.shinki-campaign .cp_banner .cp_store_img p {
  background: #262626;
  color: #fff;
  display: inline-block;
  padding: 4px;
  border-radius: 99px;
  position: absolute;
  top: -15px;
  font-size: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 112px;
}

.shinki-campaign .cp_banner .campaign-title {
  padding: 4px;
  background: linear-gradient(90deg, #8C91A8 0%, #83B7CD 100%);
  border-radius: 99px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
}

.shinki-campaign .cp_banner .fukidashi,
.feature-box .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}

.shinki-campaign .cp_banner .fukidashi:before,
.feature-box .fukidashi:before {
  content: '';
  display: block;
  background: url(/promotion/ordercard/corp/bizone_dual/images/fukidashi_left.png) no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 22px;
}

.shinki-campaign .cp_banner .fukidashi:after,
.feature-box .fukidashi:after {
  content: '';
  display: block;
  background: url(/promotion/ordercard/corp/bizone_dual/images/fukidashi_right.png) no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 22px;
}

.shinki-campaign .cp_banner_plus {
  width: 32px;
  margin: 12px auto;
}

.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
}

.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: 10px;
  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;
}

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

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

.l-table-container.gold .m-txt-annotation {
  margin-top: 10px;
  color: #fff;
}

.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;
}

.m-table table th,
.m-table table td {
  vertical-align: middle;
  border: none;
  border: solid 1px #ddd;
}

.m-table table th {
  padding: 10px;
  box-sizing: border-box;
  background: linear-gradient(93.49deg, #92A2B9 5.18%, #9BC0D5 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.m-table table th.gold {
  background: #CC961A;
}

.m-table table td.head {
  background: #ddd;
  padding: 5px 10px;
}

.m-table table td {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 12px;
}

.m-table-info table td {
  text-align: center;
}
.m-btn-cv {
  border-radius: 100px;
  width: 100%;
  max-width: 200px;
  height: 40px;
  margin-top: 8px;
  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-sub::after {
  border-color: #ff6900;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

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

.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 {
  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: 10px;
}

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

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

.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;
  }
}

@media (min-width: 768px) {
  .m-table-info table td {
    font-size: 14px;
  }
  
  .m-table table td {
    font-size: 14px;
  }

  .shinki-campaign .cp_banner .campaign-title  {
    width: 300px;
  }
}

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

.m-btn-detail-bk {
  border: solid 2px;
  border-radius: 99px;
  padding: 8px;
  min-width: 180px;
  display: inline-block;
  margin-bottom: 16px;
}

.m-btn-detail-bk a {
  color: #161616;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

@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 .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: -.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.mb0 {
  margin-bottom: 0;
}

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

.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 {
    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;
  text-align: center;
}

.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: .3s;
  font-size: 20px;
  font-weight: bold;
}

.l-fix-area .cta-txt-link {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 6px;
}

.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;
  }
}

@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: .3s;
  box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
}

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

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

@media screen and (max-width: 767px) {
  .m-campaign-box2 {
    max-width: 100%;
    margin: 0 auto;
    transition: .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;
}

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

/*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 .3s;
  transition: all .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/bizone_dual/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/bizone_dual/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: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #e6edf1;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
  right: 0;
  left: 0;
  bottom: -.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/bizone_dual/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/bizone_dual/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: 20px;
}

.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;
}

.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 span {
  font-size: 80px;
  margin: 0 .5%;
}

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

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

@media screen and (max-width: 767px) {
  .anchor a::after {
    top: 9px;
  }
}

.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;
  background: linear-gradient(90deg, #fd5392 0%, #f86f64 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

  .cp-head span {
    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/bizone_dual/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-image: url(/promotion/ordercard/corp/bizone_dual/images/txt-limited.png);
  background-repeat: no-repeat;
  background-position: top 0 right 55%;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.94);
  background-blend-mode: lighten;
}

.cp-button:hover {
  opacity: .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;
}

.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: 1em;
  position: relative;
  margin: 10px auto 10px;
}

.icon-plus::after,
.icon-plus::before {
  background-color: #262626;
  content: "";
  display: block;
  height: .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: .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%;
  }
}

.l-main .drawer-hamburger {
  padding: 0.9375rem;
  z-index: 999;
}

.l-main .drawer-hamburger-icon:after{
  top: 8px;
}

.l-main .drawer-hamburger-icon:before {
  top: -8px;
}

.drawer .drawer-overlay {
  background: none;
}

.drawer.drawer--top .drawer-nav {
  height: 100vh;
  background: rgba(255,255,255,.95);
  z-index: 99;
}

nav .drawer-menu {
  margin-top: 60px;
}

nav .drawer-menu-item {
  padding: 16px;
  color: #262626;
  border-bottom: solid 1px #ddd;
  font-weight: 500;
  background: url(/promotion/ordercard/corp/bizone_dual/images/arrow_nav.png) no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

nav .drawer-menu-item:hover {
  text-decoration: none;
  color: #262626;
}

@media screen and (min-width: 768px) {
  .l-main .drawer-hamburger-icon,
  .l-main .drawer-hamburger-icon:after,
  .l-main .drawer-hamburger-icon:before {
    background-color: #fff;
  }

  .scrolled .l-main .drawer-hamburger-icon,
  .scrolled .l-main .drawer-hamburger-icon:after,
  .scrolled .l-main .drawer-hamburger-icon:before,
  .drawer-open .l-main .drawer-hamburger-icon:before,
  .drawer-open .l-main .drawer-hamburger-icon:after {
    background-color: #222;
  }

  .drawer-open .l-main .drawer-hamburger-icon {
    background-color: transparent;
  }
}