/* Scss Document */
/*
---------------------------------
news
---------------------------------
*/
@media (max-width: 999px) {
  #news {
    margin-top: 40px; } }

#news ul li {
  display: flex;
  flex-direction: column; }

#news ul li a {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F2F3F4;
  padding: 30px 0; }
  @media (max-width: 999px) {
    #news ul li a {
      align-items: flex-start;
      flex-direction: column;
      justify-content: flex-start;
      padding: 15px 0; } }

#news .sbox {
  width: 10%; }

#news .sbox .day {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #news .sbox .day {
      font-size: 14px; } }

#news .ttl {
  width: 100%;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }
  @media (max-width: 999px) {
    #news .ttl {
      font-size: 16px; } }

#news .pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 999px) {
    #news .pagination {
      margin-top: 40px; } }

#news .pagination span {
  background: #FFA100;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #news .pagination span {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#news .pagination a.page-numbers {
  background: #F2F3F4;
  text-align: center;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #news .pagination a.page-numbers {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#news .pagination a.page-numbers.prev {
  background: #2B9A33;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 20px;
  margin-left: 0px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (max-width: 999px) {
    #news .pagination a.page-numbers.prev {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#news .pagination span.dots {
  background: #F2F3F4;
  color: #333; }

#news .pagination a.page-numbers.next {
  background: #2B9A33;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 0px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (max-width: 999px) {
    #news .pagination a.page-numbers.next {
      font-size: 12px;
      margin-left: 6px;
      width: 30px;
      height: 30px; } }

/*
---------------------------------
#underr_news01
---------------------------------
*/
#under_news01 {
  padding-top: 43px; }
  @media (max-width: 999px) {
    #under_news01 {
      margin-top: 0; } }

#under_news01 .day {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_news01 .day {
      font-size: 14px; } }

#under_news01 .ttl {
  margin-top: 18px;
  font-size: 36px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: flex-start; }
  @media (max-width: 999px) {
    #under_news01 .ttl {
      margin-top: 15px;
      font-size: 20px; } }

#under_news01 .ttl img {
  width: 4.8%;
  margin-right: 9px;
  display: block; }
  @media (max-width: 999px) {
    #under_news01 .ttl img {
      width: 9.8%;
      margin-right: 0px; } }

#under_news01 .contents {
  margin-top: 55px; }
  @media (max-width: 999px) {
    #under_news01 .contents {
      margin-top: 30px; } }

#under_news01 .contents p {
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_news01 .contents p {
      font-size: 16px; } }

#under_news01 .contents p a {
  text-decoration: underline; }

#under_news01 .btn {
  display: block;
  width: 36.6%;
  margin: 117px auto 0;
  text-align: center;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  box-shadow: 4px 4px 0 0 #0e7bdb;
  transform: translateY(-4px);
  transition: 0.3s all; }
  @media screen and (max-width: 1470px) and (min-width: 1000px) {
    #under_news01 .btn {
      width: 37.3%; } }
  @media (max-width: 999px) {
    #under_news01 .btn {
      width: 90%;
      position: relative;
      z-index: 3;
      font-size: 16px;
      max-width: 375px;
      margin: 40px auto 0; } }

#under_news01 .btn:hover {
  box-shadow: 0 0 0 0 #005400;
  transform: translateY(-2px); }

#under_news01 .btn p {
  background: #fff;
  border: 4px solid #0E7BDB;
  border-radius: 20px;
  color: #0e7bdb;
  font-size: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #under_news01 .btn p {
      border-radius: 10px; } }

#under_news01 .btn:hover p {
  background: #0e7bdb;
  color: #fff; }

#under_news01 img {
  display: block;
  height: auto;
  -webkit-height: auto; }

#under_news01 .contents iframe {
  width: 100%;
  height: 28vw;
  min-height: 28rem; }
