/* -- postsingle ------------------------------- */
.postsingle {
	margin-top: 1.2rem;
	padding: 1.35rem 1rem 1.5rem;
	border-radius: 0.9rem;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.postsingle .note{
	font-size: 0.75rem;
	line-height: 1.6;
	color:#999;
	margin-bottom:1rem;
	padding-bottom:1rem;
	border-bottom:1px dashed #ccc;
}

.postsingle .note2{
	margin-top:4rem;
	font-size: 0.75rem;
	line-height: 1.6;
	color:#999;
}

.postsingle h1{
	line-height: 1.6;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 0 20px;
}

.postsingle h2{
	margin: 3em 0 1em 0;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 17px;
	border-bottom: 5px solid #222;
}

.postsingle h2 span.sub{
	font-size: 70%;
}

.postsingle h3{
	display: inline-block;
	padding: 2px 0 2px 15px;
	border-left: 7px solid #222;
	margin: 2.8em 0 0.4rem;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: bold;
}

.postsingle h2+h3{
	margin-top: 1.4rem;
}

.postsingle h4{
	font-weight: bold;
	margin-top: 1.3rem;
	line-height: 1.3;
}

.postsingle strong{
	background: linear-gradient(#fff 30%, #ffff66 70%);
	font-weight: bold;
}

.postsingle em{
	font-style: normal;
	color: #d00;
	font-weight: bold;
}

.postsingle code{
	font-family: Consolas;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #222;
	border-radius: 0.5rem;
	padding: 2px 4px;
	margin-left: 2px;
	margin-right: 2px;
}

.postsingle p{
	line-height: 2.0;
	margin: 1em auto 0;
}

.postsingle p.date{
	font-size: 0.8rem;
	line-height: 1.0;
	color: #999;
	padding: 0 0 10px;
	margin:0;
	text-align: right;
}

.postsingle p.cate{
	font-size: 0.75rem;
	line-height: 1.0;
	margin: 0 0 20px 0;
	color: #999;
}

.postsingle p.cate a{
	display: inline-block;
	padding: 5px 12px;
	background: #f4f4f4;
	border-radius: 1rem;
	text-decoration: none;
	line-height: 1.0;
	color: #999;
}

.postsingle p.cate span{
	display: inline-block;
	margin: 4px 5px 0 0;
}

.postsingle p.kome{
	margin-top: 1.2rem;
	text-indent: -1rem;
	padding-left: 1rem;
	line-height: 1.7;
	font-size: 0.8rem;
}

.postsingle table td p.kome{
	margin-top: 0.8rem;
}

.postsingle p.arrow{
	margin: 1em auto 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #222;
}

.postsingle iframe{
	width:100%;
	aspect-ratio:16 / 9;
}

.postsingle ol{
	margin: 15px 0 0 0;
}

.postsingle ol li{
	line-height: 2.0;
	margin-top: 8px;
	margin-left: 30px;
}

.postsingle ul{
	margin: 15px 0 0 0;
}

.postsingle ul li{
	position: relative;
	list-style: none;
	line-height: 1.8;
	margin-top: 8px;
	margin-left: 8px;
	padding-left: 20px;
}

.postsingle ul li:before{
	content: "";
	position: absolute;
	top: .6rem;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #222;
	border-radius: 50%;
}

.postsingle ul li ul{
	margin-top: 0;
}

.postsingle .movie{
	width: 100%;
	aspect-ratio: 16 / 9;
}

.postsingle .movie iframe{
	width: 100%;
	height: 100%;
}


/* アイキャッチ画像 */
.postsingle p.thum{
	text-align: center;
	margin: 0 auto 0 auto;
}

.postsingle p.thum img{
	width: 40%;
	height: auto;
	border-radius: 0.5rem;
}

/* 記事内の画像 */
.postsingle p.pic_yoko,
.postsingle p.pic_tate{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}

.postsingle p.pic_yoko{
	width: 100%;
}

.postsingle p.pic_tate{
	max-width: 300px;
}

.postsingle p.pic_yoko img,
.postsingle p.pic_tate img{
	width: 100%;
	border-radius: 0.5rem;
	border: 1px solid #ddd;
}

/* -- password -- */
.postsingle .post-password-form input[type=password]{
	flex-grow: 1;
	min-width: 3rem;
	border: 1px solid #222;
	border-radius: 0.5rem;
	padding: 11px;
	font-size: 1.0rem;
	width: 150px;
}

.postsingle .post-password-form input[type=submit]{
	flex-grow: 1;
	width: 50px;
	font-size: 0.9rem;
	padding: 10px 0;
	background: #222;
	border: 1px solid #222;
	border-radius: 0.5rem;
	text-align: center;
	color: #fff;
}


/* 引用 */
.postsingle blockquote{
	margin: 1.2em auto 0;
	padding: 0 20px 15px;
	border: 1px dashed #222;
	border-radius: 0.5rem;
	font-size: 0.9rem;
	font-style: italic;
	color: #666;
	line-height: 1.8;
}

.postsingle blockquote p.pic_tate img,
.postsingle blockquote p.pic_yoko img{
	border: none;
}

.postsingle cite{
	font-size: 0.8rem;
	text-align: right;
	display: block;
}

.postsingle cite::before{
	content: '-';
	padding-right: 5px;
}



/* テーブル */
.postsingle table{
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-spacing: 0;
	max-width: 100%;
	margin: 1.5em 0 0 0;
	padding: 0;
}

.postsingle table th{
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px;
	background: #f4f4f4;
	margin: 0;
	line-height: 1.6;
	font-size: 0.9rem;
	font-weight: normal;
}

.postsingle table td{
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px;
	margin: 0;
	line-height: 1.6;
	font-size: 0.9rem;
}

.postsingle table.logo th{
	width: 120px;
}

.postsingle table.logo th img{
	max-width: 100%;
}



/* 免責 */
.postsingle .notice{
	margin-top: 1.2rem;
	padding: 15px;
	border: 1px dotted #f44;
	border-radius: 0.5rem;
	color: #f44;
	font-size: 0.8rem;
}

/* ブログカード */
.postsingle .blogcard{
	margin-top: 1.5rem;
	border: 1px dotted #222;
	border-radius: 0.5rem;
	background: #fff;
}

.postsingle .blogcard a{
	position: relative;
	padding: 20px 30px 10px 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.postsingle .blogcard a::after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

.postsingle .blogcard p.pic{
	width: 105px;
	margin: 0;
}

.postsingle .blogcard p.pic img{
	width: 90px;
	border-radius: 0.5rem;
}

.postsingle .blogcard p.tit{
	margin: -2px 0 0 0;
	line-height: 1.8;
	font-size: 0.8rem;
	font-weight: bold;
	width: calc(100% - 105px);
}

.postsingle .blogcard span{
	display: inline-block;
	padding: 3px 10px;
	margin-right: 5px;
	border: 1px solid #222;
	border-radius: 1px;
	line-height: 1.0;
	color: #222;
	font-weight: normal;
	font-size: 0.9rem;
}

.postsingle .cardlist #toc_container{
	display: none;
}

.postsingle .cardlist h2{
	margin-top: 2rem;
}

.postsingle .cardlist h2:first-of-type{
	margin-top: 0;
}

.postsingle .cardlist .blogcard{
	margin: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px dotted #222;
}

.postsingle .cardlist .blogcard a{
	padding: 0 30px 10px 0;
}

.postsingle .cardlist .blogcard p.pic{
	width: 80px;
	margin: 0;
}

.postsingle .cardlist .blogcard p.pic img{
	width: 70px;
	border-radius: 0.5rem;
}

.postsingle .cardlist .blogcard p.tit{
	margin: -2px 0 0 0;
	line-height: 1.7;
	font-size: 0.9rem;
	font-weight: normal;
	width: calc(100% - 80px);
}

.postsingle .cardlist .blogcard span{
	display: none;
}







/* 申し込み */
.postsingle .apply{
	margin-top: 2rem;
	/* border:1px dotted #222; */
	padding: 3px 1rem 1rem;
	background: #ffffef;
	border-radius: 0.5rem;
}

/* おすすめ */
.postsingle .recommend{
	margin-top: 2rem;
	border: 1px solid #222;
	padding: 0 25px 25px;
	border-radius: 0.5rem;
}

.postsingle .recommend .rec_tit{
	display: inline-block;
	margin: -15px 0 0 -10px;
	background: #222;
	padding: 5px 15px;
	border-radius: 2px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
}

/* 限定タイアップ */
.postsingle .tieup{
	margin-top: 1rem;
	text-align: center;
}

.postsingle .tieup span{
	position: relative;
	padding: 0 18px;
	font-weight: bold;
	font-size: 0.8rem;
}

.postsingle .tieup span::before,
.postsingle .tieup span::after{
	content: "";
	display: inline-block;
	background: #222;
	width: 2px;
	position: absolute;
	height: 30px;
	bottom: -5px
}

.postsingle .tieup span::before{
	left: 0;
	transform: rotate(-30deg);
}

.postsingle .tieup span::after{
	right: 0;
	transform: rotate(30deg);
}

/* ボタン吹き出し */
@keyframes move_y {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(10px);
	}
}

.postsingle .btn_note{
margin-top: 1rem;
  padding:1rem;
  background: #fff9d9;
  border: 1px dashed #e6c85c;
  border-radius: 0.5rem;
  font-size:0.8rem;
}

.postsingle .btn_fuki{
	animation: move_y .5s infinite alternate ease-in-out;
	display: block;
	text-align: center;
	margin-top: 0.7rem;
}

.postsingle .btn_fuki span{
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 30px;
	min-width: 180px;
	max-width: 100%;
	font-size: 0.8rem;
	background: #FFF;
	border: solid 1px #222;
	box-sizing: border-box;
}

.postsingle .btn_fuki span:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFF;
	z-index: 2;
}

.postsingle .btn_fuki span:after{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #222;
	z-index: 1;
}

/* 横並び */
.postsingle .btn_row{
	display: flex;
}

.postsingle .btn_row p{
	width: 50%;
}

.postsingle .btn_row p:nth-child(odd){
	margin-right: 7px;
}

.postsingle .btn_row p:nth-child(even){
	margin-left: 7px;
}

.postsingle .btn_row p a{
	padding: 7px;
}

/* コード */
.postsingle .code{
	margin: 1.2em auto 0;
	width: 100%;
	max-width: 400px;
	display: block;
	padding: 12px;
	border-radius: 50px;
	border: 1px dashed #222;
	text-align: center;
	font-size: 1.1rem;
	font-family: Consolas;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 1.2;
}

.postsingle li .code{
	margin: 0 auto 10px;
}


/* 外部リンクボタン */
.postsingle .btn{
	margin-top: 1rem;
}

.postsingle li .btn{
	margin: 0 auto 10px;
}

.postsingle .btn a{
	position: relative;
	max-width: 400px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 18px 12px;
	border-radius: 50px;
	background: #0063ac;
	border: 2px solid #0063ac;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.3;
	/* box-shadow: 0 5px 15px rgba(0,0,0,.15); */
}

.postsingle .btn a::after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}

/* 内部リンクボタン */
.postsingle .anc{
	margin-top: 1rem;
}

.postsingle li .anc{
	margin: 0 auto 10px;
}

.postsingle .anc a{
	position: relative;
	max-width: 400px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 16px 10px;
	border-radius: 50px;
	background: #fff;
	border: 2px solid #222;
	text-decoration: none;
	text-align: center;
	color: #222;
	font-size: 0.9rem;
	line-height: 1.3;
}

.postsingle .anc a::after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}

/* テーブル内のボタンは小さく */
.postsingle table .btn,
.postsingle table .anc{
	margin-top: 0;
}

.postsingle table .btn a,
.postsingle table .anc a{
	font-size: 0.8rem;
	padding: 5px;
	max-width: 200px;
}

.postsingle table .btn a::after,
.postsingle table .anc a::after{
	right: 15px;
}

/* メッセージ吹き出し */
.postsingle .messe{
	margin: 1.5em auto 1.5rem;
	overflow: hidden;
}

.postsingle .messe p{
	margin: 0;
}

.postsingle .messe p.fuki{
	float: left;
	width: calc(100% - 80px);
	position: relative;
	display: inline-block;
	padding: 15px;
	border: solid 1px #222;
	background: #fff;
	border-radius: 7px;
	line-height: 1.7rem;
	font-size: 0.9rem;
}

.postsingle .messe p.fuki:before{
	content: "";
	position: absolute;
	top: 25px;
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 12px solid #fff;
	z-index: 11;
}

.postsingle .messe p.fuki:after{
	content: "";
	position: absolute;
	top: 25px;
	left: -22px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 13px solid #222;
	z-index: 10;
}

.postsingle .messe p.icon{
	float: left;
	display: inline-block;
	width: 80px;
}

.postsingle .messe p.icon:before{
	content: '';
	width: 55px;
	height: 55px;
	display: inline-block;
	border-radius: 55px;
	background-image: url(img/pic_fuki.png);
	background-size: contain;
	vertical-align: middle;
}



/* -- pic_gallery  ------------------------------- */
.postsingle .pic_gallery{
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 10px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* 左右ボタン */
.postsingle .pic_gallery::before,
.postsingle .pic_gallery::after{
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  flex: 0 0 36px;
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,0.5);
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}

.postsingle .pic_gallery::before{
  content: "‹";
  left: 4px;
  margin-right: -52px;
}

.postsingle .pic_gallery::after{
  content: "›";
  right: 4px;
  margin-left: -52px;
}

/* 1枚のとき */
.postsingle .pic_gallery.is-single{
  justify-content: center;
  overflow: hidden;
}

/* 矢印消す */
.postsingle .pic_gallery.is-single::before,
.postsingle .pic_gallery.is-single::after{
  display: none;
}

/* 1枚のときサイズ調整（中央で綺麗に） */
.postsingle .pic_gallery.is-single p{
  flex: 0 0 65%; /* ←お好みで 60〜80% */
  max-width: 400px;
}

/* 左を隠す */
.postsingle .pic_gallery.hide-prev::before{
  opacity: 0;
  pointer-events: none;
}

/* 右を隠す */
.postsingle .pic_gallery.hide-next::after{
  opacity: 0;
  pointer-events: none;
}



.postsingle .pic_gallery p{
  flex: 0 0 calc((100% - 10px) / 1.5);
  aspect-ratio: 4 / 5;
  scroll-snap-align: center;
  overflow: hidden;
  background: #eee;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.postsingle .pic_gallery p img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* -- index ------------------------------- */
.postsingle #toc_container{
	margin: 3.5em 0 0;
	padding: 25px;
	background: #f4f4f4;
	border-radius: 7px;
	font-size: 0.9rem;
}

/* タイトル直下に目次がある場合 */
.postsingle h1+#toc_container{
	margin-top: 1rem;
}

.postsingle #toc_container p.toc_title{
	margin-top: 0;
}

.postsingle #toc_container ul li:before{
	background-color: #999;
}
