@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.11
*/

body{
	letter-spacing: 0.02em;
}
.pr-label-s{
	top: 3px;
    left: 30px;
	background-color: rgba(255,255,255,.9);
	color: #6a6a6aab;
    padding: 0px 10px;
	border: 1px solid #6a6a6aab;
	position: static;
	float: right;
}
.is-style-memo-box, .memo-box {
    background: #e6f4ff;
    border: 1px solid #a0d8ef;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lani-icon img {
    display: block;  /* 画像をブロック要素として表示 */
    margin: 0 auto;  /* 画像を中央揃えにする */
}

.badge-photo {
    background-image: linear-gradient(100deg, #6ee2f5, #3bb2b8);
}

.badge-spiritual {
    background-image: linear-gradient(282deg, #a79dff, #4a3bb8);
}

.tag_badge-group span {
    display: inline-block;
    letter-spacing: 0.05em;
    margin: 0 2px;
    padding: 4px 12px;
    border-radius: 50px;
}

/* accordion */
.accordion__title {
    color: grey;
    background-color: #fff;
    border: 1px solid grey;
	font-size:16px!important;
    padding: 0.625em 1em 0.425em 1em;
    box-shadow: 0 2px 0 0 #fff, 0 6px 0 -3px grey, 0 9px 0 -4px #fff, 0 12px 0 -6px grey;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin: 40px auto 19px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
}
.accordion{
  margin-top: 10px;
}

.accordion__container {
  margin: 0 auto;
}


.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: grey;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
  background-color: #f6f9ff;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.accordion__content.is-open {
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
/* LANI 監修者ボックス Ver.4.0 (最終進化版) */
.lani-supervisor-link-box {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
.lani-supervisor-link-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(160, 216, 239, 0.3);
}

.lani-supervisor-box-v4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 2.5em 0;
}
span.supervisor-position {
    font-size: 12px;
}
.lani-supervisor-box-v4 .supervisor-content {
  flex-grow: 1;
}

.lani-supervisor-box-v4 .supervisor-label-name {
  margin-bottom: 8px; /* 下に少し余白 */
}

.lani-supervisor-box-v4 .supervisor-label {
  font-size: 14px;
  color: #777;
}

.lani-supervisor-box-v4 .supervisor-name {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-left: 5px; /* ラベルとの間に少し余白 */
}

.lani-supervisor-box-v4 .supervisor-cta-text {
  font-size: 14px;
  font-weight: bold;
  color: #2980b9;
  margin: 0;
  line-height: 1.5;
}

.lani-supervisor-box-v4 .supervisor-image-wrapper {
  flex-shrink: 0;
  margin-left: 20px;
}

.lani-supervisor-box-v4 .supervisor-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* LANI 監修者ボックス Ver.3.0 (シンプル＋LP誘導強化版) */
.lani-supervisor-box-v3 {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-left: 5px solid #a0d8ef; /* 左のアクセントボーダー */
  border-radius: 5px;
  margin: 2.5em 0;
  padding: 15px 20px;
}

.lani-supervisor-box-v3 .supervisor-profile-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.lani-supervisor-box-v3 .supervisor-text-content {
  flex-grow: 1;
}

.lani-supervisor-box-v3 .supervisor-label {
  font-size: 14px;
  color: #777;
}

.lani-supervisor-box-v3 .supervisor-name {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.lani-supervisor-box-v3 .supervisor-position {
  font-size: 13px;
  color: #555;
  display: block; /* 名前の下に表示 */
  margin-top: 3px;
}

.lani-supervisor-box-v3 .supervisor-image-wrapper {
  flex-shrink: 0;
  margin-left: 20px;
}

.lani-supervisor-box-v3 .supervisor-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.lani-supervisor-box-v3 .supervisor-cta-area {
  border-top: 1px dashed #ddd;
  padding-top: 15px;
  text-align: center;
}

.lani-supervisor-box-v3 .cta-catchphrase {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
  color: #2c3e50;
}

.lani-supervisor-box-v3 .cta-link {
  font-size: 14px;
  font-weight: bold;
  color: #2980b9;
  text-decoration: none;
  transition: color 0.3s;
}

.lani-supervisor-box-v3 .cta-link:hover {
  color: #3498db;
}

/**
 * 監修者情報ボックス (画像付き) スタイリッシュデザイン案
 */
.lani-supervisor-info-box.has-supervisor-image { /* 画像がある場合のスタイル */
  background-color: #ffffff;
  border: 1px solid #e0e5ec;
  border-radius: 8px;
  padding: 15px 20px; /* パディング調整 */
  margin-top: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex; /* Flexboxで横並び */
  align-items: center; /* 上下中央揃え */
  gap: 15px; /* テキストと画像の間隔 */
}

/* テキストコンテンツ部分 */
.lani-supervisor-info-box .supervisor-text-content {
  flex-grow: 1; /* 残りのスペースを埋める */
  line-height: 1.6;
}

/* ラベル部分 */
.lani-supervisor-info-box .supervisor-label {
  font-size: 0.8em;
  font-weight: bold;
  color: #6c757d;
  display: block; /* ラベルを独立させる */
  margin-bottom: 3px;
}

/* 名前部分 (リンクあり・なし共通) */
.lani-supervisor-info-box .supervisor-name-link,
.lani-supervisor-info-box .supervisor-name {
  font-size: 1.1em; /* 名前を少し強調 */
  font-weight: bold;
  color: #007bff; /* リンク色をデフォルトに (安全策) */
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  display: inline-block; /* 改行後のマージン調整用 */
  margin-bottom: 2px; /* 肩書きとの間隔 */
}
.lani-supervisor-info-box .supervisor-name {
    color: #343a40; /* リンクでない名前の色 */
}
.lani-supervisor-info-box .supervisor-name-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* 肩書き部分 */
.lani-supervisor-info-box .supervisor-position {
  font-size: 0.85em;
  color: #6c757d;
  display: block; /* 名前と改行させる */
}

/* 画像コンテナ部分 */
.lani-supervisor-info-box .supervisor-image-container {
  flex-shrink: 0; /* 画像が縮まないように */
}

/* 画像自体のスタイル */
.lani-supervisor-info-box .supervisor-image {
  display: block;
  width: 60px; /* 画像サイズ指定 (円形にするなら正方形に近いサイズ) */
  height: 60px;
  border-radius: 50%; /* 円形にする場合 */
  /* border-radius: 8px; */ /* 角丸四角形の場合 */
  object-fit: cover; /* 画像のアスペクト比を保ちつつコンテナを埋める */
  border: 2px solid #f0f0f0; /* 細い枠線 */
}

/* レスポンシブ対応 (例: スマホでは画像を上に、テキストを下に) */
@media (max-width: 599px) {
  .lani-supervisor-info-box.has-supervisor-image {
    align-items: flex-start; /* 左揃えに */
    padding: 15px;
  }
  .lani-supervisor-info-box .supervisor-image-container {
    margin-bottom: 10px; /* 画像とテキストの間隔 */
    /* 必要なら中央揃えなど */
    /* margin-left: auto; */
    /* margin-right: auto; */
	  margin-top: 7px;
  }
   .lani-supervisor-info-box .supervisor-image {
     width: 50px; /* スマホ用に少し小さく */
     height: 50px;
   }
}
.supervisor-box {
    width: 300px;
    padding: 20px;
    margin: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.supervisor-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    background: linear-gradient(352deg,#63a4ff 0%,#83eaf1 74%);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}

.supervisor-image-container {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    flex-direction: column; /* Stack the items vertically */
}


.supervisor-image {
    width: 50px;
    height: 50px;
    border: 2px solid #63a4ff;
    border-radius: 50%;
    object-fit: cover;
    object-position: 0 0; /* Adjust this to move the image */
}

.supervisor-box img {
    width: 120px;
    height: auto;
    border-radius: 50%;
}

.supervisor-name-container {
    display: inline-block;  /* Allows the elements to sit next to each other */
    position: relative;  /* This is needed for positioning the badge */
}

.supervisor-name {
    margin-top: 20px;
    color: #333;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.qualifications {
    color: #666;
    font-size: 16px;
}

.other-qualifications a {
    color: #007bff;
    text-decoration: none;
}

.profile-excerpt {
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}

.profile-excerpt .more {
    display: none;
}

.read-more {
    color: #007bff;
    text-decoration: none;
}

.verified-badge {
    position: absolute;
    right: -20px;  /* Adjust this to move the badge horizontally */
    top: 28px;
    width: 16px;
    height: 16px;
    background: #63a4ff;
    border: 2px solid #63a4ff;
    border-radius: 50%;
}

.verified-badge::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    top: 50%; /* updated */
    left: 50%; /* updated */
    transform: translate(-50%, -50%) rotate(45deg); /* updated */
}

.supervisor-modal-heading {
    font-size: 16px; /* ヘッダーの文字サイズ */
    font-weight: bold; /* 太字 */
    margin-bottom: 10px; /* 下の余白 */
}

.supervisor-modal-subheading {
    font-size: 12px; /* サブヘッダーの文字サイズ */
    color: #666; /* 色 */
}

.supervisor-modal-qualifications {
    font-size: 10px; /* 資格の文字サイズ */
    color: #333; /* 色 */
    line-height: 1.4; /* 行間 */
}

.fake-link {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline; /* アンダーラインを追加する場合 */
font-size:11px;
}

.supervisor-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.supervisor-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
width:25%;
	text-align: center;
}

.supervisor-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.supervisor-container {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 480px){
.supervisor-container {
    display: block;
}
	.supervisor-modal-content {
width:80%;
}
}

.supervisor-social-links {
    display: flex;
    justify-content: center;
    gap: 1em;
}

.social-link {
    color: inherit;
    text-decoration: none;
}

.social-link i {
    font-size: 1.5em;
}




.companyLogo {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

.companyLogo--linoa {
  background-image: url('https://lani.co.jp/wp-content/uploads/2023/07/linoa-logo.png');
  width: 110px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--lucia {
background-image: url(https://lani.co.jp/wp-content/uploads/2024/05/lucia-logo.webp);
    width: 140px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.companyLogo--excite {
background-image: url(https://lani.co.jp/wp-content/uploads/2023/07/excite-denwauranai-logo.webp);
    width: 140px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.companyLogo--purely {
  background-image: url('https://lani.co.jp/wp-content/uploads/2019/06/purely.png');
  width: 140px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--charis {
  background-image: url('https://lani.co.jp/wp-content/uploads/2020/12/charis_logo.jpg');
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--will {
  background-image: url('https://lani.co.jp/wp-content/uploads/2023/08/company-logo-will.png');
  width: 140px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--vernis {
  background-image: url('https://lani.co.jp/wp-content/uploads/2021/07/vernis-icon.png');
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--ulana {
  background-image: url('https://lani.co.jp/wp-content/uploads/2021/07/ulana-icon.jpg');
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--coconala {
  background-image: url('https://lani.co.jp/wp-content/uploads/2023/08/coconala-logo.jpg');
  width: 120px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--niikee {
  background-image: url('https://lani.co.jp/wp-content/uploads/2024/01/niikee-logo.png');
  width: 120px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.companyLogo--meruu {
  background-image: url('https://lani.co.jp/wp-content/uploads/2021/07/meruu-icon.png');
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--kizuna {
  background-image: url('https://lani.co.jp/wp-content/uploads/2023/08/image-84.png');
  width: 140px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--feel {
  background-image: url('https://lani.co.jp/wp-content/uploads/2021/07/feel-icon.jpg');
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--lierre {
  background-image: url('https://lani.co.jp/wp-content/uploads/2021/07/lierre-icon.png');
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--madear {
  background-image: url('https://lani.co.jp/wp-content/uploads/2019/06/madear_logo.png');
  width: 140px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.companyLogo--meikan {
  background-image: url('https://lani.co.jp/wp-content/uploads/2021/09/denwauranaisi-meikan-plus-logo.png');
  width: 160px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.companyLogo--etoile {
  background-image: url('https://lani.co.jp/wp-content/uploads/2024/01/etoile-logo.png');
  width: 116px;
  height: 51px;
  background-size: contain;
  background-repeat: no-repeat;
}
.companyLogo--inspi {
  background-image: url('https://lani.co.jp/wp-content/uploads/2024/01/inspi_loog.png');
  width: 62px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
ol.easy-footnotes-wrapper li {
    position: relative;
    padding-left: 30px!important;
}
ol.easy-footnotes-wrapper {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.easy-footnotes-wrapper .easy-footnote-single {
    margin: 0.5em 0;
    padding: 0.5em;
    border-top: 1px dotted #ccc;
    font-size: 0.85em;
    line-height: 1.5;
}

.easy-footnotes-wrapper .easy-footnote-single a {
  color: #0366d6;
  text-decoration: none;
}

.easy-footnotes-wrapper .easy-footnote-single a:hover {
  text-decoration: underline;
}

.easy-footnotes-wrapper .easy-footnote-single a.easy-footnote-to-top {
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
}

.easy-footnotes-wrapper .easy-footnote-single a.easy-footnote-to-top::before {
  content: "↑";
}
ol.easy-footnotes-wrapper li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #ddd; /* 背景色をより明るい色に変更 */
    color: black; /* 文字色を黒に変更 */
    font-family: 'Arial', sans-serif; /* フォントファミリーをシンプルに */
    font-weight: normal; /* 太さを通常に */
    font-size: 12px; /* フォントサイズを小さく */
    border-radius: 0; /* 角丸をなくす */
    width: 20px; /* 幅を調整 */
    height: 20px; /* 高さを調整 */
    line-height: 20px; /* ラインハイトを調整 */
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.yes, .no {
    font-size: 1.2rem;
    border: 0;
    color: #FFFFFF;
    padding: 1rem 2rem;
    cursor: pointer;
    margin: 0 0.5rem;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.yes {
    background-color: #63a4ff;
}

.no {
    background-color: #f16565;
}

.yes:hover, .no:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.notoserifjp {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
	width: 480px!important;
}
/*category*/
.cat-link {
    color: #63a4ff;
	background-color: #fff;
	border: 1px solid #63a4ff;
}
a.cat-link:hover {
	color: #63a4ff;
}
/*ft_table*/
.ft_table td, .ft_table th{
font-size:11px;
}

.ft_table td  {
white-space: inherit!important;
}
.ft_table th{
font-weight:bold;
background-color:#ecf4ff!important;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
a.follow-button.rakuten-room-button.rakuten-room-follow-button-sq {
    background: #c61e79!important;
}
@media screen and (max-width: 480px){
.imgfit {
    margin-right: -15px!important;
    margin-left: -15px!important;
}
}
.lani--btn--blue {
    background-color: #fff;
    border: 1px solid #3381e8;
    color: #3381e8;
}
.lani-article-btn{
margin: 40px auto 16px;
    width: 80%;
}
.lani--btn {
    border-radius: 2px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 7px;
    text-align: center;
	margin-bottom:70px;
}
.inyou {
    text-align: right;
    font-size: 12px;
    padding-top: 15px;
}

.ldt2 {
    color: #093bc9;
    text-decoration: underline;
    cursor: pointer;
}
.link_detail:before, p.link_detail:before {
    content: ">>";
    font-weight: bold;
}
.link_detail, p.link_detail {
    text-align: right;
    font-weight: bold;
	padding: 15px 0 15px 0;
}
.link_detailn:before, p.link_detailn:before {
    content: ">>";
}
.link_detailn, p.link_detailn {
    text-align: right;
}
.noscroll_table01 td {
    background-color: #fff!important;
}
.noscroll_table01 td {
    font-size: 12px;
    font-weight: bold;
	border: 1px solid #989898;
}
.noscroll_table01 th {
    font-weight: bold;
    border: 1px solid #989898;
	background: #ecf4ff!important;
}
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.author-info {
    display: none;
}
.lani-table {
display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.lani-table th {
    background-color: #f7f7f7;
    font-size: 11px;
    font-weight: normal;
height: 50px;
}

.lani-table td {
    font-size: 10px;
    min-width: 96px;
}

.lani-table th, .lani-table td{
border: 1px solid #e7e7e7;
    color: #333;
    line-height: 1.2;
    padding: 3px;
    text-align: center;
	white-space: inherit;
}

.lani-table a.btn.btn-green {
    font-size: 12px;
white-space: nowrap;
width:100%;
}

span.lani-table__tokuten {
    font-size: 10px;
    font-weight: normal;
}


.lani-table_img {
    max-height: 60px;
    max-width: 60px;
}

.lani-table_img-cell{
background-color: #fff;
    border-right: none!important;
    left: -1px;
    min-width: 0!important;
    position: -webkit-sticky;
    position: sticky;
z-index: 30;
}

td.lani-table_srvc-title {
    border-left: none;
    font-size: 10px;
    line-height: 1.2;
    min-width: 135px;
    text-align: left;
}

.lani-table .lani-table_point {
    text-align: left;
    width: 173px;
}
.wp-block-cocoon-blocks-blank-box-1.blank-box.block-box {
    border: 1px solid #e3e3e3;
}
.lani-related-posts {
    overflow-x: scroll;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
display: flex;
    margin-left: -30px;
    margin-right: -30px;
	padding: 10px 10px 20px;
}

.rep p{
    font-size: .95em;
    font-weight: 700;
    margin: 0;
}

.lani-related-posts .rep {
    font-size: .95em;
    padding: 10px;
}

.lani-related-posts a {
    margin: 8px;
    max-width: 300px;
    min-width: 300px;
    scroll-snap-align: center;
-webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #333;
    display: block;
    text-decoration: none;
}

.lani-related-posts-entrycards {
    font-size: 16px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
    transition: .3s;
}

.lani-related-posts-title {
    position: relative;
    margin: 0;
    padding: 10px 10px;
    font-weight: 700;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 22px;
}

.lani-related-posts-img img {
    border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 480px){
.lani-related-posts-title, .lani-related-posts {
    margin-left: -15px;
    margin-right: -15px;
}
}


/* PC用 */
@media screen and (min-width: 1024px) {
  .for-pc {
    display: show;
  }
  .for-sp {
    display: none;
  }
}
 
/* SP用 */
@media screen and (max-width: 1023px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: show;
  }
}
.is-style-dark-box, .dark-box{
    background: linear-gradient(to left,#92d2f8,#c4baff);
    box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
    color: #fff;
}
.light-box {
    background-color: #f9f9f9;
}
a.follow-button.amazon-button.amazon-follow-button-sq {
    background-color: #f90!important;
}
a.follow-button.youtube-button.youtube-follow-button-sq {
    background-color: #cd201f!important;
}
.kaiwa{
padding:0px 10px 0px 10px;
}
.blocknav {
  list-style: none;
  overflow: hidden;
}
 
.blocknav li {
    width: 140px;
    text-align: center;
    background-color: #63a4ff;
    background-image: 0%;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    list-style: none;
}
 
.blocknav li a {
  color: #fff;
  font-weight: bold;
  padding: 20px;
}
/* cvbutton-new */

.c-button__cv__wrapper {
    position: relative;
    margin: 32px 24px 56px;
    margin-bottom: 25px!important;
    text-align: center;
}
.c-button__cv__text {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 24px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
margin-bottom: 0px!important;
}
.c-button__cv__text:before {
    left: -.8rem;
    transform: rotate(-130deg);
}
.c-button__cv__text:after {
    right: -8px;
    transform: rotate(-50deg);
}
.c-button__cv__text:after, .c-button__cv__text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    width: 32px;
    height: 3px;
    background-color: #333;
}
.c-button__cv__gradation {
    width: 392px;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 56px;
    box-shadow: 0 4px 8px 0 rgb(19 12 2 / 20%);
    background-image: linear-gradient(161deg,#63a4ff 0%,#83eaf1 74%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    text-decoration: none;
display: block;
}
.c-button__cv__gradation__text--emphasis {
    color: #e9ff7d;
    font-weight: 700;
    cursor: pointer;
}

.c-button__cv__gradation:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translateY(10%);
    margin-left: 8px;
    background-image: url(./img/svg/arrow-right-yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.c-button__cv__gradation:hover {
    opacity: .7;
    color: #fff;
}
@media screen and (max-width: 480px){
.c-button__cv__wrapper {
    margin: 32px 0px 56px;
}
.c-button__cv__text {
    font-size: 20px;
}
.c-button__cv__gradation {
    width: 100%;
}
}


.blogcard-thumbnail {
    float: left;
    margin-top: 0px;
    width: 120px;
margin-bottom: -8px;
}

.blogcard-content {
display: table-cell;
    vertical-align: middle;
    height: 67px;
    overflow: hidden;
    text-align: left;
}

.btn-green{
background-color: #02bb80;
font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px!important;
    border-radius: 3px;
    -webkit-box-shadow: 0 -4px 0 rgb(0 0 0 / 10%) inset;
    text-align: center;
    cursor: pointer;
	width:100%;
}

.line-follow-button-sq {
    background: #00B900!important;
}

#footer {
    background: linear-gradient(352deg,#63a4ff 0%,#83eaf1 74%);
}
#footer, #footer a, .footer-title {
    color: #fff;
}

.footer-bottom-logo img {
  aspect-ratio: 106.25 / 40;
  height: 50px;
  width: auto;
  max-width: 100%;
  margin-bottom: 11px; 
}

.navi-footer-in>.menu-footer li {
    border-left: none;
}
.navi-footer-in>.menu-footer li:last-child {
    border-right: none;
}

/************************************
** おすすめ記事(タイトルなし)
************************************/
.logo-header img {
    width: 120px;
    height: auto;
}
.anka {
    box-shadow: 0 8px 8px -6px rgb(0 0 0 / 6%);
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 1.5;
}
.width100{
	max-width:100%!important;
}
.recommend-2{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.recommend-2 a img{
  display:block;
  padding:0 2px;
  width:100%;
}
.recommend-2 a:hover{
  opacity:0.7;
  transition: all .25s ease-out;
}
@media screen and (max-width: 1023px){
  .recommend-2{
    -ms-flex-wrap: wrap;
    flex-wrap:wrap;
  }
  .recommend-2 a img{
    padding:1px 0;
  }
  .recommend-2 a{
    width:100%;
  }
}

a.follow-button.note-button.note-follow-button-sq {
    background-color: #41C9B4!important;
}
.pb-iconbox__topIcon .pb-iconbox__figure{
	width: 140px;
    max-width: 140px;
    margin: 0px 7px;
}
.navi-in>ul li {
    width: 153px;
}
.facebook-button {
    background: #3b5998!important;
}
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #37beb0;
  margin: 0 auto;}
.tab_item {
  width: calc(100%/5);
  padding:15px 0;
  border-bottom: 3px solid #37beb0 ;
  background-color: #ececec;
  text-align: center;
  color: #37beb0 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content{
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #37beb0 ;
  color: #fff;
}
.gypseebox {
    color: #fff;
    background: linear-gradient(-135deg,#FF9482,#7D77FF);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a.follow-button.instagram-button.instagram-follow-button-sq {
    width: 30px;
    height: 30px;
    background: -webkit-linear-gradient(135deg,#427eff 0,#f13f79 70%) no-repeat;
    background: linear-gradient(135deg,#427eff 0,#f13f79 70%) no-repeat;
    color: #fff;
    border: 0;
    margin-right: .5em;
    font-size: 18px;
}
a.follow-button.website-button.website-follow-button-sq {
    background-color: #e95295!important;
}
.go-to-top-button{
	width: 50px;
    height: 50px;
	background-image: linear-gradient(to right, #1e7dde, #00c4c4);
    color: #fff;
    opacity: 0.55;
    border-radius: 50px;
}
.go-to-top{
	bottom: 110px!important;
}
.item-label span:nth-of-type(1) {
    font-size: 20px;
}

.item-label span:nth-of-type(2) {
    font-size: 10px;
}
.sub-menu__wrapper .item-label {
    font-size: 13px;
	color:#fff;
}
.search-edit, input[type=text] {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    color: #333;
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.search-edit:focus, input[type=text]:focus {
    border-color: #83eaf1;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.header-in {
    position: relative;
}
  .sub-caption {
    font-family: Tunga,"Trebuchet MS",Tahoma,Verdana,"Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 400;
    font-size: 10px!important;
    opacity: .5;
}
  .item-label {
font-size: 15px;
    font-family: 'Amiri', serif;
}
.tagline {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin: 0.6em 1em 0em 1em;
}
.header, .header .site-name-text, #navi .navi-in a, #navi .navi-in a:hover {
    color: #333;
}

a.exlink:after {
    font-family: 'FontAwesome';
    content: "\f08e";
    position: absolute;
    margin-left: 3px;
    margin-top: 1px;
}
.list_info img {
    width: 25px;
}
.panel_info {
    border: 2px solid #bbb;
    margin-top: 2em;
    padding: 1.6em 1.2em 1.2em;
    position: relative;
font-size:12px;
}
ul.blocks-gallery-grid {
    margin-bottom: 0px;
}
figure.wp-block-gallery.columns-2.is-cropped {
    margin-bottom: 0px;
}
.panel_info .panel__header {
    background-color: #fff;
    display: inline-block;
    padding: 0 .4em;
    position: absolute;
    top: -.8em;
    left: 1.2em;
}

.list_info {
    display: table;
    margin-bottom: .8em;
    width: 100%;
}

.list_info dt {
    padding: 0;
    width: 10%;
}
.list_info dd {
    padding: 0 0 0 .8em;
    width: 90%;
}
.label_area, .label_kana {
    font-size: .8em;
}


.list_info dd, .list_info dt {
    display: table-cell;
    vertical-align: middle;
}

.btn_tel {
    border-radius: .4em;
background: linear-gradient( 135deg, #FAD7A1 10%, #E96D71 100%);
    color: #fff;
    fill: #fff;
    display: block;
    padding: .4em;
    text-align: center;
    text-decoration: none;
}
.table {
    display: table;
    width: 100%;
}

.btn_tel .table>.col {
    vertical-align: middle;
}

.table>.col {
    display: table-cell;
}
.pbtn {
    border-radius: .4em;
    display: block;
    padding: .4em;
    text-decoration: none;
text-align: center;
}
.btn_secondary {
    background-color: #430;
    color: #fff;
    fill: #fff;
}
.label{display:block;}

.fa-star:before {
    color: #FFEB3B;
}

@media print, screen and (min-width: 768px){
.btn_tel {
width:280px;
}
}
/*チェックが入ったらもろもろ表示*/
#sidebar-pr-menu-input:checked ~ #sidebar-pr-menu-close{
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#sidebar-pr-menu-input:checked ~ #sidebar-pr-menu-content{
  transition: .3s ease-in-out;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}

/*閉じる用の薄黒カバー*/
#sidebar-pr-menu-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: .3s ease-in-out;
}
/*チェックが入ったらもろもろ表示*/
#sidebar-pr-menu-input:checked ~ #sidebar-pr-menu-close{
  display: block;
  /*カバーを表示*/
  opacity: .5;
}
#sidebar-pr{
  display: block;
}
/*暫定*/
.btn-wrap {
    margin-top: 0px;
}
.wp-block-image.yohaku {
    margin-top: 50px;
    margin-bottom: 50px;
}
.refer-article {
    font-style: italic; /* イタリック体 */
    font-weight: bold; /* 太字 */
    background-color: #f2f2f2; /* 軽い背景色 */
    border: 1px solid #ddd; /* 枠線 */
    padding: 10px; /* 内側の余白 */
    margin: 20px 0; /* 外側の余白 */
    border-radius: 5px; /* 角の丸み */
}

.refer-article:before {
    content: "📄 "; /* 参考記事のアイコン (例) */
}
.blogcard:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 20px -6px rgb(0 0 0 / 15%);
}
.blogcard {
    border: 1px solid #e6e6e6!important;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 10px 15px -6px rgb(0 0 0 / 10%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blogcard-wrap{
	width: 100%;
}
.wp-block-cocoon-blocks-blogcard {
    padding-top: 15px;
}
.blogcard-title{
  font-weight:normal;
margin-bottom: 0;
	font-size:12px;
}
figcaption {
    text-align: right!important;
}
/*theme color*/


.article h2 {
  font-size: 20px;
  padding: 20px 30px;
  background-color: transparent;
  background-image: linear-gradient(161deg, #63a4ff 0%, #83eaf1 74%);
  color:#fff;
  border-radius: 2px;
margin-top:70px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.article h3 {
  border: 0;
  padding: 5px 0 5px 10px;
  font-size: 18px;
  margin: 55px 0 10px;
  line-height: 1.5;
  position: relative;
}

.article h3::before {
    content: "";
    display: block;
    width: 3px; /* グレーボーダーより少し太くして重ねる */
    height: 80%; /* グレーボーダーより少し短く (上下に少し余白ができる) */
    /* テーマカラーのグラデーション */
    background: linear-gradient(180deg, #63a4ff 0%, #83eaf1 100%);
    position: absolute;
    left: -2.5px; /* グレーボーダー(2px)の中心あたりに配置 (-width/2 + border-left-width/2 程度) */
    top: 50%; /* 上下中央の基点 */
    transform: translateY(-50%); /* 上下中央揃え */
    border-radius: 1.5px; /* 角を丸く */
    box-shadow: 0 1px 3px rgba(99, 164, 255, 0.15); /* ほんのり影付け */
}

.article h4 {
  padding-left: 20px; /* 記号のスペース分 */
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #444;
  line-height: 1.4;
  padding-left: 20px;
  padding-top: 0px;
  border:none;
}
h4::before {
  content: "▶"; 
  position: absolute;
  left: 0;
  top: 0.05em; 
  color: #87CEEB; 
  font-size: 0.9em; 
  margin-right: 8px;
}
@media screen and (max-width: 480px){
.article h2 {
    font-size: 20px;
    padding: 20px 15px;
    background-color: transparent;
    color:#fff;
    margin-left: -15px;
    margin-right: -15px;
margin-top:40px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.article h3 {
font-size: 18px;
    margin: 30px 0 12px;
line-height: 1.4;
}
.article h4{
    line-height: 1.4;
    margin: 25px 0 8px;
}
}

@media screen and (max-width: 1023px){
.mobile-header-menu-buttons {
    border-image: linear-gradient(270deg,#63a4ff,#83eaf1 99.67%) 1/0 0 1px 0;
    border-style: solid;
}
}
/*Original*/

.editor-styles-wrapper .has-small-font-size, .has-small-font-size {font-size:14px!important;}
/*.wp-block-image img{box-shadow: 0.1rem 0.2rem 0.8rem 0.1rem rgba(215,215,222,0.7);}*/
.box-style2{padding: 20px;margin-top: 1em;margin-bottom: 1em;border:1px solid lightgrey;}
figcaption {
    font-size: 9px;
    text-align: center;
    margin-top: 10px;
    color: #c7c7c7;
padding:0;
}
/*marker*/
.marker-under-red {background: linear-gradient(transparent 60%,#fff4f8 60%);}
.marker-under-blue {
    font-weight: bolder;
    background-color: rgb(106 181 255 / 8%);
    background-size: 100% 0.4em;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.marker-under {background: linear-gradient(transparent 70%,#fff089 30%)!important;}
.bold-red{color:#d85757;}
.uraspi span{
  color:#2D4277;
}
.pinkbg{background:#ffebee!important;}
.p-cv-btn-wrap.faheart ul li:before {
    font-family: "FontAwesome";
    content: "\f004"!important;
    color:#f44336;
}
.centerbox{text-align:center;}

/*comment*/
.comment-form-email,.comment-form-url,.comment-notes{ display:none; }
.commets-list .children{background:#f9f9f9f9;}

/*sidebar*/
/*footer*/
.footer h2 a {
    color: #fff!important;
    text-decoration: none;
    letter-spacing: 3px;
    line-height: 70px;
    position: relative;
    display: block;
    height: 70px;
    padding-left: 10px;
}

.footer h2 {
margin-bottom: 30px;
    border-top: 1px #555 solid;
    border-bottom: 1px #555 solid;
}
.footer h2 a::after{
  position: absolute;
    top: 30px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #ff6b9f;
    border-right: solid 1px #ff6b9f;
    transform: rotate(45deg);
    content: "";
}
.footer ul li {list-style: none;padding-bottom:10px;}
.footer li a {
    padding-left: 30px;
    color: #fff !important;
    text-decoration: none;
  position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.footer-widgets ul li a::before {
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-top: solid 1px #ff6b9f;
    border-right: solid 1px #ff6b9f;
    transform: rotate(45deg);
    content: "";
}
.footer-widgets ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px #ff6b9f solid;
    border-radius: 50%;
    content: "";
}
.content-bottom {
    margin: 5em 0 0 0;
}
.footer-logo {
    text-align: center;
  margin-top: 30px;
    padding-bottom: 30px;
}
.footer-logo p {
    margin:0 !important;
    color: #c3c3c3;
    font-size: 14px;
}
.source-org.copyright {font-size: 10px;}
.footer {margin-top:0px;}
.footer ul{padding-left:0px; margin-bottom:30px;}
@media screen and (max-width: 834px){
.footer-logo p, .footer li a {
    font-size: 12px;
}
  .footer h2 a{font-size:16px;}
}

/*ranking_header*/
.ranking_header h2 {
    margin-bottom: 5px;
    padding-top: 60px !important;
    background: url(./img/title_ranking.png) no-repeat top;
}
.ranking_header h2 + p {
    margin-bottom: 50px;
    font-size: 12px;
    text-align: center;
}

/*reccomend*/
.recommend {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 1em;
    margin: 1em 0 0.5em 0;
    background: #ffc107;
}
.rcmnd_h {
    position: absolute;
    margin: 0.3em auto;
    font-size: x-large;
    color: #333;
  font-weight:bold;
}
.recommend .top3 {
    text-align: center;
    margin-top: 3em;
}
.recommend .top3 span.ri {
    width: 50px;
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: -1.5em;
    z-index: 1;
}
.recommend .top3 img {
    width: 50px;
    margin-bottom: 1em;
    transition: filter 0.3s ease;
}
.recommend span.bi {
    display: block;
}
.recommend span.bi img {
    border: 0.5em #fbdfa3 solid;
    box-shadow: 5px 5px rgba(0,0,0,0.3);
    margin: 0;
  width: 120px;
    transition: filter 0.3s ease;
}
.recommend p {
    color: #fff;
    font-size: 0.7em;
}
.recommend p.brand {
    margin: auto;
    margin-top: -1.2em;
    font-size: 0.8em;
}
.recommend .top3 a {
    text-decoration: none;
}
@media screen and (max-width: 480px){
.recommend .top3 p.ex {display: none;}
  .recommend p.brand {
    position: relative;
    margin-top: 0em;
    padding-bottom: 0.8em;
    font-size: xx-small;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.1em;
}
.rcmnd_h {
    font-size: inherit;
    margin-top: 0.5em;
}
}
/*side top3*/
.lre {
    padding: 1em;
    background-color: #f4c347;
}

.lre_h{
color: #354b42;
font-size: inherit;
justify-content: center;
margin-bottom: 1.5em;
}

.lre .sidetop3 .rse {
    position: relative;
    left: 6.8em;
    top: -3.2em;
}

.lre p.ex {
    line-height: 1.5;
    padding-right: 8em;
    margin-top: 0.2em;
}
.lre p {
    color: #354b42;
    text-align: left;
    font-size: small;
    position: relative;
    top: 1em;
}
.lre p.brand {
    margin: auto;
    font-size: inherit;
}
.lre .sidetop3 a {
    text-decoration: none;
}
.lre .rimg {
    width: 8em;
    margin-top: -3em;
    margin-bottom: -5em;
    margin-left: -1em;
  text-align:center;
}

.lre .sidetop3 .ri img {
    width: 50px;
    position: relative;
    top: 2em;
}

.lre span.bi img {
    border: 0.3em #fbdfa3 solid;
}
.lre .sidetop3 img {
    width: 75%;
    margin-bottom: 1em;
    transition: filter 0.3s ease;
    z-index: 1;
}
.lreh {
  border-bottom: solid 1px #d8d8d8;
    padding-bottom: .5rem;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #333;
  margin-bottom: 1.5em;
}
.widget-entry-cards.card-large-image .e-card {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}
.widget-entry-cards.card-large-image .card-content {
    margin: 0 0 .5em;
    padding-top: 10px;
}
.widget-entry-cards.card-large-image figure img{border-radius: 5px;}
.btn-l, .ranking-item-link-buttons a, .btn-wrap.btn-wrap-l>a {margin: 1em 5em 1em 5em;}
.entry-title{margin: 10px 0 15px 0;color:#111;padding:0px;}
.pr{color:#c9c9c9;font-size:10px;text-align:center;}
.entry-content blockquote {
    background-color: #f2f9ff;
}
.speech-balloon blockquote.wp-block-quote {
    background-color: transparent;
    border: none;
    padding-top: 16px;
font-size:14px;
}
@media screen and (max-width: 834px){
main.main, div.sidebar {
    padding: 0px 15px 15px 15px;
    margin: 10px 0;
    border-width: 0;
}
}
figcaption a {color: #c7c7c7;text-decoration: none;}
.widget-single-content-bottom-title.main-widget-label {
    padding: 0;
    font-size: 17px;
    letter-spacing: 3px;
}

/* ==================================================
 * 著者ボックス および 記事末尾監修者ボックス 共通スタイル
 * (ウィジェット .widget_author_box .article-writer と
 *  記事末尾 .supervisor-profile-footer に同じスタイルを適用)
 * ================================================== */

/* --- ボックス全体のコンテナ --- */
.widget_author_box .article-writer,
.supervisor-profile-footer { /* ← 末尾監修者ボックス用セレクタを追加 */
    background: linear-gradient(to bottom, #ffffff 95%, #f5fbff);
    border: 1px solid #d8eaff;
    border-radius: 14px;
    padding: 1.8em 1.5em;
    margin: 2.5em auto; /* !important は極力避ける */
    box-shadow: 0 6px 20px rgba(180, 210, 255, 0.1);
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    box-sizing: border-box; /* paddingを含めて幅計算 */
}

/* --- 装飾用の疑似要素 --- */
.widget_author_box .article-writer::before,
.supervisor-profile-footer::before, /* ← セレクタ追加 */
.widget_author_box .article-writer::after,
.supervisor-profile-footer::after { /* ← セレクタ追加 */
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: .8;
    pointer-events: none;
    z-index: 0;
}
.widget_author_box .article-writer::before,
.supervisor-profile-footer::before { /* ← セレクタ追加 */
    top: -40px;
    left: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(99, 164, 255, .08) 0%, rgba(99, 164, 255, 0) 65%);
}
.widget_author_box .article-writer::after,
.supervisor-profile-footer::after { /* ← セレクタ追加 */
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(131, 234, 241, .1) 0%, rgba(131, 234, 241, 0) 70%);
}

/* --- プロフィール部分 (画像と名前エリア) --- */
.widget_author_box .author-box.writer-profile,
.supervisor-profile-footer .author-box.writer-profile { /* ← セレクタ追加 */
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 1.2em 0; /* 説明文との間隔 */
  box-shadow: none;
  position: relative;
  z-index: 1;
}

/* --- 画像コンテナ (サイズ指定と枠線) --- */
.widget_author_box .author-box.writer-profile .writer-profile-image,
.supervisor-profile-footer .author-box.writer-profile .writer-profile-image { /* ← セレクタ追加 */
  width: 80px;
  height: 80px;
  margin: 0 1.2em 0 0;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border: 2px solid #aed6f1;
  padding: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(99, 164, 255, 0.15);
}

/* --- 画像の親 figure (.author-thumb) --- */
.widget_author_box .author-box.writer-profile .writer-profile-image .author-thumb,
.supervisor-profile-footer .author-box.writer-profile .writer-profile-image .author-thumb { /* ← セレクタ追加 */
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    line-height: 0; /* 画像下の余白対策 */
}

/* --- 画像 (img要素) --- */
.widget_author_box .author-box.writer-profile .writer-profile-image .author-thumb img.avatar,
.supervisor-profile-footer .author-box.writer-profile .writer-profile-image .author-thumb img.avatar { /* ← セレクタ追加 */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  position: static;
  transform: none;
  top: auto;
  left: auto;
}

/* --- 名前エリア --- */
.widget_author_box .author-box.writer-profile .writer-profile-name,
.supervisor-profile-footer .author-box.writer-profile .writer-profile-name { /* ← セレクタ追加 */
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  flex-grow: 1; /* 画像以外のスペースを埋める */
}

/* --- 「執筆者」/「監修者」ラベル --- */
.widget_author_box .author-box.writer-profile .writer-profile-name span:first-child, /* 最初のspanをラベルと想定 */
.supervisor-profile-footer .author-box.writer-profile .writer-profile-name span:first-child { /* ← セレクタ追加 */
  display: block;
  font-size: 0.75em;
  font-weight: 600;
  color: #85c1e9;
  margin: 0 0 0.3em 0;
}

/* --- 名前リンク --- */
.widget_author_box .author-box.writer-profile .writer-profile-name a,
.supervisor-profile-footer .author-box.writer-profile .writer-profile-name a { /* ← セレクタ追加 */
  font-size: 1.15em;
  font-weight: bold;
  color: #5c9dde;
  text-decoration: underline;
  text-decoration-color: #aed6f1;
  text-underline-offset: 0.2em;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.widget_author_box .author-box.writer-profile .writer-profile-name a:hover,
.supervisor-profile-footer .author-box.writer-profile .writer-profile-name a:hover { /* ← セレクタ追加 */
  color: #3488db;
  text-decoration-color: #5c9dde;
}

/* --- 名前 (リンクなしの場合 - 任意) --- */
.widget_author_box .author-box.writer-profile .writer-profile-name span:not(:first-child), /* ラベル以外のspan */
.supervisor-profile-footer .author-box.writer-profile .writer-profile-name span:not(:first-child) { /* ← セレクタ追加 */
  font-size: 1.15em; /* リンクの場合と合わせる */
  font-weight: bold;
  color: #333; /* リンクでない場合の色 */
  /* 必要なら他のスタイル調整 */
}


/* --- 肩書き部分 (例: .profile-title クラスを追加した場合) --- */
.widget_author_box .profile-title, /* ウィジェット側にも適用する場合 (HTML構造による) */
.supervisor-profile-footer .profile-title { /* ← セレクタ追加 */
  font-size: 0.9em; /* 名前より少し小さく */
  color: #555; /* やや薄い色 */
  font-weight: normal; /* 通常の太さ */
  margin-left: 0.5em; /* 名前との間隔 */
}


/* --- 詳細情報エリア --- */
.widget_author_box .writer-profile-info,
.supervisor-profile-footer .writer-profile-info { /* ← セレクタ追加 */
   position: relative;
   z-index: 1;
   margin: 0;
   font-size: 1rem;
   line-height: 1.75;
   clear: both; /* 画像の回り込み解除 */
}

/* --- 説明文 (pタグ) --- */
.widget_author_box .writer-profile-info .author-description p,
.supervisor-profile-footer .writer-profile-info .author-description p { /* ← セレクタ追加 */
  font-size: 0.95em;
  line-height: 1.75;
  color: #5a6a7a;
  margin: 0;
  text-align: left;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* --- 説明文 (div.profile-bio の場合も考慮) --- */
.supervisor-profile-footer .writer-profile-info .profile-bio {
  font-size: 0.95em;
  line-height: 1.75;
  color: #5a6a7a;
  margin: 0;
  text-align: left;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.supervisor-profile-footer .writer-profile-info .profile-bio p { /* wpautop対策 */
  margin-bottom: 1em;
}
.supervisor-profile-footer .writer-profile-info .profile-bio p:last-child {
  margin-bottom: 0;
}


/* --- フォローボタンエリア（監修者ボックスでは非表示にする） --- */
.supervisor-profile-footer .author-follows { /* ← セレクタ追加 */
  display: none;
}

/* --- スマホ表示調整 (ブレークポイントは750px) --- */
@media (max-width: 750px) {
  .widget_author_box .article-writer,
  .supervisor-profile-footer { /* ← セレクタ追加 */
     padding: 1.5em 1.2em;
     margin-top: 2em;
     margin-bottom: 2em;
     border-radius: 12px;
  }
  /* 疑似要素非表示 (任意) */
  /*
  .widget_author_box .article-writer::before,
  .supervisor-profile-footer::before,
  .widget_author_box .article-writer::after,
  .supervisor-profile-footer::after {
      display: none;
  }
  */
  .widget_author_box .author-box.writer-profile,
  .supervisor-profile-footer .author-box.writer-profile { /* ← セレクタ追加 */
      margin-bottom: 1em;
      /* 必要ならスマホで縦積みにする設定 (ただし横並び前提のデザイン) */
      /* display: block; text-align: center; */
  }
  /* スマホ時の画像コンテナサイズ */
  .widget_author_box .author-box.writer-profile .writer-profile-image,
  .supervisor-profile-footer .author-box.writer-profile .writer-profile-image { /* ← セレクタ追加 */
      width: 65px;
      height: 65px;
      margin-right: 1em;
      padding: 2px;
      border-width: 1.5px;
      /* スマホで縦積みする場合のマージンリセット */
      /* margin-bottom: 1em; margin-right: auto; margin-left: auto; */
  }
  /* スマホ時の名前など調整 */
  .widget_author_box .author-box.writer-profile .writer-profile-name,
  .supervisor-profile-footer .author-box.writer-profile .writer-profile-name { /* ← セレクタ追加 */
      font-size: 0.95rem;
      /* スマホで縦積みする場合の調整 */
      /* text-align: center; */
  }
   .widget_author_box .author-box.writer-profile .writer-profile-name span:first-child,
   .supervisor-profile-footer .author-box.writer-profile .writer-profile-name span:first-child { /* ← セレクタ追加 */
     font-size: 0.7em;
     /* スマホで縦積みする場合の調整 */
     /* display: block; margin-bottom: 0.5em; */
   }
  .widget_author_box .author-box.writer-profile .writer-profile-name a,
  .supervisor-profile-footer .author-box.writer-profile .writer-profile-name a, /* ← セレクタ追加 */
  .widget_author_box .author-box.writer-profile .writer-profile-name span:not(:first-child),
  .supervisor-profile-footer .author-box.writer-profile .writer-profile-name span:not(:first-child) { /* ← セレクタ追加 */
    font-size: 1.05em;
    /* スマホで縦積みする場合の調整 */
    /* display: block; */
  }
  .widget_author_box .profile-title,
  .supervisor-profile-footer .profile-title { /* ← セレクタ追加 */
     font-size: 0.85em;
     /* スマホで縦積みする場合の調整 */
     /* display: block; margin-left: 0; margin-top: 0.3em; */
  }

  /* スマホ時の説明文調整 */
  .widget_author_box .writer-profile-info,
  .supervisor-profile-footer .writer-profile-info { /* ← セレクタ追加 */
      font-size: 0.9rem;
  }
  .widget_author_box .writer-profile-info .author-description p,
  .supervisor-profile-footer .writer-profile-info .author-description p, /* ← セレクタ追加 */
  .supervisor-profile-footer .writer-profile-info .profile-bio p { /* ← セレクタ追加 */
    font-size: 1em; /* 親要素と同じサイズ */
    line-height: 1.7;
  }
}

/* --- 既存の不要な可能性のあるスタイルを打ち消し (念のため) --- */
/* この部分は元のCSSに含まれていればそのままでOK */
.writer-profile-image img, .writer-profile-image-ft img {
    background: none !important;
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important; /* 親(.author-thumb)に合わせる */
    height: 100% !important; /* 親(.author-thumb)に合わせる */
}
/************************************
** CVボタン
************************************/
.p-cv-btn-wrap *{
  margin:0 !important;
  padding:0 !important;
  box-sizing: border-box;
}
.p-cv-btn-wrap{
  background:#fef9ed;
  padding:1.5em !important;
  margin: 0 0 2em !important;
  font-size:16px;
  line-height:1.8;
}
.p-cv-btn-wrap ul,.p-cv-btn-wrap a,.p-cv-note{
  max-width:350px;
  margin: auto !important;
  border:none;
}
.p-cv-btn-wrap ul li{
  font-weight:500;
  list-style:none;
  font-size:0.9em;
  position:relative;
  padding-left:1.5em !important;
}
.p-cv-btn-wrap ul li:before{
  font-family: "FontAwesome";
  content: "\f00c" !important;
  font-weight:600;
  color:#fdc44f;
  position:absolute;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.p-cv-btn a{
  color:#fff;
  text-decoration:none !important;
  background:#fdc44f;
  border-bottom: solid 4px #b4923a;
  padding: 0.5em 1em !important;
  border-radius: 7px;
  margin: 0.3em auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cv-btn:hover{
  opacity:0.9;
}
.p-cv-btn a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.p-cv-btn .p-cv-em{
  font-size:0.9em;
  line-height: 1.3;
  text-align:center;
  font-weight:600;
  display:block;
  color:#fdc44f;
  background:#fff;
  padding: 5px 10px !important;
  margin: 2px 10px 0px 0 !important;
  border-radius: 30px;
  min-width: 55px;
  max-width: 80px;
}
.p-cv-btn .p-cv-text{
  font-size:1em;
  font-weight: 600;
  color:#fff;
  letter-spacing: 1px;
  border-left: 1px solid #fff;
  line-height: 25px;
  margin: 0.6em auto 0.6em 0 !important;
  padding: 0 0.6em 0 1em !important;
}
.p-cv-btn i,.p-cv-btn svg{
  color:#fff;
  min-width:22px;
}
.p-cv-url-wrap{
  font-size: 0.8em !important;
  max-width: 350px;
  margin: 0 auto 0.5em !important;
  display: block;
}
.p-cv-url-wrap a{
  color: #1a0dab !important;
  text-decoration:underline !important;
}
.p-cv-btn-wrap .p-cv-note{
  font-size:0.9em;
  background:#fff;
  margin-top:0.5em !important;
  padding:0.5em 1em !important;
}
.sidebar .p-cv-btn-wrap{
  background:#fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.p-cv-btn-img{
  margin:0 auto !important;
  text-align:center;
  max-width:350px;
  display:block;
}
/*320px以下*/
@media screen and (max-width: 320px){
  .p-cv-btn-wrap{
    padding:1em !important;
  }
}
/*original class*/
.reference_link {
    background: #f9f9f9f9;
    font-size: 12px;
    color: #999;
    padding: 20px;
}
/* box menu*/
.box-menu-icon img {border-radius: 60px;}
.box-menu-icon * {max-width: 120px;max-height: 120px;}
.box-menu{padding: 0.5em 0em;}
/*SNS*/
.facebook-share-button-sq {background-color: #369!important;}
.twitter-button {background-color: #55aced!important;}
.hatebu-button{background-color:#00a8e2!important;}
.sns-buttons a {color:#fff!important;width: 60px!important;;height: 30px!important;}
.date-tags {text-align: left;color: #999;}
/*cv button*/
.body .has-amber-background-color {background: linear-gradient(#FFC107,#FF8F00);}
.has-medium-font-size {font-size: 17px;}
/*button*/
.grad_noon {background: linear-gradient(-135deg, #64E8DE, #8A64EB);border: none;font-weight: normal;}
/*card*/
.rect-vertical-card .related-entry-card-title {margin-top: 7px;}
/*table*/
table tr:nth-of-type(2n+1) {background-color: transparent;}
table th, table td {font-size: 14px;padding: 6px 10px;border: 2px solid #e7e7e7;font-weight:normal;}
.table-noscroll th, .table-noscroll td{
	white-space:inherit;
}
.zenkoku table td {width: 229px;}
.c-spec th, .c-spec td {
    border-top: 1px solid #efefef;
    border-right: none;
    border-left: none;
    border-bottom: none;
    color: #333;
    font-size: 11px;
  background: #fbfbfb;
}
.c-spec th{font-weight:bold;text-align:left;width: 12%;}
figure.c-spec table {
    width: 100%;
  margin-bottom:0px;
}
a.btn.btn-m.btn-circle.has-background.has-amber-background-color:after{
    content: "";
    display: inline-block;
    margin: 0 0 0 10px;
width: 20px;
height: 20px;
    background: url(https://gypsee.jp/wp-content/themes/cocoon-child-master/img/icon_arrow_right_w@2x.png) no-repeat 0 0/contain;
    vertical-align: -6px;
}
a.btn.btn-m.btn-circle.has-background.has-amber-background-color:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
/************************************
** スライダー
************************************/
.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
}
.slide-wrap .slide-content{
   flex: 0 0 90%;
   margin: 0 10px;
   height:100%;
}
@media screen and (max-width: 480px){
   .slide-wrap{
      display: flex;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      padding:0 0 1em;
      scroll-behavior: smooth;
   }
   .slide-wrap .slide-content {
      height:100%;
      flex: 0 0 88%;
      margin: 0px 5px;
      scroll-snap-align:center;
   }
}
/*toggle*/
.toggle-checkbox:checked~.toggle-content {font-size: 13px;}
/*会話*/
.speech-name {font-size: 11px;}
@media screen and (max-width: 1024px){
.speech-name {font-size: 11px;}
.tagline {display:none;}
}
/*占い師詳細*/
.detail_link {font-size: 12px;}
.p-blog-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
    padding-bottom:5px;
    padding-top:5px;
}
.p-blog-info>a {
    margin-right: 20px;
}
.p-blog-info img {
    height: auto;
    width: 30px;
}
.p-profile__inquiry-btn {
    margin-left: auto;
    flex-grow: 0;
    margin-left: 10px;
}
.p-profile__inquiry-btn2 {
    margin-right: auto;
}
.p-profile__inquiry-btn>a,.p-profile__inquiry-btn2>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: block;
    font-size: 12px;
    padding: 8px 30px 8px 12px;
    position: relative;
    text-align: center;
  color: #777;
  text-decoration:none;
}
.p-profile__inquiry-btn>a::after,.p-profile__inquiry-btn2>a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
/*記事を書いたのは*/
.author-box {
    border: 0;
    border-radius: 5px;
    background-color: #fbfcff;
    font-size: 14px;
}
.author-thumb{width:100px;}
.author-thumb img {border-radius: 50%;}
.box-wrapper {
    padding: 11px;
    margin: auto;
}
.box.flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.box dl {
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.52px;
    float: left;
    padding-right: 15px;
    margin: 0 0 6px;
}
.box dt {
    float: left;
	margin-left: 10px;
}
.box dd {
    float: left;
    margin-left: 0;
    font-weight: 400;
}
.box dt:nth-child(3n+1) {
    clear: both;
}
/*占い師プロフィール*/
.adviserProfileDetail {
background-image: linear-gradient(161deg, #68aeff 0%, #9ffeff 74%);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.adviserProfileDetailWill {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.adviserProfileDetailVernis {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.adviserProfileDetailDestiny {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px
}
.adviserProfileDetailCharis {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.adviserProfileDetailPurely {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px
}
.adviserProfileDetailLinoa {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.adviserProfileDetail__inner {
    padding-top: 10px;
    text-align: center;
    letter-spacing: .5px;
}

.adviserProfileDetail__adviserThumbnail {
  width:148px;
    height: 148px;
    margin:auto;
}
.adviserThumbnail {
    border-radius: 50%;
    margin: auto;
    box-sizing: border-box;
	border: 5px solid rgba(255, 255, 255, 0.4);
}

.adviserProfileDetail__copy {
    font-size: 12px;
  margin-top:10px;
}
.adviserProfileDetail__name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 32px;
    font-size: 20px;
    font-weight: bold;
}

.adviserProfileDetail__nickname {
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.adviserProfileDetail__nicknameAnchor {
    text-decoration: none;
    color: inherit;
}
.adviserProfileSection__data {
    padding: 5px 168px 5px 168px;
    background: #f9f9f9;
    border-radius: 4px;
    letter-spacing: .5px;
}
@media screen and (max-width: 1024px){
.adviserProfileSection__data {
    padding: 10px 45px 10px 60px;
    background: #f9f9f9;
    border-radius: 4px;
    letter-spacing: .5px;
}
}
.adviserProfileSection__dataList {
    line-height: 2;
}
.adviserProfileSection__dataListBlock {
    display: flex;
    align-items: flex-start;
}
.adviserProfileSection__dataListTerm {
    flex-basis: 77px;
    color: #999;
    font-size: 12px;
}
.adviserProfileSection__dataListDescription {
    flex: 1;
    font-size: 12px;
    margin-left: 16px;
}
.adviserProfileSection__hashLinkContainer {
    text-align: center;
    margin-top: 24px;
}
span.hashLink.adviserProfileSection__hashLink a {
    color: #00b5bd;
    text-decoration: none;
}
.tags:last-child {
    margin-bottom: -.5rem;
}
.tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tags .tag:not(:last-child) {
    margin-right: .5rem;
}
.tags .tag {
    margin-bottom: .5rem;
}
.tag:not(body) {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 80px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: '\f13a'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 150px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
/*必要ならばここにコードを書く*/
.red {color: #fc477a;}
.rating-star {font-size: 1em;font-weight: bold;}

.box1-yellow{
    margin: 2em auto;
    background: #fef9ed;
    border-radius:4px;
    max-width:600px;
    padding: 3.5em 0.5em 1.5em;
    position:relative;
}
.box1-yellow .box-title {
    background: #fdc44f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    position:absolute;
    top:0; 
    left:0;
    width:100%;
}
.box1-yellow p {
    margin: 0;
    padding: 0;
}

.toggle-button{
	    transition: all .1s;
    color: #666;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 12px;
}
.toggle-checkbox:checked~.toggle-content {border: 1px solid #ccc; border-top: none;}
.toggle-button:hover {
    color: #333;
    background-color: #f2f2f2;
    cursor: pointer;
}
/*/////////////////////////////////////////////////
//twitter風チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/
.twitter__container {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  margin: 20px auto;
  font-size: 80%;
  border: solid 1px #eeeeee;
}

.twitter__container a {
  color: #58aeed;
}

/* タイトル部分 */
.twitter__container .twitter__title {
  background: #58aeed;
  padding: 10px;
  text-align: center;
  font-size: 150%;
  color: #ffffff;
}

.twitter__container .twitter__title .twitter-logo {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  display: block;
  background: url(/images/twitter-logo.svg) center no-repeat;
}

.twitter__container .twitter__title span {
  font-size: 20px;
}

/* タイムライン部分 */
.twitter__container .twitter__contents {
  overflow: hidden;
  position: relative;
  line-height: 135%;
}

.twitter__container .twitter__contents.scroll {
  max-height: 350px;
  overflow-y: scroll;
}

.twitter__container .twitter__block {
  width: 100%;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: solid 1px #eeeeee;
  overflow: hidden;
}

.twitter__container .twitter__block:last-child {
  border-bottom: solid 0px;
}
/* アイコン画像 */
.twitter__container .twitter__block figure {
  width: 50px;
  padding: 0;
  margin: 0;
  float: left;
  width: 50px;
}
  /* 正方形を用意 */
.twitter__container .twitter__block figure img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
/* コメントエリア */
.twitter__container .twitter__block-text {
  margin: 0;
  position: relative;
  margin-left: 60px;
  padding-right: 10px;
}

.twitter__container .twitter__block-text .name {
  font-weight: bold;
}

.twitter__container .twitter__block-text .name .name_reply {
  color: #8a9aa4;
  margin-left: 10px;
}

.twitter__container .twitter__block-text .date {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: right;
  color: #8a9aa4;
}
/* 本文 */
.twitter__container .twitter__block-text .text {
    margin: 5px 0 15px 0;
    font-size: 13px;
    line-height: 1.6em;
}
/* 画像を貼る場合 */
.twitter__container .twitter__block-text .text .in-pict img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: 5px 0;
  width: 95%;
  height: 200px;
  object-fit: cover;
}

/*///////////////////////////////////////////
//埋め込みアイコン
////////////////////////////////////////////*/

.twitter__container .twitter__icon br{
  display: none;
}

.twitter__container .twitter__icon .twitter-bubble {
  width: 14px;
  height: 14px;
  display: block;
  padding-left: 20px;
  background: url("images/twitter-bubble.svg") left no-repeat;
  width: 20%;
  float: left;
  color: #8a9aa4;
}

.twitter__container .twitter__icon .twitter-heart {
  width: 14px;
  height: 14px;
  display: block;
  padding-left: 20px;
  background: url("svg/twitter-heart.svg") left no-repeat;
  width: 20%;
  float: left;
  color: #8a9aa4;
}

.twitter__container .twitter__icon .twitter-loop {
  width: 14px;
  height: 14px;
  display: block;
  padding-left: 20px;
  background: url("svg/twitter-loop.svg") left no-repeat;
  width: 20%;
  float: left;
  color: #8a9aa4;
}
/************************************
** ボックスナビ
************************************/
.p-nav{
margin:2em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0;
padding:0;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0;
padding:0;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#fff;/* 背景色 */
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #f6a068, 2px 2px 0 0 #f6a068, 2px 0 0 0 #f6a068, 0 2px 0 0 #f6a068;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.7em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
  .p-nav ul li{
    -ms-flex-preferred-size: calc(100%/2);/* 2列 */
    flex-basis: calc(100%/2);/* 2列 */
  }
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #f6a068;/* アイコン色 */
display:inline-block;
}
/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,.p-nav ul li:nth-of-type(2) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,.p-nav ul li:nth-of-type(3) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,.p-nav ul li:nth-of-type(4) a svg{
color:#f6a068;/* アイコン色 */
}

.sec-ranking .item .sec-voice {
    margin-bottom: 40px;
}
.sec-voice, .sec-comment {
    padding: 125px 35px 35px;
    position: relative;
    line-height: 2;
    margin: 40px 0;
	border: solid 1px #e8e8e8;
}

.sec-voice p {margin: 1.2em 0;}
.gypsee_editor_voice img {box-shadow: none;}

@media screen and (max-width: 480px){
.sec-ranking .item .sec-voice {
    margin-bottom: 20px;
}
.sec-voice h2, .sec-comment h2, .sec-voice .title, .sec-comment .title {
    width: 200px;
    left: 15px;
}
h3.h3rank span {
    font-size: 16px;
}
.sec-ranking .h3rank:nth-of-type(n):before {
    background-size: 55px;
    width: 70px;
}
    .sec-ranking .inner {
    padding: 20px 10px 30px;
}
    .sec-ranking h3 {
    padding: 20px 0 20px 80px;
}
    .sec-voice, .sec-comment {
    padding: 85px 15px 20px;
}

}

/* editor_voice*/
.gypsee_editor_voice {margin: 0!important;position: absolute; top: 16px;left: 15px;border: none;}
@media screen and (max-width: 480px){
.gypsee_editor_voice {
width: 195px;
left: 4px;
top: 16px;
}
}

/* toc */
.toc {
  border-left: 0;
    border-right: 0;
    border-top: 5px solid #fbfcff;
    border-bottom: 5px solid #fbfcff;
  display:block;
  padding: 16px;
	background: #fbfcff;
    border-radius: 4px;
}
.toc a{color:#6f7372;}
.toc-title{
  border-left: 3px solid #dedede;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0 15px;
    padding-left: 15px;
  text-align:left;
	color:#6f7372;
}
.toc li{
	border-top: 1px solid #e6e6e6;
    padding: 5px 0;
}
.toc li:first-child{
	border-top:none;
}
@media screen and (max-width: 480px){
}

/************************************
** SNSシェアボタン
************************************/
/* 各SNSボタン共通 */
#main .sns-buttons a{
 color:#5d5d5d;
 background-color:#fff;
 width:2.5em;
 margin-left:0.5em;
}
/* テキストを非表示 */
.sns-share.ss-high-and-low-lc a .button-caption,.button-caption{
 display:none;
}
/* 全体を右寄せ */
.sns-share-buttons{
justify-content:flex-end;
}


/* 
 * コンバージョンボタン
 */
.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.1em auto;
  padding: 1em 2em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 80%;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}

/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}

/* 赤ボタン */
.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#FFC107,#FF8F00);
}



/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

.blogcard-label.internal-blogcard-label {
    background: linear-gradient(90deg,rgba(216,87,87,1.2),rgba(220,76,165,.2));
  border-radius: 16px;
    left: 0px;
  font-size:12px;
}
.blogcard-footer {
    clear: both;
    font-size: 0.8em;
    padding-top: 0.6%;
    display: none;
}

.alignnone {
    max-width: 480px;
}

div.wpcr3_review div.wpcr3_review_datePublished { display: none;}

/* =========================================================
  下固定バナー
  プレフィックス：bfb（bazubu-fixed-banner）
========================================================= */

/* PC表示
--------------------------------------------------------- */

/* テキストエリア＋ボタン */
.bfb-common-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  display: block;
  z-index: 9999;
  margin-top:0;
  margin-bottom:0;
}

.home .bfb-common-cta,
.archive .bfb-common-cta{
  display: block;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta {
    display: none;
  }

  .home .bfb-common-cta,
  .archive .bfb-common-cta{
    display: none;
  }
}

.bfb-common-cta .bfb-cta-wrap {
  position: relative;
}

.bfb-common-cta .bfb-cta-wrap .bfb-contact {
  overflow: hidden;
  max-width: 580px;
  margin: 8px auto;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-contact {
    width: 100%;
    padding: 0 8px;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
  float: left;
  color: #fff;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span {
  color: #fffc06;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
  float: right;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    float: none;
    margin: auto;
    width: 80%;
  }
}

@media screen and (max-width: 320px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button {
    margin: 6px auto 0;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 10px 24px;
  border-radius: 3px;
  background: #ed6b14;
  box-shadow:0px 5px 0px 0px #cb3c03;
  -moz-box-shadow:0px 5px 0px 0px #cb3c03;
  -webkit-box-shadow:0px 5px 0px 0px #cb3c03;
  text-decoration: none;
  position: relative;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a:after {
  position: absolute;
  content:"\f105";
  font-family: FontAwesome;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
    padding: 6px 8px;
  }
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a .fa {
  margin-left: 8px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}

/* スマホ表示
--------------------------------------------------------- */
.bfb-common-cta-sp {
  display: none;
}

.home .bfb-common-cta-sp,
.archive .bfb-common-cta-sp{
  display: block;
}

@media screen and (max-width: 767px) {
  .bfb-common-cta-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
    width: 100%;
    display: block;
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    margin-top:0;
    margin-bottom:0;
    line-height: 1.3;
  }

  .home .bfb-common-cta-sp,
  .archive .bfb-common-cta-sp{
    display: none;
  }

  .bfb-common-cta-sp .bfb-cta-wrap .bfb-cta-right .bfb-cta-button {
    margin-top: 8px;
  }


  .bfb-common-cta-sp .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px 24px;
    border-radius: 3px;
    background: #ed6b14;
    box-shadow:0px 5px 0px 0px #cb3c03;
    -moz-box-shadow:0px 5px 0px 0px #cb3c03;
    -webkit-box-shadow:0px 5px 0px 0px #cb3c03;
    text-decoration: none;
    position: relative;
  }

  .bfb-common-cta-sp .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a:after {
    position: absolute;
    content:"\f105";
    font-family: FontAwesome;
    right: 12px;
  }

  .bfb-common-cta-sp .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span {
    color: #fffc06;
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .bfb-common-cta-sp .bfb-cta-wrap .bfb-contact {
    overflow: hidden;
    max-width: 270px;
    margin: 8px auto;
  }

}

.bfb-common-cta-sp img {
  width: 100%;
}

.maxwidth100 {
  max-width:100%!important;
}
/* 閉じるボタン
--------------------------------------------------------- */
.bfb-common-cta .bfb-close-cta {
  position: absolute;
  padding: 2px 0;
  border-radius: 3px;
  background: #fff;
  width: 30px;
  text-align: center;
  top: 0;
  left: 15px;
}

.bfb-common-cta-sp .bfb-close-cta {
  position: absolute;
  padding: 6px 0;
  border-radius: 3px;
  background: #fff;
  width: 30px;
  text-align: center;
  top: 0;
  left: 0;
}
.bfb-common-cta-sp .bfb-close-cta {
  top: -38px;
}

.bfb-common-cta .bfb-close-cta .fa,
.bfb-common-cta-sp .bfb-close-cta .fa {
  color: #444;
}

.go-to-top {bottom: 85px;}
.toggle-wrap {font-size:14px;}
.btn-green, .btn-wrap.btn-wrap-green>a {font-size: 11px;}

.bfb-cta-pr {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-align: center;
}
/************************************
** 比較表
************************************/
/* 比較表全体 */
.compare-box {
  display:-webkit-box;/* 配置 */
  display:-ms-flexbox;/* 配置 */
  display:flex;/* 配置 */
  max-width:600px;/* 横幅 */
  margin: 0 auto 2rem;/* 余白 */
  border-radius:4px;/* 角丸 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
  background: #fef9ed; /* 背景色 */
}
/* 左のボックス、右のボックス */
.compare-box .compare-left-wrap, .compare-box .compare-right-wrap{
  width:50%;/* 横幅半分ずつ */
  overflow:hidden;/* はみ出さないように*/
}
/* 左のタイトル、右のタイトル */
.compare-box .compare-left-head, .compare-box .compare-right-head{
  background: #fdc44f; /* 背景色 */
  text-align: center;/* 中央寄せ */
  color: #FFF; /* 文字色 */
  font-weight: bold;/* 文字太さ */
  padding:0em 1em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:1.5;/* 行間 */
  height:65px;/* 縦幅 */
  display:table-cell;/* 形式 */
  vertical-align:middle;/* 高さ中央寄せ */
  width:1000px;/* 横幅 */
}
/* 左のタイトル */
.compare-box .compare-left-head{
  border-radius:4px 0 0 0;/* 角丸 */
}
/* 右のタイトル */
.compare-box .compare-right-head{
  border-radius:0 4px 0 0;/* 角丸 */
}
/* 左のコンテンツ、右のコンテンツ */
.compare-box .compare-left, .compare-box .compare-right{
  padding:1.5em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:2;/* 行間 */
  text-align: justify;/* 段落両端 */
  text-justify: inter-ideograph;/* 段落両端 */
}
/* 文章 */
.compare-box p {
  padding: 0;/* 余白 */
  margin: 0 0 20px 0;/* 余白 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 左のタイトル、右のタイトル */
  .compare-box .compare-left-head, .compare-box .compare-right-head{
    font-size:12px;/* 文字大きさ */
    height:50px;/* 高さ */
  }
  /* 左のコンテンツ、右のコンテンツ */
  .compare-box .compare-left, .compare-box .compare-right {
      padding: 1.2em;/* 余白 */
      font-size: 12px;/* 文字大きさ */
   }
}
/************************************
** 比較表 箇条書き(記号)
************************************/
/* 箇条書き(記号) */
.compare-box .list{
   list-style: none !important;/* 行頭記号リセット */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き 行 */
.compare-box .list li { 
   border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px;/* 横幅 */
   padding: 0 0 0.7em 1.4em !important;/* 余白 */
   line-height:1.8;/* 行間 */
}
/* 箇条書き 行最後 */
.compare-box .list li:last-child{ 
   border:none;
}
/* 箇条書き 行頭記号 */
.compare-box .list li:before {
   background-color:  #ffa952; /* 色 */
   position: absolute;/* 配置 */
   content: '';/* 空文字 */
   top: 10px;/* 上からの距離 */
   left: 7px;/* 下からの距離 */
   width: 7px;/* 横幅 */
   height: 7px;/* 縦幅 */
   border-radius: 4px;/* 角丸 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 箇条書き 行頭記号 */
  .compare-box .list li:before {
    top: 9px;/* 上からの距離 */
    left: 3px;/* 下からの距離 */
    width:5px;/* 横幅 */
    height:5px;/* 縦幅 */
  }
}
/************************************
** 比較表　箇条書き(番号)
************************************/
/* 箇条書き(番号) */
.compare-box .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.compare-box .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
  border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
}
/* 箇条書き 行最後 */
.compare-box .list-number li:last-child{ 
   border:none;
}
/* 箇条書き(番号) 行頭番号 */
.compare-box .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 12px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:5px;/* 上からの距離 */
   width: 18px;/* 横幅 */
   height: 18px;/* 縦幅 */
   line-height: 18px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/* 箇条書き 行頭記号リセット */
.compare-box .list-number li:after{
  content:'';
}
/*スマホで見た時*/
@media screen and (max-width: 480px){
  /* 箇条書き(番号) 行 */
  .compare-box .list-number li{
     padding: 0 0 0.5em 1.8em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .compare-box .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 16px;/* 横幅 */
    height: 16px;/* 縦幅 */
    line-height: 16px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
}
/************************************
** 比較表セパレート
************************************/
/* 全体左 */
.compare-box-separate .compare-left{
background:#fff6f2 !important;
height:100%;
}
/* 全体右 */
.compare-box-separate .compare-right{
background:#f0f9fc !important;
height:100%;
}
/* タイトル左 */
.compare-box-separate .compare-left-head{
background:#ffa883 !important;
}
/* タイトル右 */
.compare-box-separate .compare-right-head{
background:#6fc7e1 !important;
}
/* 箇条書き(記号) 行頭番号 左 */
.compare-box-separate .compare-left .list li:before {
background:#ffa883 !important;
}
/* 箇条書き(番号) 行頭番号 左 */
.compare-box-separate .list-number li:before {
background:#ffa883 !important;
}
/* 箇条書き(記号) 行頭番号 右 */
.compare-box-separate .compare-right .list li:before {
background:#6fc7e1 !important;
}
/* 箇条書き(番号) 行頭番号 右 */
.compare-box-separate .compare-right .list-number li:before {
background:#6fc7e1 !important;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

.blogcard-content {
    height: 72px;
    line-height: 1.4;
}
.blogcard-title {
    font-size: 13px;
}
.blogcard-thumbnail {
    width: 130px;
}
  .logo-menu-button img {
    margin: 3px auto;
    width: 85px;
    height: auto;
}
.btn-l, .ranking-item-link-buttons a, .btn-wrap.btn-wrap-l>a {
    margin: 0;
}
.alignnone{max-width:100%;}
table {margin-bottom: 0px;}
  .eye-catch img {
    min-width: 100%;
    display: block;
    min-width: 100%;
    box-shadow: 0.1rem 0.2rem 0.8rem 0.1rem rgba(215,215,222,0.7);
    width: auto;
}
}
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.2em;
    margin: 0 auto;
    width: 94%;
  }
  .bfb-cta-pr {margin-top: 8px;}
}

/* パンクズ */
.p-breadcrumbs {
    padding: 0;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 1;
}

.p-breadcrumbs__ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
	max-width: 995px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 7px 6px;
}

.p-breadcrumbs__li {
    margin-right: 2px;
    display: inline;
    font-size: 12px;
  color: #3E3E3E
}

.p-breadcrumbs__li a{
  color: #3E3E3E;
  text-decoration: none;
}

.p-breadcrumbs__li::after {
    content: ">";
}

.p-breadcrumbs__ul .p-breadcrumbs__li:last-child::after {
    content: "";
}

/* グローバルナビ */
#navi {
    /* border-bottom: 1px solid #fa8c40; */
}

#navi .menu-header {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    border-bottom: 1px solid;
}

#navi>.navi-in>.menu-header>.menu-item>a:before {
    background-color: #d85757;
    width: 0;
    height: 5px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.2s ease;
    z-index: 1010;
}

#navi>.navi-in>.menu-header>.menu-item>a:hover:before{
  width:100%;
}

#navi .navi-in a:hover{
  background: transparent;
}

#navi .navi-in > ul li{
  position: static;
  display: inline-block;
  text-align: center;
}

#navi .wrap {
    width: 100%;
}

#navi .sub-menu__wrapper {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: linear-gradient(-135deg,#FF9482,#7D77FF);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
  /* 閉じるアニメーション */
    transition:
    opacity     .1s linear,
    visibility  .1s linear;
}

#navi>.navi-in>.menu-header>.menu-item:hover .sub-menu__wrapper{
  /* display:block; */  
/* 開いている状態 */
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition:
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

#navi .navi-in > ul .sub-menu{
  position:relative;
  display:block;
}

#navi>.navi-in>.menu-header>.menu-item .sub-menu__wrapper a:hover{
  color: #fa8c40;
}

#header-in>.search-box {
    position: absolute;
    right: 30px;
	top:4px;
}

.sub-menu2 {
    text-align: left;
}

.p-indexHeader {
background-image: linear-gradient(161deg,#63a4ff 0%,#83eaf1 74%);
    padding: 16px 0 28px;
    margin-bottom: 15px;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #fff;
}

.l-content {
    max-width: 1200px;
    margin: 0 auto;
}

.p-indexHeader__nameBox {
    color: #FA8C40;
    text-align: center;
    margin-bottom: 7px;
}

.p-indexHeader__nameEn {
    margin-bottom: -4px;
    font-size: 36px;
    display: block;
    font-family: 'Amiri',serif;
    color: #fff;
}

.p-indexHeader__iconBox {
    margin-bottom: -2px;
    display: block;
}

.p-indexHeader__icon {
    width: 50px;
}

.p-indexHeader__name {
font-size: 0.9rem;
    color: #fff;
    font-weight: bold;
}

.p-indexHeader__description {
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}

.p-indexHeader__narrowTagBox {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.p-indexHeader__narrowTag {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.u-flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.p-indexHeader__tagList {
    /* margin-top: -33px; */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    padding: 0;
    list-style: none;
}
.p-indexHeader__tagListItem {
    width: 20%;
}

.p-indexHeader__tagLink {
    display: inline-block;
    font-weight: bold;
    font-size: .75rem;
    color: #fff;
    text-decoration: none;
    padding-top: 33px;
}
.p-indexHeader__tagLink i {
    font-size: 0.8em;
}
.acd-check{
    display: none;
}

.nk_accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s linear;
}
.acd-check:checked ~ .nk_accordion{
  max-height: 100%;
  transition: max-height .4s linear;
}

.nk_accordion__contents {
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform .3s linear;
}
.nk_accordion__inner {
  overflow: hidden;
  transform: translateY(100%);
  transition: transform .3s linear;
}

.acd-check:checked ~ .nk_accordion .nk_accordion__contents {
  transform: translateY(0);
  transition: transform .2s linear;
}
.acd-check:checked ~ .nk_accordion .nk_accordion__inner {
  transform: translateY(0);
  transition: transform .2s linear;
}



.p-indexHeader__narrowTag i{
  transition: transform .2s linear;  
}

.acd-check:checked ~ .p-indexHeader__narrowTagBox .acd-label i {
    transform: rotate(180deg);
}

.menu-top-sidebar {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-top-sidebar>.menu-item{
    position: relative;
    width: 100%;
    border-bottom: 2px solid #ebebeb;
  
}


.menu-top-sidebar .item-label img {
    width: 20px;
}

.menu-top-sidebar .item-label {
    display: flex;
    align-items: center;
}

.menu-top-sidebar .item-label span {
    padding-left: 5px;
    display: inline-block;
}

.sidebar-menu-input-c:checked ~ .sub-menu__wrapper {
    max-height: 100%;
    transition: max-height .4s linear;
}

.menu-top-sidebar .sub-menu__wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s linear;
}

.menu-top-sidebar .sub-menu__wrapper a{
    color: #fff;
    padding: 12px 17px;
    display: block;
    position: relative;
    text-align:center;
    text-decoration: none;
}
.menu-top-sidebar .sub-menu2{
  list-style: none;
  padding: 0 10px;
  margin: 0;
  background: linear-gradient(309deg,#ff9a89,#b8b4ff);
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform .3s linear;
}


.sidebar-menu-input-c:checked ~ .sub-menu__wrapper .sub-menu2{
    transform: translateY(0);
    transition: transform .2s linear;
}

.menu-top-sidebar .sub-menu2 li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}


.menu-top-sidebar .sub-menu2 .item-label{
    display: block;
    text-align:center;
}


.sidebar-label {
    padding: 10px 8px;
    color: #fff;
    background-image: linear-gradient(161deg,#63a4ff 0%,#83eaf1 74%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
}


.sidebar-label i {
  transition: transform .2s linear;
}

.sidebar-menu-input-c:checked ~ .sidebar-label i {
    transform: rotate(
      180deg
    );
}

.menu-top-sidebar .caption-wrap{
    display: flex;
    align-items: center;
    flex: 1;
}

@media screen and (max-width: 1023px){
  .header {
    background:transparent;
  }
  #navi .menu-header {
    display:none;
  }
  #header-in>.search-box {
    display:none;
  }
  .p-indexHeader__tagListItem {
      width: 50%;
      padding: 0 10px;
  }

}

#nk_mobile_header_w{
  display: none;
}

@media screen and (max-width: 1023px){
  #nk_mobile_header_w{
    display: block;
  }
}

/* ポップアップ */
.nk-modal-overlay{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(126,126,126,0.7);
  z-index: 100;
}

.nk-popup-area {
  display: none;
  width:80vw;
  background:#fff;
  padding:20px;
  position: fixed;
  z-index: 9999;   
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius:8px;
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.4);
  max-width: 450px;
}

.nk-popup-area-close{
  position: absolute;
  width: 3.0rem;
  height: 3rem;
  border-radius: 2rem;
  border: none;
  color: #fff;
  background-color: #B1B1B1;
  top: -1rem;
  right: -1rem;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
}

.nk-popup-area img {
    max-width: 100%;
    height: auto;
}

/* app_list */
.app_list_table {
    text-align: center;
    letter-spacing: -0.5px;
    margin-top: 15px;
}
.app_list_table > tbody > tr > td {
  border: none;
}
.app_list_table > tbody > tr > td {
  width: 25%;
  padding: 5px;
  height: 110px;
}
.app_list_table img {
  margin: 0px;
  width: 90%;
}

.app_list_table>tbody>tr>td {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
}

.app_list_table a {
    text-decoration: none;
    font-size: 12px;
}

/* 付箋box */
.blank-box.sticky.st-blue {
    border-color: #a8dafb47;
    background-color: #ebf5ff36;
}


/* スピリチュアルメッセージボックス全体 */
.spiritual-message-box {
  background: linear-gradient(135deg, #f5f7fa, #e0e8f0); /* 淡いブルーグレー系グラデーション */
  border-left: 5px solid #a8c0d8; /* 少し太めの左境界線 */
  border-radius: 4px; /* 少し角丸 */
  padding: 1em 1.5em; /* 内側余白 (左右少し広め) */
  margin: 1.5em 0; /* 外側余白 */
  line-height: 1.8; /* 行間を広めに */
  color: #334e68; /* 落ち着いたネイビー系テキスト */
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* わずかな影で立体感 */
}

/* メッセージボックスのタイトル */
.spiritual-message-box__title {
  margin: 0;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  color: #5a7a9e; /* 少し濃いブルーグレー */
  display: flex;
  align-items: center;
}

/* メッセージボックスのタイトルアイコン (絵文字/テキスト) */
.spiritual-message-box__icon {
  font-size: 1.1em;
  margin-right: 0.6em;
  display: inline-block;
  vertical-align: middle;
}
/* Font Awesome などを使う場合は .spiritual-message-box__icon::before などで設定 */
/* 例: Font Awesome Feather-alt アイコン */
/*
.spiritual-message-box__icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f56b";  /* feather-altのUnicode */
  margin-right: 0.6em;
  color: #82a6ca;
}
*/

/* メッセージリスト */
.spiritual-message-box__list {
  margin: 0.5em 0 0 0;
  padding: 0;
  list-style: none;
}

/* メッセージリスト項目 */
.spiritual-message-box__item {
  margin-bottom: 0.6em;
  position: relative;
  padding-left: 1.5em;
}

/* メッセージリスト最後の項目は下のmarginをなくす */
.spiritual-message-box__item:last-child {
  margin-bottom: 0;
}

/* メッセージリスト項目のマーカー */
.spiritual-message-box__item::before {
  content: "▶"; /* シンプルなマーカー */
  position: absolute;
  left: 0;
  top: 0.2em; /* 位置調整 */
  color: #82a6ca;
  font-size: 0.9em;
}


/* style.css や 追加CSS に記述 */
.related-posts-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.related-posts-box .related-title { /* タイトル部分のクラス */
  font-weight: bold;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #1e90ff;
  padding-bottom: 5px;
  color: #333;
}
.related-posts-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-posts-box li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ced4da;
}
/* 最後のli要素の下線を消す場合 */
.related-posts-box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.related-posts-box .related-icon { /* アイコン用のクラス */
  color: #1e90ff;
  margin-right: 5px;
  font-weight: bold;
}
.related-posts-box li a {
  text-decoration: none;
  color: #0d6efd;
}
/* 2つ目以降のリスト項目の上に余白を追加する場合 */
 .related-posts-box li + li {
   padding-top: 8px;
 }

.speech-icon-image {
    width: 150px !important;
    height: 60px !important;
}

/* ポリシー概要ボックス */
.lani-policy-summary-box-subtle {
  border: 1px solid #e0e0e0;
  background-color: #fdfdfd;
  padding: 1em 1.2em;
  margin-top: 1.5em;
  margin-bottom: 2em;
  border-radius: 4px;
  font-size: 0.85em;
  line-height: 1.6;
  position: relative;
  padding-bottom: 2.5em; /* リンクエリア分のスペース確保 */
}
.lani-policy-box-title {
  font-weight: bold;
  font-size: 1.05em;
  color: #555;
  margin-top: 0 !important; /* 上マージンをリセット */
  margin-bottom: 0.8em !important;
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #ccc;
}
.lani-policy-summary-box-subtle p {
  margin-bottom: 0.6em;
  color: #555;
}
/* リンクエリア以外のpタグの下マージン（タイトル含む）*/
.lani-policy-summary-box-subtle > p:not(.lani-policy-link-area) {
    margin-bottom: 0.6em;
}
/* 最後の要素（通常はリンクエリア）の下マージンをなくす */
.lani-policy-summary-box-subtle > *:last-child {
    margin-bottom: 0 !important;
}
.lani-policy-team-name {
  font-weight: bold;
  color: #333;
}
.lani-policy-highlight {
  font-weight: bold;
  color: #4682b4; /* SteelBlue */
}
.lani-policy-link-area {
  position: absolute;
  bottom: 0.8em;
  right: 1.2em;
  text-align: right;
  margin-bottom: 0 !important; /* 親要素の *:last-child で効かない場合があるので念のため */
}
.lani-policy-link-area a {
  color: #777 !important; /* リンク色を上書き */
  text-decoration: none !important; /* 下線を消す */
  font-size: 0.9em;
}
.lani-policy-link-area a:hover {
  color: #333 !important; /* ホバー時の色 */
  text-decoration: underline !important; /* ホバー時に下線 */
}



/* --- Cocoon標準SNSシェアボタン - 水色カスタム (アイコン白抜き・色味調整版) --- */

/* シェアボタン全体のコンテナ (.sns-share) */
.sns-share.ss-bottom {
  background: linear-gradient(to bottom, #ffffff 90%, #f0f8ff); /* 背景は白から淡い水色 */
  border: 1px solid #cce7ff;
  border-radius: 16px;
  padding: 1.8em 1em 1.5em 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(99, 164, 255, 0.1);
}

/* 装飾用の疑似要素 */
.sns-share.ss-bottom::before,
.sns-share.ss-bottom::after {
  content: ""; position: absolute; border-radius: 50%; opacity: .7; pointer-events: none; z-index: 0;
}
.sns-share.ss-bottom::before {
    top: -50px; right: -50px; width: 150px; height: 150px;
    background: radial-gradient(circle, rgba(131, 234, 241, .1) 0%, rgba(131, 234, 241, 0) 70%);
}
.sns-share.ss-bottom::after {
    bottom: -40px; left: -40px; width: 120px; height: 120px;
    background: radial-gradient(circle, rgba(99, 164, 255, .08) 0%, rgba(99, 164, 255, 0) 65%);
}

/* シェアメッセージ (.sns-share-message) */
.sns-share.ss-bottom .sns-share-message {
  font-size: 1.1em; font-weight: 600; color: #63a4ff; /* テーマの明るい水色 */
  margin-bottom: 1.2em; line-height: 1.6; position: relative; display: inline-block; padding-bottom: 0.5em;
}
/* メッセージの下線 */
.sns-share.ss-bottom .sns-share-message::after {
    content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 60px; height: 2px;
    background: linear-gradient(90deg, rgba(99, 164, 255, 0), #83eaf1, rgba(131, 234, 241, 0));
    border-radius: 1px;
}

/* ボタンを囲むコンテナ (.sns-buttons) */
.sns-share.ss-bottom .sns-share-buttons.sns-buttons {
  display: flex !important; flex-wrap: wrap !important; justify-content: center !important; align-items: center !important;
  gap: 12px 10px; margin: 0 auto; padding: 0; max-width: 320px; position: relative; z-index: 1;
}

/* 各シェアボタン (aタグ) - 色味調整グラデ背景 */
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 46px !important; height: 46px !important; min-width: 46px !important; max-width: 46px !important; flex-basis: 46px !important;
  border-radius: 50% !important;
  /* ↓もう少し濃いめの水色グラデーション */
  background: linear-gradient(135deg, #90c8f7 0%, #63a4ff 100%) !important;
  border: none !important;
  box-shadow: 0 4px 8px rgba(80, 140, 230, 0.2) !important; /* 影も少し調整 */
  transition: all 0.3s ease !important;
  text-decoration: none !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; cursor: pointer; box-sizing: border-box !important;
}

/* ボタンホバー時の効果 - さらに少し濃く＆浮き上がる */
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button:hover {
  background: linear-gradient(135deg, #a0d2fa 0%, #7cb4ff 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 12px rgba(80, 140, 230, 0.25) !important;
}

/* アイコン (span.social-icon) のスタイル - 白抜き */
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button .social-icon {
  font-size: 22px !important;
  color: #ffffff !important; /* アイコンの色を白に */
  line-height: 1 !important;
  text-shadow: 0 1px 2px rgba(40, 90, 180, 0.3); /* 影の色を少し濃く */
  transition: opacity 0.3s ease !important;
  opacity: 0.95;
}

/* ホバー時のアイコン色変化 - 透明度をなくす */
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button:hover .social-icon {
  opacity: 1;
}

/* ボタンキャプション・シェア数は非表示 */
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button .button-caption,
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button .share-count {
  display: none !important;
}

/* コピー成功メッセージ (標準機能依存) */
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .copy-button .copy-info { /* ←クラス名は要確認 */
    background-color: rgba(99, 164, 255, 0.8) !important; color: white !important;
}
.sns-share.ss-bottom .sns-share-buttons.sns-buttons .copy-button.copied::after { /* 標準機能に合わせクラス名変更が必要な可能性 */
    content: 'コピーしました！'; display: block; position: absolute;
    bottom: 110%; left: 50%; transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7); color: white; padding: 4px 8px;
    border-radius: 4px; font-size: 12px; white-space: nowrap; z-index: 10;
}

/* スマホ表示調整 */
@media (max-width: 750px) {
  .sns-share.ss-bottom { padding: 1.5em 0.8em; margin-top: 1.5em; margin-bottom: 1.5em; }
  .sns-share.ss-bottom .sns-share-message { font-size: 1.05em; }
  .sns-share.ss-bottom .sns-share-message::after { width: 50px; height: 2px; }
  .sns-share.ss-bottom .sns-share-buttons.sns-buttons { gap: 10px 8px; max-width: 300px; }
  .sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button {
    width: 42px !important; height: 42px !important; min-width: 42px !important; max-width: 42px !important; flex-basis: 42px !important;
  }
  .sns-share.ss-bottom .sns-share-buttons.sns-buttons .sns-button .social-icon { font-size: 20px !important; }
}

/* === モバイルヘッダーデザイン改善（再調整） === */
@media screen and (max-width: 1023px) {

  /* --- 基本レイアウトと装飾の調整 --- */
  .mobile-header-menu-buttons {
    border-bottom: 1px solid #eee; /* 下線はシンプルに */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); /* 影も控えめに */
    min-height: 50px; /* 例: 55pxから少し高くする */
    height: 50px;     /* 例: 55pxから少し高くする */
    /* justify-content: space-between; はCocoon設定で有効になっているはず */
  }

  /* 【重要】ロゴが余計なスペースを取らないように */
  .mobile-header-menu-buttons .logo-menu-button {
    /* flex-grow: 1; を削除または上書き */
    flex-grow: 0 !important; /* 伸びないように */
    margin-right: auto; /* ロゴを左に押し出す */
    padding-left: 15px;
    width: auto; /* 幅は自動に */
    line-height: normal; /* 固定値を解除 */
    text-align: left; /* 中央揃え解除 */
  }
  /* ロゴ画像のサイズ調整 */
  .mobile-header-menu-buttons .logo-menu-button img {
     max-height: 33px; /* 例: 少し大きくする (前回の30pxから変更) */
     width: auto;
     vertical-align: middle; /* 念のため中央揃え */
     position: relative;   /* 位置調整のために追加 */
     top: 2px;             /* ★ここで上下位置を調整（プラスの値で下へ） */
     right: 3px;
  }

  /* --- ボタン共通の調整 --- */
  .mobile-header-menu-buttons .menu-button {
    /* 固定幅を削除 */
    width: auto !important;
    /* 左右の余白で幅を調整 */
    padding: 0 15px; /* 少し広げる */
    display: flex;
    align-items: center;
    position: static; /* position: relative を解除 (黒枠対策の可能性) */
    border: none !important; /* 意図しないボーダーを強制削除 (黒枠対策) */
    outline: none !important; /* 意図しないアウトラインを強制削除 (黒枠対策) */
    box-shadow: none !important; /* 意図しない影を強制削除 (黒枠対策) */
  }
  .mobile-header-menu-buttons .menu-button-in {
     height: 100%;
     display: flex;
     align-items: center;
  }

  /* --- ボタンの文字を非表示 --- */
  .mobile-header-menu-buttons .menu-caption {
    display: none;
  }

  /* --- アイコンの色をテーマカラーに --- */
  .mobile-header-menu-buttons .menu-icon .fa {
    font-size: 22px; /* アイコンサイズ少し調整 */
    color: #63a4ff; /* テーマカラーの水色 (仮) - 実際のカラーコードに置き換えてください */
    transition: opacity 0.2s; /* ホバー効果を透明度に変更 */
    opacity: 0.85; /* 通常時の透明度を少し下げる */
  }
  /* ホバー時のアイコン透明度 */
  .mobile-header-menu-buttons .menu-button-in:hover .menu-icon .fa {
     opacity: 1; /* ホバーでくっきり表示 */
  }

  /* --- キャンペーンアイコンをプレゼントアイコンに変更 --- */
  .mobile-header-menu-buttons .sidebar-menu-button .fa-star:before {
     content: "\f06b"; /* プレゼントアイコン (fa-gift) */
     /* 他の候補: "\f02b" (タグ), "\f129" (情報), "\f0a3" (ベル) など */
  }

  /* --- メニューアイコンを標準的なハンバーガーメニューに --- */
  .mobile-header-menu-buttons .sidebar-menu-button .fa-outdent:before {
     content: "\f0c9"; /* 標準的なハンバーガーメニューアイコン (fa-bars) */
  }

}
/* === モバイルヘッダーデザイン改善 ここまで === */