section {
  position: relative;
  width: 100%;
}
section.y_area {
  margin-top: -70px;
  padding: 110px 5% 150px;
  background-position: center bottom;
  background-size: 100%;
  border-radius: 80px 80px 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  section.y_area {
    padding: 50px 5% 120px;
  }
}
section.y_area#y1964 {
  border-radius: 0;
  padding-top: 150px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  section.y_area#y1964 {
    padding-top: 110px;
  }
}
section.y_area#y1981 {
  background-image: url(../media/images/2027/common/bg_bl.jpg);
  background-position: center top;
  background-color: #e3edef;
}
section.y_area#y2019 {
  background-image: url(../media/images/2027/common/theme_bg.jpg);
  background-color: #fff;
}
section.y_area > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
section.y_area > .inner h2.line {
  margin-bottom: 60px;
}
section.y_area > .inner h3 {
  margin-bottom: 45px;
  display: inline-block;
  padding: 15px 65px 20px;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(to left, rgb(0, 111, 182) 0%, rgb(0, 172, 178) 100%);
  border-radius: 0 0 35px 35px;
}
section.y_area > .inner .table_sc {
  overflow: auto;
  border-radius: 5px;
  box-shadow: 9.899px 9.899px 42.57px 0.43px rgba(0, 0, 0, 0.15);
}
section.y_area > .inner .table_sc .scroll-hint-icon {
  top: 110px;
}
section.y_area > .inner .table_wrap {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
  min-width: 800px;
}
section.y_area > .inner table {
  width: 100%;
  table-layout: fixed;
  font-size: var(--fz_md);
}
section.y_area > .inner table tr:nth-child(2n-1) td {
  background: #f2f2f2;
}
section.y_area > .inner table tr:last-child td {
  border-bottom: none;
}
section.y_area > .inner table tr th {
  padding: 25px 10px;
  text-align: center;
  vertical-align: middle;
  background: #1d1d1d;
  color: #fff;
  font-weight: bold;
  border: 1px solid #e3e3e3;
  border-top: none;
}
@media screen and (max-width: 1024px) {
  section.y_area > .inner table tr th {
    padding: 15px 0;
  }
}
section.y_area > .inner table tr th:first-child {
  border-left: none;
}
section.y_area > .inner table tr th:last-child {
  border-right: none;
}
section.y_area > .inner table tr th:nth-child(1) {
  width: 7.3%;
}
section.y_area > .inner table tr th:nth-child(2) {
  width: 9%;
}
section.y_area > .inner table tr th:nth-child(3) {
  width: 16.6%;
}
section.y_area > .inner table tr th:nth-child(4) {
  width: 9.6%;
}
section.y_area > .inner table tr th:nth-child(5) {
  width: 23.3%;
}
section.y_area > .inner table tr th:nth-child(6) {
  width: 9.3%;
}
section.y_area > .inner table tr th:nth-child(7) {
  width: 11.5%;
}
section.y_area > .inner table tr th:nth-child(8) {
  width: 13.4%;
}
section.y_area > .inner table tr td {
  border: 1px solid #e3e3e3;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  section.y_area > .inner table tr td {
    padding: 15px;
  }
}
section.y_area > .inner table tr td:first-child {
  border-left: none;
}
section.y_area > .inner table tr td:last-child {
  border-right: none;
}
section.y_area > .inner table tr td:nth-child(3), section.y_area > .inner table tr td:nth-child(5) {
  text-align: left;
}
section.y_area > .inner table tr td:nth-last-child(-n+3) {
  text-align: right;
}/*# sourceMappingURL=layout.css.map */