@media screen and (max-width: 767px) {
  .section-cv.cv-custom {
    padding-top: 0 !important;
  }
}
.section-cv.cv-custom .new-cv-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cv.cv-custom .btn-member {
    padding-inline: 0 !important;
  }
}
.section-cv.cv-custom .cv-guide.cv-side-none {
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
}

.fs-36 {
  font-size: 36px;
  line-height: 1.2;
}

.m-auto {
  margin-inline: auto;
}

.bd-denki {
  border: solid #f18d00 2px;
}

.bg-denki {
  background-color: #feff7f;
}

.text-under {
  text-decoration: underline;
}

.text-kerning {
  font-feature-settings: "palt" 1;
}

.block {
  display: block;
}

.text-upper.text-upper-custom::before, .text-upper.text-upper-custom::after {
  top: 6%;
  border-width: 2px;
  height: 88%;
}
@media screen and (max-width: 767px) {
  .text-upper.text-upper-custom::before, .text-upper.text-upper-custom::after {
    top: 10%;
    height: 80%;
  }
}
.text-upper.text-upper-custom::before {
  left: -4px;
  transform: rotate(-28deg);
}
.text-upper.text-upper-custom::after {
  right: -4px;
  transform: rotate(28deg);
}

@media screen and (max-width: 767px) {
  .section-hero .container {
    width: 100%;
    margin-left: 0;
  }
}

.graph {
  position: relative;
  max-width: 862px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .graph {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.pricecheck {
  width: 220px;
  padding: 10px;
  margin: 24px auto 60px;
  background: #F5D200;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.pricecheck::after {
  position: absolute;
  content: "";
  width: 220px;
  height: 20px;
  bottom: -20px;
  right: 0;
  border-style: solid;
  border-width: 20px 110px 0 110px;
  border-color: #F5D200 transparent;
}

.btn-white-dark.icn-net {
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-image: url(/common_v10/images/icn-jcom-net-bk.svg);
  background-size: 38px auto;
}
.btn-white-dark.icn-net span {
  padding-left: 12px;
}