.post.archive .page_navi{ 
  margin-top: 6rem;
}
.fl-wrap{
  flex-wrap: wrap;
}

/* ーーーーーーーーーーーーーーーーーーー
  #post.single 
ーーーーーーーーー */
#post.single #article{
  padding-bottom:100px;
}
#post.single #article *{
  box-sizing: border-box;
}
#post.single #article > .inner {
  max-width: 1000px;
  margin-top: 76px;
  padding: 0;
}
@media screen and (max-width:768px) {
  #post.single #article > .inner {
    width: 92%;
    margin-top: 30px;
  }
}
#post.single .kv{
  /* visibility: hidden; */
  margin-bottom: 12px;
  text-align: center;
}
#post.single .kv figure{
  margin:auto;
  margin-bottom: 0!important;
}
#post.single .kv figure img{
  height: auto!important;
}
#post.single .kv iframe{
  width: 100%;
  height: 588px;
}
#post.single #single_post_title{
  width: 100%;
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 76px;
}
#post.single .cats,
.single-news .cats{
  font-size: 14px;
  line-height: 1.2;
}
#post.single .cats > a:has( + a),
.single-news .cats > a:has( + a){
  margin: 0 .55em 0 0;
  padding-right: .55em;
  border-right: 1px solid #d8d8d8;
}
#post.single #single_post_title *{
  letter-spacing: .05em;
}
#post.single #single_post_title .title{
  margin-bottom: 12px;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.5;
  font-feature-settings: "palt";
}
#post.single #single_post_title .date {
  width: 100%;
  color: #111;
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: .1em;
  font-family: "Lato", sans-serif;
}
#post.single #single_post_title .date:before{
  display: none;
}
#post.single .post_content{
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
/* 目次 */
#post.single div#ez-toc-container{
  width: 100%;
  margin-top: 85px !important;
  margin-bottom: 125px !important;
  padding: 10px 0px 20px;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}
#post.single #ez-toc-container .ez-toc-title-container{
  text-align: left;
  position: relative;
  margin-bottom: 15px;
}
#post.single .ez-toc-title-container::before{
  content: "";
  display: block;
  width: 100%;
  border-radius: 2px;
  background-color: #d8d8d8;
  position: absolute;
}
#post.single #ez-toc-container .ez-toc-title-container::before {
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div#ez-toc-container .ez-toc-title{
  padding-right: .3em;
  background-color: #fff;
  font-size: 14px;
  position: relative;
}
#post.single span.ez-toc-title-toggle{
  display: none;
}
#post.single #ez-toc-container .ez-toc-toggle label{
  background-color: #fff;
}
#post.single #ez-toc-container .ez-toc-toggle .ez-toc-icon-toggle-span {
  height: 31px;
}
div#ez-toc-container ul li{
  padding-left: 40px;
  position: relative;
}
div#ez-toc-container nav > ul > li::before{
  content:"";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  left: 20px;
  top: .4em;
  transform: rotate(135deg);

}
#post.single #ez-toc-container .ez-toc-list>li + li{
  margin-top: 12px;
}
#post.single #ez-toc-container .ez-toc-list li li{
  padding-left: 0px;
  margin-top: 6px;
}
#post.single #ez-toc-container a {
  font-size: 14px;
  letter-spacing: .05em;
}
/* 見出し */
#post.single .post_content h2:not(.def){
    margin-top: 9rem;
    margin-bottom: 2.5rem;
    padding-bottom: 5px;
	background: #000000;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
    text-align: left;
    text-align-last: left;
    font-size: 2.64rem;
    font-weight: var(--font-weight);
	color: #ffffff;
    letter-spacing: .05em;
}
#post.single .post_content h2:not(.def).has-text-align-center{
  text-align: center;
  text-align-last: center;
}
#post.single .post_content h2.is-style-vk-heading-brackets_black{
  margin-bottom: 2em;
  padding: 0 2em;
  text-align: center;
  text-align-last: center;
}
#post.single .post_content h2 span.kazari {
  display: none;
}
#post.single .post_content>h3:not(.def),
#post.single .post_content h3.is_mark{
  margin-bottom: 2.4rem;
  margin-top: 6.6rem;
  padding: 12px 4px;
  border-bottom: 1px dashed;
  font-size: 2.4rem;
  letter-spacing: .05em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width:768px) {
  #post.single .post_content>h3:not(.def),
  #post.single .post_content h3.is_mark{
    margin-top: 3.2rem;
    font-size: 1.6rem;
    font-weight: var(--font-weight-semibold);
    line-height: 2.48rem;
  }
}
#post.single .post_content>h3:not(.def) span,
#post.single .post_content h3.is_mark span{
  font-size: 16px!important;
}
#post.single .post_content h4:empty{
  display: none;
}
#post.single .post_content h4:not(.def){
  font-size: 16.8px;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  #post.single .post_content h2:not(.def){
    margin-top: 5.6rem;
    font-size: 2.2rem;
    line-height: 2.82rem;
  }
  #post.single .post_content h4:not(.def){
    font-size: 15.2px;
  }
}
/* 装飾 */
#post.single .post_content mark{
  background-color: #F78DA7;
}
#post.single .post_content .f_helvetica{
  font-family: var(--font-mix);
}
#post.single .post_content .dots{
  border-bottom: rgb(7 4 83 / 70%) 2px dotted;
  color: #111;
}
#post.single .post_content .dots.yellow{
  border-color: #FFFD6B;
}
#post.single .post_content .dots.black{
  border-color: #000000;
}
#post.single .post_content .dots.gray{
  border-color: #ABB8C3;
}
#post.single .post_content .dots.red{
  border-color: #CF2E2E;
}
#post.single .post_content .dots.orange{
  border-color: #FF6900;
}
#post.single .post_content .dots.green{
  border-color: #00D084;
}
#post.single .post_content .dots.blue{
  border-color: #0693E3;
}
#post.single .post_content .dots.purple{
  border-color: #9B51E0;
}
#post.single .post_content .mark{
  background: linear-gradient(transparent 60%, rgb(7 4 83 / 70%) 0);
  color: #111;
}
#post.single .post_content .mark.yellow{
  background: linear-gradient(transparent 60%, rgba(255, 253, 107, 0.7) 0);
}
#post.single .post_content .mark.red{
  background: linear-gradient(transparent 60%, rgba(207, 46, 46, 0.7) 0);
}
#post.single .post_content .mark.gray{
  background: linear-gradient(transparent 60%, rgba(171, 184, 195, 0.7) 0);
}
#post.single .post_content .mark.orange{
  background: linear-gradient(transparent 60%, rgba(255, 105, 0, 0.7) 0);
}
#post.single .post_content .mark.green{
  background: linear-gradient(transparent 60%, rgba(0, 208, 132, 0.7) 0);
}
#post.single .post_content .mark.blue{
  background: linear-gradient(transparent 60%, rgba(6, 147, 227, 0.7) 0);
}
#post.single .post_content .mark.purple{
  background: linear-gradient(transparent 60%, rgba(155, 81, 224, 0.7) 0);
}
/* コンテンツ */
#post.single .post_content p{
  font-size: 16.8px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2;
}
@media screen and (max-width:768px) {
  #post.single .post_content p{
    font-size: 15.2px;
  }
}
#post.single .post_content p *{
  line-height: 2;
}
#post.single .post_content>*{
  margin-bottom: 3.2rem;
}
#post.single .post_content>blockquote{
  margin: 2em 0;
}
#post.single .post_content>*:first-of-type:empty{
	display:none;
}
#post.single .post_content .wp-block-image:not(.def),
#post.single .post_content .videowrap:not(.def){
  margin-bottom: 60px;
}
#post.single .post_content p + .wp-block-image:not(.def),
#post.single .post_content p + figure:not(.def),
#post.single .post_content p + .videowrap:not(.def),
#post.single .post_content p + .wp-block-columns:has(img),
#post.single .post_content .wp-block-columns:has(img) + p:not(.caption),
  #post.single .post_content figure + p:not(.caption),
  #post.single .post_content .wp-block-columns:has(img) + p.caption + *{
  margin-top: 60px;
}
#post.single .post_content p + .parts-border-box{
  margin-top: 50px;
}
#post.single .post_content>.videowrap:has(+ ul):not(.def),
#post.single .post_content>figure:has(+ ul):not(.def),
#post.single .post_content>.videowrap:has(+ .caption),
#post.single .post_content .wp-block-image:not(.def):has(+ .caption),
#post.single .post_content>figure:has(+ .caption),
#post.single .post_content>*:has(+ .caption){
  margin-bottom: 10px;
}
#post.single .wp-block-columns .wp-block-image{
  margin-bottom: 0!important;
}
#post.single .post_content>*:last-child{
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  #post.single .post_content p + .wp-block-image:not(.def),
  #post.single .post_content p + figure:not(.def),
  #post.single .post_content p + .videowrap:not(.def),
  #post.single .post_content p + .wp-block-columns:has(img),
  #post.single .post_content .wp-block-columns:has(img) + p:not(.caption),
  #post.single .post_content figure + p:not(.caption),
  #post.single .post_content .wp-block-columns:has(img) + p.caption + *{
    margin-top: 40px;
  }

}
/* infomationコンテンツ */
#post.single .vk_borderBox:not(.def),
#post.single .vk_borderBox:not([class*=def]) .vk_borderBox_body{
  border-color: #c4c4c4;
  border-width: 1px!important;
}
#post.single .vk_borderBox:not(.def) .vk_borderBox_title_container{
  color: #d0b99e;
}
#post.single .vk_borderBox[class$=tab]:not(.def) .vk_borderBox_title_container,
#post.single .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab:not(.def) .vk_borderBox_title_container,
#post.single .vk_borderBox[class$=banner]:not(.def) .vk_borderBox_title_container{
  background-color: #e0e0e0!important;
  color: #fff;
}
#post.single .vk_borderBox:not(.def) .vk_borderBox_title_container:has(.vk_borderBox_title:empty){
  display: none;
}

#post.single .vk_borderBox:not([class*=vk_borderBox-color]).is-style-vk_borderBox-style-solid-kado-tit-tab>.vk_borderBox_title_container:not(.has-background),
#post.single .vk_borderBox:not(.def) .wp-block-vk-blocks-icon .vk_icon_frame:not(.is-style-outline):not(.is-style-noline) .vk_icon_border:not(.has-background){
  background-color: #e0e0e0;
}
#post.single .vk_borderBox:not(.def).is-style-vk_borderBox-style-solid-kado-iconFeature>.vk_borderBox_title_container>.vk_borderBox_icon_border{
  background-color: #e0e0e0!important;
}
/* リストコンテンツ */
#post.single .post_content ul,
#post.single .post_content ol{
  width: 98%;
  margin-left: 0;
  padding: 30px 24px 30px 44px;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-size: 16.8px;
  font-weight: 400;
  counter-reset: li;
}
@media screen and (max-width:768px) {
  #post.single .post_content ul,
  #post.single .post_content ol{
    padding: 20px;
    font-size: 15.2px;
  }
}
.post_content ul li{
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1.48;
}
@media screen and (max-width:768px) {
  .post_content ul li{
    padding: 0 0 0 26px;
  }
}
.post_content ul li:before{
  display: block;
  content: "";
  position: absolute;
  top: .6em;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #2b2b2b;
  border-radius: 100%;
}
.post_content ol li{
  list-style: none;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1.48;
}
@media screen and (max-width:768px) {
  .post_content ol li{
    padding: 0 0 0 26px;
  }
}
.post_content ol li:before{
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  top: .24em;
  left: 0;
}
@media screen and (max-width:768px) {
.post_content ol li:before{
  height: 18px;
  width: 18px;
}
}
.post_content ol li:after{
  display: block;
  counter-increment: li;
  content: counter(li);
  width: 20px;
  height: 20px;
  position: absolute;
  top: .3em;
  left: 0;
  text-align: center;
  font-size: .65em;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (max-width:768px) {
.post_content ol li:after{
  width: 18px;
  height: 18px;
}
}
.post_content .wp-block-list li + li{
  margin-top: 8px;
}
#post.single ul.is-style-vk-numbered-square-mark li:before, 
#post.single ol.is-style-vk-numbered-square-mark li:before {
  top: 0.25em;
  line-height: 1.5em;
}
#post.single ul.is-style-vk-check-circle-mark li::before, 
#post.single ol.is-style-vk-check-circle-mark li::before{
  top: .05em;
}
#post.single .vk_borderBox:not(.def) .vk_borderBox_body>*:first-of-type{
  margin-top: 0!important;
}
#post.single .vk_borderBox:not(.def) .vk_borderBox_body>* {
  margin-bottom: 15px!important;
}
#post.single .vk_borderBox.wp-block-vk-blocks-border-box .vk_borderBox_body>*:last-of-type {
  margin-bottom: 0px!important;
}
#post.single .vk_borderBox:not(.def).is-style-vk_borderBox-style-solid-round-tit-tab:has(.vk_borderBox_title:empty) .vk_borderBox_body{
  border-radius: 5px;
}
#post.single .vk_borderBox:not(.def).is-style-vk_borderBox-style-solid-round-tit-tab:has(.vk_borderBox_title:empty) .vk_borderBox_body p{
  font-size: 14px;
}
/* メディアテキストコンテンツ */
#post.single .post_content .wp-block-media-text .wp-block-media-text__content{
  padding-top: 2em;
  padding-bottom: 2em;
}
#post.single .post_content .wp-block-media-text .wp-block-media-text__content .wp-block-group{
  padding: 0!important;
}
#post.single .post_content .wp-block-media-text .wp-block-media-text__content .wp-block-group__inner-container > *:not(h3):nth-child(1){
  font-size: 200%;
}
#post.single .post_content .wp-block-media-text h3{
  margin-bottom: 1em;
  margin-top: 0;
}
#post.single .post_content .wp-block-media-text p{
  margin-bottom: .5em;
}
#post.single .post_content .wp-block-media-text p:first-of-type *{
  line-height: 1.4;
}
@media screen and (max-width:781px){
  /* コンテンツ */
  #post.single .post_content .full img{
    width: 100%!important;
    height: auto!important;
  }
}

@media screen and (max-width:768px){
  #post.single .kv {
    margin-bottom: 12px;
  }
  #post.single #single_post_title {
    margin-bottom: 30px;
    padding-top: 0;
  }
  #post.single #single_post_title .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #post.single #single_post_title .date {
    margin-bottom: 10px;
  }
  #post.single #post.single #single_post_title .cats {
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    line-height: 1.6;
  }
  #post.single .post_content > h3:not(.def)::before,
  #post.single .post_content h3.is_mark::before{
    margin-top: -3px;
  }
  /* 目次 */
  #post.single div#ez-toc-container{
    display: none;
  }
  /* テキストメディアコンテンツ */
  #post.single .post_content .wp-block-media-text .wp-block-media-text__content .wp-block-group__inner-container > *:not(h3):nth-child(1){
    font-size: 180%!important;
  }
}
.post_content a{
  color: #7ab7ff;
  text-decoration: underline;
}
.post_content strong{
  font-weight: 900;
}

/* -------------------------------------
 seocord  
 ------------------------------------------------------------------------------------------*/
.seo_card{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
  line-height: 1.8em;
  letter-spacing: .05em;
  position: relative;
}
.seo_card .Replan{
  font-size: 18px;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
}
.seo_card:has(+ .mg-contact),
.seo_card:has(+ #bread_crumb){
  margin-bottom: 100px;
}
.seo_card .visual{
  width: 200px;
  min-height: 200px;
  border-radius: 130px;
  line-height: 0;
  overflow: hidden;
}
.seo_card .visual *{
  margin: 0;
}
.seo_card .visual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo_card .txt_wrap{
  flex:1;
  margin-left: 45px;
}
.seo_card .tit{
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}
.seo_card .tit span,
.seo_card .tit::before,
.seo_card .tit::after{
  display: none!important;
}
.seo_card p{
  font-size: 14px;
  text-align: justify;
  text-align-last: left;
}
.seo_card p + p{
  margin-top: .5em;
}
.seo_card p:has(a){
  margin-top: 15px;
}
.seo_card a{
  min-width: 300px;
  border:1px solid #333;
  padding: 9px 24px 7px;
  text-align: center;
  text-align-last: center;
  font-size: 12px;
  color: #111;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .seo_card{
    margin-top: 115px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .seo_card .Replan{
    width: fit-content;
    right: 0;
    bottom: calc(100% + 20px);
    margin: auto;
  }
  .seo_card .visual{
    width: 48.6vw;
    height: 48.6vw;
    border-radius: 50vw;
    margin: auto;
  }
  .seo_card .txt_wrap{
    flex:unset;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .seo_card .tit{
    text-align: center;
  }
  .seo_card p:has(a) {
    margin-top: 40px;
    text-align: center;
    text-align-last: center;
  }
  .seo_card a{
    display:inline-block;
    min-width: 62%;
    text-align: center;
    text-align-last: center;
  }
}

/* -------------------------------------
 next_prev_post  
 ------------------------------------------------------------------------------------------*/
#next_prev_post {
  margin: 160px 0 0 0;
  padding-right: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #next_prev_post{
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
#next_prev_post:empty,
#next_prev_post:blank{
  display: none;
}
#next_prev_post .item{
  width: 50%;
  line-height: 0;
}
#next_prev_post a{
  border-color: #000000;
}
#next_prev_post a:hover{
  color: #9d9d9d;
}
#next_prev_post a::before{
  background-color: #000000;
}
#next_prev_post a:hover span:before{
  border-color: #9d9d9d;
}

/* .prev_post */
#next_prev_post .prev_post{
  text-align: left;
}
@media screen and (min-width:769px) {
  #next_prev_post .prev_post {
   border-right: 1px solid #d8d8d8;
  }
}
#next_prev_post .prev_post a p{
  text-align: left;
  text-align-last: left;
}
#next_prev_post .prev_post a span{
  margin-left: 0;
  margin-right: .25em;
}
#next_prev_post .prev_post a span:before{
  transform: rotate(225deg);
}
/* .next_post */
#next_prev_post .next_post{
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width:769px) {
  #next_prev_post:not(:has(.prev_post)) .next_post{
   border-left: 1px solid #d8d8d8;
  }
}
/* -------------------------------------
 関連記事  
 ------------------------------------------------------------------------------------------*/
#post.single .relation-posts{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
#post.single .relation-posts > .tit{
  margin-bottom: 25px;
  letter-spacing: .1em;
  font-weight: var(--font-weight-semibold);
  font-size: 17px;
  line-height: 1.2;
}
#post.single .relation-posts .item {
  width: calc(33.33% - 20px);
}
#post.single .relation-posts .item + .item{
  margin-left: 30px;
}
#post.single .relation-posts .item > * + *{
  margin-top: 10px;
}
#post.single .relation-posts .item .visual{
  aspect-ratio: 3/ 2;
  overflow: hidden;
}
#post.single .relation-posts .item .visual > *{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#post.single .relation-posts .item .tit{
  font-size:1.4rem;
  font-weight:var(--font-weight-semibold);
  letter-spacing: .05em;
  line-height: 1.5;
}
#post.single .relation-posts .cats{
  margin-top: 10px;
}

#post.single #ctf .ctf-header{
  font-size: 18px;
}
#post.single .ranking .item .visual{
  position: relative;
}
#post.single .ranking .item .visual::before{
  content: "1";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #111;
  text-align: center;
  text-indent: 0em;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
#post.single .ranking .item:nth-of-type(2) .visual::before{
  content: "2";
}
#post.single .ranking .item:nth-of-type(3) .visual::before{
  content: "3";
}
#post.single .ranking .item:nth-of-type(4) .visual::before{
  content: "4";
}
#post.single .ranking .item:nth-of-type(5) .visual::before{
  content: "5";
}


@media screen and (max-width:1040px) {
  #post.single .relation-posts{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:768px) {
  #post.single .relation-posts{
    margin-bottom: 50px;
  }
  #post.single .relation-posts > .tit{
    text-align: center;
    font-size: 17px;
    position: relative;
  }
  #post.single .relation-posts > .tit:before{
    content: '';
    display: block;
    width: 32%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #post.single .relation-posts > .tit:after{
    position: absolute;
    top: 50%;
    width: 32%;
    height: 1px;
    background-color: #111;
    content: '';
    right: 0;
  }
  #post.single .relation-posts .flex{
    flex-wrap: wrap;
  }
  #post.single .relation-posts .item{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #post.single .relation-posts .item + .item{
    margin-left: 0px;
    margin-top: 20px;
  }
  #post.single .relation-posts .item > * + *{
    margin-top: 0;
  }
  #post.single .relation-posts .item .visual{
    margin-right: 20px;
    width: 34.6vw;
  }
  #post.single .relation-posts .item .txt_wrap{
    flex: 1;
  }
  #post.single .relation-posts .item .tit{
    padding-top: 0;
    font-size: 13px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.8;
  }
  #post.single .relation-posts .cats{
    display: none;
  }
}
/* under_posts category */
.under_posts{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.mg-pagenation + .under_posts{
  margin-top: 90px;
}
.under_posts.flex > div{
  width: calc(50% - 40px);
}
.under_posts.flex > div + div{
  margin-left: 80px;
}
.under_posts > div > .tit,
.under_posts > .tit{
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: .05em;
  line-height: 1.2;
  position: relative;
}
.under_posts > .tit.jp{
  font-size: 17px;
}
.under_posts > div:not(.sns) > .tit:before{
  content: '';
  width: calc(100% - 115px);
  height: 1px;
  background-color: #111;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
}
.under_posts .item + .item{
  margin-top: 12px;
}
.under_posts .visual{
  margin-right: 20px;
  width: 175px;
}
.under_posts .txt_wrap {
  flex: 1;
}
.under_posts .txt_wrap .tit{
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: .06em;
  font-weight: 400;
  line-height: 1.8;
}
.under_posts div.sns .border{
  border:1px solid #acacac;
}
.under_posts div.sns #sb_instagram{
  padding-bottom: 0!important;
}
.under_posts .sns .tiktok-embed{
  height: min(423px, 39vw)!important;
}
.under_posts div.sns .border:has(#ctf){
  padding: 4px 10px;
}
.under_posts.categories .cats{
  height: 1.2em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
}
.under_posts.categories.active .cats{
  height: auto;
}
.under_posts.categories .cats a{
  display: inline-block;
  margin-bottom: 1.2em;
}
.under_posts.categories .cats a:has( + a){
  margin: 0 .55em 1.2em 0;
  padding-right: .55em;
  border-right: 1px solid #d8d8d8;
}
.under_posts.categories button{
  display: block;
  min-width: 240px;
  position: relative;
  margin: 25px auto 10px;
  padding: 0;
  outline: none;
  border: 0;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  color: #111;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-family: var(--font-mix);
  letter-spacing: .05em;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: button;
}
.under_posts.categories button.active{
  display: none;
}
.under_posts.categories button:hover{
  color: #fff;
}
.under_posts.categories button .label {
  display: inline-block;
  padding: 14px 20px;
  margin: 0;
  position: relative;
  z-index: 11;
}
.under_posts.categories button:after  {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%207%22%3E%3Cstyle%3E.cls-1%7Bfill%3A%23414141%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22plus%22%20class%3D%22cls-1%22%20d%3D%22M7%2C4H4V7H3V4H0V3H3V0H4V3H7Z%22%2F%3E%3C%2Fsvg%3E) no-repeat right center;
  background-size: 7px 7px;
  position: relative;
  bottom: 1px;
  z-index: 11;
}
.under_posts.categories button:hover:after {
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%207%22%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22plus%22%20class%3D%22cls-1%22%20d%3D%22M7%2C4H4V7H3V4H0V3H3V0H4V3H7Z%22%2F%3E%3C%2Fsvg%3E) no-repeat right center;
}
@media screen and (max-width:1040px) {
  .under_posts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:768px) {
  .under_posts{
    margin-bottom: 50px;
  }
  .mg-pagenation + .under_posts{
    margin-top: 50px;
  }
  .under_posts.flex{
    flex-wrap: wrap;
  }
  .under_posts.flex > div{
    width:100%;
  }
  .under_posts.flex > div + div{
    margin-left: 0px;
    margin-top: 45px;
  }
  .under_posts > div > .tit, .under_posts > .tit{
    text-align: center;
  }
  .under_posts > div:not(.sns) > .tit:before{
    display: block;
    top: 50%;
    width: 32%;
    left: 0;
  }
  .under_posts > div:not(.sns) > .tit:after {
    position: absolute;
    top: 50%;
    width: 32%;
    height: 1px;
    background-color: #111;
    content: '';
    right: 0;
  }
  .under_posts .item + .item{
    margin-left: 0px;
    margin-top: 20px;
  }
  .under_posts .visual {
    margin-right: 20px;
    width: 34.6vw;
  }
  .under_posts .txt_wrap .tit{
    padding-top: 0;
    font-size: 13px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.8;
  }
  .under_posts .sns .sbi_images{
    padding: 0!important;
  }
  .under_posts .sns .tiktok-embed{
    height: auto !important;
  }
}


/* 追従SNS */
.common-header-sns{
  position: fixed;
  top: 160px;
  right: 4.2rem;
  z-index: 997;
  -webkit-transition:all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
}
.common-header-sns .sns_button_list{
  display: block;
  width: 21px;
}
.common-header-sns .sns_button_list li{
  display: block;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
.common-header-sns .sns_button_list li + li {
  margin-top: 1.5rem;
}
.common-header-sns .sns_button_list li a{
  display: block;
  width: 2.4rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.common-header-sns .sns_button_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.common-header-sns .sns_button_list li a:before{
  font-size: 21px;
  color: var(--mg-basecolor)!important;
}
.sns_button_list li a span { display:none; }

@media screen and (max-width:768px) {
  .common-header-sns{display: none;}
}

/* 追従サービスネーム */
.float-service-name{
  padding-bottom: 0!important;
  font-size: 2.2rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-en);
  font-weight: var(--font-weight-bold);
  position: fixed;
  top: 160px;
  left: .5rem;
  z-index: 997;
  -webkit-transition:all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width:768px) {
  .float-service-name{
    display: none;
  }
}

/* tag */
.tag-lists a {
    display: inline-block;
    max-width: 100%;
    padding: 4px 8px;
    margin-bottom: 4px;
    margin-right: 1px;
    background: rgba(0,0,0,.04);
    border-radius: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.04rem;
    text-decoration: none;
    letter-spacing: 0;
    transition: color .4s ease,background .4s ease,transform .4s ease,opacity .4s ease,border .4s ease,padding .4s ease,left .4s ease,box-shadow .4s ease
}

@media (max-width: 767px) {
    .tag-lists a {
        margin-bottom:5px
    }
}

.tag-lists a:hover {
    background-color: #dddddd;
    color: #fff !important
}

.tag-lists .tag-cloud-link:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    padding-right: 3px;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23111111%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M497%2C258.8L262.1%2C23.9c-9-9-20.9-14.3-33.6-14.9L53.7%2C0c-14.5-.7-28.5%2C4.7-38.8%2C14.9C4.8%2C25.2-.7%2C39.3%2C0%2C53.8l8.9%2C174.8c.6%2C12.7%2C5.9%2C24.6%2C14.9%2C33.6l234.9%2C234.9c20%2C20%2C52.4%2C20%2C72.4%2C0l165.9-165.9c20-20%2C20-52.4%2C0-72.3ZM154.6%2C154.6c-16.5%2C16.5-43.1%2C16.5-59.5%2C0-16.5-16.4-16.5-43.1%2C0-59.6%2C16.5-16.4%2C43.1-16.4%2C59.5%2C0%2C16.4%2C16.5%2C16.4%2C43.1%2C0%2C59.6Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    line-height: .9rem;
}
@media (min-width: 768px) {
  .tag-lists .tag-cloud-link:hover:before {
      background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23ffffff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M497%2C258.8L262.1%2C23.9c-9-9-20.9-14.3-33.6-14.9L53.7%2C0c-14.5-.7-28.5%2C4.7-38.8%2C14.9C4.8%2C25.2-.7%2C39.3%2C0%2C53.8l8.9%2C174.8c.6%2C12.7%2C5.9%2C24.6%2C14.9%2C33.6l234.9%2C234.9c20%2C20%2C52.4%2C20%2C72.4%2C0l165.9-165.9c20-20%2C20-52.4%2C0-72.3ZM154.6%2C154.6c-16.5%2C16.5-43.1%2C16.5-59.5%2C0-16.5-16.4-16.5-43.1%2C0-59.6%2C16.5-16.4%2C43.1-16.4%2C59.5%2C0%2C16.4%2C16.5%2C16.4%2C43.1%2C0%2C59.6Z%22%2F%3E%3C%2Fsvg%3E');
  }
}
@media (max-width: 767px) {
    .tag-lists .tag-cloud-link:before {
        line-height:1rem
    }
}

.tag-lists .tag-cloud-link:hover:before {
    color: #fff !important
}

/* faq */
.faq.lists{
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.faq.lists dl{
  border-top: 1px solid #ccc;
  padding: 3rem 0 3rem 0;
  cursor: pointer;
}
.faq.lists dt{
  position: relative;
  padding-right: 17rem;
  padding-left: 1.6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.62;
}
.faq.lists dt::before,
.faq.lists dt::after{
  content: "";
  width: 1.6rem;
  height: 1.5px;
  margin: auto;
  background-color: #111;
  position: absolute;
  right: 6.8rem;
  top: 0;
  bottom: 0;
  transition: all 1.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.faq.lists dt::after{
  transform: rotate(90deg);
}
.faq.lists dl:has( .active) dt::after{
  opacity: 0;
}
.faq.lists dd{
  overflow-y: hidden;
  width: 100%;
  max-height: 0;
  padding-right: 18rem;
  padding-left: 1.6rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  transition: all .5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.faq.lists dd.active{
  padding-top: 3rem;
  max-height: 300vh;
}
@media screen and (max-width:768px) {
  .faq.lists{
    flex: unset;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .faq.lists dl{
    border-top: 1px solid #ccc;
    padding: 3.2rem 0 3.2rem 0;
  }
  .faq.lists dt {
    padding-right: 4.8rem;
    padding-left: 0;
    font-size: 1.6rem;
  }
  .faq.lists dt::before,
  .faq.lists dt::after {
    right: 1.6rem;
  }
  .faq.lists dt::after{
    transform: rotate(90deg);
  }
  .faq.lists dl:has( .active) dt::after{
    opacity: 0;
  }
  .faq.lists dd{
    padding-right: 4.8rem;
    padding-left: 0;
    font-size: 1.3rem;
  }
  .faq.lists dd.active{
    padding-top: 1.6rem;
  }
}
