.title-en {
  line-height: 60px;
  font-family: "forevs", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 7rem;
  letter-spacing: 0px;
}

.sub-box {
  width: 70%;
  margin: 0 auto;
  max-width: 910px;
}
@media screen and (max-width: 768px) {
  .sub-box {
    width: 90%;
  }
}

.b-bottom {
  border-bottom: solid 1px #d7d7d7;
}

.sep {
  border-top: solid 1px;
  padding: 80px 0;
}

.yen {
  font-size: 1.2rem;
}

.bar {
  color: black;
}

@media screen and (max-width: 768px) {
  .page-title {
    width: 90%;
  }
}
.page-title h1 {
  font-size: 8rem;
  letter-spacing: 2.3px;
  color: white;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 6rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 414px) {
  .page-title h1 {
    font-size: 5rem;
  }
}

.m-title {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 2.7px;
}

.m-text {
  line-height: 30px;
  font-size: 17px;
  width: 60%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .m-text {
    width: 100%;
  }
}

.Service {
  padding: 390px 0px 50px 0px;
  background: url(../../img/w-care1.png) center center no-repeat;
  background-size: cover;
}
.Service span:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (max-width: 414px) {
  .Service {
    padding: 300px 0px 24px 0px;
  }
}

.menu {
  background: black;
}

.hoken {
  margin-top: 50px;
}
.hoken-text {
  margin-top: 20px;
}
.hoken-plan {
  display: table;
  border-left: solid 1px #918b8b;
  border-bottom: solid 1px #918b8b;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 50px;
}
.hoken-plan-inner {
  display: table-row;
  text-align: center;
  color: #524e4e;
}
.hoken .price {
  vertical-align: middle;
  display: table-cell;
  border-top: 1px solid #918b8b;
  border-right: 1px solid #918b8b;
  padding: 14px;
  font-size: 1.5rem;
}
@media screen and (max-width: 414px) {
  .hoken .price {
    padding: 12px 7px;
  }
}
.hoken .price-top {
  background-color: #dedede;
}
.hoken .menu {
  vertical-align: middle;
  display: table-cell;
  border-right: 1px solid #918b8b;
  padding: 10px;
  font-size: 1.5rem;
  color: white;
}
@media screen and (max-width: 414px) {
  .hoken .menu {
    font-size: 1.2rem;
  }
}
.hoken .menu-left {
  color: #524e4e;
  vertical-align: middle;
  display: table-cell;
  border-top: 1px solid #918b8b;
  border-right: 1px solid #918b8b;
  padding: 10px;
  font-size: 1.5rem;
  width: 85px;
}
@media screen and (max-width: 414px) {
  .hoken .menu-left {
    font-size: 1.2rem;
  }
}

.special-plan {
  margin-top: 30px;
}
.special-plan-box {
  border-top: solid 1px #d7d7d7;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .special-plan-box {
    padding: 10px;
  }
}
.special-plan-box p {
  font-size: 2rem;
}
.special-text-point {
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .special-text-point {
    margin-bottom: -20px;
    display: block;
  }
}

.ac-plan {
  border-bottom: 1px solid #d7d7d7;
  margin: 50px 0;
}
.ac-point ul {
  background: #000000;
}
.ac-point ul li {
  font-size: 2rem;
  color: white;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .ac-point ul li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .ac-point ul li {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 14px 10px;
  }
}

/*# sourceMappingURL=hoken.css.map */
