/* FUJI WiFiの4つの特徴（/about 専用 */
.about-inner {
  margin-top: 60px;
}
.about-container {
  padding: 40px 40px 50px;
  background: #fff;
}
.about-container + .about-container {
  margin-top: 50px;
}
.about-hdg {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: unset;
  width: unset;
}
.about-hdg .about-hdg-top {
  display: block;
  color: var(--fuji-po-blue-1);
}
.about-hdg .about-hdg-large {
  font-size: 4.2rem;
}
.about-hdg .about-hdg-bottom {
  display: block;
  margin-top: 30px;
  font-size: 3rem;
  color: #505050;
}
.about-text {
  margin-top: 15px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.about-text + .about-text {
  margin-top: 20px;
}
.about-attention {
  margin-top: 5px;
  text-align: center;
  font-size: 1.2rem;
}
.about-img {
  display: block;
  max-width: 300px;
  margin: 20px auto -20px;
}
.about-img img,
#about-payment .about-link-atone img {
  width: 100%;
}
.about-btn-wrap {
  max-width: 560px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
#about-payment .about-payment-inner {
  max-width: 630px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about-payment .about-img {
  margin: 0;
  max-width: 260px;
}
#about-payment .about-link-atone {
  max-width: 340px;
  display: block;
}
#about-payment .about-text.bottom {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  #about-payment .about-img {
    max-width: 240px;
  }
  #about-payment .about-link-atone {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .about-section {
    padding: 80px 5% 30px;
  }
  .about-inner {
    margin-top: 30px;
  }
  .about-container {
    padding: 20px 4% 30px;
  }
  .about-container + .about-container {
    margin-top: 30px;
  }
  .about-content-inner {
    max-width: 320px;
    margin: auto;
    position: relative;
  }
  .about-hdg {
    font-size: 1.5rem;
  }
  .about-hdg .about-hdg-large {
    font-size: 2.5rem;
  }
  .about-hdg .about-hdg-bottom {
    max-width: 240px;
    margin-top: 10px;
    text-align: left;
    font-size: 1.8rem;
    color: var(--fuji-po-blue-1);
  }
  .about-text {
    text-align: left;
    font-size: 1.3rem;
  }
  .about-img {
    position: absolute;
    top: 36px;
    right: -20px;
    max-width: 120px;
    margin: 0;
  }
  .about-btn-wrap {
    display: block;
    margin-top: 20px;
  }
  .about-btn-wrap .fuji-default-button + .fuji-default-button {
    margin-top: 10px;
  }
  .about-btn-wrap .fuji-default-button.normal {
    width: 265px;
  }
  .about-attention {
    margin-top: 10px;
    text-align: left;
  }
  #about-payment .about-payment-inner {
    display: block;
    margin: 10px auto 0;
  }
  #about-payment .about-link-atone {
    width: 80%;
    margin: 10px auto 0;
  }
  #about-payment .about-img {
    max-width: 140px;
    top: 30px;
    right: -10px;
  }
  #about-payment .about-payment-inner .about-img {
    position: initial;
    max-width: 350px;
    width: 80%;
    margin: auto;
  }
  #about-area .about-img {
    max-width: 170px;
  }
  #about-overseas .about-img {
    right: 0;
  }
}

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

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