/* 法人のお客様ページ（/business） 専用 */
header .header-menu-wrapper-pc {
  justify-content: center;
}
.houjin-section-1 {
  padding-top: 0;
}
.page-nav-flex {
  padding: 25px 0 40px;
}
/* FUJI WiFi 法人契約 4つの特徴 */
.fuji-point-1 .fuji-point-img {
  height: 115px;
  margin-top: 35px;
  margin-left: 30px;
}
.fuji-point-1 .fuji-point-text {
  margin-top: 0;
}
.fuji-point-1 .fuji-point-sub-text {
  margin-top: 10px;
}
.fuji-point-2 .fuji-point-img {
  height: 125px;
  margin-top: 25px;
  margin-left: 55px;
}
.fuji-point-2 .fuji-point-text {
  margin-top: 0;
}
.fuji-point-3 .fuji-point-img {
  height: 110px;
  margin-top: 35px;
  margin-left: 20px;
}

/* FUJI WiFiルータープランの料金 */
.houjin-section-2 .main-phrase h2 {
  color: var(--fuji-po-red);
}
.rakuraku-plan {
  margin-top: 120px;
}

/* フッターお問い合わせエリア */
.contact-box {
  background-color: #fff;
  width: 750px;
  margin: 0 auto 60px;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.contact-box .contact-txt-main {
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--fuji-po-gray-1);
}
.contact-box .contact-txt-sub {
  margin: 10px 0 15px;
  color: var(--fuji-po-gray-1);
}
.contact-sub-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.contact-sub-title span {
  color: #FFDE04;
}
.contact-btn-flex {
  display: flex;
  justify-content: space-between;
  width: 750px;
  margin: 20px auto 0;
}
/* 法人ページはフッターの申込エリア非表示 */
#footer-entry {
  display: none;
}
footer .footer-link {
  max-width: 980px;
  margin: auto;
  border-top: 2px solid #fff;
}

@media (min-width: 768px) and (max-width: 1280px) {
  /* FUJI WiFi 法人契約 4つの特徴 */
  .houjin-section-1 {
    padding-top: 0;
  }
  .rakuraku-plan {
    margin-top: 90px;
  }
  /* フッターお問い合わせエリア */
  .contact-box {
    width: 100%;
  }
  .contact-btn-flex {
    width: 100%;
  }
  footer .footer-link {
    max-width: 680px;
  }
}

@media screen and (max-width: 767px) {
  .page-nav-flex {
    padding: 20px 0 30px;
  }
  /* FUJI WiFi 法人契約 4つの特徴 */
  .houjin-section-1 {
    padding-top: 0;
  }
  .fuji-point-area {
    max-width: 400px;
  }
  .fuji-point-1 .fuji-point-img, 
  .fuji-point-2 .fuji-point-img,
  .fuji-point-3 .fuji-point-img, 
  .fuji-point-4 .fuji-point-img {
    height: 70px;
    margin: 20px auto 5px;
  }
  .fuji-point-1 .fuji-point-img, 
  .fuji-point-2 .fuji-point-img,
  .fuji-point-3 .fuji-point-img {
    padding-left: 25px;
  }
  .fuji-point-1 .fuji-point-text, 
  .fuji-point-2 .fuji-point-text, 
  .fuji-point-3 .fuji-point-text, 
  .fuji-point-4 .fuji-point-text {
    margin-top: 12px;
    font-size: 1.49rem;
  }
  .rakuraku-plan {
    margin-top: 80px;
  }
  /* フッターお問い合わせエリア */
  footer.fuji-footer {
    padding-top: 0;
  }
  footer .footer-link {
    margin: 0 4%;
  }
  footer .footer-link .inner {
    padding: 0;
  }
  .section-background-5.houjin-section-5 {
    padding: 10% 5% 30px;
  }
  .section-background-5.houjin-section-5 .inner {
    max-width: 400px;
  }
  .contact-box {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 10px;
  }
  .contact-box .contact-txt-main {
    font-size: 2.2rem;
  }
  .contact-sub-title {
    font-size: 1.8rem;
  }
  .contact-btn-flex {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}

h1.main-title span.main-phrase-emphasis,
h1 span.main-phrase-emphasis,
h2 span.main-phrase-emphasis {
  display: block;
  font-size: 2.8rem;
  color: var(--fuji-po-yellow);
  margin-bottom: 15px;
}

.main-phrase h1 {
  text-align: center;
  font-size: 5rem;
  position: relative;
  letter-spacing: 3px;
  width: fit-content;
  margin: 0 auto;
  color: var(--fuji-po-blue-1);
}

#router-plan-price h1 {
  color: #FF3E5A;
}

@media screen and (max-width:767px) {
  .main-phrase h1 {
    font-size: 2.7rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  h1.main-title span.main-phrase-emphasis,
  h1 span.main-phrase-emphasis,
  h2 span.main-phrase-emphasis {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .main-phrase h1 {
    font-size: 4.2rem;
    line-height: 1.2;
  }
  h1.main-title span.main-phrase-emphasis,
  h1 span.main-phrase-emphasis,
  h2 span.main-phrase-emphasis {
    font-size: 2.5rem;
    margin-bottom: 13px;
  }
}

.fuji-point-1 h3,
.fuji-point-2 h3,
.fuji-point-3 h3,
.fuji-point-4 h3 {
  margin: 0;
}

.plan-title.type-red h2,
.plan-title.type-gray h2 {
  letter-spacing: unset;
  width: unset;
}

.option-box-left h2,
.data-charge-left h2 {
  text-align: unset;
  font-size: unset;
  color: unset;
  position: unset;
  letter-spacing: unset;
  width: unset;
  margin: 0;
}
.data-charge-left h3 {
  margin: 0;
}

.contact-box h2{
  font-size: 13px;
  font-weight: unset;
  letter-spacing: unset;
}