
@import "../css/style-org.css";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.red {
  color: #dc3636;
}

@media screen and (max-width: 991px) {
  .inner02 {
    max-width: 100%;
  }
}

#new-header {
  max-width: 1220px;
  margin: 0 auto 40px;
  padding-bottom: 48px;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 991px) {
  #new-header {
    padding-bottom: 45px;
  }
}
#new-header .wide-container {
  width: 100%;
}

.bloglink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 20px;
  background: #acacac;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .bloglink {
    display: block;
    margin-bottom: 40px;
  }
}
.bloglink-container {
  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: 20px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .bloglink-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.bloglink .custom {
  width: 45.00450045%;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .bloglink .custom {
    width: 100%;
    max-width: inherit;
  }
}
.bloglink select {
  width: 100% !important;
  min-height: 60px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: top right/contain url(../images/ico_selarr01.png) no-repeat #ffffff !important;
  border: 0;
}
@media screen and (max-width: 991px) {
  .bloglink select {
    min-height: 40px;
    font-size: 18px;
    background: top right/contain url(../images/ico_selarr01-sp.png) no-repeat #ffffff !important;
  }
}
@media screen and (max-width: 991px) {
  .bloglink-button {
    margin-top: 8px;
  }
}
.bloglink-button-button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .bloglink-button-button {
    width: 170px;
    height: 40px;
    background-color: #e41f1f;
    border-radius: 10px;
    text-align: center;
  }
  .bloglink-button-button img {
    width: auto;
    height: 40px;
  }
}

.cat02 {
  background: #e96565;
}

.cat03 {
  background: #cf4084;
}

.cat04 {
  background: #40accf;
}

.cat05 {
  background: #ffd600;
}

.cat06 {
  background: #733fc6;
}

.cat07 {
  background: #ff8e0a;
}

.cat08 {
  background: #223e69;
}

.cat09 {
  background: #40cf68;
}

.cat10 {
  background: #dc3636;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-content {
  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: 2em;
  padding: 0 20px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 991px) {
  .pagination-content {
    gap: 1em;
    padding: 0 15px 15px;
  }
}
.pagination-content .page-numbers.current {
  color: #e41f1f;
}
.pagination-content .page-numbers.next, .pagination-content .page-numbers.prev {
  display: none;
}

.breadcrumb {
  margin-bottom: 38px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.table-of-contents {
  width: 530px;
  max-width: 100%;
  margin-bottom: 50px;
  padding: 17px 50px 40px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .table-of-contents {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 20px 20px;
  }
}
.table-of-contents-title {
  max-width: 148px;
  margin-bottom: 22px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 991px) {
  .table-of-contents-title {
    font-size: 14px;
  }
}
.table-of-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .table-of-contents-list {
    gap: 10px;
  }
}
.table-of-contents-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
@media screen and (max-width: 991px) {
  .table-of-contents-list li {
    font-size: 14px;
  }
}

.bloginfo {
  width: 100%;
  margin-bottom: 57px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .bloginfo {
    padding: 0 25px;
  }
}
.bloginfo-image {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 14px;
  overflow: hidden;
}
.bloginfo-image-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bloginfo-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.bloginfo-content-list-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.bloginfo-content-list-item span.newcar {
  width: auto;
  background: #40cf68;
}
.bloginfo-content-list-item span.ucar {
  width: auto;
  background: #4056cf;
}
.bloginfo-content-list-item span.service {
  width: auto;
  background: #cf4095;
}
.bloginfo-content-list-item span.welcab {
  width: auto;
  background: #ffd600;
}
.bloginfo-content-list-item span.welst {
  width: auto;
  background: #ff8e0a;
}
.bloginfo-content-zip {
  margin-bottom: 9px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.bloginfo-content-tel {
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.bloginfo-button {
  text-align: center;
}
.bloginfo-button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  background: #880025;
  border: solid 1px #880025;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloginfo-button-link:hover, .bloginfo-button-link:focus, .bloginfo-button-link:active {
  color: #880025;
  background: #ffffff;
}

.pagenation {
  text-align: center;
}
.pagenation .navigation.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px 20px;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 991px) {
  .pagenation .navigation.pagination {
    gap: 1em;
    padding: 0 15px 15px;
  }
}
.pagenation .navigation.pagination .screen-reader-text {
  display: none;
}
.pagenation .navigation.pagination .nav-links {
  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: 2em;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.pagenation .navigation.pagination .nav-links a,
.pagenation .navigation.pagination .nav-links span {
  border: none;
  padding: 0;
  margin: 0;
}
.pagenation .navigation.pagination .nav-links .current {
  color: #e41f1f;
}
.pagenation .navigation.pagination .nav-links .next,
.pagenation .navigation.pagination .nav-links .prev,
.pagenation .navigation.pagination .nav-links .first,
.pagenation .navigation.pagination .nav-links .last,
.pagenation .navigation.pagination .nav-links .pages {
  display: none;
}

.home-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 58px;
  background: center right no-repeat url("../images/home-title-bg.png");
  font-size: 32px;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
}
@media screen and (max-width: 991px) {
  .home-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.home-title-text {
  display: inline-block;
  padding-right: 20px;
  background-color: #ffffff;
}
.home-title-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-left: 20px;
  font-family: "League Spartan", sans-serif;
  font-size: 12px;
  font-weight: 600;
  background-color: #ffffff;
}

.home-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
  background: center right no-repeat url("../images/home-title-bg.png");
  font-size: 20px;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
}
@media screen and (max-width: 991px) {
  .home-subtitle {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.home-subtitle-text {
  display: inline-block;
  padding-right: 20px;
  background-color: #ffffff;
}

.blog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  margin-bottom: 14px;
  padding: 5px 14px;
  background-color: #880025;
  color: #ffffff;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%; /* 36px */
}
@media screen and (max-width: 991px) {
  .blog-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    text-align: center;
  }
}

.home-news {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 300px;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 991px) {
  .home-news {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home-news {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home-news-article {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .home-news-article {
    margin-bottom: 60px;
  }
}
.home-news-article-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  overflow: hidden;
}
.home-news-article-image-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 比率を維持しつつ、divを満たす */
  -o-object-position: center;
     object-position: center; /* 中央に位置するように設定 */
}
.home-news-article-cat .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6; /* 19.2px */
}
.home-news-article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .home-news-article-meta {
    padding-right: 0;
  }
}
.home-news-article-meta-date {
  font-size: 12px;
  font-weight: 500;
}
.home-news-article-meta-line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000000;
}
.home-news-article-meta-name {
  font-size: 12px;
  font-weight: 400;
}
.home-news-article-content-title {
  margin-bottom: 55px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}
@media screen and (max-width: 991px) {
  .home-news-article-content-title {
    font-size: 18px;
  }
}
.home-news-sidebar {
  position: sticky;
  top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .home-news-sidebar {
    position: static;
  }
}
.home-news-sidebar-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.home-news-sidebar-list-item-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .home-news-sidebar-list-item-link {
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 12px;
  }
}
.home-news-sidebar-list-item-link:hover {
  padding-left: 10px;
  background: #f6f6f6;
}

.home-recommend {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .home-recommend {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home-recommend {
    margin-bottom: 60px;
  }
}
.home-recommend-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 300px;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 991px) {
  .home-recommend-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home-recommend-link:hover .home-news-list-item-content-separator-image {
  background-color: #dc3636;
}
.home-recommend-left-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .home-recommend-left-list {
    gap: 40px;
  }
}
.home-recommend-left-item {
  border: 1px solid #ccc;
}
.home-recommend-left-item .home-recommend-right-item-content-meta {
  display: none;
}
.home-recommend-left-item-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 40px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .home-recommend-left-item-link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home-recommend-left-item-image {
  position: relative;
  aspect-ratio: 360/305;
  background-color: #555555;
}
@media screen and (max-width: 991px) {
  .home-recommend-left-item-image {
    aspect-ratio: 350/240;
  }
}
.home-recommend-left-item-image-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 比率を維持しつつ、divを満たす */
  -o-object-position: center;
     object-position: center; /* 中央に位置するように設定 */
}
.home-recommend-left-item-content {
  padding: 37px 60px 22px 0;
}
@media screen and (max-width: 991px) {
  .home-recommend-left-item-content {
    padding: 20px;
  }
}
.home-recommend-left-item-content-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%; /* 36px */
}
@media screen and (max-width: 991px) {
  .home-recommend-left-item-content-title {
    font-size: 18px;
  }
}
.home-recommend-left-item-content-content {
  margin-bottom: 34px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 991px) {
  .home-recommend-left-item-content-content {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: solid 1px #dddddd;
  }
}
.home-recommend-left-item-content .home-news-list-item-content-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .home-recommend-left-item-content .home-news-list-item-content-meta {
    gap: 10px;
  }
}
.home-recommend-right-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .home-recommend-right-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-recommend-right-list .home-recommend-right-item-content-meta {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .home-recommend-right-list .home-recommend-right-item-content-meta .home-news-list-item-content-meta-detaile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-recommend-right-list .home-recommend-right-item-content-meta .home-news-list-item-content-meta-name {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home-recommend-right-item {
    padding-bottom: 17px;
    border-bottom: solid 1px #dddddd;
  }
}
.home-recommend-right-item-link {
  display: block;
}
.home-recommend-right-item-image {
  position: relative;
  aspect-ratio: 307/152;
  margin-bottom: 12px;
  background-color: #555555;
}
@media screen and (max-width: 991px) {
  .home-recommend-right-item-image {
    aspect-ratio: 170/152;
  }
}
.home-recommend-right-item-image-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 比率を維持しつつ、divを満たす */
  -o-object-position: center;
     object-position: center; /* 中央に位置するように設定 */
}
.home-recommend-right-item-content .home-news-list-item-content-separator {
  display: none;
}
.home-recommend-right-item-content-meta {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: solid 1px #dddddd;
}
.home-recommend-right-item-content-title {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media screen and (max-width: 991px) {
  .home-recommend-right-item-content-title {
    font-size: 16px;
  }
}
.home-recommend-right-item-content-content {
  display: none;
}
.home-recommend-right-item-content .home-recommend-left-item-content-meta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0;
}
.home-recommend-right-item-content .home-recommend-left-item-content-meta .home-news-list-item-content-meta-detaile {
  display: none;
}

.news-list {
  margin-bottom: 100px;
}
.news-list-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .news-list-content {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    margin-bottom: 90px;
  }
}
.news-list-item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .news-list-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.news-list-item-image {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #555555;
}
.news-list-item-image-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 比率を維持しつつ、divを満たす */
  -o-object-position: center;
     object-position: center; /* 中央に位置するように設定 */
}
.news-list-item-link:hover .news-list-item-content-separator-image {
  background-color: #dc3636;
}
.news-list-item-cat {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .news-list-item-cat {
    top: 10px;
    left: 10px;
  }
}
.news-list-item-cat .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6; /* 19.2px */
}
.news-list-item-content {
  padding: 27px 35px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .news-list-item-content {
    padding: 20px;
    border: none;
  }
}
.news-list-item-content-title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
}
@media screen and (max-width: 991px) {
  .news-list-item-content-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.news-list-item-content-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .news-list-item-content-separator {
    display: none;
  }
}
.news-list-item-content-separator::before {
  content: "";
  display: block;
  width: calc(100% - 20px - 40px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.news-list-item-content-separator-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-mask-image: url("../images/home-news-list-item-content-separator.png");
          mask-image: url("../images/home-news-list-item-content-separator.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #acacac;
}
.news-list-item-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .news-list-item-content-meta {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .news-list-item-content-meta.pc {
    margin-top: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news-list-item-content-meta.pc .news-list-item-content-meta-detaile {
    display: none;
  }
}
.news-list-item-content-meta.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .news-list-item-content-meta.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
  }
  .news-list-item-content-meta.sp .news-list-item-content-meta-detaile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list-item-content-meta.sp .news-list-item-content-meta-detaile .news-list-item-content-meta-name {
    width: 100%;
  }
}
.news-list-item-content-meta-detaile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news-list-item-content-meta-date {
  font-size: 12px;
  font-weight: 500;
}
.news-list-item-content-meta-line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000000;
}
.news-list-item-content-meta-name {
  font-size: 12px;
  font-weight: 400;
}
.news-list-item-content-meta-view {
  font-size: 12px;
  font-weight: 500;
}
/*# sourceMappingURL=style.css.map */