@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@800&family=Lato:wght@900&display=swap");

/** ============================================================
 * CMS用追加
 * ========================================================== */
.bootstrap a{
  color: #272727;
}
.bootstrap a:hover,
.bootstrap a:focus{
  color: #bc2739;
  text-decoration: none;
}
.bootstrap p{
  margin-bottom: 0;
}
.bootstrap b,
.bootstrap strong{
  font-weight: bold;
}
.main-heading{
  margin-top: 60px!important;
  font-size: 44px!important;
  font-weight: 700!important;
  line-height: 1.5!important;
}
.sub-heading{
  margin-top: 80px!important;
  margin-bottom: 30px!important;
  border-bottom-width: 4px;
  font-weight: bold!important;
  text-align: left;
}
.sub-heading::after{
  bottom: -4px;
  border-bottom-width: 4px;
}
.node__content{
  margin-top: 0!important;
}
@media screen and (max-width: 768px) {
  .main-heading{
    font-size: 30px!important;
  }
  .sub-heading{
    margin-top: 120px!important;
    font-size: min(32px, 7.3vw)!important;
  }
}



/** ============================================================
 * パンくず
 * ========================================================== */
.bootstrap .breadcrumb {
  background: 0 0;
  padding: 0
}

@media (min-width: 768px) {
  .bootstrap .breadcrumb {
    margin:50px auto 1rem
  }
}

@media screen and (max-width: 768px) {
  .bootstrap .breadcrumb {
    display:none
  }
}


/** ============================================================
 * 共通
 * ========================================================== */
.font--line{
  font-family: "LINE Seed JP", Helvetica, Neue Haas Grotesk, Arial;
}

.content-block{
  margin: 80px 0;
  line-height: 1.5;
}

/* 見出し */
.simple-heading{
  margin: 60px 0 0!important;
  font-size: 24px!important;
  font-weight: 900!important;
  line-height: 1.5!important;
}

.point-heading{
  padding-left: 15px;
  border-left: 5px solid #BC2739;
  font-size: 24px!important;
  font-weight: 700!important;
  line-height: 1.5!important;
}


/* テキスト系 */
.text{
  margin: 20px 0 0!important;
  font-size: 18px!important;
}
.text--l{
  font-size: 22px;
}
.simple-heading + .text{
  margin-top: 14px!important;
}

.sim-text{
  color: #3C4554;
  font-weight: 800;
}

.note-text{
  font-size: 14px;
}
.note-text--asterisk{
  margin-left: 1em;
  text-indent: -1em;
}
.note-text--asterisk::before{
  content: "※";
}

/* 左右スラッシュテキスト */
.slash-heading{
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.slash-heading::before,
.slash-heading::after{
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 4px;
  height: 32px;
  background: #FDD000;
}
.slash-heading::before{
  left: 0;
  transform: rotate(-24deg) translateY(-50%);
}
.slash-heading::after{
  right: 0;
  transform: rotate(24deg) translateY(-50%);
}

/* リンク系 */
.link-box{
  transition: all 0.25s;
}
.link-box .oval-link{
  width: auto;
}
.bootstrap button.oval-link{
  border-radius: 100vh;
  font-size: 18px;
}

.oval-link:not(.oval-link--disabled):hover,
.oval-link:not(.oval-link--disabled):focus{
  opacity: 1;
}

.bootstrap a.oval-link--red,
.content-inner a.oval-link--red{
  background: #CC0033;
}
.bootstrap a.oval-link--red:hover,
.content-inner a.oval-link--red:hover{
  opacity: .8;
}

.oval-link--white,
.bootstrap a.oval-link--white,
.content-inner a.oval-link--white{
  padding: 15px 54px;
}
.oval-link--white::after,
.bootstrap a.oval-link--white::after,
.content-inner a.oval-link--white::after{
  width: 24px;
  height: 24px;
  background: url(/sites/default/files/media/service/sp-datasim/image/icon_arrow-bk-r.png) no-repeat center / contain;
}
.oval-link--white:hover,
.bootstrap a.oval-link--white:hover,
.content-inner a.oval-link--white:hover{
  background: #BC2739;
  color: #fff;
}
.oval-link--white:hover::after,
.bootstrap a.oval-link--white:hover::after,
.content-inner a.oval-link--white:hover::after{
  background: url(/sites/default/files/media/service/sp-datasim/image/icon_arrow-wt-r.png) no-repeat center / contain;
}

.oval-link--gray{
  padding: 16px 56px;
  border: none;
  background: #4C4C4C;
  color: #fff;
}
.oval-link--gray::after{
  display: none;
}
.oval-link--gray:hover{
  background: #E6A814;
}
.oval-link--gray span{
  position: relative;
  padding: 0 20px;
}
.oval-link--gray span::after{
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  transform: rotate(135deg) translateY(-50%);
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.oval-link--lgray,
.oval-link--lgray{
  background: #E5E5E5;
}
.oval-link--lgray::after,
.oval-link--lgray::after{
  width: 24px;
  height: 24px;
  background: url(/sites/default/files/media/service/sp-datasim/image/icon_arrow-bk-r.png) no-repeat center / contain;
}


.oval-link--shadow{
  box-shadow: 0 6px 10px 2px rgba(39, 39, 39, .2);
}

.oval-link--anchor{
  padding: 17px 71px;
  font-size: 22px;
}
.oval-link--anchor::after{
  right: 40px;
  width: 24px;
  height: 24px;
  background: url(/sites/default/files/media/service/sp-datasim/image/icon_arrow-wt-d.png) no-repeat center / contain;
}

@media screen and (max-width: 768px) {
  /* 見出し */
  .simple-heading{
    margin-top: 54px!important;
    font-size: min(24px, 5.5vw)!important;
  }

  .point-heading{
    font-size: min(24px, 5.5vw)!important;
  }


  /* テキスト系 */
  .text{
    font-size: min(18px, 4.1vw)!important;
    text-align: left;
  }
  .text--l{
    font-size: min(22px, 5vw);
  }

  .note-text{
    font-size: min(14px, 3.2vw);
  }

  /* 左右スラッシュテキスト */
  .slash-heading{
    padding: 0 30px;
  }
  .slash-heading::before,
  .slash-heading::after{
    width: 6px;
    height: 48px;
  }

  /* リンク系 */
  .link-box{
    margin-top: 18px;
  }
  .link-box .oval-link{
    width: 100%;
    max-width: 82.3vw;
    padding: 18px 40px;
  }

  .oval-link--gray{
    width: 100%;
    max-width: min(323px, 73.4vw);
    padding: 17px 0;
    font-size: min(18.8px, 4.3vw);
  }

  .oval-link--anchor{
    font-size: min(22px, 5vw);
  }
  .oval-link--anchor::after{
    width: 5.5vw;
    height: 5.5vw;
    right: 14px;
  }

}


/** ============================================================
 * MV
 * ========================================================== */
.content-block.mv{
  margin: 30px 0 0;
  padding: 30px 0 37px;
  background: url(/sites/default/files/media/service/sp-datasim/image/mv_bg-pc.png) no-repeat center;
}
.mv-block{
  text-align: center;
}
.mv-intro{
  color: #CC0000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
.mv-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}
.mv-heading__sub{
  padding: 18px 22px;
  background: #C49F48;
  color: #fff;
  font-size: 53px;
  font-weight: 700;
  line-height: 1;
}
.mv-heading__main{
  margin-left: 18px;
  font-size: 87px;
}
.mv-heading__badge{
  margin: 0 0 20px 15px!important;
}
.mv-heading__badge span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #CC0033;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.mv-heading__badge img{
  position: absolute;
  right: -129px;
  bottom: 13px;
  width: 167px;
}
.mv-text{
  margin: -32px 0 0!important;
  color: #4C4C4C;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .content-block.mv{
    padding: 33px 0 35px;
    background: url(/sites/default/files/media/service/sp-datasim/image/mv_bg-sp.png) repeat top / 117.3vw;
  }
  .content-block.mv .content-inner{
    padding: 0;
  }
  .mv-intro{
    font-size: min(32px, 7.3vw);
  }
  .mv-heading{
    display: block;
    margin: 0;
  }
  .mv-heading__sub{
    display: inline-block;
    margin: 18px 0 0!important;
    padding: 12px 26px;
    font-size: min(30px, 6.8vw);
  }
  .mv-heading__main{
    margin: 0;
    font-size: min(70px, 15.9vw);
  }
  .mv-heading__badge{
    margin: -10px 0 0!important;
  }
  .mv-heading__badge span{
    width: 100%;
    height: auto;
    padding: 8px 0;
    border-radius: 0;
    font-size: min(39px, 8.9vw);
    line-height: 1;
  }
  .mv-heading__badge img{
    top: 50%;
    right: 5.5vw;
    bottom: auto;
    transform: translateY(calc(-50% + 12px));
    width: min(141px, 32vw);
  }
  .mv-text{
    margin: 34px 0 0!important;
    font-size: min(18px, 4.1vw);
  }

}

/** ============================================================
 * ポイントの利用方法 導入部分
 * ========================================================== */
.content-block.problem{
  margin: 0;
  padding: 30px 0 0;
  background: #3C4554;
}
.problem-heading{
  margin: 0!important;
  color: #fff;
  font-size: 32px!important;
  font-weight: 900!important;
  text-align: center;
  line-height: 1.5!important;
}
.problem-image{
  position: relative;
  bottom: -28px;
  max-width: 1212px;
  margin: -12px 0 0!important;
}
@media screen and (max-width: 768px) {
  .content-block.problem .content-inner{
    padding: 0 18px;
  }
  .problem-heading{
    font-size: min(24px, 5.5vw)!important;
  }
  .problem-image{
    bottom: -3vw;
    margin: 10px 0 0!important;
  }
}



/** ============================================================
 * データSIMとは？
 * ========================================================== */
.content-block.about{
  text-align: center;
}
.about-heading{
  margin: 0!important;
  font-size: 24px!important;
  font-weight: 700!important;
  line-height: 1.5!important;
}
.about-heading span{
  margin-right: 10px;
  font-size: 49px;
}
.about-intro{
  margin: 16px 0 0!important;
  font-size: 32px;
  font-weight: 700;
}
.marker-text{
  display: inline;
  padding: 0 0 2px;
  background: linear-gradient(transparent 80%, #FDD000 80%);
  color: #BC2739;
}
.about-image{
  max-width: 500px;
  margin: 30px auto 0!important;
}

.about-guideline{
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: 30px auto 0;
}
.about-guideline__image img{
  width: auto;
  max-width: none;
  height: 146px;
}
.about-guideline__name{
  font-size: 20px;
  font-weight: 700;
}
.about-guideline__num{
  color: #BC2739;
  font-size: 25px;
  font-weight: 700;
}
.about-guideline__num span{
  font-size: 45px;
  font-weight: 900;
}

/* データSIMを選ぶメリット */
.merit{
  display: flex;
  gap: 70px;
  max-width: 1050px;
  margin: 30px auto 0!important;
  padding: 0 35px;
}
.merit-item{
  width: calc((100% - 140px) / 3);
}
.merit-tltle{
  margin: 10px 0 0!important;
  color: #BC2739;
  font-size: 22px!important;
  font-weight: 700!important;
}
.merit-text{
  margin: 10px 0 0!important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about-heading{
    font-size: min(24px, 5.5vw);
  }
  .about-heading span{
    margin-right: 5px;
    font-size: min(44px, 10vw);
  }
  .about-intro{
    margin-top: 5px!important;
    font-size: min(24px, 5.5vw);
    line-height: 1.8;
  }
  .marker-text{
    font-size: min(28px, 6.4vw);
  }
  .about-image{
    margin-top: 20px!important;
  }

  .about-guideline{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 70px;
    row-gap: 20px;
  }
  .about-guideline__item:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
  }
  .about-guideline__image img{
    height: 33.2vw;
  }
  .about-guideline__name{
    margin-top: 5px!important;
    font-size: min(20px, 4.5vw);
  }
  .about-guideline__num{
    line-height: 1;
    font-size: min(25px, 5.7vw);
  }
  .about-guideline__num span{
    font-size: min(45px, 10.2vw);
  }

  /* データSIMを選ぶメリット */
  .merit{
    display: block;
    padding: 0 min(35px, 8vw);
  }
  .merit-item{
    width: 100%;
    max-width: min(322px, 75.5vw);
    margin: 0 auto;
  }
  .merit-item:nth-child(n + 2){
    margin-top: 40px;
  }
  .merit-image{
    width: min(280px, 63.6vw);
    margin: 0 auto;
  }
  .merit-tltle{
    font-size: min(22px, 5vw)!important;
  }
  .merit-text{
    font-size: min(16px, 3.6vw);
  }

}



/** ============================================================
 * 自社に合うSIMをカンタン診断
 * ========================================================== */
.content-block.diagnosis{
  padding: 50px 0 60px;
  background: url(/sites/default/files/media/service/sp-datasim/image/diagnosis_bg.png) repeat center / 191px;
}
.diagnosis-heading{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.4!important;
}
.diagnosis-heading__sub{
  color: #FDD000;
  font-size: 24px;
  font-weight: 900;
}
.diagnosis-heading__sub span{
  font-size: 39px;
  margin: 0 5px;
}
.diagnosis-heading__main{
  position: relative;
  display: inline-block;
  padding: 0 85px;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}
.diagnosis-heading__main::after{
  position: absolute;
  right: 0;
  bottom: -14px;
  content: "";
  display: inline-block;
  width: 63px;
  height: 89px;
  background: url(/sites/default/files/media/service/sp-datasim/image/icon_sim.png) no-repeat center / contain;
}

.diagnosis .text{
  margin: 10px 0 0!important;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.white-box{
  max-width: 1103px;
  margin: 30px auto 0;
  padding: 40px 50px;
  border-radius: 16px;
  background: #fff;
}

.options-heading{
  display: flex;
  gap: 12px;
  font-size: 22px;
  font-weight: 500;
}
.options-heading span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  width: 36px;
  min-height: 36px;
  height: 36px;
  border-radius: 50%;
  background: #BC2739;
  color: #fff;
  font-size: 15.2px;
  font-weight: 700;
}
.options-body{
  display: flex;
  gap: 12px;
  margin: 20px 0 0;
}
.options-body + .options-heading{
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid #E5E5E5;
}

.options-body input[type=radio] {
  display: none;
}
.step-btn {
  display: flex!important;
  align-items: center;
  justify-content: center;
  width: calc((100% - 36px) / 4);
  height: 55px;
  margin: 0!important;
  border: 1px solid #7D7D7D;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  opacity: .8;
}
.options-body input[type=radio]:checked + label{
  border-color: #BC2739;
  background: #BC2739;
  color: #fff;
  opacity: 1;
}

/* あなたにピッタリのサービスはこちら */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
.result{
  margin: 48px 0 0;
  animation: float 4s ease-in-out infinite;
}
.result-heading{
  font-size: 24px!important;
  font-weight: 900!important;
  text-align: center;
}
.result-body{
  display: flex;
  max-width: 680px;
  margin: 10px auto 0;
}
.result-body__heading{
  width: 50%;
  padding: 35px 26px 35px 36px;
  border-radius: 16px 0 0 16px;
  background: #319028;
}
.result-body__heading .result-body__text{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.result-body__title{
  color: #fff;
  font-size: 31px!important;
  font-weight: 900!important;
  line-height: 1.5!important;
}
.result-body__title span{
  display: block;
  font-size: 25px;
}
.result-body__detail{
  width: 50%;
  padding: 20px 40px;
  border-radius: 0 16px 16px 0;
  background: #F3F3F3;
}
.result-body__month{
  font-size: 24px;
  font-weight: 700;
}
.result-body__price{
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.result-body__price span{
  margin-right: 5px;
  color: #BC2739;
  font-size: 50px;
  line-height: 1;
}
.result-body__text{
  font-size: 22px;
}

.result-body__detail .link-box{
  margin-top: 10px;
}
.result-body__detail .link-box .oval-link{
  display: block;
  width: 240px;
  margin: 0 auto;
}

.diagnosis-actions{
  margin: 48px 0 0;
  text-align: center;
}

.trigger-btn.is-active span::after{
  top: 50%;
  right: -6px;
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .diagnosis-heading__sub{
    font-size: min(24px, 5.5vw);
  }
  .diagnosis-heading__sub span{
    font-size: min(39px, 8.9vw);
  }
  .diagnosis-heading__main{
    padding: 0;
    font-size: min(32px, 7.3vw);
    text-align: center;
  }
  .diagnosis-heading__main::after{
    display: none;
  }

  .diagnosis .text{
    font-size: min(22px, 5vw)!important;
  }

  .white-box{
    padding: min(40px, 9.1vw) min(24px, 5.5vw);
  }

  .options-heading{
    font-size: min(20px, 4.5vw);
  }
  .options-heading span{
    min-width: 8.2vw;
    width: 8.2vw;
    min-height: 8.2vw;
    height: 8.2vw;
    font-size: min(15.2px, 3.5vw);
  }
  .options-body{
    flex-wrap: wrap;
  }

  .step-btn {
    width: calc(50% - 6px);
    font-size: min(15px, 3.4vw);
  }

  /* あなたにピッタリのサービスはこちら */
  .result{
    margin-top: 34px;
  }
  .result-heading{
    font-size: min(22px, 5vw)!important;
  }
  .result-body{
    display: block;
  }
  .result-body__heading{
    width: 100%;
    padding: min(35px, 8vw) min(26px, 5.9vw) min(20px, 4.5vw);
    border-radius: 16px 16px 0 0;
  }
  .result-body__heading .result-body__text{
    font-size: min(18px, 4.1vw);
  }

  .result-body__title{
    font-size: min(31px, 7vw);
  }
  .result-body__title span{
    font-size: min(25px, 5.7vw);
  }
  .result-body__detail{
    width: 100%;
    padding: min(20px, 4.5vw) min(42px, 9.5vw);
    border-radius: 0 0 16px 16px;
  }
  .result-body__month{
    font-size: min(24px, 5.5vw);
  }
  .result-body__price{
    font-size: min(24px, 5.5vw);
  }
  .result-body__price span{
    font-size: min(50px, 11.4vw);
  }
  .result-body__text{
    font-size: min(22px, 5vw);
  }

  .result-body__detail .link-box .oval-link{
    width: 100%;
    font-size: min(18px, 4.1vw);
  }

  .diagnosis-actions{
    margin-top: 34px;
  }
}



/** ============================================================
 * ビジネス課題に最適なデータSIM
 * ========================================================== */
/* 箱ブロック */
.plan-boxs{
  display: flex;
  flex-wrap: wrap;
  gap: 43px 24px;
  margin: 50px 0 0;
}

.plan-box{
  border-radius: 16px;
  box-shadow: 0 6px 20px 0 rgba(39, 39, 39, .2);
  width: calc((100% - 48px) / 3);
  transition: transform .3s ease;
}
.plan-box:hover {
  transform: translateY(23px);
}
.plan-box:hover .plan-box__text{
  color: #272727;
}
.plan-box:hover .oval-link--lgray{
  background: #E6A814;
  color: #fff;
  transition: all .25s;
}
.plan-box:hover .oval-link--lgray::after{
  background: url(/sites/default/files/media/service/sp-datasim/image/icon_arrow-wt-r.png) no-repeat center / contain;
}

/* 箱上部設定 */
.plan-box__heading{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}
.plan-box__heading > span{
  display: block;
  font-size: 20px;
}

/* 箱下部設定 */
.plan-box__body{
  padding: 15px 10px;
  text-align: center;
}
.plan-box__text{
  font-size: 15px;
}
.plan-box__body .link-box{
  margin-top: 20px;
}
.plan-box__body .oval-link{
  width: 240px;
}

/* 箱上部内アイテム */
.plan-box__tag{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
}

.plan-box__label span{
  display: inline-block;
  padding: 8px 32px;
  border-radius: 100vh;
  background: #fff;
  color: #6B7280;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/* 箱横並び */
.plan-box--col a{
  display: flex;
  align-items: center;
}
.plan-box--col .plan-box__heading{
  width: 400px;
}
.plan-box--col .plan-box__body{
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - 400px);
  padding: 0 40px;
}
.plan-box--col .link-box{
  margin: 0;
}

/* 箱個別設定 */
.plan-box--ocn .plan-box__heading{
  background: #319028;
}
.plan-box--ocn:hover .plan-box__heading{
  background: #1D2A75;
}
.plan-box--imot .plan-box__heading{
  background: #7F64EE;
}
.plan-box--iot .plan-box__heading{
  background: #2BB4D6;
}
.plan-box--5g{
  width: 100%;
}
.plan-box--5g .plan-box__heading{
  border-radius: 16px 0 0 16px;
  background: #6B7280;
}

.plan-boxs + .point-heading{
  margin-top: 103px;
}
.point-heading + .text{
  margin-top: 30px!important;
  font-size: 22px!important;
}

/* 料金および機能比較 */
/* テーブル共通設定 */
.plan-table{
  width: 100%;
  margin: 82px 0 0;
}
.plan-table thead th:first-of-type{
  width: 160px;
  background: transparent;
}
.plan-table thead th p,
.plan-table thead th div{
  text-align: center;
}
.plan-table thead tr:first-child th,
.plan-table thead th{
  padding: 11px;
  border: 2px solid #fff;
  vertical-align: middle;
}
.plan-table__th{
  position: relative;
  color: #fff;
}

/* テーブル個別設定 */
.plan-table__th--one{
  background: #319028;
}
.plan-table__th--imot{
  background: #7F64EE;
}
.plan-table__th--iot{
  background: #2BB4D6;
}
.plan-table__th--5g{
  background: #6B7280;
}

/* テーブル内吹き出し設定 */
.plan-table__th .tag-item{
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
}
.tag-item span{
  padding: 7px 34px;
  border-radius: 100vh;
  display: inline-block;
  background: #272727;
  font-size: 18px;
  font-weight: 700;
}
.tag-item span::after{
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  border-top: 15px solid #272727;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
.tag-item--yellow span{
  background: #FDD000;
  color: #272727;
}
.tag-item--yellow span::after{
  border-top-color: #FDD000;
}

/* テーブル thead th内テキスト設定 */
.plan-table__heading{
  font-size: 22px;
  font-weight: 900;
}
.plan-table__heading span{
  display: block;
  font-size: 16px;
}

.plan-table__type{
  margin: 5px 0 0!important;
  font-size: 13px;
  font-weight: 500;
}

.plan-table__link{
  margin: 5px 0 0;
  line-height: 1;
  opacity: .7;
}
.plan-table__link a{
  position: relative;
  display: inline-block;
  padding: 0 15px 0 5px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.plan-table__link a::after{
  position: absolute;
  top: 50%;
  right: 6px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.plan-table__link a:hover{
  color: #fff;
  opacity: .7;
}

/* テーブル tbody内設定 */
.plan-table tbody th{
  padding: 10px 20px;
  background: #E5E5E5;
  border: 2px solid #fff!important;
  color: #272727;
  font-weight: 700;
  text-align: left;
}
.plan-table tbody td{
  padding: 15px 40px;
  border: 2px solid #E3E3E3;
  vertical-align: middle;
}

.plan-table .note-text{
  font-size: 12px;
}

.price{
  font-size: 14px;
  font-weight: 700;
}
.price span{
  font-size: 32px;
  font-weight: 900;
}

.type{
  font-size: 17px;
  font-weight: 700;
}

.type-title{
  font-size: 16px;
}
.type-text{
  font-size: 12px;
  font-weight: 400;
}

.type-price{
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
}
.type-price span{
  font-size: 24px;
}
.type-price--wrap{
  flex-wrap: wrap;
}
.type-price--wrap .price{
  width: 100%;
  text-align: right;
}

.circle-list{
  margin: 6px 0 0!important;
}
.circle-list__item{
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
}
.circle-list__item + .circle-list__item{
  margin-top: 3px;
}
.circle-list__item::before{
  position: absolute;
  top: calc(.5em + 2px);
  left: calc(.5em + 2px);
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #272727;
}

.plan-actiton{
  margin-top: -29px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* 箱ブロック */
  .plan-boxs{
    display: block;
    max-width: min(360px, 81.8vw);
    margin: 50px auto 0;
  }

  .plan-box{
    width: 100%;
    margin-top: 43px;
  }
  .plan-box:hover {
    transform: translateY(20px);
  }

  /* 箱上部設定 */
  .plan-box__heading{
    font-size: min(26px, 5.9vw);
  }
  .plan-box__heading > span{
    font-size: min(20px, 4.5vw);
  }

  /* 箱下部設定 */
  .plan-box__text{
    font-size: min(15px, 3.4vw);
  }
  .plan-box__body .oval-link{
    font-size: min(18px, 4.1vw);
  }

  /* 箱上部内アイテム */
  .plan-box__label span{
    font-size: min(12px, 2.7vw);
  }

  /* 箱横並び */
  .plan-box--col a{
    display: block;
  }
  .plan-box--col .plan-box__heading{
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
  .plan-box--col .plan-box__body{
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  .plan-box--col .link-box{
    margin-top: 20px;
  }

  /* 箱個別設定 */
  .point-heading + .text{
    font-size: min(22px, 5vw)!important;
  }

  /* 料金および機能比較 */
  .scroll-block{
    overflow: hidden;
  }

  /* テーブル共通設定 */
  .plan-table{
    min-width: 1224px;
  }
  .plan-table thead th:first-of-type{
    width: 120px;
  }

}
