@charset "UTF-8";
/*===============================================
 *	一覧・詳細共通部分
===============================================*/
.column {
  display: block;
}
.header {
  height: auto;
}
.breadcrumbs_box {
  width: 100%;
}
.page_ttl_area.basic .page_ttl {
  font-weight: bold;
}
.page_ttl_area.basic .tax_ttl {
  font-size: min(4.0vw, 52px);
}
.content {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.content-in {
  padding-bottom: 80px;
}
.sidebar {
  padding: 0;
  background: none;
}
.sidebar .widget {
  background: #fff;
}
.sidebar .widget a {
  color: var(--site-primary);
}
.sidebar h3 {
  font-size: 19px;
  text-align: center;
  margin: 0;
  border-top: 5px solid var(--site-primary);
  border-bottom: 1px solid #dde5e7;
  background: none;
}
.sidebar .column {
  flex-direction: row;
}
.sidebar .widget-entry-cards .a-wrap{
  padding: 15px 16px 15px;
  border-bottom: 1px solid #dde5e7;
  margin-bottom: 0;
}
.sidebar .widget-entry-cards .a-wrap:last-of-type {
  border-bottom: none;
}
.sidebar .widget-entry-card-content {
  margin-left: 0;
}
.sidebar .widget-entry-cards .card-thumb {
  width: 30.95%;
  margin-right: 10px;
}
.sidebar .widget-entry-cards .card-title {
  font-size: 14px;
}
.sidebar .column-category_list li {
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #dde5e7;
}
.sidebar .column-category_list li:last-child {
  border-bottom: none;
}
.sidebar .column-category_list li a {
  display: block;
  padding: 12px 20px;
  position: relative;
}
.sidebar .column-category_list li a::before {
  content: '';
  background: url(../img/common/icon_arrow_right_blue03.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
}
.sidebar .column-tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 12px 12px;
}
.sidebar .column-tag_list li {
  width: auto;
  display: inline-block;
}
.sidebar .column-tag_list li a {
  font-size: 14px;
  background: var(--site-basecolor);
  padding: 5px 8px;
}
.column_under_content .inner {
  max-width: 1300px;
}
.footer {
  margin-top: 0;
}

@media only screen and (max-width: 960px) {
  .content-in {
    padding-bottom: 0;
  }
  div.sidebar {
    width: 100%;
  }
  .sidebar .widget-entry-cards .card-thumb {
    width: 25%;
  }
  .sidebar .widget-entry-cards .card-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 568px) {
  div.sidebar {
    margin: 0;
    padding: 20px 5.3vw 10px;
  }
  .sidebar h3 {
    padding: 9px 0 12px;
  }
  .sidebar .column-category_list li a {
    font-size: 15px;
    padding: 8px 20px;
  }
  .content {
    margin: 0;
    padding: 0;
  }
  .page_ttl_area.basic .page_ttl span {
    margin: 10px 0 16px;
    transform: translateX(8px);
  }
  .page_ttl_area.basic .page_ttl {
    font-size: 33px;
  }
  .page_ttl_area.basic .tax_ttl {
    font-size: 30px;
  }
  .page_ttl_area.basic .tax_ttl .size_small {
    font-size: 25px;
  }
  .sidebar .widget-entry-cards .card-thumb {
    width: 30%;
  }
  .sidebar .widget-entry-cards .card-title {
    font-size: 15px;
  }
}
/*===============================================
 *	コラム一覧ページ
===============================================*/
.archive .main {
  padding: 40px 40px;
}
.page_intro_block {
  margin-bottom: 80px;
}
.page_intro_block .ttl_box {
  margin-top: 1.7%;
  padding-left: 10.8%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/common/price_illust01.png) no-repeat center bottom;
  background-size: contain;
  width: 218px;
  width: min(16vw, 218px);
  height: min(calc(16vw * 0.858), 187px);
  display: block;
}
.page_intro_block .txt_box p {
  font-size: 17px;
}
.card_list {
  width: auto;
  margin-top: 0;
}
.card_list li {
  position: relative;
}
.card_list li::before {
  content: "";
  background: url(../img/common/icon_sankaku_rightdown_blue.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
.card_list li a {
  display: block;
}
.card_list li a::after {
  z-index: 10;
}
.card_list li a:hover {
  color: var(--site-primary);
}
.card_list li a:hover img {
  opacity: 0.85;
}
.card_list .list_ttl {
  font-size: 18px;
  line-height: 1.75;
  padding: 0;
  display: block;
  width: 100%;
}
.card_list .list_content {
  position: relative;
}
.card_list .list_content .category_name {
  font-weight: bold;
  background: #b98a4a;
  padding: 6px 18px 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.card_list .list_content .txt {
  padding: 5% 6% 10%;
  width: 100%;
}
.card_list .list_content .date_time {
  font-size: 14px;
  margin-bottom: 8px;
}
.card_list .list_content .date_time::before {
  content: "";
  background: url(../img/common/icon_time.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 1px 8px 0 0;
}
.card_list .list_content .cat-link {
  font-size: 12px;
  padding: 2px 6px;
  margin: 0;
}
.card_list .list_content .cat-link:hover {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .card_list .list_content .category_name {
    font-size: 14px;
    padding: 3px 12px 5px;
  }
}
@media only screen and (max-width: 960px) {
  .page_intro_block {
    margin-bottom: 4vw;
  }
  .page_intro_block .txt_box p {
    font-size: 14px;
  }
  .card_list .list_content .category_name {
    font-size: 13px;
  }
  .card_list .list_content .date_time {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .card_list .list_content .date_time::before {
    width: 16px;
    height: 16px;
    margin: 2px 6px 0 0;
  }
  
}
@media only screen and (max-width: 568px) {
  .btn.cocoon-block-button__width-75 {
    width: 100%;
  }
  .archive .main {
    padding: 40px 5.3vw;
  }
  .page_intro_block {
    margin-bottom: 40px;
  }
  .page_intro_block .ttl_box {
    padding-left: 0;
    margin-top: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 125px;
    height: 107px;
    margin-left: 20px;
  }
  .sec_column-list.bg_sankaku_right::before {
    content: none;
  }
  .card_list .list_content .category_name {
    font-size: 16px;
    padding: 5px 12px 6px;
  }
  .card_list .list_content .date_time {
    margin-bottom: 8px;
  }
  .card_list .list_content .txt {
    padding: 5% 20px 8%;
  }
  .card_list .list_content .date_time {
    font-size: 14px;
  }
  .card_list .list_content .date_time::before {
    width: 20px;
    height: 20px;
  }
  .card_list .list_ttl {
    line-height: 1.5;
  }
  .pagination {
    margin-top: 25px;
  }
}

/*===============================================
 *	コラム詳細ページ
===============================================*/
.btn.cocoon-block-button__width-75::before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-weight: normal;
  margin-top: 3px;
}
/*
.cv_content .cv_box p {
  font-size: 28px;
} 
*/
.cv_content .cv_box::after {
  right: 0;
}
main.main {
  padding-top: 0;
}
.entry-content {
  margin-bottom: 1em;
}
.article .entry-title {
  font-size: min(2.6vw, 32px);
  line-height: 1.45;
  padding: 0.6em 1em 0.75em;
  background: var(--site-primary);
  color: #fff;
  /* margin: 0 -50px 0; */
}
.article_info_wrap {
  position: relative;
  margin: 20px 0 0;
}
.entry-categories-tags, .entry-categories-tags .entry-tags {
  margin-bottom: 0;
}
.cat-link {
  background: #b98a4a;
  font-size: 17px;
  font-weight: bold;
  padding: 7px 15px;
}
.article_info_wrap:has(.cat-link) .date-tags {
  position: absolute;
  right: 0;
  top: 10px;
}
.post-date {
  font-size: 0.9em;
  font-weight: bold;
  color: var(--site-primary);
  margin-right: 0;
}
.entry-tags a {
  color: var(--site-primary);
  font-size: 15px;
  font-weight: bold;
  margin-right: 2px;
}
.entry-tags .fa {
  margin-right: 3px;
}
.article p a {
  color: var(--site-primary);
  border-bottom: 1px solid var(--site-primary);
  padding-bottom: 3px;
}
.article .wp-block-image {
  background: #f5f5f5;
  padding: 40px 0;
  position: relative;
}
.article .wp-block-image img {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
}
.article .wp-block-image::before {
  content: '';
  background: url(../img/column/bg_photo02.png) no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 132px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wp-block-cocoon-blocks-iconlist-box {
  padding: 1.2em 2em 1.5em 3.5em;
}
.article h2 {
  font-size: min(2.5vw, 30px);
  line-height: 1.4;
  color: var(--site-primary);
  background: #d1e8f6;
  text-align: center;
  padding: 0.55em 1em 0.7em;
  margin: 50px 0 28px;
}
.article h3 {
  font-size: min(2.0vw, 27px);
  position: relative;
  border: none;
  border-bottom: 2px solid #dde5e7;
  padding: 4px 0 10px 25px;
  margin: 0 0 30px;
}
.article h3::before {
  content: "";
  background: linear-gradient(180deg, #87c2e8 0%, #87c2e8 50%, #1085d2 50%, #1085d2 100%);
  height: 58%;
  width: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
.article h5 {
  border: none;
  padding-left: 0;
  margin-bottom: 1.0em;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr th {
  border: 1px solid #ccc;
  padding: 1.65% 1.65%;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td {
  border: 1px solid #ccc;
  padding: 1.65% 1.65%;
  background: #fff;
}

.article .wp-block-cocoon-blocks-blogcard {
  margin-top: 2.8em;
}
.article .blogcard-label {
  background: var(--site-primary);
}
.article .blogcard-title {
  line-height: 1.4;
}
.article .blogcard-snippet {
  display: none;
}
.article .blogcard-site {
  font-size: 0.75em;
}


@media only screen and (max-width: 960px) {
  .article .entry-title {
    font-size: 26px;
    margin: 0 -16px;
  }
  .article h2 {
    font-size: 24px;
  }
  .article h3 {
    font-size: 22px;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr th {
    font-size: 15px;
  }
  
  
}
@media only screen and (max-width: 568px) {
  .txt_yellow {
    font-size: 24px;
  }
  main.main {
    margin-top: 0;
    padding: 0 5.3vw 20px;
    width: 100% !important;
  }
  .entry-content {
    margin-bottom: 0;
  }
  .article .entry-title {
    font-size: 21px;
    text-align: left;
    padding: 4% 5.3vw 4.4%;
    margin: 0 -5.3vw ;
    margin-bottom: 30px;
  }
  .cat-link {
    font-size: 15px;
    padding: 4px 12px 6px;
    margin-bottom: 6px;
  }
  .entry-tags a {
    font-size: 13px;
  }
  .post-date {
    font-size: 14px;
  }
  .main p {
    font-size: 15px;
  }
  .article h2 {
    font-size: 23px;
    margin: 30px -5.3vw 20px;
    padding: 3% 0.5em 3.2%;
  }
  .article h3 {
    font-size: 21px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .article .wp-block-image {
    padding: 25px 0;
    margin: 0 -5.3vw 1.8em;
  }
  .article .wp-block-image img {
    max-width: 65.3vw;
  }
  .article .wp-block-image::before {
    background: url(../img/column/bg_photo_sp.png) no-repeat bottom center;
    background-size: contain;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th {
    font-size: 13px;
    padding: 3.5% 2%;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td {
    font-size: 13px;
    padding: 3.5% 2%;
  }
  .wp-block-cocoon-blocks-iconlist-box {
    padding: 1em 0.5em 1.5em;
  }
  .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
    table-layout: fixed;
    min-width: 200vw;
  }
  .wp-block-flexible-table-block-table.is-scroll-on-mobile table td {
    white-space: normal;
  }
  
}

/* 監修者 */
.article .kansyu .column_parts_ttl {
  font-size: min(2.5vw, 30px);
  line-height: 1.4;
  color: var(--site-primary);
  background: #d1e8f6;
  text-align: center;
  padding: 0.55em 1em 0.7em;
  margin: 50px 0 28px;
}
.article .kansyu .photo {
  width: 150px;
  float: left;
  margin-right: 30px;
}
.article .kansyu .name {
  font-size: min(1.8vw, 22px);
  font-weight: bold;
  margin: -6px 0 15px;
  line-height: 1.2;
}
.article .kansyu .name span{
  font-size: min(1.8vw, 16px);
}
.article .kansyu .txt {
  font-size: 17px;
}
@media only screen and (max-width: 960px) {
  .article .kansyu .column_parts_ttl {
    font-size: 24px;
  }
  .article .kansyu .name {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 568px) {
  .article .kansyu .column_parts_ttl {
    font-size: 23px;
    margin: 30px -5.3vw 20px;
    padding: 3% 0.5em 3.2%;
  }
  .article .kansyu .photo {
    width: 115px;
  }
  .article .kansyu .name {
    font-size: 18px;
    margin: -4px 0 5px;
  }
  .article .kansyu .name span{
    font-size: 15px;
  }
}


/* 執筆者 */
.column_writer_box .ttl_left_border{
  font-weight: bold;
  line-height: 1.5;
}
.column_writer_box img {
  width: 140px;
  float: left;
  margin-right: 40px;
}
.column_writer_box .writer_name {
  font-size: min(1.8vw, 22px);
  font-weight: bold;
  margin: -6px 0 8px;
}
@media only screen and (max-width: 960px) {
  .column_writer_box .writer_name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .column_writer_box .ttl_left_border {
    font-size: 21px;
  }
  .column_writer_box .writer_name {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 3px;
  }
  .column_writer_box img {
    width: 115px;
    margin: 0 20px 0 5px;
  }
}


/* 目次 */
.article .toc {
  border: 10px solid #4c99d4;
  border-top: none;
  padding: 0;
  width: 90%;
  overflow: hidden;
}
.article .toc-title {
  color: #fff;
  background: #4c99d4;
  font-size: 1.4em;
  text-align: center;
  padding: 5px 0 7px;
}
.article .toc .toc-list {
  padding: 1.2em 2em;
}
.article .toc.tnt-number-detail ol li {
  position: relative;
  padding: 5px 0 10px;
}
.article .toc.tnt-number-detail ol li::before {
  margin-right: 6px;
  counter-increment: toc;
  content: counters(toc, "-") "";
  background: #b98a4a;
  font-family: "Robot";
  font-weight: bold;
  color: #fff;
  padding: 5px 10px 4px;
}
.article .toc.tnt-number-detail ol li ol {
  padding-left: 2.2em;
}
.article .toc.tnt-number-detail ol li ol li {
  font-size: 0.92em;
}
.article .toc.tnt-number-detail ol li ol li::before {
  background: none;
  color: #b98a4a;
  padding: 0;
}
.article .toc.tnt-number-detail ol li ol li::after {
  content: '';
  background: url(../img/common/line_dot.png) repeat-x;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.article .toc.tnt-number-detail ol li ol li ol li::before {
  content: '・';
}
.article .toc.tnt-number-detail ol li ol li ol li::after {
  content:none;
}
.article .toc.tnt-number-detail ol li ol li ol li {
  padding: 0;
}

.article .toc a {
  text-decoration: none;
  font-weight: normal;
  color: #333;
}
.article .toc a:hover {
  color: var(--site-primary);
}
@media only screen and (max-width: 1024px) {
  .article .toc {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  
}
@media only screen and (max-width: 568px) {
  .article .toc {
    width: 100%;
    border-width: 3px;
  }
  .article .toc .toc-list {
    padding: 0.4em 1em 1em;
  }
  .article .toc.tnt-number-detail ol li {
    text-indent: -2.4em;
    padding-left: 2.4em;
  }
  .article .toc.tnt-number-detail ol li ol {
    padding-left: 0;
  }
  .article .toc.tnt-number-detail ol li ol li{
    padding-left: 0;
    text-indent: 0;
  }
}

/* コラム内CVエリア */
.cv_content .btn_box_wrapper .btn_box {
  width: 77%;
}
.article .cv_area {
  margin-top: 2.5em;
}
.article .cv_ttl_box .cv_ttl {
  font-size: min(3.2vw, 38px);
  font-weight: bold;
  padding-left: 3%;
}
.cv_ttl_box .cv_ttl .size_small {
  top: -6px;
}
.article .cv_content {
  padding: 30px 0 35px;
}
.article .cv_content .inner_wide {
  width: 94%;
}
.article .cv_content .camp {
  margin-bottom: 0;
}
.article .cv_content .camp dt::before {
  display: none;
  /* width: 27%;
  left: 3%; */
}
.article .cv_content .camp dt p {
  margin-bottom: 0;
}
.article .cv_content .camp dt p span {
  font-size: 1.5em;
}
.article .cv_content .camp dd {
  margin-left: 0;
}
.article .cv_content .camp dd p {
  font-size: min(1.7vw, 22px);
  line-height: 1.35;
  margin-bottom: 0;
}
.article .cv_content .camp dd .txt_keycolor {
  font-size: 1.4em;
}
.article .cv_content .cv_box {
  padding: 30px 40px;
  margin-top: 25px;
}
.article .cv_content .cv_box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .article .cv_area {
    margin: 2.5em -50px 0;
  }
  .article .cv_ttl_box .cv_ttl {
    font-size: 28px;
    padding-left: 0;
  }
  .article .cv_content {
    padding: 28px 0 28px;
  }
  .article .cv_content .cv_box::after {
    width: 200px;
    right: 0.5%;
  }
}
@media only screen and (max-width: 960px) {
  .article .cv_area {
    margin: 2.5em 0 0;
  }
  .article .cv_content {
    padding: 3vw 0 3vw;
  }
  .article .cv_content .camp dd p {
    font-size: 18px;
  }
  .article .cv_content .cv_box {
    padding: 2.5vw 3.5vw;
  }
}
@media only screen and (max-width: 568px) {
/*
  .cv_content .cv_box p {
    font-size: 22px;
  }
*/
  .article .cv_content .btn_box .row {
    flex-wrap: wrap;
  }
  .article .cv_content .camp dt::before {
    display: block;
    width: 27%;
    left: 3%;
  }
  .article .cv_area {
    margin: 1.5em -5.3vw 0;
  }
  .article .cv_ttl_box .cv_ttl {
    font-size: 24px;
  }
  .article .cv_content {
    padding: 20px 0 30px;
  }
  .article .cv_content .inner_wide {
    width: 89.4vw;
  }
  .article .cv_content .camp dt::before {
    width: 78px;
    left: 2%;
  }
  .article .cv_content .camp dt p span {
    font-size: 1em;
  }
  .article .cv_content .camp dd {
    font-size: 17px;
  }
  .article .cv_content .camp dd .txt_keycolor {
    font-size: 1.18em;
  }
  .article .cv_content .cv_box {
    padding: 20px 17px;
  }
}

/* コラム内 対応エリア */
.article .area_block {
  margin-top: 2.5em;
}
.article .area_block .ttl {
  font-weight: bold;
  margin: 0;
}
.article .area_block .area_content {
  background: #f5f5f5;
  padding: 25px 30px 25px;
}
.article .area_block .area_content ul {
  margin: 0;
  gap: 2px 0;
}
.article .area_block .area_content li {
  font-weight: normal;
  width: auto;
}
.article .area_block .area_content li a {
  font-size: 17px;
}
.article .area_block .area_content li::before {
  content: none;
}
.article .area_block .area_label {
  min-width: 140px;
}
.article .area_block .area_wrapper {
  width: 73%;
}
.article .area_block .map_image {
  width: 26%;
  max-width: 237px;
  margin-top: 3.5%;
}
.article .area_block .annotation_txt {
  margin: 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  .article .area_block {
    margin: 2.5em -50px 0;
  }
  .article .area_block .annotation_txt {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .article .area_block {
    margin: 2.5em 0 0;
  }
  .article .area_block .area_content {
    padding: 3vw 3vw 3vw;
  }
  .article .area_block .area_content ul {
    padding: 0;
  }
  .article .area_block .annotation_txt {
    font-size: 13px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 568px) {
  .article .area_block {
    margin-top: 1.5em;
  }
  .article .area_block .ttl {
    font-size: 23px;
    text-align: center;
    line-height: 1.45;
    padding: 3.2% 0 3.8%;
  }
  .article .area_block .area_content {
    flex-direction: column;
    padding: 20px 20px;
  }
  .article .area_block .area_wrapper {
    width: 100%;
  }
  .article .area_block .area_wrapper > ul > li {
    flex-direction: column;
    margin-bottom: 13px;
  }
  .article .area_block .area_wrapper > ul > li li {
    font-size: 14px;
    padding: 0 0 3px;
    margin: 0 4px 1px 0;
  }
  .article .area_block .area_wrapper > ul > li li::after {
    margin-left: 4px;
  }
  .article .area_block .area_label {
    width: 100%;
    padding: 5px 0 7px;
    margin: 0 0 5px;
  }
  .article .area_block .map_image {
    width: 72%;
    margin: 5px auto 0;
  }
  .article .area_block .annotation_txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
/* コラム内バナーリンク */
.article .bnr {
  margin: 35px 0 0;
  line-height: 1;
}
.article .bnr img {
  max-width: initial;
}
@media only screen and (max-width: 960px) {
  .article .bnr img {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .article .bnr {
    margin-top: 20px;
  }
  .article .bnr img {
    width: 100%;
  }
}

/* ページャー */
.pager-post-navi {
  display: flex;
  flex-direction: row;
}
.pager-post-navi > a {
  width: 50%;
  padding: 20px 10px;
}
.pager-post-navi .prev-post {
  border-right: 1px solid #ccc;
}
.pager-post-navi:has(.prev-post) {
  border-left: 1px solid #ccc;
}
.post-navi-default.pager-post-navi .next-post {
  border: 1px solid #ccc;
}
.pager-post-navi:has(.prev-post) .next-post {
  border-left: none;
}
.list_top_navi {
  width: 40%;
  margin: 20px auto 0;
}
.list_top_navi a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  background: #00639e;
  color: #fff;
  text-align: center;
  padding: 15px 0 17px;
}
.list_top_navi a:hover {
  background: #3382b1;
}

@media only screen and (max-width: 568px) {
  .pager-post-navi {
    flex-direction: column;
    margin-top: 30px;
  }
  .pager-post-navi > a {
    width: 100%;
  }
  .pager-post-navi .prev-post {
    padding: 15px 10px 15px 0;
  }
  .pager-post-navi .next-post {
    padding: 15px 0 15px 10px;
  }
  .pager-post-navi:has(.prev-post) .next-post {
    border-top: none;
  }
  .list_top_navi {
    width: 70%;
    margin: 0 auto 10px;
  }
  .list_top_navi a {
    padding: 10px 0 10px;
  }
}
/* 関連記事 */
.sec_other-post {
  position: relative;
  z-index: 1;
}
.sec_other-post .inner {
  max-width: 1300px;
}
.sec_other-post .card_list {
  gap: 30px 2.13%;
  width: auto;
}
.sec_other-post .card_list li {
  width: 23.4%;
  background: #fff;
}
.sec_other-post .card_list a:hover {
  color: #333;
}
.sec_other-post .card_list .list_content .txt {
  padding: 6% 10.5% 10%;
}
.sec_other-post .card_list .list_content .date_time {
  margin-bottom: 13px;
}
.sec_other-post .card_list .list_ttl {
  font-size: 17px;
}
@media only screen and (max-width: 960px) {
  .sec_other-post .card_list .list_content .date_time {
    margin-bottom: 8px;
  }
  .sec_other-post .card_list .list_content .list_ttl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .sec_other-post .card_list {
    gap: 15px 4.4%;
  }
  .sec_other-post .card_list li {
    width: 47.8%;
  }
  .sec_other-post .card_list li::before {
    width: 18px;
    height: 18px;
    right: 5px;
    bottom: 5px;
  }
  .sec_other-post .card_list .list_content .category_name {
    font-size: 14px;
    padding: 3px 10px 4px;
  }
  .sec_other-post .card_list .list_content .date_time {
    margin-bottom: 6px;
  }
  .sec_other-post .card_list .list_content .date_time::before {
    margin-top: 0;
  }
  .sec_other-post .card_list .list_content .list_ttl {
    font-size: 15px;
  }
}
/* コラム画像拡大表示調整 */
.wp-lightbox-container button {
  display: none;
}
.wp-lightbox-overlay .scrim {
  background: rgba(0, 0, 0, 0.4) !important;
}