@charset "UTF-8";
/* CSS Document */
/*
.wrap {
    margin: 0 auto;
    padding: 0 10px;
	width: 1170px;
}
*/
.mainwrap {
  margin: 0 auto;
  padding: 0 20px;
  width: 1120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* CONTENTS ------------*/
.main {
  width: 840px;
}
.side_column {
  width: 210px;
}
.side_column .twitter {
  margin-top: 2em;
}
.side {
  width: 278px;
}
.side ul.movie {
  padding-bottom: 40px;
}
.side ul.movie li {
  margin-bottom: 2em;
}
.side ul.movie li img {
  width: 278px;
  height: 156px;
  object-fit: cover;
  object-position: center 52%;
}
.side .chart .ttl {
  background-color: #a8855f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.25em 0;
}
.side .chart a {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 15px;
  position: relative;
}
.side .chart a::before {
  content: "1";
  position: absolute;
  display: block;
  left: 0;
  top: 15px;
  font-size: 14px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #d8c13a;
  z-index: 1;
}
.side .chart article:nth-of-type(2) a::before {
  content: "2";
  background-color: #919191;
}
.side .chart article:nth-of-type(3) a::before {
  content: "3";
  background-color: #893636;
}
.side .chart article:nth-of-type(4) a::before {
  content: "4";
  background-color: #29679b;
}
.side .chart article:nth-of-type(5) a::before {
  content: "5";
  background-color: #232554;
}
.side .chart a p {
  font-size: 14px;
  padding-left: 1em;
  font-weight: bold;
}
.side .chart a img {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}
.side .fb, .side .twitter {
  margin-top: 40px;
  height: 510px;
}
.side .tag {
  margin-top: 40px;
}
.side .tag .ttl {
  background-color: #a8855f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.25em 0;
}
.side .tag ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.side .tag ul li a {
  display: block;
  margin-bottom: 10px;
  margin-right: 1em;
  padding: 0.25em 0.5em;
  font-size: 12px;
  background-color: #f2f2f2;
  white-space: nowrap;
}
.side .tag .list_link, .main .top_list2 .list_link {
  text-align: right;
  margin-top: 1em;
}
.side .tag .list_link a, .main .top_list2 .list_link a {
  font-size: 14px;
  color: #264d77;
  text-decoration: underline;
}
.side .tag .list_link a::before, .main .top_list2 .list_link a::before {
  content: ">>";
}
.single_head {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}
.single_head a {
  background-color: #9e9e9f;
  color: #fff;
  padding: 0.2em 0.7em;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.25;
}
.single .ttl1 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 1em;
}
.single .post_mv {
  display: block;
  margin-top: 40px;
}
.single .post {
  margin-top: 20px;
}
#ez-toc-container {
  display: none;
  border: 1px solid #9e9e9f;
  padding: 15px 15px 25px 15px;
}
#ez-toc-container + p {
  padding-top: 2em;
}
.single .post p.ez-toc-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 0;
  padding-left: 0.5em;
}
ul.ez-toc-list li {
  margin-top: 1em;
  list-style-image: none;
  padding-left: 0;
}
ul.ez-toc-list li a {
  color: #264D77;
  font-size: 16px;
  text-decoration: none;
}
.ez-toc-list-level-3 {
  margin-left: 1em;
}
.single .post {
  padding-bottom: 20px;
}
.single .post .panel-first-child {
  margin-top: 3em;
}
.single .post h2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  border-left: 9px solid #a8855f;
  padding-left: 15px;
  margin-bottom: 20px;
}
.single .post h2:first-of-type {
  margin-top: 20px;
}
.single .post p {
  font-size: 18px;
  line-height: 1.75;
  line-height: 2;
  margin-top: 0;
}
.single .post p + p {
  margin-top: 2em;
}
.single .post p a {
  text-decoration: underline;
  color: #264d77;
  font-weight: bold;
}
.single .post strong {
  font-weight: bold;
}
.single .post .point {
  border: 1px solid #000;
  padding: 15px 15px 25px 15px;
  margin-top: 40px;
  font-size: 16px;
}
.single .post .point li {
  position: relative;
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.single .post .point li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5em;
  left: 0;
  width: 13px;
  height: 6px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single .sns .ttl {
  font-size: 16px;
  font-weight: bold;
}
.single .sns ul {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.single .sns ul li {
  width: 180px;
  margin-right: 10px;
}
.single .single_tab {
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
}
.single .single_tab a {
  font-size: 12px;
  color: #212529;
  background-color: #f2f2f2;
  padding: 0.25em 0.75em;
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
  white-space: nowrap;
}
.single .auth_box {
  border: 1px solid #e2e2e2;
  margin-top: 80px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single .auth_box .ttl {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.75em;
}
.single .auth_box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.single .auth_box .txt {
  width: 650px;
}
.single .auth_box .name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.75em;
}
.single .auth_box p {
  font-size: 14px;
}
.single .contact_box {
  background-color: #f7f7f7;
  padding: 2em;
  margin-top: 40px;
}
.single .contact_box .btn a {
  margin: 30px auto 0 auto;
  width: 380px;
  display: block;
  height: 100%;
  padding: 1em 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #264d77;
  position: relative;
  color: #fff;
  border-radius: 7px;
}
.single .contact_box .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 8px;
  height: 12px;
  background: url("../img/contact_ic.svg") no-repeat;
  background-size: cover;
}
.single .post_navi {
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.single .post_navi::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
}
.single .post_navi li.prev {
  border: 1px solid #e2e2e2;
  border-left: none;
  border-right: none;
  width: 50%;
}
.single .post_navi li.next {
  border: 1px solid #e2e2e2;
  border-left: none;
  border-right: none;
  width: 50%;
}
.single .post_navi li a {
  padding: 1em;
  display: block;
  width: 100%;
  height: 100%;
}
.single .post_navi li a:hover {
  opacity: 1;
  background-color: #e2e2e2;
}
.single .post_navi li a span {
  display: block;
  font-size: 16px;
  color: #264d77;
  font-weight: bold;
  position: relative;
}
.single .post_navi li.next a span {
  text-align: right;
}
.single .post_navi li a span::before {
  content: "<<";
  padding-right: 0.25em;
}
.single .post_navi li.next a span::before {
  display: none;
}
.single .post_navi li.next a span::after {
  content: ">>";
  padding-left: 0.25em;
}
.single .post_navi li a .post_navi_head {
  display: flex;
  font-size: 13px;
  margin-top: 1em;
}
.single .post_navi li a .post_navi_head .cat {
  background-color: #9e9e9f;
  color: #fff;
  padding: 0.2em 0.7em;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-left: 1em;
}
.single .post_navi li a .ttl {
  font-size: 14px;
  margin-top: 0.25em;
}
.back_btn a {
  display: block;
  background-color: #5a5655;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 40px auto 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.back_btn a {
  display: block;
  background-color: #5a5655;
  width: 200px;
  height: 100%;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 40px auto 0 auto;
  font-size: 16px;
  font-weight: bold;
  padding: 1em 0;
  position: relative;
}
.back_btn.pt2 a {
  width: 260px;
}
.back_btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 6px;
  height: 10px;
  background: url(../img/contact_ic.svg) no-repeat;
  background-size: cover;
}
.single .side_column .ttl2 {
  margin-top: 0;
  font-size: 16px;
}
.single .ttl2 {
  font-size: 20px;
  color: #fff;
  background-color: #a8855f;
  padding: 0.5em 0.75em;
  font-weight: bold;
}
.mainwrap.list {
  margin-top: 80px;
}
.list .ttl1 {
  background-color: #a8855f;
  font-size: 20px;
  color: #fff;
  padding: 0.25em 0.75em;
  font-weight: bold;
}
ul.archive {
  margin-top: 30px;
}
ul.archive li {
  margin-bottom: 20px;
}
ul.archive li {
  color: #212529;
  display: flex;
  justify-content: flex-start;
}
ul.archive li a {
  width: 250px;
  margin-right: 30px;
}
ul.archive li a img {
  width: 100%;
}
ul.archive li .txt {
  width: 560px;
}
ul.archive li .txt.newslist {
  width: 100%;
}
ul.archive li .txt .ttl2 {
  background-color: transparent;
  padding: 0;
}
ul.archive li .txt .ttl2 a {
  color: #212529;
}
.list_head {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  margin-bottom: 1em;
}
.list_head .cat {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.25;
  margin-left: 0.75em;
}
.list_head .cat a {
  background-color: #9e9e9f;
  padding: 0.2em 0.7em;
  display: block;
  width: auto;
}
ul.archive li .ttl2 a {
  font-size: 16px;
}
.single ul.archive li .ttl2_single a {
  font-size: 16px;
}
.single ul.archive li .ttl2_single a:hover {
  opacity: 0.6;
}
ul.archive_tab {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
ul.archive_tab li a {
  display: block;
  margin-bottom: 10px;
  margin-right: 1em;
  padding: 0.25em 0.5em;
  font-size: 16px;
  background-color: #f2f2f2;
  white-space: nowrap;
}
.blog_navi {
  margin-top: 50px;
}
.main.top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2em;
}
.main.top .top_list1 {
  width: 250px;
  position: relative;
}
.main.top .top_list1 .ttl1 {
  background-color: #a8855f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.25em 0;
}
.main.top .top_list1 ul.archive li {
  display: block;
  margin-bottom: 1.75em;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.75em;
}
.main.top .top_list1 ul.archive li .ttl2 {
  margin-top: 1em;
}
.main.top .top_list2 {
  width: 838px;
  position: relative;
}
.main.top .top_list2 .ttl1 {
  background-color: #a8855f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.25em 0;
}
.main.top .top_list1::after, .main.top .top_list2::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -15px;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}
.main.top .top_list2 ul.archive {
  margin-top: 30px;
}
.main.top .top_list2 ul.archive li {
  margin-bottom: 1.75em;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2em;
}
.main.top .top_list2 ul.archive li > a {
  order: 2;
}
.main.top .top_list2 ul.archive li > a img {
  margin-right: 0;
}
.main.top .top_list2 ul.archive li .txt {
  order: 1;
  width: 568px;
  margin-right: 20px;
}
.main.top .top_list1 ul.archive li:last-of-type, .main.top .top_list2 ul.archive li:last-of-type {
  border-bottom: none;
}
.top_banner {
  border-top: 1px solid #e2e2e2;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
.top_banner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 21px;
}
.top_banner ul li {
  width: 254px;
  margin-bottom: 20px;
}
.mv {
  padding: 35px 10px;
  background-color: #f2f2f2;
  margin-bottom: 40px;
}
.mv .inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 400px;
}
.mv .inner .spride {
  width: 930px;
  position: relative;
}
.mv .inner .splide__track {
  width: 930px;
  position: absolute;
  z-index: 0;
}
.mv .inner .splide__arrows {
  width: 930px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  position: absolute;
  border: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  cursor: pointer;
  outline: none;
  background: url("../img/column/alw_icon.svg") no-repeat center center;
  background-size: 50px 80px;
  border-radius: 0;
  width: 100px;
  height: 100%;
}
.splide__arrows .splide__arrow.splide__arrow--prev:hover {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.5);
}
.splide__arrows .splide__arrow.splide__arrow--prev svg {
  display: none;
}
.splide__arrows .splide__arrow.splide__arrow--next {
  position: absolute;
  border: 0;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: none;
  background: url("../img/column/alw_icon.svg") no-repeat center center;
  background-size: 50px 80px;
  border-radius: 0;
  transform: rotate(-180deg);
  width: 100px;
  height: 100%;
}
.splide__arrows .splide__arrow.splide__arrow--next:hover {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.5);
}
.splide__arrows .splide__arrow.splide__arrow--next svg {
  display: none;
}
.mv .inner .splide__slide a {
  position: relative;
  display: block;
}
.mv .inner .splide__slide a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.mv .inner .splide__slide a p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.75em;
  width: 100%;
}
.mv .inner .movie {
  width: 303px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mv .inner .movie li img {
  width: 303px;
  height: 187px;
  object-fit: cover;
  object-position: center 52%;
}
.single .post_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 40px;
}
.single .post_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* * * * * * * * * * * *

記事詳細

* * * * * * * * * * * */
.single .ttl1 {
  font-weight: normal;
}
/* h3 */
.single .post h3 {
  font-size: 20px;
  line-height: 1.68;
  font-weight: normal;
  background-color: #F3F3F3;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-bottom: none;
}
/* single_head */
.single .main .single_head {
  align-items: center;
  justify-content: space-between;
}
.single .main .single_head .single_head_left {
  display: flex;
  align-items: center;
}
.single .main .single_head a {
  background-color: transparent;
}
.single .main .single_head .cat a {
  background-color: #9e9e9f;
  line-height: 23px;
  padding: 0 10px;
}
.single .main .single_head .sns ul {
  margin-top: 0;
}
.single .main .single_head .sns ul li {
  margin-right: 0;
}
.single .main .single_head .sns ul li a {
  padding: 0;
}
.single .main .single_head .sns ul li:nth-child(n+2) {
  margin-left: 10px;
}
/* header tag */
.single .main .single_tab.single_tab_header a {
  margin: 0 10px 10px 0;
}
/* single_main_image */
.single_main_image {
  max-width: 568px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* ttl */
.single .main .ttl2.single_post_list_ttl {
  margin-top: 20px;
}
.single .main .ttl2.single_post_list_ttl_rank {
  margin-top: 34px;
}
/* sns */
.single .main .sns .ttl {
  font-size: 15px;
  font-weight: normal;
}
/* single_tab */
.single .main .single_tab {
  font-size: 15px;
  font-weight: normal;
  margin-top: 20px;
}
.single .main .single_tab a {
  padding: 0 9px;
  margin: 0 10px 0 4px;
  line-height: 22px;
  display: inline-block;
}
.single .main .single_tab a:hover {
  opacity: 0.6;
}
.single .main .single_tab a + a {
  margin: 0 10px 0 0;
}
/* intro */
.intro {
  margin: 0;
}
/* auth_box */
.single .main .auth_box {
  margin-top: 20px;
}
.single .main .auth_box .ttl, .single .main .auth_box .name {
  font-weight: normal;
}
.single .main .auth_box .name {
  padding-bottom: 13px;
}
/* post_navi */
.single .main .post_navi::before {
  content: none;
}
.single .main .post_navi li a span, .single .post_navi li.next a span {
  font-weight: normal;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  font-weight: 500;
}
.single .main .post_navi li a span::before, .single .main .post_navi li.next a span::after {
  content: none;
}
/* back_btn */
.single .main .back_btn {
  padding-bottom: 4em;
}
.single .main .back_btn a {
  background-color: #000;
  border-radius: 5px;
  width: 200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
}
.single .main .back_btn a:hover {
  opacity: 0.6;
}
.single .main .back_btn a::before {
  content: none;
}
/* 人気のタグ */
.tag_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 2px;
}
.tag_list li {
  margin-right: 12px;
  margin-bottom: 12px;
}
.tag_list li a {
  width: auto;
  height: auto;
  line-height: 29px;
  background-color: #F2F2F2;
  padding: 0 10px;
  font-size: 14px;
  color: #212529;
  display: inline-block;
}
.tag_list + .list_link {
  text-align: right;
  padding-bottom: 4em;
}
.tag_list + .list_link a {
  font-size: 14px;
  line-height: 1.508;
  color: #264D77;
  text-decoration: underline;
  font-weight: 500;
}
.tag_list + .list_link a::before {
  content: ">>";
}
/* 記事アクセスランキング */
.single_post_list, ul.archive.single_post_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.single_post_list li, ul.archive.single_post_list li {
  display: block;
  width: calc((100% - 60px) / 3);
}
.single_post_list_image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 60%;
  display: block;
  margin-bottom: 8px;
}
.single_post_list_image:hover {
  opacity: 0.6;
}
.single_post_list li .single_post_list_info, .single_post_list li .list_head {
  display: flex;
  align-items: center;
}
.single_post_list li .single_post_list_date {
  font-size: 16px;
  line-height: 1.4;
  color: #212529;
}
.single_post_list li .single_post_list_taxonomy a {
  background-color: #9E9E9F;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  margin-left: 14px;
}
ul.archive.single_post_list .list_head {
  margin-bottom: 0;
}
.single_post_list li .single_post_list_text, .single ul.archive.single_post_list li .ttl2_single {
  font-size: 16px;
  line-height: 1.4;
  color: #212529;
  margin-top: 8px;
}
/*sidebar*/
.side_column .movie {
  padding-bottom: 2.5em;
}
.side_column .movie li img {
  width: 210px;
  height: 123px;
  object-fit: cover;
  object-position: center 52%;
}
.side_column .movie li:last-of-type {
  margin-top: 1em;
}
.side_column .single_post_list {
  display: block;
}
.side_column .single_post_list li {
  width: 100%;
  padding-bottom: 2em;
  position: relative;
}
.side_column .single_post_list li .single_post_list_info {
  flex-wrap: wrap;
}
.side_column .single_post_list li .single_post_list_info .single_post_list_date {
  font-size: 13px;
  margin-right: 10px;
}
.side_column .single_post_list li .single_post_list_info .single_post_list_taxonomy a {
  font-size: 13px;
  padding: 0 6px;
  margin-left: 0;
}
.side_column .single_post_list li .single_post_list_text {
  font-size: 14px;
}
.side_column .single_post_list li .single_post_list_image {
  position: relative;
}
.side_column .single_post_list li .single_post_list_image::before {
  content: "1";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #d8c13a;
  z-index: 1;
}
.side_column .single_post_list li:nth-of-type(2) .single_post_list_image::before {
  content: "2";
  background-color: #919191;
}
.side_column .single_post_list li:nth-of-type(3) .single_post_list_image::before {
  content: "3";
  background-color: #893636;
}
.side_column .single_post_list li:nth-of-type(4) .single_post_list_image::before {
  content: "4";
  background-color: #29679b;
}
.side_column .single_post_list li:nth-of-type(5) .single_post_list_image::before {
  content: "5";
  background-color: #232554;
}
.side_column .tag {
  padding-top: 2em;
}
/* cta */
.single .main .post .cta {
  background-color: #F7F7F7;
  padding: 28px;
  margin-top: 20px;
}
.single .main .post p.cta_lead {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0;
}
.single .main .post .cta_link {
  width: 380px;
  height: 61px;
  border-radius: 7px;
  background-color: #264D77;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 28px auto 0;
  text-decoration: none;
}
/* authInfo */
.authInfo {
  border: 1px solid #E2E2E2;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.authInfo__left {
  margin-right: 28px;
}
.authInfo__catch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 92px;
  height: 22px;
  color: #fff;
  background: url("../img/column/bg_auth_info_catch.svg") no-repeat top left/contain;
}
.authInfo__image {
  width: 80px;
  height: 80px;
  margin: 7px auto 0;
}
.authInfo__image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.authInfo__name {
  font-size: 16px;
  line-height: 1.375;
}
.authInfo__text {
  font-size: 14px;
  line-height: 1.571;
  margin-top: 13px;
  position: relative;
}
.authInfo__text .more {
  font-size: 14px;
  line-height: 1.571;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  cursor: pointer;
  text-align: right;
  width: 6.5em;
}
.authInfo__text .more::after {
  content: "";
  position: absolute;
  border-style: none;
  left: -100%;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
}
/* 目次 */
.tableOfContents {
  background-color: #E4E9EF;
  padding: 12px;
  font-size: 19px;
  color: #9E9E9F;
  line-height: 1;
  display: flex;
  align-items: center;
}
.tableOfContents__icon {
  width: 45px;
  height: 45px;
  margin-right: 8px;
}
.tableOfContents__trigger {
  color: #000;
  margin: 0 4px;
  cursor: pointer;
}
.tableOfContents__arrow {
  font-size: 16px;
  vertical-align: 1px;
  margin-right: 2px;
}
.tableOfContents__trigger .tableOfContents__arrow::before {
  content: "▼";
}
.tableOfContents__trigger.show .tableOfContents__arrow::before {
  content: "▲";
}
.tableOfContents__trigger .tableOfContents__text::after {
  content: "表示する";
}
.tableOfContents__trigger.show .tableOfContents__text::after {
  content: "非表示";
}
.counter-decimal + p {
  margin-top: 20px;
}


/*240510追加*/
.single .main .single_head .single_head_left .cat{
  margin-left: 1em;
}
.single .main .post a.buzz_list_btn {
  width: 320px;
  border-radius: 7px;
  background-color: #264D77;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 2em auto 5em;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 1em;
}
.single .intro{
  padding-top: 1em;
}
img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}

/*240528追加*/
#buzz.mainwrap.single .post .buzz_post_wrap table{
  margin-top: 2em;
}
#buzz.mainwrap.single .post .buzz_post_wrap table tr,
#buzz.mainwrap.single .post .buzz_post_wrap table th,
#buzz.mainwrap.single .post .buzz_post_wrap table td{
  border: 1px solid #bcbcbc;
}
#buzz.mainwrap.single table th,
#buzz.mainwrap.single table td{
  padding: 0.5em;
  vertical-align: middle;
}
#buzz.mainwrap.single .post .buzz_post_wrap table th{
  background-color: #eee;
}
.single .main .auth_box{
  display: none;
}
/*250313追加*/
.mainwrap.single.buzz_top{
  padding-top: 1em;
}
.single .side_column .ttl2 {
  padding: .8em .75em;
}
/*250314追加*/
.side .tag .list_link, .main .top_list2 .list_link.left {
  text-align: left;
}
.main .top_list1 .list_link.left {
  margin-top: 1em;
}
.main .top_list1 .list_link.left a {
  font-size: 14px;
  color: #264d77;
  text-decoration: underline;
}
.main .top_list1 .list_link.left a::before {
  content: ">>";
}

/* 250901_ブログ詳細記事の導入文追加 */
.single .main .single_introduction {
  padding: 2em 0;
  font-size: 18px;
  line-height: 2;
  margin-top: 0;
}
.single .main .single_introduction .btns {
  margin-top: 2em;
}
.single .main .single_introduction .btns a {
  display: block;
  width: fit-content;
  font-weight: 700;
  color: #264d77;
  text-decoration: underline;
}
.single .main .single_introduction .btns a + a {
  margin-top: 1em;
}
.single .main .single_introduction .btns a:hover {
  text-decoration: none;
}

/* 250901_ブログ詳細記事のサイド上部にバナー追加 */
.side_column .banner:not(:last-child) {
  margin-bottom: 2em;
}
/*260317ブログサイドバーにセミナーバナー追加*/
.side_column .banner:not(:last-child){
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}