@charset "UTF-8";
#news_warp {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px 0px 0px 0px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 866px;
  --gap-h-80dcd034-6e0f-4155-8616-5423c82a515f: 12px;
  --gap-v-80dcd034-6e0f-4155-8616-5423c82a515f: 12px;
  --gap-uuid: 80dcd034-6e0f-4155-8616-5423c82a515f;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  #news_warp {
    margin: 40px 12px 0px 12px;
    padding: 0px 0px 0px 0px;
    --gap-h-80dcd034-6e0f-4155-8616-5423c82a515f: 12px;
    --gap-v-80dcd034-6e0f-4155-8616-5423c82a515f: 12px;
    max-width: calc(100% - 24px);
  }
}

.contents_ttl {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  width: 866px;
  max-width: 100%;
}
.contents_ttl img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  width: 90px;
  max-width: 100%;
}
.contents_ttl img::before {
  background-size: contain;
}
@media screen and (max-width: 540px) {
  .contents_ttl {
    margin: 0px 12px 0px 12px;
    max-width: calc(100% - 24px);
  }
  .contents_ttl img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    max-width: 100%;
  }
}

.news {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: transparent;
  border-bottom: 1px solid #eb6d8e;
  border-left: 1px solid #eb6d8e;
  border-right: 1px solid #eb6d8e;
  border-top: 1px solid #eb6d8e;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px 0px 22px 0px;
  padding: 21px;
  width: calc(50% - var(--gap-h-80dcd034-6e0f-4155-8616-5423c82a515f) * 0.5);
  max-width: calc(50% - var(--gap-h-80dcd034-6e0f-4155-8616-5423c82a515f) * 0.5);
}
@media screen and (max-width: 840px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 540px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% - var(--gap-h-80dcd034-6e0f-4155-8616-5423c82a515f) * 0);
    max-width: calc(100% - var(--gap-h-80dcd034-6e0f-4155-8616-5423c82a515f) * 0);
  }
}
.news .image {
  width: 100%;
  aspect-ratio: 1/0.56;
}
.news .image::before {
  display: none;
}
.news .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news .date_wrap {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0px 0px 0px;
  width: 100%;
  --gap-h-2f119b0f-385a-47f6-a627-167702f48616: 0px;
  --gap-v-2f119b0f-385a-47f6-a627-167702f48616: 12px;
  --gap-uuid: 2f119b0f-385a-47f6-a627-167702f48616;
  max-width: 100%;
}
.news .date_wrap > div {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  --gap-h-e09d7df6-1645-4c34-866d-47818fda597b: 12px;
  --gap-v-e09d7df6-1645-4c34-866d-47818fda597b: 0px;
  --gap-uuid: e09d7df6-1645-4c34-866d-47818fda597b;
}
.news .date_wrap > div .date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.04em;
  line-height: normal;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Roboto", sans-serif;
}
.news .date_wrap > div .cat {
  background: transparent;
  border-bottom: 1px solid #313131;
  border-left: 0px solid #313131;
  border-radius: 0;
  border-right: 0px solid #313131;
  border-top: 1px solid #313131;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.04em;
  line-height: normal;
  padding: 4px 12px 4px 12px;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news .ttl {
  color: #333;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 9px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* お知らせ詳細
------------------------------ */
.back_arrow {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px 0px;
  width: 100%;
  max-width: 100%;
}
.back_arrow a {
  font-size: 24px;
  padding: 10px;
}
.back_arrow a::before {
  content: "\f177";
  font-size: 24px;
}

.article {
  color: #333;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 24px 12px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  width: 740px;
  max-width: calc(100% - 24px);
}
@media screen and (max-width: 540px) {
  .article {
    width: 100%;
  }
}
.article_ttl {
  width: 100%;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 12px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .article_ttl {
    font-size: 28px;
  }
}
.article .date {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 540px) {
  .article .date {
    font-size: 16px;
  }
}
.article .txt_area {
  word-break: break-all;
  margin-top: 10px;
  width: 100%;
  line-height: 1.8;
}
@media screen and (max-width: 540px) {
  .article .txt_area {
    margin-top: 0;
  }
}
.article .txt_area h2 {
  border-top: 1px solid #eb6d8e;
  border-bottom: 1px solid #eb6d8e;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 9px 24px;
  margin: 40px 0 15px;
  line-height: 1.5;
  font-size: 2em;
}
.article .txt_area h2 + img {
  margin-top: 5px;
}
.article .txt_area h2 + p, .article .txt_area h2 + ul, .article .txt_area h2 + h3 {
  margin-top: 0;
}
@media screen and (max-width: 540px) {
  .article .txt_area h2 {
    padding: 18px 0;
    margin-bottom: 12px;
    font-size: 19px;
  }
}
.article .txt_area h3 {
  display: block;
  margin: 40px 0 10px;
  font-weight: 700;
}
.article .txt_area h3 + img {
  margin-top: 5px;
}
.article .txt_area h3 + p, .article .txt_area h3 + ul {
  margin-top: 0;
}
.article .txt_area p {
  display: block;
  letter-spacing: 0.04em;
  margin-top: 40px;
  line-height: 1.8;
}
.article .txt_area p + p {
  margin-top: 10px;
}
.article .txt_area a {
  display: inline-block;
  color: #007cff;
  text-decoration: underline;
}
.article .txt_area a:hover {
  text-decoration: none;
}
.article .txt_area img {
  margin-top: 40px;
  max-width: 100%;
  height: auto !important;
}
.article .table_wrap {
  overflow-x: auto;
}
.article .table_wrap table {
  word-break: break-all;
  margin: 10px 0;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: unset;
  color: #1a1a1a;
  font-size: 14px;
}
.article .table_wrap table th, .article .table_wrap table td {
  border-right: 1px solid #dcdcd7;
  border-bottom: 1px solid #dcdcd7;
  max-width: 240px;
  min-width: 100px;
  padding: 12px;
  line-height: 1.5;
}
.article .table_wrap table th {
  background: rgba(255, 255, 255, 0.5019607843);
}
.article .table_wrap table td {
  background: rgba(255, 255, 255, 0.2509803922);
}
.article ul {
  margin-left: 20px;
}
.article ul li {
  margin: 10px 0;
  list-style: disc;
}

.pagination {
  margin-top: 50px;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.pagination ul li {
  width: 50px;
  height: 50px;
}
.pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333;
  height: 100%;
}
.pagination ul li a:hover {
  background: #333;
  color: #fff;
}
.pagination ul li.current a {
  background: #333;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .pagination ul {
    gap: 0 10px;
  }
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}