@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #FFAA47;
	--color-primary-shade: #FFE4C5;
	--color-primary-tint: #FFBF75;
	--color-secondary: #FFAA47;
	--color-table-border: #DDD;
	--color-table-th: #FFE4C5;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #252524;
	--header-color-primary: #FFAA47;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #FFBF75;
	/*------▼フッター設定▼------*/
	--footer-background: #FFE4C5;
	--footer-color-font: #252524;
	--footer-color-primary: #252524;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: var(--color-primary);
	background: #FFE4C5;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header,
	.sticky-header #header-layout {
		height: 100px;
	}
	#header > .inner {
		position: relative;
		border-bottom: 2px solid var(--color-primary);
	}
	#header > .inner::before,
	#header > .inner::after {
		position: absolute;
		left: 20px;
		width: calc(100% - 40px);
		border-bottom: 2px dashed var(--color-primary);
		content: "";
	}
	#header > .inner::before {
		top: 8px;
	}
	#header > .inner::after {
		bottom: 8px;
	}
	#header .logo img {
		max-width: 305px;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner {
	border-bottom: 1px solid #CFCFCF;
}
#copyright {
	background: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .inner {
		padding-bottom: 20px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.bg_orange::before,
.box_orange {
	background: #FFE4C5;
}
.box_orange {
	border-radius: 10px;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1,
#contact_box h1,
#front-sectionPost h1 {
	padding-bottom: 20px;
	background: url(/wp-content/uploads/h_line.png.webp) no-repeat center bottom / 220px auto;
}
/**/
#top_oyakusoku::before {
	background: #FFE4C5 url(/wp-content/uploads/top_oyakusoku_bg.png.webp) no-repeat center bottom / 100% auto;
}
#top_oyakusoku::after {
	background: url(/wp-content/uploads/bg_line.png.webp) no-repeat center top / 100% auto;
}
#top_oyakusoku dt {
	position: relative;
	margin-bottom: 10px;
	font-size: 120%;
	text-align: center;
}
#top_oyakusoku dt b {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 130px;
	padding: 25px 0 0 10px;
	background: url(/wp-content/uploads/top_oyakusoku_no.png.webp) no-repeat center top / contain;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
#top_oyakusoku dt img {
	margin-bottom: 15px;
}
#top_oyakusoku dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_oyakusoku .box_w2 {
		justify-content: center;
		column-gap: 5%;
		row-gap: 40px;
	}
	#top_oyakusoku dl {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_oyakusoku dl+dl {
		margin-top: 40px;
	}
	#top_oyakusoku dt img {
		width: 250px;
	}
}
/**/
#top_contents .photo img {
	border-radius: 30px;
}
#top_contents h2 {
	padding: 0 0 10px;
	background: none;
	border-bottom: 2px solid #CCCCCC;
	font-size: var(--rem28);
	text-align: left;
}
#top_contents h2::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	margin: 0;
	height: 2px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .photo {
		margin-bottom: 0;
	}
}
/**/
#top_link::before {
	background: #FFE4C5 url(/wp-content/uploads/bg_line.png.webp) no-repeat center top / 100% auto;
}
#top_link li a {
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 40px;
	color: var(--color-font);
	font-size: var(--rem30);
	font-weight: 500;
	text-align: center;
}
#top_link li a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/fream.png.webp) no-repeat center center / 100% 100%;
	content: "";
	z-index: 2;
}
#top_link li a .txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 90%;
	padding-bottom: 50px;
	background: url(/wp-content/uploads/bnr_arrow.png.webp) no-repeat right bottom / 140px auto;
	text-align: right;
	transform: translateY(-50%);
}
#top_link li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_link li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_link li+li {
		margin-top: 10px;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/contact_bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	background: rgba(255,255,255,0.8);
	border-radius: 30px;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	border-radius: 999px;
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: #fff;
	color: var(--color-font);
}
#contact_box .btn .mail a:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_top_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/leaf01.png.webp) no-repeat right 3% top 6% / 100px auto,
		url(/wp-content/uploads/leaf02.png.webp) no-repeat left 3% bottom 6% / 100px auto;
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#front_top_content::before {
		background-size: 60px auto;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2 {
	padding-bottom: 20px;
	background: url(/wp-content/uploads/h_line.png) no-repeat center bottom / 220px auto;
	font-size: var(--rem30);
}
.post h2::after {
	display: none;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.ico {
	position: relative;
	padding: 3px 0 12px 50px;
	border-bottom: 1px dashed #666;
}
.post h3.ico img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	max-width: 36px;
	max-height: 36px;
}
/*--------------------------------------------------
	園のご案内/施設のご紹介
--------------------------------------------------*/
#info_photo img {
	border-radius: 10px;
}
/**/
.post table.info_tbl th {
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
.post table.info_tbl td p:not(:last-child) {
	margin-bottom: 1em;
}
/**/
#info_flow dl {
	position: relative;
	padding-left: 130px;
}
#info_flow .box:not(:last-child) {
	margin-bottom: 30px;
}
#info_flow .box:not(:last-child) dl::after {
	position: absolute;
	top: calc(100% + 30px);
	left: 50px;
	display: block;
	height: 100%;
	border-left: 1px solid var(--color-primary);
	content: "";
}
#info_flow dt b {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#info_flow dt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
	font-size: 130%;
}
#info_flow dd {
	padding: 0;
}
#info_flow .photo img {
	border-radius: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#info_flow .photo {
		width: 30%;
	}
	#info_flow dl {
		width: 66%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#info_flow dl {
		padding-left: 80px;
	}
	#info_flow .box:not(:last-child) dl::after {
		top: 80px;
		left: 30px;
	}
	#info_flow dt b {
		top: 0;
		width: 60px;
		height: 60px;
		transform: none;
	}
	#info_flow .photo {
		margin-top: 20px;
		padding-left: 80px;
	}
}
/*--------------------------------------------------
	5つのおやくそく
--------------------------------------------------*/
#oyakusoku_about .box {
	position: relative;
	background: #fff;
	border-radius: 10px;
}
#oyakusoku_about .img01,
#oyakusoku_about .img02 {
	position: absolute;
	bottom: 0;
	width: 12%;
}
#oyakusoku_about .img01 {
	left: -5%;
}
#oyakusoku_about .img02 {
	right: -5%;
}
#oyakusoku_about dl {
	position: relative;
	padding: 50px 30px 30px;
	background: #fff url(/wp-content/uploads/fream.png.webp) no-repeat center center / 100% 100%;
}
#oyakusoku_about dt {
	margin-bottom: 15px;
	font-size: 115%;
	text-align: center;
	line-height: 1.4;
}
#oyakusoku_about dt b {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	transform: translateX(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#oyakusoku_about dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#oyakusoku_about .box_w2 {
		justify-content: center;
		column-gap: 2%;
		row-gap: 50px;
	}
	#oyakusoku_about dl {
		width: 32%;
		padding: 40px;
	}
	#oyakusoku_about dt {
		min-height: 2.8em;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#oyakusoku_about dl+dl {
		margin-top: 40px;
	}
}
/*--------------------------------------------------
	一日の流れ/年間行事
--------------------------------------------------*/
#day_schedule .box {
	background: #fff;
	border-radius: 10px;
}
#day_schedule .box .in {
	position: relative;
	padding: 20px 0;
	z-index: 2;
}
#day_schedule .box .in::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100%;
	background: var(--color-primary-shade);
	content: "";
	z-index: -1;
}
#day_schedule .box .in:first-child::before {
	border-radius: 10px 10px 0 0;
}
#day_schedule .box .in:last-child::before {
	border-radius: 0 0 10px 10px;
}
#day_schedule .box dl {
	position: relative;
	padding-left: 100px;
}
#day_schedule .box dt {
	padding: 0 0 15px 20px;
	border-bottom: 1px dashed #666;
	font-size: 120%;
}
#day_schedule .box dt b {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	text-align: center;
}
#day_schedule .box dd {
	padding: 20px 0 0 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#day_schedule .box dl {
		width: 50%;
	}
	#day_schedule .box .photo {
		width: 45%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#day_schedule .box .in::before {
		width: 80px;
	}
	#day_schedule .box dl {
		padding-left: 80px;
	}
	#day_schedule .box dt b {
		width: 80px;
	}
	#day_schedule .box .photo {
		padding-left: 100px;
	}
}
/**/
#event_list dl {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 10px;
	/**/
	display: flex;
	justify-content: space-between;
	border: 1px solid var(--color-primary);
}
#event_list dt {
	width: 35%;
	padding: 20px;
	background: var(--color-primary-shade);
}
#event_list dd {
	width: 65%;
	padding: 20px;
	font-size: 120%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
/*--------------------------------------------------
	書類関係ダウンロード
--------------------------------------------------*/
.post ul.list_link li {
	position: relative;
	padding-left: 20px;
}
.post ul.list_link li::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	border-radius: 50%;
	content: "";
}
.post ul.list_link li a {
	color: #0085FF;
}
.post ul.list_link li a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
#recruit_tbl td p:not(:last-child) {
	margin-bottom: 1em;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}

/* 保護者の声 */
/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 45%;
    margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}
/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 29%;
    margin-bottom: 2%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}


/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}


/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
    font-weight: 600;
    font-size: 115%;
    text-align: center;
    background: transparent;
    color: #111;
    line-height: 1.4;
    padding: 0;
}
.card01_list.cardstyle02 > li:before,.card01_list.cardstyle03 > li:before{
	content:none;
}

/*---------20250124-----------*/
    .single-post {
        @media screen and (min-width: 769px) {

            .flexbox {
                display: flex;

                &.mgn40 {
                    margin: 40px auto;
                }

                &.f_reverse {
                    flex-flow: row-reverse;
                }
            }

        }

        @media screen and (max-width: 768px) {
            .col2_list li {
                width: 100%;
            }
        }
    }