/*-----------------------------------------
    column カスタム
-----------------------------------------*/
.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* 一覧ページ
====================================================*/
.order-1 {
  height: auto !important;
}

.column_list_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.column_list_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #EB5F2A;
  transform: translateX(-50%);
}
.column_list {
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
}
.column_list .item {
  border-bottom: 1px solid #ccc;
}
/* .column_list .item:nth-child(n+2) {
  display: none;
} */
.column_list .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  color: #000;
}
.column_list .item .img_area {
  max-width: 320px;
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
}
.column_list .item .img_area img {
  width: 100%;
  height: auto;
}
.column_list .item .txt_area {
  max-width: 548px;
  width: 60%;
}
.column_list .item .txt_area .cat {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
  color: #fff;
  background: #000;
  margin-bottom: 14px;
}
.column_list .item .txt_area .item_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  margin-bottom: 10px;
}
.column_list .item .txt_area .item_desc {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 6em;
  margin-bottom: 15px;
}
.column_list .item .txt_area .more_txt {
  text-align: right;
}
.column_list .item .txt_area .more_txt span {
  font-size: 14px;
  font-weight: bold;
  color: #EB5F2A;
  padding-right: 20px;
  position: relative;
}
.column_list .item .txt_area .more_txt span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/column/icon_arrow.png) 0 0 / contain no-repeat;
  transform: translateY(-50%);
}
.p_column .side-content .side-content-bg {
  background: #EEEFF1;
}
.p_column .bg--primary span,
.p_column .bg--primary a,
.p_column .bg--primary ul {
  color: #000;
}
.p_column .menu-side-vertical.-type1 li {
  opacity: 1;
}
.p_column .menu-side-vertical.-type1 li:hover {
  opacity: .7 !important;
}
.p_column .side-content li {
  list-style: none;
  padding-left: 14px;
  position: relative;
}
.p_column .side-content li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 8px;
  background: url(../img/column/side_arrow.png) 0 0 / contain no-repeat;
}
.more_btn {
  max-width: 250px;
  margin: 50px auto;
}
.more_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #4460DE;
  padding: 0;
  border-radius: 25px;
  border: none;
}
.more_btn .btn:hover {
  opacity: .7;
}

@media screen and (max-width:991px) {
  .p_column .side-content-parent {
    display: block;
  }
  .p_column .side-content {
    margin-left: 0 !important;
  }
  .p_column .side-content li {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .column_list_ttl {
    font-size: 20px;
  }
  .column_list .item .link {
    flex-direction: column;
    padding: 15px 0;
  }
  .column_list .item .img_area {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .column_list .item .txt_area {
    width: 100%;
    max-width: 100%;
  }
  .column_list .item .txt_area .cat {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .column_list .item .txt_area .item_ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .column_list .item .txt_area .item_desc {
    font-size: 13px;
  }
  .more_btn {
    margin: 30px auto;
  }
}

/* 詳細ページ
====================================================*/
.single-column header {
  box-shadow: 0 0 10px #ddd;
}
.single-column .article_body {
  max-width: 800px;
  margin: 0 auto;
}
.single-column .cat_list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.single-column .cat_list .cat_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 0 5px;
}
.single-column .column_ttl {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.single-column .mod_date {
  font-size: 14px;
  color: #666;
  margin-bottom: 50px;
}
.single-column .eyecatch {
  margin-bottom: 30px;
}
.single-column .article_body img {
  height: auto;
  margin: 0;
}
.single-column .article_body p {
  font-size: 17px;
  line-height: 2;
  margin: 20px 0;
}
.single-column .article_body h2 {
  font-size: 26px;
  padding-bottom: 10px;
  margin: 50px 0 20px;
  border-bottom: 1px solid #ccc;
}
.single-column .article_body h3 {
  font-size: 22px;
}
.single-column .article_body h4 {
  font-size: 18px;
}
.single-column .article_body .wp-caption {
  max-width: 100%;
}
.single-column .article_body .wp-caption-text {
  font-size: 12px;
  color: #4d4d4d;
  text-align: right;
  margin-top: 5px;
}
.single-column .card_wrap {
  margin: 50px 0;
}
.single-column .card_wrap .wrap_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-column .card_wrap .card {
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 20px 0;
}
.single-column .card_wrap .card_inner {
  display: flex;
}
.single-column .card_wrap .txt_area {
  width: 68%;
  padding: 20px;
}
.single-column .card_wrap .txt_area .card_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #0061D5;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 4em;
}
.single-column .card_wrap .txt_area .card_txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 6em;
}
.single-column .card_wrap .img_area {
  width: 32%;
  aspect-ratio: 257 / 145;
}
.single-column .card_wrap .img_area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-column .column_cta_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  background: #EEEFF1;
  padding: 20px;
  margin-top: 80px;
}
.single-column .column_cta_wrap .cta_txt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}
.single-column .column_cta_wrap .cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #EB5F2A;
  border-radius: 4px;
}
.single-column .back_link {
  margin: 50px 0;
  text-align: center;
}
.single-column .back_link .link {
  font-size: 16px;
}
.single-column .interviewees_wrap {
  font-size: 16px;
  line-height: 2;
  margin: 50px 0;
  padding: 20px 40px;
  border: 1px solid #ccc;
}
.single-column .interviewees_wrap .interviewees_ttl {
  font-weight: bold;
}
.single-column #toc_container {
  padding: 30px 40px;
  margin: 50px 0;
  background: #EEEFF1;
}
.single-column .article_body p.toc_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.single-column .toc_list a {
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .single-column .cat_list .cat_link {
    font-size: 12px;
  }
  .single-column .column_ttl {
    font-size: 20px;
  }
  .single-column .mod_date {
    margin-bottom: 30px;
  }
  .single-column .article_body p {
    font-size: 16px;
  }
  .single-column .interviewees_wrap {
    font-size: 14px;
    margin: 30px 0;
    padding: 15px;
  }
  .single-column #toc_container {
    padding: 20px 15px;
    margin: 30px 0;
  }
  .single-column .article_body p.toc_title {
    line-height: 1;
  }
  .single-column .toc_list li {
    margin-bottom: 10px;
  }
  .single-column .toc_list a {
    font-size: 16px;
    line-height: 1.7;
  }
  .single-column .article_body h2 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .single-column .card_wrap .wrap_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .single-column .card_wrap .card {
    margin: 15px 0;
  }
  /* .single-column .card_wrap .card_inner {
    flex-direction: column-reverse;
  } */
  .single-column .card_wrap .txt_area {
    width: 60%;
    padding: 10px;
  }
  .single-column .card_wrap .txt_area .card_ttl {
    font-size: 14px;
    line-height: 1.6;
  }
  .single-column .card_wrap .txt_area .card_txt {
    line-height: 1.6;
  }
  .single-column .card_wrap .img_area {
    width: 40%;
  }
  .single-column .column_cta_wrap {
    height: auto;
    margin-top: 40px;
  }
  .single-column .column_cta_wrap .cta_txt {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .single-column .column_cta_wrap .cta_btn {
    height: 40px;
    font-size: 16px;
  }
  .single-column .article_body .wp-caption-text {
    font-size: 10px;
    text-align: left;
  }
}