.sp {
  display: none;
}
.c-txt__red {
  color: #d80202;
}
.header_title .c-title_top h2 {
  line-height: 1.2;
}
.summary_main {
  text-align: left;
}
.summary__table-wrap {
  margin-bottom: 160px;
}
.summary__table {
  max-width: 1080px;
  border: #8993c3 solid 1px;
  width: 100%;
  border-collapse: collapse;
}
.summary_main h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.summary__table th {
  border-bottom: solid 1px #8993c3;
  padding: 12px 0;
}
.summary__table th:first-child {
  width: 80px;
}
.summary__table td {
  border-bottom: #8993c3 solid 1px;
  border-right: #8993c3 solid 1px;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.summary__table td:first-child {
  text-align: center;
}
.summary__table td:last-child {
  border-right: none;
}

.summary__table tr th {
  background-color: #ebedf5;
  text-align: center;
  border-right: #8993c3 solid 1px;
}
.summary__table tr th:nth-of-type(2) {
  width: calc(384 / 1280 * 100vw);
}
.summary__table tr th:last-child {
  border-right: none;
}
.summary__table tr:last-child td {
  border-bottom: none;
}

.summary__txtArea {
  margin: 40px 0;
}
.summary__txtArea:last-child {
  margin: 0px 0 80px;
}
.summary__txtArea .c-title {
  text-align: center;
  margin: 80px 0 40px;
}
.summary__txtArea .c-title h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.summary__txtArea h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.summary__txtArea p {
  font-size: 16px;
  font-weight: 500;
}
.summary__txtArea::after {
  content: "";
  border-bottom: solid 2px #ebedf5;
  width: 100%;
  display: block;
  padding-top: 40px;
}

.summary__purpose ul li {
  font-size: 16px;
  font-weight: 500;
}
.summary__apply li {
  margin-bottom: 4px;
}
.summary__apply li:last-child {
  margin-bottom: 0px;
}

.summary__apply a,.summary__purpose a {
  text-decoration: solid;
  color: #1e2a61;
  border-bottom: solid 1px #1e2a61;
}

.summary__table--schoolyear {
  width: calc(112 / 1280 * 100vw);
}
.summary__table--period {
  text-align: center;
  width: calc(112 / 1280 * 100vw);
}
.summary__table--amount {
  text-align: right;
  width: calc(136 / 1280 * 100vw);
}
.summary__table--name {
  width: calc(160 / 1280 * 100vw);
}
.container01_research {
  background-color: #ebedf5;
  margin: 80px auto 80px;
  padding: 80px 0;
}
.container01_research .c-box {
  margin-bottom: 0;
}
.summary__application {
  text-align: center;
}
.summary__application p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .header_title .c-title_top {
    padding-top: 46px;
  }

  .summary__table {
    overflow-y: scroll;
  }
  .summary_main h5 {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .summary__table-wrap {
    overflow-x: scroll;
    margin-bottom: 120px;
  }
  .summary__table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .summary__table--txt {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: left;
  }
  .summary__txtArea .c-title {
    margin: 50px 0 40px;
  }
  .summary__txtArea .c-title h3 {
    font-size: 22px;
  }
  .summary__table tr th {
    text-align: left;
    padding-left: 12px;
  }
  .summary__table th:first-child {
    padding-right: 12px;
  }
  .summary__txtArea h3 {
    margin-bottom: 4px;
  }
  .summary__txtArea p {
    font-size: 15px;
  }
  .summary__txtArea::after {
    padding-top: 20px;
  }
  .summary__txtArea {
    margin: 20px 0;
    font-size: 15px;
  }
  .container01_research {
    width: auto;
    padding: 40px 18px;
  }
  .container01_research .c-box {
    margin: 20px 0 0px;
  }
  .summary__application p {
    font-size: 14px;
  }
  .summary__purpose ul li {
    font-size: 15px;
  }
}

.contact_bottom {
  text-align: center;
  padding-top: 13px;
}
.contact_bottom p {
  font-weight: 500;
}

.scroll_box {
  border: 1px solid #dddddd;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%) inset;
  overflow: auto;
  width: 550px;
  height: 200px;
  margin: 10px auto 30px;
  text-align: left;
  padding: 3%;
  background-color: #fff;
}
.form_btn {
  margin: 80px 0 0;
}
.submit_btn {
  position: relative;
  width: 260px;
  margin: 0 auto;
}
.submit_btn input {
  border-radius: 0;
  font-family: "Noto Sans JP";
  display: inline-block;
  transition: 0.1s;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background-color: #1e2a61;
  width: 260px;
  padding: 18px 0;
  margin: 0 auto;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
}
.submit_btn::after {
  content: "";
  position: absolute;
  bottom: 26px;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .contact_bottom {
    padding-top: 0;
  }
  .contact_bottom p {
    line-height: 1.5;
  }
  .scroll_box {
    width: 93%;
    margin: 10px auto 20px;
  }
  .form_btn {
    margin-top: 40px;
  }
}
