/*all*/
.desired_title {
  width: 100%;
  text-align: center;
  background: #c16f51;
  color: #fff;
  font-size: clamp(20px, 18.2352941176px + 0.4705882353vw, 22px);
  padding: 16px;
  margin-bottom: 30px;
}

.desired_title02 {
  font-size: 20px;
  text-align: center;
  line-height: 1.45;
  border-bottom: 1px solid #000;
  margin-top: 0;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.desired_title03 {
  font-size: 18px;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 10px;
}

.desired_text {
  margin-bottom: 37px;
}

.desired_text.left p {
  display: inline-block;
  text-align: left;
}

.desired_text p:not(:last-of-type) {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .desired_title {
    line-height: 1.45;
    padding: 12px;
    margin-bottom: 20px;
  }
  .desired_title02 {
    font-size: 18px;
  }
}
.honor_student .desired_main {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.honor_student .desired_main:not(:last-of-type) {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .honor_student .desired_main:not(:last-of-type) {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
.honor_student .desired_main:not(:last-of-type):after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  vertical-align: middle;
  background: url("../../img/common/line.svg");
  background-size: 100% 2px;
}
.honor_student .desired_box {
  background: #eeeeed;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .honor_student .desired_box {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.honor_student .desired_box_title {
  color: #212121;
  font-size: clamp(16px, 12.4705882353px + 0.9411764706vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 20px;
}
.honor_student .desired_link {
  max-width: 420px;
  margin: 0 auto;
}
.honor_student .desired_link .c-colorButton:not(:last-of-type) {
  margin-bottom: 20px;
}
.honor_student .desired_link .c-colorButton a {
  padding: 14px;
  font-size: 20px;
  font-weight: 700;
}
.honor_student .desired_table {
  margin-top: 30px;
}
.honor_student .desired_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #000;
  margin: 0;
}
.honor_student .desired_table dl dt {
  border-right: 1px solid #000;
  font-weight: 700;
  background: #f4e6e6;
  padding: 20px 0;
  text-align: center;
  width: 40%;
}
.honor_student .desired_table dl dt:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
.honor_student .desired_table dl dd {
  padding: 20px 0;
  text-align: center;
  width: 60%;
}
.honor_student .desired_table dl dd:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
.honor_student .desired_attention ul {
  padding: 0;
  list-style: none;
}
.honor_student .desired_attention ul li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.honor_student .step_no {
  text-align: center;
}
.honor_student .step_box {
  border: 2px solid #000;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .honor_student .step_box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.honor_student .step_box_title {
  line-height: 1.4;
  font-size: clamp(16px, 12.4705882353px + 0.9411764706vw, 20px);
  font-weight: 700;
}
.honor_student .step_box.-small {
  max-width: 480px;
  border: unset;
  background: #eeeeed;
  margin: 0 auto;
}
/*# sourceMappingURL=honor_student.css.map */