@charset "UTF-8";
/* ===================================
共通
=================================== */
.column_page_ttl .ttl_h1{
  max-width: 254px;
}
.column_archive_ttl{
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.column_archive_ttl::before{
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #DFA3A3;
}
@media screen and (max-width: 769px){
  .column_archive_ttl{
    font-size: 22px;
  }
  .column_archive_ttl::before{
    margin-top: 17px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 451px){
  .column_archive_ttl{
    font-size: 20px;
  }
  .column_archive_ttl::before{
    margin-top: 15px;
    width: 8px;
    height: 8px;
  }
}

.column_cont_wrap{
  justify-content: space-between;
  gap: 20px;
}
.column_cont_wrap .column_cont_left{
  max-width: 780px;
}
.column_cont_wrap .column_cont_right{
  flex-shrink: 0;
  max-width: 260px;
}

.column_cont_right .c-sticky{
  position: sticky;
  top: 100px;
  padding-bottom: 40px;
}
.column_cont_right .cat_box_ttl{
  font-family: Cabin;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 769px){
  .column_cont_wrap .column_cont_right{
    max-width: 100%;
  }
  .column_cont_right .c-sticky{
    margin: 80px 0 40px;
  }
}

.column_cont_right .cat_list{
  margin-top: 17px;
  padding-left: 8px;
}
.column_cont_right .cat_list li{
  margin-bottom: 11px;
}
.column_cont_right .cat_list li a{
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}
.column_cont_right .cat_list li a::before{
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #DFA3A3;
}

.column_cont_right .keyword_box{
  margin-top: 58px;
}
.column_cont_right .keyword_list{
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}
.column_cont_right .keyword_list li a{
  display: block;
  padding: 7px 16px;
  border: 1px solid #C9C7C7;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  transition: .3s;
}
.column_cont_right .keyword_list li a::before{
  content: "#";
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  opacity: .3;
  transition: .3s;
}
.column_cont_right .keyword_list li a:hover{
  opacity: .6;
}

@media screen and (max-width: 768px) {
}
/* ===================================
アーカイブ・タクソノミーページ
=================================== */
.c-col_wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 70px auto 0;
  padding: 0 20px;
}
.c-post_wrap{
  width: 71%;
}
.c-side_cat{
  width: 18.3%;
}

.column_post_list{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  border-bottom: 1px solid #C9C7C7;
  padding-bottom: 98px;
}
.column_post_list > li{
  width: calc((100% / 3) - 20px);
}
.column_post_list > li a{
  display: block;
}
@media screen and (max-width: 1025px){
  .column_post_list{
    gap: 30px 20px;
  }
  .column_post_list > li{
    width: calc((100% / 2) - 10px);
  }
}
@media screen and (max-width: 451px){
  .column_post_list{
    gap: 50px;
  }
  .column_post_list > li{
    width: 100%;
  }
}

.column_post_item .column_img{
  background-color: #E9E5E3;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.column_post_item .column_img img{
  object-fit: cover;
  width: 100%;
}

.column_post_item .cp_txt_wrap{
  margin-top: 17px;
}
.column_post_item .cp_txt_wrap .cp_cat_list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.column_post_item .cp_txt_wrap .cp_cat_list li{
  color: #DFA3A3;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}
.column_post_item .cp_txt_wrap .cp_ttl{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}


/* ページャー */
.pager {
  margin: 43px 0 87px;
}
.archive-pager {
  position: relative;
  padding: 15px 0 20px;
}
.page_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 10px;
}
.page_txt .page_span {
  font-size: 16px;
  padding: 0 4px;
  padding-left: 4px;
}
.page-numbers {
  display: none;
  pointer-events: none;
}
.page-numbers.prev {
  display: block;
  pointer-events: all;
  position: absolute;
  font-size: 14px;
  padding: 8px 40px 8px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-145%, -50%);
  border-radius: 50px;
  background-color: #F4F1EF;
  background-image: url(../img/yaji_l.svg);
  background-repeat: no-repeat;
  background-position: 37px 50%;
  background-size: 6px;
}
.page-numbers.next {
  display: block;
  pointer-events: all;
  position: absolute;
  font-size: 14px;
  padding: 8px 50px 8px 40px;
  top: 50%;
  left: 50%;
  transform: translate(47%, -50%);
  border-radius: 50px;
  background-color: #F4F1EF;
  background-image: url(../img/yaji_r.svg);
  background-repeat: no-repeat;
  background-position: 82px 50%;
  background-size: 6px;
}


@media screen and (max-width: 768px) {
  .ttl_h1 {
    width: 110px;
  }
  .c-col_wrap{
    display: block;
    margin: 40px auto 0;
  }
  .c-post_wrap{
    width: 100%;
  }
  .c-side_cat{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* ページャー */
  .pager {
    margin: 30px 0 0;
  }
  .page-numbers.prev {
    padding: 6px 30px 6px 40px;
    transform: translate(0, -50%);
    background-position: 28px 50%;
    left: 0;
    right: auto;
    width: 110px;
  }
  .page-numbers.next {
    padding: 6px 40px 6px 30px;
    transform: translate(20%, -50%);
    background-position: 70px 50%;
    right: 20px;
    left: auto;
    width: 110px;
  }
  
  
}

/* ===================================
記事詳細ページ
=================================== */

.single_title_wrap{
  padding-bottom: 38px;
  border-bottom: 1px solid #484242;
}
.single_area{
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 70px auto 100px;
  padding: 0 20px;
}
.single_flex{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 20px;
}
.single_flex .day{
  font-size: 14px;
  margin-top: 0 !important;
}
.single_flex .cate{
  font-size: 14px;
  display: block;
  color: #DFA3A3;
  font-weight: 700;
}
.single_flex .column_single_cat_list{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.column_keyword_list{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  margin-top: 12px;
}
.column_keyword_list li{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}
.column_keyword_list li::before{
  content: "#";
  display: inline-block;
  opacity: .3;
}
.column_single_img{
  margin-top: 50px !important;
}
.column_single_img img{
  width: 100%;
}


.column_cont_left.single_column h1{
  font-size: 24px;
  font-weight: 700;
  margin-top: 26px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.column_cont_left.single_column h2{
  font-size: 20px;
  font-weight: 700;
  margin-top: 47px;
}
.column_cont_left.single_column h3{
  font-size: 18px;
  font-weight: 700;
  margin-top: 26px;
}
.column_cont_left.single_column h4{
  font-size: 16px;
  font-weight: 700;
  margin-top: 28px;
  position: relative;
  text-indent: 1em;
}
.column_cont_left.single_column h4::before{
  content: "";
  background-image: url(../img/dot.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.column_cont_left.single_column p{
  font-size: 14px;
  margin-top: 20px;
}
.column_cont_left.single_column p a{
  text-decoration: underline;
}
.single_content_wrap ul{
  margin-top: 20px;
  padding-left: 6px;
}
.single_content_wrap ul li + li{
  margin-top: 10px;
}

.wp-block-table td, .wp-block-table th {
  font-size: 14px;
  background-color: #F4F1EF;
  border: 1px solid #C9C7C7 !important;
  padding: 0.5em;
}
.wp-block-table td:nth-last-of-type(odd){
  background-color: #FDFBFA;
  width: 68%;
}
.wp-block-table table {
  width: 56% !important;
}
.wp-block-table {
  margin-top: 27px;
}
.wp-block-image img {
  margin-top: 30px;
}
strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #FDE1E1 60%);
}
.column_cont_left.single_column .single_content_wrap li{
  font-size: 14px;
  position: relative;
  margin-left: 2em;
}
.column_cont_left.single_column .single_content_wrap li::before{
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -1em;
  top: 0.7em;
  content: "";
  background: #DFA3A3;
  border-radius: 50%;
}
.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
  font-size: 12px;
  color: #C5BCB7;
}

/* 監修者 */
.column_single_profile_box p{
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
}
.column_single_profile_box{
  background-color: #F4F1EF;
  border-radius: 12px;
  padding: 40px;
  margin-top: 80px;
}
.column_single_profile_box + .column_single_profile_box{
  margin-top: 20px;
}
.column_single_profile_box .profile_box{
  display: flex;
  gap: 20px;
  align-items: center;
}
.profile_box .profile_img{
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}
.profile_txt_wrap .profile_ttl{
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.profile_txt_wrap .profile_name{
  margin-bottom: 9px;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1;
}
.profile_txt_wrap .profile_name span{
  display: inline-block;
  margin-right: 17px;
  font-size: 16px;
}
.profile_txt_wrap .profile_name_sub{
  font-family: Cabin;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.column_single_profile_box .profile_description{
  margin-top: 30px !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 1025px) {
  .column_single_profile_box{
    padding: 30px;
  }
}
@media screen and (max-width: 769px) {
  .column_single_profile_box{
    padding: 20px;
  }
}
@media screen and (max-width: 451px) {
  .column_single_profile_box .profile_box{
    gap: 15px;
  }
  .profile_txt_wrap .profile_ttl{
    margin-bottom: 12px;
  }
  .profile_txt_wrap .profile_name span{
    display: block;
    margin-bottom: 5px;
    margin-right: 12px;
  }
  .column_single_profile_box .profile_description{
    margin-top: 20px !important;
  }
}


/* ページャー */
.single-pager {
  margin-top: 77px;
  border-top: 1px solid #C9C7C7;
  padding-top: 29px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.single-pager .prev{
  font-size: 14px;
  position: relative;
  display: inline-block;
  background-color: #F4F1EF;
  padding: 8px 40px 8px 55px;
  border-radius: 40px;
}
.single-pager .prev::before{
  content: "";
  background-image: url(../img/yaji_l.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  right: 51%;
  transform: translate(-16px,-47%);
  width: 6px;
  height: 10px;
}
.single-pager .next{
  font-size: 14px;
  position: relative;
  display: inline-block;
  background-color: #F4F1EF;
  padding: 8px 55px 8px 40px;
  border-radius: 40px;
}
.single-pager .next::before{
  content: "";
  background-image: url(../img/yaji_r.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 51%;
  transform: translate(16px,-47%);
  width: 6px;
  height: 10px;
}
.pager_item--all .all{
  position: relative;
  margin: 0 42px 0 43px;
  padding-left: 30px;
}
.pager_item--all .all::before{
  content: "";
  background-image: url(../img/icon_list.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-27%);
  width: 20px;
  height: 20px;
}
.prev_no{
  width: 90px;
}
.next_no{
  width: 90px;
}

@media screen and (max-width: 1240px) {
  .single_area{
    justify-content: center;
  }
  .column_cont_left.single_column{
    margin: 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
    margin-left: 20px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  
  .single_area{
    display: block;
    margin: 40px auto 40px;
  }
  .column_cont_left.single_column{
    width: 100%;
    margin: 0;
  }
  .wp-block-table table {
    width: 56% !important;
    min-width: 280px;
  }
  .column_cont_left.single_column h1{
    font-size: 20px;
    margin-top: 26px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .column_cont_left.single_column h2{
    font-size: 18px;
    margin-top: 47px;
  }
  .column_cont_left.single_column h3{
    font-size: 16px;
    margin-top: 26px;
  }
  .column_cont_left.single_column h4{
    font-size: 16px;
    margin-top: 28px;
    position: relative;
    text-indent: 1em;
  }
  .column_cont_left.single_column h4::before{
    content: "";
    background-image: url(../img/dot.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    transform: translateY(0);
    width: 10px;
    height: 10px;
  }
  .column_cont_left.single_column p{
    font-size: 14px;
    margin-top: 20px;
  }


    /* ページャー */
  .single-pager {
    margin-top: 40px;
    padding-top: 29px;
    justify-content: space-between;
  }
  .pager_item--all .all {
    font-size: 12px;
    margin: 0 10px 0 10px;
    padding-left: 25px;
  }
  .single-pager .prev {
    font-size: 12px;
    padding: 4px 15px 4px 30px;
  }
  .single-pager .next {
    font-size: 12px;
    padding: 4px 30px 4px 15px;
}
  }
@media screen and (max-width: 600px) {
}

