@charset "UTF-8";
.pc {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
img {
  width: 100%;
}

#overview {
  padding: 160px 10px 40px;
}
#overview h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  line-height: 1.3em;
  text-align: center;
}
#overview p {
  margin-bottom: 1em;
}
#overview p.data {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3em;
}
#overview.maintenance {
  background: #DDEEFF;
  color: #0066a5;
}
#overview.maintenance a.btn {
  margin-top: 30px;
  background: #0066a5;
  color: #fff;
  border: none;
}
#overview.evaluation {
  background: #FFF3DD;
  color: #B46F00;
}
#overview.evaluation a.btn {
  margin-top: 30px;
  background: #B46F00;
  color: #fff;
  border: none;
}
@media (min-width: 768px) {
  #overview {
    padding: 200px 10px 60px;
    text-align: center;
  }
  #overview h2 {
    font-size: 60px;
  }
  #overview p.data {
    font-size: 24px;
  }
  #overview a.btn {
    display: inline-block;
  }
}

article section#about h2:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  article section#about h2:not(:first-child) {
    margin-top: 80px;
  }
}
article section#about a {
  margin-top: 20px;
}
@media (min-width: 768px) {
  article section#about .inner {
    text-align: center;
  }
  article section#about .inner a {
    display: inline-block;
  }
}
article section#detail table tr:nth-child(odd) {
  background: #EBF4F3;
}
article section#detail table tr th, article section#detail table tr td {
  padding: 1em;
}
article section#detail table tr th {
  width: 5em;
}
article section#detail table tr td span {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  article section#detail table {
    width: 100%;
  }
  article section#detail table tr th, article section#detail table tr td {
    padding: 2em;
  }
}
article section#flow h3 {
  margin: 1.5em 0 1em;
  color: #097363;
  text-align: center;
}
article section#flow.maintenance a.btn {
  margin: 20px 0;
  background: #0066a5;
  color: #fff;
  border: none;
}
article section#flow.evaluation a.btn {
  margin: 20px 0;
  background: #B46F00;
  color: #fff;
  border: none;
}
@media (min-width: 768px) {
  article section#flow {
    text-align: center;
  }
  article section#flow a.btn {
    display: inline-block;
  }
}
article section#timetable table tr th, article section#timetable table tr td {
  padding: 1em;
}
article section#timetable table tr th {
  text-align: center;
}
article section#timetable table tr th:nth-child(odd) {
  background: #EBF4F3;
}
article section#timetable table tr th:nth-child(even) {
  background: #fafcfc;
}
article section#timetable table tr td {
  vertical-align: top;
}
article section#timetable table tr td:nth-child(odd) {
  background: #fafcfc;
}
article section#timetable table tr td:nth-child(even) {
  background: #EBF4F3;
}
@media (min-width: 768px) {
  article section#timetable table {
    width: 100%;
  }
  article section#timetable table tr th, article section#timetable table tr td {
    padding: 2em;
  }
}
article section#achievement ul.achievement {
  margin-top: 20px;
}
article section#achievement ul.achievement li {
  padding: 1em;
}
article section#achievement ul.achievement li span.red {
  color: #f00;
}
article section#achievement ul.achievement li:nth-child(odd) {
  background: #EBF4F3;
}
article section#achievement ul.links li {
  width: 100%;
  margin-top: 4%;
}
article section#achievement ul.links li a {
  padding: 10px;
  font-size: 4vw;
  font-weight: normal;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  article section#achievement ul.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article section#achievement ul.links li {
    width: 48%;
    margin-top: 20px;
  }
  article section#achievement ul.links li a {
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  article section#achievement {
    text-align: center;
  }
  article section#achievement ul.achievement {
    margin: 40px 0;
    text-align: left;
  }
  article section#achievement ul.achievement li {
    padding: 2em;
  }
}
