@charset "UTF-8";

.plan-wrap{
  background-color: #f3f3f3;
}

/* --------------- .plan-nav--------------- */
.plan-nav {
  padding: 5rem 1rem;
}
.plan-nav h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2rem;
}
.plan-nav h2 span {
  display: block;
  font-size: 1.6rem;
  color: #026795;
  margin-bottom: 1.5rem;
}

.plan-nav-sp li a {
  display: flex;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.plan-nav-sp li p.planNo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  background: var(--blue);
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  border-radius: 1rem 0 0 1rem;
}
.plan-nav-sp li p.planNo span span {
  display: block;
  font-size: 1.1rem;
}

.plan-nav-sp li .plan-item {
  padding: 2rem;
  flex-grow: 1;
}
.plan-nav-sp li .plan-type {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px #dfe8ef solid;
  padding-bottom: 1rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.plan-nav-sp li .plan-type span {
  display: block;
  font-size: 1.4rem;
}

.plan-nav-sp li .plan-type::before, .plan-nav-sp li .plan-type::after {
  content: "";
  display: block;
  width: 8px;
  height: 3px;
  background: var(--blue);
  position: absolute;
  top: 35%;
}
.plan-nav-sp li .plan-type::before {
  transform: rotate(45deg) skewX(45deg);
  left: calc(95% - 6px);
}
.plan-nav-sp li .plan-type::after {
  transform: rotate(-45deg) skewX(-45deg);
  left: 95%;
}

.plan-nav-sp li .plan-name {
  font-size: 1.2rem;
}
.plan-nav-sp li .plan-name span {
  color: var(--pink);
}

.plan-nav-pc {
  display: none;
}



/* -------------------------------
01-プラン詳細 SP 
-------------------------------*/
/* 冒頭 SP */
.plan-detail-gree{
  margin: 0 10px;
  padding: 50px 0 0;
  border-top: 3px solid #fff;
}
.plan-flex,.plan-flex-rev{
  display: flex;
  flex-direction: column;
}

/* 写真 SP */
.plan-note-left,
.plan-note-right{
  width: auto;
  margin: 0;
  padding: 0;
}

/* プラン名称と説明 SP */
.plan-gree-ttl{position: relative;}

.plan-ttl-left,.plan-ttl-right{
  padding: 70px 0 0;
  width: auto;
}

.plan-gree-ttl h3{
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.plan-gree-ttl h3 span{
  display: block;
}
.plan-gree-ttl h3 span.h3subttl{
  padding: ;
  font-size: 1.2rem;
  font-weight: normal;
}

.plan-gree-ttl h3 + p{
  padding:10px 15px 20px;
  font-size: 1.4rem;
}
.plan-gree-ttl h3 + p span{
  display: block;
  padding: 5px 0 0;
  font-size: 1.2rem;
}

.plan-gree-ttl h3 small,
.plan-gree-ttl h3 + p small{
  font-size: 1rem;
}

/* プラン番号 SP */
.plan-no{
  width: 100%;
  position: absolute;
  top: -8%;
  left: 0;
}
.plan-no span{
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding: 16px 0 0;
  line-height: 1;
  text-align: center;
  border-radius: 50%;  
  border: 3px solid var(--blue);
  background: #fff;
  color: var(--blue);
  font-size: 1.3rem;
}
.plan-no span strong{
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
}


/* -------------------------------
02-アコーディオン開閉部分 
-------------------------------*/
.plan-detail-wrap{
  background: #f3f3f3;
}
.s_04{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 30px;
}

/*=====================================
.s_04 .accordion_one
=======================================*/
/*　トリガー */
.s_04 .accordion_one .accordion_header {
  width: 240px;
  margin: 0 auto;
/*  transition-duration: .2s;*/
}

/* トリガー 開く --- */
.accordion_one .accordion_header .i_box {
  margin: 0 0 20px;
  padding: 10px 0;
  text-align: center;
  border-radius: 80px; 
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--blue);
  color:var(--blue);
}
.accordion_one .accordion_header .i_box p{
  background: url(../img/icon-downarr.svg) no-repeat 90% center;
  background-size:20px;
}
.accordion_one .accordion_header .i_box p::before{
  content: "もっと詳しく";
}

/* トリガー 閉じる .open --- */
.accordion_one .accordion_header.open .i_box {
  margin: 0 0 20px;
  padding: 10px 0;
  text-align: center;
  border-radius: 80px; 
  font-weight: bold;
  cursor: pointer;
  background: var(--indigo);
  border: 1px solid var(--indigo);
  color:#fff;
}
.accordion_one .accordion_header.open .i_box p{
  background: url(../img/icon-close.svg) no-repeat 90% center;
  background-size:20px;
}
.accordion_one .accordion_header.open .i_box p::before{
  content: "プラン詳細を閉じる";
}


/* トリガー 1番目 閉じる--- */
.accordion_one .accordion_header.stay .i_box {
  margin: 0 0 20px;
  padding: 10px 0;
  text-align: center;
  border-radius: 80px; 
  font-weight: bold;
  cursor: pointer;
  background: var(--indigo);
  border: 1px solid var(--indigo);
  color:#fff;
}
.accordion_one .accordion_header.stay .i_box p{
  background: url(../img/icon-close.svg) no-repeat 90% center;
  background-size:20px;
}
.accordion_one .accordion_header.stay .i_box p::before{
  content: "プラン詳細を閉じる";
}

/* トリガー 1番目 開く .open--- */
.accordion_one .accordion_header.stay.open .i_box {
  margin: 0 0 20px;
  padding: 10px 0;
  text-align: center;
  border-radius: 80px; 
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--blue);
  color:var(--blue);
}
.accordion_one .accordion_header.stay.open .i_box p{
  background: url(../img/icon-downarr.svg) no-repeat 90% center;
  background-size:20px;
}
.accordion_one .accordion_header.stay.open .i_box p::before{
  content: "もっと詳しく";
}

.accordion_one .accordion_inner {
  display: none;
}
.accordion_one .accordion_inner.stay {
  display: block;
}


@media screen and (max-width: 750px) {
  .s_04 .accordion_one .accordion_header {
    text-align: center;
  }
}


/* -------------------------------
03-プランタブ内 SP 
-------------------------------*/
.tab{
  padding: 20px 0 0 0;
}

/* タブメニュー
--------------------*/
.tab-list{
  display: flex;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

.tab-list-item{
  width: 32%;
  text-align: center;
  margin: 0 2% 10px 0;
  padding: 20px 0;
  border: 0;
  border-radius: 10px;
  background: #fff;  
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}
.tab-list-item span{
  display: none;
}

/*タブメニューアクティブ時 -----*/
.is-btn-active{
  margin: 0 2% 0 0;
  padding:0;
  border-radius: 0;
  background: #fff;
}
.is-btn-active p{
  margin: 0 10px;
  padding: 0 0 5px;
  border-bottom: 3px solid #000;
  position: relative;
}
.is-btn-active p.tabline{
  margin: 0 5px;
}

/* タブメニューアクティブ時 矢印------- */
.is-btn-active p span{  
  display: block;
  position: absolute;
  top: 40px;
  left: 45%;
  animation:fadeInAnime 1s;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*タブ内コンテンツ
-----------------------*/
.tab-contents{
  display: none;
  padding: 50px 10px;
  border-top: 3px solid #fff;
  background-color: #e9f5fa;
}
.is-contents-active{
  display: block;
}

.tab-contents h3{  
  margin: 0;
  padding: 0 0 5px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}
.tab-contents h3.tab-h3-wh1,
.tab-contents h3.tab-h3-wh2,
.tab-contents h3.tab-h3-wh3,
.tab-contents h3.tab-h3-wh4{
  width: auto;
}

.tab-contents h3 span{
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  line-height: 1.8;
  border-radius: 20px;
  background: #f9e621;
  font-size: 1.6rem;
  position: static;
}
.tab-contents h3 span br{display: none;}

.tab-age{
  width: 300px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.tab-age ol{
  display: flex;
}
.tab-age ol li{
  width: 50%;
  padding: 2px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.tab-age ol li:first-child{
  color: #fff;
  background: var(--pink);
}
.tab-age ol li:last-child{
  color: var(--pink);
  background: #fff;
}
.tab-age ol li span{
  padding: 0 4px;
  font-size: 1.8rem;
}

/* ポイントとおすすめ SP------------ */
.tab-info{
  display: flex;
  flex-direction: column;
  padding: 0;
}

.tab-info p{
  width: auto;
  padding: 0 0 20px;
}

.tab-info-content{  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
}

.tab-info-content article{
  display: flex;
  flex-direction: column;
  width: auto;
  margin:0 0 20px;
  padding: 15px 30px;
  background: #fff;
}
.tab-info-content article h4,
.tab-info-content article ol{
  width: auto;
}
.tab-info-content article h4{
  margin: 0 0 20px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  background: #000;
  border-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.tab-info-content article h4.robot{
 font-family: 'Roboto', 'Noto Sans JP', sans-serif; 
}

.tab-info-content article ol li{
  padding:20px 30px;
  border-bottom: 1px dashed #aaa;
  font-size: 1.6rem;
  font-weight: bold;
}
.tab-info-content article ol li:first-child{
  padding:0 30px 15px;  
}
.tab-info-content article ol li span{
  padding: 0 4px;
  font-size: 2.1rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.tab-info-content article ol li small{
  font-size: 1rem;
}
.tab-info-content article ol li small + span{
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.tab-info-content article ol li br{display: block;}

@media screen and (min-width:480px) {
  .tab-info-content article ol li br{display:none;}
}


/* タブ内ボタン SP
--------------------*/
.tab-btn{
  padding: 0;
}
.tab-btn ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 基本のデザイン */
.tab-btn ul li{
  width: auto;
  margin: 0 0 10px;
}
.tab-btn ul li a{
  display: block;  
  padding: 5px 0;
  text-align: center;
  border-radius: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.tab-btn ul li a:hover{opacity: 1;}

.tab-btn ul li a::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top:40%;
  left: 88%;
}

/* 詳細はこちら */
.tab-btn ul li.col-indigo a{
  color: var(--indigo);
  border: 3px solid var(--indigo);
  background: #fff;
}
.tab-btn ul li.col-indigo a:hover{
  color: #fff;
  background:var(--indigo);
}
.tab-btn ul li.col-indigo a::after{
  border-top: 2px solid var(--indigo);
  border-right: 2px solid var(--indigo);
}
.tab-btn ul li.col-indigo a:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


/* 資料請求 */
.tab-btn ul li.col-blue a{
  color: var(--blue);
  border: 3px solid var(--blue);
  background: #fff;
}
.tab-btn ul li.col-blue a:hover{
  color: #fff;
  background:var(--blue);
}
.tab-btn ul li.col-blue a::after{
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
}
.tab-btn ul li.col-blue a:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* カンタンWEB加⼊ */
.tab-btn ul li.col-orange a{
  color: var(--orange);
  border: 3px solid var(--orange);
  background: #fff;
}
.tab-btn ul li.col-orange a:hover{
  color: #fff;
  background:var(--orange);
}
.tab-btn ul li.col-orange a::after{
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
}
.tab-btn ul li.col-orange a:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


/*----------------------------------------------------
TB用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  /* -------------------------------
  01-プラン詳細 TB 
  -------------------------------*/
  .plan-gree-ttl h3{
    font-size: 3.0rem;
  }
  .plan-gree-ttl h3 + p{
    padding:10px 90px 20px;
    font-size: 1.6rem;
  }
  .plan-gree-ttl h3 + p span{
    font-size: 1.4rem;
  }
  .plan-gree-ttl h3 + p small{
    font-size: 1.2rem;
  }
  /* プラン番号 TB */
  .plan-no{
    top: -16%;
  }


  /* -------------------------------
  03-プランタブ内 TB
  -------------------------------*/

  /* タブメニュー
  --------------------*/
  .tab-list-item{font-size: 1.6rem;}

  /*タブメニューアクティブ時 TB -----*/
  .is-btn-active p,.is-btn-active p.tabline{
    margin: 0 20px;
  }

  /* タブメニューアクティブ時 矢印 TB ------- */
  .is-btn-active p span{top: 28px;}


  /*タブ内コンテンツ TB
  -----------------------*/

  /* ポイントとおすすめ TB------------ */
  .tab-info-content{
    flex-direction: row;
    padding: 0 0 30px;
  }
  .tab-info-content article{
    width: 49%;
    margin:0;
  }

  /* タブ内ボタン TB
  --------------------*/
  .tab-btn ul{
    flex-direction: row;
  }
  /* 基本のデザイン */
  .tab-btn ul li{
    width: 32%;
    margin:0;
  }


}

/*----------------------------------------------------
PC用 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

/* --------------- .plan-nav--------------- */

  .plan-nav-sp {
    display: none;
  }
  .plan-nav-pc {
    display: block;
    max-width: 128rem;
    margin: 0 auto;
  }

  .plan-nav h2 {
    margin-bottom: 5rem;
  }

  .plan-nav-pc .plan-nav0102, .plan-nav-pc .plan-nav0305 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .plan-nav-pc .plan-nav-box {
    background: #fff;
    text-align: center;
    padding: 5rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
  }
  .plan-nav0102 .plan-nav-box {
    width: 48%;
  }
  .plan-nav0305 .plan-nav-box {
    width: 31.3%;
  }
  .plan-nav-pc .plan-nav-box p.planNo {
    background: var(--blue);
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    width: 17rem;
    height: 17rem;
    border-radius: 8.5rem;
    padding: 10rem 0 0 7rem;
    position: absolute;
    top: -8.5rem;
    left: -8.5rem;
  }
  .plan-nav-pc .plan-nav-box p.planNo span span {
    display: block;
    font-size: 1.3rem;
  }
  .plan-nav-pc .plan-nav-box .plan-type {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2.5rem;
  }
  .plan-nav-pc .plan-nav-box .plan-type > span {
    display: inline-block;
    text-align: left;
  }
  
  .plan-nav-pc ul.plan-name {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 3rem 0 2rem;
  }
  .plan-nav-pc .plan-nav0102 ul.plan-name {
    display: flex;
  }
  .plan-nav-pc ul.plan-name li {
    border: 1px #ccc solid;
    padding: 3rem 0;
  }
  .plan-nav-pc .plan-nav0102 ul.plan-name li:first-child {
    border-right: none;
    border-radius: 1rem 0 0 1rem;
  }
  .plan-nav-pc .plan-nav0102 ul.plan-name li:last-child {
    border-radius: 0 1rem 1rem 0;
  }
  .plan-nav-pc .plan-nav01 ul.plan-name li:last-child {
    width: 34%;
    border-left: none;
  }
  .plan-nav-pc .plan-nav01 ul.plan-name li {
    width: 33%;
  }
  .plan-nav-pc .plan-nav02 ul.plan-name li {
    width: 50%;
  }
  .plan-nav-pc .plan-nav0305 ul.plan-name li {
    padding: 0.5rem 0;
    border-radius: 1rem;
  }
  .plan-nav-pc ul.plan-name span {
    display: inline-block;
    font-size: 1.4rem;
    color: var(--pink);
    line-height: 1;
    padding: 0.2rem 1.5rem 0;
    margin-top: 0.5rem;
    border: 1px var(--pink) solid;
    border-radius: 1.5rem;
  }
  .plan-nav-pc .plan-nav03 ul.plan-name span {
    padding: 0.2rem 1rem 0;
    margin-left: 1rem;
  }

  .plan-toDetail {
    margin-top: 2rem;
  }
  .plan-toDetail a {
    display: block;
    background: #fff;
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 2rem 0;
    border: 1px var(--blue) solid;
    border-radius: 3rem;
    transition: .5s;
  }
  .plan-toDetail a span {
    padding-right: 3.5rem;
    position: relative;
  }
  .plan-toDetail a span::before, .plan-toDetail a span::after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    background: var(--blue);
    position: absolute;
    top: 50%;
  }
  .plan-toDetail a span::before {
    transform: rotate(35deg) skewX(35deg) translateY(-50%);
    left: 85%;
  }
  .plan-toDetail a span::after {
    transform: rotate(-35deg) skewX(-35deg) translateY(-50%);
    left: calc(85% + 6px);
  }
  .plan-toDetail a:hover {
    background: var(--blue);
    color: #fff;
  }
  .plan-toDetail a:hover span::before, .plan-toDetail a:hover span::after {
    background: #fff;
  }



  /* -------------------------------
  01-プラン詳細 PC 
  -------------------------------*/
  /* 冒頭 PC */
  .plan-detail-gree{
    padding: 50px 0;
    flex-direction: row; 
  }
  .plan-flex{flex-direction: row;}
  .plan-flex-rev{flex-direction: row-reverse;}

  /* 番号と写真 PC */
  .plan-gree-note{position: static;}

  /* 番号と写真 PC */
  .plan-note-left{width: 45%;}
  .plan-note-right{width: 50%;}

  .plan-ttl-left{
    width: 55%;
    margin: 0 0 0 5%;
    padding: 90px 0 0 0;
  }
  .plan-ttl-right{
    width: 50%;
    padding: 90px 6% 0 0;
  }

  .plan-gree-ttl h3{
    text-align: left;
  }

  .plan-gree-ttl h3 span.h3subttl{
    padding: 0 0 5px 40%;
    font-size: 1.4rem;
  }
  .plan-gree-ttl h3 + p{
    margin: 0;
    padding:10px 0 20px;
  }

  /* プラン番号 PC  */
  .plan-no{top: 0;}
  .plan-no span{margin: 0;}


  /* -------------------------------
  02-アコーディオン開閉部分 PC 
  -------------------------------*/
 .s_04{padding: 0;}

  /*　トリガー PC1000 */
  .s_04 .accordion_one .accordion_header {
    width: 300px;
    margin: 0;
  }


  /* -------------------------------
  03-プランタブ内 PC
  ---------------------------------*/
 .tab{padding: 30px 0 0 0;}

  /* タブメニュー PC
  --------------------*/
  .tab-list{padding: 0;}
  .tab-list-item{
    padding: 20px;
    font-size: 1.8rem;
  }
  
  /* タブメニューアクティブ時 矢印 PC ------- */
  .is-btn-active p span{top: 30px;}

  /*タブ内コンテンツ PC
  -----------------------*/
  .tab-contents h3{
    margin: 0 auto;
    padding: 0 0 8px 65px;
    text-align: left;
    font-size: 3.0rem;
    font-weight: bold;
  }

  .tab-contents h3.tab-h3-wh1{width: 300px;}
  .tab-contents h3.tab-h3-wh2{width: 360px;}
  .tab-contents h3.tab-h3-wh3{width: 400px;}
  .tab-contents h3.tab-h3-wh4{width: 500px;}

  .tab-contents h3 span{
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 10px;
    line-height: 1.1;
    border-radius: 50%;
    font-size: 1.4rem;
    position: absolute;
    top: -5px;
    left: 5px;
  }
  .tab-contents h3 span br{display: block;}



  /*タブ内コンテンツ PC 1000
  -----------------------*/
  .tab-contents{
    padding: 50px;
  }

  /* ポイントとおすすめ PC------------ */
  .tab-info{
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0 0 30px;
  }
  .tab-info p{
    width: 29%;
    padding:0 0 0 2%;
  }
  .tab-info-content{
    flex-direction: column;
    width: 71%;
    padding: 0;
  }
  .tab-info-content article{
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    margin:0 0 20px;
    padding: 40px;
  }

  .tab-info-content article h4{
    width: 20%;
    margin:0 7% 0 0;
    padding:0 0 5px;
    text-align: left;
    color: #000;
    background: transparent;
    border-bottom: 3px solid #000;
  }

  .tab-info-content article ol{
    width: 73%;
    padding: 0;
  }
  .tab-info-content article ol li{
    font-size: 1.8rem;
    padding:15px 0;
  }
  .tab-info-content article ol li:first-child{
    padding:0 0 15px;  
  }

}


/*----------------------------------------------------
PC用 1280- 
----------------------------------------------------*/
@media screen and (min-width:1280px) {

/* --------------- .plan-nav--------------- */

  .plan-nav-pc .plan-nav-box .plan-type {
    font-size: 2.4rem;
  }
  .plan-nav-pc ul.plan-name {
    font-size: 1.8rem;
  }
  .plan-nav-pc ul.plan-name span {
    font-size: 1.6rem;
  }
  .plan-toDetail a {
    font-size: 1.8rem;
  }



  /* -------------------------------
  03-プランタブ内 PC1280
  ---------------------------------*/
  /*タブ内コンテンツ PC 1280
  ---------------------------*/
  .tab-contents{
    padding: 50px 100px;
  }
  .tab-info-content article h4{
    width: 17%;
    font-size: 2rem;
  }
  .tab-info-content article ol{
    width: 76%;
  }
  .tab-info-content article ol li span{
    font-size: 2.4rem;
  }

  /* タブ内ボタン PC1280
  --------------------------*/
  .tab-btn ul li a{
    padding: 15px 0;
    font-size: 2.4rem;
  }

  .tab-btn ul li a::after{  
    width: 12px;
    height: 12px;
  }

  /* 詳細はこちら PC1280 */
  .tab-btn ul li.col-indigo a::after{
    border-top: 4px solid var(--indigo);
    border-right: 4px solid var(--indigo);
  }
  .tab-btn ul li.col-indigo a:hover::after{
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  /* 資料請求 PC1280 */
  .tab-btn ul li.col-blue a::after{
    border-top: 4px solid var(--blue);
    border-right: 4px solid var(--blue);
  }
  .tab-btn ul li.col-blue a:hover::after{
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  /* カンタンWEB加⼊ PC1280 */
  .tab-btn ul li.col-orange a::after{
    border-top: 4px solid var(--orange);
    border-right: 4px solid var(--orange);
  }
  .tab-btn ul li.col-orange a:hover::after{
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }

}
