@charset "utf-8";
/* CSS Document */
/*目次のアイコン*/
i.far.fa-check-square.check-icon {
    color: brown;
	font-size: 22px;
}
/*目次の枠*/
div#toc_container {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: none;
    background-color:#f6f6f6;
    display: block !important;
    font-size: 100% !important;
}
#toc_container p.toc_title {
    display: inline-block;
    padding: 0 9px;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
	    margin-left: 42px !important;
    margin-top: 6px !important;
}
#toc_container p.toc_title:before{
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/un/wp-content/themes/unity-om-b/imgs/dr-04.svg) no-repeat;
	background-size:contain;
	position: absolute;
    top: 24px;
    left: 31px;
}
div#toc_container {
     border: none !important; 
}
#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    padding-left: 20px;
    /* padding-top: 13px; */
}
#toc_container p.toc_title+ul.toc_list{
/*    margin-top: 45px !important;*/
    margin-right: 45px !important;
    padding-inline-start: 40px;
    margin-bottom: 1rem;
}
@media screen and (max-width: 425px){
#toc_container p.toc_title+ul.toc_list{
     margin: 25px -5px 0px -40px !important;
}
}
div#toc_container p {
    margin: 0;
    padding: 0;
}



div#toc_container li::before{
font-size: 22px;
padding-right: 10px;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
div#toc_container li{
  line-height:3;
}
/*タイトル*/

.kiji-article-content h2{
    padding: 0.5em 1em !important;
    margin: 1em 0 !important;
    background: #1789CA;
	border-radius: 4px;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.kiji-article-content h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.kiji-article-content h3{
    background: transparent;
  padding: 4px 10px;
  margin: 2em 0 1em;
  color: #000;
font-size: 17px;
font-weight: 500;
  border-left: 5px solid #279fe3;
  text-align: left;
}
/*目次*/
/*ロゴ表示*/
ul.toc_list li a{
    display: flex; /* 子要素を横並びにする */
    align-items: center; /* 垂直方向を中央揃えにする */
    text-decoration: none; /* 下線を消す */
}
ul.toc_list li a::before{
	content: url("../imgs/kaso/table-contents.svg");
    margin-right: 13px; /* 画像とテキストの間にスペースを作る */
	display: block; /* 画像をブロック要素として扱う */
    width: 25px; /* 画像の幅を明示的に指定 */
    height: 30px; /* 画像の高さを明示的に指定 */
}
/*横線表示*/
ul.toc_list li ul li a {
    position: relative;
    padding-left: 40px;
	color: #4E4E4E!important;
	font-size: 14px!important;
}
ul.toc_list li ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    width: 27px;
    height: 1px;
    background-color: #D7D7D7;
    padding: 0px;
}
#toc_container ul ul {
    margin-left: 0em;
}
/*記事ページ全体のコンテナー削除sp*/
.container.wrap-category.single-grop {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    max-width: 100%;
}
/*記事ページのSPのシェア*/
@media screen and (max-width:767px) {
.addtoany_share_save_container.addtoany_content.addtoany_content_top {
    display: none;
}
}
@media screen and (max-width: 767px) {

  /* 固定ボタン */
  .fixed-share-button-sp {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    width: 100%;
    display: flex;
    justify-content: center;
  }

.fixed-share-button-sp button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 36px;
    background: #FF96AD;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	padding: 8px 30px;
	border: none;
    cursor: pointer;
    width: 90%;
    max-width: 400px;
	letter-spacing: 1.2px;
}
  .fixed-share-button-sp img.humbleicons_share {
    width: 39px;
    height: auto;
    vertical-align: middle;
  }

  .fixed-share-button-sp span {
    display: inline-block;
  }
  /* オーバーレイ */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
  }

  /* シェアボタン表示パネル */
  .share-buttons {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 8.65vw 6.61vw;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.09vw;
   width: 100%;
	bottom: 0;
	border-radius: 20px 20px 0px 0px;
  }

  .sns-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.31vw 5.09vw;
    background-color: #fff;
    text-decoration: none;
    color: #9A9A9A!important;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
	 letter-spacing: 0.96px;
    border: 1px solid #EBE4E4;
  }

  .sns-btn img {
    width: 15.3vw;
    height: 15.3vw;
    margin-bottom: 3px;
  }

  .hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fixed-share-button-sp,
  .share-buttons,
  .overlay {
    display: none !important;
  }
}

/*------------この記事をシェアするボタン------------*/
/* === 共通：非表示制御 === */
[hidden] {
  display: none !important;
}

/* === PC：左固定（768px以上で表示） === */
.fs-left {
  position: fixed;
  top: 55%;
  left: 37px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1366px) {
.fs-left {
  left: 1%;
}
}
@media (max-width: 1310px) {
.fs-left {
  display: none;
}
}

.fs-left__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.fs-left__btn {
	display: grid;
    place-items: center;
    gap: 0px;
    width: 76px;
    height: 76px;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.0);
    font-size: 9px;
    font-weight: 500;
    border-radius: 3.848px;
    border: 0.77px solid #EBE4E4;
    color: #9A9A9A!important;
}
.fs-left__btn span{
	margin-top: -10px;
}
.fs-left__btn img {
	width: 46px;
	height: 46px;
	display: block;
}

.fs-left__btn:hover {
	 background:#f0f0f2;
	color: #111!important;
}

/* === SP：下部の開閉（767px以下で表示） === */
.fs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 99991;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
/* 767px以下は少し下げる */
@media (max-width: 767px) {
  .fs { bottom: 10px; }
}

/* 1311px以上（PC広め）は非表示 */
@media (min-width: 1311px) {
  .fs { display: none !important; }
}

/* 表示状態（100pxスクロール後にJSが付与） */
.fs.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.fs__fab {
	display: inline-flex;
	align-items: center; 
	gap: 12px;
	z-index: 99992;
	pointer-events: auto;
	display: block;
	margin: 0 auto;
	padding: 14.5px 70px;
	border: 0;
	border-radius: 36px;
	background: #FF96AD;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
    width: 347px;
	letter-spacing: 1.2px;
	cursor: pointer;
}

@media (max-width: 767px) {
.fs__fab {
	width: 90%;
	margin: auto;
	font-size: 3.81vw;
    padding: 14.5px 0px;
}
}
.fs__fab:focus {
	background: #7ccaeb;
}
.fs__fab-ic {
    margin-right: 6px;
}
.fs__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: auto;
z-index: 99990; 
}

.fs__panel {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: min(680px, calc(100vw - 24px));
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  pointer-events: auto;
z-index: 99991;
}
@media (max-width: 767px) {
.fs__panel {
	bottom: 0px;
	width: 100%;
	border-radius: 20px 20px 0 0;
	padding: 34px 27px;
}
}
.fs__list {
  list-style: none;
  margin: 0;
padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
.fs__list {
  gap: 20px;
}
}
@media (max-width: 320px) {
.fs__list {
  gap: 10px;
}
}
.fs__btn {
	display: grid;
	place-items: center;
	gap: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.96px;
	padding: 13px 20px 20px;
	border-radius: 5px;
	border: 1px solid #EBE4E4;
	background-color: #fff!important;
	color: #9A9A9A!important;
	width: 100%;
}
.fs__btn img {
  display: block;
}
/* 記事末の見出し（AddToAnyの上に表示するなら任意で） */
.post-share-inline {
     margin: 0px 0px 42px;
  text-align: center;
}
.post-share-inline__title {
  margin: 0 0 5px;
  color: #1789CA;
  letter-spacing: 0.08em;
    font-size: 15px;
    font-weight: 500;
}
/* マウス環境での hover（PC 等） */
@media (hover: hover) and (pointer: fine) {
  .fs__panel .fs__list .fs__btn:hover {
    background-color: #f0f0f2 !important;
    color: #111 !important;
  }
}

/* タッチ環境での押下時の見た目 */
.fs__panel .fs__list .fs__btn:active,
.fs__panel .fs__list .fs__btn:focus-visible {
  background-color: #f0f0f2 !important;
  color: #111 !important;
  outline: none;
}

/* あると気持ちいい */
.fs__panel .fs__list .fs__btn {
  transition: background-color .15s ease, color .15s ease;
  cursor: pointer;
}
.container.single-wrap {
    padding-top: 90px;
}
@media (max-width:991px){
.container.single-wrap {
    padding-top: 114px;
}	
}
@media (max-width:767px){
.container.single-wrap {
    padding-top: 53px;
}	
}