@charset "UTF-8";
/* * * お知らせ内容 * * */
.p-news {
  padding-top: min(232px, calc(232 / 1440 * 100vw));
  padding-bottom: min(195px, calc(195 / 1440 * 100vw));
}
.p-news__title {
  line-height: 1.75;
  padding-top: 0;
  padding-left: min(30px, calc(30 / 1440 * 100vw));
  margin-top: max(-45px, calc(-45 / 1440 * 100vw));
}
.p-news__title::before {
  bottom: 0;
  height: min(240px, calc(240 / 1440 * 100vw));
}
.p-news-contents {
  padding: initial;
}
.p-news-inner {
  padding: initial;
  padding-left: min(30px, calc(30 / 1440 * 100vw));
  padding-top: min(60px, calc(60 / 1440 * 100vw));
}
.p-news-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: min(14px, calc(14 / 1440 * 100vw));
  margin-bottom: min(40px, calc(40 / 1440 * 100vw));
}
.p-news-data__date {
  margin-right: min(15px, calc(15 / 1440 * 100vw));
  font-weight: bold;
}
.p-news-data__label {
  font-weight: bold;
  line-height: 1;
  background-color: #67c1bf;
  color: #fff;
  border-radius: 100px;
  padding: min(5px, calc(5 / 1440 * 100vw)) min(22px, calc(22 / 1440 * 100vw));
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news-pagenation-list {
  justify-content: center;
}

/* * WordPress投稿挿入部スタイル * */
.p-news-wp-insert {
  font-size: min(16px, calc(16 / 1440 * 100vw));
  line-height: min(28px, calc(28 / 1440 * 100vw));
  letter-spacing: 0.1em;
}
.p-news-wp-insert p {
  font-size: min(16px, calc(16 / 1440 * 100vw));
  line-height: min(28px, calc(28 / 1440 * 100vw));
  letter-spacing: 0.1em;
}
.p-news-wp-insert p, .p-news-wp-insert ul, .p-news-wp-insert ol {
  margin-bottom: min(28px, calc(28 / 1440 * 100vw));
}
.p-news-wp-insert a {
  color: #03aa92;
  text-decoration: underline;
}
.p-news-wp-insert ul li, .p-news-wp-insert ol li {
  position: relative;
  padding-left: min(25px, calc(25 / 1440 * 100vw));
  letter-spacing: 0.1em;
}
.p-news-wp-insert ul li::before, .p-news-wp-insert ol li::before {
  display: block;
  font-size: min(18px, calc(18 / 1440 * 100vw));
  color: #03aa92;
  position: absolute;
  left: 0;
  top: 0;
}
.p-news-wp-insert ul li::before {
  content: "●";
}
.p-news-wp-insert ol {
  counter-reset: list-counter;
}
.p-news-wp-insert ol li:nth-child(1)::before {
  content: "①";
}
.p-news-wp-insert ol li:nth-child(2)::before {
  content: "②";
}
.p-news-wp-insert ol li:nth-child(3)::before {
  content: "③";
}
.p-news-wp-insert ol li:nth-child(4)::before {
  content: "④";
}
.p-news-wp-insert ol li:nth-child(5)::before {
  content: "⑤";
}
.p-news-wp-insert ol li:nth-child(6)::before {
  content: "⑥";
}
.p-news-wp-insert ol li:nth-child(7)::before {
  content: "⑦";
}
.p-news-wp-insert ol li:nth-child(8)::before {
  content: "⑧";
}
.p-news-wp-insert ol li:nth-child(9)::before {
  content: "⑨";
}
.p-news-wp-insert ol li:nth-child(10)::before {
  content: "⑩";
}

/* * WordPress投稿挿入部スタイル /E * */
@media (max-width: 768px) {
  .p-news {
    padding-top: min(50px, calc(50 / 375 * 100vw));
    padding-bottom: min(100px, calc(100 / 375 * 100vw));
  }
  .p-news__title {
    margin-top: initial;
    padding-top: min(45px, calc(45 / 375 * 100vw));
    padding-left: min(25px, calc(25 / 375 * 100vw));
  }
  .p-news__title::before {
    bottom: 0;
    height: min(150px, calc(150 / 375 * 100vw));
  }
  .p-news-contents {
    padding: initial;
  }
  .p-news-inner {
    padding: initial;
    padding-left: 0;
    padding-top: min(50px, calc(50 / 375 * 100vw));
  }
  .p-news-data {
    font-size: min(12px, calc(12 / 375 * 100vw));
    margin-bottom: min(40px, calc(40 / 375 * 100vw));
  }
  .p-news-data__date {
    margin-right: min(18px, calc(18 / 375 * 100vw));
    letter-spacing: 0.02em;
  }
  .p-news-data__label {
    padding: min(5px, calc(5 / 375 * 100vw)) min(20px, calc(20 / 375 * 100vw));
  }
  .p-news-pagenation-list {
    justify-content: center;
  }
  /* * WordPress投稿挿入部スタイル * */
  .p-news-wp-insert {
    font-size: min(16px, calc(16 / 375 * 100vw));
    line-height: 1.75;
  }
  .p-news-wp-insert p {
    font-size: min(16px, calc(16 / 375 * 100vw));
    line-height: 1.75;
  }
  .p-news-wp-insert p, .p-news-wp-insert ul, .p-news-wp-insert ol {
    margin-bottom: min(20px, calc(20 / 375 * 100vw));
  }
  .p-news-wp-insert ul li, .p-news-wp-insert ol li {
    padding-left: min(20px, calc(20 / 375 * 100vw));
    letter-spacing: 0;
  }
  .p-news-wp-insert ul li::before, .p-news-wp-insert ol li::before {
    font-size: min(16px, calc(16 / 375 * 100vw));
  }
  /* * WordPress投稿挿入部スタイル /E * */
}
/* * * お知らせ内容 /E * * */