@charset "UTF-8";
/*topicsカスタマイズ*/
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* MinionPro-Bold */
@font-face {
  font-family: "MinionPro-Bold";
  src: url("../../common/fonts/MinionPro-Bold.woff2") format("woff2"), url("../../common/fonts/MinionPro-Bold.woff") format("woff");
  font-weight: 700;
}
/* MinionPro-Medium */
@font-face {
  font-family: "MinionPro-Medium";
  src: url("../../common/fonts/MinionPro-Medium.woff2") format("woff2"), url("../../common/fonts/MinionPro-Medium.woff") format("woff");
  font-weight: 500;
}
/* MinionPro-Regular */
@font-face {
  font-family: "MinionPro-Regular";
  src: url("../../common/fonts/MinionPro-Regular.woff2") format("woff2"), url("../../common/fonts/MinionPro-Regular.woff") format("woff");
  font-weight: 400;
}
/* MinionPro-Semibold */
@font-face {
  font-family: "MinionPro-Semibold";
  src: url("../../common/fonts/MinionPro-Semibold.woff2") format("woff2"), url("../../common/fonts/MinionPro-Semibold.woff") format("woff");
  font-weight: 600;
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
.breadcrumb {
  background-color: #f2efef;
}

.page_default.bg_gray {
  background-color: #f2efef;
}

.col_2_layout {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 900px) {
  .col_2_layout {
    flex-direction: column;
    padding: 3rem 0 0rem;
  }
}
.col_2_layout .main {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .col_2_layout .main {
    padding-bottom: 3rem;
  }
}
.col_2_layout .main .main_wrap {
  width: 89%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .col_2_layout .main .main_wrap {
    width: 92%;
    margin: 0 auto;
  }
}
.col_2_layout .side {
  width: 22%;
  padding-right: 27px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .side {
    background-color: #fff;
    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.col_2_layout .side .side_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .side .side_wrap:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .col_2_layout .side .side_wrap {
    width: 92%;
    margin: 0 auto 40px;
    padding: 2rem 0 4rem;
  }
}
.col_2_layout .side .side_wrap .cat_ttl {
  position: relative;
  border-bottom: 2px solid #cbc9c9;
  font-size: 19px;
  color: #444444;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 7px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .side .side_wrap .cat_ttl {
    font-size: calc(18px - 4px + 1.06vw);
    padding-bottom: 11px;
    padding-left: 8px;
    padding-bottom: 13px;
    margin-bottom: 10px;
  }
}
.col_2_layout .side .side_wrap .cat_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: inherit;
  border-bottom: 2px solid #b0ab85cc;
}
@media screen and (max-width: 900px) {
  .col_2_layout .side .side_wrap .cat_ttl::after {
    width: 100px;
  }
}
.col_2_layout .side .side_wrap ul.cat_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.col_2_layout .side .side_wrap ul.cat_list li {
  border-bottom: 1px solid #cbc9c9;
  margin-bottom: 7px;
}
.col_2_layout .side .side_wrap ul.cat_list li a {
  text-decoration: none;
  position: relative;
  font-size: 17px;
  color: #444444;
  font-weight: 500;
  display: flex;
  width: 100%;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .side .side_wrap ul.cat_list li a {
    font-size: calc(16px - 4px + 1.06vw);
    padding-left: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.col_2_layout .side .side_wrap ul.cat_list li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #b0ab85cc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .col_2_layout .side .side_wrap ul.cat_list li a:before {
    width: 15px;
    left: 10px;
  }
}
.col_2_layout .side .side_wrap ul.cat_list li a::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #827c44;
  border-right: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .col_2_layout .side .side_wrap ul.cat_list li a::after {
    right: 6%;
  }
}

.post-type-archive-topics ul.topics_conts,
.tax-topics_cat ul.topics_conts {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 94%;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts,
.tax-topics_cat ul.topics_conts {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont,
.tax-topics_cat ul.topics_conts li.topics_cont {
  position: relative;
  margin: 14px auto;
  color: #ffffff;
  border-bottom: 1px solid #cbc9c9;
  width: 100%;
  padding: 0rem 0rem 1.3rem 0;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont,
.tax-topics_cat ul.topics_conts li.topics_cont {
    padding: 0 0 1.5rem 0;
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont::after,
.tax-topics_cat ul.topics_conts li.topics_cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120px;
  height: inherit;
  border-bottom: 1px solid #b0ab85cc;
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  position: relative;
  text-decoration: none;
  padding-right: 65px;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.8rem;
    padding-right: 30px;
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link:hover img,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link:hover img {
  transform: scale(1.1);
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link::after,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #827c44;
  border-right: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link::after,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link::after {
    width: 10px;
    height: 10px;
    right: 2%;
    top: 40px;
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_img,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_img {
  width: 145px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_img,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_img {
    width: 133px;
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_img img,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_img img {
  transition: transform 0.5s ease;
  max-height: 95px;
  max-width: 185px;
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_cont,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 7px;
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos {
    gap: 0.5rem;
    align-items: center;
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .date,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .date {
  color: #b0ab85cc;
  font-size: 19px;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .date,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .date {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .post_cat,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .post_cat {
  background-color: #b0ab85cc;
  color: #fff;
  font-size: 12px;
  padding: 0px 11px;
  display: flex;
  align-items: center;
  height: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .post_cat,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post_cont .infos .post_cat {
    font-size: calc(12px - 4px + 1.06vw);
    padding: 2px 9px 1px;
  }
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post .post_title,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post .post_title {
  color: #444444;
  font-size: 19px;
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数を2行に設定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* 行の高さを調整しておく */
  max-height: 3em;
  /* 2行分の高さに制限 */
  white-space: normal;
}
@media screen and (max-width: 900px) {
  .post-type-archive-topics ul.topics_conts li.topics_cont .topics_cont_link .post .post_title,
.tax-topics_cat ul.topics_conts li.topics_cont .topics_cont_link .post .post_title {
    -webkit-line-clamp: 3;
    /* 表示する行数を2行に設定 */
    line-height: 1.8;
    max-height: 5em;
    /* 2行分の高さに制限 */
    font-size: calc(15px - 4px + 1.06vw);
  }
}

.single-topics .col_2_layout {
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout {
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main {
    padding-bottom: 2.5rem;
  }
}
.single-topics .col_2_layout .main .main_wrap .head_ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .head_ttl {
    margin-bottom: 41px;
  }
}
.single-topics .col_2_layout .main .main_wrap .head_ttl .infos {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-topics .col_2_layout .main .main_wrap .head_ttl .infos .date {
  font-size: 19px;
  color: #b0ab85cc;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .head_ttl .infos .date {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
.single-topics .col_2_layout .main .main_wrap .head_ttl .infos .term {
  font-size: 13px;
  color: #fff;
  background-color: #b0ab85cc;
  padding: 0 10px;
  display: flex;
  height: 23px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .head_ttl .infos .term {
    font-size: calc(12px - 4px + 1.06vw);
    height: 21px;
  }
}
.single-topics .col_2_layout .main .main_wrap .head_ttl .ttl {
  position: relative;
  border-bottom: 2px solid #cbc9c9;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .head_ttl .ttl {
    margin-top: 0;
  }
}
.single-topics .col_2_layout .main .main_wrap .head_ttl .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: inherit;
  border-bottom: 2px solid #b0ab85cc;
}
.single-topics .col_2_layout .main .main_wrap .head_ttl .ttl h3 {
  color: #444444;
  font-weight: 500;
  font-size: 22px;
  margin: 20px 0;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .head_ttl .ttl h3 {
    font-size: calc(19px - 4px + 1.06vw);
    margin: 13px 0;
  }
}
.single-topics .col_2_layout .main .main_wrap .content {
  padding-bottom: 36px;
  color: #444444;
}
.single-topics .col_2_layout .main .main_wrap .content .content_wrap {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .content .content_wrap {
    width: 91%;
  }
}
.single-topics .col_2_layout .main .main_wrap .content .content_wrap p {
  line-height: 2.3;
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .content .content_wrap p {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.single-topics .col_2_layout .main .main_wrap .content .content_wrap a {
  color: #b0ab85cc;
}
.single-topics .col_2_layout .main .main_wrap .single_pagenation {
  display: flex;
  width: 94%;
  margin: 0 auto 5rem;
  border-top: 2px solid #cbc9c9;
  padding-top: 25px;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .single_pagenation {
    width: 100%;
    margin: 0 auto 3rem;
  }
}
.single-topics .col_2_layout .main .main_wrap .single_pagenation a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .single_pagenation a {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.single-topics .col_2_layout .main .main_wrap .single_pagenation .prev_post_link {
  position: relative;
  padding-left: 43px;
  padding-top: 3px;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .single_pagenation .prev_post_link {
    padding-left: 30px;
  }
}
.single-topics .col_2_layout .main .main_wrap .single_pagenation .prev_post_link::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #827c44;
  border-left: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .single_pagenation .prev_post_link::before {
    left: 0%;
  }
}
.single-topics .col_2_layout .main .main_wrap .single_pagenation .next_post_link {
  position: relative;
  padding-right: 43px;
  padding-top: 3px;
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .single_pagenation .next_post_link {
    padding-right: 30px;
  }
}
.single-topics .col_2_layout .main .main_wrap .single_pagenation .next_post_link::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #827c44;
  border-right: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .single-topics .col_2_layout .main .main_wrap .single_pagenation .next_post_link::after {
    right: 5%;
  }
}
.single-topics .col_2_layout .main .main_wrap .btn_wrap {
  width: 320px;
  margin: 0 auto;
}
.single-topics .col_2_layout .main .main_wrap .btn_wrap .el_btn_002_reverse {
  font-size: 16px;
}

/*# sourceMappingURL=topics.css.map */
