@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #FF6785;
	--color-primary-shade: #33E1F9;
	--color-primary-tint: #F9C01B;
	--color-secondary: #FF96AB;
	--color-table-border: #DDD;
	--color-table-th: #FFE6EB;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-,width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333333;
	--header-color-primary: #FF96AB;
	--header-color-primary-shade: #FF6785;
	--header-color-primary-tint: #F9C01B;
	/*------▼フッター設定▼------*/
	--footer-background: #F6F6F6;
	--footer-color-font: #333333;
	--footer-color-primary: #333333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: 'Trirong', '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;
	}	
}
body,
.postlist a {
	font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);
}
.post table,
.post table th,
.post table td {
	font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	body,
	.postlist a {
		font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
	}
	.post table,
	.post table th,
	.post table td {
		font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-primary-shade);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header ul.header__contact li:last-child {
		padding: 15px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn {
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a {
		font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.2232), 1.8rem);
	}
	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; }
	nav#mainNav ul li a {
		font-size: min(calc(1.9rem + (1vw - 19.2px) * 0.2232), 1.9rem);
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px200);
}
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	padding: 15px 60px;
	line-height: 1.4;
	border-radius: 999px;
}
#content .linkBtn.yellow {
	background: var(--color-primary-tint);
}
#content .linkBtn.green {
	background: #8ECD1C;
}
#content .linkBtn.blue {
	background: #33E1F9;
}
#content .linkBtn.li_pink {
	background: #FFE6EB;
	color: var(--color-primary);
}
#content .linkBtn.li_pink::after {
	border-color: var(--color-primary);
}
#content .linkBtn.yellow:hover {
	background: var(--color-primary);
}
#content .linkBtn.green:hover {
	background: var(--color-primary-tint);
}
#content .linkBtn.blue:hover {
	background: var(--color-primary-tint);
}
#content .linkBtn.li_pink:hover {
	background: var(--color-primary-shade);
	color: #fff;
}
#content .linkBtn.li_pink:hover:after {
	border-color: #fff;
}
@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;
}
.f_maru {
	font-family: var(--font-family01);
}
/**/
.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; }

/**/
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: var(--color-primary-tint);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#front-sectionPost h1.title span span,
.post #contact_box h1 b,
.home #content h1 b {
	display: block;
	font-family: var(--font-family02);
}
.post #contact_box h1 b+span,
.home #content h1 b+span {
	font-family: var(--font-family01);
}
#front-sectionPost h1.title span {
	font-family: var(--font-family01);
	font-size: var(--rem28);
}
.post #contact_box h1::before,
.home #content h1::before {
	content: "";
	width: 80px;
	height: 35px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#content h1.ico_blue::before {
	background: url(/wp-content/uploads/top-contents-parts.png.webp) no-repeat center center / contain;
}
#content h1.ico_yellow::before {
	background: url(/wp-content/uploads/top-about-parts.png.webp) no-repeat center center / contain;
}
.txt_pink {
	color: var(--color-primary);
}
.txt_green {
	color: #8ECD1C;
}
.txt_pick {
	color: #1A5C2C;
}
/**/
#mainImg {
	position: relative;
	z-index: 11;
}
#front_top_content,
#front_bottom_content {
	background: none;
	position: relative;
}
#front_top_content::before {
	position: absolute;
	top: -20px;
	left: 0;
	display: block;
	width: 100vw;
	height: calc(100% + 20px);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
	background: url(/wp-content/uploads/top-news-01.png.webp) no-repeat center center / cover;
}
#front-sectionPost h1.title span span {
	color: var(--color-primary-shade);
	font-size: var(--rem60);
	line-height: 1.0;
    padding-top: 15px;
}
#front-sectionPost h1.title::before {
	background: url(/wp-content/uploads/top-news-parts.png) no-repeat center center / contain;
}
#front-sectionPost ul.postlist li {
	background: #fff;
	border-radius: 10px;
	border: 0 !important;
	margin-bottom: 1rem;
}
#front-sectionPost ul.sns_link {
	column-gap: 2%;
	row-gap: 2rem;
	justify-content: center;
} 
#front-sectionPost ul.sns_link .linkBtn {
	background: #fff;
	color: var(--color-primary);
	border: solid 2px var(--color-primary);
	display: block;
}
#front-sectionPost ul.sns_link i::before {
	font-size: var(--rem24w);
	vertical-align: middle;
}
#front-sectionPost ul.sns_link span {
	display: inline-block;
	padding-left: 10px;

}
#front-sectionPost ul.sns_link .linkBtn::after {
	border-color: var(--color-primary);
}
#front-sectionPost ul.sns_link .linkBtn:hover {
	background: var(--color-primary);
	color: #fff;
}
#front-sectionPost ul.sns_link .linkBtn:hover:after {
	border-color: #fff;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#front-sectionPost ul.sns_link li {
		width: 100%;
	}
	#front-sectionPost ul.sns_link .linkBtn {
		display: block;
		width: 100%;
	}
}
/**/
#top_aboutsu-checklist h1 {
	text-align: left;
}
#content #top_aboutsu-checklist h1::before {
	margin-left: 0;
}
#top_aboutsu-checklist .photo img {
	border-radius: 20px;
}
ul.check li {
	margin-bottom: 1rem;
}
ul.check li span {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	padding-left: 40px;
	border-radius: 10px;
	font-family: var(--font-family01);
	font-weight: bold;
	font-size: var(--rem18);
	background: #FFE6EB;
}
ul.check li:nth-child(2n) span {
	background: #EEFDFF;
}
ul.check li span::before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(/wp-content/uploads/top-check.png.webp) no-repeat center center / contain;
	top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 7px;
	position: absolute;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	ul.check li span {
		font-size: 16px;
	}
}
/**/
#top_threetypes::before {
	background: url(/wp-content/uploads/top-threetypes-bg.png.webp) no-repeat center center / cover;
}
#top_threetypes .in {
	background: #fff;
	border-radius: 30px;
}
#top_threetypes h1 b {
	color: var(--color-primary-shade);
}
#top_threetypes .txt {
	line-height: 2.8;
	font-size: 16px;
}
#top_threetypes .kind dl {
	margin-bottom: 2rem;
	padding: 20px;
	border-radius: 10px;
}
#top_threetypes .kind .bg_yellow {
	background: #F6E49E;
}
#top_threetypes .kind .bg_pink {
	background: #F8BFCD;
}
#top_threetypes .kind .bg_blue {
	background: #87EEFC;
}
#top_threetypes .kind dl dt {
	margin-bottom: 1rem;
}
#top_threetypes .kind dl dd {
	padding-bottom: 0;
}
#top_threetypes .kind dl dd b {
	display: block;
	font-size: var(--rem28);
	font-family: var(--font-family01);
	line-height: 1.4;
	margin-bottom: 1rem;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_threetypes .in {
		border-radius: 60px;
	}
	#top_threetypes .txt {
		font-size: var(--rem18);
	}
	#top_threetypes .kind dl {
		display: table;
	}
	#top_threetypes .kind dl dt,
	#top_threetypes .kind dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	#top_threetypes .kind dl dt {
		width: 200px;
	}
	#top_threetypes .kind dl dd {
		width: calc(100% - 250px);
	}
}
/**/
#top_contents .list {
	column-gap: 2%;
	row-gap: 3rem;
	justify-content: center;
}
#top_contents dl {
	border-radius: 30px;
	padding: 20px;
	background: var(--color-primary-tint);
}
#top_contents dl:nth-child(2) {
	background: #8ECD1C;
}
#top_contents dl:nth-child(3) {
	background: var(--color-primary);
}
#top_contents dl dt {
	background: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	margin-bottom: 2rem;
	font-family: var(--font-family01);
	font-size: var(--rem24w);
}
#top_contents .btn {
	margin-top: 2rem;
}
#top_contents .linkBtn {
	background: #fff;
	color: var(--color-font);
	border: solid 2px #fff;
}
#top_contents .linkBtn:hover {
	background-color: transparent;
	color: #fff;
}
#top_contents .linkBtn::after {
	border-color: var(--color-font);
}
#top_contents .linkBtn:hover:after {
	border-color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_contents dl {
		width: 32%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#top_contents dl {
		width: 49%;
	}
}
/**/
#top_recruit {
	background: url(/wp-content/uploads/top-recruit-bg.jpg) no-repeat center center / cover;
	overflow: hidden;
	border-radius: 30px;
}
#content #top_recruit h1.ico_blue::before {
	margin-left: 0;
}
#top_recruit h1 {
	text-align: left;
}
#top_recruit h1 b {
	color: var(--color-primary);
}
#top_recruit .txt b {
	display: inline-block;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}
#top_recruit ul.link {
	justify-content: flex-start;
	column-gap: 4%;
	row-gap: 2rem;
}
@media print, screen and (min-width: 960px){ /* PC用 */	
	#top_recruit {
		border-radius: 60px;
	}
	#top_recruit .in {
		padding-right: 50%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#top_recruit .in {
		padding-right: 40%;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.png.webp) no-repeat center center / cover;
}
#contact_box .in {
	background: rgba(255,255,255,0.9);
	border-radius: 30px;
}
#contact_box h1 b {
	color: #8ECD1C;
}
#contact_box .btn {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	border-radius: 30px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	overflow: hidden;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	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 a b {
	font-size: 115%;
}
#contact_box .btn .tel a b {
	font-size: 140%;
}
#contact_box .btn .line a {
	background: #FFE6EB;
	color: var(--color-primary); 
}
#contact_box .btn .tel a:hover,
#contact_box .btn .line a:hover,
#contact_box .btn .mail a {
	background: #fff;
	color: var(--color-primary);
}
#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: calc(100% / 3);
	}
	#contact_box .in {
		padding-top: 80px;
		padding-bottom: 80px;
		border-radius: 60px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#contact_box .btn a b {
		font-size: 98%;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	教室の特徴・療育プログラム
--------------------------------------------------*/
#flow .text,
#day_flow .text {
	padding: 10px;
	margin-bottom: 2rem;
	font-size: var(--rem18);
	border-radius: 10px;
}
#flow .bg_pink,
#day_flow .bg_pink {
	background: #FFE6EB;
}
#flow .bg_blue,
#day_flow .bg_blue {
	background: #EEFDFF;
}
#day_flow .photo.w_short img {
	width: 90%;
	margin: auto;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	ご利用案内
--------------------------------------------------*/
#flow ul li span {
	border: solid 2px #8ECD1C;
	border-radius: 10px;
	padding: 10px;
	display: inline-block;
	min-width: 200px;
	font-family: var(--font-family01);
	font-size: 115%;
	font-weight: bold;
}
#flow ul li:not(:last-child):after {
	content: "";
	width: 50px;
	height: 20px;
	background: var(--color-primary-tint);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	margin: auto;
	display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*--------------------------------------------------
	スタッフ募集
--------------------------------------------------*/
#recruit_entry {
	background: #FAFAFA;
}
#recruit_entry b.text {
	background: #fff;
	border-radius: 10px;
	padding: 5px 15px;
	font-weight: bold;
	border: solid 2px var(--color-primary);
	display: inline-block;
}
#recruit_entry b.text span {
	color: var(--color-primary);
}
#recruit_entry .list {
	column-gap: 2%;
	row-gap: 2rem;
	justify-content: center;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruit_entry .list li {
		width: 100%;
	}
	#recruit_entry .list li .linkBtn {
		display: block;
	}
}
.post .recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
.post .recruit_tbl td {
	background: #fff;
}
.bg_wide.bg_gray::before {
	background: #FAFAFA;
}
/**/
#day_flow.recruit dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	position: relative;
}
#day_flow.recruit dl::after {
	content: "";
	position: absolute;
	top: 0;
	left: 80px;
	width: 5px;
	height: 100%;
	background: var(--color-primary);
}
#day_flow.recruit .pick_blue dl::after {
	background: var(--color-primary-shade);
}
#day_flow.recruit dl dt {
	width: 60px;
	padding-top: 10px;
	position: relative;
}
#day_flow.recruit dl dt::after {
	content: "";
	position: absolute;
	right: -30px;
    top: 15px;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--color-primary);
}
#day_flow.recruit .pick_blue dl dt::after {
	background: var(--color-primary-shade);
}
#day_flow.recruit dl dd {
	background: #FAFAFA;
	border-radius: 10px;
	width: calc(100% - 100px);
	padding: 10px;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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 table,
.post form.wpcf7-form table th,
.post form.wpcf7-form table td {
	border: 0;
	background: none;
}
.post form.wpcf7-form table tr {
	border-top: solid 1px var(--color-table-border);
	border-bottom: solid 1px var(--color-table-border);
}
.post form.wpcf7-form table tr+tr {
	border-bottom: solid 1px var(--color-table-border);
}
/* ボタン */
.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;
}