@charset "UTF-8";

html.active{
  overflow: hidden;
}

/* 共通css */
*{
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}

ul,ol{
  list-style: none;
}
.pc_only {
  display: none !important;
}
.sp_only {
  display: block !important;
}
@media (min-width: 769px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}

/* color */
.f_cw{
  color: #FFF!important;
}
.f_cb{
  color: #121C16!important;
}
.f_co{
  color: #E55325!important;
}
.f_imp {
  color: #004831 !important;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0) 80%, #FFC300 80%) !important;
}
.f_col{
  background: var(--TEXT-HIGHLIGHT, linear-gradient(180deg, #E69801 0%, #E55325 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f_cy{
  color: #FFE454!important;
}
.f_cgreen{
  color: #004D33!important;
}
.f_cgl{
  background: linear-gradient(109deg, #46907D 0%, #004D33 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
}
.f_cg{
  color: #757575!important;
}

/* font-family */
.f_noto{
  font-family: "Noto Sans JP"!important;
}
.f_barlow {
  font-family: "Barlow", sans-serif !important;
}

/* font-size */
.fs_10{font-size: 10px!important;}
.fs_11{font-size: 11px!important;}
.fs_12{font-size: 12px!important;}
.fs_14{font-size: 14px!important;}
.fs_15{font-size: 15px!important;}
.fs_16{font-size: 16px!important;}
.fs_16{font-size: 17px!important;}
.fs_18{font-size: 18px!important;}
.fs_19{font-size: 19px!important;}
.fs_20{font-size: 20px!important;}
.fs_22{font-size: 22px!important;}
.fs_24{font-size: 24px!important;}
.fs_25{font-size: 25px!important;}
.fs_26{font-size: 26px!important;}
.fs_28{font-size: 28px!important;}
.fs_30{font-size: 30px!important;}
.fs_35{font-size: 35px!important;}
.fs_38{font-size: 38px!important;}
.fs_40{font-size: 40px!important;}
.fs_44{font-size: 44px!important;}
.fs_48{font-size: 48px!important;}
.fs_50{font-size: 50px!important;}
.fs_55{font-size: 55px!important;}
@media screen and (min-width: 769px) {
  .f_10{font-size: 10px!important;}
  .f_11{font-size: 11px!important;}
  .f_12{font-size: 12px!important;}
  .f_13{font-size: 13px!important;}
  .f_14{font-size: 14px!important;}
  .f_15{font-size: 15px!important;}
  .f_16{font-size: 16px!important;}
  .f_17{font-size: 16px!important;}
  .f_18{font-size: 18px!important;}
  .f_19{font-size: 19px!important;}
  .f_20{font-size: 20px!important;}
  .f_22{font-size: 22px!important;}
  .f_24{font-size: 24px!important;}
  .f_25{font-size: 25px!important;}
  .f_26{font-size: 26px!important;}
  .f_28{font-size: 28px!important;}
  .f_30{font-size: 30px!important;}
  .f_32{font-size: 32px!important;}
  .f_36{font-size: 36px!important;}
  .f_37{font-size: 37px!important;}
  .f_38{font-size: 38px!important;}
  .f_40{font-size: 40px!important;}
  .f_44{font-size: 44px!important;}
  .f_45{font-size: 45px!important;}
  .f_48{font-size: 48px!important;}
  .f_52{font-size: 52px!important;}
  .f_50{font-size: 50px!important;}
  .f_55{font-size: 55px!important;}
  .f_56{font-size: 56px!important;}
}

/* font-weight */
.f_w7{
  font-weight: 700!important;
}
.f_w4{
  font-weight: 400!important;
}

/* line-height */
.lh100{
  line-height: 100%!important;
}
.lh120{
  line-height: 120%!important;
}
.lh130{
  line-height: 130%!important;
}
.lh140{
  line-height: 140%!important;
}
.lh150{
  line-height: 150%!important;
}
.lh170{
  line-height: 170%!important;
}

/* letter-spacing */
.ls002{
  letter-spacing: 0.02em!important;
}
.ls002m{
  letter-spacing: -0.02em!important;
}
.ls004m{
  letter-spacing: -0.04em!important;
}

/* margin */
.m0{
  margin: 0!important;
}
.mt0{
  margin-top: 0!important;
}
.mt4{
  margin-top: 4px!important;
}
.mt8{
  margin-top: 8px!important;
}
.mt16{
  margin-top: 16px!important;
}
.mt24{
  margin-top: 24px!important;
}
.mt32{
  margin-top: 32px!important;
}
.mt48{
  margin-top: 48px!important;
}
.mt64{
  margin-top: 64px!important;
}
.mdown{
  margin-top: auto!important;
  margin-bottom: 0!important;
}
.mb0{
  margin-bottom: 0!important;
}
.mb4{
  margin-bottom: 4px!important;
}
.mb8{
  margin-bottom: 8px!important;
}
.mb16{
  margin-bottom: 16px!important;
}
.mb24{
  margin-bottom: 24px!important;
}
.mb4m{
  margin-bottom: -4px!important;
}
.ml0{
  margin-left: 0!important;
}
.ml16{
  margin-left: 16px!important;
}
.ml2m{
  margin-left: -2px!important;
}
.ml4m{
  margin-left: -4px!important;
}
.ml8m{
  margin-left: -8px!important;
}
.mr0{
  margin-right: 0!important;
}
.mr16{
  margin-right: 16px!important;
}

/* sup */
sup{
  font-size: 10px;
  vertical-align: top;
}
sup.small{
  font-size: 8px;
}
sup.small_list{
  font-size: 8px;
  vertical-align: text-bottom;
}
sup.small_benefit{
  font-size: 8px;
  vertical-align: top;
}
sup.label{
  font-size: 10px;
  vertical-align: text-top;
}
sup.benefit{
  font-size: 10px;
  vertical-align: super;
}
sup.large{
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  sup{
    font-size: 8px;
  }
  .resp_pc sup{
    font-size: 8px;
    vertical-align: super;
  }
  sup.small_benefit{
    font-size: 8px;
    vertical-align: text-bottom;
  }
}

/* PC_SP */
.forpc{
  display: none;
}
.forsp{
  display: block;
}
@media screen and (min-width: 769px) {
  .forpc{
    display: block;
  }
  .forsp{
    display: none;
  }
}

/* モジュールcss */
/* リスト */
.list {
  margin: 16px;
  counter-reset: item;
}
.list li{
  flex: 1 0 0;
  color: #121C16;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.list li{
  padding-left: 16px;
}
.list li::before{
  position: absolute;
  content: '・';
  left: 0;
  width: 12px;
}
.note .list li,.note_num .list li{
  padding-left: 16px;
}
.modal_txt_content .list li{
  padding-left: 14px;
  font-size: 11px;
}
.modal_txt_content .list li:not(:first-of-type){
  margin-top: 4px;
}
.modal_txt_content .list li span{
  font-weight: 700;
}
.note .list li::before,.note_num .list li::before{
  content: '・';
}
@media screen and (min-width: 769px) {
  .list {
    margin: 24px;
  }
  table.modal_txt_table .list li {
    font-size: 16px;
  }
}

/* 注釈 */
.note,.note_num {
  margin: 16px 0;
}
.bnr + .note {
  margin: 16px 0;
}
.note_num {
  counter-reset: item;
}
.note li,.note_num li{
  flex: 1 0 0;
  color: #757575;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}
.note li{
  padding-left: 16px;
}
.note_num li{
  padding-left: 22px;
}
.note li:not(:first-child),.note_num li:not(:first-child){
  margin-top: 4px;
}
.note li::before,.note_num li::before{
  position: absolute;
  content: '※';
  left: 0;
  width: 12px;
}
/* Firefox */
@-moz-document url-prefix() {
  .note li::before,.note_num li::before{
    width: 20px;
  }
}
.note_num li::before{
  counter-increment: item;
  content: '※'counter(item);
}
@media screen and (min-width: 769px) {
  .note,.note_num {
    max-width: 880px;
    margin: 32px auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .note.tablet_res,.note_num.tablet_res {
    max-width: 840px;
  }
  .aco_content .note,.aco_content .note_num {
    margin: 16px 0;
  }
  .card_feature_content_item .aco_content .note,.card_feature_content_item .aco_content .note_num {
    margin: 24px;
  }
  .card_feature_content_item.bubble .aco_content .note,.card_feature_content_item.bubble .aco_content .note_num {
    margin: 16px 24px;
  }
  .benefit_list + .note,.benefit_list + .note_num {
    width: 100%;
  }
  .note li,.note_num li{
    font-size: 12px;
  }
}

/* テキストリンク */
.textlink{
  color: #757575;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
.textlink::after{
  position: absolute;
  content: '';
  background-image: url(/camp/add-options_owners/assets/images/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: -16px;
  display: inline-block;
  margin-top: 2px;
}
.textlink.white {
  color: #FFFFFF;
}
.textlink.white::after {
  background-image: url(/camp/add-options_owners/assets/images/icon_link_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.modal_txt_table .textlink::after{
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .modal_txt_table .textlink{
    font-size: 12px;
  }
  .modal_txt_table .textlink::after{
    margin-top: 8px;
  }
}
.textlink:visited{
  color: #757575;
}

/* ボーダー */
.half_border_green,
.half_border_darkgreen {
  position: relative;
}
.half_border_green {
  border-top: 4px solid #A0C81E;
}
.half_border_darkgreen {
  border-top: 4px solid #017A4F;
}
.half_border_green::after,
.half_border_darkgreen::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 50%;
  height: 4px;
}
.half_border_green::after {
  background: #C4DD74;
}
.half_border_darkgreen::after {
  background: #A0C81E;
}

/* CVエリア */
.cv_area{
  border-bottom: 3px solid #C4DD74;
}
.cv_area .note li,
.cv_area .note_num li {
  color: #FFFFFF;
}
.cv_area_inner{
  padding: 16px;
  background-image: url(/camp/add-options_owners/assets/images/cv_area_bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.cv_area_inner_item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.cv_area_btn{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 48px 16px 80px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: -2px -2px 10px 0 rgba(0, 0, 0, 0.10) inset, 2px 2px 10px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 10px 0 rgba(0, 0, 0, 0.10);
  position: relative;
}
.cv_area_btn.classic{
  background: #F3F3F3;
}
.cv_area_btn.gold{
  background: #C99A32;
}
.cv_area_btn.owners_nl,.cv_area_btn.owners_only{
  gap: 0;
  padding: 12px 48px 12px 110px;
}
.cv_area_btn.owners_nl{
  background: linear-gradient(90deg, #C4D700 0%, #C4D700 100%);
}
.cv_area_btn.owners_only{
  background: linear-gradient(90deg, #004831 0%, #004831 100%);
}
.cv_area_btn::before{
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 32px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 7.143px 0 rgba(0, 0, 0, 0.20);
}
.cv_area_btn.classic::before{
  background-image: url(/camp/add-options_owners/assets/images/card_classic.png);
}
.cv_area_btn.gold::before{
  background-image: url(/camp/add-options_owners/assets/images/card_gold.png);
}
.cv_area_btn.owners_nl::before,.cv_area_btn.owners_only::before{
  width: 70px;
  height: 45px;
  left: 24px;
  box-shadow: none;
  filter:drop-shadow(0 0 7.143px rgba(0, 0, 0, 0.20));
}
.cv_area_btn.owners_nl::before{
  background-image: url(/camp/add-options_owners/assets/images/card_owners_nl.png);
}
.cv_area_btn.owners_only::before{
  background-image: url(/camp/add-options_owners/assets/images/card_classic.png);
}
.cv_area_btn span{
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 100%;
}
.cv_area_btn.classic span {
  color: #004831;
}
.cv_area_btn.gold span {
  color: #FFFFFF;
}
.cv_area_btn span:first-of-type{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.22px;
}
.cv_area_btn.owners_nl span,.cv_area_btn.owners_only span{
  text-align: left;
}
.cv_area_btn.owners_nl span:first-of-type,.cv_area_btn.owners_only span:first-of-type{
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.cv_area_btn.owners_nl span:first-of-type {
  color: #141D1D;
}
.cv_area_btn span:nth-of-type(2){
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
.cv_area_btn span:last-of-type{
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.cv_area_btn.owners_nl span:last-of-type,.cv_area_btn.owners_only span:last-of-type{
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cv_area_btn.owners_nl span:last-of-type {
  color: #141D1D;
}
.cv_area_btn.owners_nl span:first-of-type span,.cv_area_btn.owners_only span:first-of-type span{
  font-weight: 700;
  font-size: 10px;
}
.icon_note{
  flex: 1 0 0;
  color: #545454;
  font-family: "Noto Sans JP";
  font-size: 10px;
  line-height: 140%;
  padding-left: 34px;
  position: relative;
  width: fit-content;
  margin: 16px auto 0;
  color: #FFFFFF;
}
.icon_note.red{
  color: #E63F3F;
}
.icon_note::before{
  position: absolute;
  content: '';
  background-image: url(/camp/add-options_owners/assets/images/icon_note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cv_btn{
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  margin: 0 16px;
}
.cv_btn.classic{
  border: 1px solid #004D33;
  background: #FFF;
}
.cv_btn span{
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.cv_btn.classic span{
  color: #004D33;
}
.img_card_shadow{
  box-shadow: 0 0 7.143px 0 rgba(0, 0, 0, 0.20);
}
@media screen and (min-width: 769px) {
  .cv_area_inner{
    padding: 32px 16px;
    background-image: url(/camp/add-options_owners/assets/images/cv_area_bg_pc.png);
    background-size: cover;
    background-position: center;
  }
  .cv_area_inner_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
    width: fit-content;
    margin: 0 auto 16px;
    padding-bottom: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
  }
  .cv_area_inner_title::before,
  .cv_area_inner_title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 19px;
    height: 19px;
    transform: translate(0, -50%);
  }
  .cv_area_inner_title::before {
    left: -23px;
    background: url(/camp/add-options_owners/assets/images/cv_title_left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .cv_area_inner_title::after {
    right: -23px;
    background: url(/camp/add-options_owners/assets/images/cv_title_right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .cv_area_inner_title span {
    font-family: "Barlow", sans-serif;
    font-size: 28px;
  }
  .cv_area_inner_item{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .cv_area_btn{
    width: 414px;
    padding: 16px 48px 16px 80px;
    align-items: center;
  }
  .cv_area_btn.owners_nl,.cv_area_btn.owners_only{
    width: 440px;
    margin: 0 auto;
  }
  .cv_area_btn::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 31px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cv_area_btn span:first-of-type{
    font-size: 14px;
    letter-spacing: -0.26px;
  }
  .cv_area_btn.owners_nl span:first-of-type,.cv_area_btn.owners_only span:first-of-type{
    font-size: 12px;
  }
  .cv_area_btn span:nth-of-type(2){
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .cv_area_btn span:last-of-type{
    font-size: 14px;
    letter-spacing: -0.26px;
  }
  .cv_area_btn.owners_nl span:last-of-type,.cv_area_btn.owners_only span:last-of-type{
    font-size: 12px;
  }
  .icon_note{
    font-size: 12px;
    margin: 20.5px auto 0;
  }
  .bubble .icon_note{
    line-height: 150%;
    margin: 0 auto;
  }
  .cv_btn{
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1921px) {
  .cv_area_inner{
    background-size: 100%;
  }
}

/* link_area */
.link_area {
  padding: 40px 24px;
}
.link_area_inner {
  margin: 0 auto;
}
.link_area_contents a {
  position: relative;
  display: block;
  padding: 16px 34px 16px 28px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #D4D5D5;
  color: #004831;
}
.link_area_contents a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 3px;
  background: url(/camp/add-options_owners/assets/images/link_area_list_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.link_area_contents a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url(/camp/add-options_owners/assets/images/link_area_icon_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .link_area {
    padding: 40px 24px;
  }
  .link_area_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
  }
  .link_area_contents {
    width: 198px;
  }
  .link_area_contents a {
    padding: 16px 8px 46px;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
  }
  .link_area_contents a::before {
    content: none;
  }
  .link_area_contents a::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: url(/camp/add-options_owners/assets/images/link_area_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(-50%, 0);
  }
}

/* h2ブロック */
.h2block{
  display: flex;
  padding: 40px 16px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media screen and (min-width: 769px) {
  .h2block{
    padding: 64px 16px;
  }
}

/* 見出し */
h2{
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  color: #141D1D;
}
h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: -21px;
  width: 5px;
  height: 100%;
  border-top: 2px solid #72A897;
  border-left: 2px solid #72A897;
  border-bottom: 2px solid #72A897;
}
h2::after{
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 5px;
  height: 100%;
  border-top: 2px solid #72A897;
  border-right: 2px solid #72A897;
  border-bottom: 2px solid #72A897;
}
.h2_main {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.h2_sub{
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
h3{
  color: #545454;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.note + h3{
  margin: 8px 0;
}
@media screen and (min-width: 769px) {
  h2{
    margin: 0 auto 40px;
  }
  h2::before{
    left: -29px;
  }
  h2::after{
    right: -29px;
  }
  .h2_main {
    font-size: 36px;
  }
  .h2_sub{
    font-size: 16px;
  }
  h3{
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .note + h3{
    margin: 16px 0;
  }
}

/* アコーディオン */
.aco{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #D5DEDA;
  border-radius: 1px;
  background: #FFF;
}
.aco_label{
  padding: 16px;
  flex: 1 0 0;
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  align-self: stretch;
  position: relative;
  color: #003927;
}
.aco_label:hover{
  cursor: pointer;
}
.aco_label::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/camp/add-options_owners/assets/images/icon_arrow_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.aco_label.open::after{
  transform: translate(0, -50%) rotate(180deg);
}
.aco_content{
  display: none;
  padding: 16px;
  border-top: 1px solid #D5DEDA;
}
.aco_content p{
  align-self: stretch;
  color: #121C16;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.aco_content p img{
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .aco{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .aco_label{
    padding: 20px 44px 22px 16px;
    font-size: 16px;
  }
  .aco_content {
    padding: 24px 40px;
  }
  .aco_content p{
    font-size: 14px;
  }
  .card_feature_content_item .aco{
    max-width: 608px;
  }
  .card_feature_content_item .aco_label{
    padding: 16px 32px;
  }
}

/* エリアcss */
/* ヘッダー */
.header{
  padding: 16px;
}
.header img{
  width: 136px;
  display: block;
}
@media screen and (min-width: 769px) {
  .header{
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 40px;
  }
  .header img{
    width: 240px;
  }
}

/* キービジュアル */
.kv{
  background-image: url(/camp/add-options_owners/assets/images/kv_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 24px;
}
.kv_label{
  display: flex;
  margin: 0;
  width: 183px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: 16.64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: url(/camp/add-options_owners/assets/images/kv_label_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: #FFFFFF;
}
.kv h1{
  width: 100%;
  text-align: center;
  order: 1;
}
.kv h1 img{
  max-width: 955px;
  width: 100%;
  margin: 8px 0 0;
}
.kv_inner {
  padding: 0 16px;
}
.kv_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22.28px;
  max-width: 946px;
  margin: 8px auto 0;
}
.kv_now {
  position: relative;
  max-width: 100%;
  width: 311px;
  height: 200px;
  margin: 0 auto;
  padding: 20px 0 30px;
  border: 1px solid #D5DEDA;
  border-radius: 0.96;
  background: #FFFFFF;
  order: 2;
}
.kv_now_lead {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #141D1D;
}
.kv_now_lead span {
  font-size: 18.897px;
  font-style: normal;
  font-weight: 700;
}
.kv_now .note {
  width: fit-content;
  margin: 0 auto;
}
.kv_now_price {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3.3px;
}
.kv_now_price + .kv_now_lead {
  color: #006444;
}
.kv_now_price .max {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: fit-content;
  margin-bottom: 5.51px;
  padding: 9.23px 3.3px;
  font-size: 13.217px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  border: 1.5px solid #006444;
  color: #006444;
}
.kv_now_price_flex {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3.3px;
  background: linear-gradient(to bottom, #fff, #fff 85%, #FFC300 85%);
}
.kv_now_price_flex .num {
  font-family: "Barlow", sans-serif;
  font-size: 67.429px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.023px;
  color: #006444;
}
.kv_now_price_flex .num > span {
  font-family: "Barlow", sans-serif;
  font-size: 39.552px;
}
.kv_now_price_flex .yen {
  margin-bottom: 6.36px;
  font-size: 29.735px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #006444;
}
.kv_now_price_flex .yen > span {
  display: block;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.kv_now_price_flex .yen > span > span {
  font-size: 13px;
  letter-spacing: -0.26px;
}
.kv_point {
  margin-top: 48px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kv{
    background-image: url(/camp/add-options_owners/assets/images/kv_bg_pc.png);
    padding: 54px 0 48px;
  }
  .kv h1 {
    max-width: 50%;
    width: 100%;
    order: 2;
  }
  .kv h1 img {
    margin: 0;
  }
  .kv_label{
    display: flex;
    margin: 0 auto;
    width: 288px;
    height: 49px;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: url(/camp/add-options_owners/assets/images/kv_label_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    color: #FFFFFF;
  }
  .kv_label span{
    font-size: 18px;
    letter-spacing: 1.08px;
  }
  .kv_flex {
    flex-wrap: nowrap;
    gap: 40px;
    max-width: 946px;
    margin: 40px auto 0;
  }
  .kv_now {
    max-width: 50%;
    width: 100%;
    height: auto;
    padding: 51.606px 38.672px 43.994px 38.75px;
    order: 1;
  }
  .kv_now_lead {
    font-size: 20px;
  }
  .kv_now_lead span {
    font-size: 25px;
  }
  .kv_now_price {
    gap: 4.3px;
  }
  .kv_now_price .max {
    width: 28px;
    margin-bottom: 8.36px;
    padding: 14.79px 5.02px;
    font-size: 20.069px;
  }
  .kv_now_price_flex {
    gap: 4.3px;
  }
  .kv_now_price_flex .num {
    font-size: 102.384px;
    letter-spacing: -3.072px;
  }
  .kv_now_price_flex .num > span {
    font-size: 60.056px;
  }
  .kv_now_price_flex .yen {
    margin-bottom: 9.65px;
    font-size: 45.15px;
  }
  .kv_now_price_flex .yen > span {
    display: block;
    font-size: 22.776px;
    letter-spacing: -0.456px;
  }
  .kv_now_price_flex .yen > span > span {
    font-size: 19.739px;
    letter-spacing: -0.395px;
  }
  .kv_point {
    margin-top: 48px;
    text-align: center;
  }
}

/* 入会特典 */
.bnr{
  width: 300px;
}
.bnr img{
  width: 100%;
}
.bnr_carousel{
  width: 300px;
}
.slide img{
  width: 99%;
}
.slick-slide img{
  margin: 0 auto;
}
.slick-dots {
  border: none;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 16px 0 0;
  height: 10px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button:before {
  opacity: 0.6;
  background-color: #121C16;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  opacity: 0.6;
  border: 1px solid #121C16;
  text-align: center;
  border-radius: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev,.slick-arrow,.slick-next{
  display: none!important;
}
@media screen and (min-width: 769px) {
  .bnr{
    width: 728px;
  }
  .bnr_carousel{
    width: 728px;
  }
  .slide img{
    width: 100%;
  }
}

/* カードの比較 */
table.card_comparison_table{
  width: 100%;
  margin: 40px 0 32px;
}
table.card_comparison_table tr{
  display: flex;
  width: 100%;
  gap: 32px;
  position: relative;
}
table.card_comparison_table th{
  display: flex;
  flex-direction: column;
  padding: 32px 8px 16px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 2px 2px 0 0;
  position: relative;
  gap: 12px;
}
table.card_comparison_table th.classic{
  background: #004D33;
}
table.card_comparison_table th.gold{
  background: #C9970D;
}
table.card_comparison_table th img{
  width: 100px;
}
.card_bubble{
  display: flex;
  width: 139.5px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -40px;
}
.card_bubble.classic{
  background: #E5EDEA;
}
.card_bubble.gold{
  background: #F9F4E8;
}
.card_bubble > span{
  flex: 1 0 0;
  color: #121C16;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  position: relative;
}
.card_bubble > span::after{
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  z-index: 1;
}
.card_bubble.classic > span::after{
  border-color: #E5EDEA transparent transparent transparent;
}
.card_bubble.gold > span::after{
  border-color: #F9F4E8 transparent transparent transparent;
}
.card_bubble > span span{
  line-height: 135%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.card_bubble.classic > span span{
  color: #004D33;
}
.card_bubble.gold > span span{
  color: #C9970D;
}
table.card_comparison_table td{
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  text-align: center;
}
table.card_comparison_table td.classic{
  border-bottom: 1px solid rgba(0, 77, 51, 0.30);
  background: #E5EDEA;
  min-height: 80px;
}
table.card_comparison_table td.gold{
  border-bottom: 1px solid rgba(201, 151, 13, 0.30);
  background: #F9F4E8;
  min-height: 80px;
}
table.card_comparison_table td.table_label{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
table.card_comparison_table td.table_label .table_label_bg{
  display: flex;
  width: 65px;
  height: 65px;
  padding: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  box-shadow: 0 0 10px 0 rgba(25, 39, 31, 0.10);
}
table.card_comparison_table td.table_label .table_label_bg::before{
  display: flex;
  width: 65px;
  height: 65px;
  padding: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  content: '';
  background: inherit;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(5px);
  position: absolute;
  z-index: -1;
}
table.card_comparison_table td.table_label .table_label_bg span{
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.22px;
}
table.card_comparison_table td span{
  align-self: stretch;
  color: #121C16;
  text-align: center;
  font-style: normal;
}
.card_label{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
}
.card_label span{
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
}
.card_label span:first-of-type{
  font-size: 10px;
  line-height: 100%;
  letter-spacing: -0.2px;
}
.card_label span:last-of-type{
  font-size: 14.52px;
  line-height: 120%;
  letter-spacing: -0.29px;
}
@media screen and (min-width: 769px) {
  table.card_comparison_table{
    max-width: 928px;
    margin: 64px auto 40px;
  }
  table.card_comparison_table th{
    flex-direction: row;
    justify-content: center;
    padding: 32px 24px;
    gap: 24px;
  }
  table.card_comparison_table th img{
    width: 140px;
  }
  table.card_comparison_table td {
    padding: 16px 20px;
  }
  table.card_comparison_table td.table_label .table_label_bg{
    width: 140px;
    height: 50px;
  }
  table.card_comparison_table td.table_label .table_label_bg::before{
    width: 140px;
    height: 50px;
  }
  table.card_comparison_table td.table_label .table_label_bg span{
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  table.card_comparison_table td.flex_row{
    flex-direction: row;
  }
  table.card_comparison_table td.flex_row > span:first-of-type{
    padding-right: 16px;
    align-self: auto;
  }
  table.card_comparison_table td.flex_row > span:last-of-type{
    padding-left: 16px;
    text-align: left;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
  }
  table.card_comparison_table td.flex_row span.ml16{
    margin-left: -4px!important;
  }
  table.card_comparison_table td.resp_pc span.mg_spa0{
    margin-bottom: 0!important;
  }
  table.card_comparison_table td.resp_pc span.mg_spa8{
    margin-bottom: 8px!important;
  }
  table.card_comparison_table td.resp_pc span.mg_spa4m{
    margin-left: -4px!important;
  }
  table.card_comparison_table td.resp_pc span.f_w{
    font-weight: 400!important;
  }
  .card_bubble{
    max-width: 280px;
    padding: 12px 16px;
    top: -48px;
    width: 100%;
  }
  .card_bubble > span{
    font-size: 16px;
  }
  .card_bubble > span::after{
    bottom: -20px;
    border-width: 16px 12px 0 12px;
  }
  .card_bubble.classic > span span{
    font-size: 26px;
  }
  .card_bubble.gold > span span{
    font-size: 22px;
  }
  .card_bubble.gold > span span span{
    font-size: 26px;
  }
  .card_label{
    flex: 0 1 auto;
    text-align: center;
  }
  .card_label span{
    text-align: left;
  }
  .card_label span:first-of-type{
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .card_label span:last-of-type{
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .table_label_tablet{
    display: none;
  }
}
@media (max-width: 920px) and (min-width: 769px) {
  table.card_comparison_table td.table_label .table_label_bg{
    width: 65px;
    height: 65px;
  }
  table.card_comparison_table td.table_label .table_label_bg::before{
    width: 65px;
    height: 65px;
  }
  table.card_comparison_table td.table_label .table_label_bg span{
    font-size: 11px;
    letter-spacing: -0.22px;
  }
  .table_label_tablet{
    display: block;
  }
}

/* 三井住友カード ビジネスオーナーズの特徴 */
.tab_label{
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #D4D5D5;
  margin: 0 16px;
}
.tab_label a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #717575;
}
.tab_label a.classic.-active{
  color: #006444;
}
.tab_label a.gold.-active{
  color: #926B00;
}
.tab_label a.classic.-active::after,
.tab_label a.gold.-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
}
.tab_label a.classic.-active::after {
  background: #006444;
}
.tab_label a.gold.-active::after {
  background: #926B00;
}
.tab_content{
  width: 100%;
}
.flow_spec .tab_content{
  padding: 40px 0;
}
.card_feature{
  display: none;
  width: 100%;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #D9E5E1;
}
.card_feature.classic{
  background: #D9E5E1;
}
.card_feature.gold{
  background: #F7F0DB;
}
.card_feature.-active{
  display: flex;
}
.card_feature_label{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.card_feature_label_text{
  align-self: stretch;
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.card_feature_label_img{
  width: 100%;
}
.card_feature_label_img img{
  width: 100%;
}
.card_feature_label_name{
  align-self: stretch;
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.card_feature_content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.card_feature_content_item{
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 77, 51, 0.15);
}
.card_feature_content_item.bubble{
  position: relative;
  margin-top: 32px;
  background: #F5F5F5;
}
.card_feature_content_item.bubble .bubble_text{
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.card_feature_content_item.bubble .bubble_text > span{
  position: relative;
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.card_feature_content_item.bubble .bubble_text > span::before,.card_feature_content_item.bubble .bubble_text > span::after{
  position: absolute;
  content: "";
  bottom: 4px;
  width: 12px;
  height: 1px;
  box-sizing: border-box;
  background-color: #000;
}
.card_feature_content_item.bubble .bubble_text > span::before{
  left: -12px;
  transform: rotate(65deg);
}
.card_feature_content_item.bubble .bubble_text > span::after{
  right: -6px;
  transform: rotate(-65deg);
}
.card_feature_content_item.bubble .bubble_text > span span{
  font-size: 17px;
}
.card_feature_content_item_point{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.card_feature_content_item_point_title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}
.card_feature_content_item_point_title p:first-of-type{
  padding-bottom: 4px;
  border-bottom: 0.5px solid #545454;
  flex: 1 0 0;
  color: #545454;
  font-family: Alata;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.32px;
  align-self: stretch;
}
.card_feature_content_item_point_title p:last-of-type{
  padding-bottom: 8px;
  border-bottom: 0.5px solid #545454;
  align-self: stretch;
  text-align: center;
}
.card_feature_content_item_point_title span{
  font-style: normal;
}
.card_feature_content_item_point_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.card_feature_content_item_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.card_feature_content_item_img{
  position: relative;
  width: 100%;
  text-align: center;
}
.card_feature_content_item_img.label{
  margin-top: 64px;
}
.card_feature_content_item_img img{
  width: 100%;
}
.card_feature_content_item_img.resp img{
  width: 76%;
}
.card_feature_content_item_img.resp02 img{
  width: 85%;
}
.card_feature_content_item_img img.original_size{
  width: auto;
}
.card_feature_content_item_img.wd50 img{
  width: 50%;
}
.card_feature_content_item_point_bubble{
  padding: 6px 16px 8px 16px;
  text-align: center;
  border-radius: 5px;
  background: #376857;
  position: relative;
  margin-bottom: 16px;
}
.card_feature_content_item_point_bubble::after{
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #376857 transparent transparent transparent;
  border-width: 8px 6px 0 6px;
  z-index: 1;
}
.card_feature_content_item_point_bubble span{
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  display: inline-block;
}
.card_feature_content_item_point_text{
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.card_feature_content_item_point_text_bold{
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 4px;
}
.card_feature_content_item_point_text_bold span{
  font-size: 35px;
}
.card_feature_content_item_img_label{
  position: absolute;
  display: flex;
  padding: 2px 40px 4px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #D9E5E1;
  color: #004D33;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  min-width: 176px;
}
.card_feature_content_item_img_label.large{
  padding: 6px 80px 8px 80px;
  min-width: 233px;
  top: -40px;
}
.card_feature_content_item_img_label span{
  color: #004D33;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  flex-shrink: 0;
}
.card_feature_content_item_img_label.large span{
  font-size: 14px;
}
.card_feature_content_item_img_label_text{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121C16;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -64px;
}
.card_feature_content_item_img_label_text span{
  color: #545454;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  flex-shrink: 0;
}
.card_feature_content_item_band{
  display: flex;
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #F5F5F5;
  margin: 0 16px;
}
.card_feature_content_item_band.p16{
  padding: 16px;
  justify-content: center;
  gap: 4px;
}
.card_feature_content_item_band span{
  font-style: normal;
}
.card_feature_content_item_band.label{
  justify-content: center;
  text-align: center;
  display: flex;
  padding: 16px 0 12px 0;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  position: relative;
  margin: 32px 16px 0;
}
.card_feature_content_item_band.label .band_label{
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #006444;
  box-shadow: 0 0 4px 0 rgba(25, 39, 31, 0.20);
  backdrop-filter: blur(10px);
  width: 147px;
}
.card_feature_content_item_band.label .band_label .band_label_inner{
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.34px;
}
.card_feature_content_item_band.label .band_label .band_label_inner span{
  font-size: 14px;
  letter-spacing: 0.56px;
}
.card_feature_content_item_enclosure{
  display: flex;
  padding: 48px 8px 24px 8px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 5px;
  border: 2px solid #D9E5E1;
}
.card_feature_content_item_enclosure p{
  color: #121C16;
  font-family: "Noto Sans JP";
  font-size: 15.55px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(transparent 58%, #F7F1E1 58%);
}
.card_feature_content_item_enclosure p span{
  font-family: 'Alata';
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  background: linear-gradient(180deg, #E69801 0%, #E55325 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .tab_label_outer.float{
    height: 97.61px;
  }
  .tab_label{
    max-width: 880px;
    margin: 0 auto;
  }
  .tab_label a {
    padding: 16px 8px 24px 8px;
    font-size: 20px;
  }
  .flow_spec .tab_content{
    padding: 0;
  }
  .card_feature{
    padding: 40px 24px;
  }
  .card_feature_label_text{
    font-size: 16px;
  }
  .card_feature_label_img{
    width: 403px;
  }
  .card_feature_label_img img{
    width: 403px;
  }
  .card_feature_label_name{
    font-size: 16px;
  }
  .card_feature_content{
    max-width: 928px;
    margin: 0 auto;
    width: 100%;
  }
  .card_feature_content_item{
    padding: 24px 40px 32px;
    gap: 16px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 77, 51, 0.15);
  }
  .card_feature_content_item.bubble{
    margin: 36px auto 0;
    max-width: 814px;
    padding: 32px 40px;
  }
  .card_feature_content_item.bubble .bubble_text{
    top: -42px;
  }
  .card_feature_content_item.bubble .bubble_text > span{
    font-size: 20px;
  }
  .card_feature_content_item.bubble .bubble_text > span::before{
    left: -14px;
  }
  .card_feature_content_item.bubble .bubble_text > span::after{
    right: -8px;
  }
  .card_feature_content_item.bubble .bubble_text > span span{
    font-size: 21px;
  }
  .card_feature_content_item_point_title{
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
  .card_feature_content_item_point_title p:first-of-type{
    display: flex;
    padding: 0 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
    border-bottom: 2px solid #545454;
    background: #545454;
  }
  .card_feature_content_item_point_title p:first-of-type span{
    color: #FFF;
    font-family: Alata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
  .card_feature_content_item_point_title p:first-of-type span span{
    font-size: 32px;
  }
  .card_feature_content_item_point_title p:last-of-type{
    border-bottom: 2px solid #545454;
    align-self: stretch;
    text-align: left;
    display: flex;
    padding: 4px 0px 8px 32px;
    align-items: center;
    gap: 0;
    flex: 1 0 0;
    height: 70px;
  }
  .card_feature_content_item_point_block{
    margin-top: 16px;
    flex-direction: row-reverse;
    width: 85%;
    gap: 16px;
  }
  .card_feature_content_item_point_block.fl_col{
    margin: 16px auto 0;
    flex-direction: column;
    width: 85%;
    gap: 16px;
  }
  .card_feature_content_item_point_block.fl_col.gap0{
    gap: 0;
  }
  .card_feature_content_item_point_block.wd100{
    width: 100%;
    margin-top: 0;
  }
  .card_feature_content_item_box.small{
    width: auto;
    flex-shrink: 0;
  }
  .card_feature_content_item_box.fl_row{
    flex-direction: row;
  }
  .bubble .card_feature_content_item_box.fl_row{
    gap: 25px;
    align-items: flex-start;
  }
  .card_feature_content_item_box.fl_colrev{
    flex-direction: column-reverse;
    width: 342px;
    flex-shrink: 0;
  }
  .card_feature_content_item_box.left{
    align-items: flex-start;
    flex-shrink: 0;
    width: auto;
  }
  .card_feature_content_item_box.left .card_feature_content_item_point_text{
    text-align: left;
    font-size: 18px;
  }
  .card_feature_content_item_img.wdauto{
    width: auto;
    display: flex;
    align-items: center;
  }
  .card_feature_content_item_img.label{
    margin-top: 48px;
  }
  .card_feature_content_item_img img{
    max-width: 608px;
  }
  .card_feature_content_item_img.resp img{
    max-width: 231px;
    width: 68%;
  }
  .card_feature_content_item_img.resp,.card_feature_content_item_img.resp02{
    margin-top: 0!important;
  }
  .card_feature_content_item_img.pc_resp{
    margin-bottom: 0!important;
  }
  .card_feature_content_item_img.resp02 img{
    width: 100%;
  }
  .card_feature_content_item_img.resp_large img{
    width: 105%;
  }
  .card_feature_content_item_img_label.large{
    top: -24px;
  }
  .card_feature_content_item_img_label.large span{
    font-size: 20px;
  }
  .card_feature_content_item_img_label_text{
    top: -54px;
  }
  .card_feature_content_item_img_label_text span{
    font-size: 16px;
  }
  .card_feature_content_item_band_flex{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 24px;
  }
  .card_feature_content_item_band_flex.large{
    width: 100%;
  }
  .card_feature_content_item_band{
    margin: 0;
    flex: 1 0 0;
    max-width: 320px;
  }
  .card_feature_content_item_band.large{
    max-width: 373px;
  }
  .card_feature_content_item_point_text{
    font-size: 18px;
  }
  .card_feature_content_item_point_text_bold{
    font-size: 28px;
    margin-top: 8px;
  }
  .card_feature_content_item_point_text_bold span{
    font-size: 38px;
  }
  .card_feature_content_item_img.wd50 img{
    width: 35%;
  }
  .card_feature_content_item_band.label{
    margin: 32px auto 0;
  }
  .card_feature_content_item_enclosure{
    padding: 0 8px;
    border: none;
  }
  .card_feature_content_item_img img.card_feature_content_item_enclosure_img{
    display: flex;
    padding: 61.559px 60px 30.78px 60px;
    flex-direction: column;
    align-items: center;
    gap: 20.52px;
    border-radius: 6.412px;
    border: 2.565px solid #D9E5E1;
    max-width: 520px;
  }
  .card_feature_content_item_enclosure p{
    font-size: 18px;
  }
  .card_feature_content_item_enclosure p span{
    font-size: 46px;
  }
}
@media (max-width: 890px) and (min-width: 769px) {
  .gold .card_feature_content_item_band_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .gold .card_feature_content_item_band_flex.large{
    width: auto;
  }
}

/* キャンペーン特典 */
.campaign {
  background: #E5EDEA;
}
.campaign_contents {
  background: #FFFFFF;
}
.campaign_inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.campaign_contents {
  position: relative;
  width: 100%;
  margin-top: 62px;
}
.campaign_contents:first-child {
  margin-top: 0;
}
.campaign_contents::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(/camp/add-options_owners/assets/images/campaign_contents_plus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(-50%, 0);
}
.campaign_contents.before_none::before {
  content: none;
}
.campaign_contents_inner {
  padding: 32px 16px 16px;
}
.campaign_num {
  display: flex;
  align-items: center;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  width: 63px;
  height: 27px;
  padding-left: 7px;
  background: url(/camp/add-options_owners/assets/images/campaign_num_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: #006444;
}
.campaign_tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 auto;
}
.campaign_tag li {
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 2px;
  background: #EAEAEA;
  color: #003927;
}
.campaign_tag li > span {
  font-style: normal;
  font-weight: 700;
}
.campaign_price {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3.3px;
}
.campaign_price .max {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: fit-content;
  margin-bottom: 5.51px;
  padding: 9.23px 3.3px;
  font-size: 13.217px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  border: 1.101px solid #006444;
  color: #006444;
}
.campaign_price_flex {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 2.2px;
  margin-top: 4px;
  background: linear-gradient(to bottom, #fff, #fff 80%, #FFC300 80%);
}
.campaign_price_flex .num {
  font-family: "Barlow", sans-serif;
  font-size: 67.429px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.697px;
  color: #006444;
}
.campaign_price_flex .num > span {
  font-family: "Barlow", sans-serif;
  font-size: 39.552px;
  letter-spacing: -4.351px;
}
.campaign_price_flex .yen {
  margin-bottom: 6.36px;
  font-size: 29.735px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #006444;
}
.campaign_price_flex .yen > span {
  display: block;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.campaign_price_flex .yen > span > span {
  font-size: 13px;
  letter-spacing: -0.26px;
}
.campaign_lead {
  margin-top: 8px;
  font-size: 18.897px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.378px;
  color: #006444;
}
.campaign_lead > span {
  font-size: 18.897px;
  letter-spacing: -1.89px;
}
.campaign_date {
  margin-top: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #717575;
}
.campaign_exam {
  margin-top: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #141D1D;
}
.campaign_image {
  margin-top: 8px;
  max-width: 100%;
  text-align: center;
}
.campaign_link a,
.campaign_accordion_btn {
  position: relative;
  display: block;
  padding: 8px 44px 10px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #004831;
  box-shadow: 0px 4.815px 19.262px 0px rgba(0, 0, 0, 0.10);
  color: #FFFFFF;
}
.campaign_link a::after,
.campaign_accordion_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translate(0, -50%);
}
.campaign_link.blank a::after {
  background: url(/camp/add-options_owners/assets/images/campaign_link_blank.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.campaign_accordion_btn::after {
  background: url(/camp/add-options_owners/assets/images/campaign_link_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.campaign_accordion_btn.open::after {
  transform: translate(0, -50%) rotate(180deg);
}
.campaign > .note {
  max-width: 880px;
  width: 100%;
}
.campaign_accordion_contents {
  display: none;
  padding: 24px 16px;
}
.campaign_accordion_contents table {
  text-align: left;
  border: 1px solid #E7E7E7;
}
.campaign_accordion_contents table tr {
  border: 1px solid #E7E7E7;
}
.campaign_accordion_contents table tr:first-child {
  border: none;
}
.campaign_accordion_contents table tr th {
  width: 100px;
  padding: 7px 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  background: #004831;
  color: #FFFFFF;
}
.campaign_accordion_contents table tr td {
  padding: 7px 8px;
}
.campaign_accordion_contents table tr td > .name {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_contents table tr td > .text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_contents table tr td > .text a {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  color: #141D1D;
}
.campaign_accordion_contents table tr td > .list_num {
  list-style-type: decimal;
  padding-left: 1.3em;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_contents table tr td > .list_dots {
  padding-left: 1.3em;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_contents table tr td > .list_dots li {
  position: relative;
}
.campaign_accordion_contents table tr td > .list_dots li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.3em;
}
.campaign_accordion_contents table tr td > .list_note {
  padding-left: 1.3em;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #6D7272;
}
.campaign_accordion_contents table tr td > .list_note.c_red {
  color: #C90A0A;
}
.campaign_accordion_contents table tr td > .list_note li {
  position: relative;
}
.campaign_accordion_contents table tr td > .list_note li::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: -1.3em;
}
.campaign_accordion_contents table tr td > .info {
  padding: 16px;
  background: #EEF3E9;
}
.campaign_accordion_contents table tr td > .info > .text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_contents table tr td > .info > .text a {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
  text-decoration: underline;
}
.campaign_accordion_contents table tr td > .info > .text a.blank::after {
  position: absolute;
  content: '';
  background-image: url(/camp/add-options_owners/assets/images/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 1px;
  right: -16px;
  display: inline-block;
}
.campaign_accordion_contents table tr td > .info > .list_dots {
  padding-left: 1.3em;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_contents table tr td > .info > .list_dots li {
  position: relative;
}
.campaign_accordion_contents table tr td > .info > .list_dots li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.3em;
}
.campaign_accordion_image {
  margin-top: 24px;
  text-align: center;
}
.campaign_accordion_text {
  margin-top: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_dots {
  padding-left: 1em;
  margin-top: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #141D1D;
}
.campaign_accordion_dots > li {
  position: relative;
}
.campaign_accordion_dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}
.campaign_accordion_note_num {
  counter-reset: item;
  padding-left: 2em;
  margin-top: 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #6D7272;
}
.campaign_accordion_note_num > li {
  position: relative;
}
.campaign_accordion_note_num > li::before {
  counter-increment: item;
  content: '※' counter(item);
  position: absolute;
  top: 0;
  left: -2em;
}
.campaign_accordion_note_num > li > ul.dots {
  padding-left: 1em;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #6D7272;
}
.campaign_accordion_note_num > li > ul.dots > li {
  position: relative;
}
.campaign_accordion_note_num > li > ul.dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

@media screen and (min-width: 769px) { 
  .campaign_contents_inner {
    padding: 40px 32px 24px;
  }
  .campaign_num {
    top: -12.5px;
    font-size: 24px;
    width: 95px;
    height: 41px;
    padding-left: 10.5px;
    background: url(/camp/add-options_owners/assets/images/campaign_num_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .campaign_tag {
    gap: 7.5px;
    max-width: 520px;
  }
  .campaign_tag li {
    padding: 3px 9px;
    font-size: 19.5px;
    border-radius: 3px;
  }
  .campaign_price {
    gap: 4.96px;
  }
  .campaign_price .max {
    width: 30px;
    margin-bottom: 8.26px;
    padding: 14.35px 4.96px;
    font-size: 19.826px;
    border: 1.652px solid #006444;
  }
  .campaign_price_flex {
    gap: 3.3px;
    margin-top: 5.5px;
  }
  .campaign_price_flex .num {
    font-size: 101.144px;
    letter-spacing: -4.046px;
  }
  .campaign_price_flex .num > span {
    font-size: 59.328px;
    letter-spacing: -6.526px;
  }
  .campaign_price_flex .yen {
    margin-bottom: 9.53px;
    font-size: 44.603px;
  }
  .campaign_price_flex .yen > span {
    font-size: 22.5px;
    letter-spacing: -0.45px;
  }
  .campaign_price_flex .yen > span > span {
    font-size: 19.5px;
    letter-spacing: -0.39px;
  }
  .campaign_lead {
    margin-top: 12px;
    font-size: 21px;
    letter-spacing: -0.63px;
  }
  .campaign_lead > span {
    font-size: 28.346px;
    letter-spacing: -0.85px;
  }
  .campaign_date {
    margin-top: 24px;
    font-size: 18px;
  }
  .campaign_exam {
    margin-top: 16px;
    font-size: 16px;
  }
  .campaign_link a,
  .campaign_accordion_btn {
    padding: 16px 44px 18px 16px;
    font-size: 16px;
  }
  .campaign_accordion_contents {
    padding: 24px 40px;
  }
}

/* オーナーズカードの特徴 */
.owners {
  background: #F8F8F8;
  color: #141D1D;
}
.owners_inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.owners_tab {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #D4D5D5;
}
.owners_tab a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #717575;
}
.owners_tab a.classic.-active {
  color: #006444;
}
.owners_tab a.gold.-active {
  color: #926B00;
}
.owners_tab a.classic.-active::after,
.owners_tab a.gold.-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
}
.owners_tab a.classic.-active::after {
  background: #006444;
}
.owners_tab a.gold.-active::after {
  background: #926B00;
}
.owners_contents {
  display: none;
}
.owners_contents.-active {
  display: block;
}
.owners_card {
  margin-top: 24px;
}
.owners_card .label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.owners_card_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.owners_card_flex .price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  font-size: 16.671px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.5px;
  border-radius: 50%;
  background: #E5EDEA;
  flex-shrink: 0;
}
.owners_card_flex .price > span > span {
  font-size: 20.838px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.625px;
  color: #004D33;
}
.gold .owners_card_flex .price {
  font-size: 13.708px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.387px;
  background: #F9F4E8;
}
.gold .owners_card_flex .price > span > span {
  font-size: 17.93px;
  color: #C9970D;
}
.owners_card .name {
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.owners_merit {
  margin-top: 32px;
}
.owners_merit_contents {
  position: relative;
  margin-top: 32px;
  padding: 40px 16px 24px 16px;
  border-radius: 1px;
  border: 1px solid #D5DEDB;
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}
.owners_merit_contents:first-child {
  margin-top: 0;
}
.owners_merit_num {
  position: absolute;
  top: -15px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.78px;
  background: #006444;
  color: #FFF;
}
.gold .owners_merit_num {
  background: #926B00;
}
.owners_merit_title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 11px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.owners_merit_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  background: #CEDD3B;
  transform: translate(-50%, 0);
}
.owners_merit_title > span {
  font-size: 17.6px;
}
.owners_merit_title > span.green {
  font-size: 20px;
  color: #006444;
}
.owners_merit_point {
  margin-bottom: 32px;
}
.owners_merit_point .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #141D1D;
}
.owners_merit_point_flex {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 53px;
}
.owners_merit_point_flex .free {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5px;
  position: relative;
  width: 100%;
}
.owners_merit_point_flex .free::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 37px;
  height: 37px;
  background: url(/camp/add-options_owners/assets/images/owners_merit_point.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(-50%, 0);
}
.owners_merit_point_flex .free .label {
  font-size: 14.44px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #121C16;
}
.owners_merit_point_flex .free .main {
  position: relative;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  color: #006444;
}
.owners_merit_point_flex .free .main::after {
  content: "※1";
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 9px;
  color: #717575;
}
.owners_merit_point_flex .free .main span {
  background: linear-gradient(to bottom, #fff, #fff 80%, #C4DD74 80%);
}
.owners_merit_point_flex .free .main span > span {
  letter-spacing: -11.25px;
}
.owners_merit_point_flex .point {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
}
.owners_merit_point_flex .point .label {
  padding-bottom: 5.13px;
  font-size: 19.8px;
  font-style: normal;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #006444;
}
.owners_merit_point_flex .point .point_flex {
  display: flex;
  justify-content: center;
  align-items: end;
  background: linear-gradient(to bottom, #fff, #fff 80%, #C4DD74 80%);
  position: relative;
}
.owners_merit_point_flex .point .point_flex::after {
  content: "※2";
  position: absolute;
  top: 21px;
  right: 0;
  font-size: 9px;
  color: #717575;
}
.owners_merit_point_flex .point .point_flex .main {
  font-family: "Barlow", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.8px;
  color: #006444;
}
.owners_merit_point_flex .point .point_flex .main span {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  letter-spacing: -4.8px;
}
.owners_merit_point_flex .point .point_flex .sub {
  padding-bottom: 6px;
  font-size: 20.014px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #006444;
}
.owners_merit_point_flex .point .point_flex .sub span {
  display: block;
  font-size: 10.6px;
}
.owners_merit_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.gold .owners_merit_flex {
  align-items: start;
  gap: 40px;
}
.owners_merit_left {
  padding-bottom: 24px;
  width: 100%;
  order: 2;
}
.owners_merit_right {
  width: 100%;
  order: 1;
}
.gold .owners_merit_left,
.gold .owners_merit_right {
  position: relative;
  padding: 25px 0;
  width: 100%;
}
.gold .owners_merit_left {
  margin-top: 32px;
  order: 1;
}
.gold .owners_merit_right {
  order: 2;
}
.gold .owners_merit_left::before,
.gold .owners_merit_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  border-top: 1px solid #006444;
  border-right: 1px solid #006444;
  border-left: 1px solid #006444;
}
.gold .owners_merit_left::after,
.gold .owners_merit_right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
  border-right: 1px solid #006444;
  border-bottom: 1px solid #006444;
  border-left: 1px solid #006444;
}
.gold .owners_merit_type {
  position: absolute;
  top: -16px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  padding: 2px 16px 4px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  background: #006444;
  color: #FFFFFF;
  transform: translate(-50%, 0);
}
.owners_merit_bubble {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #E5EDEA;
  color: #141D1D;
}
.owners_merit_bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 14.7px solid #E5EDEA;
  border-bottom: 0;
  transform: translate(-50%, 0);
}
.owners_merit_bubble span.green {
  color: #003927;
}
.owners_merit_bubble span.mini {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.35;
  text-align: center;
}
.owners_merit_text {
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.owners_merit_back {
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
  background: linear-gradient(to bottom, #fff, #fff 80%, #C4DD74 80%);
  color: #006444;
}
.owners_merit_back span {
  font-family: "Barlow", sans-serif;
  font-size: 70.4px;
}
.owners_merit .note {
  margin: 9.34px auto 0;
}
.owners_merit .note.center {
  width: fit-content;
}
.owners_merit_image {
  text-align: center;
}
.owners_merit_credit {
  position: relative;
  margin-top: 15px;
}
.owners_merit_credit .title {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 1px solid #003927;
  background: #FFFFFF;
  color: #003927;
  transform: translate(-50%, 0);
}
.owners_merit_credit .image {
  text-align: center;
}
.owners_merit_credit .image img {
  max-width: 100%;
}
.owners_merit_accordion {
  margin-top: 32px;
}
.owners_merit_cost {
  margin-top: 16px;
  text-align: center;
}
.owners_osusume {
  max-width: 800px;
  margin: 32px auto 0;
  padding: 32px 16px 24px 16px;
  border-radius: 1px;
  border: 1px solid #D5DEDB;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}
.owners_osusume_title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #006444;
}
.owners_osusume_title::before,
.owners_osusume_title::after {
  content: "";
  position: absolute;
  bottom: 50%;
  width: 19px;
  height: 19px;
  transform: translate(0, 50%);
}
.owners_osusume_title::before {
  left: -23px;
  background: url(/camp/add-options_owners/assets/images/owners_osusume_title_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.owners_osusume_title::after {
  right: -23px;
  background: url(/camp/add-options_owners/assets/images/owners_osusume_title_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.owners_osusume_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.owners_osusume_left,
.owners_osusume_right {
  width: 100%;
}
.owners_osusume_bubble {
  position: relative;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #E5EDEA;
  color: #141D1D;
}
.owners_osusume_bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 14.7px solid #E5EDEA;
  border-bottom: 0;
  transform: translate(-50%, 0);
}
.owners_osusume_bubble > span {
  color: #003927;
}
.owners_osusume_text {
  margin-top: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #121C16;
}
.owners_osusume_headline {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #006444;
}
.owners_osusume_headline > span {
  font-size: 26px;
  background: linear-gradient(to bottom, #fff, #fff 80%, #C4DD74 80%);
}
.owners_osusume_image {
  text-align: center;
}
.owners_osusume_attention {
  position: relative;
  width: fit-content;
  margin: 16px auto 0;
  padding-left: 34px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  color: #C90A0A;
}
.owners_osusume_attention::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(/camp/add-options_owners/assets/images/owners_osusume_attention.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.owners_osusume_accordion {
  margin-top: 24px;
}
.owners_osusume_btn {
  margin-top: 24px;
}
.owners_osusume_btn a {
  position: relative;
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 48px 16px 118px;
  border-radius: 100px;
  background: #C4D700;
  color: #141D1D;
}
.owners_osusume_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  width: 70px;
  height: 45px;
  background: url(/camp/add-options_owners/assets/images/owners_osusume_btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.owners_osusume_btn a .text {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.owners_osusume_btn a .text .name {
  font-size: 12px;
  letter-spacing: -0.24px;
}
.owners_osusume_btn a .text .normal {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
}

@media screen and (min-width: 769px) {
  .owners_tab a {
    padding: 16px 8px 24px 8px;
    font-size: 20px;
  }
  .owners_card {
    margin-top: 32px;
  }
  .owners_card .label {
    font-size: 16px;
  }
  .owners_card_flex {
    gap: 10.63px;
  }
  .owners_card_flex .price {
    width: 143.522px;
    height: 143.522px;
    font-size: 22.154px;
    letter-spacing: 0.665px;
  }
  .owners_card_flex .price > span > span {
    font-size: 27.692px;
    letter-spacing: 0.831px;
  }
  .gold .owners_card_flex .price {
    font-size: 18.217px;
    letter-spacing: 0.546px;
  }
  .gold .owners_card_flex .price > span > span {
    font-size: 21.431px;
  }
  .owners_card .name {
    font-size: 16px;
  }
  .owners_merit {
    margin-top: 40px;
  }
  .owners_merit_contents {
    padding: 48px 32px 64px 32px;
  }
  .owners_merit_title {
    margin-bottom: 40px;
    padding-bottom: 21px;
    font-size: 40px;
  }
  .owners_merit_title::after {
    width: 60px;
    height: 5px;
  }
  .owners_merit_title > span {
    font-size: 35.2px;
  }
  .owners_merit_title > span.green {
    font-size: 40px;
  }
  .owners_merit_flex {
    flex-wrap: nowrap;
    gap: 32px;
  }
  .gold .owners_merit_flex {
    gap: 24px;
  }
  .owners_merit_left {
    padding-bottom: 31.2px;
    width: auto;
    order: 1;
  }
  .owners_merit_right {
    width: auto;
    order: 2;
  }
  .gold .owners_merit_left,
  .gold .owners_merit_right {
    width: 50%;
  }
  .gold .owners_merit_left {
    margin-top: 0; 
  }
  .owners_merit_point_flex {
    margin-top: 12px;
    gap: 97px;
  }
  .owners_merit_point_flex .free {
    width: fit-content;
  }
  .owners_merit_point_flex .free::after {
    bottom: 50%;
    left: auto;
    right: -67px;
    transform: translate(0, 50%);
  }
  .owners_merit_point_flex .point {
    display: flex;
    justify-content: center;
    align-items: end;
    width: fit-content;
  }
  .owners_merit_bubble {
    width: fit-content;
    padding: 15.6px 20.8px;
    font-size: 20.8px;
  }
  .owners_merit_bubble span.mini {
    font-size: 16px;
  }
  .owners_merit_text {
    margin-top: 20.8px;
    font-size: 20.8px;
  }
  .owners_merit_back {
    font-size: 41.6px;
    letter-spacing: -2.08px;
  }
  .owners_merit_back span {
    font-size: 91.52px;
  }
  .owners_merit .note {
    margin: 10.4px auto 0;
  }
  .owners_merit_credit {
    margin-top: 32px;
  }
  .owners_merit_credit .title {
    top: -16px;
    font-size: 18px;
  }
  .owners_merit_accordion {
    margin-top: 32px;
  }
  .owners_merit_cost {
    margin-top: 24px;
  }
  .owners_osusume {
    padding: 40px 32px 64px 32px;
  }
  .owners_osusume_title {
    font-size: 28px;
  }
  .owners_osusume_title::before,
  .owners_osusume_title::after {
    bottom: 0;
    transform: translate(0, 0);
  }
  .owners_osusume_flex {
    gap: 25.15px;
    margin-top: 32px;
  }
  .owners_osusume_left,
  .owners_osusume_right {
    width: auto;
  }
  .owners_osusume_bubble {
    width: fit-content;
    padding: 15.6px 20.8px;
    font-size: 20.8px;
  }
  .owners_osusume_text {
    margin-top: 14.59px;
    font-size: 18px;
  }
  .owners_osusume_headline {
    font-size: 24px;
  }
  .owners_osusume_headline > span {
    font-size: 31.2px;
  }
  .owners_osusume_attention {
    margin: 32px auto 0;
    font-size: 12px;
  }
  .owners_osusume_btn {
    margin-top: 24px;
  }
  .owners_osusume_btn a {
    position: relative;
    display: block;
    width: 480px;
    margin: 0 auto;
    padding: 24.91px 41px 24.91px 111px;
    border-radius: 100px;
    background: #C4D700;
    color: #141D1D;
  }
  .owners_osusume_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    width: 70px;
    height: 45px;
    background: url(/camp/add-options_owners/assets/images/owners_osusume_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
  }
  .owners_osusume_btn a .text {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  .owners_osusume_btn a .text .name {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .owners_osusume_btn a .text .normal {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

/* Vポイントとは */
.vpoint_about_img{
  width: 100%;
}
.vpoint_about_img img{
  width: 100%;
}
.vpoint_about_img_margin{
  margin: 0 16px;
}
.vpoint_use_else{
  margin: 0 auto;
}
.vpoint_use_else .bubble{
  text-align: center;
  margin-bottom: 32px;
}
.vpoint_use_else .bubble span{
  padding-bottom: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #006444;
  position: relative;
}
.vpoint_use_else .bubble span::before,.vpoint_use_else .bubble span::after{
  content: "";
  position: absolute;
  bottom: 50%;
  width: 19px;
  height: 19px;
  transform: translate(0, 50%);
}
.vpoint_use_else .bubble span::before {
  left: -25px;
  background: url(/camp/add-options_owners/assets/images/vpoint_use_else_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.vpoint_use_else .bubble span::after {
  right: -25px;
  background: url(/camp/add-options_owners/assets/images/vpoint_use_else_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.vpoint_use_else_list{
  display: flex;
  padding: 0 8px 8px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.vpoint_use_else_list ul{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.vpoint_use_else_list ul:first-of-type{
  border-bottom: 1px dotted rgba(0, 0, 0, 0.10);
}
.vpoint_use_else_list ul li{
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  flex: 1 0 0;
  background: #FFF;
}
.vpoint_use_else_list ul li:nth-of-type(2n){
  border-left: 1px dotted rgba(0, 0, 0, 0.10);
  padding-left: 8px;
}
.vpoint_use_else_list ul li img{
  width: 64px;
}
.vpoint_use_else_list ul li span{
  flex: 1 0 0;
  color: #545454;
  font-feature-settings: 'halt' on;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.vpoint_link{
  text-align: right;
}
.vpoint_link a{
  display: inline-flex;
  padding: 4px 30px 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  text-decoration: underline;
  color: #6D7272;
}
.vpoint_link a span{
  color: #6D7272;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.vpoint_link a span::after{
  position: absolute;
  content: '';
  background-color: #FFF;
  background-image: url(/camp/add-options_owners/assets/images/icon_link.svg);
  background-size: initial;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: -20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .vpoint_about_img{
    max-width: 920px;
  }
  .vpoint_about_img .width_about_vpoint{
    max-width: 896px;
    margin: 0 auto;
  }
  .vpoint_about_img .width_about_visa{
    max-width: 717px;
    margin: 0 auto;
  }
  .vpoint_about_img .width_about_vpointpay{
    max-width: 652px;
    margin: 0 auto;
  }
  .vpoint_about_img .vpoint_about_img_margin{
    margin-top: -40px;
  }
  .vpoint_use_else{
    max-width: 880px;
    margin-top: 48px;
  }
  .vpoint_use_else .bubble span{
    font-size: 28px;
  }
  .vpoint_use_else .bubble span::before,.vpoint_use_else .bubble span::after{
    bottom: 0;
    transform: translate(0, 0);
  }
  .vpoint_use_else_list{
    display: flex;
    padding: 0 8px 8px 8px;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
  }
  .vpoint_use_else_list ul{
    flex: 1 0 0;
    gap: 0;
  }
  .vpoint_use_else_list ul:first-of-type{
    border-bottom: none;
  }
  .vpoint_use_else_list ul:nth-of-type(2n){
    border-left: 1px dotted rgba(0, 0, 0, 0.10);
  }
  .vpoint_use_else_list ul li{
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .vpoint_use_else_list ul li:first-of-type{
    border-right: 1px dotted rgba(0, 0, 0, 0.10);
  }
  .vpoint_use_else_list ul li:nth-of-type(2n){
    border-bottom: none;
    border-left: none;
  }
  .vpoint_use_else_list ul li img{
    width: 96px;
  }
  .vpoint_use_else_list ul li span{
    font-size: 16px;
    text-align: center;
  }
  .vpoint_link a{
  }
  .vpoint_link a span{
    font-size: 13px;
  }
  .vpoint_link a span::after{
    width: 20px;
    height: 20px;
  }
}

/* 特典・サービス */
.benefit_list {
  max-width: 880px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.benefit_list_item {
  display: flex;
  justify-content: left;
  gap: 16px;
  width: 100%;
  padding: 24px 16px;
  border-radius: 1px;
  border-top: 1px solid #D5DEDB;
}
.benefit_list_item:last-child {
  border-bottom: 1px solid #D5DEDB;
}
.benefit_list_item .icon {
  width: 48px;
  flex-shrink: 0;
}
.benefit_list_item .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: middle;
  color: #006444;
}
.benefit_list_item .title > sup {
  font-size: 10px;
  line-height: 1.5;
}
.benefit_list_item .text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #121C16;
}

@media screen and (min-width: 769px) {
  .benefit_list {
    flex-wrap: nowrap;
    gap: 16px;
  }
  .benefit_list_item {
    display: block;
    width: 25%;
    padding: 24px 16px 24px 0;
    border-radius: 1px;
    border-top: none;
    border-right: 1px solid #D5DEDB;
  }
  .benefit_list_item:last-child {
    border-bottom: none;
    border-right: none;
  }
  .benefit_list_item .icon {
    width: 64px;
    margin-bottom: 16px;
  }
  .benefit_list_item .title {
    display: table-cell;
    height: 58px;
    font-size: 22px;
  }
  .benefit_list_item .title > sup {
    font-size: 12px;
  }
  .benefit_list_item .text {
    margin-top: 16px;
  }
}

/* ご利用までの流れ */
.current {
  background: #E5EDEA;
}
.current_bubble {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 4px;
  padding: 5px 8px 8px;
  background: #C4DD74;
}
.current_bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 11.7px solid #C4DD74;
  border-bottom: 0;
  transform: translate(-50%, 0);
}
.current_bubble .text,
.current_bubble .date {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.current_bubble .text {
  color: #141D1D;
}
.current_bubble .date {
  display: flex;
  justify-content: center;
  align-items: end;
  color: #003927;
}
.current_bubble .date > span {
  font-size: 32px;
  line-height: 1;
}
.curernt_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 32px;
}
.current_list_item {
  position: relative;
  width: 100%;
  padding: 48px 24px 32px 24px;
  border-radius: 1px;
  border: 1px solid #D5DEDB;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}
.current_list_item::after {
  content: "";
  position: absolute;
  bottom: -33px;
  right: 50%;
  width: 23px;
  height: 17px;
  background: url(/camp/add-options_owners/assets/images/current_list_arrow_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(50%, 0);
}
.current_list_item:last-child::after {
  content: none;
}
.current_list_item .step {
  position: absolute;
  top: -5.95px;
  left: 0;
  display: flex;
  align-items: center;
  width: 77px;
  height: 29px;
  padding-left: 7px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.54px;
  background: url(/camp/add-options_owners/assets/images/current_list_item_step_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: #FFF;
}
.current_list_item .tag {
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px 6px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  border: 1px solid #006444;
  color: #006444;
}
.current_list_item .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #006444;
}
.current_list_item .text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #121C16;
}

@media screen and (min-width: 769px) {
  .current_bubble {
    gap: 5.2px;
    padding: 6.5px 10.4px;
  }
  .current_bubble .text,
  .current_bubble .date {
    font-size: 22.1px;
  }
  .current_bubble .date > span {
    font-size: 41.6px;
  }
  .curernt_list {
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  .current_list_item {
    max-width: 265px;
    width: 100%;
  }
  .current_list_item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -33px;
    width: 17px;
    height: 23px;
    background: url(/camp/add-options_owners/assets/images/current_list_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
  }
  .current_list_item:last-child::after {
    content: none;
  }
  .current_list_item .tag {
    font-size: 14px;
  }
}

/*ご利用の流れ*/
.wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner {
  max-width: 343px;
}
.swiper-slide:nth-child(1) {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 1px 1px 25px 1px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
  background-image: url(/camp/add-options_owners/assets/images/flow_step01.svg), url(/camp/add-options_owners/assets/images/flow_num01.svg), url(/camp/add-options_owners/assets/images/flow_logo.png);
  background-size: auto, auto, 86px 86px;
  background-position: 5px 10px, 165px bottom ,right top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.swiper-slide.swiper-slide:nth-child(2) {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 1px 1px 25px 1px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
  background-image: url(/camp/add-options_owners/assets/images/flow_step02.svg), url(/camp/add-options_owners/assets/images/flow_num02.svg);
  background-position: 5px 10px, 145px bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.swiper-slide.swiper-slide:nth-child(3) {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 1px 1px 25px 1px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
  background-image: url(/camp/add-options_owners/assets/images/flow_step03.svg), url(/camp/add-options_owners/assets/images/flow_num03.svg);
  background-position: 5px 10px, 145px bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.swiper-slide.swiper-slide:nth-child(4) {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 1px 1px 25px 1px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
  background-image: url(/camp/add-options_owners/assets/images/flow_step04.svg), url(/camp/add-options_owners/assets/images/flow_num04.svg);
  background-position: 5px 10px, 145px bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.swiper-slide.swiper-slide:nth-child(5) {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 1px 1px 25px 1px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
  background-image: url(/camp/add-options_owners/assets/images/flow_step05.svg), url(/camp/add-options_owners/assets/images/flow_num05.svg);
  background-position: 5px 10px, 145px bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.flow .h2block {
  padding: 40px 0 0 0;
}
.flow {
  background-color: #fff;
  position: relative;
}
.flow_img {
  width: 64px;
}
.flow_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.flow_txt {
  font-size: 11px;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
  max-width: 172px;
}
.swiper-outer2{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.swiper-scrollbar2{
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.05);
  height: 4px; /* スクロールバーの高さ */
  position: absolute;
  bottom: 10px; /* スライダーの下から10pxに配置 */
  left: 0; /* 左から10pxに配置 */
  width: 100%;
}
.swiper-scrollbar2 .swiper-scrollbar-drag {
  border-radius: 100px;
  background:#121C16;
  width: 67.4px;
  height: 6px;
}
.swiper-container-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper {
  padding: 30px 0 !important;
}
.flow h2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mb16_0 {
    margin: 16px 0 !important;
  }
  .flow_note {
    position: absolute;
    top: -20px;
    left: -33px;
  }
  .flow_sp {
    padding: 0;
  }
  .flow_note img {
    width: 120px;
  }
}
@media (min-width: 769px) {
  .flow {
    background-color: #FFF;
    padding-top: 64px; 
  }
  .flow_img {
    width: 100px;
  }
  .flow_note img {
    width: 350px;
    filter: drop-shadow(0px 0px 28.126px rgba(66, 145, 132, 0.20));
    margin-top: 40px;
  }
  .swiper-slide:nth-child(1) {
    display: flex;
    max-width: 100%;
    padding: 24px 40px 24px 48px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    border-radius: 1px 1px 25px 1px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
    background-image: url(/camp/add-options_owners/assets/images/flow_step01.svg), url(/camp/add-options_owners/assets/images/flow_num01.svg);
    background-size: 44px 44px, auto, 86px 86px;
    background-position: -5px 10px, 98% bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-right: 16px;
  }
  .swiper-slide.swiper-slide:nth-child(2) {
    display: flex;
    max-width: 100%;
    padding: 24px 40px 24px 48px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    border-radius: 1px 1px 25px 1px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
    background-image: url(/camp/add-options_owners/assets/images/flow_step02.svg), url(/camp/add-options_owners/assets/images/flow_num02.svg);
    background-size: 44px 44px, auto;
    background-position: -5px 10px, 98.5% bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-right: 16px;
  }
  .swiper-slide.swiper-slide:nth-child(3) {
    display: flex;
    max-width: 100%;
    padding: 24px 40px 24px 48px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    border-radius: 1px 1px 25px 1px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
    background-image: url(/camp/add-options_owners/assets/images/flow_step03.svg), url(/camp/add-options_owners/assets/images/flow_num03.svg);
    background-size: 44px 44px, auto;
    background-position: -5px 10px, 98.5% bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-right: 16px;
  }
  .swiper-slide.swiper-slide:nth-child(4) {
    display: flex;
    max-width: 100%;
    padding: 24px 40px 24px 48px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    border-radius: 1px 1px 25px 1px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
    background-image: url(/camp/add-options_owners/assets/images/flow_step04.svg), url(/camp/add-options_owners/assets/images/flow_num04.svg);
    background-size: 44px 44px, auto;
    background-position: -5px 10px, 98.5% bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-right: 16px;
  }
  .swiper-slide.swiper-slide:nth-child(5) {
    display: flex;
    max-width: 100%;
    padding: 24px 40px 24px 48px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    border-radius: 1px 1px 25px 1px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(60, 143, 129, 0.15);
    background-image: url(/camp/add-options_owners/assets/images/flow_step05.svg), url(/camp/add-options_owners/assets/images/flow_num05.svg);
    background-size: 44px 44px, auto;
    background-position: -5px 10px, 98.5% bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-right: 16px;
  }
  .flow_note_content1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .flow_note_wrap {
    display: flex;
    align-items: flex-start;
    gap: 128px;
    width: 100%;
    max-width: 1120px;
  }
  .flow_pc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
  }
  .flow_pc .h2_decoration {
    left: 30%;
  } 
  .flow_pc::before{
    position: absolute;
    content: '';
    background-image: url(/camp/add-options_owners/assets/images/h2_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 34px;
    left: 20px;
    transform: translateX(-50%);
    top: -36px;
  }
  .flow_note_content2 {
    display: flex;
    max-width: 640px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .flow_img_logo {
    right: -3%;
    bottom: 50px;
    position: absolute;
    width: 130px;
  }
  .flow_txt {
    max-width: 100%;
    font-size: 13px;
  }
  .flow_ttl {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  .inner {
    max-width: 92vw;
  }
  .swiper-slide:nth-child(1) {
    background-position: 5px 10px, 95% bottom, right top;
  }
  .swiper-slide.swiper-slide:nth-child(2),
  .swiper-slide.swiper-slide:nth-child(3),
  .swiper-slide.swiper-slide:nth-child(4),
  .swiper-slide.swiper-slide:nth-child(5) {
    background-position: 5px 10px, 97% bottom;
  }
}
@media (max-width: 1100px) and (min-width: 769px) {
  .flow_note_wrap {
    gap: 10px;
  }
  .flow_note img {
    width: 300px;
  }
  .swiper-slide.swiper-slide:nth-child(1),
  .swiper-slide.swiper-slide:nth-child(2),
  .swiper-slide.swiper-slide:nth-child(3),
  .swiper-slide.swiper-slide:nth-child(4),
  .swiper-slide.swiper-slide:nth-child(5) {
    gap: 10px;
    background-position: 5px 10px, 98% bottom;
  }
  .flow_img_logo {
    bottom: 70px;
    width: 100px;
    right: -3%;
  }
}

/*基本情報*/
.flow_no_num {
  margin: 16px;
}
.flow_no_num li{
  flex: 1 0 0;
  color: #757575;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-left: 22px;
}
.flow_no_num li:not(:first-child){
  margin-top: 8px;
}
.flow_no_num li::before{
  position: absolute;
  content: '※';
  left: 0;
  width: 12px;
}
.flow_spec .tab_content{
  background: rgba(217, 229, 225, 0.30);
}
.flow_spec.gold .tab_content{
  background: rgba(247, 240, 219, 0.30);
}
.flow_spec_wrap {
  display: none;
  margin: 0 auto;
  padding: 0px 16px;
}
.flow_spec_wrap.-active {
  display: block;
}
.flow_spec_wrap sup {
  font-size: 10px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.4em;
}
.flow_spec_note {
  margin: 8px 0 0 0 !important;
}
.flow_spec_main {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.flow_spec_main img {
  width: 295px;
}
.flow_spec_main_ttl {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, #064831 0%, #165F46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gold .flow_spec_main_ttl {
  background: linear-gradient(90deg, #C5952D 0%, #DAAB44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow_spec_main_txt {
  color: #545454;
  font-size: 14px;
  font-weight: 700;
}
.flow_spec_ttl {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 40px 16px 24px 16px;
  background: #fff;
  margin: 0;
}
.flow_spec_ttl::before {
  content: none;
}
.flow_spec_ttl::after {
  content: none;
}
.flow_spec_list_li {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding-left: 15px;
}
.flow_spec_list_note {
  flex: 1 0 0;
  color: #757575;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-left: 23px;
  padding-bottom: 5px;
}
.flow_spec_list_note::before {
  position: absolute;
  content: '※';
  left: 10px;
  width: 12px;
}
.flow_spec_list_li::before{
  content: "・";
  position: absolute;
  left: 3px;
}
.flow_spec_table th {
  color: #2C786B;
  font-size: 13px;
  font-weight: 700;
  padding: 18px 12px 10px 8px;
}
.flow_spec_table td {
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 8px 8px 8px;
}
.flow_spec_table_ttl {
  font-weight: 700;
  padding-top: 8px;
  color:#121C16;
  font-feature-settings: 'halt' on;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.flow_spec_table_txt {
  color: #121C16;
  font-feature-settings: 'halt' on;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 8px;
}
.flow_spec_table_note {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .flow_spec_table th,
  .flow_spec_table td {
  display:block;
  text-align: left;
}
.flow_spec_content2 {
  padding-top: 4px;
}
.flow_spec_table:first-child {
  border-top: none !important;
  margin-top: 8px;
}
.flow_spec_table th {
  padding: 18px 12px 10px 8px !important;
  font-size: 13px !important;
}
.flow_spec_table td {
  padding: 0 8px 8px 8px !important;
  font-size: 13px !important;
}
.flow_spec_table_note {
  padding: 8px 0 0 0 !important;
}
.flow_spec_list_top .flow_spec_list_li {
  line-height: 185% !important;
}
}

@media (min-width: 769px) {
  .flow_no_num li {
    font-size: 12px;
  }
  .flow_no_num {
    margin: 32px 0 0 0 !important;
  }
  .flow_spec_table_note .textlink::after {
    margin-top: 8px;
  }
  .flow_spec_ttl {
    padding: 80px 16px 40px 16px;
    font-size: 36px;
  }
  .flow_spec_main_ttl {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    padding-bottom: 16px;
  }
  .flow_spec_main {
    padding-left: 15px;
    gap: 24px;
  }
  .flow_spec_main_txt {
    font-size: 16px;
  }
  .flow_spec_main img {
    width: 340px;
  }
  .flow_spec_list_li {
    line-height: 185%;
    padding-left: 20px;
    font-size: 14px;
  }
  .flow_spec_table_ttl,
  .flow_spec_table_txt {
    font-size: 16px;
  }
  .flow_spec_list_li::before {
    left: 3px;
  }
  .flow_spec_table_note li {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    padding-top: 8px;
  }
  .flow_spec_table_note li .textlink::after {
    margin-top: 2px;
  }
  .flow_spec_content1 {
    display: flex;
    padding-bottom: 25px;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;
  }
  .flow_spec_wrap {
    max-width: 928px;
    padding: 64px 0 48px 0;
  }
  }
  .flow_spec_table th,
  .flow_spec_table td {
    font-size: 16px;
    text-align: left;
  }
  .flow_spec_table th {
    padding: 16px;
    vertical-align: top;
  }
  .flow_spec_table td {
    padding: 15px 16px 15px 30px;
  }
  .flow_spec_table {
    border-collapse:collapse
  }
  .flow_spec_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
  .flow_spec_table:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 928px;
    width: 100%;
  }

/*よくあるご質問*/
.flow_faq {
  padding-bottom: 40px;
}
.flow_faq_wrap {
  margin: 0 auto;
  padding: 0px 16px;
}
.accordion_items {
  border-bottom: 1px solid #D1D1D1;
}
.accordion_items:first-child {
  border-top: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .accordion_items > div + div {
    margin-top: 24px;
  }
}

.accordion-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 24px 0;
}
@media (min-width: 769px) {
  .accordion-item {
    margin: 0 0 40px;
  }
  .flow_faq {
    padding-bottom: 80px;
  }
  .accordion-icon img {
    width: 32px !important;
    height: 32px;
  }
}
.accordion_item_title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  background-size: cover;
  padding: 12px 50px 12px 16px;
  position: relative;
}
.flow_faq_a {
  color: var(--MAIN-GRAY, #545454);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 0 3.9em;
  padding: 0 32px 0 0;
}
.flow_faq_a li {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .accordion_item_title {
    font-size: 2.4rem;
    padding: 20px 80px 20px 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  .accordion_item_title {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.-qa .accordion_item_title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  margin: 0;
  padding: 24px 56px 24px 47px;
  line-height: 1.5;
}

.-qa .accordion_item_title:before {
  position: absolute;
  display: block;
  content: "Q";
  color: #429184;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(66, 145, 132, 0.20);
  font-family: 'Alata';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  top: 24px;
  left: 16px;
  font-size: 24px;
}
.-qa .accordion_item_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/camp/add-options_owners/assets/images/icon_arrow_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.-qa .accordion_item_title.-on::after {
  transform: translate(0, -50%) rotate(180deg);
}
@media screen and (min-width: 769px) {
  .-qa .accordion_item_title {
    font-size: 15px;
    padding: 32px 72px 32px 68px;
  }
  .-qa .accordion_item_title:before {
    top: 32px;
    left: 33px;
    font-size: 1.7rem;
  }
  .-qa .accordion_item_title::after {
    right: 32px;
  }
}

.accordion-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
}
.accordion-icon img {
  width: 16px;
}
@media screen and (min-width: 769px) {
  .accordion-icon {
    right: 25px;
    width: 35px;
  }
}
.-on .accordion-icon .accordion-icon-plus {
  display: none;
}
.accordion-icon .accordion-icon-minus {
  display: none;
}
.-on .accordion-icon .accordion-icon-minus {
  display: inline-block;
}

.accordion-item-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion-item-body.-open {
  max-height: 400px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .accordion-item-body.-open {
    max-height: 340px;
  }
}
.accordion-item-body a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .accordion-item-body.-narrow > div {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.accordion-item-notes {
  margin-top: 12px;
}
.accordion-item-notes li {
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .accordion-item-notes li {
    font-size: 1.2rem;
  }
}

.accordion-item-etccard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .accordion-item-etccard {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 82px;
  }
}
.accordion-item-etccard > div:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .accordion-item-etccard img {
    width: 101px;
    margin-left: 10px;
  }
  .flow_faq_a {
    margin: 0 auto 0 3.9em !important;
  }
}
@media screen and (min-width: 769px) {
  .flow_faq_wrap {
    max-width: 736px;
  }
  .flow_faq_a {
    max-width: 603px;
    font-size: 14px;
    margin: 0 32px 0 67px;
    line-height: 150%
  }
  .flow_faq_a {
    margin: 0 32px 0 67px !important;
  }
}

/*お問い合わせ*/
.info_area {
  padding: 40px 16px 24px 16px;
}
.info_area_inner{
  padding-bottom: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 258px;
  margin: 0 auto;
}
.info_area_inner a {
  text-decoration: none;
}
.info_area_btn{
  border-radius: 28px;
  border: 1px solid #1A1A1A;
  background: #FFF;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.info_area_btn:hover{
  cursor: pointer;
}
.info_area_btn span{
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.info_area_note {
  max-width: 880px;
  width: 100%;
  margin: 16px 0 !important;
}
@media (min-width: 769px) {
  .info_area_btn {
    margin: 0 auto;
    padding: 24px;
    border-radius: 100px;
  }
  .info_area_inner {
    max-width: 352px;
  }
  .info_area_btn_note {
    max-width: 498px;
  }
  .info_area_btn span {
    font-size: 16px;
  }
  .info_area_note {
    margin: 24px auto 16px auto !important;
    display: flex;
    flex-direction: column;
    gap: 3px !important;
  }
}
  
/*フッター*/
footer {
  background-color: #242527;
}
.footer_item_wrap {
  display: flex;
  max-width: 375px;
  padding: 24px 16px 0 16px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer_item .textlink {
  color: #fff;
}
.footer_item .textlink {
  color: #fff;
}
.footer_item .textlink::after {
  margin-top: 7px;
  background-image: url(/camp/add-options_owners/assets/images/icon_link_w.svg);
}
.footer_copyright {
  color:#FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .footer_item .textlink {
    font-size: 10px;
  }
  footer {
    margin-bottom: 44px;
  }
}
@media (min-width: 769px) {
  .footer_item_wrap {
    padding-top: 48px;
  }
  .footer_copyright {
    padding-bottom: 48px;
  }
  footer {
    margin-bottom: 48px;
  }
}

/* 追従エリア */
.float_cv_area{
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.float_cv_area.show{
  opacity: 1;
  pointer-events: initial;
}
.float_cv_area_inner{
  display: flex;
}
.float_cv_area_btn{
  width: 50%;
}
.float_cv_area_btn.classic{
  background: linear-gradient(90deg, #064831 0%, #165F46 100%);
}
.float_cv_area_btn.gold{
  background: linear-gradient(90deg, #C5952D 0%, #DAAB44 100%);
}
.float_cv_area_btn_inner{
  display: inline-block;
  margin: 2.667vw 0 2.667vw 2.133vw;
  position: relative;
  text-align: left;
}
.float_cv_area_btn_inner::before{
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 1.505vw 0 rgba(0, 0, 0, 0.20);
  left: 0;
  width: 10.667vw;
  height: 6.667vw;
}
.float_cv_area_btn.classic .float_cv_area_btn_inner::before{
  background-image: url(/camp/add-options_owners/assets/images/card_classic.png);
}
.float_cv_area_btn.gold .float_cv_area_btn_inner::before{
  background-image: url(/camp/add-options_owners/assets/images/card_gold.png);
}
.float_cv_area_btn_inner span{
  font-family: "Noto Sans JP";
  line-height: 100%;
  display: block;
}
.float_cv_area_btn_inner span.pdl,.float_cv_area_btn_inner span.pdl_res{
  padding-left: 12.8vw;
}
.float_cv_area_btn_inner span.lh60{
  line-height: 60%;
}
.float_cv_area_btn_inner span.inline{
  display: inline;
}
.float_cv_area_btn_inner span.small{
  font-size: 2.4vw;
  letter-spacing: -0.048vw;
  color: rgba(255, 255, 255, 0.90);
  font-weight: 400;
}
.float_cv_area_btn_inner span.middle{
  font-size: 2.4vw;
  letter-spacing: -0.048vw;
  color: #F3F3F3;
  font-weight: 700;
  margin-bottom: 4px;
}
.float_cv_area_btn_inner span.large{
  font-size: 2.933vw;
  letter-spacing: -0.0587vw;
  color: #F3F3F3;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .float_cv_area_btn{
    text-align: center;
  }
  .float_cv_area_btn_inner{
    margin: 10px 0;
  }
  .float_cv_area_btn_inner::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 5.642px 0 rgba(0, 0, 0, 0.20);
    left: 8px;
    width: 63px;
    height: 40px;
  }
  .float_cv_area_btn_inner span{
    display: inline;
  }
  .float_cv_area_btn_inner span.pdl{
    padding-left: 80px;
  }
  .float_cv_area_btn_inner span.pdl_res{
    padding-left: 0;
  }
  .float_cv_area_btn_inner span.display{
    display: block;
    text-align: left;
    margin-top: 4px;
  }
  .float_cv_area_btn_inner span.small{
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .float_cv_area_btn_inner span.middle{
    font-size: 12px;
    letter-spacing: -0.24px;
    margin-bottom: 4px;
  }
  .float_cv_area_btn_inner span.large{
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 4px;
  }
}

/* スクロールアニメーション */
.js-scrollAnimation {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.js-scrollAnimation.-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* モーダル */
.modal_bg{
  background: rgba(18, 28, 22, 0.50);
  position: fixed;
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: .4s;
}
.modal_content{
  position: fixed;
  z-index: 13;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 91.5%;
  padding: 48px 16px 24px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10);
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  max-height: 95%;
}
.modal_content#contact_modal{
  padding: 40px 0;
}
.modal_bg.-active,.modal_content.-active{
  opacity: 1;
  pointer-events: initial;
}
.modal_content_contact{
  text-align: center;
}
.modal_content .modal_close{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.modal_content .modal_close img{
  width: 100%;
}
.modal_txt{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.modal_txt.about{
  gap: 0;
  overflow-y: scroll;
  height: 100%;
}
.modal_txt_head{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.modal_txt.about .modal_txt_head{
  margin-bottom: 32px;
}
.modal_txt_head .main{
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.modal_txt.about .modal_txt_head .main{
  font-size: 20px;
}
.modal_txt_head .sub{
  color: #121C16;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal_txt_content{
  display: flex;
  height: 200px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(84, 84, 84, 0.20);
  background: #FFF;
  overflow-y: scroll;
}
_:lang(x)+_:-webkit-full-screen-document {
  background-color: red;
}
.modal_txt_content .main{
  color: #121C16;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
table.modal_txt_table{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
table.modal_txt_table tbody{
  align-self: stretch;
}
table.modal_txt_table tr{
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  gap: 2px;
}
table.modal_txt_table th{
  display: flex;
  padding: 10px 12px 10px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  color: #2C786B;
  font-feature-settings: 'halt' on;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
table.modal_txt_table td{
  align-self: stretch;
  color: #121C16;
  font-feature-settings: 'halt' on;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
table.modal_txt_table td sup{
  line-height: 100%;
  vertical-align: super;
}
table.modal_txt_table td span{
  display: inline-block;
  margin: 8px 0;
}
table.modal_txt_table td span span{
  margin: 0;
  font-weight: 700;
}
.modal_btn{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.modal_ttl {
  color: #121C16;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 158%; /* 31.6px */
  padding-bottom: 24px;
}
.modal_txt1 {
  color:#121C16;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.modal_txt2 {
  color: #121C16;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%; /* 13px */
}
.modal_area_inner{
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.modal_area_btn{
  border-radius: 28px;
  border: 1px solid #1A1A1A;
  background: #FFF;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  position: relative;
}
.modal_area_btn span{
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal_area_btn::before {
  position: absolute;
  content: '';
  background-image: url(/camp/add-options_owners/assets/images/icon_phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 47px;
  left: 20px;
  top: 40%;
}
.modal_area_btn::after{
  position: absolute;
  content: '';
  background-image: url(/camp/add-options_owners/assets/images/icon_link_btn_self.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 24px;
  right: 20px;
  top: 65%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .modal_content{
    max-width: 720px;
    padding: 40px 40px 24px;
  }
  .modal_content .modal_close{
    top: 24px;
    right: 24px;
  }
  .modal_txt_content{
    height: auto;
    padding: 24px;
    overflow-y: initial;
  }
  table.modal_txt_table tr{
    flex-direction: row;
    padding: 16px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  }
  table.modal_txt_table tr:first-of-type{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
  }
  table.modal_txt_table th{
    max-width: 140px;
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
  }
  table.modal_txt_table td{
    font-size: 16px;
    line-height: 150%;
  }
  .modal_btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .modal_area_inner {
    max-width: 300px;
  }
  .modal_txt1 {
    font-size: 16px;
  }
  .modal_txt2 {
    font-size: 12px;
  }
}