.font-size-s {
  font-size: clamp(12px, 12px + 0.2vw, 14px);
}

.font-size-m {
  font-size: clamp(14px, 14px + 0.2vw, 16px);
}

.font-size-l {
  font-size: clamp(17px, 17px + 0.2vw, 19px);
}

.font-size-xl {
  font-size: clamp(23px, 23px + 0.2vw, 25px);
}

.pc {
  display: none;
}

.sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.text-center {
  text-align: center !important;
}

.margin-t40 {
  margin-top: 40px;
}

html {
  scrollbar-width: unset;
}

.main p, .main li, .main h1, .main h2, .main table, .main a {
  line-height: 1.8;
  text-align: center;
}
.main p {
  text-align: left;
}
.main .newsHeader {
  padding: 0;
  text-align: center;
}
.main .newsHeader picture {
  max-width: 600px;
  margin: 0 auto;
}
.main .newsBody {
  max-width: 800px;
}
.main .newsBody__inner {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner {
    padding: 60px 0;
  }
}
.main .newsBody__inner .section {
  text-align: center;
}
.main .newsBody__inner .section h1 {
  font-size: clamp(17px, 17px + 0.2vw, 19px);
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .section h1 {
    text-align: center;
  }
}
.main .newsBody__inner .section h2 {
  font-size: clamp(14px, 14px + 0.2vw, 16px);
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .section h2 {
    text-align: center;
  }
}
.main .newsBody__inner .section h3 {
  color: #c55073;
  font-size: clamp(14px, 14px + 0.2vw, 16px);
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .section h3 {
    text-align: center;
  }
}
.main .newsBody__inner .section p, .main .newsBody__inner .section img, .main .newsBody__inner .section a {
  margin-bottom: 40px;
}
.main .newsBody__inner .section .main-img {
  max-width: 500px;
  margin: 0 auto 40px;
}
.main .newsBody__inner .section a {
  text-decoration: underline !important;
}
.main .newsBody__inner .section .line-wrap {
  line-height: 2.3;
  font-family: "Sawarabi Mincho", serif;
  font-size: clamp(14px, 14px + 0.2vw, 16px);
  padding: 40px 0;
  position: relative;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.main .newsBody__inner .border-top {
  border-top: 1px solid #0A1317;
  margin-top: 60px;
  padding-top: 60px;
}
.main .newsBody__inner .section-date {
  max-width: 800px;
  margin: auto;
}
.main .newsBody__inner .date {
  margin: 0 auto 30px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .date {
    padding: 20px;
  }
}
.main .newsBody__inner .date {
  max-width: 800px;
  background-color: #F5F5F5;
}
.main .newsBody__inner .date .info-table {
  width: 100%;
  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%;
  line-height: 1.6;
}
.main .newsBody__inner .date .info-table tr {
  border-bottom: 1px solid #ddd;
}
.main .newsBody__inner .date .info-table tr:last-child {
  border-bottom: none;
}
.main .newsBody__inner .date .info-table th, .main .newsBody__inner .date .info-table td {
  padding: 12px 15px;
  text-align: center;
}
.main .newsBody__inner .date .info-table th {
  font-weight: bold;
  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;
    vertical-align: middle;
  }
  .main .newsBody__inner .date .info-table th {
    text-align: center;
    width: 25%;
    padding: 12px 15px;
  }
  .main .newsBody__inner .date .info-table td {
    width: 75%;
    padding: 12px 15px;
  }
}/*# sourceMappingURL=style.css.map */