.under_page .cms-contents,
.under_page .news_container {
  padding-top: 88px;
}

@media print, screen and (min-width: 768px) {
  .under_page .cms-contents,
  .under_page .news_container {
    padding-top: 80px;
  }
}

.under_page .under_h1 {
  padding-top: 60px;
}

@media print, screen and (min-width: 920px) {
  .under_page .under_h1 {
    padding-top: 90px;
  }
}

.under_page h1 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  color: #484145;
  padding: 10px 10px 9px 20px;
  margin-bottom: 20px;
  line-height: 1.35;
  background-color: #e4ef8f;
}

@media print, screen and (min-width: 920px) {
  .under_page h1 {
    font-size: 2.7rem;
    margin-bottom: 40px;
    padding: 16px 10px 15px 24px;
  }
}

.under_page h1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: #89c127;
}

.no_links {
  pointer-events: none !important;
}

.bg_gray {
  background-color: #fcfaf7;
}

.bg_gray:before, .bg_gray:after {
  content: "";
  display: table;
}

.page_breadcrumb_wrap {
  padding-top: 60px;
}

@media print, screen and (min-width: 920px) {
  .page_breadcrumb_wrap {
    padding-top: 35px;
  }
}

.page_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}

.page_breadcrumb_list li {
  margin-right: 10px;
}

.page_breadcrumb_list li:after {
  content: "\e90e";
  font-size: 1rem;
  line-height: 1.4;
  font-family: "icomoon";
  margin-left: 10px;
}

.page_breadcrumb_list li:last-of-type {
  margin-right: 0;
}

.page_breadcrumb_list li:last-of-type:after {
  content: none;
  margin-left: 0;
}

.page_breadcrumb_list li > a {
  text-decoration: none;
  color: #9a9a9a;
  font-size: 1.4rem;
}

.page_breadcrumb_list li > a:hover {
  text-decoration: underline;
}

.page_breadcrumb_list li > span {
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 700;
}

.article_flex_body {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .article_flex_body {
    width: calc(100% - 300px);
    flex-shrink: 0;
  }
}

.article_flex_body__bg {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-bottom: 100px;
}

@media print, screen and (min-width: 768px) {
  .article_flex_body__bg {
    padding-bottom: 200px;
  }
}

.article_flex_nav {
  width: 100%;
  z-index: 10;
}

@media print, screen and (min-width: 1024px) {
  .article_flex_nav {
    position: relative;
    top: auto;
    left: auto;
  }
}

.article_flex_nav.js_side_fix {
  position: fixed;
  top: 48px;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .article_flex_nav.js_side_fix {
    top: 96px;
  }
}

@media print, screen and (min-width: 1024px) {
  .article_flex_nav.js_side_fix {
    position: relative;
    top: auto;
    left: auto;
  }
}

.article_flex_nav.js_side_fix .article_flex_nav__inner {
  padding: 0;
}

@media print, screen and (min-width: 1024px) {
  .article_flex_nav.js_side_fix .article_flex_nav__inner {
    padding-left: 40px;
  }
}

.article_flex_nav__inner {
  padding: 50px 0;
}

@media print, screen and (min-width: 1024px) {
  .article_flex_nav__inner {
    padding: 0;
    width: 300px;
    padding: 0;
    padding-left: 40px;
  }
}

.article_flex_nav__inner.is_fixed {
  position: fixed;
  top: 117px;
  width: 300px;
}

.article_flex_nav__inner.is_absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.news_head_area {
  width: 100%;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 920px) {
  .news_head_area {
    width: 100%;
    margin-bottom: 60px;
  }
}

.news_head_title {
  display: inline-flex;
  align-items: center;
  background-color: #622f85;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "noto serif jp", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

@media print, screen and (min-width: 920px) {
  .news_head_title {
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}

.news_head_title:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 2.3rem;
  margin-right: 4px;
}

@media print, screen and (min-width: 920px) {
  .news_head_title:before {
    margin-right: 6px;
  }
}

.news_head_list li {
  font-size: 1.4rem;
  font-weight: 700;
  list-style: none;
  border-bottom: 1px solid #d7d7e0;
}

.news_head_list li:before {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .news_head_list li {
    font-size: 1.6rem;
  }
}

.news_head_list li a {
  display: block;
  text-decoration: none;
  color: #434343;
  padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
  .news_head_list li a {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .news_head_list li a:hover {
    background: #f7f7f7;
  }
}

.news_head_list li .date {
  display: block;
  margin-right: 20px;
  font-size: 1.3rem;
}

.news_head_list li .title {
  display: block;
}

.archive_category_search {
  padding: 20px 15px;
  margin-bottom: 20px;
  background-color: #fcfaf7;
}

@media print, screen and (min-width: 768px) {
  .archive_category_search {
    display: flex;
    padding: 30px 45px;
    margin-bottom: 40px;
  }
}

.archive_category_news,
.archive_category_keyword {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .archive_category_news,
  .archive_category_keyword {
    width: 50%;
  }
}

.archive_category_news .name,
.archive_category_keyword .name {
  font-family: "noto serif jp", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #262224;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .archive_category_news .name,
  .archive_category_keyword .name {
    font-size: 1.6rem;
  }
}

.archive_category_news {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .archive_category_news {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .archive_category_keyword {
    margin-left: 10px;
  }
}

.nav_title {
  color: #5a5a5a;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1024px) {
  .nav_title {
    margin-bottom: 30px;
  }
}

.nav_title .main {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1;
  margin-right: 5px;
}

@media print, screen and (min-width: 1024px) {
  .nav_title .main {
    display: block;
    margin-right: 0;
  }
}

.nav_title .sub {
  font-family: "noto serif jp", serif;
  font-size: 1.2rem;
  line-height: 1;
}

.nav_category {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1024px) {
  .nav_category {
    margin-bottom: 90px;
  }
}

.nav_category .nav_category_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -15px;
}

@media print, screen and (min-width: 1024px) {
  .nav_category .nav_category_list {
    display: inline-block;
    margin: 0;
  }
}

.nav_category .nav_category_list li {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .nav_category .nav_category_list li {
    width: 33.3%;
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 1024px) {
  .nav_category .nav_category_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.nav_category .nav_category_list li.current a {
  color: #222222;
  padding-left: 12px;
}

@media print, screen and (min-width: 920px) {
  .nav_category .nav_category_list li.current a {
    padding-left: 15px;
  }
}

.nav_category .nav_category_list li.current a:before {
  opacity: 1;
}

.nav_category .nav_category_list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #5a5a5a;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Serif JP";
  font-weight: 700;
}

.nav_category .nav_category_list li a:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #895f97;
  border-radius: 30px;
  margin-right: 3px;
  transition: 0.3s ease;
  opacity: 0;
}

@media print, screen and (min-width: 920px) {
  .nav_category .nav_category_list li a:before {
    width: 7px;
    height: 7px;
  }
}

.nav_category .nav_category_list li a:hover {
  color: #222222;
  padding-left: 12px;
}

@media print, screen and (min-width: 920px) {
  .nav_category .nav_category_list li a:hover {
    padding-left: 15px;
  }
}

.nav_category .nav_category_list li a:hover:before {
  opacity: 1;
}

.nav_keyword {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1024px) {
  .nav_keyword {
    margin-bottom: 60px;
  }
}

.nav_keyword .nav_keyword_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -10px;
  transition: all 0.3s ease;
}

.nav_keyword .nav_keyword_list li {
  padding-right: 8px;
  padding-bottom: 10px;
}

.nav_keyword .nav_keyword_list a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 8px;
  font-size: 1.3rem;
  line-height: 1;
  color: #555;
  background-color: #fff;
  border: 1px solid #d7d7e0;
}

.nav_keyword .nav_keyword_list a:before {
  content: "#";
  margin-right: -2px;
}

.nav_keyword .nav_keyword_list a:hover {
  background: #5a5a5a;
  color: #fff;
  border-color: #5a5a5a;
}

.nav_info {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .nav_info {
    margin-bottom: 90px;
  }
}

.nav_info .info_bnr + .info_bnr {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .nav_info .info_bnr .btn_base {
    padding: 18px 40px 18px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .nav_info .info_bnr .btn_base:after {
    right: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .nav_info .info_bnr .btn_base:hover:after {
    right: 10px;
  }
}

.news_head {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .news_head {
    margin-bottom: 60px;
  }
}

.news_head h1 {
  background-color: #622f85;
  font-family: "noto serif jp", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding: 7px 10px 10px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .news_head h1 {
    font-size: 3.8rem;
    padding: 9px 20px 11px;
  }
}

.news_head.news_single_head h1 {
  margin-bottom: 0;
}

.news_list_item .info .date {
  color: #222222;
}

.news_list_item .info .category {
  background-color: #222222 !important;
}

.news_list_item {
  border-bottom-color: #222222;
}

.nav_pagination .count li.dot {
  color: #222222;
}

.nav_pagination .page_back a {
  border: 1px solid #222222;
  background-color: #622f85;
  color: #222222;
}

.nav_pagination .page_back a:hover {
  background-color: #622f85;
  color: #222222;
}

.news_single_title .info .date {
  color: #222222;
}

.news_single_title .info .category {
  background-color: #222222;
}

.news_list_item {
  border-bottom: 1px solid #d7d7e0;
}

.news_list_item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #222222;
  padding: 15px 0;
}

@media print, screen and (min-width: 768px) {
  .news_list_item a {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .news_list_item a:hover {
    background: #fcfaf7;
  }
}

.news_list_item .info {
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s ease;
  column-gap: 10px;
}

.news_list_item .info .date {
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}

@media print, screen and (min-width: 920px) {
  .news_list_item .info .date {
    font-size: 1.3rem;
  }
}

.news_list_item .info .category {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 1.1rem;
  padding: 2px 8px 3px 8px;
  margin-bottom: 3px;
}

@media print, screen and (min-width: 920px) {
  .news_list_item .info .category {
    font-size: 1.2rem;
    padding: 2px 8px 3px 8px;
  }
}

.news_list_item .info .title {
  width: 100%;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: normal;
}

@media print, screen and (min-width: 920px) {
  .news_list_item .info .title {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 920px) {
  .news_list_item.column4 {
    width: 25%;
  }
}

.news_content_wrap {
  padding-top: 88px;
}

@media print, screen and (min-width: 768px) {
  .news_content_wrap {
    padding-top: 80px;
  }
}

.nav_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .nav_pagination {
    margin-top: 90px;
  }
}

.nav_pagination .prev a,
.nav_pagination .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfaf7;
  border: 1px solid #fcfaf7;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  color: #222222;
}

.nav_pagination .prev {
  margin-right: 20px;
}

.nav_pagination .prev a:after {
  content: "\e90e";
  font-family: "icomoon";
  transform: translate(-2px) rotate(180deg);
  color: #a58d70;
}

.nav_pagination .prev a:hover {
  background: #fff;
}

.nav_pagination .next {
  margin-left: 20px;
}

.nav_pagination .next a:after {
  content: "\e90e";
  font-family: "icomoon";
  transform: translate(2px);
  color: #a58d70;
}

.nav_pagination .next a:hover {
  background: #fff;
}

.nav_pagination .count {
  display: flex;
  align-items: center;
}

.nav_pagination .count a {
  display: block;
  text-decoration: none;
  width: 42px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "noso serif jp", serif;
  padding: 12px;
  border: 1px solid #d7d7e0;
}

.nav_pagination .count a:hover {
  opacity: 0.6;
}

.nav_pagination .count li {
  margin-right: 10px;
  height: 100%;
  text-align: center;
}

.nav_pagination .count li:last-of-type {
  margin-right: 0;
}

.nav_pagination .count li.current a {
  background-color: #a58d70;
  color: #fff;
  border: 1px solid #a58d70;
}

.nav_pagination .count li.dot {
  color: #222222;
  border: none;
  padding: 15px 0;
  min-width: auto;
}

.nav_pagination .page_back {
  display: block;
  padding: 0 50px;
}

.nav_pagination .page_back a {
  display: block;
  text-decoration: none;
  color: #222222;
  width: 108px;
  text-align: center;
  border: 1px solid #d7d7e0;
  padding: 8px 10px;
  font-family: "noso serif jp", serif;
}

@media print, screen and (min-width: 920px) {
  .nav_pagination .page_back a:hover {
    background: #fcfaf7;
  }
}

.nav_pagination.single_pagination {
  margin-top: 60px;
}

@media print, screen and (min-width: 920px) {
  .nav_pagination.single_pagination {
    margin-top: 100px;
  }
}

.news_single_title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9a9a9a;
}

@media print, screen and (min-width: 768px) {
  .news_single_title {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}

.news_single_title .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .news_single_title .info {
    column-gap: 22px;
  }
}

.news_single_title .info .date {
  display: flex;
  align-items: center;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

@media print, screen and (min-width: 920px) {
  .news_single_title .info .date {
    font-size: 1.6rem;
  }
}

.news_single_title .info .category {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #895f97;
  color: #895f97;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 8px 2px 8px;
}

@media print, screen and (min-width: 920px) {
  .news_single_title .info .category {
    font-size: 1.6rem;
    padding: 2px 8px 2px 8px;
  }
}

.news_single_title .info .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.news_single_title .info .tags .tag {
  padding: 0 6px;
  font-size: 1.3rem;
  color: #5a5a5a;
}

@media print, screen and (min-width: 920px) {
  .news_single_title .info .tags .tag {
    font-size: 1.5rem;
  }
}

.news_single_title .title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "noto serif jp", serif;
}

@media print, screen and (min-width: 920px) {
  .news_single_title .title {
    margin-top: 15px;
    font-size: 2.8rem;
  }
}
