@charset "utf-8";
/*
Theme Name: STORY CHILD
Template: story_tcd041
*/
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html{ scroll-behavior: smooth;}
body{
	background: #fff5f3;
	color: #43361E;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
}
h2,h3,h4,h5,h6{
	color: #58482a;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 1em;
}
p,.post-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 1.5em;
}
p:last-of-type, .post-content p:last-of-type{
	margin-bottom: 0;
}
a{
	transition: all .6s;
}
.post-content a{
	color: #f16969 !important;
	font-weight: 700;
}
a::before,a::after{
	transition: all .6s;
}
.post-content a:hover{
	color: #eadbd8 !important;
}
a img{
	transition: all .6s;
}
a:hover img{
	opacity: .5;
}
img{
	max-width: 100%;
}
tbody, .post-content tbody {
	border: 3px solid #eadbd8;
}
th, .post-content th,td, .post-content td{
	padding: 1em;
	vertical-align: middle;
	text-align: left;
	line-height: 1.5;
	background: none;
	border: none;
	border-top: 1px dotted #d3ccb6;
}
th, .post-content th {
	font-weight: 500;
	border-right: dotted 1px #d3ccb6;
	color: #557b43;
	background-color: #fffdfc;
	width: 60%;
}
th span, .post-content th span{
	font-size: .8em;
}
ul,.post-content ul{
	list-style: none;
	margin-left: 0;
	margin-bottom: 1.5em;
}
ul.disc,.post-content ul.disc{
	list-style: disc inside none;
	margin-left: 1em;
}
.post-content li, .post-content dt, .post-content dd {
	line-height: 1.6;
	padding: 0px 0px;
	margin-bottom: 15px;
}
.pc-br{ display: block;}
.tb-br{ display: none;}
.sp-br{ display: none;}
.inner {
	width: 86%;
	max-width: 1200px;
}
.button a {
	display: inline-block;
	background: #6D8F5A;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	width: auto;
	max-width: 100%;
	min-width: 320px;
	text-align: left;
	border-radius: 5px;
	border: 1px solid #6D8F5A;
	padding: 0 3em 0 2em;
	position: relative;
}
.button a::after {
	content: '\e910';
	display: block;
	font-family: "design_plus";
	position: absolute;
	right: 1em;
	top: 0;
	font-size: 11px;
}
.button a:hover{
	background: #fff !important;
	color: #4D5059 !important;
}
.button a:hover::after {
	right: 2em;
}
.red{
	color: #f16969;
}
.margin-100 { margin-bottom:100px;}
.margin-90 { margin-bottom:90px;}
.margin-80 { margin-bottom:80px;}
.margin-70 { margin-bottom:70px;}
.margin-60 { margin-bottom:60px;}
.margin-50 { margin-bottom:50px;}
.margin-40 { margin-bottom:40px;}
.margin-30 { margin-bottom:30px;}
.margin-20 { margin-bottom:20px;}
.margin-10 { margin-bottom:10px;}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.post-content td, .post-content th {
		font-size:1rem;
	}
	.pc-br{ display: none;}
	.tb-br{ display: block;}
	.sp-br{ display: none;}
}
@media (max-width: 767px) {
	.post-content .s_table{
		white-space: normal;
	}
	.post-content table{
		width: 100%;
	}
	th, .post-content th,td, .post-content td{
		display: block;
		padding: 1em .5em;
	}
	th, .post-content th{
		width: 100%;
		border-bottom: none;
	}
	td, .post-content td{
		width: 100%;
		font-size: .85rem;
	}
}
@media (max-width: 480px) {
	.pc-br{ display: none;}
	.tb-br{ display: none;}
	.sp-br{ display: block;}
}

/* -------------------------
		header
------------------------- */
.header-bar{
	background: #fff5f3 !important;
}
.logo-image a{
	max-width: 300px;
	max-height: 80px;
	display: block;
}
.h_logo{
	width: 100%;
	height: 80px;
}
.global-nav > ul > li > a{
	color: #58482a !important;
	font-weight: 700;
}
.global-nav > ul > li > a:hover{
	color: #556b2f !important;
}
.global-nav .sub-menu a{
	background: #fff5f3 !important;
	color: #58482a;
}
.global-nav .sub-menu a:hover{
	background: #556b2f !important;
	color: #fff5f3;
}
@media only screen and (max-width: 1200px) {
	.header-bar {
		height: 75px;
	}
	.logo{
		max-height: 75px;
		line-height: 75px;
	}
	.logo img{
		max-height: 75px;
	}
	.global-nav-button {
		width: 75px;
		height: 75px;
		border-left: none;
	}
	.global-nav-button:before{
		font-size: 24px;
	}
	.header-bar-inner{
		width: 100%;
	}
	.header-bar-fixed .global-nav{
		top: 76px;
	}
	.global-nav .sub-menu{
		display: block;
		margin-bottom: 0;
	}
	.global-nav > ul > li{
		border-bottom: 1px dotted #d3ada5;
	}
	.global-nav > ul > li > a,
	.global-nav .sub-menu a{
		color: #7d6e56 !important;
		background: rgb(255 255 255 / 0.9) !important;
	}
	.global-nav .menu-item-has-children > a span::before{
		color: #7d6e56 !important;
	}
	
}
/* -------------------------
		footer
------------------------- */
.footer-gallery{
	display: none;
}
.footer{
	background: #E4D7D5;
	position: relative;
}
.footer-content{
	max-width: 800px;
	padding: 5rem 0 3rem;
	margin: 0 auto;
}
.f_logo{
	max-width: 250px;
}
.footer_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_nav-item{
	width: 25%;
	text-align: center;
}
.footer_nav-list{
	margin-bottom: 0;
}
.footer_nav ul li a {
	color: #524122 !important;
	text-align: center;
	line-height: 1.6;
	font-size: 12px !important;
	font-weight: 700;
	margin: 0 auto;
}
.footer_nav ul li a:hover{
	color: #f57a78 !important;
}
.scrolltotop a{
	display: table;
	margin: 0 auto;
}
.up-arrow {
	background-color: #524122;
}
.footer-bar01{
	background: none !important;
}
.social-nav{
	display: none;
}
.copyright{
	color: #58482A;
	font-size: 12px;
	line-height: 1.5;
	background: none !important;
	border-top: 1px solid #cfbdba;
	text-align: right;
	padding: 1em ;
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
	img.f_logo {
		max-width: 50% !important;
	}
	.footer_nav-item{
		width: 50%;
	}
	.copyright{
		font-size: 10px;
	}
}
/* -------------------------
		front-pege
------------------------- */
.top-slider-wrapper{
	max-height: calc(100vh - 100px);
}
.top-slider-content{
	width: 100% !important;
	height: 100% !important;
	border-radius: 0;
}
.top-slider-content-inner{
	width: auto !important;
	height: auto !important;
	background: none !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-slider-content-inner::after{
	width: 50px;
	height: 50px;
	font-size: 50px;
	font-weight: 900;
	color: #fff !important;
	bottom: -2em;
}
.top-slider-content-inner:hover::after{
	bottom: -1em;
}
.top-slider-nav{
	display: none;
}
#original01{
	background: url(/wp-content/themes/story_tcd041-child/img/original01-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 6rem 0;
	margin: 0;
}
.top-sns-box{
	width: 100%;
	max-width: 640px;
	margin: 3rem auto 0;
}
.top-sns-box-item{
	width: 50%;
	padding: 0 15px;
}
.top-sns-box-item h3{
	font-size: 1.3em;
	margin-bottom: 0.5em;
	line-height: 1.8em;
	text-align: center;
}
#original02{
	padding: 6rem 0;
}
#original02 h2{
	font-size: 1.9rem;
	text-align: center; 
}
.voice-button{
	display: table;
	width: auto;
	height: 50px;
	background: #6D8F5A;
	color: #fff !important;
	font-size: 1rem;
	line-height: 50px;
	border-radius: 4px;
	padding: 0 2rem;
	margin: 0 auto;
}
.front_title{
	background: url(/wp-content/themes/story_tcd041-child/img/original03-title.jpg) center no-repeat;
	background-size: cover;
	padding: 10rem 0 8rem;
}
.front_title.blog{
	background: url(/wp-content/themes/story_tcd041-child/img/blog-title.jpg) center no-repeat;
	background-size: cover;
}
#index-blog{
	padding: 6rem 0;
}
#original04 .front_title{
	background: url(/wp-content/themes/story_tcd041-child/img/original04-title.jpg) center no-repeat;
	background-size: cover;
}
.front_title h2{
	color: #ffffff !important;
	text-shadow: 1px 1px 2px #524122 !important;
	letter-spacing: 0.1em;
	font-size: 3.5rem;
	margin-bottom: 0;
}
.content02{
	background: none !important;
}
#original03 .content02-inner{
	justify-content: center;
	padding: 6rem 0;
}
#original03 .content02-item{
	padding-bottom: calc(1em + 50px);
}
#original03 .original03_img{
	max-width: 240px;
	border-radius: 50%;
	background: #58482a;
	margin: 0 auto 2rem;
	overflow: hidden;
}
#original03 .original03_img a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.original03_img a::after{
	content: 'メニュー';
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	position: absolute;
	bottom: -1em;
}
.content02-item:nth-of-type(2) .original03_img a::after{
	content: '施術の流れ';
}
.original03_img a:hover::after{
	bottom: 48%;
}
.content02-title{
	font-size: 1.8rem;
	color: #58482a;
	margin-bottom: 0;
}
.content02-text{
	color: #58482a;
}
.content02-button{
	display: table;
	width: auto;
	height: 50px;
	background: #6D8F5A;
	color: #fff !important;
	font-size: 1rem;
	line-height: 50px;
	border-radius: 4px;
	padding: 0 2rem;
	left: 50%;
	transform: translateX( -50%);
}
.article03{
	background: #fff;
}
.article03-thumbnail{
	aspect-ratio: 1 / 1 ;
}
.article03-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#original04 .content02-inner{
	padding: 6rem 0 0;
}
#original04 .content02-title{
	text-align: left; 
	margin-top: 1em;
}
.original04_img{
	width: 100%;
	height: auto;
	background: #f2e2d8;
	aspect-ratio: 3 / 2 ;
	overflow: hidden;
}
.original04_img a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.original04_img a:hover img{
	margin-top: 50px;
	opacity: 1;
}
.original04_img a::after{
	content: 'よくある質問';
	width: 100%;
	height: 50px;
	color: #583719;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.content02-item:nth-of-type(2) .original04_img a::after{
	content: '店舗概要';
}
.content02-item:nth-of-type(3) .original04_img a::after{
	content: 'ご予約・お問い合わせ';
}
#original04 .content02-button{
	left: 25%;
}
@media only screen and (max-width: 1199px) {
	.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
		margin-top: 75px;
	}
	.front_title{
		padding: 9rem 0 7rem;
	}
	.front_title h2{
		font-size: 3.2rem;
	}
	#original03 .content02-inner,
	#index-blog{
		padding: 5rem 5.07813%;
	}
	#original04 .content02-inner {
		padding: 5rem 5.07813% 0;
	}
}
@media only screen and (max-width: 991px) {
	.front_title{
		padding: 8rem 0 6rem;
	}
	.front_title h2{
		font-size: 3rem;
	}
	#original03 .content02-inner,
	#index-blog{
		padding: 4rem 5.07813%;
	}
	#original04 .content02-inner {
		padding: 4rem 5.07813% 0;
	}
}

@media only screen and (max-width: 767px) {
	.content01-text{
		text-align: left;
	}
	.top-sns-box-item h3{
		font-size: 1.1rem;
	}
	.front_title{
		padding: 6rem 0 4rem;
	}
	.front_title h2{
		font-size: 2.6rem;
	}
	.content02-button{
		margin: 20px 0 30px;
	}
	#original03 .content02-inner,
	#index-blog{
		padding: 3rem 5.07813%;
	}
	#original03 .content02-inner{
		flex-direction: row;
	}
	#original03 .content02-item{
		width: 50%;
		padding: 0 10px;
	}
	.content02-button{
		padding: 0 1rem;
	}
	.article03-content{
		padding: 0 5px;
	}
	#original04 .content02-inner {
		padding: 3rem 5.07813% 0;
	}
}
@media only screen and (max-width: 485px) {
	.top-sns-box-item {
		padding: 0 10px;
	}
	.top-sns-box-item h3{
		font-size: 1rem;
	}
	.new-line {
		display: inline-block;
	}
	.front_title{
		padding: 4rem 0 2rem;
	}
	.front_title h2{
		font-size: 2rem;
	}
}
/* 　固定ページ */
.signage{
	background-image: url(/wp-content/themes/story_tcd041-child/img/signage-bg.jpg) !important;
	background-size: cover;
	background-position: center bottom;
}
.signage-title{
	text-align: left;
	max-width: 1150px;
	padding: 0 15px;
	margin: auto;
}
.breadcrumb-wrapper{
	background: none;
	bottom: -55px;
}
.post-header{
	margin: 0;
}
.main{
	margin-top: 100px;
}
.home .main{
	margin-top: 0;
}
.post-content h2 {
	font-size: 1.6em;
	font-weight: 500;
	text-align: left;
	padding: 15px 20px 15px 10px;
	margin: 0 0 20px;
	color: #524122;
	background-color: #fff5f3;
	border-bottom: 2px solid #93bd7f;
}
.post-content h3 {
	font-weight: 400;
	color: #63852c;
	font-size: 1.3em;
	border-left: 4px solid #d6cabe;
	background-color: #fffcfb;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: none;
}
@media only screen and (max-width: 1199px) {
	.signage {
		height: 120px;
	}
}
@media only screen and (max-width: 991px) {

	.post-content h2 {
		font-size: 1.4em;
	}
	.post-content h3 {
		font-size: 1.3em;
	}
}
@media only screen and (max-width: 767px) {
	.breadcrumb-wrapper {
		height: auto;
	}
}

/* メニュー */
.menu-price .menu-ttl {
  font-size: 18px;
  color: #557b43;
  font-weight: 600;
}
.menu-price .menu-ttl span {
	color: #433721;
	font-size: 16px;
	font-weight: 400;
}
.menu-price p {
  color: #433721;
  font-weight: 400;
}
.menu-price td{
	text-align: right;
}
/* .menu-price .note-list {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  color: #f16969;
}
.menu-price .note-list li {
  margin-bottom: 5px;
} */
.menu-price .menu-label {
	width: fit-content;
	margin-bottom: 0;
	padding: 0 10px;
	color: #fff;
	background: #557b43;
	border-radius: 100vmax;
}
p.menu-label02 {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 16px;
  background: #f57a78;
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

p.menu-label02:before, p.menu-label02:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

p.menu-label02:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 8px;
  border-color: transparent transparent transparent #fff5f3;
  border-style: solid;
}

p.menu-label02:after {
  top: 0;
  right: 0;
  border-width: 15px 8px 15px 0px;
  border-color: transparent #fff5f3 transparent transparent;
  border-style: solid;
}
.contact-box {
	box-sizing: border-box;
	padding: 3rem 0;
	text-align: center;
}
a.contact-btn {
	background: #f16969;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1.5rem;
	color: #fff !important;
	border-radius: 20px;
	letter-spacing: 1px;
}
a.contact-btn:hover{
	color: #f16969 !important;
	background: #eadbd8;
}
@media (max-width: 991px) {
  .menu-price .menu-ttl {
	font-size: 18px;
  }
  .menu-price th, .menu-price td {
	display: block;
	width: 100% !important;
  }
}
@media (max-width: 991px) {
  .menu-price td {
	font-size: 14px !important;
	font-weight: 600;
	text-align: right;
	border-top: none !important;
  }
}

/* ご利用の流れ */
.flow {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow.png);
	background-repeat: repeat-y;
	background-position-x: 50px;
	padding: 0 0 0 0px;
	margin-bottom: 0px;
}

.flowstep {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow01.png);
	background-repeat: no-repeat;
	padding: 20px 0px 40px 130px;
}

.step2 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow02.png);
}

.step3 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow03.png);
}
.step4 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow04.png);
}
.step5 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow05.png);
}
.step6 {
	background-image: url(/wp-content/themes/story_tcd041-child/img/flow06.png);
}
.flow h2 {
	background-color: #fff5f3;
	border-bottom: 2px #d6cabe dotted;
	border-right: none;
	border-radius: 0px;
	padding: 10px 0 10px;
	margin-bottom: 14px;
}
.flow p {
	margin-bottom: 0px;
	padding-bottom: 30px;
}
.flow.last {
	background-image: none;
}
.post-content .flowcont h2 {
	font-size: 1.5em;
	text-align: left;
	padding: 20px 0px 0px;
	margin: 0 0 10px;
	color: #45494e;
	border-top: none;
}
.flow-img{
	max-width: 400px;
	width: calc((100% - 10px) / 2);
}
.flow-flex-img {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 600px;
}
@media only screen and (max-width: 991px) {
	.flow {
		background-position-x: 30px;
	}
	.flowstep {
		background-size: 60px;
		padding: 5px 0px 40px 80px;
	}
}
@media (width < 768px) {
	.flow-img {
		width: width: 100%;
	}
}

/* お客様の声 */
.voice-info {
	max-width: 840px;
	margin: 0 auto;
}
.voice_box {
	margin: 0 0 3em 0;
	border-bottom: 1px dashed #93bd7f;
}

/* プロフィール */
.profile_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.profile_img {
	width: calc(50% - 10px);
}
.profile_text {
	width: calc(50% - 10px);
}
.profile_sec {
	max-width: 830px;
	margin: 0 auto;
}
@media only screen and (max-width: 460px) {
	.profile_img {
		width: 100%;
	}
	.profile_text {
		width: 100%;
	}
}

/* よくある質問 */
.faq h2 {
	padding: 4px 0px 7px 45px;
	font-size: 1.4em;
	margin: 0 0 5px;
	color: #6e922c;
	border-bottom: none;
	border-right: none;
	border-top: none;
	background-image: url(/wp-content/themes/story_tcd041-child/img/faq.png);
	background-repeat: no-repeat;
	background-size: 30px;
}
.faq p {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 0 0 30px 45px;
	border-bottom: 1px dotted #d0d0d0;
	background-image: url();
	background-repeat: no-repeat;
	background-size: 25px;
}
@media only screen and (max-width: 991px) {
	.faq h2  {
		font-size: 1.5em;
		line-height: 1.6;
		padding: 0px 0px 0px 40px;
		margin-bottom: 20px;
	}
}
/* お問い合わせ */
.wpcf7 {
	border: 1px solid #e0d8bf;
	background: #fafaf9;
}

.wpcf7 input, .wpcf7 textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #e4e4e4;
}

.wpcf7 input.wpcf7-submit {
	background-color: #f05252;
}
.eo-fullcalendar .category-full{
    background: #91b47a !important;
    border-color: #91b47a !important;
    color: #ffffff !important;
}
.eo-fullcalendar .category-vacancy{
    background: #eb9696 !important;
    border-color: #eb9696 !important;
    color: #ffffff !important;
}
.vacancy-txt {
	display: inline-block;
	background-color: #eb9696;
	margin-right: 10px;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	line-height: 1.5;
	font-size: 0.9em;
}
.full-txt {
	display: inline-block;
	background-color: #91b47a;
	margin-right: 10px;
	padding: 2px 0;
	color: #fff;
	font-weight: bold;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	line-height: 1.5;
	font-size: 0.9em;
}
@media (max-width: 767px) {
	.post-content .fc-view th,.post-content .fc-view td{
		display: table-cell;
	}
}
/* 店舗概要 */
.post-content table.tenpo_table th{
	display: table-cell;
	width: 25%;
}
.post-content table.tenpo_table td{
	display: table-cell;
	width: 75%;
}

/* リフトアップフェイシャル講座 */
#course_sec{
    counter-reset: number 0;
}
.course_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.course_img,
.course_text{
    width: 50%;
}
.well{
    background: #fff;
    border-bottom: 1px dotted #d3ccb6;
}
.post-content ul.check_list{
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.post-content ul.check_list li{
    width: 50%;
    padding-left: 2em;
    position: relative;
}
.post-content ul.check_list li::before{
    content: '\f00c';
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    display: block;
    color: #63852c;
    position: absolute;
    top: 0;
    left: .5em;
}
.post-content .menu-price ul{
    list-style: disc;
    margin-left: 2em;
    margin-bottom: 0;
}
.post-content .menu-price ul li{
    color: #433721;
    margin-bottom: 0;
}
.post-content p.rice_text{
    font-size: .8rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 1.5em;
    position: relative;
}
.post-content p.rice_text::before{
    content: '※';
    display: block;
    color: #f16969;
    position: absolute;
    top: 0;
    left: 0;
}
.voice-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px dotted #d3ccb6;
    counter-increment: number 1;
}
.voice-img{
    width: 25%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-left: 15px;
}
.voice-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.voice-text{
    width: calc(50% - 30px);
    background: #fff;
    border: 1px dotted #d3ccb6;
    padding: 2em;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
}
.voice-text::before{
    content: 'VOICE'counter(number);
    font-size: 1.4rem;
    line-height: 30px;
    background: #d3ccb6;
    color: #fff;
    padding: 0 2em;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    left: 1em;
}

@media (max-width: 767px) {
    .course_box{
        gap: 0;
    }
    .course_img,
    .course_text,
    .post-content ul.check_list li{
        width: 100%;
    }
    .voice-img{
        width: calc(50% - 10px);
        margin: 0 5px;
    }
    .voice-text{
        width: 100%;
        margin-bottom: 15px;
    }
}

/* 投稿ページ */
.headline-bar{
	font-weight: 400;
	color: #8fa860;
	font-size: 1.3em;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #93bd7f;
	background: none !important;
}
.single iframe {
	width: 100%;
}
.article01-thumbnail{
	aspect-ratio: 1 / 1;
}
.article01-thumbnail img{
	height: 100%;
	object-fit: cover;
}