@charset "UTF-8";
/*
 ライトプランLP
*/
:root {
  /*__  __*/
  --color-key: #FABE00;
  --color-yellow: #FFDF20;
  --color-lightyellow: #FEF9C2;
  --color-white: #ffffff;
  --color-black: #18181B;
  --color-lightgray: #D4D4D8;
  --color-darkgray: #555555;
  --color-gray: #ccc;
  --color-red: #FB2C36;
  --color-orange: #F16311;
  /*__  __*/
  --vw2-min: min(60px,3.5vw);
  --vw5-min: min(120px,6vw);
  /*__  __*/
  --box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  --box-shadow-hover: 0 0 0 0 rgba(0, 0, 0, 0.15);
  /*__  __*/
  --table-th-color: #27272A;
  --table-odd: rgba(39, 39, 42, 0.50);
  --table-even: rgba(39, 39, 42, 0.30);
  --table-lite: rgba(253, 199, 0, 0.10);
  --table-lite-border: rgba(253, 199, 0, 0.30);
}
@media screen and (max-width: 1000px) {}
@media screen and (min-width: 1000.1px) {}

@media screen and (max-width: 767px) {}
@media screen and (min-width: 767.1px) {}

/* animate */
.fade {
  transform: translateY(4px);
  opacity: 0;
  transition: opacity 0.8s 0.2s, transform 0.8s 0.2s;
}
.fade.show {
  transform: translateY(0);
  opacity: 1;
}

/*__  __*/
body.upsell-body.in-webview{
  padding-top: 0;
}
.upsell-main{
  position: relative;
}
.upsell-main figure{
  margin: 0;
}
.upsell-main a{
  transition: all 0.5s 0s ease;
}
.is-sp-only{
  display: none;
  visibility: hidden;
}
.is-pc-only{
  display: inline-block;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .upsell-main{
    overflow-x: hidden;
  }
  .is-sp-only{
    display: inline-block;
    visibility: visible;
  }
  .is-pc-only{
    display: none;
    visibility: hidden;
  }
}

/*__ small-header __*/
.header-mkt-apply{
  display: flex;
}
.header-mkt-apply a{
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  transition: all 0.3s ease;
  height: 72px;
  color: #eee;
  background: #404040;
}
.header-mkt-apply a:hover{
  opacity: 0.7;
}
.header-mkt-apply a.header-apply-button{
  font-weight: 600;
  background: var(--color-red);
  color: var(--color-white);
}
.header-mkt-apply a.header-apply-button:hover{
  background: var(--color-white);
  color: var(--color-red);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .header-mkt-apply a{
    padding: 0 8px;
    font-size: 14px;
    height: 60px;
  }
}
.upsell-header-container .header{
    position: fixed;
}
/*__ footer __*/
.upsell-footer-pagetop{
  bottom: 0;
}


/*__ CTA __*/
.upsell_cta{
  display: flex;
  justify-content: center;
  margin: 5px auto;
}
@media screen and (max-width: 767px) {
  .upsell_cta{
    max-width: 480px;
  }
}

.upsell_cta_link{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-radius: 10px;
  background: var(--color-red);
  color: var(--color-white);
  border:solid 1px var(--color-red);
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  box-shadow: var(--box-shadow);
}
.upsell_cta_link:hover{
  background: var(--color-white);
  color: var(--color-red);
  box-shadow: var(--box-shadow-hover);
}
@media screen and (max-width: 767px) {
  .upsell_cta_link{
    padding: 10px 10px;
    min-width: 70vw;
  }
}

.upsell_skeleton_link{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px 10px 30px;
  border-radius: 10px;
  background: transparent;
  color: var(--color-darkgray);
  border: solid 1px var(--color-darkgray);
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  box-shadow: var(--box-shadow);
}
.upsell_skeleton_link:hover{
  background: var(--color-lightgray);
  box-shadow: var(--box-shadow-hover);
}
.upsell_skeleton_link::after{
  content: "";
  position: absolute;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: solid 2px var(--color-darkgray);
  border-right: solid 2px var(--color-darkgray);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .upsell_skeleton_link{
    padding-right: 20px;
    padding-left: 10px;
    min-width: 70vw;
  }
}

.upsell_text_link{
  text-decoration: underline;
  position: relative;
}
.upsell_text_link::after{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--color-darkgray);
  border-right: solid 2px var(--color-darkgray);
  transform: rotate(45deg);
  top: 50%;
  right: -10px;
  margin-top: -4px;
}
.upsell_plantable .upsell_text_link::after{
  border-top: solid 2px var(--color-lightgray);
  border-right: solid 2px var(--color-lightgray);
}
.upsell_text_link:hover{
  opacity: .5;
}

/*__ header __*/
/*__ footer __*/

/*__ ========== Layout ========== __*/
/*__ section __*/
.section_container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: var(--vw2-min) 20px var(--vw5-min);
  text-align: center;
}
.section_inner{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

/*__ Headline __*/
.section_header{
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section_header_title{
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -2px;
}
.section_header_title strong{
  font-size: 48px;
  font-weight: 800;
}
.section_header_title span{
  font-size: 30px;
  font-weight: 800;
}
.section_header_text{
  font-size: 16px;
  font-weight: 400;
}
.section_header_text strong{
  font-weight: 600;
}
.upsell_article_text{
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .section_header_title{
    font-size: 24px;
  }
  .section_header_title strong{
    font-size: 30px;
  }
  .section_header_title span{
    font-size: 20px;
  }
  .section_header_text{
    font-size: 18px;
  }
  .upsell_article_text{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section_header{
    margin-bottom: 20px;
  }
  .section_header_text{
    font-size: 16px;
  }
}

/*__ hero __*/
.upsell_hero{
  background: url(../img/upsell/lite/hero_bg.webp) no-repeat 0 0 var(--color-white);
  background-size: cover;
  /*background-attachment: fixed;*/
  padding: 0;
}
.section_hero_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 var(--vw5-min);
}
.hero_article{
  text-align: left;
  width: calc( 100% - 600px );
}
.hero_figure_pc{
  max-width: 600px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .upsell_hero{
    padding: 20px;
  }
  .section_hero_inner{
    flex-direction: column;
    padding: 0;
  }
  .hero_article{
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .upsell_hero{
    background: url(../img/upsell/lite/hero_bg_sp.webp) no-repeat top center var(--color-white);
    background-size: cover;
  }
}

.hero_header_title{
  font-size: min(74px,5vw);
  line-height: 1;
  font-weight: 800;
}
.hero_header_title strong{
  font-weight: 800;
}
.hero_article_title{
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero_article_subtitle{
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
}
.hero_article_subtitle span{
  color: var(--color-orange);
}
.hero_article_subtitle small{
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hero_article_title{
    font-size: 24px;
    margin-bottom: 0;
  }
  .hero_article_subtitle{
    font-size: 20px;
  }
  .hero_article_subtitle small{
    font-size: 16px;
  }
}

.hero_cta_block{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding-top: 20px;
}
.hero_cta_block .upsell_cta{
  margin-left: 0;
}
.hero_cta_block .upsell_cta_link{
  font-size: 24px;
  padding: 20px 40px;
  min-width: 440px;
}
.hero_cta_block .upsell_skeleton_link{
  font-size: 24px;
  font-weight: 500;
  padding: 10px 40px;
  min-width: 440px;
}
.hero_cta_block .upsell_skeleton_link::after{
  top: 42%;
  transform: translateY(-50%) rotate(135deg);
}
.hero_cta_block .upsell_skeleton_link:hover{
  background: var(--color-white);
}
.hero_figure{
  display: none;
}
@media screen and (max-width: 1000px) {
  .hero_figure_pc{
    display: none;
  }
  .hero_figure{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .hero_figure img{
    max-height: 320px;
  }
  .hero_figure_item{
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    padding: 10px 20px;
    box-shadow: var(--box-shadow);
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
  }
  .hero_figure_item.is-left_item{
    left: 0;
    border-radius: 0 30px 30px 0;
    padding-right: 30px;
    margin-top: -60px;
  }
  .hero_figure_item.is-right_item{
    right: 0;
    border-radius: 30px 0 0 30px;
    padding-left: 30px;
    margin-bottom: -30px;
  }

  .hero_cta_block{
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .hero_cta_block .upsell_cta{
    margin-left: auto;
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .hero_cta_block .upsell_cta_link,
  .hero_cta_block .upsell_skeleton_link{
    min-width: auto;
    max-width: 80vw;
    width: 80vw;
    font-size: 18px;
  }
  .hero_cta_block .upsell_cta_link{
    padding: 20px 10px;
  }
  .hero_cta_block .upsell_skeleton_link{
    padding: 10px 10px;
  }
  .hero_cta_block{
    padding-top: 8px;
    gap: 0;
    width: 100%;
    margin-left: -3vw;
    margin-right: -5vw;
  }
}


/*__ lead __*/
.upsell_lead{
  background-color: var(--color-black);
  background: url(../img/upsell/lite/lead_bg.webp) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  color: var(--color-white);
}
.upsell_lead_list{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.upsell_lead_item{
  display: flex;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  position: relative;
  background: var(--color-darkgray);
  border-radius: 20px;
  padding: 20px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  filter:drop-shadow(4px 4px 0 rgba(0,0,0,0.2));
  width: 48%;
}
.upsell_lead_item::before{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  width: 0;
  height: 0;
  /*background: var(--color-darkgray);*/
  border: solid 20px transparent;
  border-top-color: var(--color-darkgray);
  border-left-color: var(--color-darkgray);
}
.upsell_lead_item:nth-of-type(even){
  top:20px;
}
@media screen and (max-width: 767px) {
  .upsell_lead_list{
    flex-direction: column;
  }
  .upsell_lead_item{
    width: 80%;
    padding: 20px 10px;
    font-size: 24px;
  }
  .upsell_lead_item:nth-of-type(even){
    top: unset;
    left: 50px;
  }
}


/*__ points __*/
.upsell_points{
  background-color: var(--color-key);
  background: url(../img/upsell/lite/bg-02-pc.webp) no-repeat 0 0;
  background-size: cover;
}
.upsell_point_list{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.upsell_point_item{
  position: relative;
}
.upsell_point_item::after{
  content: "";
  position: absolute;
  top: -40px;
  left: -30px;
  width: calc( 100% + 30px );
  height: 100%;
  background: url(../img/upsell/lite/point_bg01.webp) no-repeat 0 0;
  background-size: contain;
}
.upsell_point_item:nth-of-type(odd)::after{
  left: -50px;
}
.upsell_point_item:nth-of-type(even){
  top:40px;
}
@media screen and (max-width: 880px) {
  .upsell_point_list{
    padding-top: 30px;
    flex-direction: column;
    gap: 40px;
  }
  .upsell_point_item:nth-of-type(odd)::after{
    left: -50px;
  }
  .upsell_point_item:nth-of-type(odd){
    left: -20px;
  }
  .upsell_point_item:nth-of-type(odd) .upsell_point_img{
    left: 50px;
  }
  .upsell_point_item:nth-of-type(even){
    top:0;
    left: 30px;
  }
}

.upsell_point_title{
  position: relative;
  z-index: 10;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
  background: var(--color-black);
  color: var(--color-white);
  display: inline-block;
}
.upsell_point_title small{
  font-size: 20px;
  font-weight: 400;
}
.upsell_point_title span{
  position: absolute;
  font-family: din-condensed, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: var(--color-black);
  top: -36px;
}
@media screen and (max-width: 1000px) {
  .upsell_point_title{
    font-size: 22px;
  }
  .upsell_point_title span{
    font-size: 20px;
    top: -26px;
  }
}
.upsell_point_title::after{
  content: "";
  position: absolute;
  z-index: -1;
  width: calc( 100% + 60px );
  height: calc( 100% + 20px );
  background: var(--color-black);
  left: -30px;
  top: -10px;
  transform: skew(-20deg);
}
.upsell_point_img{
  position: relative;
  z-index: 20;
  top: -10px;
}


/*__ voice __*/
.upsell_voice{
  background-color: var(--color-lightgray);
  background: url(../img/upsell/lite/voice_rectangle.svg) no-repeat top center var(--color-lightgray);
  background-size: contain;
}
.upsell_voice_list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.upsell_voice_list_item{
  display: flex;
  position: relative;
  background: var(--color-black);
  color: var(--color-white);
  z-index: 0;
  box-shadow: var(--box-shadow);
}
.upsell_voice_list_content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 30px;
  max-width: 700px;
  text-align: left;
  z-index: 10;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 767.1px) {
  .upsell_voice_list_item:nth-of-type(odd){
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.upsell_voice_list_figure{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

.upsell_voice_title{
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
}
.upsell_article_text{
  font-size: 18px;
  line-height: 1.2;
}
.upsell_article_text.text_right{
  text-align: right;
}
@media screen and (max-width: 767px) {
  .upsell_voice{
    padding: 20px 0 0;
  }
  .upsell_voice_list_container{
    overflow-x: auto;
    padding: 10px 0 40px 20px;
  }
  .upsell_voice_list{
    flex-direction: row;
    width: 600px;
    min-height: 400px;
  }
  .upsell_voice_list_item{
    align-items: flex-end;
  }
  .upsell_voice_list_content{
    max-width: 254px;
    padding: 10px 20px 40px;
    flex-shrink: 0;
  }
  .upsell_voice_title{
    font-size: 18px;
  }
  .upsell_voice_title br{
    display: none;
  }
  .upsell_article_text{
    font-size: 14px;
  }
}


/*__ advantage __*/
.upsell_advantage{
  background: var(--color-white);
}
.upsell_advantage .section_inner{
  max-width: 1400px;
}
.upsell_advantage_list{
  display: flex;
  justify-content: center;
  align-self: start;
  gap: min(50px,3vw);
  flex-wrap: wrap;
}
.upsell_advantage_list_item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  max-width: 348px;
}
.upsell_advantage_list_item figure{
  margin: 0;
  padding: 0;
}
.upsell_advantage_list_title{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
.upsell_advantage_text{
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .upsell_advantage_list_title{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .upsell_advantage_list_item figure{
    max-width: 210px;
  }
}

/*__ comparison __*/
.upsell_comparison{
  background: url(../img/upsell/lite/comparison_bg.webp) no-repeat 0 0 var(--color-black);
  background-size: cover;
  background-attachment: fixed;
  color: var(--color-white);
  padding-bottom: var(--vw2-min);
}
.upsell_comparison_contents{
  display: flex;
  justify-content: center;
  gap: min(50px,3vw);
}
@media screen and (max-width: 1000px) {
  .upsell_comparison_contents{
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .upsell_comparison{
    padding-top: var(--vw5-min);
    padding-bottom: var(--vw5-min);
  }
}

.upsell_comparison_body{
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--color-lightgray);
  padding: 20px;
  border-radius: 10px;
  width: 460px;
  color: var(--color-black);
}
.article_liteplan{
  background: var(--color-lightyellow);
}
@media screen and (max-width: 767px) {
  .upsell_comparison_body{
    width: 90%;
  }
  .upsell_comparison_body .upsell_cta{
    width: 100%;
  }
}

.upsell_comparison_title{
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
  padding: 0 2em;
}
.upsell_comparison_list{
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.upsell_comparison_list::after{
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-top-color: var(--color-darkgray);
  left: 50%;
  margin-left: -6px;
}
.article_liteplan .upsell_comparison_list::after{
  border-top-color: var(--color-key);
}

.upsell_comparison_list_item{
  padding: 10px 5px;
  text-align: center;
  background: var(--color-white);
  color: var(--color-black);
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
}
.upsell_comparison_list_item strong{
  font-size: 26px;
  font-weight: 700;
}
.upsell_comparison_list_item strong+span{
  font-size: 16px;
  font-weight: 500;
}
.upsell_comparison_body .upsell_cta_link{
  width: 390px;
}
.upsell_comparison_body .upsell_skeleton_link{
  width: 390px;
  background: var(--color-white);
}

/*__ price __*/
.upsell_price{
  background: var(--color-yellow);
  background: url(../img/upsell/lite/price_bg.svg) no-repeat 0 0 var(--color-yellow);
  background-size: cover;
}
.upsell_price_article{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  background: var(--color-white);
  border: solid 4px var(--color-key);
  border-radius: 10px;
  padding: 30px 20px 10px;
  box-shadow: var(--box-shadow);
  max-width: 740px;
  margin: 0 auto;
}
.upsell_price_title{
  position: absolute;
  display: flex;
  justify-content: center;
  background: var(--color-key);
  color: var(--color-black);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
.upsell_price_body{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .upsell_price_article{
    padding: 30px 10px 10px;
  }
  .upsell_price_title{
    font-size: 18px;
    width: 240px;
  }
  .upsell_price_body{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.upsell_price_detail{
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.upsell_price_detail strong{
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -2px;
}
.upsell_price_detail strong > span{
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .upsell_price_detail{
    flex-direction: row;
    align-items: baseline;
  }
  .upsell_price_detail strong{
    font-size: 48px;
  }
}
.upsell_price_detail_list{
  background: #F2F2F2;
  padding: 10px 20px;
  border-radius: 10px;
}
.upsell_price_detail_list li{
  text-align: left;
  margin: 4px 0;
}
.upsell_price_detail_list li::before{
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 16px;
  background: var(--color-key);
  margin-right: 8px;
}

.upsell_price_article .upsell_cta,
.upsell_price_article .upsell_cta_link{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .upsell_price_detail_list{
    padding: 10px;
    font-size: 14.5px;
  }
}

/*__ plantable __*/
.upsell_plantable{
  background: var(--color-darkgray);
  color: var(--color-white);
}
.upsell_plantable .section_inner{
  max-width: 1200px;
}

.upsell_cta_block{
  margin: 30px 0 max(60px,3vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/*__ プラン比較表 __*/
.plantable{
  margin: 30px auto;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .upsell_plantable_container{
    overflow-x: auto;
    padding: 10px 0 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .plantable{
    width: 1000px;
  }
  .plantable tbody tr{
    position: relative;
  }
  .tbody_headline_th b{
    position: sticky;
    left: 8px;
    font-weight: 600;
  }
  .tbody_headline_th b::after{
    content: "》";
    margin-left: 8px;
  }
  .plantable tbody tr .tbody_th_item{
    position: sticky;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
  }
  .tr_odd_item .tbody_th_item{
    background: var(--table-odd);
  }
  .tr_even_item .tbody_th_item{
    background: var(--table-even);
  }
}


.plantable + .upsell_coution_text{
  margin-top: -20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .upsell_coution_text{
    padding-left: 16px;
  }
}

.plantable th,
.plantable td{
  padding: 16px 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.15;
}
.plantable i{
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
.plantable_header th{
  width: auto;
  line-height: 1.5;
}
.plantable_header th b{
  font-size: 18px;
  font-weight: 600;
}
.plantable_header th span{
  font-size: 12px;
}
.plantable_header th strong{
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.plantable_header th:not(.blank_item){
  position: relative;
  z-index: 10;
  width: 200px;
  padding: 20px 5px 10px;
}
.plantable_header th:not(.blank_item)::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
  height: 100%;
  width: calc( 100% - 4px );
  background: var(--table-th-color);
  border-radius: 20px 20px 0 0 ;
}
.plantable_header th.plan-lite{
  color: var(--color-black);
}
.plantable_header th.plan-lite::before{
  background: var(--color-key);
  height: calc( 100% + 10px );
  top: -8px;
}
.plantable_header th.has-tip::after{
  content: "おすすめ";
  position: absolute;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 30px;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 15px;
  line-height: 1;
  z-index: 5;
  top: -10px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.tbody_headline{
  background: var(--table-th-color);
  color: var(--color-yellow);
  position: relative;
}
.plantable th.tbody_headline_th{
  text-align: left;
  font-weight: 600;
}
.plantable th.tbody_headline_th b{
  font-weight: 600;
}
.plantable_body tr{
  border-top: solid 2px var(--color-darkgray);
}
.plantable_body tr + .tbody_headline{
  border-top: solid 10px var(--color-darkgray);
}
.tr_odd_item{
  background: var(--table-odd);
}
.tr_even_item{
  background: var(--table-even);
}
.plantable .tbody_th_item{
  text-align: left;
  width: 212px;
}
.plantable_body tr > td:nth-child(3){
  background: var(--table-lite);
  border-left: 2px solid var(--table-lite-border);
  border-right: 2px solid var(--table-lite-border);
}
.plantable_body sup{
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .plantable {
    width: calc( 100px + ( 148px * 4 ) + 100px );
  }
  .plantable th,
  .plantable td{
    padding: 10px 8px;
    font-size: 15px;
  }
  .plantable .tbody_th_item{
    width: 100px;
    border-right: solid 1px var(--color-darkgray);
  }
  .plantable_header th:not(.blank_item){
    width: 140px;
    padding: 20px 5px 10px;
  }
  .plantable_body tr > td:nth-child(4){
    border-right: 2px solid var(--color-darkgray);
  }
}


/*__ プラン比較表下の問合せ導線 __*/
.upsell_be-plan_links{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  margin-top: 30px;
  background: var(--color-lightgray);
  color: var(--color-black);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}
.upsell_be-plan_links p{
  font-size: 18px;
}
.upsell_be-plan_links strong{
  font-weight: 600;
}
.upsell_be-plan_links .upsell_skeleton_link{
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  .upsell_be-plan_links{
    padding: 15px;
  }
  .upsell_be-plan_links p{
    font-size: 16px;
  }
}


/*__ FAQ __*/
.upsell_faq{
  background: var(--color-white);
}
.upsell_faq_list{
  text-align: left;
  margin-bottom: 20px;
}
.upsell_faq_list dt,
.upsell_faq_list dd{
  position: relative;
  padding: 20px 0;
}
.upsell_faq_list dt::before,
.upsell_faq_list dd::before{
  content: "Q.";
  position: absolute;
  top: 20px;
  left: 0;
  font-family: din-condensed, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
.upsell_faq_list dd::before{
  content: "A.";
  top: 10px;
}
.upsell_faq_list dt::after{
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 3px var(--color-gray);
  border-top: solid 3px var(--color-gray);
  transform: rotate(-135deg);
  transition: all 0.2s 0s ease;
}
.upsell_faq_list dt.is_open::after{
  transform: rotate(45deg);
}

.upsell_faq_list dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  border-top: solid 1px var(--color-lightgray);
  padding:20px 10px 10px 32px;
  cursor: pointer
}
.upsell_faq_list dd{
  display: none;
  padding:12px 40px 40px 32px;
}
.upsell_faq_list dd + dt{
  margin-top: 20px;
}

.upsell_faq_title{
  font-size: 20px;
}
.upsell_faq_answer{
  font-size: 18px;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .upsell_faq_list dt b{
    padding-right: 8px;

  }
  .upsell_faq_list dd{
    padding-right: 32px;
  }
  .upsell_faq_list dt::after{
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .upsell_faq_title{
    font-size: 18px;
  }
  .upsell_faq_answer{
    font-size: 16px;
  }
}

/*__ coution __*/
.upsell_coution{
  background: var(--color-lightgray);
  padding-bottom: var(--vw5-min);
}