.mv_area {
  position: relative;
  margin-bottom: 20px;
}
.mv_area .img {
  width: 100%;
  padding-top: 25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.mv_area .img::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}
.mv_area .ttl {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mv_area .ttl span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.main_content {
  margin-bottom: 60px;
}

.pankuz {
  overflow: hidden;
  margin-bottom: 30px;
}
.pankuz .pankuz__wrap {
  overflow-x: auto;
}
.pankuz .pankuz__wrap .breadcrumbs {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
}

#detail h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 4px double #333;
  margin-bottom: 25px;
}
#detail h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 4px double #333;
  margin-bottom: 25px;
}
#detail p {
  font-size: 16px;
  line-height: 2.3;
}
#detail a {
  color: #2271b1;
  text-decoration: underline;
  font-size: 16px;
  line-height: 2.3;
}
#detail a:hover {
  text-decoration: none;
}
#detail iframe {
  width: 100%;
  height: 350px;
}
#detail .is-layout-flex {
  margin-bottom: 40px;
  display: block;
}
#detail .is-layout-flex .wp-block-column {
  box-sizing: border-box;
  padding: 1%;
}
#detail .wp-block-group {
  margin-bottom: 40px;
}
#detail .wp-block-buttons {
  display: flex;
  gap: initial;
  margin-bottom: 30px;
}
#detail .wp-block-buttons .wp-block-button {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}
#detail .wp-block-buttons .wp-block-button:nth-child(2n) {
  margin-right: 0;
}
#detail .wp-block-buttons .wp-block-button a {
  text-decoration: none;
}
#detail ul, #detail ol {
  list-style: initial;
  padding: initial;
  margin: initial;
  list-style-type: initial;
  margin-bottom: 1%;
  padding-left: 40px;
}
#detail ul li, #detail ol li {
  list-style: initial;
  padding: initial;
  margin: initial;
  list-style-type: initial;
  margin-bottom: 1%;
  line-height: 150%;
}
#detail ol {
  list-style: decimal;
  list-style-type: decimal;
}
#detail ol li {
  list-style: decimal;
  padding: initial;
  margin: initial;
  list-style-type: decimal;
  margin-bottom: 1%;
}

.article__ttl {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}

/*news*/
#news .links {
  margin-bottom: 40px;
}
#news .links li {
  margin-bottom: 30px;
}
#news .links li:last-child {
  margin-bottom: 0;
}
#news .links li a {
  display: block;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
#news .links li a:hover {
  transform: translateY(-3px);
}
#news .links li a .img_area {
  position: relative;
  margin-bottom: 10px;
}
#news .links li a .img_area .cat {
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
#news .links li a .img_area .img {
  width: 100%;
  padding-top: 65%;
  background-size: cover;
  background-position: center;
}
#news .links li a .day {
  font-size: 10px;
  margin-bottom: 15px;
}
#news .links li a .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
#news .links li a .txt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
#news .links li a .btn {
  text-align: center;
  font-size: 14px;
  border: 1px solid #333;
  padding: 10px 0;
  border-radius: 5px;
  margin: 0 5px 15px;
}
#news .posts__pagenation {
  text-align: center;
  font-size: 16px;
}
#news .posts__pagenation .page-numbers {
  display: inline-block;
  padding: 3px 6px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0 3px;
  border-radius: 5px;
}
#news .posts__pagenation .page-numbers.current {
  background-color: #707070;
  border: 1px solid #707070;
  color: #fff;
}

form label {
  display: block;
  margin-bottom: 10px;
}

input, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 1px 0;
  padding: 10px;
  width: 100%;
}

input[type=submit] {
  width: auto;
  padding: 10px 5%;
}

@media screen and (min-width: 1024px) {
  .mv_area .img {
    padding-top: 12%;
  }
  .mv_area .ttl {
    padding: 0;
    max-width: 1300px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mv_area .ttl span {
    font-size: 30px;
  }
  .main_content {
    margin-bottom: 80px;
  }
  #detail iframe {
    height: 600px;
  }
  #detail .wp-block-group {
    margin-bottom: 60px;
  }
  #detail .is-layout-flex {
    display: flex;
    margin-bottom: 40px;
    gap: initial;
  }
  #detail .is-layout-flex .wp-block-column {
    flex-basis: initial;
    flex-grow: initial;
  }
  #detail .wp-block-buttons .wp-block-button {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #detail .wp-block-buttons .wp-block-button:nth-child(2n) {
    margin-right: 20px;
  }
  #detail .wp-block-buttons .wp-block-button:nth-child(4n) {
    margin-right: 0;
  }
  /*news*/
  #news .links {
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #news .links li {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 60px;
  }
  #news .links li:nth-child(3n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=page.css.map */