@charset "UTF-8";
/* ===================================
共通
=================================== */

@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%;
}

.c-textarea {
  font-size: 14px;
  padding-bottom: 1px;
  border-bottom: 1px solid #C9C7C7;
  padding-top: 15px;
  padding-bottom: 19px;
}
.c-item:first-of-type .c-textarea{
  padding-top: 0px;
}
.c-textarea_flex{
  display: flex;
  margin-bottom: 3px;
}
.c-textarea p.c-cat {
  display: block;
  margin-left: 20px;
  color: #DFA3A3;
  font-weight: 700;
}
.c-textarea .c-ttl{
  line-height: 1.5;
}
.c-sticky{
  top: 100px;
  position: sticky;
}
.current .all{
  font-size: 16px;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.tax .all{
  color: #C9C7C7;
}
.cate{
  margin-left: 7px;
}
.cate a{
  font-size: 14px;
  color: #C9C7C7;
}
.current_cat a{
  color: #484242;
}
.c-item a:hover{
  display: block;
}

/* ページャー */
.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_area{
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 70px auto 100px;
  padding: 0 20px;
}
.single_wrap{
  width: 71%;
}
.single_flex{
  display: flex;
}
.single_flex .day{
  font-size: 14px;
}
.single_flex .cate{
  font-size: 14px;
  display: block;
  margin-left: 20px;
  color: #DFA3A3;
  font-weight: 700;
}


.single_wrap h1{
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #C9C7C7;
  margin-top: 26px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.single_wrap h2{
  font-size: 20px;
  font-weight: 700;
  margin-top: 47px;
}
.single_wrap h3{
  font-size: 18px;
  font-weight: 700;
  margin-top: 26px;
}
.single_wrap h4{
  font-size: 16px;
  font-weight: 700;
  margin-top: 28px;
  position: relative;
  text-indent: 1em;
}
.single_wrap 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;
}
.single_wrap p{
  font-size: 14px;
  margin-top: 20px;
}

.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%);
}
.single_wrap li{
  font-size: 14px;
  position: relative;
  margin-left: 2em;
}
.single_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;
}


/* ページャー */
.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;
  }
  .single_wrap{
    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;
  }
  .single_wrap{
    width: 100%;
    margin: 0;
  }
  .wp-block-table table {
    width: 56% !important;
    min-width: 280px;
  }
  .single_wrap h1{
    font-size: 20px;
    margin-top: 26px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .single_wrap h2{
    font-size: 18px;
    margin-top: 47px;
  }
  .single_wrap h3{
    font-size: 16px;
    margin-top: 26px;
  }
  .single_wrap h4{
    font-size: 16px;
    margin-top: 28px;
    position: relative;
    text-indent: 1em;
  }
  .single_wrap 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;
  }
  .single_wrap 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) {
}

