@charset "UTF-8";
.about .about-block {
  margin-top: 20px;
}

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

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

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

.about .about-block__lead {
  text-align: center;
  margin-top: 15px;
}

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

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

.time .time-block__txt {
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .time .time-block__txt {
    font-size: 2.4rem;
  }
}

.time .time-block__txt__note {
  margin-bottom: 20px;
}

.time .time-block__txt__course {
  position: relative;
  margin-right: 30px;
}

.time .time-block__txt__course:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #efc100;
  z-index: -1;
}

.time .time-block__txt__desc {
  list-style: disc;
  margin-left: 20px;
}

.time .time-block__table {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  border-collapse: collapse;
}

.time .time-block__table__head__tr__th {
  background-color: #efc100;
  color: #fff;
  border: 1px solid #ddd;
  padding: 5px 0;
}

.time .time-block__table__body__tr__td {
  border-right: 1px solid #ddd;
  width: 25%;
  height: 60px;
}

.time .time-block__table__body__tr__td:empty {
  background-image: url("../images/himawari/img_table.png");
  background-repeat: no-repeat;
}

.time .time-block__table__body .--solid {
  border-bottom: 1px solid #ddd;
}

.time .time-block__table__body .--dashed {
  border-bottom: 1px dashed #ddd;
}

@media screen and (max-width: 767px) {
  .time .time-block__table.sp {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: center;
    margin-top: 15px;
  }
  .time .time-block__table.sp thead {
    display: block;
  }
  .time .time-block__table.sp thead tr {
    display: block;
  }
  .time .time-block__table.sp thead tr th {
    display: block;
    background-color: #efc100;
    padding: 5px 0;
  }
  .time .time-block__table.sp tbody {
    display: block;
  }
  .time .time-block__table.sp tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .time .time-block__table.sp tbody tr td {
    width: 33.3%;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .time .time-block__table.sp tbody tr td.is-colspan {
    width: 66.6%;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .time .time-block__table.sp tbody tr td:empty {
    background-image: url("../images/himawari/img_table.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.time .time-block__note {
  margin-top: 30px;
}

.time .time-block__note-right {
  text-align: right;
}

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

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

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

.procedure .procedure-block__item__num {
  position: relative;
  font-size: 1.6rem;
  background-color: #efc100;
  color: #fff;
  padding: 5px 10px;
  margin-right: 20px;
}

.procedure .procedure-block__item__num:before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 0;
  border-color: #efc100 transparent transparent transparent;
}

.procedure .procedure-block__item__num:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 0 8px;
  border-color: transparent transparent transparent #efc100;
}

.procedure .procedure-block__item__table {
  margin: 0 0 10px 60px;
  border-collapse: collapse;
}

.procedure .procedure-block__item__table tbody tr {
  border-bottom: 1px solid #ddd;
}

.procedure .procedure-block__item__table tbody tr:first-child {
  border-top: 1px solid #ddd;
}

.procedure .procedure-block__item__table tbody tr td {
  padding: 10px;
}

.procedure .procedure-block__item__desc {
  margin-left: 60px;
}

.belongings__list {
  margin-top: 20px;
}

.belongings__list__item {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 30px;
}

.belongings__list__item:before {
  position: absolute;
  content: "〇";
  top: 0;
  left: 0;
}

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

.contact__txt__link {
  color: #efc100;
}

@media screen and (max-width: 767px) {
  .contact__txt {
    width: 340px;
    font-size: 1.4rem;
  }
}
