.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;
}

html {
  scrollbar-width: unset;
}

.main {
  padding: 0;
}
.main .sec-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.main .fade {
  line-height: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.main .fade::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  z-index: -1;
  background: #65c1ce;
  transition: width 1s ease-in-out;
}
.main .fade.show {
  opacity: 1;
  transform: translateY(0);
}
.main .fade.show::after {
  width: 100%;
}
.main p, .main li, .main h1, .main h2, .main h3 {
  line-height: 2;
  text-align: center;
}
.main p {
  text-align: left;
}
.main .newsHeader {
  width: unset;
  max-width: unset;
  padding: 0;
  text-align: center;
}
.main .newsBody {
  width: 100%;
  max-width: 900px;
}
.main .newsBody__inner .section {
  padding: 0px 20px;
  text-align: center;
}
.main .newsBody__inner .section-headcopy {
  margin: 60px 0;
}
.main .newsBody__inner .section-headcopy h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .section-headcopy h1 {
    text-align: center;
  }
}
.main .newsBody__inner .section-headcopy h2 {
  font-size: 15px;
  font-weight: 500;
}
.main .newsBody__inner .section-headcopy h3 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
}
.main .newsBody__inner .section-headcopy img {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
}
.main .newsBody__inner .section-info {
  border: 2px solid #65c1ce;
  margin: 0 20px 40px;
  padding: 40px 20px 0;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .section-info {
    padding: 40px 40px 0;
  }
}
.main .newsBody__inner .section-info ul li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 10px;
  text-align: left;
}
.main .newsBody__inner .section-info ul li:last-child {
  margin-bottom: 0;
}
.main .newsBody__inner .section-info__date {
  padding: 20px;
  margin: 40px auto 0;
  max-width: 500px;
  background-color: #F5F5F5;
}
.main .newsBody__inner .section-info__date .info-table {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  display: block;
}
.main .newsBody__inner .section-info__date .info-table tbody, .main .newsBody__inner .section-info__date .info-table tr, .main .newsBody__inner .section-info__date .info-table th, .main .newsBody__inner .section-info__date .info-table td {
  display: block;
  width: 100%;
}
.main .newsBody__inner .section-info__date .info-table tr {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.main .newsBody__inner .section-info__date .info-table tr:last-child {
  border-bottom: none;
}
.main .newsBody__inner .section-info__date .info-table th, .main .newsBody__inner .section-info__date .info-table td {
  padding: 12px 15px;
  text-align: center;
}
.main .newsBody__inner .section-info__date .info-table th {
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 15px;
}
.main .newsBody__inner .section-info__date .info-table td {
  padding-top: 5px;
}
.main .newsBody__inner .section-info__date .info-table a {
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .section-info__date .info-table {
    display: table;
  }
  .main .newsBody__inner .section-info__date .info-table tbody {
    display: table-row-group;
  }
  .main .newsBody__inner .section-info__date .info-table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .main .newsBody__inner .section-info__date .info-table th, .main .newsBody__inner .section-info__date .info-table td {
    line-height: 1.8;
    display: table-cell;
    text-align: left;
  }
  .main .newsBody__inner .section-info__date .info-table th {
    width: 25%;
    padding-bottom: 12px;
  }
  .main .newsBody__inner .section-info__date .info-table td {
    width: 75%;
    padding-top: 12px;
  }
}
.main .newsBody__inner .section-info__comment .comment-wrap {
  margin: 40px 0 20px;
}
.main .newsBody__inner .section-info__comment .comment-wrap .comment-l {
  text-align: center;
  margin-bottom: 20px;
}
.main .newsBody__inner .section-info__comment .comment-wrap .comment-l img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .newsBody__inner .section-info__comment .comment-wrap .comment-r {
  position: relative;
  background: #fff;
  border: 2px solid #ccf0f5;
  padding: 40px 30px;
}
.main .newsBody__inner .section-info__comment .comment-wrap .comment-r::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ccf0f5;
}
.main .newsBody__inner .section-info__comment .comment-wrap .comment-r::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
.main .newsBody__inner .section-info__comment .comment-wrap .comment-r h3 {
  font-weight: bold;
  margin-bottom: 40px;
}
.main .newsBody__inner .section-info__comment .comment-wrap .comment-r p {
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .main .newsBody__inner .section-info__comment .comment-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
  }
  .main .newsBody__inner .section-info__comment .comment-wrap .comment-l {
    width: 30%;
    text-align: center;
    margin: auto 0 auto;
  }
  .main .newsBody__inner .section-info__comment .comment-wrap .comment-l img {
    width: 200px;
    height: 200px;
  }
  .main .newsBody__inner .section-info__comment .comment-wrap .comment-r {
    width: 70%;
    margin: 0;
  }
  .main .newsBody__inner .section-info__comment .comment-wrap .comment-r::before {
    left: -8px;
    top: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }
  .main .newsBody__inner .section-info__comment .comment-wrap .comment-r::after {
    left: -6px;
    top: 50%;
    transform: translateX(-50%) translateY(1px) rotate(-90deg);
  }
  .main .newsBody__inner .section-info__comment .comment-wrap .comment-r h3 {
    font-size: 18px;
  }
  .main .newsBody__inner .section-info__comment .comment-wrap .comment-r p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.main .newsBody__inner .section-contact {
  background-color: #65c1ce;
  color: white;
  padding: 40px 20px;
  margin: 0 !important;
}
.main .newsBody__inner .section-contact h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.main .newsBody__inner .section-contact h1::after {
  background-color: white;
}
.main .newsBody__inner .section-contact p {
  text-align: center;
}
.main .newsBody__inner .section-contact a {
  display: inline-block;
  text-decoration: underline !important;
  color: white;
}/*# sourceMappingURL=style.css.map */