.pc {
  display: none;
}

.sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
html {
  scrollbar-width: unset;
}

.main p, .main li, .main h1, .main h2, .main table, .main a {
  line-height: 2.3;
  text-align: center;
}
.main p {
  text-align: left;
}
.main .newsHeader {
  text-align: center;
}
.main .newsBody__inner {
  padding: 30px 0;
}
.main .newsBody__inner .section {
  text-align: center;
}
.main .newsBody__inner .section h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.main .newsBody__inner .section h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 60px;
}
.main .newsBody__inner .section p, .main .newsBody__inner .section img, .main .newsBody__inner .section a {
  margin-bottom: 40px;
}
.main .newsBody__inner .section a {
  text-decoration: underline !important;
}
.main .newsBody__inner .border-top {
  border-top: 1px solid #0A1317;
  margin-top: 90px;
  padding-top: 90px;
}
.main .newsBody__inner .date {
  max-width: 600px;
  margin: 0 auto 60px;
  padding: 20px;
  background-color: #F5F5F5;
}
.main .newsBody__inner .date .info-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  display: block;
}
.main .newsBody__inner .date .info-table tbody, .main .newsBody__inner .date .info-table tr, .main .newsBody__inner .date .info-table th, .main .newsBody__inner .date .info-table td {
  display: block;
  width: 100%;
}
.main .newsBody__inner .date .info-table tr {
  margin-bottom: 15px;
}
.main .newsBody__inner .date .info-table th, .main .newsBody__inner .date .info-table td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.main .newsBody__inner .date .info-table th {
  font-weight: bold;
  background-color: #f8f8f8;
  border-bottom: none;
  padding-bottom: 5px;
}
.main .newsBody__inner .date .info-table td {
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .date .info-table {
    display: table;
  }
  .main .newsBody__inner .date .info-table tbody {
    display: table-row-group;
  }
  .main .newsBody__inner .date .info-table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .main .newsBody__inner .date .info-table th, .main .newsBody__inner .date .info-table td {
    line-height: 1.8;
    display: table-cell;
    text-align: left;
  }
  .main .newsBody__inner .date .info-table th {
    width: 25%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
  }
  .main .newsBody__inner .date .info-table td {
    width: 75%;
    padding-top: 12px;
  }
}/*# sourceMappingURL=style.css.map */