@charset "UTF-8";

/** ============================================================
 * CMS用追加
 * ========================================================== */
.bootstrap .main-heading {
  font-size: 44px;
  margin-top: 60px;
  font-weight: bold;
}

.bootstrap .catch-text {
  margin: 48px 0 0;
}

.bootstrap a {
  color: #272727;
}

.bootstrap a:hover,
.bootstrap a:focus {
  color: #bc2739;
  text-decoration: none;
}

.bootstrap a.oval-link {
  text-decoration: none;
}

.bootstrap a.oval-link--border--red {
  color: #bc2739;
}

.bootstrap a.oval-link--red {
  background: #bc2739;
}

.bootstrap p {
  margin-bottom: 0;
}

.bootstrap b,
.bootstrap strong {
  font-weight: bold;
}

.font-weight--normal {
  font-weight: normal !important;
}


/** ============================================================
 * 共通
 * ========================================================== */
/* 見出し */
.primary-heading {
  margin: 0 !important;
  padding: 0;
  font-size: 32px !important;
  font-weight: bold !important;
  text-align: center;
}

.primary-heading span {
  font-size: inherit;
}

.primary-heading::after {
  display: none;
}

.secondary-heading {
  position: relative;
  margin: 0;
  padding: 0 0 27px;
  font-size: 32px !important;
  font-weight: bold !important;
  text-align: center;
}

.secondary-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #bc2739;
}

.tertiary-heading {
  position: relative;
  margin: 0;
  padding: 0 0 60px;
  font-size: 32px !important;
  font-weight: bold !important;
  text-align: center;
}

.tertiary-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #bc2739;
}

/* 斜線テキスト */
.diagonal-text span {
  position: relative;
  display: inline-block;
  padding: 0 23px;
}

.diagonal-text span::before,
.diagonal-text span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 2rem;
  background: rgba(39, 39, 30, .3);
}

.diagonal-text span::before {
  transform: rotate(-30deg);
  left: 0;
}

.diagonal-text span::after {
  transform: rotate(30deg);
  right: 0;
}

/* 背景 */
.bg--yl {
  padding: 70px 60px 60px;
  background: #fbf5e5;
}

.bg--gl {
  margin: 80px 0 0;
  padding: 70px 100px;
  background: #f3f3f3;
}


/* 影付きブロック */
.shadow-box {
  background: #fff;
  box-shadow: 0 3px 20px rgba(39, 39, 39, 0.1);
}

/* 吹き出しブロック */
.sb-heading {
  position: relative;
  padding: 14px 48px;
  border: 1px solid #272727;
  border-radius: 100vh;
  background: #fff;
  font-size: 24px !important;
  font-weight: bold !important;
}

.sb-heading:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  border: 16px solid transparent;
  border-top: 23px solid #FFF;
  border-bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
}

.sb-heading:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  border: 17px solid transparent;
  border-top: 24px solid #272727;
  border-bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
}

/* ボタン周り */
.btn-block {
  margin: 82px 0 0;
  text-align: center;
}

.btn-block .oval-link {
  width: 400px;
  padding: 21px 40px;
  font-size: 24px;
}

.btn-block .oval-link::after {
  width: 22px;
  height: 16px;
  right: 30px;
}

.btn-block .text {
  margin: 0 0 42px;
  font-size: 24px;
  font-weight: bold;
}

/* ボタン */
.oval-link--add {
  position: relative;
  display: block;
  width: 300px;
  margin: 62px auto !important;
  padding: 16px 40px;
  background: #f3f3f3 !important;
  font-size: 18px;
}

.oval-link--add.oval-link--add__mt {
  margin-top: 24px !important;
}

.oval-link--add::before,
.oval-link--add::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: #bc2739;
}

.oval-link--add::before {
  width: 4px;
  height: 20px;
  right: 54px;
}

.oval-link--add::after {
  width: 20px;
  height: 4px;
  right: 46px;
}

.oval-link--add.is-active::before {
  display: none;
}

.opacity-item:hover,
.opacity-item:focus {
  opacity: .7;
}

.bootstrap .text-underline {
  text-decoration: underline !important;
  transition: all 0.25s;
}

.bootstrap .text-underline:hover,
.bootstrap .text-underline:focus {
  color: #bc2739;
  text-decoration: none !important;
}


/* 黄・青画像背景共通 */
.bg-block {
  margin-top: 80px;
}

.bg-block__box {
  overflow: hidden;
  border-radius: 10px;
}

.bg-block__heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-right: 64px;
  font-size: 32px !important;
  font-weight: bold !important;
}

.bg-block__heading>span {
  position: relative;
  display: inline-block;
  padding: 10px 0 5px;
  line-height: 1.5;
}

.bg-block__heading>span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
}

.bg-block__heading .bg-block__text--l {
  font-size: 64px;
  line-height: 1;
}

.bg-block__list {
  display: flex;
  justify-content: space-between;
  margin: 52px 0 0 !important;
  gap: 24px;
}

.reason_block .bg-block__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.bg-block__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 48px 58px;
  text-align: center;
  width: 100%;
}

.bg-block__list--add-image .bg-block__item {
  padding-bottom: 28px;
}

.bg-block__num {
  position: relative;
  display: inline-block;
  padding: 0 46px;
}

.bg-block__texts {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.bg-block__texts-inner {
  display: flex;
  flex-direction: column;
}

.bg-block__title {
  margin: 25px 0 0 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1.7 !important;
}

.bg-block__text {
  flex-grow: 1;
  margin: 5px 0 0 !important;
  line-height: 2;
}

.bg-block__img {
  margin: 22px 0 0 !important;
}

.note-list {
  margin: 34px 0 0 !important;
}

.note-list .note-item {
  font-size: 12px;
  line-height: 2;
}

.note-list .note-item--indent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.bg-block .note-list .note-item {
  margin-left: 1.7rem;
  text-indent: -1.7rem;
}

.bg-block .note-list .note-item span {
  margin-right: .5rem;
}

/* 黄画像背景専用 */
.bg-block--reason .bg-block__heading img {
  margin-right: 12px;
}

.bg-block--reason .bg-block__box {
  padding: 62px 40px 82px;
  background: url(/sites/default/files/media/service/internet/image/reason_bg-pc.webp) no-repeat top center / cover;
}

.bg-block--reason .bg-block__heading span::after {
  background: #fbb101;
}

.bg-block--reason .bg-block__item {
  border-radius: 10px;
}

.bg-block--reason .bg-block__num::before,
.bg-block--reason .bg-block__num::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ccc;
}

.bg-block--reason .bg-block__num::before {
  left: 0;
}

.bg-block--reason .bg-block__num::after {
  right: 0;
}

/* 青画像背景専用 */
.bg-block--needs {
  margin: 84px 0 0;
}

.bg-block--needs .bg-block__heading img {
  margin-right: 22px;
}

.bg-block--needs .bg-block__box {
  padding: 70px 36px 82px;
  background: url(/sites/default/files/media/service/internet/image/needs_bg-pc.webp) no-repeat top center / 100%;
}

.bg-block--needs .bg-block__heading span::after {
  background: #4dc5c5;
}

.bg-block--needs .bg-block__item {
  width: 370px;
  height: 370px;
  padding: 54px 48px 90px;
  border-radius: 50%;
}

/* アコーディオンブロック */
.accordion-body {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .content-inner {
    padding: 0 15px;
  }

  .content-inner--sp0 {
    padding: 0;
  }

  /* 見出し */
  .primary-heading {
    font-size: 21px !important;
  }

  .secondary-heading {
    padding-bottom: 15px;
    font-size: 21px !important;
  }

  .tertiary-heading {
    padding-bottom: 37px;
    font-size: 21px !important;
  }

  .tertiary-heading::after {
    height: 20px;
  }

  /* 吹き出しブロック */
  .sb-heading:before {
    bottom: -12px;
    border: 10px solid transparent;
    border-top: 13px solid #FFF;
    border-bottom: 0;
  }

  .sb-heading:after {
    bottom: -14px;
    border: 11px solid transparent;
    border-top: 14px solid #aaa;
    border-bottom: 0;
  }

  /* ボタン */
  .oval-link--add {
    width: 250px;
    margin: 10px auto 30px !important;
    padding: 16px 40px;
    font-size: 14px;
  }

  .oval-link--add::before {
    right: 30px;
    width: 4px;
    height: 16px;
  }

  .oval-link--add::after {
    right: 24px;
    width: 16px;
    height: 4px;
  }

  /* ボタン周り */
  .btn-block {
    margin-top: 32px;
  }

  .btn-block .oval-link {
    width: 250px;
    padding: 16px 40px;
    font-size: 14px;
  }

  .btn-block .oval-link::after {
    width: 16px;
    height: 10px;
    right: 20px;
  }

  .btn-block .text {
    margin-bottom: 23px;
    font-size: 16px;
  }


  /* 黄・青画像背景共通 */
  .bg-block {
    margin-top: 30px;
  }

  .bg-block__box {
    border-radius: 0;
  }

  .bg-block__heading {
    align-items: center;
    flex-direction: column;
    padding: 0;
    font-size: 21px !important;
  }

  .bg-block__heading>span {
    top: 0;
    display: inline-block;
    margin: 0;
    padding: 0 0 4px;
  }

  .bg-block__heading>span::after {
    height: 2px;
  }

  .bg-block__heading img {
    width: 45px;
    height: 37px;
    margin: 0;
  }

  .bg-block__heading .bg-block__text--l {
    font-size: 36px;
  }

  .bg-block__list {
    display: block;
    margin-top: 24px !important;
  }

  .bg-block__item {
    width: 100%;
    padding: 17px 28px 20px;
  }

  .bg-block__item:nth-child(n + 2) {
    margin-top: 10px;
  }

  .bg-block__num img {
    width: 26px;
  }

  .bg-block__title {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  .bg-block__num {
    padding: 0 25px;
  }

  .bg-block__list--add-image .bg-block__item {
    padding-bottom: 20px;
  }

  .note-list {
    margin: 22px 15px 0 !important;
  }

  /* 黄画像背景専用 */
  .bg-block--reason .bg-block__heading img {
    top: 3px;
    left: -2px;
  }

  .bg-block--reason .bg-block__box {
    padding: 36px 15px 41px;
    background: url(/sites/default/files/media/service/internet/image/reason_bg-sp.webp) no-repeat top center / 100% 100%;
  }

  .bg-block--reason .bg-block__num::before,
  .bg-block--reason .bg-block__num::after {
    width: 12px;
    height: 1px;
  }

  .bg-block--reason .bg-block__item {
    border-radius: 5px;
  }

  /* 青画像背景専用 */
  .bg-block--needs {
    margin-top: 43px !important;
  }

  .bg-block--needs .bg-block__heading img {
    top: -7px;
    left: 2px;
  }

  .bg-block--needs .bg-block__box {
    padding: 29px 15px 40px;
    background: url(/sites/default/files/media/service/internet/image/needs_bg-sp.webp) no-repeat top center / 100% 100%;
  }

  .bg-block--needs .bg-block__item {
    position: relative;
    display: flex;
    justify-content: center;
    width: 242px;
    height: 242px;
    margin: 0 auto;
    padding: 30px;
  }

  .bg-block--needs .bg-block__num img {
    width: 35px;
  }

  .bg-block--needs .bg-block__item:nth-child(n + 2) {
    margin-top: -15px;
  }

  .bg-block--needs .bg-block__item:nth-child(1) {
    z-index: 2;
  }

  .bg-block--needs .bg-block__item:nth-child(2) {
    z-index: 1;
  }

  .bg-block--needs .bg-block__texts {
    flex-grow: unset;
  }

  .bg-block--needs .bg-block__title {
    margin-top: 10px;
    font-size: 18px;
  }

  .bg-block__text {
    margin-top: 8px !important;
    font-size: 14px;
    line-height: 1.8;
  }

  .bg-block__img {
    margin-top: 25px !important;
  }

  /* 背景 */
  .bg--gl {
    margin-top: 40px;
    padding: 33px 15px;
  }
  .reason_block .bg-block__list {
    grid-template-columns: 1fr;
  }
}



/** ============================================================
 * TOP
 * ========================================================== */
.content-block.mv {
  margin: 0;
}

.mv-area {
  background: url(/sites/default/files/media/service/internet/image/mv_bg-pc_v2.webp) no-repeat center / cover;
  padding: 16px 0 6px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-area {
    background: url(/sites/default/files/media/service/internet/image/mv_bg-sp_v2.webp) no-repeat center / cover;
    padding: 0 22px
  }
}


/** ============================================================
 * イントロ部分
 * ========================================================== */
.content-block.intro {
  margin: 55px 0 0;
}

.intro-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}

.intro-text strong {
  font-weight: bold;
}

.anchor {
  display: flex;
  justify-content: center;
  margin: 54px 0 0 !important;
}

.anchor .anchor-item {
  width: 50%;
  max-width: 488px;
}

.anchor .anchor-item:nth-child(n + 2) {
  margin-left: 42px;
}

.anchor .anchor-item .anchor-link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.anchor .anchor-item .anchor-link:hover,
.anchor .anchor-item .anchor-link:focus {
  opacity: .7;
  color: #272727;
}

.anchor .anchor-item .anchor-link--rd {
  border: 1px solid #bc2739;
}

.anchor .anchor-item .anchor-link--yl {
  border: 1px solid #e19106;
}

.anchor .anchor-item .anchor-link .anchor-image {
  width: 103px;
  padding: 8px 0 8px 20px;
}

.anchor .anchor-item .anchor-link .anchor-text {
  width: calc(100% - 157px);
  padding: 8px 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.anchor .anchor-item .anchor-link--rd .anchor-text span {
  color: #bc2739;
}

.anchor .anchor-item .anchor-link--yl .anchor-text span {
  color: #e19106;
}

.anchor .anchor-item .anchor-link .anchor-point {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 100%;
  text-align: center;
  border-radius: 0 10px 10px 0;
}

.anchor .anchor-item .anchor-link--rd .anchor-point {
  background: #bc2739;
}

.anchor .anchor-item .anchor-link--yl .anchor-point {
  background: #e19106;
}

@media screen and (max-width: 768px) {
  .content-block.intro {
    margin-top: 36px;
  }

  .intro-text {
    font-size: 14px;
    text-align: left;
  }

  .anchor {
    display: block;
    margin-top: 27px !important;
  }

  .anchor .anchor-item {
    width: 100%;
  }

  .anchor .anchor-item:nth-child(n + 2) {
    margin: 11px 0 0;
  }

  .anchor .anchor-item .anchor-link {
    border-radius: 5px;
  }

  .anchor .anchor-item .anchor-link .anchor-image {
    width: 70px;
    padding-left: 17px;
  }

  .anchor .anchor-item .anchor-link .anchor-text {
    width: calc(100% - 103px);
    padding: 8px 14px;
    font-size: 15px;
  }

  .anchor .anchor-item .anchor-link .anchor-point {
    width: 34px;
    border-radius: 0 5px 5px 0;
  }
}



/** ============================================================
 * 新規契約・他社からの乗り換えをご検討中のお客さま
 * ========================================================== */
.content-block.change {
  position: relative;
  margin: 58px 0 0;
}

.content-block.change .content-inner {
  padding: 48px 0 0;
}

.content-block.change .content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 1224px;
  height: 1px;
  background: #ccc;
}

.change-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px !important;
  font-weight: bold !important;
}

.change-heading img {
  margin-right: 44px;
}

.service_search {
  font-weight: bold !important;
  text-align: center;
  margin-top: 40px !important;
}

.type-anchor {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 !important;
  gap: 50px;
}

.type-anchor .anchor-item {
  overflow: hidden;
  width: 530px;
  height: 110px;
  border: 1px solid #ccc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(39, 39, 39, 0.2);
}

.type-anchor .anchor-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0 33px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.type-anchor .anchor-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 33px;
  background: url(/sites/default/files/media/service/internet/image/icon_arw-rd.webp) no-repeat center / 16px, #f3f3f3;
}

@media screen and (max-width: 768px) {
  .content-block.change {
    margin-top: 40px;
  }

  .service_search {
    font-size: 21px !important;
  }

  .content-block.change .content-inner {
    padding: 40px 15px 0;
  }

  .content-block.change .content-inner::before {
    width: calc(100% - 30px);
  }

  .change-heading {
    flex-direction: column;
    font-size: 21px !important;
    text-align: center;
  }

  .change-heading img {
    width: 42px;
    margin: 0 0 9px;
  }

  .type-anchor {
    display: block;
    margin-top: 26px !important;
  }

  .type-anchor .anchor-item {
    width: 100%;
    height: 55px;
    border-radius: 5px;
  }

  .type-anchor .anchor-item:nth-child(n + 2) {
    margin-top: 10px;
  }

  .type-anchor .anchor-item a {
    justify-content: flex-start;
    padding: 0 35px 0 16px;
    font-size: 14px;
    text-align: left;
  }

  .type-anchor .anchor-item a::after {
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
    width: 35px;
    height: 100%;
    background-size: 13px;
  }
}



/** ============================================================
 * インターネット環境でよくあるお悩み
 * ========================================================== */
.content-block.trouble {
  min-height: 940px;
  margin: 62px 0 0;
  padding: 70px 0 0;
  background: url(/sites/default/files/media/service/internet/image/trouble_bg-pc_v2.webp) no-repeat bottom center / cover;
}

.trouble-heading {
  font-size: 36px !important;
  font-weight: bold !important;
  text-align: center;
}

.trouble-heading img {
  position: relative;
  top: -25px;
  left: -15px;
}

.trouble-heading span {
  display: inline-block;
  color: #3581c6;
}

.dots {
  padding-top: .1em;
  background-image: radial-gradient(circle at center, #3581c6 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
}

.trouble-list {
  display: flex;
  justify-content: space-between;
  margin: 66px 0 0 !important;
}

.trouble-item {
  width: calc(25% - 48px);
}

.trouble-img {
  width: 246px;
  margin: 0 auto;
}

.trouble-text {
  font-size: 18px;
  line-height: 1.6;
}

.service_trouble_item {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}

.service_trouble_item li {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  text-align: left;
}

.service_trouble_item li::before {
  content: "・";
  top: 0px;
  position: absolute;
  left: 0;
}

.service_wapper {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 33px;
}

.service_item .trouble-text {
  text-align: left;
  margin-top: 10px;
}

.service_trouble {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 30px 20px;
}

.service_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.service_wapper .service_item:nth-of-type(2) {
  width: 78%;
}

.service_img {
  display: flex;
  justify-content: center;
}

.service_wapper .service_item div:nth-of-type(3) {
  background-color: #ffffff;
  border-radius: 50%;
}

.service_wapper .service_item div:nth-of-type(3) img {
  transition: all 0.25s;
}

.service_wapper .service_item div:nth-of-type(3) img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .content-block.trouble {
    min-height: auto;
    margin-top: 40px;
    padding: 30px 0 63px;
    background: url(/sites/default/files/media/service/internet/image/trouble_bg-sp_v2.webp) no-repeat bottom center / cover;
  }

  .trouble-heading {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .trouble-heading img {
    width: 43px;
    top: -7px;
    left: -5px;
  }

  .trouble-heading span {
    line-height: 0;
  }

  .trouble-list {
    flex-wrap: wrap;
    margin-top: 24px !important;
  }

  .trouble-item {
    width: calc(50% - 20px);
  }

  .trouble-item:nth-child(n + 3) {
    margin-top: 24px;
  }

  .trouble-img {
    width: 123px;
  }

  .trouble-text {
    margin-top: 11px !important;
    font-size: 14px;
  }

  .dots {
    padding-top: .2em;
  }

  .service_wapper {
    flex-direction: column;
  }

  .service_item {
    flex-direction: row;
    gap: 7px;
  }

  .service_item div:nth-of-type(2) img {
    transform: rotate(-90deg);
  }

  .service_trouble {
    padding: 0px 15px 15px 15px;
    width: 60%;
  }

  .service_wapper .service_item:nth-of-type(2) .service_trouble {
    padding: 10px 15px 15px 15px;
  }

  .service_trouble_item li {
    font-size: 14px;
  }

  .service_wapper .service_item:nth-of-type(2) {
    width: auto;
  }

  .service_trouble_item {
    margin-top: 5px !important;
  }

  .service_item .trouble-text {
    margin-top: 0px !important;
  }

  .arrow {
    width: 60px !important;
  }
}

@media screen and (max-width: 400px) {
  .service_trouble {
    width: 70%;
  }

  .service_item {
    gap: 2px;
  }
}


/** ============================================================
 * 法人インターネットにおすすめの2パターン
 * ========================================================== */
.assume-image a {
  background-color: #ffffff;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s;
}

.assume-image a:hover {
  opacity: 0.4;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 768px) {
  .assume-image a:hover {
    opacity: 0;
  }
}

.content-block.pattern {
  margin: 72px 0 0;
}

.pattern .intro-text {
  margin: 55px 0 0;
  font-size: 18px;
  line-height: 2;
}

.pattern-heading {
  position: relative;
  font-size: 32px !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 1.2 !important;
}

.pattern-heading::before,
.pattern-heading::after {
  content: "";
  position: absolute;
  top: calc(50% + 10px);
  display: inline-block;
  width: 387px;
  height: 3px;
  background: url(/sites/default/files/media/service/internet/image/pattern_line-pc.webp) no-repeat top center / contain;
}

.pattern-heading::before {
  left: 0;
}

.pattern-heading::after {
  right: 0;
}

.pattern-heading--l {
  display: block;
  font-size: 35px;
}

.pattern-heading--circle {
  position: relative;
  color: #bc2739;
  font-size: 64px;
  line-height: 1;
}

.pattern-heading--circle::after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(188, 39, 57, .1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -44%, 0);
}

.assume {
  margin: 65px 0 0;
  border-radius: 10px;
  position: relative;
}

.assume--add-sb {
  margin: 88px 0 0;
}

.assume+.assume {
  margin-top: 80px;
}

.assume-heading {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.assume-heading .sb-heading {
  white-space: nowrap;
  line-height: 1.5;
}

.assume-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.assume-text+.assume-image {
  margin: 30px 0 0;
}

.assume-image {
  position: relative;
}

.assume-image img {
  margin: 0 auto;
}

.assume-image .assume-image__link {
  display: block;
  width: 244px;
  height: 244px;
  position: absolute;
}

.assume-image .assume-image__link--5gm {
  top: 6px;
  right: 412px;
}

.assume-image .assume-image__link--hikari {
  top: 17px;
  left: 459px;
}

.assume-image .assume-image__link--ipoe {
  top: 17px;
  right: 115px;
}

.bootstrap p.hikari_text--intro {
  margin: 80px 0 0;
  font-size: 20px;
  text-align: center;
}

.hikari_text--intro+.plan--use {
  margin-top: 40px;
}

.plan--use+.oval-link--add {
  margin-top: 38px !important;
}

@media screen and (max-width: 768px) {
  .content-block.pattern {
    margin-top: 33px;
  }

  .pattern .intro-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
  }

  .pattern-heading {
    font-size: 18px !important;
  }

  .pattern-heading--l {
    font-size: 23px;
  }

  .pattern-heading--circle {
    font-size: 36px;
  }

  .pattern-heading::before,
  .pattern-heading::after {
    content: "";
    width: 33px;
    background: url(/sites/default/files/media/service/internet/image/pattern_line-sp.webp) no-repeat top center / contain;
    top: calc(50% + 2px);
  }

  .pattern-heading--circle::after {
    width: 41px;
    height: 41px;
  }

  .assume {
    margin-top: 27px;
    padding: 20px 15px;
    border-radius: 0;
  }

  .assume+.assume {
    margin-top: 52px;
  }

  .assume--add-sb {
    margin-top: 44px;
    padding: 30px 15px 20px;
  }

  .assume-heading {
    top: -22px;
    width: calc(100% - 30px);
    text-align: center;
  }

  .assume-heading--sp-col2 {
    top: -38px;
  }

  .assume-heading .sb-heading {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 22px;
    font-size: 13px !important;
    text-align: center;
  }

  .assume-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .assume-image .assume-image__link {
    width: 40vw;
    height: 40vw;
  }

  .assume-image .assume-image__link--5gm {
    top: .4vw;
    right: 45vw;
  }

  .assume-image .assume-image__link--hikari {
    top: .4vw;
    left: 53vw;
  }

  .assume-image .assume-image__link--ipoe {
    top: .4vw;
    left: 5vw;
  }

  .hikari_text--intro+.plan--use {
    margin-top: 22px;
  }

}

@media screen and (max-width: 480px) {
  .assume-image .assume-image__link--5gm {
    top: .2vw;
    right: 45vw;
  }

  .assume-image .assume-image__link--hikari {
    left: 50vw;
  }

  .assume-image .assume-image__link--ipoe {
    left: 4vw;
  }
}


/** ============================================================
 * home 5G
 * ========================================================== */
.products {
  margin: 100px 0 0;
}

.products-heading {
  padding: 30px 0;
  border-top: 3px solid #272727;
  border-bottom: 1px solid rgba(39, 39, 30, .3);
  font-size: 36px !important;
  font-weight: bold !important;
  text-align: center;
}

.products-heading span {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
}

.products-item {
  display: flex;
  margin: 80px 0 0;
}

.products-image {
  width: 640px;
}

.products-image--col1 {
  width: 100%;
  text-align: center;
}

.products-image a:hover,
.products-image a:focus {
  opacity: .7;
}

.products-detail {
  width: calc(100% - 640px);
  margin: 5px 0 0;
  padding-left: 56px;
}

.products-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}

.products-text+.products-text {
  margin-top: 1rem;
}

.products-fee {
  display: flex;
  align-items: flex-end;
  margin: 24px 0 0;
  font-weight: bold;
}

.products-monthly {
  font-size: 22px;
}

.products-yen {
  padding: 0 18px;
  color: #bc2739;
  font-size: 42px;
  line-height: 1;
}

.products-yen span {
  font-size: 32px;
}

.products-tax {
  font-size: 18px;
}

.products .note {
  margin: 24px 0 0 1rem;
  font-size: 16px;
  text-indent: -1rem;
}

.products-item .oval-link {
  display: block;
  width: 280px;
  margin: 32px 0 0;
}

.img-block {
  margin: 0;
  text-align: center;
  padding: 80px 0px 0px 0px;
}

.hover-item--opacity {
  transition: all 0.25s;
  cursor: pointer;
}

.hover-item--opacity:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .products {
    margin-top: 40px;
  }

  .products-heading {
    padding: 10px 0 15px;
    font-size: 24px !important;
  }

  .products-heading span {
    margin: 0 0 5px;
    font-size: 13px;
  }

  .products-item {
    display: block;
    margin-top: 20px;
  }

  .products-image {
    width: 100%;
  }

  .products-detail {
    width: 100%;
    margin: 23px 0 0;
    padding: 0;
  }

  .products-text {
    font-size: 16px;
    text-align: center;
  }

  .products-fee {
    justify-content: center;
    margin-top: 5px;
  }

  .products-monthly {
    font-size: 15px;
  }

  .products-yen {
    padding: 0 12px;
    font-size: 28px;
  }

  .products-yen span {
    font-size: 18px;
  }

  .products-tax {
    font-size: 12px;
  }

  .products .note {
    margin: 16px 0 0 1rem;
    font-size: 12px;
    line-height: 1.7;
  }

  .products-item .oval-link {
    width: 250px;
    margin: 20px auto 0;
    font-size: 14px;
  }

  .products .note-list .note-item {
    font-size: 10px;
  }

  .bootstrap p.hikari_text--intro {
    margin-top: 32px;
    font-size: 14px;
  }

  .img-block {
    margin: 0;
    text-align: center;
    padding: 35px 15px 0px 15px;
  }
}



/* 利用イメージ */
.case {
  margin: 70px 0 0;
}

.case-list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 !important;
  padding: 40px;
}

.case-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: calc((100% - 40px) / 3);
  padding: 0 0 30px;
  border-radius: 10px;
  text-align: center;
}

.case-heading {
  padding: 15px 10px 30px;
  background: #348dde;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
}

.case-heading span {
  font-size: 32px;
}

.case-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: -25px auto 0;
  background: #fff;
  border-radius: 50%;
}

.case-title {
  font-size: 24px !important;
  font-weight: bold !important;
}

.worries,
.solve {
  position: relative;
  margin: 36px 22px 0;
  padding: 32px 33px 25px;
  border-radius: 10px;
  line-height: 2;
}

.worries {
  background: #f3f3f3;
}

.solve {
  flex-grow: 1;
  margin-top: 58px;
  background: #fbf5e5;
}

.solve::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 42px;
  height: 36px;
  background: url(/sites/default/files/media/service/internet/image/case_arrow.webp) no-repeat center / contain;
}

.worries-title,
.solve-title {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 142px;
  margin: 0 auto;
  padding: 9px 0;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.worries-title {
  border: 1px solid #aaa;
  background: #fff;
}

.solve-title {
  background: #bc2739;
  color: #fff;
}

.solve-text {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .case {
    margin-top: 35px;
  }

  .case-list {
    display: block;
    margin-top: 20px !important;
    padding: 20px 15px;
  }

  .case-item {
    width: 100%;
  }

  .case-item:nth-child(n + 2) {
    margin-top: 21px;
  }

  .case-heading {
    padding: 4px 0;
    font-size: 21px;
  }

  .case-heading span {
    font-size: 26px;
  }

  .case-title {
    display: flex;
    margin: 25px 0 0 !important;
    padding: 0 0 0 30px;
    font-size: 18px !important;
  }

  .case-image {
    width: 72px;
    height: 72px;
    margin: -35px 27px 0 0;
  }

  .case-image img {
    width: 32px;
  }

  .worries,
  .solve {
    margin: 22px 11px 0;
    padding: 22px 23px 10px;
  }

  .worries-title,
  .solve-title {
    top: -15px;
    width: 86px;
    padding: 7px 0;
    font-size: 14px;
  }

  .worries-text,
  .solve-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .solve {
    margin-top: 40px;
  }

  .solve::before {
    top: -40px;
    width: 25px;
    height: 21px;
  }
}



/** ============================================================
 * OCN光「フレッツ」 IpoE
 * ========================================================== */
.applicable-item .sb-heading {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 30px 30px 34px;
  border: 1px solid #aaa;
  border-radius: 10px;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 2;
}

.applicable-item .sb-heading:after {
  border-top: 24px solid #aaa;
}

.applicable-item .sb-heading strong {
  font-weight: bold;
}

.applicable {
  margin: 72px 0 0;
}

.applicable-list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 !important;
}

.applicable-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 44px) / 3);
}

.applicable_text {
  font-size: 18px;
}

.applicable-image {
  margin: 46px 0 0 !important;
}

@media screen and (max-width: 768px) {
  .applicable {
    margin: 35px 0 0;
  }

  .applicable-list {
    display: block;
    margin-top: 22px !important;
  }

  .applicable-item {
    flex-direction: row-reverse;
    width: 100%;
  }

  .applicable-item:nth-child(odd) .sb-heading::before {
    border: 10px solid transparent;
    border-right: 13px solid #FFF;
    border-left: 0;
    left: -12px;
    bottom: calc(50% - 14px);
    transform: translateY(-50%);
  }

  .applicable-item:nth-child(odd) .sb-heading:after {
    border: 11px solid transparent;
    border-right: 14px solid #aaa;
    border-left: 0;
    left: -14px;
    bottom: calc(50% - 15.5px);
    transform: translateY(-50%);
  }

  .applicable-item:nth-child(even) .sb-heading:before {
    border: 10px solid transparent;
    border-left: 13px solid #FFF;
    border-right: 0;
    left: auto;
    right: -12px;
    bottom: calc(50% - 14px);
    transform: translateY(-50%);
  }

  .applicable-item:nth-child(even) .sb-heading:after {
    border: 11px solid transparent;
    border-left: 14px solid #aaa;
    border-right: 0;
    left: auto;
    right: -14px;
    bottom: calc(50% - 15.5px);
    transform: translateY(-50%);
  }

  .applicable-item:nth-child(even) {
    flex-direction: row;
  }

  .applicable-item:nth-child(n + 2) {
    margin-top: 16px;
  }

  .applicable-item .sb-heading {
    width: calc(100% - 110px);
    padding: 12px 15px;
    font-size: 14px !important;
    line-height: 1.5;
  }

  .applicable_text {
    font-size: 14px;
  }

  .applicable-image {
    width: 110px;
    margin: 0 !important;
    padding-right: 22px;
  }

  .applicable-item:nth-child(even) .applicable-image {
    padding: 0 0 0 22px;
  }
}



/** ============================================================
 * ドコモ光（タイプA）
 * ========================================================== */
.products-types {
  display: flex;
  justify-content: space-between;
  margin: 56px 0 0;
}

.products-types__item {
  width: calc(50% - 16px);
}

.products-types .products-type {
  font-size: 20px;
  font-weight: bold;
}

.products-types .products-fee {
  margin: 18px 0 0;
}

.products-types .products-monthly {
  font-size: 21px;
}

.products-types .products-yen {
  padding: 0 12px;
  font-size: 36px;
}

.products-types .products-yen span {
  font-size: 26px;
}

.products-types .oval-link {
  width: 100%;
  margin: 18px 0 0;
}

@media screen and (max-width: 768px) {
  .products-types {
    margin-top: 14px;
  }

  .products-types__item {
    width: calc(50% - 6px);
  }

  .products-types .products-type {
    font-size: 14px;
    text-align: center;
  }

  .products-types .products-fee {
    margin-top: 6px;
  }

  .products-types .products-monthly {
    font-size: 12px;
  }

  .products-types .products-yen {
    padding: 0 8px;
    font-size: 24px;
  }

  .products-types .products-yen span {
    font-size: 16px;
  }

  .products-types .oval-link {
    margin-top: 14px;
    padding: 15px 15px;
  }

  .products-types .oval-link::after {
    right: 10px;
  }


}

/* ドコモ光のオトクな割引・キャンペーン情報 */
.campaign {
  margin: 80px 0 0;
}

.campaign-heading {
  width: 733px;
  height: 76px;
  margin: 0 auto;
  padding: 5px 0;
  background: url(/sites/default/files/media/service/internet/image/campaign_bg-pc.webp) no-repeat center / contain;
  color: #fff;
  font-size: 30px !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 1.5 !important;
}

.campaign-intro {
  margin: 28px 0 0 !important;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

.benefits-list {
  max-width: 1016px;
  margin: 54px auto 0 !important;
}

.benefits-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 84px 18px 20px;
  border: 1px solid #bebebe;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.25s;
}

.benefits-title:hover,
.benefits-title:focus {
  cursor: pointer;
  opacity: .7;
}

.benefits-body+.benefits-title {
  margin-top: 40px;
}

.benefits-title::before,
.benefits-title::after {
  content: "";
  display: inline-block;
  background: #bc2739;
  position: absolute;
}

.benefits-title::after {
  width: 24px;
  height: 4px;
  right: 30px;
}

.benefits-title::before {
  width: 4px;
  height: 24px;
  right: 40px;
}

.benefits-title.is-active::before {
  display: none;
}

.benefits-title__tag {
  position: relative;
  display: inline-block;
  width: 124px;
  padding: 12px 0;
  background: #bc2739;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.benefits-title__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  display: inline-block;
  border: 8px solid transparent;
  border-left: 12px solid #bc2739;
  border-right: none;
}

.benefits-title__text {
  width: calc(100% - 156px);
}

.benefits-body {
  margin: 40px 0 0;
}

.benefits-body__inner {
  width: 700px;
  margin: 0 auto;
}

.benefits-body__inner .text {
  margin: 23px 0 0;
  font-size: 22px;
  font-weight: bold;
}

.benefits-body__inner .image {
  text-align: center;
}

.square-list {
  margin: 35px 0 0 !important;
}

.square-heading {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.square-heading::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: #bc2739;
}

.square-body+.square-heading {
  margin-top: 30px;
}

.square-body {
  margin: 5px 0 0;
  line-height: 2.1;
  font-size: 14px;
}

/* ドコモ光（タイプA）の選べるプロバイダ */
.plan-text {
  margin: 34px 0 0 !important;
  text-align: center;
  line-height: 2;
}

.plan-text+.note-list {
  margin: 0 !important;
  text-align: center;
}

.plan-list {
  display: flex;
  justify-content: center;
  margin: 38px 0 0 !important;
}

.plan-item {
  position: relative;
  width: calc(50% - 24px);
  border-radius: 10px;
  text-align: center;
}

.plan-item:nth-child(n + 2) {
  margin-left: 44px;
}

.plan-heading {
  padding: 15px;
  background: #bc2739;
  color: #fff;
  font-size: 18px;
}

.plan-inner {
  display: block;
  padding: 20px 84px 30px 44px;
}

.plan-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(/sites/default/files/media/service/internet/image/icon_arw-bk.webp) no-repeat center / 100%;
}

.plan-item--dk .plan-inner::after {
  background: url(/sites/default/files/media/service/internet/image/icon_arw-wt.webp) no-repeat center / 100%;
}

.plan-speechbubble {
  position: relative;
  margin-top: -20px;
}

.plan-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plan-flex .plan-sub {
  width: calc(100% - 184px);
}

.plan-sub {
  font-size: 16px;
  text-align: center;
}

.plan-img {
  width: 142px;
}

.plan-item--02 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.plan-txt {
  font-size: 20px;
  font-weight: bold;
}

/* 利用用途に合わせて選べるプラン */
.plan--use {
  margin-top: 74px;
}

.plan--use .plan-item {
  width: 394px;
}

.plan--use .plan-item a {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.plan--use .plan-item--dk a {
  background: #1d2a75;
}

.plan--use .plan-item:nth-child(n + 2) {
  margin-left: 22px;
}

.plan--use .plan-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px 18px 20px;
}

.plan--use .plan-inner img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 41px;
  }

  .campaign-heading {
    width: 100%;
    height: 93px;
    background: url(/sites/default/files/media/service/internet/image/campaign_bg-sp.webp) no-repeat center / contain;
    font-size: 21px !important;
    line-height: 1.5 !important;
  }

  .campaign-intro {
    margin-top: 19px !important;
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
  }

  .benefits-list {
    margin-top: 32px !important;
  }

  .benefits-title__text {
    width: 100%;
    font-size: 17px;
  }

  .benefits-title {
    padding: 18px 45px 12px 23px;
  }

  .benefits-body+.benefits-title {
    margin-top: 31px;
  }

  .benefits-title::before {
    width: 2px;
    height: 12px;
    right: 14.5px;
  }

  .benefits-title::after {
    width: 12px;
    height: 2px;
    right: 10px;
  }

  .benefits-title__tag {
    position: absolute;
    top: -15px;
    left: 11px;
    width: 68px;
    padding: 6px 0;
    font-size: 14px;
  }

  .benefits-title__tag::after {
    display: none;
  }

  .benefits-body {
    margin-top: 20px;
  }

  .benefits-body__inner {
    width: 100%;
  }

  .benefits-body__inner .image--sp-sml {
    width: 83%;
    margin: 0 auto;
  }

  .benefits-body__inner .text {
    margin-top: 24px;
    font-size: 15px;
    text-align: center;
  }

  .square-list {
    margin-top: 18px !important;
  }

  .square-heading {
    font-size: 14px;
  }

  .square-heading::before {
    width: 11px;
    height: 11px;
    margin-right: 5px;
  }

  .square-body+.square-heading {
    margin-top: 15px;
  }

  .square-body {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.8;
  }

  /* ドコモ光（タイプA）の選べるプロバイダ */
  .plan-text {
    margin-top: 17px !important;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }

  .plan-text+.note-list {
    margin: 10px 0 0 !important;
    text-align: left;
  }

  .plan-list {
    display: block;
    margin-top: 23px !important;
  }

  .plan-item {
    width: 100%;
  }

  .plan-item:nth-child(n + 2) {
    margin: 11px 0 0;
  }

  .plan-heading {
    padding: 14px;
  }

  .plan-inner {
    padding: 20px 76px 30px 36px;
  }

  .plan-speechbubble {
    width: 90%;
    margin: -16px auto 0;
  }

  .plan-flex {
    display: block;
    padding: 22px 44px;
  }

  .plan-flex .plan-sub {
    width: 100%;
  }

  .plan-img {
    margin: 0 auto;
  }

  /* 利用用途に合わせて選べるプラン */
  .plan--use {
    margin-top: 40px;
  }

  .plan--use .plan-item {
    width: 100%;
  }

  .plan--use .plan-item:nth-child(n + 2) {
    margin: 10px 0 0;
  }

  .plan--use .plan-inner {
    padding: 20px 49px 25px 28px;
  }

}



/** ============================================================
 * インターネット関連サービス一覧
 * ========================================================== */
.content-block.service {
  margin-top: 168px;
  padding: 110px 100px;
}

.service-list {
  margin: 78px 0 0 !important;
}

.service-item:nth-child(n + 2) {
  margin-top: 54px;
}

.service-heading {
  position: relative;
  margin: 0;
  padding: 0 0 14px 26px;
  border-bottom: 2px solid #272727;
  font-size: 22px !important;
  font-weight: bold !important;
  text-align: left;
}

.service-heading::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  transform: translateY(-10px);
  display: inline-block;
  width: 6px;
  height: 20px;
  background: #bc2739;
}

.service-item .link-list {
  margin: 28px 0 0;
}

.service-item .link-list a {
  text-decoration: underline;
}

.service-item .link-list a:hover {
  text-decoration: none;
}

.service-item .link-item:nth-child(n + 2),
.service-item .link-item a+p {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .content-block.service {
    margin-top: 42px;
    padding: 33px 0;
  }

  .service-list {
    margin-top: 17px !important;
  }

  .service-item:nth-child(n + 2) {
    margin-top: 30px;
  }

  .service-heading {
    padding: 0 0 8px 14px;
    font-size: 15px !important;
  }

  .service-item .link-list {
    margin-top: 10px;
  }

  .service-item .link-list a,
  .service-item p {
    font-size: 11px;
  }

  .service-item .link-item:nth-child(n + 2),
  .service-item .link-item a+p {
    margin-top: 5px;
  }

  .service-heading::before {
    transform: translateY(-12px);
    width: 4px;
    height: 15px;
  }

}



/** ============================================================
 * ドコモビジネスオンラインショップのメリット
 * ========================================================== */
.merit-list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 !important;
}

.merit-item {
  width: calc((100% - 40px) / 3);
  padding: 34px 30px 46px;
  border-radius: 10px;
}

.merit-item a {
  display: flex;
  flex-direction: column;
}

.merit-heading {
  min-height: 70px;
  margin: 34px 0 0 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: center;
}

.merit-text {
  flex-grow: 1;
  margin: 14px 0 0 !important;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .content-block.merit {
    margin-top: 35px;
  }

  .merit-list {
    display: block;
    margin-top: 19px !important;
  }

  .merit-item {
    width: 100%;
    padding: 26px 30px 20px;
  }

  .merit-item:nth-child(n + 2) {
    margin-top: 11px;
  }

  .merit-heading {
    min-height: auto;
    margin-top: 10px !important;
    font-size: 20px !important;
  }

  .merit-text {
    margin-top: 10px !important;
    font-size: 14px;
    line-height: 1.7;
  }
}

.feature-list {
  display: flex;
  justify-content: center;
  margin-top: 40px !important;
  margin-left: 16px;
}

.feature-list__item {
  position: relative;
  width: 346px;
  max-width: 100%;
}

.plan-icon {
  position: absolute;
  top: 54px;
  left: -70px;
  width: 115px;
}

@media screen and (max-width: 768px) {
  .feature-list {
    display: block;
    margin-left: 0;
  }

  .feature-list__item {
    margin: 0 auto;
  }

  .plan-icon {
    top: 28%;
    left: 4%;
    width: 70px;
  }
}