.use-explanation .section-title {
  display: flex;
  align-items: center;
}

.use-explanation .section-title .line-decoration {
  display: inline-block;
  width: 30px;
  height: 60px;
  background-image: linear-gradient(#57c7db 50%, rgba(255, 255, 255, 0) 51%);
  background-size: 10px 10px;
}

.use-explanation .section-title .square {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.use-explanation .section-title .square__inner {
  width: 50%;
  height: 50%;
}

.use-explanation .section-title .title-value {
  margin-left: 3rem;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .use-explanation .section-title .title-value {
    font-size: 2rem;
  }
}

.use-explanation__title {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__title {
    margin-top: 4rem;
  }
}

.use-explanation .about-tsukuru__title .title-value,
.use-explanation .flow__title .title-value,
.use-explanation .target__title .title-value,
.use-explanation .certificate__title .title-value,
.use-explanation .plan__title .title-value,
.use-explanation .interview__title .title-value,
.use-explanation .price__title .title-value,
.use-explanation .time__title .title-value,
.use-explanation .day__title .title-value {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .use-explanation .about-tsukuru__title .title-value,
  .use-explanation .flow__title .title-value,
  .use-explanation .target__title .title-value,
  .use-explanation .certificate__title .title-value,
  .use-explanation .plan__title .title-value,
  .use-explanation .interview__title .title-value,
  .use-explanation .price__title .title-value,
  .use-explanation .time__title .title-value,
  .use-explanation .day__title .title-value {
    font-size: 2rem;
  }
}

.use-explanation__about-tsukuru {
  margin-top: 6rem;
}

.use-explanation__about-tsukuru .about-tsukuru__text {
  margin-top: 4rem;
}

.use-explanation__about-tsukuru .about-tsukuru__text .paragraph {
  font-size: 1.6rem;
  line-height: 2.5;
}

.use-explanation__about-tsukuru .about-tsukuru__text .paragraph + .paragraph {
  margin-top: 2rem;
}

.use-explanation__about-tsukuru .about-tsukuru__img {
  margin-top: 4rem;
}

.use-explanation__about-tsukuru .about-tsukuru__img .box {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .use-explanation__about-tsukuru .about-tsukuru__img .box {
    width: 100%;
  }
}

.use-explanation__flow, .use-explanation__target, .use-explanation__certificate, .use-explanation__plan, .use-explanation__interview, .use-explanation__price, .use-explanation__time, .use-explanation__day {
  margin-top: 6rem;
}

.use-explanation__flow .contents, .use-explanation__target .contents, .use-explanation__certificate .contents, .use-explanation__plan .contents, .use-explanation__interview .contents, .use-explanation__price .contents, .use-explanation__time .contents, .use-explanation__day .contents {
  margin-top: 4rem;
}

.use-explanation__flow .contents__text, .use-explanation__target .contents__text, .use-explanation__certificate .contents__text, .use-explanation__plan .contents__text, .use-explanation__interview .contents__text, .use-explanation__price .contents__text, .use-explanation__time .contents__text, .use-explanation__day .contents__text {
  font-size: 1.6rem;
}

.use-explanation__flow .flow {
  margin-top: 4rem;
}

.use-explanation__flow .flow .flow__box {
  background-color: white;
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__flow .flow .flow__box {
    padding: 3rem;
  }
}

.use-explanation__flow .flow .flow__box .title {
  border-bottom: solid 1px black;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.use-explanation__flow .flow .flow__box .text {
  padding-top: 2rem;
  font-size: 1.6rem;
}

.use-explanation__flow .flow .flow__box + .flow__box {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__flow .flow .flow__box + .flow__box {
    margin-top: 2rem;
  }
}

.use-explanation__price .contents__graph {
  display: flex;
  margin-top: 4rem;
}

.use-explanation__price .contents__graph .graph__support,
.use-explanation__price .contents__graph .graph__self {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .use-explanation__price .contents__graph .graph__support,
  .use-explanation__price .contents__graph .graph__self {
    font-size: 2rem;
  }
}

.use-explanation__price .contents__graph .graph__support {
  width: 80%;
  background-color: #00B8EE;
}

@media screen and (max-width: 767px) {
  .use-explanation__price .contents__graph .graph__support {
    width: 70%;
  }
}

.use-explanation__price .contents__graph .graph__self {
  width: 20%;
  background-color: #E50150;
}

@media screen and (max-width: 767px) {
  .use-explanation__price .contents__graph .graph__self {
    width: 30%;
  }
}

.use-explanation__time {
  margin-top: 10rem;
}

.use-explanation__time .contents {
  display: flex;
}

@media screen and (max-width: 767px) {
  .use-explanation__time .contents {
    flex-wrap: wrap;
  }
}

.use-explanation__time .contents__img {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .use-explanation__time .contents__img {
    width: 100%;
  }
}

.use-explanation__time .contents__table {
  width: 56%;
  padding-left: 4rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__time .contents__table {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }
}

.use-explanation__time .contents__table table {
  width: 100%;
  table-layout: fixed;
}

.use-explanation__time .contents__table table tr {
  height: 8.5rem;
}

.use-explanation__time .contents__table table tr th,
.use-explanation__time .contents__table table tr td {
  border: solid 1px black;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .use-explanation__time .contents__table table tr th,
  .use-explanation__time .contents__table table tr td {
    font-size: 1.6rem;
  }
}

.use-explanation__time .contents__table .note {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .use-explanation__time .contents__table .note {
    font-size: 1.6rem;
  }
}

.use-explanation__day {
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__day {
    padding-bottom: 4rem;
  }
}

.use-explanation__day .contents {
  display: flex;
}

@media screen and (max-width: 767px) {
  .use-explanation__day .contents {
    flex-wrap: wrap;
  }
}

.use-explanation__day .contents__img {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .use-explanation__day .contents__img {
    width: 100%;
  }
}

.use-explanation__day .contents__flow {
  width: 56%;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__day .contents__flow {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }
}

.use-explanation__day .contents__flow .box {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 2.5rem;
}

.use-explanation__day .contents__flow .box__delimiter {
  padding: 0 2rem;
}

.use-explanation__day .contents__flow .box__time {
  font-size: 1.8rem;
}

.use-explanation__day .contents__flow .box__text {
  padding-left: 2rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__day .contents__flow .box__text {
    width: 192px;
    font-size: 1.6rem;
  }
}

.use-explanation__day .contents__flow .box + .box {
  margin-top: 2rem;
}

.use-explanation__day .contents__flow .note {
  padding: 3rem 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .use-explanation__day .contents__flow .note {
    font-size: 1.6rem;
  }
}
