.column_box {
  margin-bottom: 50px;
}

.column_box a,
#related_box a {
  color: #86c35d;
  text-decoration: underline;
}

.column_box .txt_bold {
  color: #86c35d;
  font-weight: bold;
}

.column_box dt {
  font-weight: bold;
}

.column_box dd {
  margin-bottom: 30px;
}

.column_low #related_box {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #977a63;
}

#related_box dl {
  margin-bottom: 30px;
}

#related_box dl:last-child {
  margin-bottom: 0;
}

#related_box dt {
  margin: 0px auto 10px;
  color: #977a63;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #977a63;
}

#related_box a {
  color: inherit;
}

#related_box li {
  margin-right: 30px;
}

#related_box span {
  margin-right: 5px;
  color: #86c35d;
}

p.page_txt,
.column_box p {
  padding-top: 15px;
}

#related_box:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  content: ".";
}

/* =================================
 PC column
================================= */

@media (min-width: 768px) {

  /* hero
	---------------------------------------------------------- */
  .pages.blog .hero {
    background: url(/blog_assets/img/hero_column.jpg) no-repeat center right;
    background-size: cover;
  }

  /* main
	---------------------------------------------------------- */
  .feature_con {
    margin-bottom: 65px;
  }

  .column_low li.current a {
    color: #977a63 !important;
    font-weight: bold;
    text-decoration: none !important;
  }

  .disc {
    margin-left: 20px;
    list-style-type: disc;
  }

 .feature_con .blog_tit {
    font-size: 35px;
    font-weight: bold;
    color: #977a63;
    margin-bottom: 40px;
    font-family: "ＭＳ Ｐゴシック", "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    position: relative;
    padding-bottom: 20px;
    line-height: 1;
    display: inline-block;
    border-bottom: 3px solid #977a63;
  }

  .feature_con .blog_date {
    margin-right: 0;
  }
}

/* =================================
 SP column
================================= */

@media (max-width: 767px) {

  /* hero
	---------------------------------------------------------- */
  .pages.blog .hero {
    background: url(/blog_assets/img/hero_column_sp.jpg) no-repeat center right;
    background-size: cover;
  }

  /* main
	---------------------------------------------------------- */

  .feature_con {
    margin-bottom: 40px;
  }

	.feature_con .blog_tit {
    font-size: 26px;
    font-weight: bold;
    color: #977a63;
    margin-bottom: 40px;
    font-family: "ＭＳ Ｐゴシック", "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.2;
    display: inline-block;
    border-bottom: 3px solid #977a63;
	}

  p.page_txt {
    padding-top: 15px;
  }

  p.page_txt,
  .column_box p {
    line-height: 1.8;
    padding-top: 24px;
  }

  #related_box dt {
    font-size: 16px;
  }

  #related_box li {
    margin-right: 0px;
    margin-bottom: 2px;
    list-style-type: none;
  }

  #related_box li a {
    display: block;
    padding: 10px;
    border: 1px solid #977a63;
    background: #efebe2;
    color: #977a63;
    text-decoration: none;
  }

  .column_low li.current a {
    background: #977a63 !important;
    color: #fff !important;
  }

  .disc {
    margin-left: 0px;
    list-style-type: disc;
  }
}

.blog .side_wrap {
  width: 254px;
}

.blog .b_list li a {
  text-decoration: underline;
  display: inline-block;
}

.b_select {
  width: 100%;
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.blog .b_select_wrap {
  position: relative;
  width: 100%;
}

.b_select_wrap::after {
  content: "▼";
  position: absolute;
  right: 13px;
  font-size: 0.8em;
  top: 56%;
  color: #8b8b8b;
}

.feature_con .blog_box .cat {
  margin: 0;
}

.feature_con .blog_box .cat a {
  margin-left: 12px;
  background: #86c35d;
  font-size: 0.8rem;
  border: 1px solid transparent;
}

.feature_con .blog_box .cat a:hover,
.b_detail .cat a:hover {
  background: none;
  border: 1px solid #86c35d;
  color: #86c35d;
}

.b_detail .cat a {
  background: #86c35d;
  padding: 3px 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid transparent;
  margin-right: 10px;
}

.b_detail .cat a:last-child {
  margin-right: 0;
}

.blog .main_wrap h2 {
  font-size: 20px;
  font-weight: 700;
  color: #977a63;
  margin-bottom: 20px;
  font-family: "ＭＳ Ｐゴシック", "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
}

.blog .main_wrap h2.director_tit {
  font-size: 25px;
  padding: 25px 0 25px 25px;
  background: url(/common/img/bg_pagemintit.webp) repeat;
}

.blog .main_wrap .director_blk p {
  font-size: 20px;
  margin-bottom: 5px;
  padding: 3px 0;
  color: #977a63;
  font-family: "ＭＳ Ｐゴシック", "Yu Gothic", YuGothic, "游ゴシック",
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
}

.blog .detail_blk {
  display: flex;
  justify-content: flex-start;
}

.blog .detail_blk figure {
  max-width: 273px;
  width: 35%;
}

.blog .detail_blk figure img {
  width: 100%;
}

.blog .detail_blk .detail_txt {
  margin: 10px 0 0 30px;
}

.blog .detail_blk .detail_txt p small {
  color: #86c35d;
}

.blog .detail_blk .detail_txt ul {
  margin-bottom: 45px;
  list-style: circle;
  list-style-position: inside;
}

.blog .main_wrap .b_detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.blog .detail_box .d_img {
  margin-bottom: 10px;
}

.main_wrap .page {
  width: 100%;
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.main_wrap .page .left {
  position: absolute;
  left: 0;
  top: 35px;
}

.main_wrap .page .left:hover {
  color: #86c35d;
  text-decoration: underline;
}

.main_wrap .page .left .icon-left {
  margin-right: 8px;
}

.main_wrap .page .right {
  position: absolute;
  right: 0;
  top: 35px;
}

.main_wrap .page .right:hover {
  color: #86c35d;
  text-decoration: underline;
}

.main_wrap .page .right .icon-right {
  margin-left: 8px;
}

.main_wrap .page ul {
  display: flex;
  justify-content: center;
}

.main_wrap .page ul li {
  margin: 0 5px;
}

.main_wrap .page ul a {
  width: 40px;
  height: 40px;
  background: #fcfcfc;
  color: #977a63;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_wrap .page ul a:hover,
.main_wrap .page ul a.current:hover {
  background-color: #86c35d;
  color: #fff;
}

.main_wrap .page ul a.current {
  background: #977a63;
  color: #fff;
}

.main_wrap .page ul span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #001f48;
}

@media (max-width: 767px) {
  .blog_cont_sub {
    display: block !important;
  }

  .feature_con .blog_date {
    margin-right: 0;
  }

  .blog_img {
    margin-right: 15px !important;
  }

  .feature_con .blog_box .cat {
    margin: 0 !important;
  }

  .feature_con .blog_box .cat a {
    font-size: 0.8rem;
    margin: 5px 12px 0 0;
  }

  .blog .main_wrap .b_detail .cat {
    margin-bottom: 10px;
  }

  .blog .main_wrap .b_detail .cat a {
    margin-right: 10px;
  }

  .blog .main_wrap .b_detail .cat a:last-child {
    margin-right: 0;
  }
  
  .cat a:first-child {
    margin-left: 0 !important;
  }

  .blog .main_wrap .blog_content h2,
  .blog .main_wrap .director_blk p {
    font-size: 15px;
    font-weight: 700;
    color: #977a63;
    margin-bottom: 20px;
    font-family: "ＭＳ Ｐゴシック", "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1;
  }

  .blog .side_wrap {
    width: 100%;
    margin-top: 50px;
  }

  .blog .side_conents {
    display: block !important;
  }

  .side_tit {
    background: #86c35d;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
  }

  .b_select_wrap::after {
    top: 70%;
  }

  .side_tit:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -31px;
    left: 10px;
    width: 35px;
    height: 31px;
    background: url(/common/img/ico_sidebar_reaf.webp) no-repeat;
  }

  .blog .detail_blk {
    display: block;
  }

  .blog .detail_blk figure {
    max-width: unset;
    width: 90%;
    margin: 0 auto 25px;
  }

  .blog .detail_blk .detail_txt {
    margin: 0;
  }

  .blog .main_wrap h4 {
    font-size: 15px;
  }

  .blog .main_wrap .b_detail {
    display: block;
  }

  .blog_box {
    margin-bottom: 15px;
  }

  .blog .detail_blk .detail_txt ul {
    margin-bottom: 20px;
  }

  .main_wrap .page {
    width: 100%;
    padding-top: 60px;
    position: relative;
  }

  .main_wrap .page .left {
    top: 10px;
  }

  .main_wrap .page .right {
    top: 10px;
  }

  .main_wrap .page ul a {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    font-size: 1rem;
  }

  .main_wrap .page ul span {
    width: 30px;
    height: 30px;
  }
}