@charset "UTF-8";
/* ===============================================
  □　VARIABLE
=============================================== */
/* color */
/* border */
/* shadow */
/* font size */
/* hover */
a:hover img {
	filter: brightness(110%);
}

/* URL */
/* ===============================================
  □　MIXIN
=============================================== */
/* Button */
/* slide */
/* ===============================================
  □　Common
=============================================== */
::-moz-selection {
	background: #e4768d;
	color: #fff;
}
::selection {
	background: #e4768d;
	color: #fff;
}

body {
	text-size-adjust: none; /* ブラウザが文字サイズを勝手に変えない設定 */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	background: url(../../../uploads/2021/11/bg.jpg) !important;
	background-repeat: repeat;
	font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana,
		Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ',
		Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
body:before {
	display: none !important;
}
body.stop-scrolling {
	overflow: hidden !important;
}

main {
	position: relative;
	min-height: 70vh;
}

ul {
	list-style: none !important;
}

address {
	font-style: normal !important;
}
address p {
	display: block;
	margin: 30px auto;
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #555;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #333;
}

.site {
	max-width: 100% !important;
}

a {
	border-bottom: 0px;
}

.sp-br {
	display: none;
}

/* Return to page top */
button#toTopBtn {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	width: 105px;
	height: 20px;
	background: url(../../../uploads/2021/11/pagetop.gif);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 999;
}

#fixBlock {
	display: none;
}
#fixBlock .cv-btn {
	display: none;
}

.forced-none {
	display: none !important;
}

#notification-section {
	color: #cc0000;
	background-color: #ffffe8;
	margin-bottom: 20px;
	padding: 10px 14px;
	border: 1px solid #cccccc;
	text-align: center;
}
#notification-section .inner {
	display: flex;
	flex-direction: column;
}
#notification-section .inner h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0.5em 0;
}
#notification-section .inner a {
	color: #663300;
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.4;
	border: none;
}
#notification-section .inner time {
	display: block;
	text-align: right;
	font-weight: 600;
	font-size: 12px;
}

/* ===============================================
  □　HEADER
=============================================== */
header {
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	width: 100%;
	position: relative;
	/* top: -8px; */
}
header #header-container-sp {
	display: none;
}
header #header-container-pc {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 25px 0 65px;
}
header #header-container-pc #logo {
	height: auto;
	width: 426px;
}
header #header-container-pc ul {
	display: flex;
}
header #header-container-pc ul li a {
	padding: 0 22px;
	position: relative;
}
header #header-container-pc ul li a.btn-require {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 35px;
	line-height: 35px;
	background: #de5874;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
}
header #header-container-pc ul li a.btn-require:hover {
	background: #e4768d;
}
header #header-container-pc ul li:not(:nth-of-type(4)) a:before {
	content: '';
	display: inline-block;
	height: 8px;
	width: 8px;
	border: 2px solid #333333;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
header nav {
	border-top: 5px solid #dcdcdc;
	border-bottom: 5px solid #de5874;
}
header nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
header nav ul li {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
header nav ul li a {
	display: block;
	height: 55px;
	width: 160px;
	color: #de5874;
	font-size: 16px;
	line-height: 55px;
	font-weight: 600 !important;
	text-align: center;
}

/* ===============================================
  □　FRONT-PAGE HEADER
=============================================== */
header .my-slider {
	height: 420px;
	background-image: url(../../../uploads/2021/11/bg01.gif);
	border-top: 5px solid #de5874;
}
header .my-slider .slide-container {
	position: relative;
	height: 420px;
}
header .my-slider .slide-container .slide1 {
	background-image: url(../../../uploads/2021/11/image_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
header .my-slider .slide-container .slide2 {
	background-image: url(../../../uploads/2021/11/bg02.gif);
	width: 100% !important;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
}
header .my-slider .slide-container .slide3 {
	background-image: url(../../../uploads/2021/11/bg03.gif);
	width: 100% !important;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
}
header .my-slider .slide-container .slide4 {
	background-image: url(../../../uploads/2021/11/image01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
header .my-slider .slide-container .slide5 {
	background-image: url(../../../uploads/2021/11/image02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
header .my-slider .slide-container .slide6 {
	background-image: url(../../../uploads/2021/11/image03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
header .slick-dotted.slick-slider {
	margin-bottom: 0px;
	overflow: hidden;
}
header .slick-prev,
header .slick-next {
	display: none !important;
}
header ul.slick-dots {
	bottom: 12px;
}
header ul.slick-dots li {
	width: 180px;
	height: 40px;
}
header ul.slick-dots li:nth-of-type(1) button::before {
	content: url(../../../uploads/2021/11/bt_top.jpg);
}
header ul.slick-dots li:nth-of-type(2) button::before {
	content: url(../../../uploads/2021/11/bt01.jpg);
}
header ul.slick-dots li:nth-of-type(3) button::before {
	content: url(../../../uploads/2021/11/bt02.jpg);
}
header ul.slick-dots li:nth-of-type(4) button::before {
	content: url(../../../uploads/2021/11/bt03.jpg);
}

/* ===============================================
  □　SIDEBAR & BREAD CRUMB
=============================================== */
#secondary #widget-area {
	width: 280px;
	background: #fff;
	padding-top: 30px;
}

/* banner */
.widget {
	margin: 0 !important;
	padding: 0 !important;
}
.widget a {
	display: block;
	width: 220px;
	margin: 0 auto 10px;
	border: none;
	text-align: center;
}
.widget a:last-child {
	margin-bottom: 30px;
}

/* breadcrumbs */
#crumbs {
	/* display: none; */
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0 20px;
	font-size: 15px;
}
#crumbs > img.delimiter {
	margin: 0 8px;
}
@media screen and (max-width: 540px) {
	#crumbs {
		padding: 0 4%;
	}
}

/* ===============================================
  □　MENU　※スクール系の固定ページでのみ表示
=============================================== */
.main-navigation {
	margin: 0 auto !important;
	background: #fff;
	padding-top: 30px;
}
.main-navigation ul#menu-school {
	width: 280px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.main-navigation ul#menu-school li {
	width: 220px;
	height: 50px;
	line-height: 50px;
	border-top: none;
	border-bottom: 1px solid #f2d1da;
}
.main-navigation ul#menu-school li:hover {
	background: #f2d1da;
}
.main-navigation ul#menu-school li:nth-of-type(1) a {
	background-image: url(../../../uploads/2021/11/caption_about.gif);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
	width: 100%;
	padding: 0;
	pointer-events: none;
}
.main-navigation ul#menu-school li:not(:nth-of-type(1)) a {
	color: #ab2639;
	font-weight: 600;
	padding: 0 23px;
	font-size: 16px; /* 2011.11.10 ENOKI */
	letter-spacing: -1px; /* 2011.11.10 ENOKI */
}
.main-navigation ul#menu-school li:not(:nth-of-type(1)) a:before {
	content: '';
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 3px solid #ab2639;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.main-navigation #menu-item-631,
.main-navigation #menu-item-636,
.main-navigation #menu-item-638,
.main-navigation #menu-item-640,
.main-navigation #menu-item-642 {
	display: none;
}

/* ===============================================
  □　FOOTER
=============================================== */
.entry-footer {
	background-color: #fff !important;
}

#main-footer {
	background: #ab2639;
	color: #fff !important;
	font-size: 13px !important;
	padding-top: 30px;
	width: 100%;
	position: relative;
}
#main-footer.forSp {
	display: none;
}
#main-footer #footer-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#main-footer #footer-container nav ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#main-footer #footer-container nav ul li {
	border-left: 2px solid #fff;
}
#main-footer #footer-container nav ul li:last-child {
	border-right: 2px solid #fff;
}
#main-footer #footer-container nav ul li a {
	display: block;
	height: 19px;
	line-height: 19px;
	color: #fff;
	padding: 0 10px;
	text-decoration: underline;
}
#main-footer #footer-container address {
	margin-bottom: 22px;
}
#main-footer #footer-container address p {
	border: 0;
	color: #fff;
	text-align: left;
	margin: 0;
	font-size: 2rem;
}
#main-footer #footer-container #telCard {
	position: absolute;
	top: -15px;
	right: 0;
}
#main-footer #footer-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}
#main-footer #footer-bottom img {
	width: 200px;
}
#main-footer #footer-bottom p {
	margin-left: 20px;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
}
#main-footer #copyRight {
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	font-size: 12px;
}

/* ===============================================
  □　固定ページ
=============================================== */
#primary main.site-main {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff; /* 2021.11.08-enoki */
}
#primary main.site-main article.hentry {
	width: 100%;
	margin: 0;
	padding-top: 0;
	box-shadow: none; /* 2021.11.08-enoki */
}
#primary main.site-main article.hentry .entry-header {
	display: none;
}
#primary main.site-main article.hentry .entry-content {
	padding: 30px 15px 0 0;
	font-size: 16px !important;
}
#primary main.site-main article.hentry .entry-content h1 {
	margin: 0 auto;
}

/* ===============================================
  □　トップページ
=============================================== */
#top-page-sp {
	/* スマホ用を非表示 */
	display: none;
}

#main #top-page {
	font-size: 14px;
	width: 700px;
	background-color: #fff;
	padding-top: 30px;
}
#main #top-page h2 {
	margin-bottom: 10px;
}
#main #top-page ul#campeign-list {
	display: block;
}
#main #top-page ul#campeign-list li a {
	display: block;
	margin: 30px auto;
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
}
#main #top-page ul#campeign-list li a:hover {
	background-position: 0 100%;
}
#main #top-page ul#campeign-list li:nth-of-type(1) a {
	background-image: url(../../../uploads/2021/11/dis_pair.png);
	background-repeat: no-repeat;
	height: 150px;
}
#main #top-page ul#campeign-list li:nth-of-type(2) a {
	background-image: url(../../../uploads/2021/11/bnr_bi_lesson.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
#main #top-page ul#campeign-list-sp {
	display: none;
}
#main #top-page div#target-list h2 {
	background-image: url(../../../uploads/2021/11/fc_title.gif);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 38px;
	background-repeat: no-repeat;
	height: 38px;
	margin: 10px auto;
}
#main #top-page div#target-list ul {
	display: flex;
	justify-content: space-around;
	margin-right: 15px;
}
#main #top-page div#target-list ul li {
	width: 210px;
	background: #fceef2;
	padding: 10px;
}
#main #top-page div#target-list ul li h3 {
	height: 80px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #de5874;
	color: #fff;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}
#main #top-page div#target-list ul li p {
	padding: 10px 3px 10px;
	margin: 0;
}
#main #top-page div.banner-btn {
	display: block;
}
#main #top-page div.banner-btn a {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 80px;
	background-image: url(../../../uploads/2021/11/bnr_seminar.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 30px;
}
#main #top-page div.banner-btn a:hover {
	background-position: 0 100%;
}
#main #top-page div.banner-btn-sp {
	display: none;
}
#main #top-page div#topic-list h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
#main #top-page div#topic-list h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
#main #top-page div#topic-list ul {
	width: 97%;
}
#main #top-page div#topic-list ul li {
	padding: 15px 0px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
}
#main #top-page div#topic-list ul li span.meta-box {
	display: flex;
	width: 25%;
	justify-content: space-between;
}
#main #top-page div#topic-list ul li span.meta-box .label {
	width: 80px;
	height: 25px;
	line-height: 25px;
	background: #f2d1da;
	text-align: center;
}
#main #top-page div#topic-list ul li a {
	width: 70%;
}
#main #top-page div#discount-list {
	width: 680px;
}
#main #top-page div#discount-list h3 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../../../uploads/2021/11/title_bonus.gif);
	background-repeat: no-repeat;
	height: 85px;
	margin: 0 auto;
}
#main #top-page div#discount-list ul {
	display: flex;
	height: 140px;
}
#main #top-page div#discount-list ul li {
	width: 50%;
	height: 100%;
}
#main #top-page div#discount-list ul li a {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 100%;
	background-image: url(../../../uploads/2021/11/btn_bonus.gif);
	background-repeat: no-repeat;
}
#main #top-page div#discount-list ul li:nth-of-type(1) a {
	background-position: 0 0;
}
#main #top-page div#discount-list ul li:nth-of-type(1) a:hover {
	background-position: 0 100%;
}
#main #top-page div#discount-list ul li:nth-of-type(2) a {
	background-position: 100% 0;
}
#main #top-page div#discount-list ul li:nth-of-type(2) a:hover {
	background-position: 100% 100%;
}
#main #top-page div#subType-list {
	width: 680px;
}
#main #top-page div#subType-list h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
#main #top-page div#subType-list h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}

/*  
  MODIFIED - 3/12/2024
**************************************************/
#main #top-page div#subType-list .course-list-category {
	margin-bottom: 1.6842em;
	padding: 0;
	border-radius: 0;
}
#main #top-page div#subType-list ul.course-list-subcategory {
	padding-top: 0;
}
#main #top-page div#subType-list ul li:nth-of-type(1) {
	width: calc(50% - 15px);
}

/*  
  END of MODIFICATION 
**/

#main #top-page div#fb-section h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
#main #top-page div#fb-section h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
#main #top-page div#salon-section {
	margin-bottom: 80px;
}
#main #top-page div#salon-section h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
#main #top-page div#salon-section h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
#main #top-page div#salon-section ul {
	display: flex;
}
#main #top-page div#salon-section ul li a {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100px;
	height: 98px;
	background-repeat: no-repeat;
	margin-right: 20px;
}
#main #top-page div#salon-section ul li a:hover {
	background-position: 0 100%;
}
#main #top-page div#salon-section ul li:nth-of-type(1) a {
	background-image: url(../../../uploads/2021/11/home_salon02.jpg);
}
#main #top-page div#salon-section ul li:nth-of-type(2) a {
	background-image: url(../../../uploads/2021/11/home_salon03.jpg);
}
#main #top-page div#salon-section ul li:nth-of-type(3) a {
	background-image: url(../../../uploads/2021/11/home_salon04.jpg);
}
#main #top-page div#salon-section ul li:nth-of-type(4) a {
	background-image: url(../../../uploads/2021/11/home_salon05.jpg);
}
#main #top-page div#salon-section ul li:nth-of-type(5) a {
	background-image: url(../../../uploads/2021/11/home_salon06.jpg);
}
#main #top-page div#salon-section p {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../../../uploads/2021/11/home_text03.gif);
	background-repeat: no-repeat;
}

/* ===============================================
  □　スクール紹介
=============================================== */
/* ご挨拶 2021.11.10-enoki */
.entry-content #intro-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
.entry-content #intro-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content #intro-page p {
	margin-top: 20px;
	line-height: 1.8;
}
.entry-content #intro-page h3 {
	margin-top: 30px;
	color: #ab2639;
	font-size: 135%;
	font-family: serif;
	font-weight: 600;
}

/* スクール紹介 */
.entry-content #about-page h1 {
	background-image: url(../../../uploads/2021/11/ttl-about.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}

/* 講師紹介 2021.11.10-enoki */
.entry-content #teachers-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
.entry-content #teachers-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content #teachers-page ul li {
	display: flex;
	align-items: flex-start;
	width: 680px;
	margin-bottom: 30px;
	padding: 14px;
	border: 1px solid #de5874;
}
.entry-content #teachers-page ul li img {
	padding: 4px;
	border: 1px solid #999;
	margin-right: 20px;
}
.entry-content #teachers-page ul li div h3 {
	margin: 10px 0;
	color: #ab2639;
	font-size: 200%;
	font-weight: 400;
	border-bottom: 2px dotted #de5874;
}
.entry-content #teachers-page ul li div h3 span {
	font-size: 15px;
	color: #333333;
	margin-left: 20px;
}
.entry-content #teachers-page ul li div h4 {
	color: #ab2639;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin: 15px 10px;
}
.entry-content #teachers-page ul li div p {
	background-color: #fceef2;
	padding: 15px 20px;
	font-size: 14px;
}

/* 施設紹介 2021.11.08-enoki */
.entry-content #school-page {
	text-align: center; /* ※動画中央寄せ用 */
}
.entry-content #school-page iframe {
	margin: 30px auto;
}
.entry-content #school-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0;
}
.entry-content #school-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content #school-page ul li {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.entry-content #school-page ul li img {
	padding: 4px;
	border: 1px solid #999;
	margin-right: 20px;
}
.entry-content #school-page ul li div {
	text-align: left;
}
.entry-content #school-page ul li div h3 {
	margin: 10px auto 15px;
	color: #de5874;
	font-size: 20px;
	font-weight: 500;
}
.entry-content #school-page ul li div p {
	margin: 0;
}

/* 直営サロンのご紹介 2021.11.10-enoki */
.entry-content #salon-page {
	padding-right: 5px; /* 中央寄せ部分とリストのブロック幅調整用 */
}
.entry-content #salon-page h1 {
	background-image: url(../../../uploads/2021/11/t_job.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.entry-content #salon-page p {
	margin-top: 30px;
	text-align: center;
	color: #ab2639;
	font-size: 135%;
	font-family: serif;
	font-weight: 600;
	line-height: 1.6;
}
.entry-content #salon-page h2 {
	text-align: center;
	margin: 30px auto 20px;
}
.entry-content #salon-page .container {
	margin-bottom: 20px;
}
.entry-content #salon-page .container h3 {
	font-size: 15px;
	margin: 0;
	padding: 10px 15px;
	background: #efefef;
	border: 1px solid #dcdcdc;
	border-bottom: 0; /* 下側ボーダーが2本になって太くなるため削除 */
}
.entry-content #salon-page .container .f-container {
	display: flex;
	align-items: flex-start;
	border: 1px solid #dcdcdc;
	padding: 14px;
}
.entry-content #salon-page .container .f-container img {
	padding: 4px;
	margin-right: 20px;
	border: 1px solid #dcdcdc;
}
.entry-content #salon-page .container .f-container .f-item {
	font-size: 90%;
}
.entry-content #salon-page .container .f-container .f-item address {
	margin-bottom: 20px;
}
.entry-content #salon-page .container .f-container .f-item address table {
	border: none;
}
.entry-content
	#salon-page
	.container
	.f-container
	.f-item
	address
	table
	tbody
	tr
	th {
	width: 60px;
	border: none;
	border-bottom: 1px dotted #dcdcdc;
}
.entry-content
	#salon-page
	.container
	.f-container
	.f-item
	address
	table
	tbody
	tr
	td {
	border: none;
	border-bottom: 1px dotted #dcdcdc;
}
.entry-content #salon-page .container .f-container .f-item a {
	background: #de5874;
	padding: 5px 15px;
	border: none;
	color: #fff;
}
.entry-content #salon-page .container .f-container .f-item a:before {
	content: '» ';
}
.entry-content #salon-page .container .f-container .f-item a:hover {
	filter: brightness(110%);
}
.entry-content #salon-page .container-other {
	background: #fceef2;
	margin-top: 40px;
	padding: 15px 15px 20px;
}
.entry-content #salon-page .container-other h3 {
	color: #ab2639;
	border-bottom: 1px solid #ab2639;
	font-size: 90%;
	margin: 5px 8px 20px;
}
.entry-content #salon-page .container-other .f-container {
	display: flex;
	justify-content: space-around;
}

/* ===============================================
  □　アクセス
=============================================== */
.entry-content #access-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
.entry-content #access-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content #access-page h3 {
	text-align: center;
	color: #ab2639;
}
.entry-content #access-page div {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.entry-content #access-page div h4 {
	margin: 0;
}
.entry-content #access-page div ul {
	flex-basis: 330px;
}
.entry-content #access-page section img {
	display: block;
	width: 450px;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
}
.entry-content #access-page section p {
	background: #fceef2;
	width: 450px;
	margin: 0 auto 40px;
	padding: 20px;
}
.entry-content #access-page h5 {
	margin: 10px auto;
	color: #ab2639;
}
.entry-content #access-page p {
	margin-bottom: 40px;
}
.entry-content #access-page table {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.entry-content #access-page table tr th {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 18%;
	color: #ab2639;
	padding: 25px 10px 0;
}
.entry-content #access-page table tr td {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.entry-content #access-page a.border-btn {
	display: block;
	background-color: #de5874;
	margin: 30px auto;
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #fceef2;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #de5874;
	box-shadow: 0 2px 0px #cfc3c3;
	position: relative;
}
.entry-content #access-page a.border-btn:hover {
	background: #fceef2;
	color: #de5874;
}
.entry-content #access-page a.border-btn:after {
	content: '≫';
	margin-left: 15px;
}

/* ===============================================
  □　講座情報
=============================================== */
#events-page {
	/* 不要かもしれない */
	width: 700px;
	padding: 30px 10px 0 0;
}
#events-page h1 {
	background-image: url(../../../uploads/2021/11/ttl-seminar.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
#events-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
#events-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}

/*---- 復習レッスン ----*/
#seminar-page.review-lesson h2 {
	background: url(../../../uploads/2022/03/review_lesson_bg.jpg) no-repeat;
	margin: 30px 0 20px;
	text-align: left;
}
#seminar-page.review-lesson h3 {
	font-size: 23px;
	text-align: center;
	margin: 0 auto 17px;
}
#seminar-page.review-lesson .request-list ul {
	background-color: #c288bb;
	color: #9f4394;
	margin-bottom: 0;
	padding: 11px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
	gap: 7px;
	font-weight: 600;
	line-height: 1.3;
}
#seminar-page.review-lesson .request-list ul::before {
	content: '例えば';
	background-color: #fff;
	border: 2px solid #9f4394;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 65px;
	height: 65px;
	margin: -37px 0 0 -25px;
}
#seminar-page.review-lesson .request-list ul li {
	background-color: #fff;
	height: 60px;
	line-height: 1.3;
	border: 5px double #c288bb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	letter-spacing: -1px;
}
#seminar-page.review-lesson .request-list p {
	background-color: #c288bb;
	color: #fff;
	text-align: center;
	padding: 0 0 12px;
	font-size: 20px;
	line-height: 1.4;
}
#seminar-page.review-lesson table {
	margin-bottom: 20px;
	border-color: #dcdcdc;
}
#seminar-page.review-lesson table tr th {
	background-color: #f5f5f5;
	color: #ab2639;
	border-color: #dcdcdc;
}
#seminar-page.review-lesson table tr td {
	background-color: #fff;
	border-color: #dcdcdc;
}
#seminar-page.review-lesson table tr td span {
	color: #de5874;
	font-size: 14px;
}
#seminar-page.review-lesson p.attention {
	font-size: 13px;
}

/* 新講座一覧 */
.course-list-page h1 {
	background-image: url(../../../uploads/2021/11/ttl-seminar.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.course-list-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	margin: 30px 0 15px;
	padding: 5px 0;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
.course-list-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.course-list-page > p {
	margin-bottom: 10px;
}
.course-list-page a.schedule-link {
	display: inline-block;
	border: none;
	margin-bottom: 20px;
}
.course-list-page .course-list-category {
	margin-bottom: 1em;
	padding: 5px 4px 1px;
	border-radius: 3px;
}
.course-list-page .course-list-category.ct-pickup-box {
	background: #dba25b;
}
.course-list-page .course-list-category.ct-face-box {
	background: #e78f8f;
}
.course-list-page .course-list-category.ct-oil-body-box {
	background: #759ac7;
}
.course-list-page .course-list-category.ct-oil-parts-box {
	background: #7fbdc7;
}
.course-list-page .course-list-category.ct-dry-body-box {
	background: #73af6c;
}
.course-list-page .course-list-category.ct-dry-parts-box {
	background: #a3bb59;
}
.course-list-page .course-list-category h3 {
	color: #fff;
	margin: 0;
	padding: 15px 0;
	font-size: 23px;
	border-radius: 5px;
	letter-spacing: -1px;
	text-align: center;
}
.course-list-page .course-list-category h3.category-header {
	background: #e78f8f;
	padding: 15px;
	text-align: left;
}
.course-list-page .course-list-category ul.course-list-subcategory {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding-top: 20px;
	row-gap: 10px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.course-list-page .course-list-category ul.course-list-subcategory li {
	width: calc(50% - 15px);
}
.course-list-page
	.course-list-category
	ul.course-list-subcategory
	li:first-of-type {
	width: 100%;
}
.course-list-page .course-list-category ul.course-list-subcategory li a {
	border: 1px solid #de5874;
	background: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 5px 20px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.course-list-page .course-list-category ul.course-list-subcategory li a.active {
	background: linear-gradient(
		180deg,
		rgb(255, 255, 255) 0%,
		rgb(251, 238, 241) 20%,
		rgb(222, 88, 116) 100%
	);
}
.course-list-page .course-list-category ul.course-list-subcategory li a:after {
	content: '';
	background: url(../img/arrow_down.svg) no-repeat center center/contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -7px;
}
.course-list-page .course-list-category ul.course-list {
	margin-bottom: 3px;
	margin-left: 0;
}
.course-list-page .course-list-category ul.course-list li {
	margin-bottom: 5px;
}
.course-list-page .course-list-category ul.course-list li a.course-link {
	display: grid;
	grid-template-columns: 105px 1fr;
	grid-template-rows: repeat(5, auto);
	align-items: center;
	background: #fff;
	border-radius: 2px;
	padding: 5px 10px;
	transition: 0.3s;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 20px solid #fff;
	position: relative;
}
.course-list-page .course-list-category ul.course-list li a.course-link:hover {
	transition: 0.3s;
	border-top: 3px solid #de5874;
	border-bottom: 3px solid #de5874;
	border-left: 3px solid #de5874;
	border-right: 20px solid #de5874;
}
.course-list-page
	.course-list-category
	ul.course-list
	li
	a.course-link:hover
	img {
	filter: brightness(100%);
}
.course-list-page
	.course-list-category
	ul.course-list
	li
	a.course-link:hover::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: -15px;
}
.course-list-page .course-list-category ul.course-list li a.course-link img {
	grid-row-start: span 5;
	margin: 0 5px 0 0;
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}
.course-list-page .course-list-category ul.course-list li a.course-link > h4 {
	margin: 0 0 5px;
	display: flex;
	align-items: center;
	padding: 5px 0 3px;
	font-size: 19px;
	border-bottom: 1px solid;
	color: #ab2639;
}
.course-list-page
	.course-list-category
	ul.course-list
	li
	a.course-link
	> h4.woman-only-flag::before {
	content: '女性\a限定';
	white-space: pre;
	background: #e4768d;
	color: #fff;
	border: 4px solid #e4768d;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: 0 5px 0 1px;
	font-size: 12px;
	line-height: 1.1;
}
.course-list-page .course-list-category ul.course-list li a.course-link > p {
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 5px;
}
.course-list-page
	.course-list-category
	ul.course-list
	li
	a.course-link
	.entry_kouza
	span {
	color: #ff0000;
	font-weight: bold;
}

/* 新講座ページ */
article.single-page {
	background: #fff;
	padding: 20px 120px 20px 20px;
	line-height: 2;
}
article.single-page:has(.woman-only-flag) > h1.post-title::before {
	content: '女性限定';
	background-image: linear-gradient(
		to left top,
		#de5874,
		#e15e79,
		#e5637e,
		#e86983,
		#eb6e88
	);
	color: #fff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 55px;
	min-width: 45px;
	height: 3em;
	padding: 5px;
	text-align: center;
	margin-right: 8px;
	font-size: 0.7em;
}
article.single-page h1.post-title {
	font-size: 26px;
	margin-top: 1em;
	padding-bottom: 8px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #de5874;
	color: #b72035;
}
article.single-page .article-info {
	display: none;
}
article.single-page .share {
	margin-top: 10px;
}
article.single-page .share ul {
	display: grid;
	grid-template-columns: 70px 70px 70px;
	grid-gap: 5px;
	justify-content: flex-end;
	margin-bottom: 0;
}
article.single-page .share ul li a {
	font-size: 12px;
	display: block;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}
article.single-page .share ul li a:hover {
	opacity: 0.8;
}
article.single-page .share ul li a:visited {
	color: #fff;
}
article.single-page .share ul li.tweet a {
	background-color: #55acee;
}
article.single-page .share ul li.facebooklink a {
	background-color: #315096;
}
article.single-page .share ul li.line a {
	background-color: #00b900;
}
article.single-page .share ul li.hatena a {
	background-color: #008fde;
}
article.single-page .course-page {
	/* カレンダー＆フォームポップアップ */
}
article.single-page .course-page span.red {
	color: #f30;
}
article.single-page .course-page .course-text {
	display: flex;
	align-items: flex-start;
	margin-top: 12px;
	margin-bottom: 30px;
	font-size: 16px;
	background: #f9f5f0;
	padding: 26px;
}
article.single-page .course-page .course-text p {
	margin-bottom: 0;
}
article.single-page .course-page .course-text img {
	margin-left: 1em;
}
article.single-page .course-page .course-text .add-picture {
	min-width: 200px;
	margin-left: 1em;
}
article.single-page .course-page .course-text .add-picture > img {
	margin-left: 0;
}
article.single-page .course-page p.woman-only {
	background-image: linear-gradient(
		to left top,
		#de5874,
		#e15e79,
		#e5637e,
		#e86983,
		#eb6e88
	);
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 0.86em;
	margin-bottom: 0;
}
article.single-page .course-page table {
	font-size: 17px;
}
article.single-page .course-page table tr th {
	width: 7em;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	background: #efefef;
}
article.single-page .course-page table tr td {
	padding: 10px 1em;
	font-size: 16px;
	line-height: 1.7;
}
article.single-page .course-page table tr td span.entry-text {
	display: block;
	color: #ff0000;
	font-weight: bold;
}
article.single-page .course-page table tr td span.em-text {
	display: block;
	font-size: 17px;
	font-weight: 600;
}
article.single-page .course-page table tr td span.info-text {
	font-size: 14px;
}
article.single-page .course-page table tr td span.price {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0 4px;
	line-height: 1;
}
article.single-page .course-page p.course-note {
	font-size: 15px;
	line-height: 1.6;
	margin-top: -2em;
	margin-bottom: 2em;
	color: #f30;
	background: #fff8ed;
	padding: 0 1em 1em;
}
article.single-page .course-page p.course-note span.em-text {
	font-weight: 600;
}
article.single-page .course-page .insert-page {
	font-size: 14px;
	margin-bottom: 2em;
}
article.single-page .course-page .insert-page h3 {
	color: #ab2639;
	font-size: 16px;
}
article.single-page .course-page .insert-page span.em-text {
	font-weight: 600;
}
article.single-page .course-page .insert-page span.info-text {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 8px;
}
article.single-page .course-page .insert-page .toggle {
	display: none;
}
article.single-page .course-page .insert-page .accordion {
	position: relative;
	margin-bottom: 1em;
}
article.single-page .course-page .insert-page .title,
article.single-page .course-page .insert-page .content {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
article.single-page .course-page .insert-page .title {
	border: solid 1px #ab2639;
	padding: 10px 1em;
	display: block;
	color: #333;
	font-weight: bold;
}
article.single-page .course-page .insert-page .title::after,
article.single-page .course-page .insert-page .title::before {
	content: '';
	position: absolute;
	right: 8%;
	top: 40%;
	width: 2px;
	height: 0.75em;
	background-color: #ab2639;
	transition: all 0.3s;
}
article.single-page .course-page .insert-page .title::after {
	transform: rotate(90deg);
}
article.single-page .course-page .insert-page .content {
	max-height: 0;
	overflow: hidden;
}
article.single-page .course-page .insert-page .content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.5;
}
article.single-page
	.course-page
	.insert-page
	.toggle:checked
	+ .title
	+ .content {
	max-height: 500px;
	transition: all 1.5s;
}
article.single-page .course-page .insert-page .toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}
article.single-page .course-page .insert-page-984 {
	background: #fff8ed;
	padding: 1em 1em 0;
}
article.single-page .course-page .insert-page-992 .content {
	margin-top: 10px;
}
article.single-page .course-page .open {
	cursor: pointer;
	display: block;
	text-align: center;
	background-image: linear-gradient(
		to left top,
		#de5874,
		#e15e79,
		#e5637e,
		#e86983,
		#eb6e88
	);
	margin: 50px 30px;
	padding: 10px 6px;
	color: #fff;
	font-size: 24px;
	border-radius: 2px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5098039216);
}
article.single-page .course-page #booking-form-pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
article.single-page .course-page .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
article.single-page .course-page #booking-form-pop-up:checked + .overlay {
	display: block;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.73);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow-y: scroll;
}
article.single-page .course-page .popup-box {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	padding-top: 30px;
}
article.single-page .course-page .window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
article.single-page .course-page .text {
	font-size: 18px;
	margin: 0;
}
article.single-page .course-page .close {
	cursor: pointer;
	font-size: 21px;
	color: #fff;
	background-image: linear-gradient(
		to left top,
		#707070,
		#747474,
		#777777,
		#7b7b7b,
		#7f7f7f
	);
	border: 10px solid #eee;
	margin-bottom: 30px;
	width: 100%;
	max-width: 750px;
	text-align: center;
	padding: 10px;
	line-height: 1.2;
}
article.single-page .course-page .booking-form {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

body:has(#booking-form-pop-up:checked) {
	overflow: hidden;
	height: 100vh;
}

/* 癒療コース入口ページ */
#seminar-page h1 {
	background-image: url(../../../uploads/2021/11/ttl-seminar.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
#seminar-page h2 {
	text-align: center;
	margin: 60px auto 60px;
	color: #0d4171;
}
#seminar-page #pro-cource h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
#seminar-page #pro-cource h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
#seminar-page table {
	font-size: 15px;
	border-color: #333333;
}
#seminar-page table th,
#seminar-page table td {
	padding: 15px;
	border-color: #333333;
}
#seminar-page table th {
	width: 70px;
	padding: 5px 3px;
	background: #0d4171;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#seminar-page table td {
	padding: 25px 20px;
	background: #fffaf2;
}
#seminar-page table td ul {
	margin: 0 auto;
}
#seminar-page table td ul li {
	margin-bottom: 12px;
	position: relative;
}
#seminar-page table td ul li a {
	display: block;
	margin: 7px 1em;
	padding: 8px 1em;
	font-size: 1.1em;
	font-weight: 600;
	background: #c9d4e3;
	border: none;
	border-radius: 3px;
}
#seminar-page table td ul li a::after {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border-top: 3px solid #0d4171;
	border-right: 3px solid #0d4171;
	right: 5%;
	bottom: 50%;
	transform: rotate(45deg) translate(0, 50%);
}
#seminar-page ul {
	margin-left: 0;
}
#seminar-page ul li {
	font-size: 13px;
}

/* 新癒療コース詳細ページ */
#pro-events-pg-template {
	padding: 40px 30px 20px 10px;
	font-size: 15px;
}
#pro-events-pg-template h1 {
	font-size: 22px;
	line-height: 1.6;
	width: 100%;
}
#pro-events-pg-template .share {
	display: flex;
	justify-content: flex-end;
}
#pro-events-pg-template .pro-page-contents h2 {
	font-size: 1.3em;
	color: #0d4171;
	padding-left: 17px;
	border-left: 10px solid #0d4171;
	margin-bottom: 10px;
	line-height: 1.6;
	margin-top: 30px;
}
#pro-events-pg-template .pro-page-contents .flex {
	display: flex;
	align-items: flex-start;
	background: #efefef;
	margin-bottom: 2rem;
	padding: 2rem;
}
#pro-events-pg-template .pro-page-contents .flex p {
	line-height: 1.8;
}
#pro-events-pg-template .pro-page-contents .flex img {
	max-width: 250px;
	margin-left: 2rem;
	margin-bottom: 2rem;
}
#pro-events-pg-template .pro-page-contents .flex img:nth-child(2) {
	margin-bottom: 0;
}
#pro-events-pg-template .pro-page-contents .pg-box {
	background: #fff;
	border: 1px solid #9b9494;
	margin: 0 auto 30px;
}
#pro-events-pg-template .pro-page-contents .pg-box h3 {
	background: #0d4171;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul {
	padding: 20px;
	margin: 0;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > li {
	display: block;
	font-weight: 600;
	margin-left: 1em;
	font-size: 14.6px;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > li::before {
	content: '●';
	margin-right: 0.6em;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > li.mb {
	margin-bottom: 10px;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > li ul {
	background: #eee;
	margin: 0;
	padding: 5px;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > li ul > li {
	font-size: 14px;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > li ul > li::before {
	content: '・';
	margin-right: 0.6em;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > h6 {
	border-bottom: 1px solid;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 10px;
}
#pro-events-pg-template .pro-page-contents .pg-box > ul > h6::before {
	content: '▼';
	margin-right: 0.6em;
}
#pro-events-pg-template .pro-page-contents .pg-box > p {
	padding: 20px;
	font-weight: 500;
}
#pro-events-pg-template #title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px dotted #0d4171;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #0d4171;
}
#pro-events-pg-template #title-box #womanOnly {
	display: inline-block;
	padding: 5px 0;
	width: 70px;
	text-align: center;
	background: #e28d9f;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-right: 15px;
	margin-bottom: 0;
	border-radius: 4px;
}
#pro-events-pg-template #title-box i {
	display: none;
}
#pro-events-pg-template h2.subtitle {
	font-size: 24px;
	margin: 60px auto 30px;
	padding-left: 10px;
	color: #464646;
}
#pro-events-pg-template h3.subtitle {
	font-size: 22px;
	margin: 30px 0;
	color: #0d4171;
	background: rgb(39, 110, 177);
	background: linear-gradient(
		0deg,
		rgb(39, 110, 177) 0%,
		rgb(23, 69, 110) 11%,
		rgb(14, 46, 75) 50%,
		rgb(23, 69, 110) 90%,
		rgb(39, 110, 177) 100%
	);
}
#pro-events-pg-template h3.subtitle span {
	display: block;
	height: inherit;
	margin: 0 0 0 2%;
	background: #ffffff;
	padding: 0 0 0 15px;
}
#pro-events-pg-template table {
	border: 1px solid rgba(51, 51, 51, 0.1);
}
#pro-events-pg-template table tr th {
	width: 7em;
	background: #0d4171;
	color: #fff;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#pro-events-pg-template table tr td {
	padding: 15px;
	background: #fff;
	border-top: 1px solid #9b9494;
	border-right: 1px solid #9b9494;
}
#pro-events-pg-template table tr td a {
	color: #0d4171;
	font-weight: 600;
	text-decoration: underline;
}
#pro-events-pg-template table tr td a::before {
	content: '➡';
}
#pro-events-pg-template table tr:last-child th,
#pro-events-pg-template table tr:last-child td {
	border-bottom: 1px solid #9b9494;
}
#pro-events-pg-template .f-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
#pro-events-pg-template .f-box .img-item {
	width: 100%;
	margin: 0px auto 0px 30px;
}
#pro-events-pg-template .img-item {
	width: 60%;
	border: 1px solid #8a8a8a;
	padding: 6px;
	margin: 30px auto;
}
#pro-events-pg-template .application-title {
	text-align: center;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 15px;
	background: #0d4171;
	border-radius: 4px;
	font-size: 22px;
}
#pro-events-pg-template .form-disc {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #0d4171;
	margin-bottom: 30px;
}

article.single-page:has(.pro-page) {
	font-size: 15px;
}
article.single-page:has(.pro-page) h1.post-title {
	color: #0d4171;
	border-bottom: 2px solid #0d4171;
}
article.single-page .pro-page h2 {
	font-size: 1.3em;
	color: #0d4171;
	padding-left: 17px;
	border-left: 10px solid #0d4171;
	margin-bottom: 10px;
	line-height: 1.6;
	margin-top: 30px;
}
article.single-page .pro-page .course-text {
	display: flex;
	align-items: flex-start;
	background: #efefef;
	margin-bottom: 2rem;
	padding: 2rem;
}
article.single-page .pro-page .course-text p {
	line-height: 1.8;
	font-size: 15px;
}
article.single-page .pro-page .course-text img {
	max-width: 250px;
	margin-left: 2rem;
	margin-bottom: 1rem;
}
article.single-page .pro-page .course-text img:nth-child(2) {
	margin-top: 0;
}
article.single-page .pro-page .pg-box {
	background: #fff;
	border: 1px solid #9b9494;
	margin: 0 auto 30px;
}
article.single-page .pro-page .pg-box h4 {
	background: #0d4171;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
}
article.single-page .pro-page .pg-box > ul {
	padding: 20px;
	margin: 0;
}
article.single-page .pro-page .pg-box > ul > li {
	display: block;
	font-weight: 600;
	margin-left: 1em;
	font-size: 14.6px;
}
article.single-page .pro-page .pg-box > ul > li::before {
	content: '●';
	margin-right: 0.6em;
}
article.single-page .pro-page .pg-box > ul > li ul {
	background: #eee;
	margin: 0 0 1em;
	padding: 5px 5px 5px 1em;
}
article.single-page .pro-page .pg-box > ul > li:has(.ub)::before {
	content: none;
}
article.single-page .pro-page .pg-box > ul .ub {
	display: inline-block;
	border-bottom: 1px solid;
}
article.single-page .pro-page .pg-box > ul h6 {
	border-bottom: 1px solid;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 10px;
}
article.single-page .pro-page .pg-box > ul h6::before {
	content: '▼';
	margin-right: 0.6em;
}
article.single-page .pro-page .pg-box > p {
	padding: 20px;
	font-weight: 500;
}
article.single-page .pro-page table {
	border: 1px solid rgba(51, 51, 51, 0.1);
}
article.single-page .pro-page table tr th {
	width: 7em;
	background: #0d4171;
	color: #fff;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}
article.single-page .pro-page table tr td {
	padding: 15px;
	background: #fff;
	border-top: 1px solid #9b9494;
	border-right: 1px solid #9b9494;
}
article.single-page .pro-page table tr td a {
	color: #0d4171;
	font-weight: 600;
	text-decoration: underline;
}
article.single-page .pro-page table tr td a::before {
	content: '➡';
}
article.single-page .pro-page table tr:last-child th,
article.single-page .pro-page table tr:last-child td {
	border-bottom: 1px solid #9b9494;
}

/* -----------------------------------------------
--------------------------------------------------

  □　BBA講座割引 2022-03-07 enoki

--------------------------------------------------
-------------------------------------------------- */
#seminar-page.seminar-discount h2 {
	width: 650px;
	margin: 30px auto 0;
}
#seminar-page.seminar-discount .pair-discount {
	display: block;
	border: none;
	max-width: 85%;
	margin: 10px auto 20px;
}
#seminar-page.seminar-discount .membersPrice {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#seminar-page.seminar-discount .membersPrice div {
	display: flex;
	align-items: center;
	height: 100px;
}
#seminar-page.seminar-discount .membersPrice div h3 {
	margin: 0 0 0 1em;
	padding: 7px;
	text-align: center;
	border-top: 2px dotted;
	border-bottom: 2px dotted;
}
#seminar-page.seminar-discount .membersPrice div h3 br {
	display: none;
}
#seminar-page.seminar-discount .membersPrice h4 {
	font-size: 24px;
	letter-spacing: 1px;
	width: 560px;
	margin: 10px auto 10px;
	padding: 10px;
	background: #ffebeb;
	display: flex;
	align-items: center;
	justify-content: center;
}
#seminar-page.seminar-discount .membersPrice h4 span {
	font-size: 170%;
	color: #ff2b49;
	border-bottom: 5px double;
	padding-left: 10px;
}
#seminar-page.seminar-discount .membersPrice p {
	width: 600px;
	margin-bottom: 0;
	padding: 15px 20px;
	font-size: 13px;
}
#seminar-page.seminar-discount .membersPrice a {
	display: block;
	width: 500px;
	margin: 0 auto 40px;
	padding: 5px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 4px;
}
#seminar-page.seminar-discount .membersPrice a::after {
	content: '▶';
	font-size: 90%;
	margin-left: 10px;
}
#seminar-page.seminar-discount .membersPrice a:hover {
	filter: brightness(110%);
}
#seminar-page.seminar-discount .membersPrice a br {
	display: none;
}
#seminar-page.seminar-discount .membersPrice.medixmember {
	margin-top: 30px;
	border-top: 1px dashed #de5874;
	margin-bottom: 30px;
	border-bottom: 1px dashed #de5874;
}
#seminar-page.seminar-discount .membersPrice.medixmember h3 {
	color: #1d95d4;
}
#seminar-page.seminar-discount .membersPrice.medixmember a {
	background-color: #1d95d4;
}
#seminar-page.seminar-discount .membersPrice.seitaimember h3 {
	color: #4c92a3;
}
#seminar-page.seminar-discount .membersPrice.seitaimember a {
	background-color: #4c92a3;
}

/* -----------------------------------------------
--------------------------------------------------

  □　科目紹介

--------------------------------------------------
-------------------------------------------------- */
.entry-content #fc-page h1 {
	background-image: url(../../../uploads/2021/11/t_fm.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.entry-content #fc-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
.entry-content #fc-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content #fc-page .f-boxS {
	display: flex;
	justify-content: space-between;
}
.entry-content #fc-page .f-boxS:nth-of-type(1) div.f-boxC {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 48%;
}
.entry-content #fc-page .f-boxS:nth-of-type(1) div.f-boxC .btn-pink {
	display: block;
	margin: 0 auto;
	padding: 5px 10px;
	background: #de5874;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 20px auto 0;
}
.entry-content #fc-page .f-boxS:nth-of-type(2) div.f-boxS {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.entry-content #fc-page .f-boxS:nth-of-type(2) div.f-boxS div img {
	width: 250px;
	height: 188px;
}
.entry-content #fc-page .f-boxS .map-img {
	width: 280px;
	height: auto;
}
.entry-content #fc-page h4.seminar-ttl {
	border: 1px solid;
	border-left: 10px solid;
	padding: 10px 15px;
	background: linear-gradient(#fff, #efefef);
}
.entry-content #fc-page h4.seminar-ttl:nth-of-type(1) {
	color: #5ab4ff;
	border-color: #5ab4ff;
}
.entry-content #fc-page h4.seminar-ttl:nth-of-type(2) {
	color: #c591d3;
	border-color: #c591d3;
}
.entry-content #fc-page h4.seminar-ttl:nth-of-type(3) {
	color: #f269b1;
	border-color: #f269b1;
}
.entry-content #fc-page h4.seminar-ttl:nth-of-type(4) {
	color: #56c1c9;
	border-color: #56c1c9;
}
.entry-content #fc-page h4.seminar-ttl:nth-of-type(5) {
	color: #65c466;
	border-color: #65c466;
}
.entry-content #fc-page h4.seminar-ttl:nth-of-type(6) {
	color: #f29600;
	border-color: #f29600;
}
.entry-content #fc-page section {
	display: flex;
}
.entry-content #fc-page section .seminar-box-text {
	flex-basis: 400px;
	padding-left: 20px;
}
.entry-content #fc-page section .seminar-box-text table {
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
}
.entry-content #fc-page section .seminar-box-text table tr {
	display: flex;
	flex-direction: column;
}
.entry-content #fc-page section .seminar-box-text table tr th {
	color: #ab2639;
	padding: 0;
	border: 0;
}
.entry-content #fc-page section .seminar-box-text table tr td {
	border: 0;
}
.entry-content #fc-page section .seminar-box-text table tr td ul {
	margin-bottom: 0;
}
.entry-content #fc-page section .seminar-box-text table tr td ul li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 96%;
	line-height: 1.4;
}
.entry-content #fc-page section .seminar-box-image {
	padding-left: 30px;
}
.entry-content #fc-page section .seminar-box-image img {
	padding: 5px;
	border: 1px solid #dcdcdc;
}
.entry-content #fc-page .ps {
	background-color: #fffaf2;
	padding: 20px 30px;
}
.entry-content #fc-page .ps h5 {
	font-weight: 600;
	margin: 0 0 10px;
	font-size: 96%;
}
.entry-content #fc-page .ps div {
	display: flex;
	align-content: center;
}
.entry-content #fc-page .ps div p {
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 90%;
}
.entry-content #fc-page .ps div img {
	width: 200px;
	height: 124px;
}
.entry-content #fc-page {
	/* 余裕ある時に合体してください */
}
.entry-content #fc-page h2 br {
	display: none;
}
.entry-content #fc-page .f-boxS {
	margin-bottom: 80px;
}
.entry-content #fc-page h4.seminar-ttl {
	font-size: 110%;
}
.entry-content #fc-page section.seminar-box .seminar-box-text {
	padding: 0 4%;
}
.entry-content #fc-page section.seminar-box .seminar-box-text table {
	padding: 15px 15px 10px;
}
.entry-content #fc-page section.seminar-box .seminar-box-text table tr td ul {
	margin: 0;
}
.entry-content #fc-page section.seminar-box .seminar-box-image {
	padding: 0 0 30px;
}
.entry-content #fc-page .ps h5 {
	font-size: 14px;
	font-weight: bold;
	color: #008c80;
	margin-bottom: 10px;
}
.entry-content #fc-page a.bottom-banner {
	margin-top: 30px;
	display: block;
	border: none;
}

/* -----------------------------------------------
--------------------------------------------------

  □　受講ガイド 2022-01-14 enoki

--------------------------------------------------
-------------------------------------------------- */
#guide-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
	margin: 0 0 10px;
}
#guide-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
#guide-page ol {
	background-color: #fceef2;
	margin-left: 0;
	padding: 30px;
}
#guide-page ol li {
	font-size: 14px;
	list-style-type: none;
}
#guide-page ol li h3 {
	margin: 0 0 1em;
	font-size: 17px;
	color: #ab2639;
}
#guide-page ol li ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#guide-page ol li ul li {
	list-style-type: disc;
}

/* -----------------------------------------------
--------------------------------------------------

  □　採用情報 2022-03-09 enoki

--------------------------------------------------
-------------------------------------------------- */
#recruit-page h1 {
	background-image: url(../../../uploads/2022/03/t_recruit.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
	margin-bottom: 30px;
}
#recruit-page picture {
	display: block;
	margin-top: 30px;
}
#recruit-page ul.property {
	display: flex;
}
#recruit-page ul.property li {
	display: flex;
	margin: 14px 12px;
	border-bottom: 1px dotted;
	font-size: 13px;
	font-weight: 600;
	color: #7e7e7e;
}
#recruit-page ul.property li img {
	width: 20px;
	margin-right: 5px;
}
#recruit-page h3 {
	font-size: 21px;
	color: #de5874;
	border-left: 6px solid #c9435c;
	padding: 5px 8px;
}
#recruit-page p {
	margin: 0 auto;
	padding: 0 15px;
}
#recruit-page table.table_recruit {
	border-color: #dcdcdc;
}
#recruit-page table.table_recruit tr th {
	background-color: #efefef;
	width: 130px;
	padding: 15px;
	color: #ab2639;
	vertical-align: middle;
}
#recruit-page table.table_recruit tr td {
	padding: 15px;
	border-color: #dcdcdc;
}
#recruit-page .contact {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: rgb(167, 38, 57);
	background: linear-gradient(
		90deg,
		rgb(167, 38, 57) 0%,
		rgb(255, 85, 108) 51%,
		rgb(167, 38, 57) 100%
	);
	margin: 60px auto;
	padding: 35px 35px 30px;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #a1a0a0;
}
#recruit-page .contact .contact-text {
	width: 300px;
}
#recruit-page .contact .contact-text h4 {
	margin: 0;
	font-size: 27px;
}
#recruit-page .contact .contact-text p {
	font-size: 16px;
	margin: 15px 0;
	padding: 0;
}
#recruit-page .contact .contact-btn {
	background: #fff;
	margin-left: 10px;
	padding: 15px 20px 20px;
	text-align: center;
	color: #5c5c5c;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 5px 5px #953341;
}
#recruit-page .contact .contact-btn svg {
	width: 30px;
	height: 24px;
	margin-right: 5px;
	display: inline-block;
}
#recruit-page .contact .contact-btn p {
	display: inline-block;
	padding: 0;
}
#recruit-page .contact .contact-btn span {
	display: block;
	margin-top: -5px;
	font-size: 16px;
	letter-spacing: 0;
}

/* -----------------------------------------------
--------------------------------------------------

  □　トピックス

--------------------------------------------------
-------------------------------------------------- */
.topics-template-default .single-page,
.post-template-default .single-page {
	padding-right: 5%;
	margin-bottom: 50px;
}
.topics-template-default .single-page .article-info,
.post-template-default .single-page .article-info {
	margin-bottom: 1rem;
}
.topics-template-default .single-page .article-info .cat-data a,
.post-template-default .single-page .article-info .cat-data a {
	pointer-events: none; /* 自動でリンクになり不要なページへ飛ばされるため強制的にリンクをオフにしています。余裕があればphp等に変えた方が適切です */
}
.topics-template-default .single-page .wp-block-image,
.post-template-default .single-page .wp-block-image {
	text-align: center;
}
.topics-template-default .single-page .topics-text-area,
.post-template-default .single-page .topics-text-area {
	margin-top: 2em;
	padding: 2em;
	background: #fceef2;
}
.topics-template-default .single-page .topics-text-area h2,
.post-template-default .single-page .topics-text-area h2 {
	line-height: 1.5;
}
.topics-template-default .single-page .topics-text-area a,
.post-template-default .single-page .topics-text-area a {
	text-decoration: underline;
	display: inline-block;
	font-weight: 600;
	margin: 1em;
}
.topics-template-default .single-page .topics-text-area p,
.post-template-default .single-page .topics-text-area p {
	font-size: 0.9em;
	line-height: 1.7;
	margin: 1em 0 2em;
}
.topics-template-default .single-page .topics-text-area .red,
.post-template-default .single-page .topics-text-area .red {
	color: #f40;
}
.topics-template-default .single-page .topics-text-area .bg-area,
.post-template-default .single-page .topics-text-area .bg-area {
	background-color: #fff;
	display: block;
	text-align: center;
	margin: 1em;
	padding: 2px;
}
.topics-template-default .single-page .topics-text-area .em-text,
.post-template-default .single-page .topics-text-area .em-text {
	font-weight: 600;
}

/* -----------------------------------------------
--------------------------------------------------

  □　よくあるご質問

--------------------------------------------------
-------------------------------------------------- */
.entry-content #faq-page h1 {
	background-image: url(../../../uploads/2021/11/t_faq.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.entry-content #faq-page #faq-list {
	margin: 2em auto;
	width: 658px;
}
.entry-content #faq-page #faq-list li {
	display: block;
	border: 1px solid #dcdcdc;
	margin: 0 auto 30px;
}
.entry-content #faq-page #faq-list li h3 {
	background: rgb(214, 81, 107);
	background: linear-gradient(
		180deg,
		rgb(214, 81, 107) 0%,
		rgb(177, 45, 65) 97%
	);
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 5px 32px;
	display: flex;
	align-items: center;
}
.entry-content #faq-page #faq-list li h3::before {
	content: 'Q';
	margin: -2px 16px 0 0;
	font-size: 22px;
}
.entry-content #faq-page #faq-list li p {
	font-size: 15px;
	border: 1px solid #dcdcdc;
	background: #fffaf2;
	width: 629px;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	position: relative;
}
.entry-content #faq-page #faq-list li p::before {
	content: 'A';
	position: absolute;
	margin: -5px 0 0 -30px;
	font-size: 24px;
	font-weight: 600;
	color: #ab2639;
}

/* -----------------------------------------------
--------------------------------------------------

  □　お問合せ・資料請求・フォーム

--------------------------------------------------
-------------------------------------------------- */
/*---- MW WPの講座申込フォーム ----*/
form label input[type='radio'] {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* iPhone用にデフォルトスタイル無効 */
}
form label input[type='radio'] + span::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f111';
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	font-size: 120%;
	line-height: 1;
	background: #fff;
	border-radius: 100px;
}
form label input[type='radio']:checked + span::before {
	content: '\f058';
}
form .form-area {
	margin-bottom: 30px;
	background: #e9e9e9;
	padding: 30px 30px;
	border-radius: 4px;
}
form .form-area h4 {
	margin: 0 auto 2em;
	font-size: 18px;
}
form .form-area .oil-img-area {
	display: grid;
	grid-template-columns: 1fr 200px;
	grid-gap: 10px;
	align-items: center;
}
form .form-area .oil-img-area h3 {
	line-height: 2;
}
form .form-area .oil-img-area h3 span {
	display: inline-block;
	background: #ab2639;
	color: #fff;
	font-size: 84%;
	width: 13em;
	text-align: center;
	border-radius: 3px;
	font-weight: 400;
	line-height: 1.7;
}
form .form-area .oil-img-area h3 p {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
}
form .form-area .form-item {
	margin-bottom: 30px;
}
form .form-area .form-item .form-header p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
}
form .form-area .form-item .form-header p .require-sign {
	background: #e71c38;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	margin-left: 10px;
}
form .form-area .form-item .form-header p .auto-sign {
	background: #1c89e7;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	margin-left: 10px;
}
form .form-area .form-item .form-fillin input,
form .form-area .form-item .form-fillin textarea,
form .form-area .form-item .form-fillin select {
	border: 0;
	background: #eb9eb4;
	padding: 10px 15px;
	border-radius: 4px;
	background: #fff;
	color: #333333;
	font-family: auto;
}
form .form-area .form-item .form-fillin select {
	padding: 10px 15px;
	color: #6a6a6a;
	border-radius: 4px;
}
form .form-area .form-item .form-fillin ::-moz-placeholder {
	color: #e4768d;
}
form .form-area .form-item .form-fillin ::placeholder {
	color: #e4768d;
}
form
	.form-area
	.form-item
	.form-fillin
	span.mwform-tel-field
	input[type='text'] {
	max-width: 30%;
}
form .form-area .form-item input[type='submit'] {
	background: transparent;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 16px;
}
form .form-area .form-item .btn {
	background: #de5874;
	border-radius: 40px;
	transition: 420ms;
	position: relative;
	cursor: pointer;
	height: 70px;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
form .form-area .form-item .btn:hover {
	background: #ed7e95;
	transition: 420ms;
	box-shadow: 5px 5px 10px #c5c5c5;
}
form .form-area .form-item .btn .arrow {
	content: '';
	position: absolute;
	right: 10%;
	bottom: 50%;
	transform: translate(0px, 50%);
	display: inline-block;
	border-top: 2px solid #fff;
	width: 18px;
	background: #fff;
}
form .form-area .form-item .btn::after {
	content: '';
	position: absolute;
	right: 10%;
	bottom: 50%;
	transform: translate(0px, 50%) rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 8px;
	width: 8px;
}
form .form-area .form-item.submit {
	display: flex;
	align-items: center;
	justify-content: center;
}
form .form-area #address-section {
	display: none;
	border-left: 4px solid #0075ff;
	padding-left: 40px;
}
form .form-area #address-section.is-open {
	display: block;
}
form .form-area .p-content {
	background: #fff;
	height: 220px;
	font-size: 14px;
	overflow-y: scroll;
	padding: 15px;
	margin-bottom: 0;
	border: 1px solid #b5b5b5;
}
form .form-area .agreement-check {
	padding: 10px 0px;
}

.entry-content #contact-page h1 {
	background-image: url(../../../uploads/2021/11/t_contact.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.entry-content #contact-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}
.entry-content #contact-page h2::before {
	content: '';
	display: block;
	width: 10px;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content #contact-page a.border-btn {
	/* 2021.11.10 enoki */
	display: block;
	background-color: #de5874;
	margin: 30px auto;
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #fceef2;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #de5874;
	box-shadow: 0 2px 0px #cfc3c3;
	position: relative;
}
.entry-content #contact-page a.border-btn:hover {
	background: #fceef2;
	color: #de5874;
}
.entry-content #contact-page a.border-btn:after {
	content: '≫';
	margin-left: 15px;
}
.entry-content #contactForm-page h1 {
	background-image: url(../../../uploads/2021/11/t_contact.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.entry-content #contactForm-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
}
.entry-content #contactForm-page h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 1.2em;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content #request-page h1 {
	background-image: url(../../../uploads/2021/11/t_shiryo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.entry-content #request-page h2 {
	display: flex;
	color: #de5874;
	border-bottom: 2px dotted #de5874;
	padding: 5px 0;
	font-size: 150%;
	font-weight: 500;
}
.entry-content #request-page h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 1.2em;
	background: linear-gradient(#de5874, #ab2639);
	margin-right: 10px;
}
.entry-content
	#request-page
	#mw_wp_form_mw-wp-form-263
	.horizontal-item
	+ .horizontal-item {
	margin-left: 0;
}
.entry-content #request-page #mw_wp_form_mw-wp-form-263 .form-fillin {
	display: flex;
	flex-direction: column;
}

/* -----------------------------------------------
--------------------------------------------------

  □　サイトマップ   2021.11.26 enoki

--------------------------------------------------
-------------------------------------------------- */
.entry-content #sitemap-page h1 {
	background-image: url(../../../uploads/2021/11/t_sitemap.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 100px;
}
.entry-content #sitemap-page h2.wsp-pages-title {
	display: none;
}
.entry-content #sitemap-page ul {
	margin: 0;
}
.entry-content #sitemap-page ul.wsp-pages-list {
	/* class消さないでください */
	/* 以下は除外するリンク */
}
.entry-content #sitemap-page ul.wsp-pages-list li.page-item-15 > a {
	pointer-events: none;
	background-color: #a1a0a0;
	color: #fff;
}
.entry-content #sitemap-page ul.wsp-pages-list li a {
	display: flex;
	align-items: center;
	padding: 7px 15px;
	font-size: 96%;
	border: none; /* 元のボーダーを削除 */
}
.entry-content #sitemap-page ul.wsp-pages-list li a:before {
	content: '▶';
	background-color: #ab2639;
	color: #fff;
	font-size: 50%;
	height: 2em;
	width: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.entry-content #sitemap-page ul.wsp-pages-list li ul li a {
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}
.entry-content #sitemap-page ul.wsp-pages-list li.page-item-9,
.entry-content #sitemap-page ul.wsp-pages-list li.page-item-630,
.entry-content #sitemap-page ul.wsp-pages-list li.page-item-635,
.entry-content #sitemap-page ul.wsp-pages-list li.page-item-637,
.entry-content #sitemap-page ul.wsp-pages-list li.page-item-639,
.entry-content #sitemap-page ul.wsp-pages-list li.page-item-641 {
	display: none;
}
.entry-content #sitemap-page ul.wsp-pages-list > li > a {
	/* 子ulのaに反映させたくない設定はここ */
	background-color: #efefef;
	border-top: 1px solid #a1a0a0;
	border-bottom: 1px solid #a1a0a0;
	color: #ab2639;
	margin-top: 20px;
}

/* -----------------------------------------------
--------------------------------------------------

  □　404

--------------------------------------------------
-------------------------------------------------- */
.error-404 {
	position: relative;
	width: 100%;
}
.error-404 .cat-stamp-cover:nth-child(1) {
	bottom: 41%;
	left: 72%;
	z-index: 2;
}
.error-404 .page-header {
	margin: 0px auto;
	border-left: none;
	text-align: center;
	padding: 60px 15px 0 0;
	box-shadow: none;
}
.error-404 .page-header .page-title {
	font-size: 60px;
	position: relative;
}
.error-404 .page-header .page-title .cat-stamp-cover {
	top: 0;
	right: 36%;
}
.error-404 .page-content {
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	box-shadow: none;
}
.error-404 .page-content .cat-stamp-cover {
	top: 16%;
	right: 64%;
}
.error-404 .page-content p {
	font-size: 16px;
	position: relative;
}
.error-404 .page-content p .cat-stamp-cover {
	top: 0;
	left: 13%;
}
.error-404 .page-content .absolute-box--parent {
	position: absolute;
	bottom: -19%;
}
.error-404 .page-content .absolute-box--parent .absolute-box {
	position: absolute;
	bottom: 33%;
	left: 10%;
	background: #ffffff;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 4px 4px 9px #b3afaf;
}
.error-404 .page-content .absolute-box--parent .absolute-box .cat-stamp-cover {
	top: -6%;
	left: 5%;
}
.error-404
	.page-content
	.absolute-box--parent
	.absolute-box.absolute-box::before {
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	background: #ffffff;
	right: -13px;
	top: 50%;
	transform: translate(0px, -50%) rotate(45deg);
	box-shadow: 4px -4px 4px #d3d3d3;
}
.error-404 .page-content .absolute-box--parent .absolute-box .name {
	display: block;
	font-weight: 600;
	font-size: 15px;
	margin-top: 3px;
	color: #60584d;
}
.error-404 .page-content .absolute-box--parent .absolute-box .message {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #26ab99;
}

.cat-stamp-cover {
	position: absolute;
	width: 20px;
	height: 20px;
}
.cat-stamp-cover span.cat-stamp {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 16px;
	border-radius: 50%;
	background: #deae58;
	transform: rotate(9deg);
}
.cat-stamp-cover span.cat-stamp::before {
	content: '';
	width: 9px;
	height: 8px;
	border-radius: 50%;
	background: #deae58;
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translate(-50%, 0);
}
.cat-stamp-cover span.cat-stamp .square {
	display: block;
	position: absolute;
	width: 7px;
	height: 8px;
	border-radius: 50%;
	background: #deae58;
}
.cat-stamp-cover span.cat-stamp .square:nth-child(1) {
	top: 0px;
	left: -6px;
}
.cat-stamp-cover span.cat-stamp .square:nth-child(2) {
	top: -9px;
	left: 1px;
}
.cat-stamp-cover span.cat-stamp .square:nth-child(3) {
	top: -9px;
	right: 1px;
}
.cat-stamp-cover span.cat-stamp .square:nth-child(4) {
	top: 0px;
	right: -6px;
}

/* -----------------------------------------------
--------------------------------------------------

  □　Search - Zai 2024-02-17

--------------------------------------------------
-------------------------------------------------- */

.search {
	width: 100%;
	margin: 0 0 1em 4px;
}

.search input[type='text'] {
	border-radius: 4px;
	padding-left: 50px;
	padding-right: calc(20% + 8px);
	border: 2px solid #69463c;
	font-size: 16px;
	font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana,
		Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ',
		Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

.search__bar {
	position: relative;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.search__icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
}

.search__icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
	aspect-ratio: 1 / 1;
	background: url(../img/search-icon.svg) no-repeat center / 100% 100%;
}

.search__button {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.04em;
	color: #fff;
	width: 21%;
	max-width: 140px;
	height: 100%;
	max-height: 100%;
	background-color: #69463c;
	border: none;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.search__button::before {
	content: '検索';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.search__button:hover {
	color: rgba(255, 255, 255, 0.6);
	background-color: #69463c;
}

.search__input {
	width: 100%;
	max-height: 100%;
}

.course-list__keyword-container {
	margin-bottom: 25px;
}

.course-list__keyword-keyword {
	position: relative;
	display: block;
	width: fit-content;
	min-width: 150px;
	font-size: 16px;
	padding: 2px 45px 2px 20px;
	border: 2px solid #69463c;
	border-radius: 20px;
	color: #69463c;
	background-color: #fff;
}

.course-list__keyword-exit {
	position: absolute;
	width: 20px;
	height: 20px;
	border-bottom: none !important;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.course-list__keyword-exit {
	transform: translateY(-50%);
	transition: 0s;
}

.course-list__keyword-exit:hover {
	transition: 0.3s;
	transform: translateY(-50%) rotate(90deg);
}

.course-list__keyword-exit::before,
.course-list__keyword-exit::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #69463c;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.course-list__keyword-exit::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++

  □　MEDIA QUERY

++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++ */
/*---
 for TABLET 768 pixels ---*/
@media screen and (max-width: 768px) {
	#primary {
		padding: 0 10px;
	}
	#primary main.site-main {
		width: 100%;
	}
	#primary main.site-main article.hentry {
		width: 100%;
	}
	#primary main.site-main article.hentry .entry-content {
		padding: 0 40px;
	}
	#main #top-page {
		width: 100%;
	}
	#main #top-page h2 {
		background-position: top;
	}
	#main #top-page #notification-section .inner p {
		margin-bottom: 0;
	}
	#main #top-page ul#campeign-list li:nth-of-type(1) a {
		background-position: top;
	}
	#main #top-page ul#campeign-list li:nth-of-type(2) a {
		background-position: top;
	}
	#main #top-page div#target-list ul {
		justify-content: space-around;
		width: 91%;
		margin: 25px auto;
	}
	#main #top-page div#target-list ul li h3 {
		height: unset;
		padding: 10px 0;
	}
	#main #top-page div.banner-btn a {
		background-position: top;
		margin: 50px auto;
	}
	#main #top-page div#topic-list ul {
		width: 90%;
		margin: 20px auto;
	}
	#main #top-page div#discount-list {
		width: 100%;
	}
	#main #top-page div#discount-list h3 {
		background-position: top;
	}
	#main #top-page div#discount-list ul {
		width: 91%;
		margin: 0px auto 40px;
	}
	#main #top-page div#subType-list {
		width: 100%;
		padding: 0 10px;
	}
	#main #top-page div#subType-list ul {
		width: 90%;
		margin: 25px auto;
	}
	#main #top-page iframe {
		margin: 25px auto;
		display: block;
		width: 91%;
	}
	#main #top-page div#salon-section ul {
		width: 91%;
		margin: 25px auto;
		justify-content: space-around;
	}
	#main #top-page div#salon-section p {
		background-position: top;
	}
	#events-page {
		padding: 0 15px;
	}
	header #header-container-pc {
		width: 91%;
		flex-wrap: wrap;
	}
	header #header-container-pc #logo {
		width: 240px;
	}
	header #header-container-pc ul {
		width: 100%;
		justify-content: space-between;
	}
	header nav ul li a {
		width: 123px;
	}
	#main-footer #footer-container {
		width: 87%;
	}
	#main-footer #footer-container #telCard {
		top: 30px;
		width: 230px;
	}
	.entry-content h1 {
		background-size: contain;
	}
	.share li {
		box-sizing: border-box;
		padding: 3px;
	}
	.share li i {
		font-size: 1.3em;
		padding-top: 3px;
	}
	.facebooklink i,
	.tweet i,
	.hatena i {
		display: none;
	}
	article.single-page {
		width: 98%;
		margin: 0 auto;
		padding: 20px 10px;
	}
	#events-page {
		width: 100%;
	}
	/* トピックス 2022-03-02 enoki */
	.topics-template-default .single-page,
	.post-template-default .single-page {
		padding-left: 5%;
	}
}
/*---
for Smartphone 540 pixels ---*/
@media screen and (max-width: 540px) {
	body {
		background: #fff !important;
		line-height: 1.5;
	}
	.forPc {
		display: none;
	}
	.sp-br {
		display: block;
	}
	/* Return to page top */
	button#toTopBtn {
		text-indent: 300%;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 500%;
		width: 45px;
		height: 40px;
		background: rgba(255, 255, 255, 0.7);
		right: 10px;
		bottom: 80px;
		opacity: 0;
		position: fixed;
		border: 1px solid #de5874;
		border-radius: 3px;
	}
	button#toTopBtn::before {
		content: '';
		position: absolute;
		display: inline-block;
		height: 15px;
		width: 15px;
		border-top: 3px solid #de5874;
		border-right: 3px solid #de5874;
		transform: translate(50%, -25%) rotate(-45deg);
		top: 50%;
		right: 50%;
	}
	button#toTopBtn.event {
		bottom: 65px;
	}
	button#toTopBtn.forpro {
		bottom: 65px;
		background: #8ba4c2;
		border-color: #fff;
	}
	button#toTopBtn.forpro::before {
		border-color: #fff;
	}
	#fixBlock {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 5000;
	}
	#fixBlock .cv-btn {
		background: #fff;
		width: 96%;
		height: 58px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 10px;
		padding-bottom: 5px;
		border-radius: 50px;
		color: #de5874;
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #de5874;
		box-shadow: 0px -5px 0px #de5874 inset;
	}
	#fixBlock .cv-btn::after {
		content: '▶';
		margin-left: 5px;
		transform: scaleX(0.8);
	}
	#main:has(.course-list-page) .cv-btn {
		display: none;
	}
	/* animation */
	.UpMove {
		animation: UpAnime 0.5s forwards;
	}
	.DownMove {
		animation: DownAnime 0.5s forwards;
	}
	@keyframes UpAnime {
		from {
			opacity: 0;
			transform: translateY(100px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes DownAnime {
		from {
			opacity: 1;
			transform: translateY(0);
		}
		to {
			opacity: 0;
			transform: translateY(150px);
		}
	}
	/* animation end */
	/* -----------------------------------------------
      --------------------------------------------------
      □　トップページ
      --------------------------------------------------
      -------------------------------------------------- */
	#primary {
		padding: 0px;
	}
	#primary main.site-main {
		flex-wrap: wrap;
	}
	#primary main.site-main article.hentry .entry-content {
		padding: 20px 4% 0;
	}
	header {
		margin-top: 50px;
		/* ------ SLICK ------*/
	}
	header #header-container-pc {
		display: none;
	}
	header nav {
		display: none;
	}
	header #header-container-sp {
		display: block;
	}
	header #header-container-sp #headContainer-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 5px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background: #fff;
		box-shadow: 1px 1px 8px rgba(61, 114, 180, 0.4);
	}
	header #header-container-sp #headContainer-top img {
		width: 240px;
	}
	header #header-container-sp #headContainer-top #hum-btn {
		position: relative;
		width: 40px;
		height: 50px;
		cursor: pointer;
	}
	header #header-container-sp #headContainer-top #hum-btn span {
		width: 70%;
		height: 3px;
		background: #de5874;
		position: absolute;
		transform: translate(-50%, 0);
		left: 50%;
		transition: all 0.7s;
	}
	header #header-container-sp #headContainer-top #hum-btn span:nth-of-type(1) {
		top: 15px;
	}
	header #header-container-sp #headContainer-top #hum-btn span:nth-of-type(2) {
		top: 23px;
	}
	header #header-container-sp #headContainer-top #hum-btn span:nth-of-type(3) {
		top: 31px;
	}
	header
		#header-container-sp
		#headContainer-top
		#hum-btn.active
		span:nth-of-type(1) {
		top: 18px;
		left: 15px;
		transform: translateY(6px) rotate(-135deg);
		width: 30%;
	}
	header
		#header-container-sp
		#headContainer-top
		#hum-btn.active
		span:nth-of-type(2) {
		opacity: 0;
	}
	header
		#header-container-sp
		#headContainer-top
		#hum-btn.active
		span:nth-of-type(3) {
		top: 30px;
		left: 15px;
		transform: translateY(-6px) rotate(135deg);
		width: 30%;
	}
	header #header-container-sp #headContainer-top #hum-btn::before {
		content: 'menu';
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translate(50%, 0px);
		color: #4073b3;
		font-size: 11px;
	}
	header #header-container-sp #backBlk {
		opacity: 0;
		background: rgba(61, 114, 180, 0.4);
		height: 100%;
		width: 100%;
		z-index: -999;
		position: fixed;
		top: 0;
		right: 0px;
		transition: opacity 0.9s;
	}
	header #header-container-sp #backBlk.active {
		opacity: 1;
		top: 0;
		right: 0px;
		transition: opacity 0.9s;
		z-index: 999;
	}
	header #header-container-sp #global-nav {
		display: block;
		height: 100%;
		width: 80%;
		position: fixed;
		right: -400px;
		top: 0px;
		z-index: 999;
		transition: all 0.7s;
		padding-top: 50px;
		border-left: 3px solid #eb9eb4;
		font-size: 16px;
	}
	header #header-container-sp #global-nav.active {
		right: 0;
		transition: all 0.7s;
		background: #fff;
		overflow-y: scroll;
	}
	header #header-container-sp #global-nav li {
		padding: 15px 0 5px;
	}
	header #header-container-sp #global-nav li.large-btn {
		background: #eb9eb4;
		margin: 20px auto;
		width: 83%;
		height: 40px;
		border-radius: 30px;
		padding: 0 !important;
	}
	header #header-container-sp #global-nav li.large-btn a {
		text-align: center;
		line-height: 40px;
		color: #fff;
	}
	header #header-container-sp #global-nav li.expand-toggle.active ul {
		display: block;
	}
	header
		#header-container-sp
		#global-nav
		li.expand-toggle.active
		.list-item::before {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 30%;
		right: 10px;
	}
	header
		#header-container-sp
		#global-nav
		li.expand-toggle.active
		.list-item::after {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 24%;
		right: 6px;
		padding: 8px;
		border-radius: 50%;
		background: #eb9eb4;
		z-index: -1;
	}
	header #header-container-sp #global-nav li.expand-toggle .list-item {
		position: relative;
	}
	header #header-container-sp #global-nav li.expand-toggle .list-item::before {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		transform: rotate(-45deg);
		position: absolute;
		top: 30%;
		right: 10px;
	}
	header #header-container-sp #global-nav li ul.nav-in-nav {
		display: none;
	}
	header #header-container-sp #global-nav li ul li {
		border-bottom: 1px solid #dcdcdc;
		width: 90%;
		margin: 0px auto;
	}
	header #header-container-sp #global-nav li a {
		display: block;
		padding-left: 10px;
		font-size: 14px;
	}
	header #header-container-sp #global-nav li a i {
		margin-right: 10px;
		color: #de5874;
	}
	header #header-container-sp #global-nav li span.list-item {
		border-bottom: 1px solid #848282;
		display: block;
		padding: 0 0 5px 10px;
		width: 90%;
		margin: 0 auto;
		font-size: 17px;
	}
	header #header-container-sp #global-nav #sns-section ul {
		display: flex;
		margin: 0 auto;
		justify-content: center;
		width: 90%;
	}
	header #header-container-sp #global-nav #sns-section ul li {
		width: auto;
		border-bottom: none;
		padding: 0 8px;
		margin: 0;
	}
	header #header-container-sp #global-nav #sns-section ul li a {
		padding-left: 0;
	}
	header #header-container-sp #global-nav #sns-section ul li a img {
		width: 40px;
	}
	header .my-slider {
		display: none;
	}
	/* -----------------------------------------------
      □　新トップ
  -------------------------------------------------- */
	#main #top-page {
		display: none; /* PC版を非表示 */
	}
	#main #top-page-sp {
		display: block; /* スマホ版を表示 */
	}
	#main #top-page-sp ul.sp-top-category {
		display: flex;
		justify-content: center;
		margin: 30px auto;
	}
	#main #top-page-sp ul.sp-top-category li a {
		display: flex;
		flex-direction: column;
		height: 80px;
		justify-content: space-between;
		align-items: center;
		padding: 0 8px;
		color: #de5874;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		letter-spacing: -1px;
	}
	#main #top-page-sp ul.sp-top-category li a img {
		width: 50%;
	}
	#main #top-page-sp ul.sp-top-category li:nth-child(2) a {
		border-left: 1px solid #de5874;
		border-right: 1px solid #de5874;
	}
	#main #top-page-sp .sp-information-link {
		display: block;
		background: #de5874;
		color: #fff;
		width: 80%;
		min-width: 22em;
		margin: 0 auto;
		padding: 5px;
		text-align: center;
	}
	#main #top-page-sp .sp-information-link::after {
		content: ' ≫';
	}
	#main #top-page-sp h2.sp-message-text {
		background-image: url(../../../uploads/2022/09/sp-back1.png);
		background-size: contain;
		padding: 40px 0;
		text-align: center;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.9;
	}
	#main #top-page-sp ul.sp-appeal-area {
		margin: 0;
	}
	#main #top-page-sp ul.sp-appeal-area li {
		display: flex;
		margin: 5px;
	}
	#main #top-page-sp ul.sp-appeal-area li div {
		flex-basis: 58%;
		background: #fceef2;
		padding: 20px 10px 10px;
	}
	#main #top-page-sp ul.sp-appeal-area li div h3 {
		font-size: 18px;
		letter-spacing: -1px;
		color: #de5874;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#main #top-page-sp ul.sp-appeal-area li div h3::before {
		content: '';
		background-image: url(../../../uploads/2022/09/sp-icon4.png);
		display: inline-block;
		background-size: contain;
		width: 18px;
		height: 16px;
		margin-right: 5px;
	}
	#main #top-page-sp ul.sp-appeal-area li div p {
		margin: 10px auto;
	}
	#main #top-page-sp ul.sp-appeal-area li .sp-appeal-area-img {
		flex-basis: 42%;
		background-size: cover;
	}
	#main #top-page-sp ul.sp-appeal-area li:nth-child(1) .sp-appeal-area-img {
		background-image: url(../../../uploads/2022/09/sp-img1.png);
	}
	#main #top-page-sp ul.sp-appeal-area li:nth-child(2) .sp-appeal-area-img {
		background-image: url(../../../uploads/2022/09/sp-img2.png);
	}
	#main #top-page-sp ul.sp-appeal-area li:nth-child(3) .sp-appeal-area-img {
		background-image: url(../../../uploads/2022/09/sp-img3.png);
	}
	#main #top-page-sp .sp-banner-area {
		text-align: center;
		padding: 30px 5px;
	}
	#main #top-page-sp .sp-banner-area a {
		box-shadow: 1px 3px 10px rgba(161, 160, 160, 0.8196078431);
		display: block;
		margin: 20px auto;
	}
	#main #top-page-sp .sp-category-area {
		padding: 20px 5px;
		text-align: center;
	}
	#main #top-page-sp .sp-category-area h3 {
		margin: 20px auto;
		color: #ab2639;
		font-size: 20px;
	}

	/*  
    MODIFIED - 3/12/2024
  **************************************************/
	#main #top-page-sp .course-list-category {
		margin-bottom: 0;
		padding: 0;
		border-radius: 0;
	}
	#main #top-page-sp .course-list-subcategory {
		padding-top: 0;
		column-gap: 20px;
	}
	#main #top-page-sp li.subcategory_link {
		width: calc(50% - 10px) !important;
	}
	#main #top-page-sp li.subcategory_link a {
		padding: 5px 30px 5px 10px;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#main #top-page-sp li.subcategory_link a:after {
		right: 10px;
	}

	/*  
    END of MODIFICATION 
  **/

	#main #top-page-sp div#topic-list {
		padding: 0 15px;
	}
	#main #top-page-sp div#topic-list h3 {
		text-align: center;
		margin: 0 auto 14px;
		color: #ab2639;
		font-size: 20px;
	}
	#main #top-page-sp div#topic-list ul {
		margin: 0;
	}
	#main #top-page-sp div#topic-list ul li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 1px solid #de5874;
	}
	#main #top-page-sp div#topic-list ul li span.meta-box {
		display: flex;
		align-items: center;
		margin-right: 10px;
	}
	#main #top-page-sp div#topic-list ul li span.meta-box time {
		margin-right: 6px;
		font-size: 13px;
		letter-spacing: 0;
	}
	#main #top-page-sp div#topic-list ul li span.meta-box .label {
		background: #fceef2;
		color: #de5874;
		font-size: 13px;
		border-radius: 3px;
		padding: 2px;
		width: 5em;
		display: inline-block;
		text-align: center;
	}
	#main #top-page-sp div#topic-list ul li a {
		line-height: 1.3;
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	#main #top-page-sp .sp-salon-area {
		text-align: center;
	}
	#main #top-page-sp .sp-salon-area h3 {
		margin: 20px auto;
		color: #ab2639;
		font-size: 20px;
	}
	#main #top-page-sp .sp-salon-area ul {
		display: grid;
		grid-template-columns: 46% 46%;
		grid-template-rows: 100px 100px;
		grid-gap: 10px;
	}
	#main #top-page-sp .sp-salon-area ul li a {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-size: cover;
		width: 100%;
		height: 100%;
		box-shadow: 1px 3px 10px rgba(161, 160, 160, 0.8196078431);
	}
	#main #top-page-sp .sp-salon-area ul li a p {
		margin: 0;
		background-color: #f2d1da;
		color: #ab2639;
		font-size: 11px;
		padding: 5px 0;
		font-weight: 600;
	}
	#main #top-page-sp .sp-salon-area ul li:nth-child(1) a {
		background-image: url(../../../uploads/2022/09/sp-salon-img1.png);
	}
	#main #top-page-sp .sp-salon-area ul li:nth-child(2) a {
		background-image: url(../../../uploads/2022/09/sp-salon-img3.png);
	}
	#main #top-page-sp .sp-salon-area ul li:nth-child(3) a {
		background-image: url(../../../uploads/2022/09/sp-salon-img2.png);
	}
	#main #top-page-sp .sp-salon-area ul li:nth-child(4) a {
		background-image: url(../../../uploads/2022/09/sp-salon-img4.png);
	}
	/* -----------------------------------------------
      □　フッター
  -------------------------------------------------- */
	#main-footer {
		display: none;
	}
	#main-footer.forSp {
		display: block;
		height: auto;
		background: linear-gradient(#d1526c, #ab2639);
		margin-top: 15px;
		font-size: 14px;
	}
	#main-footer.margin-btm80 {
		padding-bottom: 120px;
	}
	#main-footer.event {
		margin-bottom: 0;
	}
	#main-footer #footer-container {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#main-footer #footer-container #logo-section {
		margin: 0px auto 30px;
		width: 90%;
		padding: 0 0 20px;
		border-bottom: 1px solid #fff;
	}
	#main-footer #footer-container #logo-section .logo {
		width: 250px;
		height: 64px;
		margin-bottom: 10px;
	}
	#main-footer #footer-container #logo-section p {
		text-align: center;
		font-size: 10px;
	}
	#main-footer #footer-container #logo-section p strong {
		font-size: 18px;
		display: block;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}
	#main-footer #footer-container #logo-section p strong .shine {
		font-size: 20px;
		text-shadow: 1px 1px 3px #fff;
	}
	#main-footer #footer-container nav {
		margin-bottom: 34px;
	}
	#main-footer #footer-container nav ul {
		display: block;
		margin: 0 auto 10px;
		font-size: 15px;
	}
	#main-footer #footer-container nav ul li {
		border-left: none;
		margin: 0 auto 10px;
	}
	#main-footer #footer-container nav ul li a {
		display: block;
		text-align: center;
		text-decoration: none;
		background: #fff;
		width: 300px;
		max-width: 70%;
		margin: 0 auto;
		color: #ab2639;
		height: 30px;
		line-height: 30px;
		border-radius: 2px;
	}
	#main-footer #footer-container nav ul li a span.mini {
		font-size: 12px;
	}
	#main-footer #footer-container nav ul li:last-child {
		border-right: none;
	}
	#main-footer #footer-container p {
		text-align: center;
		margin-bottom: 10px;
	}
	#main-footer #footer-container p.list-ttl {
		font-size: 16px;
		font-weight: 600;
		position: relative;
		display: inline-block;
	}
	#main-footer #footer-container p.list-ttl::before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-top: 3px solid #e5bb40;
		border-left: 3px solid #e5bb40;
		position: absolute;
		bottom: 0;
		top: 42%;
		left: -26px;
		transform: rotate(135deg) translate(0px, 50%);
	}
	#main-footer #footer-container address {
		text-align: center;
		margin: 34px auto 17px;
	}
	#main-footer #footer-container address p {
		font-size: 1.5rem;
		text-align: center;
		margin: 0 auto;
	}
	#main-footer #footer-container address span {
		cursor: none;
	}
	#main-footer #footer-container address a {
		display: block;
		background: #fff;
		width: 60%;
		min-width: 220px;
		margin: 6px auto;
		border-radius: 100px;
		font-size: 20px;
		font-weight: 600;
		color: #ab2639;
	}
	#main-footer #footer-container address a::before {
		font-family: 'Font Awesome 5 Free';
		content: '\f095';
		display: inline-block;
		margin-right: 0.5em;
	}
	#main-footer #sns-section {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 50%;
		margin: 0px auto 34px;
	}
	#main-footer #sns-section a img {
		height: 50px;
	}
	#main-footer #footer-bottom {
		flex-direction: column;
	}
	#main-footer #footer-bottom p {
		width: 250px;
		max-width: 90%;
		margin-left: 0;
	}
	/* -----------------------------------------------
      □　固定ページ
  -------------------------------------------------- */
	/*---- 講座情報 ----*/
	article.single-page:has(.woman-only-flag) > h1.post-title {
		font-size: 22px;
		line-height: 1.2;
	}
	article.single-page:has(.woman-only-flag) > h1.post-title:before {
		height: 4em;
		height: auto;
	}
	article.single-page .course-page .course-text {
		flex-direction: column;
		padding: 1em;
	}
	article.single-page .course-page .course-text p {
		line-height: 1.6;
		margin-bottom: 1em;
	}
	article.single-page .course-page .course-text img {
		margin: 0 auto;
	}
	article.single-page .course-page .course-text .add-picture {
		margin: 0 auto;
	}
	article.single-page .course-page table tr th {
		width: 36px;
		text-align: unset;
		font-size: 16px;
		line-height: 1;
		padding: 10px;
	}
	article.single-page .course-page table tr td {
		font-size: 15px;
	}
	article.single-page .course-page .open {
		line-height: 1.3;
		margin: 50px 0;
		padding: 12px;
	}
	article.single-page .course-page .close {
		margin-bottom: 100px;
	}
	.entry-content {
		padding: 20px 4% 0;
		/*---- 施設紹介 ----*/
		/*---- 講師紹介 ----*/
		/*---- アクセス ----*/
		/*---- 直営サロンのご紹介 ----*/
		/*---- 講座マップ ----*/
		/*---- 講座一覧 ----*/
		/*---- 癒療コース ?? ----*/
		/*---- 復習レッスン ----*/
		/*---- BBA講座割引 ----*/
		/*---- 採用情報 ----*/
		/*---- よくあるご質問 ----*/
		/*---- お問い合わせ ----*/
		/*---- 受講ガイド ----*/
		/*---- 資料請求 ----*/
		/*---- 採用情報 ----*/
	}
	.entry-content h1 {
		height: 60px !important;
	}
	.entry-content h2 {
		margin: 20px auto;
	}
	.entry-content #school-page h2 {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.entry-content #school-page ul {
		margin: 0;
	}
	.entry-content #school-page ul li {
		flex-direction: column;
		align-items: center;
	}
	.entry-content #school-page ul li div h3 {
		margin: 20px 0 10px;
	}
	.entry-content #teachers-page ul {
		margin-left: 0;
	}
	.entry-content #teachers-page ul li {
		width: auto;
		flex-direction: column;
		align-items: center;
	}
	.entry-content #teachers-page ul li div h3 {
		text-align: center;
	}
	.entry-content #teachers-page ul li div h3 span {
		display: block;
		margin: 0 0 12px;
	}
	.entry-content #access-page div {
		flex-direction: column;
	}
	.entry-content #access-page div h4 {
		flex-basis: auto;
		margin-bottom: 20px;
	}
	.entry-content #access-page div ul {
		flex-basis: auto;
	}
	.entry-content #access-page section p {
		width: unset;
	}
	.entry-content #access-page table tr {
		display: flex;
		flex-direction: column;
	}
	.entry-content #access-page table tr th {
		width: 100%;
	}
	.entry-content #access-page table tr td {
		width: 100%;
	}
	.entry-content #salon-page {
		padding-right: 0;
	}
	.entry-content #salon-page p {
		font-size: 20px;
		padding: 0 10px 0;
	}
	.entry-content #salon-page p .br {
		display: none;
	}
	.entry-content #salon-page .container .f-container {
		flex-direction: column;
		align-items: center;
	}
	.entry-content #salon-page .container .f-container .f-item {
		text-align: center;
	}
	.entry-content #salon-page .container-other .f-container {
		flex-direction: column;
	}
	.entry-content #salon-page .container-other .f-container img {
		margin-bottom: 10px;
	}
	.entry-content #fc-page section.seminar-box {
		flex-direction: column;
		align-items: center;
	}
	.entry-content #fc-page .ps h5 {
		text-align: center;
	}
	.entry-content #fc-page .ps div {
		flex-direction: column;
		align-items: center;
	}
	.entry-content #fc-page .ps div p {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.entry-content .course-list-page .course-list-category {
		padding: 0 5px 1px;
	}
	.entry-content .course-list-page .course-list-category h3 {
		letter-spacing: 0;
		padding: 10px;
		font-size: 20px;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list
		li
		a.course-link {
		box-shadow: 3px 3px 8px rgba(78, 78, 78, 0.6509803922);
		border: none;
		transition: 0s;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list
		li
		a.course-link:hover {
		transition: 0s;
		border: none;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list
		li
		a.course-link
		> h4 {
		grid-row: 1;
		grid-column: 1 / span 2;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list
		li
		a.course-link
		> h4.woman-only-flag::before {
		width: 4em;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list-subcategory {
		row-gap: 10px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list-subcategory
		li {
		width: calc(50% - 10px);
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list-subcategory
		li:first-of-type {
		width: 100%;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list-subcategory
		li
		a {
		font-size: 13px;
		padding: 0 20px;
		height: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list-subcategory
		li
		a:after {
		background: url(../img/arrow_down.svg) no-repeat center center/contain;
		width: 12px;
		height: 12px;
		right: 6px;
		margin-top: -6px;
	}
	.entry-content
		.course-list-page
		.course-list-category
		ul.course-list-subcategory
		li
		a
		span:after {
		content: '\a';
		white-space: pre;
	}
	.entry-content #seminar-page table tr {
		display: flex;
		flex-direction: column;
	}
	.entry-content #seminar-page table tr th {
		width: auto;
	}
	.entry-content #seminar-page table tr td {
		padding: 10px 15px;
	}
	.entry-content #seminar-page table tr td ul li.menu-item {
		margin-bottom: 0;
	}
	.entry-content #seminar-page table tr td ul li.menu-item a {
		display: block;
		margin: 10px 0;
		padding: 10px 3em 10px 10px;
		border: 1px solid;
		border-radius: 2px;
		line-height: 1.5;
		background-color: #fff;
		font-weight: 600;
	}
	.entry-content #seminar-page table tr td ul li.menu-item a::after {
		content: '▶';
		right: 13px;
		border: 0;
		transform: unset;
		font-size: 12px;
		background: #0d4171;
		color: #fff;
		width: 22px;
		height: 22px;
		border-radius: 50px;
		bottom: 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.entry-content #seminar-page.review-lesson h2 {
		background: url(../../../uploads/2022/03/review_lesson_sp_bg.jpg) no-repeat;
		background-size: contain;
		margin: 0;
	}
	.entry-content #seminar-page.review-lesson h2 .title {
		width: 200px;
	}
	.entry-content #seminar-page.review-lesson h2 .circle {
		width: 100px;
	}
	.entry-content #seminar-page.review-lesson h3 {
		font-size: 17px;
		margin: 15px auto 20px;
	}
	.entry-content #seminar-page.review-lesson .request-list ul {
		margin-left: 0;
		grid-template-columns: auto;
	}
	.entry-content #seminar-page.review-lesson .request-list p {
		font-size: 19px;
		padding: 0 20px 15px;
	}
	.entry-content #seminar-page.seminar-discount h2 {
		width: auto;
		margin-top: 0;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice div img {
		width: 120px;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice div h3 {
		width: auto;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice div h3 br {
		display: block;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice h4 {
		width: auto;
		flex-direction: column;
		padding: 20px;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice h4 span {
		margin-top: 5px;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice p {
		width: auto;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice a {
		width: 300px;
		font-size: 14px;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice a br {
		display: block;
	}
	.entry-content #seminar-page.seminar-discount .membersPrice.seitaimember img {
		margin-left: -40px;
		margin-right: -15px;
	}
	.entry-content #recruit-page picture {
		margin-top: 10px;
	}
	.entry-content #recruit-page ul.property {
		justify-content: center;
		margin-left: 0;
	}
	.entry-content #recruit-page ul.property li {
		border: none;
		font-size: 14px;
		margin: 14px auto;
	}
	.entry-content #recruit-page h3 {
		margin-top: 30px;
	}
	.entry-content #recruit-page table.table_recruit tr {
		display: flex;
		flex-direction: column;
	}
	.entry-content #recruit-page table.table_recruit tr th {
		width: auto;
		padding: 5px 3px;
		text-align: center;
	}
	.entry-content #recruit-page .contact {
		flex-direction: column;
		margin-top: 40px;
		padding: 30px 0;
	}
	.entry-content #recruit-page .contact .contact-text {
		width: unset;
		margin: 0 15px;
	}
	.entry-content #recruit-page .contact .contact-text h4 {
		text-align: center;
	}
	.entry-content #recruit-page .contact .contact-btn {
		margin-left: 0;
		padding: 15px 15px 20px;
	}
	.entry-content #faq-page ul#faq-list {
		width: 100%;
	}
	.entry-content #faq-page ul#faq-list li h3 {
		padding: 5px 18px;
	}
	.entry-content #faq-page ul#faq-list li p {
		width: auto;
		border: none;
		margin: 0;
	}
	/* entry-content end */
	/*---- 癒療コース ----*/
	#pro-events-pg-template {
		background: #e7f0f9;
		padding: 16px;
	}
	#pro-events-pg-template h1 {
		line-height: 1.4;
		width: unset;
	}
	#pro-events-pg-template .pro-page-contents {
		margin-top: 3rem;
	}
	#pro-events-pg-template .pro-page-contents h2 {
		margin-top: 0;
	}
	#pro-events-pg-template .pro-page-contents .flex {
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
		background: #fff;
		padding: 20px;
	}
	#pro-events-pg-template .pro-page-contents .flex div {
		text-align: center;
	}
	#pro-events-pg-template .pro-page-contents .partOf > ul {
		padding: 20px 14px;
	}
	#pro-events-pg-template .pro-page-contents .partOf > ul li.mb {
		margin-bottom: 26px;
	}
	#pro-events-pg-template .pro-page-contents .partOf > ul li ul {
		padding: 5px 10px;
	}
	#pro-events-pg-template .pro-page-contents .partOf > ul li ul li {
		margin-left: 0;
	}
	#pro-events-pg-template table tr {
		display: grid;
		grid-template-columns: 7em 1fr;
	}
	#pro-events-pg-template table tr th {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*--- 404 ---*/
	.error-404 .cat-stamp-cover:nth-child(1) {
		left: 70%;
		bottom: 7%;
	}
	.error-404 .page-header {
		padding: inherit;
		border-bottom: none;
	}
	.error-404 .page-content p .cat-stamp-cover {
		top: -60%;
	}
	.error-404 .page-content .absolute-box--parent {
		bottom: 5%;
	}
	.error-404 .page-content .absolute-box--parent .absolute-box {
		bottom: 0;
	}
	.error-404
		.page-content
		.absolute-box--parent
		.absolute-box
		.cat-stamp-cover {
		display: none;
	}
	.error-404 .page-content .absolute-box--parent .absolute-box::before {
		display: none;
	}
	/*---- トピックス ----*/
	.topics-template-default .single-page h1.post-title,
	.post-template-default .single-page h1.post-title {
		line-height: 1.3;
	}
	/* Share Btn */
	.share {
		width: 100%;
	}
	/* フォーム */
	form .form-area {
		padding: 20px;
	}
	form .form-area .oil-img-area {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
	}
	form .form-area .oil-img-area h3 p {
		font-size: 14px;
	}
	form .form-area .oil-img-area img {
		width: 80%;
		height: 80%;
		display: block;
		margin: -15px auto 15px;
	}
	form .form-area .form-item {
		margin-bottom: 20px;
	}
	form .form-area .form-item .form-header p {
		margin-bottom: 10px;
	}
}
