@media (min-width: 768px) {
  .phonenumber {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .low-mv {
    background-image: url(../../img/news/mv_sp.jpg);
  }
}
@media (min-width: 768px) {
  .low-mv {
    background-image: url(../../img/news/mv_pc.jpg);
  }
}

.news-contents {
  background-image: url(../../img/news/bk.png);
  background-size: 100%;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .news-contents {
    padding-bottom: 10vw;
  }
}
@media (min-width: 768px) {
  .news-contents {
    padding-bottom: min(6.4285714286vw, 90px);
  }
}
.news-contents .news-list {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news-contents .news-list {
    width: 87.5vw;
    padding: 10vw 0 6.25vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list {
    width: min(73.5714285714vw, 1030px);
    padding: min(4.2857142857vw, 60px) 0 min(2.1428571429vw, 30px);
  }
}
.news-contents .news-list .news-list-element {
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .news-contents .news-list .news-list-element {
    padding: 3.75vw;
    box-shadow: 0 0 4vw 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .news-contents .news-list .news-list-element {
    padding: min(2.8571428571vw, 40px);
    box-shadow: 0 0 min(2.3571428571vw, 33px) 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .news-contents .news-list .news-list-element .news-list-date {
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list .news-list-element .news-list-date {
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
.news-contents .news-list .news-list-element .news-list-date p {
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: lighter;
}
@media (max-width: 767px) {
  .news-contents .news-list .news-list-element .news-list-date p {
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list .news-list-element .news-list-date p {
    font-size: min(1.2142857143vw, 17px);
  }
}
.news-contents .news-list .news-list-element .news-list-title {
  background-color: #77262A;
}
@media (max-width: 767px) {
  .news-contents .news-list .news-list-element .news-list-title {
    padding: 2.5vw;
    margin-bottom: 3.75vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list .news-list-element .news-list-title {
    padding: min(1.0714285714vw, 15px);
    margin-bottom: min(1.4285714286vw, 20px);
  }
}
.news-contents .news-list .news-list-element .news-list-title h2 {
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .news-contents .news-list .news-list-element .news-list-title h2 {
    font-size: 4.5vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list .news-list-element .news-list-title h2 {
    font-size: min(2.2857142857vw, 32px);
  }
}
@media (max-width: 767px) {
  .news-contents .news-list .news-list-element:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list .news-list-element:not(:last-of-type) {
    margin-bottom: min(3.5714285714vw, 50px);
  }
}
.news-contents .news-list-pagenation .navigation {
  width: 80%;
  margin: 0 auto;
}
.news-contents .news-list-pagenation .navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .news-contents .news-list-pagenation .navigation .nav-links {
    gap: 1.25vw 3vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list-pagenation .navigation .nav-links {
    gap: min(0.7142857143vw, 10px) min(1.4285714286vw, 20px);
  }
}
.news-contents .news-list-pagenation .navigation .nav-links .page-numbers {
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .news-contents .news-list-pagenation .navigation .nav-links .page-numbers {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list-pagenation .navigation .nav-links .page-numbers {
    font-size: min(2.1428571429vw, 30px);
  }
}
.news-contents .news-list-pagenation .navigation .nav-links .page-numbers.current {
  pointer-events: none;
  color: #77262A;
}
@media (min-width: 768px) {
  .news-contents .news-list-pagenation .navigation .nav-links .page-numbers:hover {
    color: #77262A;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list-pagenation .navigation .nav-links .page-numbers:hover.prev {
    transform: translateX(max(-0.3571428571vw, -5px));
  }
}
@media (min-width: 768px) {
  .news-contents .news-list-pagenation .navigation .nav-links .page-numbers:hover.next {
    transform: translateX(min(0.3571428571vw, 5px));
  }
}
@media (max-width: 767px) {
  .news-contents .news-list-pagenation .page-numbers figure {
    width: 3vw;
  }
}
@media (min-width: 768px) {
  .news-contents .news-list-pagenation .page-numbers figure {
    width: min(1.2857142857vw, 18px);
  }
}

.editor .editor-free h1 {
  display: none;
}
.editor .editor-free h2 {
  display: none;
}
.editor .editor-free h3 {
  font-weight: bold;
  line-height: 1.4;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-color: #000;
  border-bottom-color: #000;
}
@media (max-width: 767px) {
  .editor .editor-free h3 {
    font-size: 4vw;
    margin: 10vw 0 5vw;
    border-width: 0.25vw;
    padding: 2.5vw 0;
  }
}
@media (min-width: 768px) {
  .editor .editor-free h3 {
    font-size: min(2vw, 28px);
    margin: min(2.8571428571vw, 40px) 0 min(1.4285714286vw, 20px);
    border-width: min(0.0714285714vw, 1px);
    padding: min(0.7142857143vw, 10px) 0;
  }
}
.editor .editor-free h4 {
  font-weight: bold;
  line-height: 1.4;
  background-color: #FFF4F5;
}
@media (max-width: 767px) {
  .editor .editor-free h4 {
    font-size: 3.75vw;
    margin: 10vw 0 5vw;
    padding: 2.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free h4 {
    font-size: min(1.5714285714vw, 22px);
    margin: min(2.8571428571vw, 40px) 0 min(1.4285714286vw, 20px);
    padding: min(1.0714285714vw, 15px);
  }
}
.editor .editor-free h5 {
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor .editor-free h5 {
    font-size: 3.75vw;
    margin: 10vw 0 5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free h5 {
    font-size: min(1.2857142857vw, 18px);
    margin: min(2.8571428571vw, 40px) 0 min(1.4285714286vw, 20px);
  }
}
.editor .editor-free h6 {
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor .editor-free h6 {
    font-size: 3.5vw;
    margin: 10vw 0 5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free h6 {
    font-size: min(1.1428571429vw, 16px);
    margin: min(2.8571428571vw, 40px) 0 min(1.4285714286vw, 20px);
  }
}
.editor .editor-free p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .editor .editor-free p {
    font-size: 3.5vw;
    margin: 0 0 5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free p {
    font-size: min(1.1428571429vw, 16px);
    margin: 0 0 min(1.4285714286vw, 20px);
  }
}
.editor .editor-free p a {
  display: inline-block;
  margin: 0;
}
.editor .editor-free a {
  line-height: 1.6;
  text-decoration: underline;
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .editor .editor-free a {
    margin-bottom: 5vw;
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free a {
    margin-bottom: min(1.4285714286vw, 20px);
    font-size: min(1.1428571429vw, 16px);
  }
}
@media (min-width: 1400px) {
  .editor .editor-free a:hover {
    text-decoration: none;
    color: #8a3638;
  }
}
@media (max-width: 767px) {
  .editor .editor-free ul {
    margin-bottom: 7.5vw;
    padding-left: 5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ul {
    margin-bottom: min(2.1428571429vw, 30px);
    padding-left: min(1.4285714286vw, 20px);
  }
}
.editor .editor-free ul li {
  list-style: disc;
}
@media (max-width: 767px) {
  .editor .editor-free ul li {
    line-height: 1.6;
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ul li {
    line-height: 1.4;
    font-size: min(1.1428571429vw, 16px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free ul li:not(:last-of-type) {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ul li:not(:last-of-type) {
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free ul li ul {
    padding-top: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ul li ul {
    padding-top: min(0.3571428571vw, 5px);
    margin-bottom: min(0.3571428571vw, 5px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free ul li ol {
    padding-top: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ul li ol {
    padding-top: min(0.3571428571vw, 5px);
    margin-bottom: 0.625vw;
  }
}
@media (max-width: 767px) {
  .editor .editor-free ol {
    margin-bottom: 7.5vw;
    padding-left: 5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ol {
    margin-bottom: min(2.1428571429vw, 30px);
    padding-left: min(1.4285714286vw, 20px);
  }
}
.editor .editor-free ol li {
  list-style: decimal;
}
@media (max-width: 767px) {
  .editor .editor-free ol li {
    line-height: 1.6;
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ol li {
    line-height: 1.4;
    font-size: min(1.1428571429vw, 16px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free ol li:not(:last-of-type) {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ol li:not(:last-of-type) {
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free ol li ul {
    padding-top: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ol li ul {
    padding-top: min(0.3571428571vw, 5px);
    margin-bottom: 0.625vw;
  }
}
@media (max-width: 767px) {
  .editor .editor-free ol li ol {
    padding-top: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free ol li ol {
    padding-top: min(0.3571428571vw, 5px);
    margin-bottom: 0.625vw;
  }
}
@media (max-width: 767px) {
  .editor .editor-free .wp-block-image {
    margin-bottom: 7.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free .wp-block-image {
    margin-bottom: min(2.1428571429vw, 30px);
  }
}
.editor .editor-free .wp-block-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .editor .editor-free .wp-block-gallery {
    margin-bottom: 7.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free .wp-block-gallery {
    margin-bottom: min(2.1428571429vw, 30px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free table {
    margin-bottom: 7.5vw;
    overflow-x: scroll;
    width: auto;
  }
}
@media (min-width: 768px) {
  .editor .editor-free table {
    margin-bottom: min(1.4285714286vw, 20px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free table thead {
    border-bottom-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free table thead {
    border-bottom-width: min(0.0714285714vw, 1px);
  }
}
.editor .editor-free table thead tr th {
  background-color: #8B4342;
  color: #fff;
  border-color: #E8E8E8;
}
@media (max-width: 767px) {
  .editor .editor-free table thead tr th {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free table thead tr th {
    font-size: min(1.1428571429vw, 16px);
  }
}
.editor .editor-free table tbody tr td {
  border-color: #E8E8E8;
}
@media (max-width: 767px) {
  .editor .editor-free table tbody tr td {
    white-space: nowrap !important;
    font-size: 3.5vw;
    border-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free table tbody tr td {
    font-size: min(1.1428571429vw, 16px);
    border-width: min(0.0714285714vw, 1px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free table tfoot {
    border-top-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free table tfoot {
    border-top-width: min(0.0714285714vw, 1px);
  }
}
.editor .editor-free table tfoot tr td {
  border-color: #E8E8E8;
}
@media (max-width: 767px) {
  .editor .editor-free table tfoot tr td {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .editor .editor-free table tfoot tr td {
    font-size: min(1.1428571429vw, 16px);
  }
}
@media (max-width: 767px) {
  .editor .editor-free .is-layout-flex figure {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .editor .editor-free .is-layout-flex p {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .editor .editor-free .is-layout-flow figure {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .editor .editor-free .is-layout-flow p {
    margin: 0;
  }
}/*# sourceMappingURL=news.css.map */