@charset "UTF-8";
/*======================================
layout
/*======================================*/
.post-style {
  background-color: rgb(var(--gray-rgb) /.9);
}
.post-style main {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
#single article {
  margin: 0 auto;
  padding: 3rem;
}
#single main .thumbnail {
  overflow: hidden;
  height: 35vh;
  border-radius: 1em;
  margin: 3em auto;
  max-height: 450px;
}
body::before {
  background-image: url(../../img/CMN/bg-office.jpg);
  background-size: cover;
  background-attachment: fixed;
  blur: 12px;
}
body::after {
  background-color: rgb(var(--navy-rgb) / .2);
  backdrop-filter: blur(3px);
}
}
@media screen and (min-width:1024px) {
  #single main .thumbnail {
    height: 50vh;
  }
} /*END query*/
@media screen and (orientation: portrait) {} /*END query*/
@media screen and (orientation: landscape) {} /*END query*/
@media screen and (min-width:1024px) {} /*END query*/
/*======================================
rtoc
/*======================================*/
.rtoc-mokuji-content.frame2 {
  padding: 1em;
}
.rtoc-mokuji-content.frame2::before {
  border-width: .5em !important;
}
@media screen and (min-width:1024px) {
  .rtoc-mokuji-content.frame2::before {
    border-width: 1em !important;
  }
} /*END query*/
#rtoc-mokuji-title {
  font-family: "FuturaLTPro-Bold", sans-serif;
  letter-spacing: 3px !important;
}
.rtoc-mokuji-content .rtoc-mokuji.level-1 > .rtoc-item::before {
  font-family: "FuturaLTPro-Bold", sans-serif;
}
.rtoc-mokuji-content .rtoc-mokuji.level-1 li {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
/*======================================
single_navi
/*======================================*/
#single_navi {
  text-align: center;
}
#single_navi .post_previous, #single_navi .post_next {
  text-align: center;
  width: calc((100% - 2.5%)/2);
  max-width: 240px;
}
#single_navi .post_next {
  margin-right: 2.5%;
}
#single_navi a {
  position: relative;
  font-size: 90%;
  line-height: 50px;
  display: block;
  text-align: center;
  border: 4px solid rgb(var(--orange-rgb)/.5);
  color: rgb(var(--orange-rgb)/.8);
  border-radius: 50px;
  letter-spacing: normal;
}
#single_navi a span {
  text-indent: 0;
  white-space: normal;
  overflow: hidden;
  display: block;
}
#single_navi .post_next a {
  padding-left: 5px;
}
#single_navi .post_previous a {
  padding-right: 5px;
}
#single_navi a:after {
  position: absolute;
  width: 50px;
  line-height: 50px;
  color: rgb(var(--orange-rgb)/.8);
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease;
}
#single_navi .post_next a:after {
  content: "\f053";
  left: 0;
}
#single_navi .post_previous a:after {
  content: "\f054";
  right: 0;
}
#single_navi .post_next a:hover:after {
  transform: translateX(-5px);
}
#single_navi .post_previous a:hover:after {
  transform: translateX(5px);
}
@media screen and (min-width:860px) {
  #single_navi .post_previous a, #single_navi .post_next a {
    padding: 0;
  }
} /*END query*/
/*======================================
widget-area
/*======================================*/
.SNS-shere {
  position: relative;
  text-align: center;
  width: 120%;
  margin-left: -10%;
}
.SNS-shere:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(var(--block-rgb)/.5);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 1;
}
.SNS-shere .thumbnail {
  width: 100%;
  height: 100%;
}
.SNS-shere img {
  z-index: 0;
}
.SNS-shere .inner {
  position: relative;
  list-style: none;
  z-index: 2;
  padding: 2em 1em 1.5em;
}
.SNS-shere h4, .SNS-shere p {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.SNS-shere h4 {
  position: relative;
  font-size: 150%;
  margin-bottom: 0.5em;
}
.SNS-shere h4 img {
  position: unset;
  max-width: 130px;
  width: 40%;
  margin: 0 auto .5em;
  top: auto;
  left: auto;
  transform: none;
}
.SNS-shere p {
  font-size: 90%;
  margin: 1em auto 0.5em;
}
/*======================================
AddToAny Share Buttons
/*======================================*/
#a2a_copy_link_copied {
  background-color: rgba(210, 175, 85, 1) !important;
}