@charset "UTF-8";
/*202312変更用*/
/** ============================================================
 * 共通
 * ========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Antique+Soft&family=Lato:wght@700&display=swap');

:root {
  --main-clr-wt: #ffffff;
  --main-clr-bk: #272727;
  --main-clr-gr: #e5e5e5;
  --main-clr-lgr: #f3f3f3;
  --main-clr-rd: #bc2739;
  --main-clr-irumo: #01B496;
  --main-clr-eximo: #B97850;
  --main-font-lato:  'Lato', 'Noto Sans JP', Helvetica, Neue Haas Grotesk, Arial;
}
.bootstrap section.float-nav{
  display: flex;
}
.float-nav .float-nav__links__link img{
  max-width: unset;
  height: 15px;
}
.bootstrap .row{
  margin: 0;
}
.navi-heading{
  font-size: 16px;
}
a.navi-heading:hover{
  color: var(--main-clr-wt);
}
.navi__list-item:nth-child(n+3) .navi-heading::before{
  top: calc(50% - 5px);
  height: 10px;
}
@media screen and (min-width: 769px) {
  .float-nav{
    width: 100%;
    height: 60px;
    justify-content: center;
  }
}

body {
  position: relative;
  color: var(--main-clr-bk);
  font-family: 'Noto Sans JP', Helvetica, Neue Haas Grotesk, Arial;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  word-wrap: break-word;
}
.font--lato {
  font-family: 'Lato', 'Noto Sans JP', Helvetica, Neue Haas Grotesk, Arial;
}
.background--gray{
  background: var(--main-clr-lgr);
}
.content + .content{
  margin-top: 120px;
}
.content-block{
  margin: 0;
  padding: 120px 0;
}
.content-block--top{
  padding: 0!important;
}
.content-block--narrow .content-inner{
  width: 1016px;
}
.content-inner {
  width: 1224px;
  margin: 0 auto;
}
.content-inner h1,
.content-inner h2,
.content-inner h3,
.content-inner h4,
.content-inner h5,
.content-inner h6 {
  color: var(--main-clr-bk);
  letter-spacing: 0;
}
.layout-main-wrapper .content-inner ul{
  display: block;
  margin: 0;
  padding: 0;
}
.layout-main-wrapper .content-inner ul:last-child{
  margin: 0;
}
.layout-main-wrapper .content-inner ul li{
  margin: 0;
  padding: 0;
}
.layout-main-wrapper .content-inner ul li::before{
  display: none;
}
a {
  color: var(--main-clr-bk);
  text-decoration: none;
  transition: all 0.25s;
}
i{
  font-style: normal;
}
.sp-only {
  display: none;
}
.font-weight--bold{
  font-weight: bold!important;
}
.mgt0{
  margin-top: 0!important;
}

/* 見出し */
.bootstrap .primary-heading,
.primary-heading{
  text-align: center;
}
.primary-heading span{
  display: block;
  margin: 0 0 12px;
  line-height: 1;
}
.bootstrap .secondary-heading,
.secondary-heading{
  position: relative;
  margin-bottom: 24px;
  padding: 0 0 56px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.secondary-heading::after{
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 40px;
  background: var(--main-clr-rd);
}
.bootstrap .tertiary-heading,
.tertiary-heading{
  position: relative;
  margin: 96px 0 0;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.tertiary-heading::after{
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 4px;
  background: var(--main-clr-rd);
}
.bootstrap .simple-heading,
.simple-heading{
  margin: 48px 0 32px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.bootstrap .center-heading,
.center-heading{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.explan-text{
  font-size: 18px;
  text-align: center;
}
.explan-block{
  margin: 48px 0 0;
}
.explan-block p{
  margin-bottom: 0;
}
.bootstrap p.read-text,
.read-text{
  margin: 48px 0 0;
  font-size: 18px;
}

/* リンク */
.bootstrap a{
  color: var(--main-clr-bk);
}
.bootstrap a:hover{
  color: var(--main-clr-rd);
}
/* 左右丸 */
.bootstrap .oval-link,
.layout-main-wrapper .oval-link {
  position: relative;
  display: inline-block;
  width: 320px;
  padding: 15px 40px;
  border-radius: 100vh;
  background: var(--main-clr-wt);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  line-height: 1.5;
}
.oval-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
}
.bootstrap a.oval-link:hover{
  text-decoration: none;
}
.oval-link:not(.oval-link--disabled):hover {
  opacity: 0.7;
}
.bootstrap .oval-link--red,
.oval-link--red {
  background: var(--main-clr-rd);
  color: var(--main-clr-wt)!important;
}
.oval-link--red::after {
  background: url(/sites/default/files/media/service/image/icon_arrow-wt-r.webp) no-repeat center / 100%;
}
.bootstrap .oval-link--border,
.oval-link--border {
  color: var(--main-clr-bk);
  border: 1px solid var(--main-clr-bk)!important;
}
.oval-link--border::after {
  background: url(/sites/default/files/media/service/image/icon_arrow-bk-r.webp) no-repeat center / 100%;
}
.bootstrap .oval-link--border--red,
.oval-link--border--red {
  border: 1px solid var(--main-clr-rd);
  color: var(--main-clr-rd)!important;
}
.oval-link--border--red::after {
  background: url(/sites/default/files/media/service/image/icon_arrow-rd-r.webp) no-repeat center / 100%;
}
.bootstrap .oval-link--reload::before,
.oval-link--reload::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 24px 4px 0;
  vertical-align: middle;
  background: url(/sites/default/files/media/service/image/icon_reload.webp) no-repeat center / 100%;
}
.oval-link--reload::after{
  display: none;
}
.oval-link--blank::after{
  width: 8px;
  height: 8px;
  background: url(/sites/default/files/media/service/image/icon_window-r.webp) no-repeat center / 100%;
}
.oval-link--blank--black::after{
  width: 8px;
  height: 8px;
  background: url(/sites/default/files/media/service/image/icon_window-bk.webp) no-repeat center / 100%;
}
.oval-link--no-arrow::after {
  display: none;
}

.hover-item--opacity {
  transition: all 0.25s;
  cursor: pointer;
}
.hover-item--opacity:hover {
  opacity: 0.7;
}
.bootstrap .hover-item--link,
.hover-item--link {
  text-decoration: underline;
  transition: all 0.25s;
  cursor: pointer;
}
.bootstrap .hover-item--link:hover,
.hover-item--link:hover {
  color: var(--main-clr-rd);
  text-decoration: none;
}

/* 別窓リンク */
.bootstrap a.blank-link,
.layout-main-wrapper .blank-link {
  display: inline;
  position: relative;
  margin: 0 3px;
  padding-right: 0;
  text-indent: 0;
  text-decoration: underline;
}
.layout-main-wrapper .blank-link::after{
  display: none;
}
.layout-main-wrapper .blank-link:hover{
  color: var(--main-clr-rd);
  text-decoration: none;
}
.layout-main-wrapper .blank-link--red::after{
  display: none;
}
.layout-main-wrapper .blank-link img{
  margin: 0 0 4px 4px;
}
.layout-main-wrapper a.blank-link--circle-red,
.layout-main-wrapper .blank-link--circle-red{
  margin: 24px 0 0;
}
.layout-main-wrapper .blank-link--circle-red img{
  margin-left: 8px;
}


/* 電話 */
.tel-link {
  display: flex;
  align-items: center;
  color: var(--main-clr-rd);
  font-family: var(--main-font-lato);
  font-size: 32px;
  font-weight: bold;
  pointer-events: none;
}
.tel-link img {
  margin-right: 4px;
}

/* リンク入りブロック */
.link-box {
  margin: 32px 0 0;
  text-align: center;
}
.link-box--flex {
  display: flex;
}
.link-box--flex .oval-link:nth-child(n + 2) {
  margin-left: 24px;
}

/* スクロール */
.scroll-block{
  overflow-x: auto;
  padding: 24px;
}

/* 角丸ブロック */
.rounded-box{
  margin: 64px 0 0;
  padding: 96px 80px;
  border-radius: 16px;
  background: var(--main-clr-wt);
}
.rounded-box--gray{
  background: var(--main-clr-lgr);
}
.rounded-box--red{
  position: relative;
  margin: 0;
  padding: 86px 104px 64px;
  border: 2px solid var(--main-clr-rd);
  border-radius: 0;
}


/* カードアイテム */
.card__list{
  display: flex;
}
.card__list-item{
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(39, 39, 39, 0.2);
  background: var(--main-clr-wt);
}

/* ホバーでアイテムが少し上に移動 */
.hoverUp-item {
  transition: all 0.25s;
  cursor: pointer;
}
.hoverUp-item:hover {
  transform: translateY(-7px);
}
.hoverUp-item:hover .oval-link {
  opacity: 0.7;
}

/* 右固定バナー */
.fixed-banner{
  display: none;
  position: fixed;
  right: 0;
  bottom: 162px;
  z-index: 100;
}
.link-sim{
  display: block;
  padding: 24px 15px 24px 17px;
  border-radius: 8px 0 0 8px;
  background: var(--main-clr-rd);
}
.fixed-banner.is-show{
  display: block;
  animation: fadein 1s ease-out forwards;
}
@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}


@media screen and (max-width: 768px) {
  .content + .content{
    margin-top: 80px;
  }
  .content-block{
    padding: 80px 0;
  }
  .content-block--last{
    padding-bottom: 0;
  }
  .content-inner,
  .content-block--narrow .content-inner {
    width: 100%;
    padding: 0;
  }

  .content-block.background--gray{
    padding: 80px 24px;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* 見出し */
  .bootstrap .primary-heading,
  .primary-heading{
    margin: 0 auto;
  }
  .bootstrap .secondary-heading,
  .secondary-heading{
    margin-bottom: 18px;
    padding-bottom: 48px;
    font-size: 24px;
  }
  .secondary-heading::after{
    width: 1px;
    height: 32px;
  }
  .explan-block{
    margin-top: 32px;
  }
  .explan-text{
    font-size: 16px;
    text-align: left;
  }
  .bootstrap p.read-text,
  .read-text{
    margin-top: 32px;
  }
  .bootstrap .tertiary-heading,
  .tertiary-heading{
    margin-top: 64px;
    padding-bottom: 20px;
    font-size: 22px;
  }
  .bootstrap .simple-heading,
  .simple-heading{
    margin: 32px 0 24px;
    font-size: 18px;
  }
  .bootstrap .center-heading,
  .center-heading{
    font-size: 22px;
  }

  /* リンク */
  /* 左右丸 */
  .bootstrap .oval-link,
  .layout-main-wrapper .oval-link{
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
  /* 別窓リンク */
  .blank-link--circle-red{
    margin-top: 15px;
  }

  /* 電話 */
  .tel-link{
    display: inline-block;
    font-size: 24px;
  }
  .tel-link img{
    width: 40px;
  }

  /* リンク入りブロック */
  .link-box {
    margin-top: 24px;
  }

  /* スクロール */
  .scroll-block--sp{
    overflow-x: auto;
  }

  /* 角丸ブロック */
  .rounded-box{
    margin-top: 48px;
    padding: 64px 24px;
  }

}
@media screen and (max-width: 376px) {
  .oval-link{
    max-width: 100%;
  }
}

/** ============================================================
 * 既存CSSの上書き系
 * ========================================================== */
/* スライダー */
.mainvisual__slide .slick-arrow.slick-prev,
.mainvisual__slide .slick-arrow.slick-next{
  background: transparent;
  transform: translateY(-50%);
  filter: drop-shadow(0 6px 20px rgba(39, 39, 39, 0.2));
}
.mainvisual__slide .slick-arrow.slick-prev{
  left: 24px;
}
.mainvisual__slide .slick-arrow.slick-next{
  right: 24px;
}
.mainvisual__slide .slick-arrow.slick-prev::before,
.mainvisual__slide .slick-arrow.slick-next::before{
  width: 48px;
  height: 48px;
  border: none;
  top: 0;
  left: 0;
  transform: none;
}
.mainvisual__slide .slick-arrow.slick-prev::before{
  background: url(/sites/default/files/media/service/image/icon_circle_arrow-wt-l.webp) no-repeat center / 100%;
}
.mainvisual__slide .slick-arrow.slick-next::before{
  background: url(/sites/default/files/media/service/image/icon_circle_arrow-wt-r.webp) no-repeat center / 100%;
}
.mainvisual__slide .slick-dots > li{
  width: 8px;
  height: 8px;
  margin: 0;
}
.mainvisual__slide .slick-dots > li button{
  background: #D3D3D3;
  border: none;
}
.mainvisual__slide .slick-dots > li button:before{
  display: none;
}
.mainvisual__slide .slick-dots .slick-active button{
  background: var(--main-clr-rd);
}
/* その他ブロック */
#main.container{
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
}
.solution{
  width: 1180px;
  margin: 100px auto 0;
}
.other-service__list{
  justify-content: center;
  width: 1180px;
  margin: 50px auto 0!important;
}
.block-views-blocknews-list-block{
  width: 1180px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
  /* スライダー */
  .mainvisual{
    margin: 0;
  }
  /* スライダー */
  .mainvisual__slide .slick-arrow.slick-prev,
  .mainvisual__slide .slick-arrow.slick-next{
    display: none!important;
  }

  /* その他ブロック */
  .solution{
    width: 100%;
    margin-top: 50px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .reservation02{
    margin-right: 19px;
    margin-left: 19px;
  }
  .other-service{
    padding-right: 19px;
    padding-left: 19px;
  }
  .other-service__list{
    width: 100%;
    margin: 30px 0 0!important;
  }
  .block-views-blocknews-list-block{
    width: 100%;
    padding-right: 19px;
    padding-left: 19px;
  }
  #content.main-content{
    padding: 0;
  }
  #header{
    border-bottom: 1px solid var(--main-clr-gr);
  }
  #navbar-top{
    padding: 21px 24px 20px;
  }
  .navbar-dark .navbar-brand{
    min-width: 140px;
  }
}

/** ============================================================
 * アンカーリンク
 * ========================================================== */
.anchor{
  padding: 106px 0 80px;
}
.layout-main-wrapper .content-inner ul.anchor-block{
  display: flex;
  justify-content: center;
}
.layout-main-wrapper .content-inner ul .anchor-item{
  padding: 0 74px;
  position: relative;
}
.layout-main-wrapper .content-inner ul .anchor-item:nth-child(n + 2)::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  width: 1px;
  height: 48px;
  background: var(--main-clr-gr);
}
.anchor-link{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0 0 48px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.content-inner .anchor-item img{
  margin: 0 0 10px!important;
}
.anchor-link::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/sites/default/files/media/service/image/icon_circle_arrow-gr-d.webp) no-repeat center / 100%;
}
.anchor-item--home5g .anchor-link img{
  margin: 12px 0 11px!important;
}

/* 下線付きアンカーブロック */
.anchor-block--underline .anchor-item .anchor-link{
  text-decoration: underline;
}
.anchor-block--underline .anchor-item .anchor-link:hover{
  text-decoration: none;
}
.anchor-block--underline .anchor-item:nth-child(n + 2)::before{
  top: 0;
}
@media screen and (max-width: 768px) {
  .anchor{
    padding: 90px 0 64px;
  }
  .layout-main-wrapper .content-inner ul.anchor-block{
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .layout-main-wrapper .content-inner ul .anchor-item{
    padding: 0;
  }
  .layout-main-wrapper .content-inner ul .anchor-item:nth-child(even){
    margin-left: 30px;
  }
  .layout-main-wrapper .content-inner ul .anchor-item:nth-child(n + 2)::before{
    display: none;
  }
  .layout-main-wrapper .content-inner ul .anchor-item:nth-child(n + 3){
    margin-top: 26px;
  }
  .anchor-link{
    padding-bottom: 32px;
    font-size: 17px;
  }
  .anchor-item--consult .anchor-link img,
  .anchor-item--mobile .anchor-link img{
    width: 39px;
  }
  .anchor-item--home5g .anchor-link img{
    width: 112px;
    margin: 0!important;
  }


  /* 下線付きアンカーブロック */
  .layout-main-wrapper .content-inner ul.anchor-block--underline{
    display: block;
    margin-top: 64px;
  }
  .layout-main-wrapper .content-inner ul.anchor-block--underline .anchor-item{
    width: 100%;
  }
  .layout-main-wrapper .content-inner ul.anchor-block--underline .anchor-item:nth-child(n + 2){
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--main-clr-gr);
  }
  .layout-main-wrapper .content-inner ul.anchor-block--underline .anchor-item:nth-child(even){
    margin-left: 0;
  }
  .layout-main-wrapper .content-inner ul.anchor-block--underline .anchor-item .anchor-link{
    display: block;
    padding: 0 26px 0 16px;
    text-align: left;
    font-size: 18px;
  }
  .layout-main-wrapper .content-inner ul.anchor-block--underline .anchor-item .anchor-link::after{
    top: calc(50% - 12px);
    right: 0;
    bottom: auto;
    left: auto;
  }
  
}


/** ============================================================
 * 相談エリア
 * ========================================================== */
.consult .rounded-box{
  padding: 96px 40px 80px 56px;
} 
.consult-heading {
  position: relative;
  padding: 0 0 19px;
  text-align: center;
  font-size: 20px;
}
.consult-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 32px);
  display: inline-block;
  width: 64px;
  height: 2px;
  background: var(--main-clr-rd);
}
.consult-heading span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.content-inner .consult__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 56px 0 0;
  text-align: center;
}
.consult__list-text {
  margin: 16px 0 0;
}
.consult__list-link {
  margin: 16px 0 0;
  height: 53px;
}
.consult__list-note {
  margin: 8px 0 0;
  font-size: 14px;
}
/* 個別設定 */
.consult__list-item--main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 576px;
}
.consult__list-item--main .consult__list-detail {
  width: calc(100% - 214px);
}
.consult__list-item--main .consult__list-text {
  margin-top: 24px;
}
.consult__list-item--main .link-box {
  width: 100%;
}
.consult__list-item--tel,
.consult__list-item--chat {
  width: 264px;
}


@media screen and (max-width: 768px) {
  .consult .rounded-box{
    margin-top: 48px;
    padding: 64px 24px;
  }
  .consult-heading{
    font-size: 18px;
  }
  .consult-heading span{
    font-size: 26px;
  }
  .content-inner .consult__list{
    display: block;
  }
  .consult__list-link{
    margin-top: 6px;
    height: auto;
    line-height: 1;
  }
  .consult__list-note{
    margin-top: 4px;
    font-size: 12px;
  }
  /* 個別設定 */
  .consult__list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .consult__list-item:nth-child(n + 2) .consult__list-text {
    margin: 0;
  }
  .consult__list-item:nth-child(2) {
    margin-top: 48px;
  }
  .consult__list-item:nth-child(2) .consult__list-image,
  .consult__list-item:nth-child(3) .consult__list-image {
    width: 88px;
    margin-right: 14px;
  }
  .consult__list-item:nth-child(2) .consult__list-detail,
  .consult__list-item:nth-child(3) .consult__list-detail {
    width: calc(100% - 102px);
  }
  .consult__list-item:nth-child(3) {
    border-top: 1px solid var(--main-clr-gr);
    margin-top: 32px;
    padding-top: 32px;
  }
  .consult__list-item--main{
    width: 100%;
  }
  .consult__list-item--main .consult__list-detail{
    width: 100%;
  }
  .consult__list-item--main .consult__list-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
  }
  .consult__list-item--main .consult__list-title{
    width: 232px;
    margin: 0 auto;
  }
  .consult__list-item--main .consult__list-text img {
    width: 128px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .consult__list-note {
    text-align: left;
  }
  .consult__list-item--chat .consult__list-note{
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 376px) {
  .tel-link{
    font-size: 21px;
  }
  .tel-link img{
    width: 38px;
  }
}




/** ============================================================
 * 法人向けのおトクな料金プラン
 * ========================================================== */
.content.mobile .rounded-box{
  padding: 96px 48px;
}
.mobile-content{
  padding-right: 56px;
  padding-left: 56px;
}
.mobile-content + .mobile-content {
  margin-top: 80px;
}
.mobile-content + .mobile-content:not(.sim-block):not(.discount):not(.bspack),
.reservation-box + .mobile-content {
  margin-top: 96px;
  padding-top: 96px;
  border-top: 1px solid var(--main-clr-gr);
}
.plan{
  padding-right: 32px;
  padding-left: 32px;
}
.layout-main-wrapper .content-inner ul.plan-list{
  display: flex;
  justify-content: space-between;
  margin-top: 48px
}
.plan-item{
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}
.bootstrap .plan-heading,
.plan-heading{
  margin: 0;
  padding: 48px;
  border-radius: 20px 20px 0 0;
  background: var(--main-clr-irumo);
  color: var(--main-clr-wt)!important;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.plan-item--eximo .plan-heading{
  background: var(--main-clr-eximo);
}
.plan-body{
  padding: 64px 40px;
  border: 1px solid var(--main-clr-gr);
  border-radius: 0 0 20px 20px;
  border-top: none;
  text-align: center;
  flex: 1 0 auto;
}
.fee-block{
  margin: 32px 0 0;
}
.bootstrap .fee-text,
.fee-text{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.fee-detail p{
  margin: 0;
}
.fee-detail{
  display: flex;
  justify-content: center;
  margin: 6px 0 0;
}
.fee-item .fee{
  color: var(--main-clr-rd);
  font-family: var(--main-font-lato);
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.fee-yen{
  margin-left: 4px;
  color: var(--main-clr-bk);
  font-size: 18px;
}
.fee-tax{
  font-size: 14px;
}
.fee-line{
  margin: 5px 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.bootstrap .plan-text{
  margin: 24px 0 0;
  line-height: 1.5;
}
.plan-body .oval-link{
  margin: 32px 0 0;
}
.content-inner .plan-list + .note-text{
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .content.mobile .rounded-box{
    margin-top: 48px;
    padding: 64px 24px;
  }
  .mobile .primary-heading{
    width: 286px;
  }
  .mobile-content{
    padding-right: 0;
    padding-left: 0;
  }
  .mobile-content + .mobile-content {
    margin-top: 56px;
  }
  .mobile-content + .mobile-content:not(.sim-block):not(.discount):not(.bspack),
  .reservation-box + .mobile-content {
    margin-top: 64px;
    padding-top: 64px;
  }
  .plan{
    padding: 0;
  }
  .layout-main-wrapper .content-inner ul.plan-list{
    display: block;
    margin-top: 32px!important;
  }
  .plan-item{
    width: 100%;
  }
  .layout-main-wrapper .content-inner ul .plan-item + .plan-item{
    margin-top: 24px;
  }
  .bootstrap .plan-heading,
  .plan-heading{
    padding: 24px 39px;
    font-size: 18px;
  }
  .plan-body{
    padding: 40px 22px 48px;
  }
  .plan-logo{
    width: 160px;
    margin: 0 auto;
  }
  .fee-block{
    margin-top: 24px;
  }
  .bootstrap .fee-text,
  .fee-text{
    font-size: 16px;
  }
  .fee-item .fee{
    font-size: 30px;
  }
  .fee-yen{
    font-size: 16px;
  }
  .fee-tax{
    font-size: 12px;
  }
  .fee-line{
    font-size: 16px;
    margin: 5px 4px 0;
  }
  .bootstrap .plan-text{
    margin-top: 16px;
  }
  .plan-body .oval-link{
    margin-top: 24px;
  }
}
@media screen and (max-width: 376px) {
  .bootstrap .plan-heading,
  .plan-heading{
    font-size: 17px;
  }
  .bootstrap .plan-text{
    font-size: 15px;
  }
}



/** ============================================================
 * 法人向けのおトクな料金プラン
 * ========================================================== */
.sim-block{
  display: flex;
  justify-content: center;
}
.bootstrap .sim-heading,
.sim-heading{
  margin: 0;
  text-align: center;
}
.sim-heading p{
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.sim-heading--main{
  margin: 15px 0 0;
}
.sim-block .oval-link{
  display: block;
  margin: 32px auto 0;
}
.sim-image{
  margin-left: 24px;
}
@media screen and (max-width:768px) {
  .sim-block{
    padding-right: 10px;
    padding-left: 10px;
  }
  .sim-heading img{
    width: 206px;
  }
  .sim-heading .sim-heading--main{
    margin-top: 8px;
  }
  .bootstrap .sim-image,
  .sim-image{
    width: 200px;
    margin: 24px auto 0;
  }
  .sim-block .oval-link{
    max-width: 100%;
    margin-top: 24px;
  }
}


/** ============================================================
 * 各種割引
 * ========================================================== */
.point-text{
  text-align: center;
}
.point-text p{
  font-size: 28px;
  font-weight: bold;
}
.point-text span{
  color: var(--main-clr-rd);
}
.line-text span,
.line-block{
  display: inline;
  padding: 0 5px;
  background: linear-gradient(transparent 70%, #F5DEE1 70%, #F5DEE1 90%, transparent 90%);
  line-height: 1.5;
}
.line-block{
  display: inline-block;
}
.layout-main-wrapper .content-inner ul.discount-list,
.content-inner ul.discount-list{
  margin: 64px 0 0;
}
.layout-main-wrapper .content-inner ul li.discount-item:nth-child(n + 2),
.discount-item:nth-child(n + 2){
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--main-clr-gr);
}
.bootstrap .headpoint-text,
.headpoint-text{
  position: relative;
  padding-left: 24px;
  font-size: 24px;
  font-weight: bold;
}
.headpoint-text::before{
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  display: inline-block;
  width: 4px;
  height: 28px;
  background: var(--main-clr-rd);
}
.discount-detail{
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0;
}
.discount-text{
  font-size: 18px;
}
.discount-text span{
  display: block;
  font-size: 14px;
}
.discount-links{
  display: flex;
}
.discount-link{
  width: 240px;
  margin-left: 24px;
  text-align: center;
}
.discount-link .oval-link{
  width: 100%;
  padding: 14px 0 16px;
}
.discount-link span + .oval-link{
  margin-top: 16px;
}
/* オンライン相談リンク */
.reservation-box{
  margin: 96px 0 0;
  text-align: center;
}
.reservation-link{
  margin: 48px 0 0;
}
.reservation-link .oval-link:nth-child(n + 2){
  margin-left: 24px;
}
.reservation-use{
  margin: 24px 0 0!important;
}
.reservation-text{
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .point-text p{
    margin: 0;
    font-size: 20px;
  }
  .discount-item:nth-child(n + 2){
    margin-top: 32px;
    padding-top: 32px;
  }
  .bootstrap .headpoint-text,
  .headpoint-text{
    padding-left: 16px;
    font-size: 20px;
  }
  .headpoint-text::before{
    top: 4px;
    height: 24px;
  }
  .discount-detail{
    display: block;
    margin-top: 12px;
  }
  .discount-text{
    font-size: 16px;
  }
  .discount-links{
    display: block;
  }
  .discount-link{
    width: 192px;
    margin: 0 auto;
  }
  .discount-link + .discount-link{
    margin-top: 16px;
  }
  .discount-link .oval-link{
    padding: 13px 0 15px;
    font-size: 14px;
  }
  .discount-link span{
    font-size: 14px;
  }
  .discount-link span + .oval-link{
    margin-top: 8px;
  }
  .discount-text span{
    margin-left: 1em;
    font-size: 12px;
    text-indent: -1em;
  }

  /* オンライン相談リンク */
  .reservation-box{
    margin-top: 64px;
  }
  .reservation-link{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 24px;
  }
  .bootstrap .reservation-link .oval-link{
    max-width: 100%;
  }
  .reservation-link .oval-link:nth-child(n + 2){
    margin: 12px 0 0;
  }
  .reservation-use{
    margin-top: 16px!important;
  }
}
@media screen and (max-width: 376px) {
  .point-text p{
    font-size: 19px;
  }
}


/** ============================================================
 * 商品
 * ========================================================== */
.product{
  padding-right: 56px;
  padding-left: 56px;
}
.link-box--product .oval-link{
  width: 350px;
}
.product-block{
  margin: 48px 0 0;
}
.product-slider__wrap{
  position: relative;
}
.product-slider__wrap .slick-list{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.product-slider__wrap .slick-prev,
.product-slider__wrap .slick-next{
  min-width: auto;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  filter: drop-shadow(0 6px 20px rgba(39, 39, 39, 0.2));
  background: transparent;
  font-size: 0;
  z-index: 1;
}
.product-slider__wrap .slick-prev{
  left: -24px;
}
.product-slider__wrap .slick-next{
  right: -24px;
}
.product-slider__wrap .slick-prev::before,
.product-slider__wrap .slick-next::before{
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  border: none;
  filter: drop-shadow(0 6px 20px rgba(39, 39, 39, 0.2));
  opacity: 1;
}
.product-slider__wrap .slick-prev::before{
  background: url(/sites/default/files/media/service/image/icon_circle_arrow-wt-l.webp) no-repeat center / 100%;
}
.product-slider__wrap .slick-next::before{
  background: url(/sites/default/files/media/service/image/icon_circle_arrow-wt-r.webp) no-repeat center / 100%;
}
.product-slider__wrap .slick-next.slick-disabled,
.product-slider__wrap .slick-prev.slick-disabled{
  display: none!important;
}
.bootstrap .product-type,
.product-type{
  height: 49px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.product-card{
  width: 288px;
  margin-right: 24px!important;
  text-align: center;
}
.product-card img{
  max-width: 100%;
}
.product-image{
  margin: 0;
}
.product-image img{
  display: block;
  margin: 0 auto;
}
.product-card__inner{
  position: relative;
  margin-top: 81px;
  height: calc(100% - 81px);
  padding: 48px 24px 32px;
  border: 1px solid #E5E5E5;
}
.product-card .product-type + .product-card__inner{
  margin-top: 0;
}
.product-card--rcmd .product-card__inner::before{
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  display: inline-block;
  width: 240px;
  height: 35px;
  background: url(/sites/default/files/media/service/image/tag_corp.webp) no-repeat center / 100%;
}
.product-name{
  margin: 32px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.product-color{
  margin: 16px 0 0;
}
.product-card .oval-link{
  width: 100%;
  margin: 24px 0 0;
}
@media screen and (max-width:768px) {
  .product{
    padding-right: 0;
    padding-left: 0;
  }
  .link-box--product .oval-link{
    width: 100%;
    font-size: 14px;
  }
  .product-card{
    width: calc((100vw - 96px - 12px) / 2);
    margin-right: 12px!important;
  }
  .product-card__inner{
    padding: 40px 18px 32px;
  }
  .bootstrap .product-type,
  .product-type{
    margin-bottom: 24px;
    height: 33px;
    font-size: 22px;
  }
  .product-card__inner{
    height: calc(100% - 57px);
    margin-top: 57px;
  }
  .product-image img{
    width: auto;
    height: 180px;
  }
  .product-name{
    margin-top: 24px;
    font-size: 18px;
  }
  .product-color{
    margin-top: 8px;
  }
  .product-color img{
    height: 69px;
  }
}
@media screen and (max-width:480px) {
  .product-card{
    width: calc(100vw - 96px);
    margin-right: 0!important;
  }
  .product-image img{
    height: 36.4vw;
  }
}


/** ============================================================
 * オプション
 * ========================================================== */
.option-box{
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0;
}
.option-card{
  margin: 56px 0 0;
}
.option-card + .option-card{
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--main-clr-gr);
}
.option-detail{
  width: calc(100% - 416px);
}
.option-detail-col1{
  width: 100%;
}
.bootstrap .option-title,
.option-title{
  font-size: 20px;
  font-weight: bold;
}
.bootstrap .option-text,
.option-text{
  margin: 16px 0 0;
  font-size: 18px;
}
.option-note,
p.option-note,
.layout-main-wrapper .content-inner .option-detail ul.note-list{
  margin: 16px 0 0;
}
.option-note{
  color: var(--main-clr-bk);
}
.option-image{
  width: 392px;
}
.youtube-block{
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.youtube-block iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.option-rcmd{
  margin-bottom: 12px;
}
.option-links{
  margin: 32px 0 0;
}
.option-links .oval-link{
  width: 240px;
}
.option-card--other{
  margin-top: 80px!important;
  padding-top: 0!important;
  border-top: none!important;
}
.layout-main-wrapper .content-inner ul.option-list{
  display: flex;
  justify-content: space-around;
  margin: 40px 0 0;
}
.option-list__item{
  width: calc((100% - 56px) / 3);
  text-align: center;
}
.bootstrap .option-list__image,
.option-list__image{
  margin: 0;
}
.option-list__item .line-text{
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: bold;
}
.bootstrap .option-list__text,
.option-list__text{
  margin: 24px 0 0;
  font-size: 18px;
}
.option-list__text + .option-list__text{
  margin-top: 16px;
}

.layout-main-wrapper .content-inner ul.option-list--col2{
  justify-content: center;
}
.layout-main-wrapper .content-inner ul.option-list--col2 .option-list__item:nth-child(n + 2){
  margin-left: 94px;
}

/* 法人向けモバイル上書き用追加20240419 */
.option-box + .bspack-features__bottom{
  margin-top: 32px;
}
.option-card .bspack-features__support{
  grid-template-columns: 4fr 184px;
}
.option-card .bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list,
.option-card .bspack-features__support__inner__list--option{
  grid-template-columns: 1fr 1fr 218px 1fr;
  gap: 24px;
  margin-top: 32px!important;
}
.option-card .bspack-features__support__inner__ttl{
  height: 80px;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
}
.option-card .bspack-features__support__inner__item__ttl{
  display: block;
  height: auto;
  text-align: center;
}
.option-card .bspack-features__support__inner__item__ttl__img{
  width: 48px;
  margin: 0 auto;
}
.option-card .bspack-features__support__inner__item__ttl__txt{
  margin: 16px 0 0;
  font-size: 16px;
}
.option-card .bspack-features__support__inner__item__txt.bspack-features__support__inner__item__txt{
  font-size: 16px;
}
.option-card .bspack-features__support__inner__item__txt::before{
  display: none;
}
.option-card .note-list{
  margin-top: 8px!important;
}
.option-card .note-list .note-list__item{
  font-size: 12px!important;
}

@media screen and (max-width:768px) {
  .option-box{
    display: block;
    margin-top: 16px;
  }
  .option-detail{
    width: 100%;
  }
  .bootstrap .option-title,
  .option-title{
    font-size: 18px;
    line-height: 1.5;
  }
  .bootstrap .option-text,
  .option-text{
    margin-top: 12px;
    font-size: 16px;
  }
  .option-image{
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .option-card + .option-card{
    margin-top: 40px;
    padding-top: 40px;
  }
  .option-rcmd img{
    width: 218px;
  }
  .option-note,
  p.option-note,
  .layout-main-wrapper .content-inner .option-detail ul.note-list{
    margin-top: 8px;
    font-size: 12px;
    text-indent: -1em;
  }
  .content-inner .option-detail ul.note-list{
    margin-top: 8px;
    font-size: 12px;
  }
  .option-links{
    margin-top: 24px;
    text-align: center;
  }
  .option-links .oval-link{
    width: 192px;
    font-size: 14px;
  }

  .option-card--other{
    margin-top: 64px!important;
  }
  .layout-main-wrapper .content-inner ul.option-list{
    display: block;
    margin-top: 32px;
  }
  .option-list__item{
    width: 100%;
  }
  .layout-main-wrapper .content-inner ul .option-list__item + .option-list__item{
    margin-top: 24px;
  }
  .option-list__image img{
    width: 48px;
  }
  .option-list__item .line-text{
    font-size: 20px;
  }
  .bootstrap .option-list__text,
  .option-list__text{
    margin-top: 12px;
    font-size: 16px;
  }
  .option-list__text + .option-list__text{
    margin-top: 8px;
  }

  .layout-main-wrapper .content-inner ul.option-list--col2 .option-list__item:nth-child(n + 2){
    margin-left: 0;
  }

  /* 法人向けモバイル上書き用追加20240419 */
  .option-card .bspack-features__support{
    grid-template-columns: 1fr;
  }
  .option-card .bspack-features__support__inner__ttl{
    height: 56px;
    font-size: 16px;
  }
  .option-card .bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list{
    gap: 32px 12px;
    grid-template-columns: 1fr 1fr;
  }
  .option-card .bspack-features__support__inner__item__ttl__txt{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .option-card .bspack-features__support__inner__item__ttl__txt,
  .option-card .bspack-features__support__inner__item__txt.bspack-features__support__inner__item__txt{
    margin-top: 12px;
    font-size: 14px;
  }
  .option-card .bspack-features__support__inner__item:nth-child(3) .bspack-features__support__inner__item__ttl__txt,
  .option-card .bspack-features__support__inner__item:nth-child(4) .bspack-features__support__inner__item__ttl__txt{
    min-height: 72px;
  }
  .option-card .note-list .note-list{
    margin-top: 4px !important;
  }

}



/** ============================================================
 * ビジネスマホパック
 * ========================================================== */
.mobile-content.bspack{
  margin: 112px 56px 0;
}
.bspack-inner{
  position: relative;
  border: 2px solid var(--main-clr-rd);
  padding: 80px 62px 64px;
}
.bspack-heading{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 40px;
  background: var(--main-clr-wt);
}
.bspack-main{
  text-align: center;
}
.content-inner .bspack-list{
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0;
}
.bspack-item{
  width: 253px;
  text-align: center;
}
.bspack-item:nth-child(3){
  width: 288px;
}
.bspack-text{
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.bspack .oval-link{
  display: block;
  margin: 48px auto 0;
}
@media screen and (max-width:768px) {
  .mobile-content.bspack{
    margin: 81px 0 0;
  }
  .bspack-inner{
    padding: 58px 24px 48px;
  }
  .bspack-heading{
    padding: 0 12px;
  }
  .bspack-heading img{
    width: 236px;
    max-width: none;
  }
  .content-inner .bspack-list{
    display: block;
    margin-top: 32px;
  }
  .bspack-item,
  .bspack-item:nth-child(3){
    width: 100%;
  }
  .bspack-item:nth-child(n + 2){
    margin-top: 32px;
  }
  .bspack-item img{
    width: auto;
    height: 95px;
  }
  .bspack-text{
    margin-top: 8px;
    font-size: 16px;
  }
  .bspack .oval-link{
    margin-top: 32px;
  }
}


/** ============================================================
 * ご利用開始までの流れ
 * ========================================================== */
.layout-main-wrapper .content-inner .flow-list,
.content-inner .flow-list{
  display: flex;
  justify-content: center;
  margin: 56px 0 0;
}
.flow-item{
  width: 338px;
  text-align: center;
}
.flow-text{
  margin: 23px;
  font-size: 22px;
  font-weight: bold;
}
.flow .oval-link{
  display: block;
  margin: 32px auto 0;
}
@media screen and (max-width:768px) {
  .layout-main-wrapper .content-inner .flow-list{
    display: block;
    margin-top: 32px;
  }
  .flow-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .flow-item:nth-child(n + 2){
    position: relative;
    margin-top: 16px;
  }
  .flow-item:nth-child(n + 2)::before{
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 12px);
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(/sites/default/files/media/service/image/icon_arrow-d.webp) no-repeat center / contain;
  }
  .flow-item img{
    width: 109px;
    margin: 0;
  }
  .flow-text{
    min-width: 155px;
    margin: 0 0 0 16px;
    font-size: 16px;
    text-align: left;
  }
  .flow-text.line-text span{
    display: block;
    padding: 0;
    background: transparent;
  }
  .flow .oval-link{
    margin-top: 24px;
    padding-left: 30px;
  }
}


/** ============================================================
 * お知らせ
 * ========================================================== */
.news-alert{
  display: grid;
  justify-content: center;
  text-align: left;
}
.text-formatted ul.news-alert__list{
  margin: 0;
  padding: 0 1em;
}
.text-formatted ul li:before{
  display: none;
}
.text-formatted ul li.news-alert__item{
  margin: 0 0 0 1rem;
  padding: 0;
  color: #c03;
  text-indent: -1rem;
}
.text-formatted ul li.news-alert__item a{
  color: #c03;
  text-decoration: underline;
}
.text-formatted ul li.news-alert__item--nolink::before{
  content: "";
  position: relative;
  top: auto;
  left: 0;
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url(/sites/default/files/assets/image/lp/lp_ico_alert-news.svg) no-repeat 0 0/cover;
  line-height: 1;
  vertical-align: -4px;
}
@media screen and (max-width:768px) {
  .news-alert__list{
    font-size: .75rem;
    line-height: 1.6666666667;
  }
  .text-formatted ul li.news-alert__item--nolink::before{
    margin-right: 5px;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
}


/** ============================================================
 * 下層 - 料金シミュレーション
 * ========================================================== */
/* パンくず */
.layout-main-wrapper .content-inner ul.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 0;
  background: transparent;
}
.breadcrumb li {
  color: #7d7d7d;
}
.breadcrumb a {
  text-decoration: underline;
  color: var(--main-clr-bk);
}
.breadcrumb a:hover {
  text-decoration: none;
  color: var(--main-clr-rd);
}
.breadcrumb li:not(:last-of-type)::after {
  content: '›';
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #7d7d7d; /* 記号の色 */
}
.layout-main-wrapper .content-inner ul.breadcrumb .home {
  position: relative;
  padding-left: 24px;
}
.layout-main-wrapper .content-inner ul.breadcrumb .home:before {
  content: '';
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(/sites/default/files/media/service/image/icon_home.webp)
    no-repeat center / 100%;
  border-radius: unset;
}
@media screen and (max-width:768px) {
  .layout-main-wrapper .content-inner ul.breadcrumb{
    display: none; /*SP時は上部のパンくずは消えます*/
  }
}
.footer-breadcrumb {
  display: none; /*PC時は下部のパンくずは消えます*/
}
.footer-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.footer-breadcrumb .breadcrumb li {
  margin-bottom: 10px;
  font-size: 15px;
}
.footer-link:hover,
.footer-link:focus{
  color: var(--main-clr-wt);
}
@media screen and (max-width:768px) {
  .footer-breadcrumb{
    display: block;
    margin: 80px 0 40px;
  }
}


/* 見出し */
.bootstrap h1.main-heading,
.main-heading {
  font-size: 44px!important;
  margin-top: 48px!important;
  margin-bottom: 33px;
  font-weight: bold!important;
  line-height: 1.6!important;
}
.main-heading--left-border {
  position: relative;
  padding-left: 28px;
}
.main-heading--left-border::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  display: inline-block;
  width: 4px;
  height: 44px;
  background: var(--main-clr-rd);
}

@media screen and (max-width:768px) {
  .bootstrap h1.main-heading,
  .main-heading{
    margin-top: 50px!important;
    font-size: 30px!important;
    margin-bottom: 22px;
  }
  .main-heading--left-border::before{
    top: calc(1em - 15px);
    height: 30px;
  }
  h1.main-heading--left-border {
    padding-left: 28px;
  }
}

.simulation-first{
  padding-bottom: 80px!important;
}
.simulation-top{
  display: flex;
  justify-content: center;
}
.simulation-top__detail{
  margin-left: 40px;
  text-align: center;
}
.simulation-top__title{
  margin: 14px 0 0;
}
.bootstrap .simulation-top__text{
  margin: 30px 0 0;
  font-size: 27px;
  font-weight: bold;
}
.bootstrap .simulation-top__text span{
  color: var(--main-clr-rd);
}
.simulation-top__button{
  margin: 24px 0 0;
  text-align: center;
}
.simulation-top__button .oval-link{
  width: 350px;
}
.simulation-step--04{
  padding-bottom: 80px;
}
.bootstrap h2.simulation-step__heading{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.simulation-step__heading-top{
  display: block;
  margin: 0 0 16px;
  color: var(--main-clr-rd);
  font-size: 24px;
  font-family: var(--main-font-lato);
  line-height: 1;
}
.simulation-step__heading-note{
  display: block;
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: normal;
}
.simulation-select{
  display: flex;
  justify-content: space-between;
  margin: 64px 0 0;
}
.simulation-select + .simulation-select{
  margin-top: 32px;
}
.simulation-select--center{
  justify-content: center;
}
.bootstrap label.simulation-select__item{
  display: flex;
  flex-direction: column;
  width: calc((100% - 48px) / 3);
  margin: 0;
  padding: 40px 0;
  border: 2px solid var(--main-clr-gr);
  border-radius: 10px;
  background: var(--main-clr-wt);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.bootstrap .simulation-select--col5 label.simulation-select__item{
  width: calc((100% - 100px) / 5);
}
.bootstrap label.simulation-select__item.is-disabled{
  color: var(--main-clr-gr);
  pointer-events: none;
}

/* ラジオボタン・チェックボックス */
.simple-radio,
.simple-checkbox {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.simple-radio:hover,
.simple-checkbox:hover {
  cursor: pointer;
}
.simple-radio input {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0 0 16px;
  border: 2px solid var(--main-clr-gr);
  border-radius: 50%;
  background: var(--main-clr-wt);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrap .simple-radio.is-select,
.bootstrap .simple-checkbox.is-select{
  border: 6px solid var(--main-clr-rd);
}
.simple-radio input:checked {
  border-color: var(--main-clr-rd);
  background: var(--main-clr-rd);
}
.simple-radio input:checked::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--main-clr-wt);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.simple-radio__text,
.simple-checkbox__text {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
}
.simple-radio__text--sp,
.simple-checkbox__text--sp{
  display: none;
}

.simple-checkbox--normal {
  font-size: 16px;
  font-weight: normal;
}
.simple-checkbox--normal .simple-checkbox__item {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.simple-checkbox input {
  display: none;
}
.simple-checkbox .simple-checkbox__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0 0 16px;
  border: 2px solid  var(--main-clr-gr);
  background: var(--main-clr-wt);
  border-radius: 4px;
}
.simple-checkbox input:checked + .simple-checkbox__item{
  border-color: var(--main-clr-rd);
  background: var(--main-clr-rd);
}
.simple-checkbox input:checked + .simple-checkbox__item:after {
  content: '';
  position: relative;
  width: 14px;
  height: 10px;
  background: url(/sites/default/files/media/service/image/icon_check.webp)
    no-repeat center / 100%;
}

.simulation-confirm{
  padding-top: 0;
  text-align: center;
}
.simulation-confirm .oval-link{
  width: 480px;
  font-size: 24px;
}

/* おすすめのプランはこちら！ */
.bootstrap .simulation-result__heading,
.bootstrap .simulation-result__item-heading{
  margin-bottom: 15px;
  text-align: center;
}
.simulation-result__item{
  margin: 64px 0 0;
  padding: 48px 90px 48px 104px;
  border-radius: 10px;
  background: var(--main-clr-wt);
}
.simulation-result__item:nth-child(n + 2){
  margin-top: 32px;
}
.simulation-result__heading{
  text-align: center;
}
.simulation-result__detail{
  position: relative;
  padding-left: 64px;
}
.simulation-result__icon{
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
.simulation-result__detail-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simulation-result__detail-item + .simulation-result__detail-item{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--main-clr-gr);
}
.simulation-result__type{
  font-size: 22px;
  font-weight: bold;
}
.simulation-result__fee{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  text-align: right;
  line-height: 1;
}
.simulation-result__fee .font--lato{
  color: var(--main-clr-rd);
  font-size: 36px;
  font-weight: bold;
}
.bootstrap .simulation-text{
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.simulation-result__yen{
  margin-left: 4px;
  font-size: 16px;
  font-weight: bold;
}
.simulation-result__tax{
  margin-left: 8px;
  font-size: 14px;
}
.simulation-result__note{
  margin: 4px 0 0;
  font-size: 14px;
  text-align: right;
}
.simulation-result__note-inner{
  display: inline-block;
}
.simulation-result__note p{
  margin: 0 0 0 1em;
  text-align: left;
  text-indent: -1em;
}

.simulation-total{
  margin: 40px 90px 0;
}
.simulation-total__item{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.simulation-total__item + .simulation-total__item{
  margin-top: 8px;
}
.simulation-total__line{
  display: flex;
  align-items: flex-end;
}
.bootstrap p.simulation-total__type,
.simulation-total__type{
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.simulation-total__fee{
  margin-left: 32px;
  color: var(--main-clr-rd);
  font-size: 44px;
  line-height: 1;
}
.simulation-total__yen{
  margin-left: 4px;
  font-size: 16px;
  font-weight: bold;
}
.simulation-total__tax{
  margin-left: 8px;
  font-size: 14px;
}
.simulation-result__note--total{
  margin: 14px 0 0;
}

/* お申し込み */
.application-box{
  margin: 64px 0 0;
  text-align: center;
}
.application-box .oval-link{
  margin-top: 24px;
}
.application-box + .reservation-box{
  margin-top: 96px;
  padding-top: 96px;
  border-top: 1px solid var(--main-clr-gr);
}

/* 再度、料金シミュレーションを行う */
.bottom-links{
  border-top: 1px solid var(--main-clr-gr);
  text-align: center;
}
.bottom-links .oval-link--reload{
  width: 600px;
  font-size: 24px;
}
.bottom-link + .bottom-link{
  margin: 64px 0 0;
}

/* TOPに戻るボタン */
#page-wrapper.no-fixed__bnr{
  padding-bottom: 0;
}
.float-wrap{
  position: fixed;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 9400;
}
.page-top {
  position: absolute;
  top: -56px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* 追従ボタンエリア */
.text-formatted .float-buttons{
  position: absolute;
  bottom: 72px;
  right: 16px;
  margin: 0;
  padding: 0;
}
.float-buttons .float-button__item{
  margin: 0;
  padding: 0;
}
.float-buttons .float-button__item .oval-link{
  width: 216px;
  padding: 11px 0 13px;
  font-size: 16px;
}
.float-buttons .float-button__item:nth-child(n + 2){
  margin-top: 8px;
}
.float-buttons .float-button__item::before{
  display: none;
}


@media screen and (max-width: 768px) {
  .content-block:not(.background--gray) .content-inner{
    padding: 0 24px;
  }
  .simulation-first{
    padding-bottom: 64px!important;
  }
  .simulation-top{
    display: block;
  }
  .simulation-top__detail{
    margin: 24px 0 0;
  }
  .bootstrap .simulation-top__subtitle{
    width: 246px;
    margin: 0 auto;
  }
  .simulation-top__detail{
    margin: 24px 0 0;
  }
  .bootstrap .simulation-top__title{
    margin-top: 12px;
  }
  .bootstrap .simulation-top__tex2116t{
    margin-top: 27px;
    font-size: 20px;
  }
  .bootstrap .simulation-top__text {
    margin-top: 27px;
    font-size: 20px;
  }
  .bootstrap .simulation-top__text span{
    display: block;
  }
  .simulation-top__button{
    margin-top: 32px;
  }
  .simulation-top__button .oval-link{
    max-width: 100%;
  }
  .simulation-step--04{
    padding-bottom: 64px;
  }
  .bootstrap h2.simulation-step__heading{
    font-size: 22px;
  }
  .simulation-step__heading-top{
    font-size: 20px;
  }
  .simulation-select{
    display: block;
    margin-top: 48px;
  }
  .bootstrap label.simulation-select__item{
    width: 100%;
    padding: 32px 0;
  }
  .bootstrap label.simulation-select__item + .simulation-select__item,
  .simulation-select + .simulation-select{
    margin-top: 12px;
  }
  .bootstrap .simulation-select--col5 label.simulation-select__item{
    width: 100%;
  }

  /* ラジオボタン・チェックボックス */
  .simple-radio{
    font-size: 18px;
  }
  .simple-radio__text--pc,
  .simple-checkbox__text--pc {
    display: none;
  }
  .simple-radio__text--sp,
  .simple-checkbox__text--sp {
    display: flex;
  }
  .simulation-confirm .oval-link{
    width: 100%;
    max-width: 100%;
    font-size: 17px;
  }

  /* おすすめのプランはこちら！ */
  .simulation-result__item{
    margin-top: 48px;
    padding: 40px 24px 32px;
  }
  .simulation-result__item:nth-child(n + 2){
    margin-top: 12px;
  }
  .simulation-result__item-heading{
    width: 108px;
    margin: 0 auto;
  }
  .simulation-result__detail{
    padding: 0;
  }
  .simulation-result__icon{
    position: relative;
    top: auto;
    left: auto;
    width: 24px;
    margin: 24px auto 0;
  }
  .simulation-result__detail-item{
    display: block;
    text-align: center;
  }
  .simulation-result__type{
    margin-top: 16px;
    font-size: 18px;
  }
  .simulation-result__fee{
    justify-content: center;
  }
  .simulation-result__fee{
    margin-top: 8px;
  }
  .simulation-result__fee + .simulation-result__note{
    margin-top: 10px;
  }
  .simulation-result__fee .font--lato{
    font-size: 24px;
  }
  .simulation-result__tax{
    font-size: 12px;
  }
  .simulation-result__note{
    font-size: 12px;
    text-align: center;
  }

  .simulation-total{
    margin: 32px 0 0;
  }
  .simulation-total__item{
    flex-wrap: wrap;
  }
  .bootstrap p.simulation-total__type,
  .simulation-total__type{
    font-size: 18px;
  }
  .simulation-total__fee{
    margin-left: 20px;
    font-size: 30px;
  }
  .simulation-total__tax{
    font-size: 12px;
  }
  .simulation-result__note--total{
    margin-top: 12px;
    font-size: 12px;
  }
  .application-box{
    margin-top: 48px;
  }
  /* お申し込み */
  .application-box + .reservation-box{
    margin-top: 64px;
    padding-top: 64px;
  }
  .reservation-text{
    font-size: 18px;
  }

  /* 再度、料金シミュレーションを行う */
  .bottom-links{
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .bottom-links .oval-link--reload{
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    font-size: 18px;
  }
  .bottom-links .oval-link--reload::before{
    display: none;
  }
  .bottom-link + .bottom-link{
    margin-top: 48px;
  }
  .bottom-links .oval-link--border--red{
    width: 280px;
  }
}
@media screen and (max-width: 376px) {
  .simulation-result__type{
    font-size: 17px;
  }
  .bootstrap p.simulation-total__type,
  .simulation-total__type{
    font-size: 16px;
  }
  .simulation-total__fee{
    margin-left: 15px;
    font-size: 28px;
  }
  .bottom-links .oval-link--reload{
    font-size: 17px;
  }
  .bootstrap .simulation-text{
    font-size: 15px;
  }
  .simulation-result__fee .font--lato{
    font-size: 22px;
  }
}





/** ============================================================
 * 下層 - ビジネスマホパック
 * ========================================================== */
.bootstrap .bspack-first h1.main-heading,
.bspack-first .main-heading{
  margin-bottom: 0;
}
.bspack-top__image{
  text-align: center;
}
.bspack-top__image img:nth-child(n + 2){
  margin-left: 80px;
}
.link-block{
  display: flex;
  justify-content: center;
}
.link-block .oval-link:nth-child(n + 2){
  margin-left: 24px;
}
.bspack-top__links{
  margin: 48px 0 0;
}
.layout-main-wrapper .bspack-first .content-inner ul.anchor-block{
  margin: 90px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .bspack-first{
    margin-top: 0;
  }
  .bspack-top__image{
    margin: 48px 0 0;
  }
  .bspack-top__image img:nth-child(n + 2){
    margin: 32px 0 0;
    width: 240px;
  }
  .link-block{
    display: block;
    margin-top: 32px;
    text-align: center;
  }
  .bspack-top__links .oval-link{
    width: 280px;
  }
  .bspack-top__links .oval-link:nth-child(n + 2){
    margin: 16px 0 0;
  }
  .layout-main-wrapper .bspack-first .content-inner ul.anchor-block{
    margin-top: 64px;
  }
}

/* 概要 */
.bspack-overview{
  padding-top: 80px;
}
.bspack-overview__item{
  display: flex;
  justify-content: center;
  width: 1016px;
  margin: 0 auto;
}
.bspack-overview__text{
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: bold;
}
.bspack-overview__circle{
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .bspack-overview{
    padding-top: 64px;
  }
  .bspack-overview__item{
    display: block;
    width: 100%;
  }
  .bootstrap .bspack-overview__text,
  .bspack-overview__text{
    margin-top: 12px;
    text-align: center;
  }
  .bspack-overview__circle{
    margin: 24px 0 0;
    text-align: center;
  }
}

/* 特長 */
.bspack-features__item{
  margin: 32px 0 0;
  padding: 64px;
  border-radius: 20px;
  background: var(--main-clr-wt);
}
.bspack-features__item + .bspack-features__item{
  margin-top: 48px;
}
.bspack-features__top{
  display: flex;
  justify-content: space-between;
}
.bspack-features__detail{
  width: 436px;
}
.bspack-features__image{
  width: calc(100% - 478px);
  text-align: center;
}
.bspack-features__heading{
  padding: 18px 40px;
  border-radius: 16px;
  background: var(--main-clr-lgr);
}
.bspack-features__text{
  margin: 16px 20px 0;
  line-height: 1.5;
}
.bspack-features__item--01 .bspack-features__bottom{
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0;
}
.bspack-features__security{
  width: calc(50% - 12px);
}
.bspack-features__security-point{
  position: relative;
}
.bspack-features__security-point span{
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background: #7D7D7D;
  color: var(--main-clr-wt);
  font-size: 14px;
  font-weight: bold;
}
.bspack-features__security-point::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--main-clr-gr);
}
.bspack-features__security-items{
  display: flex;
  justify-content: space-between;
}
.bspack-features__security-item{
  width: calc(50% - 8px);
}
.bspack-features__security-item img + img{
  margin-left: 12px;
}
.bspack-features__security-title{
  margin: 16px 0 0;
  font-size: 12px;
}
.bspack-features__security-text{
  margin: 8px 0 0;
  font-size: 14px;
}
.bspack-features__item--02 .bspack-features__bottom{
  margin-top: 29px;
}
.bspack-features__easy{
  display: flex;
  justify-content: space-between;
}
.bspack-features__easy-item{
  width: 262px;
  padding: 24px 21px;
  border: 2px solid var(--main-clr-gr);
  border-radius: 12px;
  text-align: center;
}
.bspack-features__easy-item:nth-child(3){
  width: 332px;
}
.bspack-features__easy-text{
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
.content-inner ul.note-list.note-list{
  margin: 24px 0 0;
  font-size: 14px;
}
.note-text{
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
.content-inner .note-list .note-list__item{
  text-indent: -1em;
  margin-left: 1em;
}
.content-inner .note-list .note-list__item .disc-list{
  margin-top: 8px;
  text-indent: 0;
}
.content-inner .note-list .note-list__item--indent2{
  text-indent: -1.8em;
  margin-left: 1.8em;
}
.bspack-features__item--03 .bspack-features__bottom{
  margin-top: 32px;
}
.bspack-features__item--04 .bspack-features__bottom{
  margin-top: 32px;
}
.bspack-features__support{
  display: grid;
  grid-template-columns: 4fr 156px;
  gap: 24px;
}
.bspack-features__support__inner__ttl{
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #f3f3f3;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
}
.bspack-features__support__inner__ttl sup{
  top: 0.5em;
}
.bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 20px;
}
.bspack-features__support__inner__item__ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 80px;
}
.bspack-features__support__inner__item__ttl__img{
  width: 30px;
}
.bspack-features__support__inner__item__ttl__txt{
  font-size: 13px;
  font-weight: 700;
}
.bspack-features__support__inner__item__txt.bspack-features__support__inner__item__txt{
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}
.bspack-features__support__inner__item__txt::before{
  content: "";
  width: 56px;
  height: 1px;
  background: #b9b9b9;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.bspack-features__support__inner__item ul.note-list.note-list{
  margin-top: 8px;
}
.bspack-features__support__inner__item .note-list .note-list__item{
  font-size: 11px;
  text-indent: -0.5em;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .bspack-features__item{
    padding: 32px 24px;
  }
  .bspack-features__top{
    display: block;
  }
  .bspack-features__detail{
    width: 100%;
  }
  .bspack-features__heading{
    padding: 12px 27px;
    text-align: center;
  }
  .bspack-features__text{
    margin: 16px 0 0;
    font-size: 14px;
  }
  .bspack-features__image{
    width: 100%;
    margin: 24px 0 0;
    padding: 0 9px;
    text-align: center;
  }
  .bspack-features__item + .bspack-features__item{
    margin-top: 32px;
  }
  .bspack-features__item--01 .bspack-features__bottom{
    display: block;
  }
  .bspack-features__security{
    width: 100%;
  }
  .bspack-features__security:nth-child(n + 2){
    margin-top: 24px;
  }
  .bspack-features__security-point span{
    padding: 4px 12px;
    font-size: 12px;
  }
  .bspack-features__security-items{
    display: block;
  }
  .bspack-features__security-item{
    position: relative;
    width: 100%;
    padding-left: 64px;
  }
  .bspack-features__security-item:nth-child(n + 2){
    margin-top: 24px;
  }
  .bspack-features__security-item .icon{
    position: absolute;
    left: 8px;
    top: calc(50% - 20px);
    width: 40px;
  }
  .bspack-features__security-item img + img{
    margin: 0;
  }
  .bspack-features__security-title{
    margin-top: 8px;
  }
  .bspack-features__security-text{
    margin-top: 4px;
    font-size: 12px;
  }
  .bspack-features__item--02 .bspack-features__image img{
    width: 176px;
    display: block;
  }
  .bspack-features__item--02 .bspack-features__bottom{
    margin-top: 24px;
  }
  .bspack-features__easy{
    display: block;
  }
  .bspack-features__item--02 .bspack-features__bottom{
    margin-top: 24px;
  }
  .bspack-features__easy{
    display: block;
  }
  .bspack-features__easy-item{
    width: 100%;
    padding: 24px 8px;
  }
  .bspack-features__easy-item:nth-child(n + 2){
    margin-top: 8px;
  }
  .bspack-features__easy-item:nth-child(3){
    width: 100%;
  }
  .bspack-features__easy-text{
    font-size: 12px;
  }
  .bspack-features__item--03 .bspack-features__bottom{
    margin-top: 24px;
  }
  .content-inner ul.note-list{
    margin-top: 16px;
    font-size: 12px;
  }
  .bspack-features__item--04 .bspack-features__bottom{
    margin-top: 24px;
  }
  .bspack-features__support{
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list.bspack-features__support__inner__list{
    display: grid;
    grid-template-columns: 1fr;
  }
  .bspack-features__support__inner__ttl{
    font-size: 12px;
    height: 40px;
  }
  .bspack-features__support__inner__item__ttl{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
  }
  .bspack-features__support__inner__item__ttl__txt{
      text-align: center;
  }
  .bspack-features__bottom__note.bspack-features__bottom__note.bspack-features__bottom__note.bspack-features__bottom__note{
      margin-top: 24px;
  }
  .bspack-features__support__inner__item .note-list .note-list__item{
      font-size: 13px;
  }
}

/* 料金 */
.content-inner .price-heading{
  margin: 48px 0 0;
  padding: 12px;
  background: var(--main-clr-irumo);
  color: var(--main-clr-wt);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.price-example{
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0;
}
.price-example__item{
  width: calc((100% - 42px) / 3);
}
.price-example__heading{
  position: relative;
}
.price-example__heading-circle{
  position: absolute;
  top: -36px;
  left: -36px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 4px solid var(--main-clr-wt);
  border-radius: 50%;
  background: var(--main-clr-irumo);
  color: var(--main-clr-wt);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.price-example__heading-circle span{
  font-family: var(--main-font-lato);
}
.price-example__heading h5{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 77px;
  margin: 0;
  padding: 16px;
  background:var(--main-clr-lgr);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.price-example__heading h5.sp-only{
  display: none;
}
.price-example__body{
  height: calc(100% - 77px);
  padding: 24px 40px 32px;
  border: 1px solid var(--main-clr-gr);
  border-top: none;
}
.price-example__amount{
  text-align: center;
}
.price-example__amount span{
  padding: 4px 16px;
  border-radius: 100vh;
  background:var(--main-clr-lgr);
}
.price-example__detail{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.price-example__fee{
  margin: 0!important;
  color: var(--main-clr-rd);
  font-size: 56px;
  font-family: var(--main-font-lato);
  font-weight: bold;
  line-height: 1;
}
.price-example__tax{
  margin-left: 3px;
  font-size: 14px;
  line-height: 1.2;
}
.price-example__yen{
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.price-breakdown{
  margin: 12px 0 0;
}
.price-breakdown__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
}
.price-breakdown__item:nth-child(n + 2){
  margin-top: 10px;
}
.price-breakdown__type{
  margin: 0!important;
  font-weight: bold;
}
.price-breakdown__fee{
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  font-family: var(--main-font-lato);
  font-weight: bold;
  line-height: 1;
}
.price-breakdown__yen{
  margin-left: 2px;
  font-size: 14px;
}
.price-breakdown__tax{
  margin-left: 4px;
  font-size: 11px;
  font-weight: normal;
}
.price-breakdown__item--small .price-breakdown__type{
  font-size: 14px;
}
.price-breakdown__item--small .price-breakdown__fee{
  font-size: 14px;
}
.price-breakdown__item--small .price-breakdown__tax{
  font-size: 10px;
}
.price-breakdown__item--middle .price-breakdown__type{
  font-size: 14px;
}
.price-breakdown__item--middle .price-breakdown__fee{
  font-size: 20px;
}
.price-breakdown__item--middle .price-breakdown__yen{
  font-size: 12px;
}
.price-breakdown__item--middle .price-breakdown__tax{
  font-size: 10px;
}
.price-breakdown__item--border{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid var(--main-clr-gr);
}
.price-point__item{
  margin-top: 16px!important;
  padding-top: 12px;
  border-top: 1px solid var(--main-clr-gr);
  color: var(--main-clr-irumo);
  font-weight: bold;
  text-align: center;
}
.price-point__item sup{
  color: #000;
}
.bspack-price .sim-block{
  margin-top: 64px;
}

/* 付加機能 */
.price-addition{
  margin: 80px 0 0;
}
.layout-main-wrapper .content-inner ul.addition-block{
  margin: 40px 0 0;
}
.layout-main-wrapper .content-inner ul.addition-block li.addition-block__item{
  display: flex;
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: 1px solid #E5E5E5;
}
.layout-main-wrapper .content-inner ul.addition-block li.addition-block__item:last-child{
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.bootstrap .addition-heading,
.addition-heading{
  width: 392px;
  margin: 0 24px 0 0;
  padding-left: 104px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.addition-text{
  font-size: 18px;
  line-height: 1.5;
}

.bspack-price .content-inner ul.note-list{
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .content-inner .price-heading{
    margin-top: 32px;
    font-size: 18px;
  }
  .price-example{
    margin-top: 52px;
  }
  .price-example__item{
    min-width: 283px;
  }
  .price-example__item:nth-child(n + 2){
    margin-left: 12px;
  }
  .price-example__body{
    height: calc(100% - 113px);
    padding: 32px 20px;
  }
  .price-example__heading-circle{
    top: -30px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .price-example__heading-circle span{
    font-size: 18px;
  }
  .price-example__heading h5{
    height: 113px;
    padding: 44px 0 24px;
    text-align: center;
  }
  .price-example__heading h5.pc-only{
    display: none;
  }
  .price-example__heading h5.sp-only{
    display: flex;
  }
  .price-example__amount{
    font-size: 14px;
  }
  .price-example__fee{
    font-size: 48px;
  }
  .price-example__tax{
    font-size: 12px;
  }
  .price-example__yen{
    font-size: 16px;
  }
  .price-breakdown{
    margin-top: 16px;
  }

  .bspack-price .sim-block{
    margin-top: 40px;
    padding: 0;
  }
  .bspack-price .sim-heading img{
    width: 100%;
    max-width: 338px;
  }
  .bspack-price .sim-heading > img{
    width: 318px;
  }

  /* 付加機能 */
  .price-addition{
    margin-top: 64px;
  }
  .layout-main-wrapper .content-inner ul.addition-block{
    margin-top: 32px;
  }
  .layout-main-wrapper .content-inner ul.addition-block li.addition-block__item{
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .bootstrap .addition-heading,
  .addition-heading{
    padding: 0;
    font-size: 18px;
  }
  .addition-text{
    margin: 8px 0 0 16px!important;
    font-size: 16px;
  }

  .bspack-price .content-inner ul.note-list{
    margin-top: 64px;
  }

}

/* よくあるご質問 */
.faq-list{
  margin: 64px 0 0;
  border-bottom: 1px solid var(--main-clr-gr);
  counter-reset: listnum;
}
.faq-heading{
  border-top: 1px solid var(--main-clr-gr);
  padding: 21px 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s;
  line-height: 1.47;
}
.faq-list li .faq-heading:hover{
  opacity: .7;
}
.faq-heading span{
  position: relative;
  display: block;
  padding: 0 40px;
}
.faq-heading span::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/sites/default/files/media/service/image/icon_circle-plus.webp) no-repeat center/100%;
}
.faq-heading.is-active span::after{
  background: url(/sites/default/files/media/service/image/icon_circle-minus.webp) no-repeat center/100%;
}
.faq-heading.question{
  padding-right: 40px;
  padding-left: 40px;
}
.faq-heading.question span::before{
  content: "Q" counter(listnum);
  counter-increment: listnum;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 20px;
  font-family: var(--main-font-lato);
  font-weight: bold;
  line-height: 1.47;
}
.faq-body{
  padding: 32px 40px;
  background:var(--main-clr-lgr);
}
.faq-body p{
  font-size: 18px;
}
.faq-body.answer{
  padding: 32px 108px 32px 69px;
  font-size: 18px;
}
.faq-body.answer .faq-answer__block{
  position: relative;
  padding-left: 30px;
}
.faq-body.answer .faq-answer__block::before{
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: var(--main-clr-rd);
  font-size: 20px;
  font-family: var(--main-font-lato);
  font-weight: bold;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .bspack-faq .content-inner{
    padding: 0!important;
  }
  .faq-list{
    margin-top: 32px;
  }
  .faq-heading{
    padding: 21px 32px 21px 24px;
    font-size: 16px;
  }
  .faq-heading:not(.question) span{
    padding-left: 16px;
  }
  .faq-heading span::before{
    font-size: 16px;
  }
  .faq-heading span::after{
    right: 0;
    width: 24px;
    height: 24px;
  }
  .faq-heading.question{
    padding-right: 24px;
    padding-left: 24px;
  }
  .faq-body{
    padding: 24px;
    font-size: 16px;
  }
  .faq-body p{
    font-size: 16px;
  }
  .faq-body.answer{
    padding: 24px;
  }
  .faq-body.answer .faq-answer__block{
    padding-left: 24px;
  }
  .faq-answer__block::before{
    font-size: 16px;
  }
}





/** ============================================================
 * 下層 - 料金プラン
 * ========================================================== */
.layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item{
  padding: 0 40px;
}
.layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item:nth-child(n + 2)::before{
  display: none;
}

.plan-type{
  display: flex;
  margin: 48px 0 0;
}
.plan-type__item{
  width: 50%;
  padding: 88px;
  background: var(--main-clr-irumo);
  text-align: center;
}
.plan-type__item--eximo{
  background: var(--main-clr-eximo);
}
.plan-type__item-text{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.bootstrap .plan-type__item-image{
  margin-top: 24px;
}

/* irumo */
.bootstrap h2.plan-block__heading,
.plan-block__heading{
  margin: 0;
  padding: 80px;
  border-radius: 16px 16px 0 0;
  background: #01B496;
  text-align: center;
}
.plan-block__body{
  padding: 80px 104px 96px;
  border-radius: 0 0 16px 16px;
  background: #fff;
}
.plan-block__read-text{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.plan-block__body .line-text{
  margin: 48px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.plan-block__body .plan-list__item{
  width: calc((100% - 120px) / 4);
}
.bootstrap .plan-list__point{
  margin: 0;
  padding: 14px;
  border-radius: 8px;
  background: #01B496;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.bootstrap p.plan-list__price,
.plan-list__price{
  margin: 16px 0 0;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.plan-list__fee{
  color: #BC2739;
  font-size: 34px;
}
.bootstrap .plan-list__tax{
  margin: 2px 0 0;
  font-size: 14px;
  text-align: center;
}
.plan-note__wrap{
  margin: 24px 0 0;
  text-align: center;
}
.layout-main-wrapper .content-inner ul.plan-note{
  display: inline-block;
  text-align: left;
}
.content-inner .plan-note .plan-note__item{
  margin-left: 1.2em;
  text-indent: -1.2em;
  font-size: 14px;
}


/* ご利用料金 */
.primary-table{
  margin: 48px 0 0;
  caption-side: top;
  table-layout: fixed;
}
.primary-table caption{
  margin: 0 0 16px;
  padding: 0;
  color: var(--main-clr-bk);
  font-size: 16px;
  text-align: right;
  caption-side: top;
}
table tr th{
  padding: 25px 32px;
  background: var(--main-clr-wt);
  color: var(--main-clr-bk);
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
}
.primary-table th{
  border: 1px solid #E5E5E5;
  border-right: none;
  border-left: none;
}
.primary-table th + th{
  border-left: 1px solid #E5E5E5;
}
.primary-table .th-dark{
  background: #F3F3F3;
  font-weight: bold;
}
.primary-table .th-light{
  background: #FAFAFA;
  font-weight: normal;
}
.plan-conditions .plan-irumo{
  margin-top: 32px;
}
.plan-irumo .price-table--01 tr:first-of-type th:first-of-type,
.plan-irumo .price-table--02 tr:first-of-type th:first-of-type,
.plan-irumo .price-table--03 tr:first-of-type th:first-of-type{
  width: 416px;
}
.sup{
  position: relative;
  top: -0.5em;
  margin-left: 3px;
  font-size: .6em;
  line-height: 1;
  vertical-align: text-top;
}
.bootstrap .headpoint-text +  p.read-text,
.headpoint-text + .read-text{
  margin-top: 32px;
}

/* ご注意事項 */
.content-inner ul li.disc-list__item{
  position: relative;
  padding-left: 1rem;
}
.content-inner ul li.disc-list__item::before{
  position: absolute;
  top: calc(1em - 3px);
  left: calc(.5em - 2px);
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border: none;
  border-radius: 50%;
  background: var(--main-clr-bk);
}
.disc-list--lower .disc-list__item{
  text-indent: 0;
}
.faq-body p.faq-title{
  margin: 0 0 8px;
  font-size: 16px;
}
.disc-list + p.faq-title{
  margin-top: 24px;
}


.content-inner ol.num-list{
  counter-reset: listnum;
  margin: 8px 0 0;
  padding: 0;
}
.content-inner ol li.num-list__item{
  list-style: none;
  padding-left: 1.2rem;
}
.content-inner ol li.num-list__item::before{
  content: counter(listnum) ".";
  counter-increment: listnum;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  background: no-repeat;
  font-weight: bold;
}
.content-inner ol li.num-list__item:nth-child(n + 2){
  margin-top: 4px;
}

/* eximo */
.plan-eximo{
  margin-top: 96px;
  padding-top: 0;
}
.bootstrap .plan-eximo h2.plan-block__heading,
.plan-eximo .plan-block__heading,
.plan-eximo .plan-list__point{
  background: var(--main-clr-eximo);
}
.plan-eximo .plan-block__body .plan-list__item{
  width: calc((100% - 80px) / 3);
}
.plan-block__image{
  margin: 48px 0 0;
  text-align: center;
}
.plan-block__image + .note-text{
  margin-top: 24px;
  margin-bottom: 0;
}
.plan-eximo .price-table--01 tr:first-of-type th:first-of-type,
.plan-eximo .price-table--01 tr:first-of-type th:nth-child(2){
  width: 208px;
}

/* 音声オプション */
.plan-option .headpoint-text{
  margin-top: 48px;
}
.plan-option .option-box{
  margin-top: 48px;
}
.option-item,
.option-item:nth-child(n+2){
  width: calc(50% - 20px);
  margin: 0;
  padding: 48px;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.option-item .option-sub{
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
.option-item .option-title{
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.option-item .option-price{
  display: block;
  margin: 16px 0 0;
}
.option-price__fee{
  margin-left: 0;
  color: var(--main-clr-rd);
  font-size: 30px;
  font-weight: bold;
}
.option-price__yen{
  font-weight: bold;
}
.option-price__tax{
  margin-left: 0;
  font-size: 14px;
}

.option-box .note-list{
  margin-top: 32px;
}
.note-list + .headpoint-text{
  margin-top: 64px;
}
.option-box .primary-table{
  margin-top: 32px;
}
.plan-option .price-table--01 tr:first-of-type th:first-of-type{
  width: 416px;
}
.plan-option .price-table--01 tr:nth-child(2) th:not(:first-of-type){
  width: calc((100% - 416px) / 2);
}
.plan-option .price-table--01 .th-dark{
  text-align: center;
}

/* 割引条件 - 割引適用イメージ */
.plan-conditions .plan-block__body{
  padding: 48px 104px 64px;
}
.plan-block__text{
  text-align: center;
}
.plan-block__text .text--bold{
  font-size: 24px;
  font-weight: bold;
}
.plan-block__text .text--red{
  color: var(--main-clr-rd);
}
.plan-block__text .text--large{
  font-size: 32px;
}
.plan-block__text .text--fee{
  color: var(--main-clr-rd);
  font-size: 44px;
  font-family: var(--main-font-lato);
}
.plan-block__text .text--yen{
  font-weight: bold;
}
.plan-block__text .text--tax{
  font-size: 14px;
}
.plan-block__table{
  margin: 48px 0 0;
}
.plan-block__table th{
  vertical-align: middle;
  border: none!important;
  padding: 32px 0 32px 20px;
}
.plan-block__table tr:first-of-type th{
  padding-top: 0;
  padding-bottom: 0;
}
.plan-block__table tr:last-of-type th{
  padding-top: 24px!important;
  padding-bottom: 0!important;
}
.plan-block__table tr th:first-of-type{
  padding-left: 32px;
}
.plan-block__table tr th:not(:first-of-type){
  width: 184px;
}
.plan-block__table .plan-block__table-border th{
  padding-bottom: 24px!important;
  border-top: 1px solid var(--main-clr-gr)!important;
}
.plan-block__table .plan-block__table-group th{
  padding-top: 0!important;
}
.plan-block__table-text{
  font-size: 20px;
}
.bootstrap p.plan-block__table-price,
.plan-block__table-price{
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.plan-block__table-fee{
  font-size: 30px;
  font-family: var(--main-font-lato);
}
.plan-block__table-fee--red{
  color: var(--main-clr-rd);
  font-size: 40px;
}
.plan-block__table-yen{
  font-size: 16px;
}
.plan-block__table-tax{
  font-size: 14px;
  text-align: center;
}
.plan-block__table .line-text{
  margin: 0;
  text-align: left;
}
.plan-block__table-price .line-block{
  margin: 0;
}

.plan-conditions .plan-irumo + .plan-eximo{
  margin-top: 48px;
}
.plan-eximo + .simple-heading{
  margin-top: 64px;
}

/* 割引条件 */
.plan-conditions .rounded-box{
  margin-top: 32px;
  padding: 64px;
}
.plan-conditions .rounded-box +.rounded-box{
  margin-top: 48px;
}
.conditions-box{
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0;
}
.conditions-item{
  width: 50%;
  padding: 0 11px 0 0;
  text-align: center;
}
.conditions-item:nth-child(even){
  border-left: 1px solid #E5E5E5;
  padding: 0 0 0 11px;
}
.bootstrap p.conditions-point,
.conditions-point{
  display: inline-block;
  min-width: 160px;
  margin: 0;
  padding: 7px;
  border-radius: 4px;
  background: #F3F3F3;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.bootstrap p.conditions-price,
.conditions-price{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 24px 0 0;
  line-height: 1.5;
}
.conditions-price__max{
  color: var(--main-clr-rd);
  font-size: 24px;
  font-weight: bold;
}
.conditions-price__text{
  display: inline-block;
  min-width: 76px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.conditions-price__fee{
  color: #BC2739;
  font-size: 44px;
  font-family: var(--main-font-lato);
  font-weight: bold;
  line-height: 1;
}
.conditions-price__yen{
  margin-left: 8px;
  font-weight: bold;
}
.conditions-price__tax{
  margin-left: 12px;
  font-size: 14px;
}
.conditions-price__large{
  margin-left: 12px;
  color: #BC2739;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.conditions-logo{
  display: flex;
  justify-content: center;
  margin: 33px 0 0;
}
.bootstrap .conditions-logo__item{
  margin: 0;
}
.bootstrap .conditions-logo__item:nth-child(n + 2){
  margin-left: 26px;
}
.conditions-logo__note{
  display: block;
  font-size: 14px;
}
.conditions-links{
  margin: 44px 0 0;
  text-align: center;
}
.conditions-link,
.conditions-link .blank-link--circle-red{
  margin: 0;
}
.conditions-link + .conditions-link{
  margin-top: 32px;
}
.conditions-price--line2{
  text-align: center;
}
.conditions-price--line2-item{
  display: inline-block;
}
.bootstrap .conditions-price--line2 .conditions-price{
  display: block;
  text-align: left;
}
.conditions-price--line2 .conditions-price + .conditions-price{
  margin-top: 4px;
}


@media screen and (max-width: 768px) {
  .plan-type__item{
    padding: 59px 16px 64px;
  }
  .plan-type__item-text{
    min-height: 62px;
    font-size: 14px;
  }
  .plan-type__item-text.sp-only{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bootstrap .plan-type__item-image{
    margin-top: 34px;
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item{
    padding: 0;
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--irumo,
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--eximo{
    width: 50%;
    margin: 0;
    border-top: none;
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--irumo .anchor-link,
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--eximo .anchor-link{
    padding: 0 0 40px;
    text-align: center;
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--irumo img,
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--eximo img{
    width: auto;
    height: 23px;
    margin-bottom: 0!important;
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--irumo .anchor-link::after,
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--eximo .anchor-link::after{
    top: auto;
    bottom: 0;
    left: calc(50% - 12px);
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item--eximo + .anchor-item{
    margin-top: 40px;
    border-top: none;
  }
  .layout-main-wrapper .plan-first .content-inner ul.anchor-block--underline .anchor-item:last-of-type{
    margin-top: 16px;
    padding-top: 16px;
  }

  /* irumo */
  .bootstrap h2.plan-block__heading,
  .plan-block__heading{
    padding: 40px 0;
  }
  .plan-block__heading img{
    width: auto;
    height: 26px;
  }
  .plan-block__body{
    padding: 56px 24px 64px;
  }
  .plan-block__read-text{
    font-size: 22px;
  }
  .plan-block__body .line-text{
    margin-top: 24px;
    font-size: 18px;
  }
  .layout-main-wrapper .content-inner .plan-block__body ul.plan-list{
    display: flex;
    flex-wrap: wrap;
  }
  .plan-block__body .plan-list__item{
    width: calc(50% - 12px);
  }
  .plan-block__body .plan-list__item:nth-child(n + 3){
    margin-top: 24px;
  }
  .bootstrap .plan-list__point{
    padding: 8px;
    font-size: 20px;
  }
  .bootstrap p.plan-list__price,
  .plan-list__price{
    margin-top: 8px;
  }
  .plan-list__fee{
    font-size: 30px;
  }
  .plan-list__yen{
    font-size: 14px;
  }
  .bootstrap .plan-list__tax{
    font-size: 12px;
  }
  .plan-note__wrap{
    text-align: left;
  }
  .content-inner .plan-note .plan-note__item{
    font-size: 12px;
  }

  /* ご利用料金 */
  .primary-table{
    margin-top: 16px;
  }
  .primary-table caption{
    font-size: 12px;
  }
  .plan-irumo .price-table--01 tr:first-of-type th,
  .plan-irumo .price-table--01 tr:first-of-type th:first-of-type{
    width: calc(100% / 3);
  }
  .primary-table th{
    padding: 16px 12px;
    font-size: 14px;
  }
  .plan-irumo .price-table--02 tr:first-of-type th:first-of-type,
  .plan-irumo .price-table--03 tr:first-of-type th:first-of-type{
    width: 50%;
  }
  .plan-irumo .faq-heading{
    padding-right: 0;
    padding-left: 0;
  }
  .bootstrap .headpoint-text +  p.read-text,
  .headpoint-text + .read-text{
    margin-top: 24px;
  }

  /* eximo */
  .plan-eximo{
    margin-top: 64px;
  }
  .plan-eximo .plan-block__body .plan-list{
    flex-direction: column;
  }
  .plan-eximo .plan-block__body .plan-list__item{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 223px;
    margin: 0 auto;
  }
  .plan-eximo .plan-block__body .plan-list__item:nth-child(n + 2){
    margin-top: 24px;
  }
  .plan-eximo .plan-block__body .plan-list__item .plan-list__point{
    width: 100%;
  }
  .plan-block__image{
    margin-top: 32px;
  }
  .plan-block__image img{
    width: 488px;
    max-width: none;
  }
  .plan-eximo .price-table--01 tr:first-of-type th:first-of-type,
  .plan-eximo .price-table--01 tr:first-of-type th:nth-child(2){
    width: calc(100% / 3);
  }
  .plan-eximo .faq-heading{
    padding-right: 0;
    padding-left: 0;
  }

  /* 音声オプション */
  .note-list + .headpoint-text {
    margin-top: 44px;
  }
  .plan-option .option-box{
    margin-top: 32px;
  }
  .plan-option .option-item{
    width: 100%;
    padding: 32px;
  }
  .plan-option .option-item:nth-child(n + 2){
    margin-top: 12px;
  }
  .option-item .option-sub{
    font-size: 16px;
  }
  .option-item .option-title{
    font-size: 20px;
  }
  .option-item .option-price{
    margin-top: 8px;
  }
  .option-price__yen{
    font-size: 14px;
  }
  .option-price__tax{
    font-size: 12px;
  }
  .plan-option .price-table--01 tr:first-of-type th:first-of-type{
    width: 114px;
  }

  /* 割引条件 - 割引適用イメージ */
  .plan-conditions{
    margin-bottom: 80px;
  }
  .plan-conditions .plan-block__body{
    padding: 24px 20px 32px;
  }
  .plan-block__text .text--bold{
    margin: 0;
    font-size: 20px;
  }
  .plan-block__text .line-block{
    margin: 0;
  }
  .plan-block__text .text--fee{
    font-size: 36px;
    line-height: 1;
  }
  .plan-block__text .text--yen{
    font-size: 14px;
  }
  .plan-block__text .text--large{
    font-size: 24px;
  }
  .plan-block__text .text--tax{
    font-size: 12px;
  }
  .plan-block__table th{
    padding: 24px 0 16px 12px;
  }
  .plan-block__table tr th:first-of-type{
    padding-left: 0;
  }
  .plan-block__table .plan-block__table-border th{
    padding-top: 16px!important;
    padding-bottom: 17px!important;
  }
  .plan-block__table tr:first-of-type th{
    min-width: 126px;
    width: 126px;
  }
  .plan-block__table tr:first-of-type th:first-of-type{
    min-width: 130px;
  }
  .plan-block__table tr:last-of-type th{
    padding-top: 16px!important;
  }
  .plan-block__table tr:first-of-type th .plan-list__point{
    font-size: 18px;
  }
  .plan-block__table-text{
    font-size: 14px;
  }
  .plan-block__table-fee{
    font-size: 22px;
  }
  .plan-block__table-yen,
  .plan-block__table-tax{
    font-size: 11px;
  }
  .plan-conditions .line-text{
    margin: 0;
    font-size: 17px;
  }

  .plan-conditions .plan-irumo + .plan-eximo{
    margin-top: 32px;
  }
  .plan-eximo + .simple-heading{
    margin-top: 48px;
  }

  /* 割引条件 */
  .plan-conditions .rounded-box{
    margin-top: 24px;
    padding: 51px 24px;
  }
  .plan-conditions .rounded-box +.rounded-box{
    margin-top: 32px;
  }
  .conditions-box{
    margin-top: 32px;
  }
  .conditions-item{
    width: calc(50% - 8px);
  }
  .conditions-item:nth-child(even){
    padding-left: 0;
    border-left: none;
  }
  .bootstrap p.conditions-point,
  .conditions-point{
    min-width: 100%;
    font-size: 16px;
  }
  .bootstrap p.conditions-price,
  .conditions-price{
    display: block;
    margin-top: 16px;
    line-height: 1;
  }
  .conditions-price__max{
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .conditions-price__fee{
    font-size: 28px;
  }
  .conditions-price__yen{
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
  }
  .conditions-price__tax{
    display: block;
    width: 100%;
    margin: 7px 0 0;
    font-size: 12px;
    text-align: center;
  }
  .conditions-price__large{
    display: block;
    margin: 8px 0 0;
    font-size: 20px;
    line-height: 1;
  }
  .conditions-logo{
    display: block;
    margin-top: 16px;
  }
  .conditions-logo__item img{
    width: auto;
    height: 20px;
  }
  .conditions-logo__note{
    font-size: 11px;
  }
  .bootstrap .conditions-logo__item:nth-child(n + 2){
    margin: 12px 0 0;
  }
  .conditions-links{
    margin-top: 32px;
  }
  .conditions-link .blank-link span{
    display: block;
  }
  .conditions-box--line2{
    display: block;
  }
  .conditions-box--line2 .conditions-item{
    width: 100%;
    padding: 0;
  }
  .conditions-box--line2 .conditions-item:nth-child(n + 2){
    margin-top: 24px;
  }
  .bootstrap .conditions-box--line2  p.conditions-point{
    min-width: 139px;
  }
  .conditions-box--line2 .conditions-price__large{
    display: inline-block;
  }
  .conditions-price--line2{
    display: flex;
    justify-content: center;
  }
  .conditions-price--line2 .conditions-price__tax{
    padding-left: 76px;
    text-align: left;
  }
}
@media screen and (max-width: 376px) {
  /* 割引条件 - 割引適用イメージ */
  .plan-block__table tr:first-of-type th .plan-list__point{
    font-size: 16px;
  }
  .plan-block__table tr:first-of-type th{
    min-width: 116px;
    width: 116px;
  }
  .plan-block__table tr:first-of-type th:first-of-type{
    min-width: 124px;
    width: 124px;
  }

  /* 割引条件 */
  .conditions-price__fee{
    font-size: 26px;
  }
  .conditions-price__yen{
    font-size: 11px;
  }
}



/** ============================================================
 * 下層 - ご利用開始までの流れ
 * ========================================================== */
.flow-first .content-inner .flow-list{
  margin: 48px 0;
  justify-content: space-between;
  padding: 0 20px;
  list-style: none;
}
.flow-list .flow-list__item{
  display: inline-block;
  width: 25%;
  margin: 0;
  text-align: center;
}
.flow-list .flow-list__step{
  position: relative;
  color: var(--main-clr-rd);
  font-family: var(--main-font-lato);
}
.flow-list .flow-list__item:nth-child(n + 2) .flow-list__step::after{
  content: "";
  position: absolute;
  bottom: 20px;
  left: -50%;
  display: block!important;
  width: 100%;
  height: 1px;
  background: #F3F3F3;
}
.bootstrap .flow-list__step{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
.flow-list__step-num{
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main-clr-rd);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.bootstrap .flow-list__img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  margin: 32px 0 0;
}
.bootstrap .flow-list__link{
  margin: 24px 0 0;
  font-size: 20px;
  text-align: center;
}
.flow-list__detail a{
  text-decoration: underline;
}
.flow-list__detail a:hover{
  opacity: .7;
}
.bootstrap .flow-first__note{
  margin-top: 48px;
  text-align: center;
}
.bootstrap .flow-step__sub{
  color: var(--main-clr-rd);
  font-size: 24px;
  font-family: var(--main-font-lato);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.bootstrap .flow-step__heading{
  margin: 16px 0 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.bootstrap .flow-step__image{
  margin: 40px 0 0;
  text-align: center;
}
.bootstrap .flow-step__text{
  margin: 24px 0 0;
  font-size: 18px;
}
.flow-step .content-inner ul.note-list{
  margin-top: 16px;
  line-height: 1.5;
}
.detail-box{
  margin-top: 48px;
  padding: 56px 64px;
}
.bootstrap .detail-heading{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.bootstrap .content-inner ul.detail-list{
  margin: 32px 0 0;
}
.content-inner .detail-box ul.detail-list{
  margin-top: 40px;
}
.layout-main-wrapper .content-inner ul .detail-list__item:nth-child(n + 2){
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--main-clr-gr);
}
.bootstrap .detail-list__heading{
  margin: 0 0 0 1.25rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1.25rem;
}
.bootstrap .content-inner .detail-list__item .disc-list{
  margin-top: 8px;
  font-size: 18px;
}
.detail-list__item .note-list{
  margin-top: 8px;
}
.flow-new_step4 .content-inner ul.note-list,
.flow-change_step5 .content-inner ul.note-list{
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--main-clr-gr);
}
@media screen and (max-width: 768px) {
  .flow-first .content-inner .flow-list{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .flow-first .content-inner .flow-list + .flow-list{
    margin-top: 40px;
  }
  .flow-list .flow-list__item{
    width: 50%;
  }
  .flow-list .flow-list__item:nth-child(3) .flow-list__step::after{
    display: none!important;
  }
  .flow-list .flow-list__item:nth-child(n + 3){
    margin-top: 40px;
  }
  .flow-list__step-text{
    font-size: 14px;
  }
  .flow-list__step-num{
    font-size: 18px;
  }
  .bootstrap .flow-list__img{
    margin-top: 16px;
    height: 91px;
  }
  .flow-list__img img{
    width: auto;
    height: 100%;
  }
  .flow-list__item--02 .flow-list__img img{
    height: 82px;
  }
  .flow-list__item--03 .flow-list__img img{
    height: 70px;
  }
  .flow-list__item--04 .flow-list__img img{
    height: 86px;
  }
  .bootstrap .flow-list__link{
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
  }
  .bootstrap .flow-list__link:nth-child(2){
    min-height: 78px;
  }
  .bootstrap .flow-first__note{
    text-align: left;
    font-size: 12px;
  }
  .bootstrap .flow-step__sub{
    margin: 0;
    font-size: 18px;
  }
  .bootstrap .flow-step__heading{
    margin-top: 4px;
    font-size: 22px;
  }
  .bootstrap .flow-step__image{
    width: 185px;
    margin: 32px auto 0;
  }
  .bootstrap .flow-step__image img{
    max-width: 100%;
  }
  .flow-new_step1 .flow-step__image,
  .flow-change_step1 .flow-step__image{
    width: 185px;
  }
  .flow-new_step2 .flow-step__image,
  .flow-change_step2 .flow-step__image{
    width: 156px;
  }
  .flow-new_step3 .flow-step__image,
  .flow-change_step3 .flow-step__image{
    width: 114px;
  }
  .flow-new_step4 .flow-step__image,
  .flow-change_step5 .flow-step__image{
    width: 118px;
  }
  .flow-change_step4 .flow-step__image{
    width: 111px;
  }
  .bootstrap .flow-step__text{
    font-size: 16px;
  }
  .flow-step .content-inner ul.note-list{
    margin-top: 8px;
  }
  .detail-box{
    margin-top: 32px;
    padding: 48px 24px;
  }
  .bootstrap .detail-heading{
    font-size: 20px;
  }
  .bootstrap .content-inner ul.detail-list{
    margin-top: 24px;
  }
  .content-inner .detail-box ul.detail-list{
    margin-top: 32px;
  }
  .layout-main-wrapper .content-inner ul .detail-list__item:nth-child(n + 2){
    margin-top: 24px;
    padding-top: 24px;
  }
  .bootstrap .detail-list__heading{
    font-size: 16px;
  }
  .bootstrap .content-inner .detail-list__item .disc-list{
    font-size: 16px;
  }

  .flow-new_step4 .content-inner ul.note-list,
  .flow-change_step5 .content-inner ul.note-list{
    margin-top: 16px;
    padding-top: 16px;
  }
}


/** ============================================================
 * index - home5G
 * ========================================================== */
.home5g .point-text{
  font-size: 24px;
  font-weight: bold;
}
.text-formatted ol.point-list{
  display: flex;
  justify-content: space-between;
  margin: 99px 0 0;
  padding: 0;
  list-style: none;
}
.text-formatted ol li.point-list__item{
  position: relative;
  width: calc((100% - 80px) / 3);
  margin: 0;
  padding: 40px;
  border: 1px solid var(--main-clr-gr);
}
.point-list__step{
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  color: #BC2739;
  font-weight: bold;
}
.point-list__step-text{
  font-size: 16px;
}
.point-list__step-num{
  display: block;
  width: 56px;
  height: 56px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: #BC2739;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.point-list__heading{
  display: flex;
  align-items: center;
  justify-content: center;
}
.point-list__heading-item{
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.point-list__image{
  margin: 24px 0 0;
  text-align: center;
}
.point-list__text{
  margin: 24px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.home5g .note-list{
  margin-top: 40px;
}
.home5g .link-block{
  margin: 48px 0 0;
}
.consult-block{
  display: flex;
  margin: 62px 0 0;
}
.consult-block__detail{
  margin-left: 72px;
  text-align: center;
}
.consult-block__text{
  margin: 24px 0 0;
  font-size: 18px;
}
.consult-block .reservation-link{
  margin-top: 32px;
}
.home5g .rounded-box--red{
  margin: 126px 0 0;
}
.present-logo{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 40px;
  background: #fff;
}
.present-top{
  padding: 0 0 46px;
  background: url(/sites/default/files/media/service/image/home5g_present_bg-pc.webp) no-repeat top center / 100%;
}
.present-text{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.present-image{
  margin: 24px 0 0;
  text-align: center;
}
.present-list{
  margin-top: -14px;
  line-height: 1.5;
}
.present-list__item:nth-child(n + 2){
  margin-top: 32px;
}
.present-list__heading{
  margin: 0;
  font-size: 18px;
}
.present-list__text{
  margin: 8px 0 0;
}
.content-inner .present-list__item .disc-list{
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .home5g .primary-heading{
    width: 200px;
  }
  .home5g .point-text{
    font-size: 18px;
  }
  .text-formatted ol.point-list{
    display: block;
    margin-top: 72px;
  }
  .text-formatted ol li.point-list__item{
    width: 100%;
    padding: 45px 15px 26px;
  }
  .text-formatted ol li.point-list__item:nth-child(n + 2){
    margin-top: 64px;
  }
  .point-list__step-text{
    font-size: 14px;
  }
  .point-list__step-num{
    width: 44px;
    height: 44px;
    border-width: 4px;
    font-size: 18px;
    line-height: 32px;
  }
  .point-list__heading-item{
    font-size: 18px;
  }
  .point-list__image{
    width: 107px;
    margin: 12px auto 0;
  }
  .point-list__text{
    margin-top: 12px;
    font-size: 16px;
  }
  .home5g .note-list {
    margin-top: 24px;
  }
  .home5g .link-block{
    margin-top: 32px;
  }
  .consult-block{
    margin-top: 48px;
  }
  .consult-block__detail{
    margin: 0;
    width: 100%;
  }
  .consult-block .reservation-link{
    margin-top: 24px;
  }
  .home5g .rounded-box--red{
    margin-top: 82px;
    padding: 50px 20px 32px;
  }
  .present-logo{
    top: -18px;
    width: 168px;
    height: 36px;
    padding: 0 24px;
  }
  .present-top{
    padding-bottom: 43px;
    background: url(/sites/default/files/media/service/image/home5g_present_bg-sp.webp) no-repeat bottom center / 100%;
  }
  .present-text{
    font-size: 17px;
  }
  .present-image{
    margin-top: 12px;
  }
  .present-list{
    margin-top: -22px;
  }
  .present-list__heading{
    font-size: 14px;
  }
  .present-list__text{
    font-size: 12px;
  }
  .content-inner ol.num-list{
    margin-top: 16px;
    font-size: 12px;
  }
  .present-list__item:nth-child(n + 2){
    margin-top: 16px;
  }
  .content-inner .present-list__item .disc-list{
    font-size: 12px;
  }
}



/** ============================================================
 * m-flow タブ切り替え
 * ========================================================== */
.text-formatted .tab-box,
.layout-main-wrapper .content-inner .tab-box{
  display: flex;
}
.text-formatted .tab-box{
  margin-bottom: 0;
  padding: 0;
}
.text-formatted .tab-box__item,
.layout-main-wrapper .content-inner .tab-box .tab-box__item{
  margin-bottom: 0;
  padding: 23px 0 22px;
}
.layout-main-wrapper .content-inner .tab-box .tab-box__item:nth-child(n+2){
  margin-left: 56px;
}
.text-formatted ol.flow-list{
  margin: 56px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .text-formatted .tab-box{
    padding: 0 24px;
  }
  .tab__body-item .content-inner{
    padding: 0 24px;
  }
  .text-formatted ol.flow-list{
    margin-top: 48px;
  }
  .flow-list--item5 .flow-list__item:nth-child(n + 3){
    width: 33%;
  }
  .flow-list--item5 .flow-list__item:nth-child(n + 3) .flow-list__img{
    height: 80px;
  }
  .flow-first .tab__body{
    padding-bottom: 0;
  }
}

/** ============================================================
 * モバイル汎用
 * ========================================================== */
/* 打ち消し線 */
.strike-through{
  position: relative;
  display: inline-block;
}
.strike-through::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
}


/** ============================================================
 * 法人向けモバイル
 * ========================================================== */
.content-block.contact.background--gray{
  padding: 96px 0!important;
}
.contact.background--gray::before{
  display: none;
}
.content-block--top:not(.mobile-first) + .contact.background--gray{
  margin-top: 120px;
}
.contact p{
  margin: 0;
}
.contact .content-inner{
  max-width: 928px!important;
}
.contact-block{
  display: flex;
  justify-content: space-between;
}
.contact-detail{
  width: calc(100% - 264px);
  text-align: center;
}
.contact-link{
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.contact-use{
  margin: 24px 0 0!important;
}
@media screen and (max-width: 768px) {
  .content-block.contact.background--gray{
    padding: 64px 35px!important;
  }
  .content-block--top:not(.mobile-first) + .contact.background--gray{
    margin-top: 80px;
  }
  .contact-block{
    display: block;
  }
  .contact-detail{
    width: 100%;
  }
  .contact-image{
    margin-top: 24px!important;
  }
  .contact-image img{
    width: 128px;
  }
  .contact-link{
    display: block;
    margin-top: 32px;
  }
  .contact-link .oval-link:nth-child(n + 2){
    margin-top: 12px;
  }
  .contact-use{
    margin-top: 16px!important;
  }
}

.contact-form__block{
  margin-top: 64px;
}
.contact-form__heading{
  position: relative;
  text-align: center;
}
.contact-form__heading span{
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 24px;
  background: #F3F3F3;
}
.contact-form__heading::after{
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.contact-form__link{
  margin: 48px 0 0;
  text-align: center;
}
.contact-form__link .oval-link:nth-child(n + 2){
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form__block{
    margin-top: 48px;
  }
  .contact-form__link{
    margin-top: 32px;
  }
  .contact-form__link .oval-link:nth-child(n + 2){
    margin: 12px 0 0;
  }
}

/* チェックアイコン付きリスト */
.contact-detail .check__list {
  display: inline-block;
  margin: 32px 0 0!important;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-detail .check__list {
    margin-top: 24px!important;
    font-size: 16px;
  }
}
.contact-detail .check__list-item {
  position: relative!important;
  padding-left: 32px!important;
}
.contact-detail .check__list-item::before {
  position: absolute;
  top: calc(0.5rem - 6px);
  left: 0;
  content: "";
  display: inline-block!important;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_check-rd.webp) no-repeat center/100%;
}
.contact-detail .check__list-item:nth-child(n+2) {
  margin-top: 8px;
}

/* テキスト左寄せ、ブロック中央寄せ */
.center-block{
  text-align: center;
}
.center-block .center-block__detail{
  display: inline-block !important;
}
.center-block .check__list{
  margin-top: 24px !important;
}
@media screen and (max-width: 480px) {
  .center-block{
    text-align: left;
  }
}
