.hero-ttl p {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .br-SP {
    display: none;
  }
}

.time .time-block {
  margin-top: 20px;
}

.time .time-block__image {
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .time .time-block__image {
    width: 54%;
  }
}

@media screen and (max-width: 767px) {
  .time .time-block__image {
    width: 100%;
  }
}

.time .time-block__lead {
  margin-top: 15px;
}

.time .time-block .--gray {
  color: #666;
  margin-top: 10px;
}

.charge .charge-block {
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  .charge .charge-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.charge .charge-block__item {
  margin: 15px 0 5px 55px;
  font-size: 1.8rem;
  text-indent: -55px;
}

@media screen and (max-width: 767px) {
  .charge .charge-block__item {
    font-size: 1.6rem;
  }
}

.charge .charge-block__desc {
  margin-left: 60px;
}

.charge-lead {
  margin-top: 15px;
}

@media screen and (min-width: 1000px) {
  .charge-lead {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .charge .center {
    text-align: center;
  }
}

.charge p span {
  text-decoration: underline;
}

.column-table {
  width: 225px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .column-table {
    margin: 13px auto 0;
  }
}

.column-table tr {
  display: block;
  border-top: 1px solid #DDD;
}

@media screen and (min-width: 768px) {
  .column-table tr {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .column-table tr {
    padding: 10px 0;
  }
}

.column-table tr:last-of-type {
  border-bottom: 1px solid #DDD;
}

.column-table th {
  width: 100px;
  font-weight: normal;
  text-align: left;
  padding: 0 15px;
}

.column-table td {
  width: 125px;
  padding: 0 15px;
  text-align: right;
}

.certification-lead {
  margin-top: 15px;
}

.certification-list {
  margin-top: 15px;
}

.certification-list .list-item {
  font-weight: bold;
}

.contact__txt {
  width: 560px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #EFC100;
  border-radius: 20px;
  padding: 30px 0;
  font-size: 2.0rem;
  font-weight: 500;
}

.contact__txt__link {
  color: #EFC100;
}

@media screen and (max-width: 767px) {
  .contact__txt {
    max-width: 340px;
    width: 100%;
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=hoiku.css.map */