@charset "UTF-8";
.topics_list #topics_header img {
  width: 100%;
  height: auto;
}
.topics_list .current-archive-info {
  margin-top: 20px;
}
.topics_list .current-archive-info h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Noto Serif JP", serif, "icons";
}
.topics_list #category-section {
  margin: 30px 0;
}
.topics_list #category-section .category-section-inner {
  padding: 25px 30px;
  display: flex;
  gap: 30px;
  justify-content: center;
  background: #89c454;
}
.topics_list #category-section .category-section-inner select {
  width: 100%;
  padding: 8px 15px 10px;
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 40px;
  border-radius: 3px;
}
.topics_list .article-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .topics_list .article-list-wrapper {
    gap: 20px;
  }
}
.topics_list .article-list-wrapper .article-item {
  width: calc((100% - 90px) / 4);
  position: relative;
  background-color: white;
}
@media (max-width: 768px) {
  .topics_list .article-list-wrapper .article-item {
    width: calc((100% - 20px) / 2);
  }
}
.topics_list .article-list-wrapper .article-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.topics_list .article-list-wrapper .article-item:hover .article-content h4.entry-title a {
  color: #4db889;
}
.topics_list .article-list-wrapper .article-item:hover .article-thumbnail img {
  transform: scale(1.2);
}
.topics_list .article-list-wrapper .article-item .article-category {
  padding: 5px 1em;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  background: #8e7a0d;
  min-width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.topics_list .article-list-wrapper .article-item .article-category a {
  color: #fff;
}
.topics_list .article-list-wrapper .article-item .article-thumbnail {
  background-color: #efefef;
  height: 180px;
  overflow: hidden;
}
.topics_list .article-list-wrapper .article-item .article-thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.topics_list .article-list-wrapper .article-item .article-content {
  padding: 15px;
}
.topics_list .article-list-wrapper .article-item .article-content time {
  margin-top: 10px;
  font-size: 11px;
}
.topics_list .pagination {
  margin: 100px 0;
  text-align: center;
}
.topics_list .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topics_list .pagination .nav-links:first-child {
  border-left: 1px solid #ccc;
}
.topics_list .pagination .nav-links a,
.topics_list .pagination .nav-links .current {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: white;
}
.topics_list .pagination .nav-links .current {
  background-color: #2e8e64;
  color: white;
}
.topics_list .pagination .nav-links a:hover {
  background-color: #ecf9f3;
  color: #4db889;
}

.single_topics_box .single-header {
  margin-bottom: 80px;
  text-align: center;
}
.single_topics_box .single-header .single-header-inner {
  margin: 0 auto;
  display: inline-block;
}
.single_topics_box .single-header .meta {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  align-items: center;
  margin-bottom: 15px;
}
.single_topics_box .single-header .category-box {
  text-align: center;
}
.single_topics_box .single-header .category-box a {
  margin: auto;
  padding: 8px 25px;
  font-size: 14px;
  line-height: 1.1;
  border-radius: 50px;
  background: #8e7a0d;
  color: #ffffff;
}
.single_topics_box .single-header h1.single-post-title {
  font-size: 35px;
  font-family: "Noto Serif JP", serif, "icons";
  line-height: 1.5;
}
.single_topics_box .single-header h1.single-post-title span {
  margin: auto;
  text-align: left;
  display: inline-block;
}
.single_topics_box .single-header .post-date {
  text-align: center;
  font-size: 14px;
  color: #9da8a2;
  display: block;
}
.single_topics_box .single-content h2 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  margin-bottom: 3.9682%;
  padding: 1.5874% 2.381%;
  width: 100%;
  font-family: "Noto Serif JP", "NotoSans-R", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  background-color: #ffc100;
  border-radius: 5px;
}
.single_topics_box .single-content h2::after {
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: -22.8px;
  border: 12px solid transparent;
  border-top-color: #ffc100;
}
.single_topics_box .single-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0 15px 10px 34px;
  width: 100%;
  font-family: "Noto Serif JP", "NotoSans-R", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24.286px;
  text-align: left;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #dbcdb9;
}
.single_topics_box .single-content h3:after {
  width: 24px;
  padding-top: 24px;
  content: "";
  height: 0;
  display: block;
  background: url(../img/common/icon-flower.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.single_topics_box .single-content h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0 0 10px;
  width: 100%;
  font-family: "Noto Serif JP", "NotoSans-R", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 21.8574px;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid #dbcdb9;
}
.single_topics_box .single-content img {
  padding: 20px 20px;
}

.go_list {
  margin: 50px auto 100px;
  text-align: center;
}
.go_list a {
  padding: 15px 80px;
  text-align: center;
  min-width: 200px;
  color: #fff !important;
  background: #9da8a2;
  border-radius: 20px;
  font-size: 14px;
}
.go_list .btn-box {
  position: relative;
  width: 100%;
}
.go_list .btn-box::after {
  height: 1px;
  width: 100%;
  content: "";
  background-color: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.index_content #tsuyomi_list {
  display: flex;
  gap: 20px;
  width: 730px;
}
@media screen and (max-width: 639px) {
  .index_content #tsuyomi_list {
    flex-wrap: nowrap;
    gap: 15px;
    width: 100%;
  }
}
.index_content #tsuyomi_list li {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
@media screen and (max-width: 639px) {
  .index_content #tsuyomi_list li {
    width: 100% !important;
  }
}

.life_parther_box {
  border: 1px solid #4ac600;
  border-radius: 10px;
  margin: 25px auto;
  padding: 0;
  width: 95%;
  float: none;
}
.life_parther_box h2 {
  padding: 15px 0 15px 53px;
  margin-bottom: 15px;
}
.life_parther_box h2:before {
  left: 8px;
}
.life_parther_box p {
  margin: 0;
}
.life_parther_box .life_parther_inner {
  margin: 0 15px 15px;
}
.life_parther_box .row {
  display: flex;
  gap: 15px;
}
.life_parther_box .pic {
  width: 100px;
  height: auto;
}
.life_parther_box .txt {
  flex: 1;
}
.life_parther_box .btn-box {
  text-align: center;
}
.life_parther_box .btn-box a {
  background-color: #1a614a;
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.life_parther_box .btn-box a img {
  width: 18px;
  vertical-align: text-bottom;
}

.green_box_inner {
  padding: 15px;
}
.green_box_inner p {
  margin-top: 10px;
}
.green_box_inner ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 639px) {
  .green_box_inner ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.green_box_inner ul li a {
  width: 200px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #1a614a;
  display: block;
}
@media screen and (max-width: 639px) {
  .green_box_inner ul li a {
    width: auto;
    padding: 5px 10px;
  }
}

.btn-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.btn-box ul li a {
  text-align: center;
  display: block;
}

.news_back .container {
  margin-top: 30px;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .news_back .container {
    padding: 15px;
  }
}
.news_back .news_header {
  text-align: center;
  font-family: "Noto Serif JP", serif, "icons";
}
.news_back .news_header h3 {
  font-size: 35px;
  font-weight: bold;
}
.news_back .news_header span {
  font-size: 16px;
}
.news_back .news_list {
  margin: 30px 0;
}
.news_back .news_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
.news_back .news_list ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
@media screen and (max-width: 639px) {
  .news_back .news_list ul li {
    flex-wrap: wrap;
  }
}
.news_back .news_list .new_cat {
  width: 10em;
  text-align: center;
  margin: 0;
  padding: 5px;
  background-color: #8e7a0d;
  color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 639px) {
  .news_back .news_list .news_title {
    width: 100%;
  }
}
.news_back .btn-box {
  text-align: center;
}
.news_back .btn-box a {
  border-radius: 20px;
  padding: 5px 15px;
  background-color: #9da8a2;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.flow_area.index-part {
  background: url(../img/pc/index/news_back.jpg);
}

.wpcf7 {
  margin: 30px 100px;
}
.wpcf7 dl {
  display: flex;
  margin-bottom: 15px;
}
.wpcf7 dl dt {
  width: 11em;
  color: #59c000;
  margin: 8px 0;
}
.wpcf7 dl dt.required:before {
  content: "※";
  color: red;
}
.wpcf7 dl dt p {
  display: inline-block;
}
.wpcf7 dl dd {
  flex: 1;
}
.wpcf7 dl dd p {
  margin: 8px 0;
}
.wpcf7 dl .form-control {
  padding: 8px 12px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
}
.wpcf7 select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wpcf7 .wpcf7-list-item {
  margin: 8px 8px 8px 1.2em;
}
.wpcf7 .wpcf7-list-item.first {
  margin-left: 0 !important;
}
.wpcf7 .btn-box {
  text-align: center;
  margin-top: 30px;
}
.wpcf7 .btn-box .btn {
  background-color: #1a614a;
  color: white;
  padding: 8px 30px;
  border-radius: 5px;
}
.wpcf7 .btn-box .btn + .btn {
  margin-left: 1em;
}/*# sourceMappingURL=rn2025.css.map */