/*
 * Copyright (C) SPREAD WORKS Inc. All Rights Reserved.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/* --------------------------------------------------
 投稿リスト
 -------------------------------------------------- */
 .tabacms_post_list {
	list-style: none;
	padding: 0;
	margin-top: 30px;
}

.tabacms_post_list .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-bottom: 0px !important;
}

.tabacms_post_list li time {
	margin-right: 16px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.tabacms_post_list li time {
		margin-right: 0;
		display: block;
	}
}
.tabacms_post_list li .col-md-9 {
	margin-bottom: 25px;
}
.tabacms_post_list li .col-md-8{
	margin-bottom: 2em;
}

.tabacms_post_list li .col-md-9 a {
	color: black;
    font-weight: lighter;
}

.tabacms_post_list li .col-md-8 a {
	color: black;
    font-weight: lighter;
}

.tabacms_post_list li label {
	background-color: #efefef; /* カテゴリBG 0207変更*/
	color: #333333;
	text-align: center;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	min-width: 130px !important;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.tabacms_post_list li label {
		float: none;
		margin-bottom: 10px;
	}
}

.tabacms_post_list li{
	border-bottom: 1px dashed #333333; /* 下端に「灰色1pxの破線」を引く */
	padding-bottom: 1em;            /* コンテンツ下端と枠線までの余白量 */
	margin-bottom: 2em;             /* 下側の枠線より外側の余白量 */
}

.tabacms_post_list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
 }

/* .tabacms_under a{
	padding-right: 15px;
} */

/* --------------------------------------------------
 カテゴリーリスト
 -------------------------------------------------- */
.tabacms_category_list {
	list-style: none;
	padding: 0;
}

.tabacms_category_list .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-bottom: 0px !important;
}

.tabacms_category_list li {
	margin-bottom: 16px;
}

/* --------------------------------------------------
 タグクラウド
 -------------------------------------------------- */
.tabacms_tagcloud_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.tabacms_tagcloud_list li {
}

.tabacms_tagcloud_list .tabacms_tagcloud {
	display: inline-block;
	padding: 10px;
	line-height: 0;
	margin: 0 0 10px 0;
}

.tabacms_tagcloud_list .tabacms_tagcloud:hover {
	text-decoration: underline !important;
}

/* .tabacms_tagcloud_list .tabacms_tagcloud_1 { font-size: 0.6rem; }
.tabacms_tagcloud_list .tabacms_tagcloud_2 { font-size: 0.8rem; }
.tabacms_tagcloud_list .tabacms_tagcloud_4 { font-size: 1.6rem; }
.tabacms_tagcloud_list .tabacms_tagcloud_5 { font-size: 2.0rem; } */

/* --------------------------------------------------
 Thumbnail
 -------------------------------------------------- */
.tabacms_thumbnail_wrapper {
	margin: 0px 0px 16px 0px !important;
	padding: 0 !important;
	position: relative;
	width: 100%;
	border: solid 1px #ffffff;
}

.tabacms_thumbnail_wrapper:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.tabacms_thumbnail_wrapper .tabacms_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

/* .tabacms_thumbnail_wrapper .tabacms_thumbnail img {
	height: 100%;
} */

@media screen and (max-width: 767px) {
	.tabacms_thumbnail_wrapper .tabacms_thumbnail img {
		width: 100%;
	}
}

/* --------------------------------------------------
 Ellipsis
 -------------------------------------------------- */
.tabacms_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tabacms_ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tabacms_ellipsis_2 a {
	color: black;
}

.tabacms_ellipsis_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* --------------------------------------------------
 投稿リスト(ブログタイプ)
 -------------------------------------------------- */
.tabacms_blog_list {
	list-style: none;
	padding: 0;
}

.tabacms_blog_list article {
	clear: both;
	margin-bottom: 16px;
	overflow: hidden;
}

.tabacms_blog_list li {
	margin-bottom: 16px;
}

.tabacms_blog_list .tabacms_detail time {
	font-size: 0.9em;
	display: block;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	float: right;
	clear: both;
}
@media only screen and (max-width: 768px){
	.tabacms_blog_list .tabacms_detail time {
		float: none;
	}
}

@media only screen and (max-width: 767px){
	.tabacms_blog_list .col-xs-6{
	margin-bottom: 16px;
}
}

.tabacms_blog_list .tabacms_detail label {
	background-color: #efefef;
	color: #333333;
	text-align: center;
	font-size: 0.7em;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 3px 5px 3px 5px;
	clear: both;
}

.tabacms_blog_list .tabacms_detail h2 {
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	clear: both;
	font-family: 'Noto Sans JP', Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.tabacms_blog_list .tabacms_detail p {
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
}

.tabacms_blog_list .tabacms_detail .tabacms_readmore {
	font-size: 0.9em;
	display: inline-block;
	float: right;
}

/* --------------------------------------------------
 投稿(ブログタイプ)
 -------------------------------------------------- */
.tabacms_post {
	margin-bottom: 16px;
}

.tabacms_post header{
	margin-bottom: 50px;
}

.tabacms_post header h1 {
	font-size: 24px;
	margin-bottom: 16px;
	font-family: 'Noto Sans JP', Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.2;
}

.tabacms_post header time {
	display: block;
	margin-bottom: 10px;
	font-size: 0.9em;
	float: right;
	clear: both;
}

.tabacms_post label {
	background-color: #efefef;
	color: #333333;
	text-align: center;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	min-width: 130px !important;
	display: inline-block;
	margin-top: 16px;
	margin-bottom: 16px;
}

#fix-box {
  background: url(/html/user_data/assets/img/common/coupon.png) 0 0 no-repeat;
  top: 30%;
  background-size: 150px;
  z-index: 1000;
}

.fix-bn {
  width: 50px;
  height: 150px;
  position: fixed !important;
  position: absolute;
  right: 0;
  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

.fix-bn:hover {
  width: 150px;
}

.fix-bn a {
  display: block;
  margin-left: 50px;
  width: 100px;
  height: 100px;
}

#fix-box2 {
  background: url(/html/user_data/assets/img/common/coupon_line.png) 0 0 no-repeat;
  top: 30%;
  background-size: 150px;
  z-index: 1000;
}

.fix-bn2 {
  width: 50px;
  height: 150px;
  position: fixed !important;
  position: absolute;
  right: 0;
  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

.fix-bn2:hover {
  width: 150px;
}

.fix-bn2 a {
  display: block;
  margin-left: 50px;
  width: 100px;
  height: 100px;
}

@media only screen and (min-width: 768px){
  .entry_float{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .entry_float{
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 0; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
    width: 100%; /* バナーの横幅 */
    border: 4px solid #319565;
  }
}

/* --------------------------------------------------
 ウィジット
 -------------------------------------------------- */
.tabacms_widget {
	margin-bottom: 32px;
}

.tabacms_widget h2,
.tabacms_widget h4 {
	font-size: 1.0em;
	margin-bottom: 16px;
	font-weight: bold;
}

/* ================================
　ブログスタイル（新規追加分） 
================================ */
.tabacms_body p{
	font-size: 16px;
	text-align: justify;
}

.tabacms_body li{
	font-size: 16px;
}

.tabacms_body h2,
.tabacms_body h3,
.tabacms_body h4 {
  font-family: 'Noto Sans JP', Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #333333;
  font-weight: 700;
  line-height: 1.2;
}
.tabacms_body h2 {
	position: relative;
	padding: 0.25em 0;
	font-size: 30px;
	margin-top: 80px;
}
.tabacms_body  h2:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(253 247 226), #f7e3e3);
	background: linear-gradient(to right, rgb(253 247 226), #f7e3e3);
	margin-top: 10px;
}
.tabacms_body h3 {
	font-size: 24px;
}
.tabacms_body h4 {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
  .tabacms_body h2 {
    font-size: 24px;
  }
  .tabacms_body h3 {
    font-size: 20px;
  }
  .tabacms_body h4 {
    font-size: 18px;
  }
}

.tabacms_body img {
	max-width: 640px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.tabacms_body img {
		max-width: 100%;
	}
}
.sp {
	display: none;
}
  
@media screen and (max-width: 767px) {
.pc {
	  display: none;
	}
  
.sp {
	  display: block;
	}
}

@media screen and (max-width: 767px) {
  .tabacms_post_page .ec-blockTopBtn{
  bottom: 145px;
  }
}

/* ----------------商品ページ・商品一覧に遷移用ボタン------------------- */
.blog_productBtn {
  text-align: center;
  margin-bottom: 5rem;
}
.blog_productBtn a {
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  /* border-radius: 50px; */
  padding: 0.5em 1em;
  color: #fff;
  background-color: #b6251c;
  text-decoration: none;
}
.blog_productBtn a::after {
  content: " ➤";
}
@media screen and (max-width:767px) {
  .blog_productBtn a {
    width: 100%;
    font-size: 18px;
  }
}

/* ----------------関連記事（本文途中）用スタイル------------------- */
.relationBody {
  display: block;
  width: 100%;
  border: 2px solid #f4746c;
  border-radius: 5px;
}

.relationBody_box {
  display: flex;
  align-items: center;
  position: relative;
}
.relationBody_box::before {
  position: absolute;
  content: "関連記事";
  top: 0.3rem;
  right: 0.2rem;
  display: inline-block;
  /* height: 1.7rem; */
  /* text-align: center; */
  /* min-width: 4.5rem; */
  background: #f4746c;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  letter-spacing: 3px;
  padding: 5px 5px 8px 8px;
  border-radius: 3px;
}
.relationBody_img {
  padding: 20px;
  width: 25%;
}
.relationBody_txt {
  padding: 10px;
  width: 75%;
  color: #333;
}
@media screen and (max-width:767px) {
  .relationBody_box {
    padding-top: 22px;
  }
  .relationBody_box::before {
    top: 0;
    right: 0;
    width: 100%;
    padding: 3px 3px 3px 3px;
    font-size: 1.2rem;
    border-radius: 3px 3px 0 0;
  }
  .relationBody_img {
    padding: 8px;
    width: 30%;
  }
  .relationBody_txt {
    padding: 8px 8px 8px 0;
    width: 70%;
  }
}

/* ----------------カテゴリ記事一覧用スタイル------------------- */
.blogCategory_link {
  display: block;
  padding: 20px;
  margin: 0 auto;
  width: 50%;
  border: 2px solid #f4746c;
  border-radius: 5px;
  color: #333;
}
@media screen and (max-width:767px) {
  .blogCategory_link {
    padding: 10px 20px;
    width: 100%;
  }
}

/* ----------------関連商品・New Item用スタイル------------------- */
.relationProduct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relationProduct::before {
  content:"";
  display: block;
  width:23%;
  order: 1;
}
.relationProduct::after {
  content:"";
  display: block;
  width: 23%;
}

.relationProduct_box  {
  display: block;
  width: 23%;
  margin-bottom: 40px;
}

.relationProduct_img {
  margin-bottom: 12px;
}
.relationProduct_name {
  margin-bottom: 8px;
  color: #333;
}
.relationProduct_price {
  color: #333;
}
@media screen and (max-width:767px) {
  .relationProduct::before {
    width:49%;
  }
  .relationProduct::after {
    width: 49%;
  }
  .relationProduct_box  {
    width: 48%;
    margin-bottom: 30px;
  }
}

/* ----------------関連記事（本文下）用スタイル------------------- */
.tabacms_body h2.relationFoot_ttl {
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #f4746c;
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
}
.tabacms_body h2.relationFoot_ttl::after {
  content: none;
}
.relationFoot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relationFoot::before {
  content:"";
  display: block;
  width:23%;
  order :1;
}
.relationFoot::after {
  content:"";
  display: block;
  width: 23%;
}
.relationFoot_box {
  display: block;
  width: 23%;
  margin-bottom: 40px;
}
.relationFoot_img {
  margin-bottom: 12px;
}
.relationFoot_txt {
  color: #333;
}
@media screen and (max-width:767px) {
  .tabacms_body h2.relationFoot_ttl {
    margin-bottom: 0;
  }
  .relationFoot_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    margin: 20px auto 0;
    border-bottom: 1px solid #c2ced4;
  }
  .relationFoot_box:last-child {
    border-bottom: none;
  }
  .relationFoot_box::after{
    content:none;
  }
  .relationFoot_img {
    margin-bottom: 0;
    /* padding: 8px; */
    width: 39%;
  }
  .relationFoot_txt {
    /* padding: 8px 8px 8px 0; */
    width: 59%;
  }
}


/* ================================
　締め四角枠
================================ */
.boxmi15 {
	position: relative;
	margin: 2em 0;
	padding: 1em 2em;
	border-top: solid 2px #f7e3e3;
	border-bottom: solid 2px #f7e3e3;
	background-color: #fff;
	/* color: #ee8992;
	font-weight: bold; */
	color: #333333;
    font-size: 16px;
  }
  .boxmi15:before, .boxmi15:after {
	position: absolute;
	top: -12px;
	width: 2px;
	height: -webkit-calc(100% + 24px);
	height: calc(100% + 24px);
	background-color: #f7e3e3;
	content: "";
  }
  .boxmi15:before {
	left: 12px;
  }
  .boxmi15:after {
	right: 12px;
  }
  .boxmi15-title {
	font-size: 1.15em;
	padding: 4px 12px 10px 12px;
	/* color: #ee8992; */
	font-weight:bold;
	text-align: center;
	margin: 20px -24px 20px -24px;
  }
  .boxmi15 p {
	margin: 0;
	padding: 0;
  }
  .boxmi15 img{
	  max-width: 100%;
  }
  .sen15 {
	background-color: #fff;
	background-image:
	linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #f5bbbb 100%);
	background-size: 8px 100%,100% 2em;
	line-height: 2;
	padding: 4px 10px 22px 10px;
	margin-top: 20px;
  }

/* ================================
　執筆紹介
================================ */
.tabacms_post div .box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
	border: double 4px #f7e3e3;
}
.tabacms_post div .box6 p {
    margin: 0; 
    padding: 0;
}

/* ================================
　関連商品 
================================ */
/* メッセージ */
/* .lp_kanren_message_area {
	margin-bottom:30px;
}
.kanren_list {
	display:flex;
	flex-wrap:wrap;
	width:102%;
	margin-left:-1%;
}
.kanren_list a {
	margin:0 1% 20px 1%;
	flex:0 0 48%;
	text-decoration:none;
	color:#333;
}
.kanren_list a:hover {
	opacity: .75;
}
.kanren_list a img {
	max-width:100%;
}
.kanren_list .kanren_image {
	margin-bottom:10px;
}
.kanren_list .kanren_name {
	line-height:1.1em;
	margin-bottom:3px;
}
.kanren_list .kanren_price {
	font-weight:bold;
}
@media only screen and (min-width: 768px){
.kanren_list a {
	flex:0 0 23%;
}
} */

/* -------------------------
ブログ用吹き出し
------------------------- */
.balloon-color {
  display: flex;
  flex-wrap: wrap;
}
/* 左の吹き出し */
.balloon-color.left {
  flex-direction: row; /* 左から右に並べる */
}
.left .chatting-color {
  position: relative;
  display: inline-block; /* 吹き出しが文字幅に合わせます */
  margin: 15px 0 20px 20px;
  padding: 12px 15px;
  background: #fdf7e2; /*（◯）カラー変更はこちら*/
  text-align: left; /*テキスト左揃え*/
  border-radius: 15px; /*枠の丸みの設定はこちら*/
  max-width: 67%;
}
.left .chatting-color::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #fdf7e2; /*（◯）とカラーを合わせる*/
  position: absolute;
  top: 15px; /*三角部分の高さ*/
  left: -15px; /*三角部分の位置*/
}
/* 右の吹き出し */ 
.balloon-color.right {
  flex-direction: row-reverse; /* 右から左に並べる */ 
}
.right .chatting-color {
  position: relative;
  display: inline-block; /* 吹き出しが文字幅に合わせます */
  margin: 15px 20px 20px 0;
  padding: 12px 15px;
  background: #f7e3e3; /*（△）カラー変更はこちら*/
  text-align: left; /*テキストの位置変更はこちら*/
  border-radius: 15px; /*枠の丸みの設定はこちら*/
  max-width: 67%;
}
.right .chatting-color::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #f7e3e3; /*（△）とカラーを合わせる*/
  position: absolute;
  top: 15px; /*三角部分の高さ*/
  right: -15px; /*三角部分の位置*/
}
/* アイコンの作成 */
.balloon-color figure img {
  border-radius: 100%; /* 画像を丸くしたいときに利用 */
  margin: 0;
  max-width: 100%;
}
/* アイコンの大きさ */
.icon-color {
  width: 75px;
  height: 75px;
  margin: 1em 2%;
}
/* アイコンの名前 */
.name-color {
  width: 75px; /* アイコンの大きさと合わせる */
  font-size: 12px;
  text-align: center; /* 名前は真ん中に */
  margin-top: 5%;
}
.text-color {
  color: #333333; /* テキストのカラー変更はこちら*/
  font-size: 16px; /*テキストサイズの変更はこちら（なければデフォルトのサイズになります）*/
}

/* 両端ぞろえスタイル */
.column-text {
  text-align: justify;
}

/* 注釈 */
.kome{
  color: #333333;
  font-size: 14px;
}

/* ---------- ボックスデザイン ------------ */
/*一部だけ線の色を変える*/
.box28 {
  margin: 2em auto;
  padding:2em;/*内側余白*/
  border: 2px solid #ffdada;	
  position: relative;
  z-index: 0;
  }
  .box28:before {
  border-top:2px solid #ff8585;
  border-left:2px solid #ff8585;
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  z-index: 1;
  }

/*タイトル付き（ラベルボックス）*/
.box72{
  margin: 2em auto; /* ボックスの余白 */
  background-color:#fff; /* ボックス背景色 */
  padding:2em; /* ボックス内側余白 */
  position:relative; /* 配置(ここを基準に) */
  border: 2px solid #f97b7b;	/* ボックスの線 (太さ　種類　色)*/
  }
  .box72 .box-title {
  background-color:#fff; /* タイトル背景色 */
  font-size: 20px;/* タイトル文字の大きさ */
  font-weight:800;
  color: #f97b7b; /* タイトル文字色 */
  padding: 0 5px;/*タイトルの余白*/
  line-height: 1;/*タイトルの行の高さ*/
  position:absolute;	/* 配置(ここを動かす) */
  top: -11px; /*上から（-5px）移動*/
  left: 20px; /*左から(20px)移動*/
  }

/*目次デザイン*/

.toc-002 {
  margin-bottom: 30px;
  border: 2px solid #b6251c;
  border-radius: 3px;
  margin-top: 50px;
}

.toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #b6251c;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.toc-002 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E');
  content: '';
}

.toc-002 ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
}

.toc-002 > ol {
  padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
  margin-bottom: 10px;
}

.toc-002 li {
  padding: 5px 0;
  font-weight: 600;
}

.toc-002 ol ol li {
  font-weight: 500;
  font-size: .9em;
}

.toc-002 a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: gainsboro;
  text-underline-offset: 5px;
}

.toc-002 a::after {
 content: "🔻";
}

/*続きを読むには会員登録が必要*/
.read-more-3 {
  position: relative;
  padding-bottom: 3em; /* ボタンが表示されるスペースを確保 */
}

.read-more-3 .content {
  position: relative;
  max-height: 800px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 1em; /* ボタンとコンテンツの間に余白を追加 */
  overflow: hidden;
  transition: max-height 1s;
}

.read-more-3 .content::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
  pointer-events: none; /* `::after`要素がクリックを受けないようにする */
}

.read-more-3.logged-in .content {
  max-height: none; /* ログイン時に全文表示 */
}

.read-more-3.logged-in .content::after {
  content: none; /* ログイン時にグラデーションを削除 */
}

.read-more-3 label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: .4em 1.2em;
  border-radius: 1px;
  background-color: #6e6e6e;
  color: #fff;
  font-size: .7em;
  z-index: 1; /* ボタンが他の要素の上に表示されるようにする */
}

.read-more-3 label a {
  color: #fff;
  text-decoration: none;
}

.read-more-3 label:hover {
  border: 1px solid #6e6e6e;
  background-color: #fff;
  color: #6e6e6e;
  cursor: pointer;
}

.read-more-3 label:hover a {
  color: #6e6e6e;
}

.read-more-3 label::after {
  display: none; /* 矢印を非表示に */
}

.read-more-3 input {
  display: none;
}