@charset "utf-8";

/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
*/


/* =====================================
BASE
===================================== */

body {
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Hiragino Sans, 'Osaka', 'MS PGothic', -apple-system, BlinkMacSystemFont, arial, helvetica, sans-serif;
	color: #333333;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
}

body#body_frontpage .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

a {
	text-decoration: underline;
	color: #333333;
}

strong {
	font-weight: 700
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	align-items: flex-start !important;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	line-height: 2 !important;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 2.4vw;
	}
	body {
		font-size: 1.65rem;
	}
	#main {
		margin-top: 0;
	}
}

.blog_con_in .post-content h3 {
	background: #EBE9E7;
	font-size: 2rem;
	padding: 30px;
	border-top: 5px solid #94C789;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.5;
}

.blog_con_in .post-content h4 {
	font-size: 1.8rem;
	border-bottom: 5px solid #94c789;
	padding-bottom: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.blog_con_in .post-content h3 {
		font-size: 1.8rem !important;
		margin-bottom: 5vw;
		margin-top: 5vw;
		padding: 3vw;
	}
	.blog_con_in .post-content h4 {
		font-size: 1.8rem !important;
		margin-bottom: 5vw;
		margin-top: 5vw;
		padding-bottom: 3vw;
	}
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: block !important;
}

.elementor-widget-wrap {
	flex-wrap: inherit !important;
	-ms-flex-line-pack: inherit !important;
	align-content: inherit !important;
}

.elementor-element .elementor-icon-list-icon i:before {
	color: #000000 !important;
}

.kome {
	padding-left: 1em;
	text-indent: -1em
}

.hosoku {
	font-size: 1.3rem !important;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ccc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

::placeholder {
	/* Others */
	color: #ccc
}


/* =====================================
Layout
===================================== */


/*--------------------------------------
header
--------------------------------------*/

#header {
	background: #ffffff;
}

#header .wrap,
.gnav,
.gnav .menu > li {
	height: 70px;
}

.post-header {
	margin-top: 90px;
}

@media screen and (max-width: 960px) {
	.post-header,
	.mainimage_wrap {
		margin-top: 0;
	}
}


/* logo */

#header .logo {
	width: 30.7%;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

#header .logo img {
	width: 100%;
	max-width: 189px;
}


/* header right box */

#header .right .right_left,
#header .right .right_right {
	width: 180px;
}

#header .right .right_right p + p {
	margin-top: 1px;
}

#header .right img {
	width: 180px;
	max-width: 100%;
	display: block;
}

#header .right .right_left {
	float: left;
}


/* gnav */

.gnav {
	position: absolute;
	right: 20px;
	top: 0;
}

.gnav .menu {
	font-size: .8em;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.gnav .menu > li {
	position: relative;
	z-index: 2;
	float: left;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	letter-spacing: 0.1em;
}

.gnav .menu > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 0px 20px;
	transition: 0.5s ease;
	cursor: pointer;
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
}

.gnav .menu > li > a > span {
	color: #749168;
	line-height: 1.4;
	font-size: 1rem;
	padding-top: 3px;
	/* position: absolute; */
	/* bottom: 10px; */
	/* left: 0; */
	width: 100%;
	letter-spacing: 1px;
}

#menu-g_nav .sub-menu li {
	width: 100%;
	border-top: 1px solid #ffffff;
	text-align: left;
}

#menu-g_nav .sub-menu li a {
	padding: 12px 10px 14px 29px;
	text-decoration: none;
	/* color: #716153; */
	/* font-weight: 700; */
}

#menu-g_nav .sub-menu li:first-child {
	border: none;
	/* border-radius: 10px 10px 0 0; */
	overflow: hidden;
}

#menu-g_nav .sub-menu li:last-child {
	/* border-radius: 0 0 10px 10px; */
	overflow: hidden;
}

.gnav .in_logo {
	width: 100%;
	padding: 0 70px 0 3vw;
	background: #ffffff;
	height: 70px;
	box-sizing: border-box;
	position: relative;
}

.gnav .in_logo img {
	display: block;
	max-width: 189px;
}

.gnav_bottom {
	background: #66CC99;
	padding: 6vw 6vw 8vw 5vw;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 2rem;
	position: relative;
	box-sizing: border-box;
}

.gnav_bottom:before {
	background: url(./img/fix_bg.jpg) center top no-repeat;
	width: 100%;
	height: 22vw;
	background-size: cover;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}

.gnav_bottom * {
	position: relative;
}

.gnav_bottom .btn {
	margin-top: 11vw;
}

.gnav_bottom .btn img {
	width: 100%;
}

#body_frontpage #header .logo {
	display: none;
}

#body_frontpage #header {
	background: none !important;
}

#body_frontpage #mainimage {
	margin-top: 0;
}

#body_frontpage #header.js_scroll_mv_over .toggleMenu:not(.active) {
	background: #333333;
	transition: 0.5s ease;
}

@media screen and (min-width: 961px) {
	.gnav_bottom .txt {
		font-family: "秀英明朝 L", Shuei Mincho L, serif;
	}
	.gnav_bottom .txt02 {
		font-size: 1.6rem;
	}
	.gnav_bottom ul {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.gnav_bottom li {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		width: 33%;
	}
	.gnav_bottom img {
		width: 100%;
	}
	.gnav .menu > li:first-child > a {
		/* color: #749168; */
		/* line-height: 1.4; */
		/* position: absolute; */
		/* bottom: 10px; */
		/* left: 0; */
		/* width: 100%; */
		/* letter-spacing: 1px; */
	}
	.gnav .menu > li:first-child > a:before {
		/* background: url(./img/h_home.svg) center center no-repeat; */
		/* position: absolute; */
		/* content: ""; */
		/* width: 18px; */
		/* height: 19px; */
		/* top: 27px; */
		/* left: 50%; */
		/* -webkit-transform: translate(-50%, 0%); */
		/* transform: translate(-50%, 0%); */
	}
	#menu-g_nav .sub-menu {
		position: absolute;
		left: 50%;
		/* -webkit-transform: translate(-50%, 0%); */
		/* transform: translate(-50%, 0%); */
		z-index: 1;
		width: 250px;
		background: #e5f6df;
		list-style: none;
		padding: 0;
		-webkit-transition-duration: .7s;
		-ms-transition-duration: .7s;
		-o-transition-duration: .7s;
		transition-duration: .7s;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha( opacity=0 )";
		/* border-radius: 10px; */
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		top: 100%;
	}
	#menu-g_nav .sub-menu li a {
		position: relative;
		font-size: 1.4rem;
		line-height: 1.5;
		transition: 0.5s ease;
		letter-spacing: 0.1em;
	}
	#menu-g_nav .sub-menu li a:before {
		position: absolute;
		top: 50%;
		left: 17px;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		display: block;
		font-family: 'icomoon';
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e910";
		color: #6fbe53;
		font-size: 10px;
	}
	#menu-g_nav .sub-menu li a:hover {
		background: #000000;
		transition: 0.5s ease;
	}
}

@media screen and (max-width: 960px) {
	#header .toggleMenu.active:before {
		/* content: "CLOSE"; */
	}
}

.toggleMenu {
	width: 34px;
	height: 26px;
	background: #ffffff;
	text-align: center;
	color: #fff;
	margin-right: 6vw;
	transition: 0.5s ease;
}

#body_frontpage .toggleMenu {
	background: #ffffff00;
}

.menu-trigger {
	position: relative;
	width: 33px;
	height: 25px;
	margin: 0 auto 0 auto;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #333333;
	border-radius: 4px;
	transition: 0.5s ease;
}

#body_frontpage .menu-trigger span {
	background-color: #ffffff;
}

.toggleMenu.active .menu-trigger span,
#body_frontpage .toggleMenu.active .menu-trigger span {
	transition: 0.5s ease;
	background-color: #333333;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
	top: 2px;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
	bottom: 3px;
}

.gnav {
	background: #EBEDEE;
}

#header .toggleMenu:before {
	/* position: absolute; */
	/* content: "MENU"; */
	/* color: #A09992; */
	/* font-size: 12px; */
	/* bottom: 11px; */
	/* left: 0; */
	/* width: 100%; */
	/* text-align: center; */
}

#header .wrap {
	margin: 0 auto;
	height: 70px;
}

.gnav .menu > li:first-child > a {
	background: no-repeat;
	/* font-size: 2.1rem; */
	line-height: 1.4;
}

.gnav .menu {
	height: inherit;
	background: #ffffff;
	margin: auto;
	margin: 5vw 5vw 10vw;
	border-radius: 0;
	overflow: hidden;
	/* border-bottom: 1px solid #220201; */
}

.gnav .menu > li.menu-item-has-children > a:after {
	width: 10px;
	height: 10px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	position: absolute;
	content: "";
	right: 20px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	transition: 0.5s;
}

.gnav .menu > li > a {
	display: block;
	font-size: 4.3vw;
	padding: 5vw 10vw 5vw 4vw !important;
	width: 100%;
	text-align: left;
	line-height: 1.4;
	min-height: inherit;
	background: none !important;
}

.gnav .menu > li > a > span {
	display: none;
}

.gnav .menu > li:first-child > a em {
	display: block;
}

.gnav .menu > li:not(:last-child) {
	border-bottom: 2px solid #EBEDEE;
}

#menu-g_nav > li .sub-menu {
	position: relative;
	left: inherit;
	width: 100%;
	top: 0;
	opacity: 1;
	transition: none;
	background: #333333;
}

#menu-g_nav .sub-menu {
	width: 100%;
	position: relative;
	top: inherit;
	left: inherit;
	font-size: 1.7rem;
}

#menu-g_nav .sub-menu li {
	text-align: left;
	border-top: 1px solid #ffffff !important;
}

#menu-g_nav .sub-menu li a {
	padding: 20px 40px;
	text-align: left;
	/* padding-left: 10vw; */
	font-size: 2rem;
	position: relative;
	color: #fff;
}

#menu-g_nav .sub-menu li a:before {
	width: 1.4vw;
	height: 1.4vw;
	border-right: 2px solid #076f4b;
	border-bottom: 2px solid #076f4b;
	position: absolute;
	content: "";
	left: 5vw;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	display: none;
}

.h_contact_box img {
	display: block;
}

.h_contact_box {
	margin-top: 5vw;
}

.h_contact_box img {
	margin-left: auto;
	margin-right: auto;
}

.post-header {
	margin-top: 70px !important;
}

.gnav .in_logo a {
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: block;
	position: absolute;
}

@media screen and (max-width: 767px) {
	#header {
		background: #ffffff;
		z-index: 9999;
		width: 100%;
		position: relative;
	}
	#header .logo {
		min-width: inherit;
		width: 100%;
		margin-left: 3vw;
		float: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#header .logo img {
		max-width: 210px;
	}
	#header .toggleMenu:before {
		margin-top: 17px;
	}
	.gnav .menu {
		margin: 9vw 6vw;
	}
	.gnav_bottom .txt {
		font-size: 2.6rem;
	}
	.gnav_bottom .txt02 {
		font-size: 1.6rem;
		margin-top: 2vw;
	}
	.h_contact_box {
		margin-top: 5vw;
	}
	.post-header {
		margin-top: 0px !important;
	}
	.gnav .menu > li.menu-item-has-children > a:after {
		width: 2vw;
		height: 2vw;
		right: 3vw;
	}
	
	#menu-g_nav .sub-menu li a {
		padding: 4vw 5vw 4vw 10vw !important;
		font-size: 4.3vw;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	#header {
		/* background: #ffffff; */
		position: relative;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 80px;
	}
	#header .logo {
		min-width: inherit;
		width: 70%;
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
		margin-left: 5vw;
		float: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#header .wrap {
		height: 80px;
	}
	.gnav .menu > li > a {
		padding: 14px 40px 14px 20px !important;
		font-size: 2rem !important;
	}
	.gnav .menu > li.menu-item-has-children > a:after {
		width: 10px;
		height: 10px;
		right: 15px;
		margin-top: -3px;
	}
	.gnav_bottom {
		padding: 40px 20px 10px 20px;
	}
	.gnav_bottom:before {
		height: 110px;
	}
	.gnav .in_logo {
		height: 80px;
		padding: 0;
		position: relative;
	}
	.gnav_in {
		margin: 0;
	}
	.gnav .in_logo img,
	#header .logo img {
		width: 189px;
		max-width: inherit;
	}
	#menu-g_nav .sub-menu li a {
		font-size: 2rem !important;
		padding: 10px 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
	#menu-g_nav .sub-menu li a:before {
		left: 20px;
	}
}

@media screen and (max-width: 1270px) and (min-width: 768px) {
	#header .right .right_left,
	#header .right .right_right {
		margin-right: 10px;
		flex-direction: column;
		width: 120px;
	}
	.gnav {}
	#header .logo {
		margin-left: 20px;
		width: 31%;
	}
	#menu-g_nav .sub-menu {
		width: 180px;
	}
	#menu-g_nav .sub-menu li a {}
}

@media screen and (min-width: 961px) {
	.gnav .menu > li > a {
		font-size: 2rem;
		padding: 20px !important;
		/* padding-right: 9px; */
		/* letter-spacing: 0.1em; */
	}
	.gnav .menu > li > a:hover {
		opacity: 0.5;
	}
}


/*--------------------------------------
Mainimage
--------------------------------------*/

#mainimage {
	margin-top: 70px;
	/* background: #4E1E05; */
	margin-bottom: -1px;
}

#mainimage:before {
	position: absolute;
	content: "";
	background: url(./img/mv_txt_pc.png) center center no-repeat;
	width: 483px;
	height: 90%;
	z-index: 100;
	background-size: contain;
	top: 5%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

#mainimage .bx-pager-item a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	line-height: 1;
}

#mainimage .bx-pager.bx-default-pager {
	z-index: 100;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

#mainimage .bx-pager-item {
	padding: 0 4px;
}

#mainimage a.bx-pager-link.active {
	background: #000;
}

@media screen and (max-width: 767px) {
	#body_frontpage #mainimage {
		margin-top: -70px;
		padding-left: 0;
		margin-bottom: 0vw !important;
		padding-bottom: 0 !important;
	}
	#mainimage:before {
		width: 83vw;
		background-image: url(./img/mv_txt_sp.png);
	}
	#mainimage .bx-pager.bx-default-pager {
		bottom: 74vw;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	#body_frontpage #mainimage {
		margin-top: -80px;
	}
}


/*--------------------------------------
Breadcrumb
--------------------------------------*/

#breadcrumb {
	padding: 15px 10px;
	/* background: #F2F2F2; */
}

#breadcrumb .breadcrumb_list .breadcrumb_item span,
#breadcrumb .breadcrumb_list .breadcrumb_item a {
	text-decoration: none;
}

#breadcrumb .breadcrumb_list .breadcrumb_item a,
#breadcrumb .breadcrumb_list .breadcrumb_item a span {}

#breadcrumb .breadcrumb_list .breadcrumb_item a {
	/* color: #000000; */
}


/*--------------------------------------
POSTS
--------------------------------------*/


/* navigation */

.navigation .prev a,
.navigation .next a {
	display: block;
	width: 100px;
	height: 40px;
	font-size: 16px;
	background: #BFBEBD;
	line-height: 40px;
	letter-spacing: 0;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none !important;
	padding-left: 8px;
	font-weight: bold;
}

.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}

.navigation .next a {
	padding-left: inherit;
	padding-right: 8px;
}

.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}


/*--------------------------------------
FOOTER
--------------------------------------*/

#footer {
	/* margin-top: 60px; */
	/* font-size: 1rem; */
}

#wpfront-scroll-top-container img {
	/* -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11); */
	/*-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);*/
	/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11); */
	/* border-radius: 50%; */
}

@media screen and (max-width: 767px) {
	#wpfront-scroll-top-container {
		display: none !important;
	}
}


/* =====================================
ASSETS(Unders)
===================================== */


/*--------------------------------------
テーブル_2列
--------------------------------------*/

.column2_table {
	width: 100%;
}

.column2_table th,
.column2_table td {
	line-height: 1.6;
	vertical-align: top;
}

.column2_table tr:first-child th {
	/* border-top: 1px solid #070707; */
}

.column2_table tr:first-child td {
	/* border-top: 1px solid #B2ADAD; */
}

.column2_table th {
	width: 30%;
	padding: 13px 14px 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000000;
}

.column2_table thead th {
	background: #ffedee;
	padding-left: 20px;
	padding-right: 20px;
}

.column2_table td {
	padding: 13px 0px 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #CBCAC9;
}

@media screen and (max-width: 767px) {
	.column2_table th,
	.column2_table td {
		font-size: 1.4rem;
	}
	.column2_table th {
		padding: 13px 0px 10px 0;
	}
}


/*--------------------------------------
リスト_ミニ
--------------------------------------*/

.list_mini.elementor-widget .elementor-icon-list-icon i:before {
	font-size: 1rem;
}

.list_mini.elementor-widget .elementor-icon-list-icon {
	margin-top: -2px !important;
}


/*--------------------------------------
リスト_余白
--------------------------------------*/

.elementor-widget.li_mt .elementor-icon-list-item + .elementor-icon-list-item,
.li_mt .elementor-icon-list-item + .elementor-icon-list-item {
	margin-top: 1em;
}


/*--------------------------------------
リスト_チェック
--------------------------------------*/

#main .check_list .elementor-icon-list-items li {
	position: relative;
	padding: 2px 0 2px 34px;
}

#main .check_list .elementor-icon-list-items li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	background: url(./img/li_check.png) no-repeat center center / contain;
	width: 25px;
	height: 21px;
}

@media screen and (max-width: 767px) {
	#main .check_list .elementor-icon-list-items li {
		padding-left: 7.6vw;
	}
	#main .check_list .elementor-icon-list-items li:before {
		top: 2vw;
		width: 6vw;
		height: 6vw;
	}
}


/*--------------------------------------
リスト_番号
--------------------------------------*/

.num_list .elementor-icon-list-items li {
	margin-bottom: 15px;
	padding-left: 35px;
}

.num_list .elementor-icon-list-items li:before {
	background: #f9b02b;
	color: #fff;
	font-size: 1.6rem;
	width: 24px;
	height: 24px;
	line-height: 24px;
	top: 6px;
	letter-spacing: 0;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.num_list .elementor-icon-list-items li:before {
		top: 2.2vw;
		width: 5vw;
		height: 5vw;
		line-height: 5vw;
	}
	.num_list .elementor-icon-list-items li {
		padding-left: 8vw;
	}
}


/*--------------------------------------
リスト_アンカーリンク
--------------------------------------*/

.anchorlinks {
	background: #EBE9E7;
	padding: 30px 70px;
	list-style: none;
	font-size: 1.8rem;
	/* border: 3px solid #84D8D0; */
	border-radius: 10px;
}

.anchorlinks .elementor-icon-list-items li {
	position: relative;
	width: auto;
	display: inline-block;
	padding-left: 16px;
	margin: 5px 30px 5px 0;
	line-height: 1.6;
}

.anchorlinks .elementor-icon-list-items li a:before {
	color: #000000;
	font-size: 1.5rem;
}

.anchorlinks .elementor-icon-list-items li a:hover:before {
	margin-top: -6px;
}

.anchorlinks .elementor-icon-list-items li a:hover {
	color: #534541;
}

@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 3vw 5vw;
	}
	.anchorlinks .elementor-icon-list-items li a:before {
		font-size: 1rem;
		margin-top: 0.1vw;
	}
}


/*--------------------------------------
ビフォーアフター
--------------------------------------*/

.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #ee8fae;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	margin-top: -20px;
	margin-left: -7px;
}

.before_after .elementor-widget.elementor-widget-heading {
	margin-bottom: 10px !important;
}

.before_after > div > div > div {
	width: 48% !important;
}

.before_after > div > div {
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.before_after > div > div > div {
		width: 100% !important;
	}
	.before_after > div > div > div + div {
		margin-top: 10vw;
	}
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #ee8fae;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6vw;
		margin-left: -20px;
	}
	.before_after .elementor-icon-list-items li {
		margin-top: 50px;
	}
}


/*--------------------------------------
ボーター_枠囲
--------------------------------------*/

.border_box,
.beta_box {
	border: 2px solid #52DB74;
	padding: 40px 55px 40px 55px;
	/* border-radius: 10px; */
}

.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h6,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h6 {
	text-align: left !important;
	padding: 0 !important;
	font-size: 2.1rem !important;
	letter-spacing: 0.1em !important;
	margin-bottom: 20px !important;
	padding-left: 31px !important;
	color: #ffffff !important;
	border: none !important;
	margin-top: 0;
	font-family: 'Noto Serif JP', serif;
	background: none;
	border-bottom: 1px solid #ffffff !important;
	padding-bottom: 20px !important;
	line-height: 1.4 !important;
}

.post-content.upage .beta_box02 .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .beta_box02 .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .beta_box02 .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .beta_box02 .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .beta_box02 .elementor-widget-heading:not(.ori_tl) h6 {
	color: #22201E !important;
	border-bottom: 1px solid #22201E !important;
}

.post-content.upage .beta_box02.tl_c .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .beta_box02.tl_c .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .beta_box02.tl_c .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .beta_box02.tl_c .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .beta_box02.tl_c .elementor-widget-heading:not(.ori_tl) h6 {
	text-align: center !important;
}

.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h2:before,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h3:before,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h4:before,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h5:before,
.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h6:before,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h2:before,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h3:before,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h4:before,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h5:before,
.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h6:before {
	position: absolute;
	content: "";
	background-image: none !important;
	background: #ffffff !important;
	width: 16px !important;
	height: 16px !important;
	border-radius: 50;
	top: 7px !important;
	left: 0 !important;
	border: none;
	bottom: inherit !important;
	margin-top: 0;
	-webkit-transform: inherit;
	transform: inherit;
}

.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h6,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h6 {
	padding-left: 0 !important;
}

.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h2:before,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h3:before,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h4:before,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h5:before,
.post-content.upage .border_box.no_icon .elementor-widget-heading:not(.ori_tl) h6:before,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h2:before,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h3:before,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h4:before,
.post-content.upage .beta_box.no_icon .elementor-widget-heading:not(.ori_tl) h5:before,
.post-content.upage .beta_boxh6:before {
	display: none;
}

.beta_box {
	border: none;
	background: #333333;
	color: #fff;
	border-radius: 20px;
}

.beta_box02 {
	background: #fff;
	color: #333;
	border-radius: 0;
}

.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h6,
.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h2,
.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h3,
.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h4,
.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h5,
.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h6 {
	padding-bottom: 0 !important;
	border: none !important;
}

@media screen and (max-width: 767px) {
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h2,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h3,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h4,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h5,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h6,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h2,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h3,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h4,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h5,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h6 {
		margin-bottom: 3vw !important;
		padding-left: 6vw !important;
		font-size: 2rem !important;
	}
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h2:before,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h3:before,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h4:before,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h5:before,
	.post-content.upage .border_box .elementor-widget-heading:not(.ori_tl) h6:before,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h2:before,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h3:before,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h4:before,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h5:before,
	.post-content.upage .beta_box .elementor-widget-heading:not(.ori_tl) h6:before {
		width: 4vw !important;
		height: 4vw !important;
		top: 1.4vw !important;
	}
	.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h2,
	.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h3,
	.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h4,
	.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h5,
	.post-content.upage .border_box.no_border .elementor-widget-heading:not(.ori_tl) h6,
	.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h2,
	.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h3,
	.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h4,
	.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h5,
	.post-content.upage .beta_box.no_border .elementor-widget-heading:not(.ori_tl) h6 {
		margin-bottom: 0 !important;
	}
}


/*--------------------------------------
QA
--------------------------------------*/

.qa_list dt,
.qa_list dd {
	/* margin-bottom: 30px; */
	display: table;
	border-left: 4px solid #FC8B96;
	width: 100%;
}

.qa_list > dd {
	border-color: #72706E;
	color: #72706E;
	font-weight: normal;
	margin-top: 30px;
}

.qa_list .num {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}

.qa_list dt .num span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: right;
	color: #FC8B96;
	letter-spacing: 0;
	font-size: 3.1rem;
	font-weight: bold;
}

.qa_list dd .num span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: right;
	color: #72706E;
	letter-spacing: 0;
	font-size: 3.1rem;
	font-weight: bold;
}

.qa_list .txt {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.qa_list dt .txt {
	font-size: 18px;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	color: #A0B9D9;
}

.qa_with_img dd .txt {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.qa_with_img .img_box {
	width: 38.6%;
	border: none;
	margin-left: 50px;
}


/*
QA .qa_list.qa_list02
*/

.qa_list.qa_list02 .num {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 0;
}

.qa_list.qa_list02 dt,
.qa_list.qa_list02 dd {
	border: none;
	position: relative;
	padding-top: 5px;
	min-height: 56px;
}

.qa_list.qa_list02 {
	border-bottom: 1px solid #CBCAC9;
	padding-bottom: 20px;
}

.qa_list.qa_list02 dd {
	padding-top: 11px;
}

.qa_list.qa_list02 dt .num span,
.qa_list.qa_list02 dd .num span {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 49px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	color: #A0B9D9;
	font-family: 'Lato', sans-serif;
	border: 1px solid #9AC95F;
	font-weight: 400;
}

.qa_list.qa_list02 dt .txt {
	padding-left: 70px;
	display: block;
	font-size: 2rem;
}

.qa_list.qa_list02 .txt {
	padding-left: 70px;
}

.qa_list.qa_list02 dd .num span {
	background: #fff;
	color: #22201E;
	border-color: #22201E;
	line-height: 48px;
}

@media screen and (max-width: 767px) {
	.qa_list .num {
		padding-right: 1em !important;
	}
	.qa_list.qa_list02 .num {}
	.qa_list.qa_list02 dt .txt,
	.qa_list.qa_list02 dd .txt {
		padding-left: 18vw;
	}
	.qa_list dt .num span,
	.qa_list dd .num span {
		width: 13vw !important;
		height: 13vw !important;
		line-height: 12vw !important;
	}
	.qa_list > dd .txt {
		padding-top: 1.5vw;
	}
}


/*--------------------------------------
流れ
--------------------------------------*/

.flow_section {
	background: #FAFAFA;
	margin-top: 70px;
}

.post-content.upage h2 {
	margin-top: 0;
}

.flowList > li {
	position: relative;
	margin-bottom: 11px;
	padding-bottom: 100px;
	padding-left: 70px;
}

.flowList > li:before {
	position: absolute;
	content: "";
	background: #707070;
	width: 5px;
	height: 100%;
	top: 10px;
	left: 14px;
}

.flowList.flowList_step_sankaku > li:after {
	position: absolute;
	bottom: -25px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #9bcb69 transparent transparent transparent;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: block;
	color: #391500;
	font-size: 10px;
}

.flowList .flow_title {
	line-height: 1.4;
	overflow: hidden;
	font-size: 2rem;
	letter-spacing: 0.02em;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	/* font-weight: 700; */
	font-family: 'Noto Serif JP', serif;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -70px;
}

.flowList .flow_title .stl {
	-webkit-flex: 1;
	flex: 1;
}

.flowList .flow_title + p {
	margin-top: 50px !important;
}

.flowList .flow_title.no_num {
	padding-left: 0;
}

.flowList .flow_title .num {
	vertical-align: top;
	background: #000000;
	color: #fff;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 32px;
	font-size: 2rem;
	margin-right: 15px;
	letter-spacing: 0;
	position: relative;
	border-radius: 50%;
	margin-top: -3px;
}

.flowList.flowList_step .flow_title span {
	width: 100px;
}

.flowList.flowList_step .flow_title {
	padding-left: 120px;
}

.flowList.no_num .flow_title {
	padding-left: 0;
}

.flowList .img_wrap figure {
	width: 32.2%;
	margin-left: 50px !important;
	/* border-radius: 10px; */
	overflow: hidden;
	float: right;
	margin-bottom: 10px !important;
}

.flowList.step_img_mini figure {
	width: 125px;
}

.flowList.flowList_no_tl .flow_title {
	position: absolute;
	top: 35px;
	left: 40px;
}

.flowList.flowList_no_tl .flow_title + p {
	margin-top: 0 !important;
}

.flowList.flowList_no_tl > li {
	padding: 40px 40px 40px 90px;
}

@media screen and (max-width: 767px) {
	.flowList.flowList_step_sankaku > li:after {
		bottom: -4vw;
		border-width: 4vw 4vw 0 4vw;
	}
	.flowList .flow_title .num {
		height: 7vw;
		line-height: 7vw;
		/* position: relative; */
		/* left: inherit; */
		/* top: inherit; */
		/* display: block; */
		width: 7vw;
		margin-right: 3vw;
		margin-top: 0;
	}
	.flowList .flow_title {
		/* text-align: center; */
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
		margin-left: -10vw;
		font-size: 2rem;
	}
	.flowList.flowList_step .flow_title span {
		position: absolute;
		top: 0;
		left: 0;
	}
	.flowList.flowList_step .flow_title {
		padding-left: 0;
		padding-top: 10vw;
		padding-bottom: 0;
	}
	.flowList.flowList_no_tl .flow_title {
		top: 6vw;
		left: 5vw;
	}
	.flowList.flowList_no_tl > li {
		padding-left: 16vw !important;
	}
	.flowList.flowList_no_tl .flow_title + p {
		margin-top: 0px !important;
		-webkit-flex: 1;
		flex: 1;
	}
	.flowList .flow_title + p {
		margin-top: 5vw !important;
	}
	.flowList > li:before {
		width: 1vw;
		top: 1vw;
		left: 3vw;
	}
	.flow_btnwrap {
		flex-direction: column;
	}
	.flow_btnwrap a {
		margin-left: auto !important;
	}
	.flow_btnwrap a + a {
		margin-top: 3vw;
	}
}


/* -------------------------------------
flowList_tlver
------------------------------------- */

.flowList_tlver li .flow_title {
	background: #F3F3F3;
	font-family: "秀英明朝 M", serif;
	font-size: 2rem;
	position: relative;
	padding: 16px 10px 22px 70px;
	line-height: 1.6;
}

.flowList_tlver li .flow_title span {
	width: 33px;
	height: 33px;
	background: #62A1A2;
	color: #fff;
	line-height: 28px;
	display: block;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 20px;
}

.flowList_tlver li + li {
	margin-top: 80px;
}

.flowList_tlver li + li:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #62a1a2 transparent transparent transparent;
	top: -60px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.flowList_tlver li .img_wrap {
	margin-top: 30px;
}

.flowList_tlver li .img_wrap figure {
	width: 38%;
	margin-left: 50px !important;
	float: right;
}

@media screen and (max-width: 767px) {
	.flowList_tlver li .flow_title {
		padding: 3vw 5vw 3vw 14vw;
	}
	.flowList_tlver li + li:before {
		border-width: 4vw 4vw 0 4vw;
		top: -9vw;
	}
	.flowList_tlver li .flow_title span {
		top: 3.6vw;
		width: 6vw;
		height: 6vw;
		font-size: 2rem;
		line-height: 6vw;
	}
	.flowList_tlver li .img_wrap figure {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 6vw !important;
	}
	.flowList_tlver li .img_wrap {
		margin-top: 6vw;
	}
	.flowList_tlver li + li {
		margin-top: 12vw
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.flowList_tlver li .flow_title {
		padding: 20px 10px 22px 70px;
	}
	.flowList_tlver li .flow_title span {
		line-height: 33px;
	}
}

.txt_color {
	color: #ffffff;
}

.txt_color02 {
	color: #FD9858;
}

.upage .txt_color {
	color: #333333;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	.timetable + p {
		font-size: 1.4rem;
	}
}


/* =====================================
■ブログ
===================================== */

.post .category a,
.posts_list .category a,
.pagination a:hover,
.pagination ul li span.current {
	background: #94C789;
	/* color: #fff; */
}

.pagination a:hover,
.pagination ul li span.current {
	background: #94C789;
	/* color: #fff; */
}

.post .date,
.posts_list .date,
.posts_list .date span a,
.post .date span:before,
.posts_list .date span:before,
.blogside .searchBox .icon-search:before,
.archiveBox ul li p.acv_open,
.archiveBox ul li p:hover,
.archiveBox ul li a:hover,
.archiveBox ul li a:active,
.date_tag .tag,
.date_tag .tag a {
	color: #94c789 !important;
}

.blogside .searchBox .icon-search:before {
	color: #94c789 !important;
}


/*--------------------------------------
POSTS
--------------------------------------*/

.upage {
	padding-bottom: 150px;
}


/*　blogList　*/

.posts_list .txt_block a {
	text-decoration: none !important;
	color: #686868;
}

.posts_list li {
	border-bottom: 1px solid #EBE9E7;
}

.posts_list h3 a {
	color: #686868;
}

.posts_list .excerpt {
	color: #72706E;
}


/*　blogDetail　*/

#blogDetail .post {
	color: #0F0E0E;
}


/* pagination */

.pagination {
	border-top: 1px solid #72706E;
}

@media screen and (max-width: 767px) {
	.upage {
		padding-bottom: 15vw;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/

.blogside h2 {
	border-bottom: 2px solid #686868;
}

.blogside h2 span {}

.blogside .searchBox #s {
	background: #EBE9E7;
	color: #000000 !important;
}

.blogside .searchBox #s::placeholder {
	color: #bbbbbb !important;
}

.blogside .categoryBox ul li {
	border-bottom: 1px solid #BFBEBD;
}

.blogside .categoryBox ul li a {}

.blogside .categoryBox ul li a span {}

.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #686868;
}

.blogside .recentBox li {
	border-bottom: 1px solid #BFBEBD;
}

.blogside .recentBox li h2 a {}

.blogside .recentBox li h2 a:hover {}

.blogside .recent_date {}

.blogside .recentBox li a {}

.blogside .tagBox a {
	color: #72706E;
	border: 1px solid #72706E;
}

.blogside .tagBox a:hover {
	color: #fff;
	background: #72706E;
}

.archiveBox ul li p:visited {}

.archiveBox ul li p:before {
	border-right: 1px solid #94c789;
	border-bottom: 1px solid #94c789;
}

@media screen and (max-width: 767px) {
	.blogside {
		border-top: 1px solid #000000;
	}
}


/* =====================================
■TOP新着情報
===================================== */

.top_news.container_in .elementor-container {
	max-width: 840px !important;
}

.top_news {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top_news .top_news_tl {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #84D8D0;
	padding-bottom: 20px;
}

.top_news .top_news_tl span {
	font-size: 1.4rem;
	color: #84D8D0;
	padding-left: 0.5em;
}

.top_news .neww_list_link {
	position: absolute;
	top: -9px;
	right: 0;
}

.top_news .neww_list_link a {
	color: #84D8D0;
	font-size: 1.5rem;
}

.top_news .line_bnr a {
	background: #fff;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.11);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none !important;
	letter-spacing: 0.1em;
	padding: 25px 10px;
}

.top_news .line_bnr a img {
	width: 150px;
	margin-left: 15px;
}

.top_news .line_bnr .tl {
	position: relative;
	padding-right: 115px;
}

.top_news .line_bnr .tl span {
	color: #84D8D0;
	padding-left: 10px;
}

.top_news .line_bnr .tl:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100px;
	height: 1px;
	background: #84D8D0;
}

.top_news .line_bnr .con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: 20px;
}

.top_news .top_news.container_in .elementor-container {
	max-width: 840px !important;
}


/*--------------------------------------
ブロック
--------------------------------------*/

.container,
.elementor-top-section.elementor-section-boxed > .elementor-container,
.container_in .elementor-container,
.post-header > *,
#footer .f_bottom .elementor-section-boxed {
	max-width: 1120px !important;
}

.elementor-section .elementor-container .elementor-container {
	padding: 0;
}


/*--------------------------------------
テキスト
--------------------------------------*/

.big_mark {
	font-size: 700;
	font-size: 160%;
}

.sent p + p,
.upage .elementor-text-editor p + p,
.upage .elementor-image-box-content p + p,
.upage .elementor-widget-container p + p {
	margin-top: 3rem;
}

.txtf {
	color: #578817;
	font-weight: bold;
}

.txtb {
	font-size: 110%;
}


/*--------------------------------------
画像
--------------------------------------*/

.float_r figure {
	width: 38.566% !important;
}

.elementor-image-box-wrapper {
	display: block !important;
}

.elementor-image-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.elementor-image-box-wrapper figure {
	float: right;
	margin-bottom: 10px !important;
}

.elementor-position-left.elementor-widget-image-box figure {
	float: left;
}

@media screen and (max-width: 767px) {
	.elementor-image-box-wrapper figure {
		float: none !important;
	}
}


/*--------------------------------------
タイトル
--------------------------------------*/

.top_tl {
	text-align: center;
	padding-top: 80px !important;
	margin-bottom: 60px !important;
}

.top_tl .elementor-heading-title {
	font-size: 3rem;
	letter-spacing: 0.05em;
	text-align: center;
	/* padding-top: 70px !important; */
	/* margin-bottom: 40px !important; */
	font-family: "秀英明朝 M", serif;
	line-height: 1.8 !important;
	/* border-bottom: 3px solid #8ABBAA; */
	/* display: inline; */
	position: relative;
	/* background: linear-gradient(transparent 97%, #8ABBAA 0%); */
	/* display: inline; */
	padding: 0;
}

.top_tl .elementor-heading-title span {
	font-size: 1.6rem;
	color: #6FBE53;
	display: block;
	margin-bottom: auto;
	letter-spacing: 0.05em;
	line-height: 1.4 !important;
	/* position: absolute; */
	/* top: 0%; */
	/* left: 50%; */
	/* -webkit-transform: translate(-50%, 0%); */
	/* transform: translate(-50%, 0%); */
}

.top_tl .elementor-heading-title em {
	display: block;
	color: #94C726;
}

.post-header {
	margin-bottom: 0;
	background: url(/wp-content/uploads/umv-1-scaled.jpg) center center no-repeat #333333;
	background-size: cover;
	text-align: center;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-header {
	margin-bottom: 0;
	background: url(/wp-content/uploads/umv-1-scaled.jpg) center center no-repeat #7f7f7f;
	background-size: cover;
	text-align: center;
	height: 225px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-header h1 {
	color: #ffffff;
	font-size: 3.6rem;
	font-family: "秀英角ゴシック金 B";
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	line-height: 1.5;
}

.post-header h1 em {
	background: rgb(51 51 51 / 76%);
	padding: 2px 15px;
	text-align: left;
	min-width: 280px;
	letter-spacing: 0.2em;
	font-family: 'Noto Serif JP', serif;
}

.post-header h1 i {
	background: rgb(51 51 51 / 76%);
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	font-style: normal;
	padding: 1px 40px 1px 15px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Noto Sans JP', sans-serif;
}

.post-header h1 span {
	display: block;
	font-size: 60%;
}

.post-content.upage h2 {
	font-size: 6.9rem;
	letter-spacing: 0.2em;
	line-height: 1.4 !important;
	margin-bottom: 50px !important;
	text-align: left;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	margin-top: 70px;
}

.post-content.upage h3 {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
	border-bottom: 4px solid #CBCAC9;
	padding: 7px 0px 15px 0px !important;
	margin-bottom: 40px !important;
	text-align: left;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	margin-top: 50px;
}

.post-content.upage h3:before {
	position: absolute;
	content: "";
	font-size: 2.4rem;
	margin-top: 5vw;
	background: #333333;
	height: 4px;
	bottom: -4px;
	width: 100px;
	left: 0;
}

.post-content.upage h4 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
	padding: 0 !important;
	margin-bottom: 30px !important;
	text-align: left;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	margin-top: 50px;
}

.post-content.upage h5 {
	letter-spacing: .1em;
	line-height: 1.4!important;
	font-size: 2rem;
	margin-bottom: 30px!important;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	margin-top: 30px;
}

.post-content.upage h6 {
	letter-spacing: .1em;
	line-height: 1.4 !important;
	font-size: 1.8rem;
	margin-bottom: 30px !important;
	text-align: left;
	margin-top: 30px;
	font-family: 'Noto Serif JP', serif;
}

.post-content.upage .tl_li .elementor-heading-title {
	font-size: 2.4rem;
	padding: 0 0 0 0 !important;
	border: none;
	line-height: 1.8 !important;
	font-family: 'Noto Serif JP', serif;
	margin-top: 0 !important;
	color: #A1CD6B;
	background: none;
	margin-bottom: 0 !important;
}

.post-content.upage .tl_li {
	margin-top: -10px
}

.post-content.upage .tl_li + * {
	margin-top: -30px;
}

.post-content.upage .tl_li .elementor-heading-title:before {
	display: none;
}

.post-content.upage .tl_li .elementor-heading-title:after {
	display: none;
}

p.elementor-heading-title,
p.elementor-image-box-title {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 1em 0 !important;
	line-height: 1.7 !important;
	padding-top: 0 !important;
	font-family: "秀英角ゴシック金 M";
	color: #52DB74;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.txt_pagecopy {
	letter-spacing: 0.2em;
	line-height: 1.8 !important;
	color: #84D8D0;
	font-size: 2.6rem;
	margin-bottom: 50px !important;
	text-align: left;
	font-family: "秀英角ゴシック金 M", "Shuei KakuGo Kin M";
	margin-top: 50px;
}

.txt_catchcopy {
	align-items: center !important;
	font-size: 2.6rem;
	color: #9bcb69;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.post-content.upage .tl_tac .elementor-heading-title {
	text-align: center !important;
}

@media screen and (max-width: 767px) {
	.top_tl {
		margin-bottom: 6vw !important;
		padding-top: 11vw !important;
	}
	.top_tl .elementor-heading-title {
		font-size: 2.8rem;
		line-height: 1.6 !important;
		letter-spacing: 0.05em;
	}
	.top_tl .elementor-heading-title span {
		letter-spacing: 0.2rem;
	}
	.top_tl .elementor-heading-title:before,
	.top_tl .elementor-heading-title:after {
		width: 8.8vw;
		height: 8.8vw;
		left: -9vw;
	}
	.top_tl .elementor-heading-title:after {
		left: inherit;
		right: -9vw;
	}
	.txt_catchcopy {
		font-size: 2.3rem;
	}
	.post-header {}
	.post-header {
		height: 35vw;
	}
	.post-header h1 {
		letter-spacing: 0.1em;
		padding: 2vw 2vw 2vw 3vw;
	}
	.post-header h1 em {
		font-size: 2.5rem;
		max-width: inherit;
		padding: 1vw 3vw;
	}
	.post-header h1 i {
		font-size: 1.2rem;
		padding: 1vw 3vw 1.5vw;
	}
	.post-content.upage h2 {
		margin-bottom: 6vw !important;
		margin-top: 10vw;
		font-size: 3.7rem;
	}
	.post-content.upage h2:before {
		width: 90%;
		width: -webkit-calc(100% - 4vw);
		width: calc(100% - 4vw);
		height: 90%;
		height: -webkit-calc(100% - 4vw);
		height: calc(100% - 4vw);
	}
	.post-content.upage h3 {
		padding: 0 0vw 3vw 0vw !important;
		margin-bottom: 6vw !important;
		font-size: 2rem;
		margin-top: 10vw;
	}
	.post-content.upage h3:before {
		width: 16vw;
	}
	.post-content.upage h4 {
		margin-bottom: 5vw !important;
		font-size: 2rem;
		margin-top: 6vw;
	}
	.post-content.upage h5 {
		margin-bottom: 5vw!important;
		font-size: 2rem;
		margin-top: 6vw;
	}
	.post-content.upage h5:before {
		width: 4vw!important;
		height: 4vw!important;
		top: 1.4vw;
	}
	.post-content.upage h6 {
		margin-bottom: 5vw !important;
		font-size: 2rem;
		margin-top: 6vw;
	}
	.post-content.upage .tl_li .elementor-heading-title:before {
		width: 4vw;
		height: 4vw;
		top: 1.9vw;
	}
	.post-content.upage .tl_li .elementor-heading-title {
		padding-left: 0 !important;
		margin-top: -3vw !important;
		font-size: 2rem
	}
	.post-content.upage .tl_li {
		margin-top: 7vw;
	}
	.post-content.upage .tl_li + * {
		margin-top: -4vw;
	}
	.txt_pagecopy {
		font-size: 2.2rem;
		margin-top: 5vw;
	}
	p.elementor-heading-title,
	p.elementor-image-box-title {
		font-size: 1.7rem !important;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	.post-header {
		margin-top: 0px !important;
	}
	.post-content.upage h2 {
		font-size: 4.5rem;
	}
}


/*--------------------------------------
ボタン
--------------------------------------*/

.elementor-button {
	border-radius: 0px !important;
	font-size: 1.6rem !important;
	padding: 19px 80px 20px 30px !important;
	display: inline-block !important;
	line-height: 1.3 !important;
	text-align: left !important;
	letter-spacing: 0.1em !important;
	/* margin-top: 30px !important; */
	font-family: 'Noto Serif JP', serif;
	background: #ffffff !important;
	background-size: 100% !important;
	color: #333333 !important;
	border-radius: 0px !important;
	border: 1px solid #333333;
}

.elementor-button em {
	display: block;
	font-size: 1.2rem;
	margin-top: 3px;
	letter-spacing: 0;
}

.elementor-button.elementor-size-sm {
	min-width: 300px;
}

.elementor-button:after {
	position: absolute !important;
	right: 14px !important;
	top: 50% !important;
	background: url(./img/btn.png) right center no-repeat;
	width: 56px !important;
	height: 6px !important;
	background-size: contain;
	/* top: 50%; */
	/* margin-top: -2px; */
	content: "";
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	transition: 0.5s ease;
}

.elementor-button:hover:after {
	right: 5px !important;
	transition: 0.5s ease;
}

.elementor-button .elementor-button-text {
	display: inline-block;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.elementor-button {
		padding: 5vw 17vw 6vw 6vw !important;
		width: 90% !important;
		display: block !important;
		margin: auto;
		margin-right: auto;
		font-size: 1.7rem !important;
		/* border-radius: 10px !important; */
	}
	.upage .elementor-button {
		width: 90% !important;
	}
	.elementor-button:after,
	.elementor-button:hover:after {
		right: 2vw !important;
		width: 13vw !important;
		height: 2vw !important;
	}
}


/*--------------------------------------
table
--------------------------------------*/

.table_color tr > * {
	color: #333333;
	border: 1px solid #72706E;
	padding: 10px 11px;
	line-height: 1.4;
}

.table_color tr > * p + p {
	margin-top: 5px;
}

.table_color th {
	background: #CBCAC9;
	/* color: #fff; */
}

.table_color thead th {
	background: #72706E;
	color: #fff;
	border: 1px solid #CBCAC9;
}

.table_color tbody th {
	width: 30%;
}

.table_price tr > *,
.table_price.table_color tbody th {
	width: 50%;
	text-align: center;
	padding: 10px 5px;
}

@media screen and (max-width: 767px) {
	.table_price th,
	.table_price td {
		font-size: 1.2rem;
	}
	.table_col03 th,
	.table_col03 td {
		padding: 5px;
	}
}


/*--------------------------------------
sitemappage_sitemap
--------------------------------------*/

.sitemappage_sitemap li a:before {
	background: #000000;
}

@media screen and (min-width: 1121px) {
	.sitemappage_sitemap li a:before {}
}


/* =====================================
■お問い合わせ
===================================== */

.step_list li {
	color: #BFBEBD;
}

.step_list li span {
	background: #BFBEBD;
	color: #fff;
}

.step_list li span:after {
	background: #BFBEBD;
}

.step_list li.current {
	color: #373431;
}

.step_list li.current span {
	background: #94C789;
}

.step_list li span.current:after {
	background: #94C789;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
}

.inquiryFormTable dt {
	color: #2C2F30;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	border: 1px solid #BFBEBD;
}

.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}

.inquiryFormTable .comment {
	color: #63696A;
}

.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
}

.inquiryFormTable .optional {
	color: #fff;
	background: #63696A;
}

.inquiryFormTable .btBox input[type="submit"] {
	background-color: #2F6BBC !important;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
	background-color: #72706E !important;
	color: #BFBEBD;
}

.inquiryFormTable .btBox input[type="submit"].abled {
	background: #94C789;
}

.inquiryFormTable .wpcf7-back {
	color: #fff;
	background-color: #72706E !important;
	font-weight: bold;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon:before {
	color: #94C789;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
}

.file_btn {
	background: #807B7B;
	color: #fff;
}


/*______________________________________________________________________________
ラジオボタン

*/

.radio_style span:before {
	border: 1px solid #dedede;
	background: #fff;
}

.radio_style input:checked + .radio_txt:after {
	background: #9AC95F;
}


/*______________________________________________________________________________
チェックボックス
*/

.checkbox_style span:before {
	border: 1px solid #dedede;
	background: #fff;
}

.checkbox_style input:checked + .checkbox_txt:after {
	border-bottom: 3px solid #94c789;
	border-right: 3px solid #94c789;
}


/* =====================================
■step_narabi
===================================== */

.step_narabi > li:not(:first-child):before {
	border-left: 14px solid #353662;
}


/* =====================================
■管理画面調整
===================================== */

.frontpage > .news_dl_wrap,
.frontpage > .widget_recent_entries {
	display: none;
}


/*--------------------------------------
fixed_box
--------------------------------------*/

#footer .fixed_box {
	position: fixed;
	right: 0;
	width: 55px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	bottom: inherit !important;
	top: 200px !important;
}

#footer .fixed_box ul li {
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	background: #fff;
}

#footer .fixed_box li img {
	width: 100%;
	margin: auto;
}

#page_top {
	width: 50px;
	background: #fff;
}

.ie #header {
	top: 0 !important;
}

.ie #footer .fixed_box {
	bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	#footer .fixed_box {
		right: 2.5vw;
		width: 95vw;
		box-sizing: border-box;
		position: fixed;
		z-index: 999;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		top: inherit !important;
		bottom: 2vw !important;
	}
	#footer .fixed_box .pagetop {
		width: 13vw;
		height: 13vw;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
		border-radius: 50%;
		background: #A6D3F1;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}
	#footer .fixed_box .pagetop a {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#footer .fixed_box .pagetop img {
		width: 3vw;
	}
	#footer .fixed_box ul:after {
		display: none;
	}
	#footer .fixed_box ul {
		width: 95vw;
		background: none;
		border-radius: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#footer .fixed_box ul li {
		width: 32.5% !important;
		position: relative;
		-webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 16%);
		-moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
		box-shadow: 0 0px 6px rgb(0 0 0 / 16%);
	}
	#footer .fixed_box li a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#footer .fixed_box li:last-child a {}
	#footer .fixed_box li:nth-child(1) a {}
	#footer .fixed_box li:nth-child(2) a {}
	#footer .fixed_box li:nth-child(3) a {}
	.f_bottom {
		padding: 8vw 0 32vw;
	}
	#footer .fixed_box a:hover {
		opacity: 1
	}
}

@media screen and (min-width: 768px) {
	#footer .fixed_box ul li {
		line-height: 1;
		width: 55px;
	}
	#footer .fixed_box ul li + li {
		margin-top: 3px;
	}
	#footer .fixed_box ul {
		width: 55px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#footer .fixed_box ul li:nth-child(2) {
		width: 55px;
	}
	#footer .fixed_box ul li:nth-child(3) {
		width: 55px;
	}
	#footer .fixed_box ul li:nth-child(4) {
		width: 50px;
	}
	#footer .fixed_box ul li a,
	#footer .fixed_box ul li img:not(.sp) {
		display: block;
	}
}


/* =====================================
■ 追加
===================================== */
#posts.frontpage {
	position: relative;
}

#posts.frontpage:before {
  z-index: 10000;
  position: absolute;
  content: "";
  background: url(./img/mv_logo.png) center center no-repeat;
  width: 212px;
  height: 212px;
  background-size: contain;
  top: -78px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.top_tl_area .tl {
	font-family: 'Noto Serif JP', serif;
	font-size: 5rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	border-left: 1px solid #CBA085;
	padding-left: 35px;
}

.top_tl_area .tl span {
	font-size: 1.5rem;
	display: block;
	letter-spacing: 0.1em;
}

.top_message .top_tl_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.top_message .tl_txt {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.top_message {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.top_message .btn_block {
	text-align: center;
	margin-top: 60px;
}

.top_message_area {
	padding: 170px 0 120px !important;
}

.top_pick {
	background: #333333;
	color: #fff;
}

.top_pick .box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	min-height: 518px;
}

.top_pick .box > div {
	width: 50%;
	padding: 80px;
}

.top_pick .tl {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.top_pick .box:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/top_pick01-1.jpg) no-repeat center center / cover;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}

.top_pick .box:nth-child(2n) {
	flex-direction: row-reverse;
}

.top_pick .box:nth-child(2n):before {
	right: inherit;
	left: 0;
}

.top_pick .box:nth-child(2):before {
	background-image: url(/wp-content/uploads/top_pick02-1-1.jpg);
}

.top_pick .box:nth-child(3):before {
	background-image: url(/wp-content/uploads/top_pick03-1.jpg);
}

.top_doctor_area {
	padding-top: 125px !important;
}

.top_doctor .img {
	margin-bottom: 60px;
	width: 100%;
}

.top_doctor .tl {
	margin-bottom: 50px;
}

.top_doctor {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.top_doctor .top_tl_area {
	width: 320px;
}

.top_doctor .txt {
	-webkit-flex: 1;
	flex: 1;
	padding-left: 13%;
}

.top_doctor .top_tl_area .namebox {
	font-family: 'Noto Serif JP', serif;
}

.top_doctor .top_tl_area .katagaki {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.top_doctor .top_tl_area .name {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}

.top_doctor .top_tl_area .name span {
	color: #BEBEBE;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding-left: 2em;
}

.top_doctor .top_tl_area .btn_block {
	margin-top: 30px;
}

.pick_btn {
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.pick_btn li {
	width: 32.5%;
	max-width: 350px;
}

.top_about {
	margin-top: 120px;
	background: #4c4c4a url(/wp-content/uploads/top_access_bg_pc-1-scaled.jpg) no-repeat center center / cover;
	color: #fff;
	padding: 60px 0 80px !important;
}

.access_table {
	width: 37%;
	border-right: 1px solid #fff;
	padding-right: 20px;
}

.upage .access_table {
	border-color: #333;
}

.access_table table {
	width: 100%;
}

.access_table th,
.access_table td {
	padding: 10px 0;
}

.access_table tr:first-child th,
.access_table tr:first-child td {
	padding-top: 0;
}

.access_table tbody th {
	vertical-align: text-bottom;
	width: 5em;
}

.top_about_txt .timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 18px;
}

.top_about_txt .timetable th,
.top_about_txt .timetable td {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: 0;
	padding: 25px 0;
	font-size: 1.5rem;
}

.top_about_txt .timetable thead th:not(:first-child),
.top_about_txt .timetable td {
	border-left: 1px solid #fff;
}

.top_about_txt .timetable tbody th,
.top_about_txt .timetable tbody td {
	border-top: 1px solid #fff;
}

.upage .top_about_txt .timetable thead th:not(:first-child),
.upage .top_about_txt .timetable td {
	border-left: 1px solid #333;
}

.upage .top_about_txt .timetable thead th:not(:first-child),
.upage .top_about_txt .timetable td {
	border-left: 1px solid #333;
}

.upage .top_about_txt .timetable tbody th,
.upage .top_about_txt .timetable tbody td {
	border-top: 1px solid #333;
}

.top_about_txt .timetable thead th {
	font-weight: normal;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0;
	vertical-align: top;
}

.upage .top_about_txt .timetable thead th {
	border-bottom: 1px solid #333;
}

.top_about_txt .timetable thead th:first-child {
	text-align: left;
	/* padding-bottom: 24px; */
	/* font-weight: bold; */
}

.top_about_txt .timetable thead th:not(:first-child) {
	width: 10%;
}

.top_about_txt .timetable thead th:last-child,
.top_about_txt .timetable tbody td:last-child {
	width: 16%;
}

.top_about_txt .timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 0.1em;
	width: 34%;
}

.top_about_txt .timetable tbody tr:first-child th,
.top_about_txt .timetable tbody tr:first-child td {}

.top_about_txt .timetable tbody tr:last-child th,
.top_about_txt .timetable tbody tr:last-child td {}

.top_about_txt .timetable + p {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.top_about_txt .access_table td {
	/* font-size: 1.4rem; */
}

.top_about_txt .access_table th {
	width: 6em;
	/* font-weight: 700; */
	vertical-align: top;
	/* font-size: 1.4rem; */
}

.top_about_txt .access_table th,
.top_about_txt .access_table td {
	padding: 4px 0;
	font-size: 1.5rem;
}

.top_about_txt .access_table tbdy tr:first-child th,
.top_about_txt .access_table tbdy tr:first-child td {
	padding: 0px 0 10px 0;
}

.access_conweap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.top_about .tl {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 5rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 60px;
}

.top_about .tl span {
	font-size: 1.5rem;
	display: block;
	letter-spacing: 0.1em;
	padding-bottom: 0.5em;
}

.top_about_txt {
	width: 63%;
	padding-left: 60px;
}

.kyuushinbi {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.kyuushinbi dt {
	font-size: 1.4rem;
	border: 1px solid #fff;
	padding: 0 0.6em;
}

.upage .kyuushinbi dt {
	border-color: #333;
}

.kyuushinbi dd {
	padding-left: 1em;
}

.map_under {
	background: #333333;
	color: #fff;
}

.map_under_con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.map_under_con p + p {
	margin-top: 0 !important;
}

.map_under_con a {
	color: #fff;
	text-decoration: none !important;
}

.info-footer {
	background: #EBEDEE;
	padding: 25px 0 20px;
}

.info-footer > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.info-footer .footer_left {
	width: 100%;
	max-width: 189px;
}

.info-footer .footer_right {
	padding-left: 30px;
}

.info-footer .footer_right a {
	text-decoration: none;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}

.service_block01 > div > div {
	justify-content: center !important;
	align-items: stretch !important;
}

.btncol_block03 .elementor-button {
	width: 100%;
	min-width: inherit;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.btncol_block03 > div > div > div {
	width: 31% !important;
}

.btncol_block03 > div > div {
	justify-content: space-between;
}

.elementor .btncol_block03 > div > div > div > div > div.elementor-widget-wrap,
.btncol_block03 > div > div > div > div > div.elementor-widget-wrap > div,
.btncol_block03 > div > div > div > div > div.elementor-widget-wrap > div > div,
.btncol_block03 > div > div > div > div > div.elementor-widget-wrap > div > div > div {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	width: 100%;
}

.beta_bg {
	background: #EBE9E7;
	padding: 70px 0;
}

.flow_btnwrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.flow_btnwrap a + a {
	margin-left: 10px;
}

.flow_btnwrap a {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.service_case {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.service_case .box {
	width: 47%;
}

.service_case:after {
	display: block;
	border-left: 14px solid #A0B9D9;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -2.2rem;
}

.service_case .box p {
	margin-top: 0.2em;
	color: #A0B9D9;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
#posts.frontpage:before {
	width: 41vw;
	height: 41vw;
	top: -15vw;
}
	.top_about_txt .timetable th,
	.top_about_txt .timetable td {
		font-size: 1.5rem;
	}
	.top_about_txt .timetable thead th:not(:first-child) {
		width: 9.1%;
	}
	.top_about_txt .timetable thead th:last-child,
	.top_about_txt .timetable tbody td:last-child {
		width: 15%;
	}
	.top_about_txt .access_table tr,
	.top_about_txt .access_table th,
	.top_about_txt .access_table td {
		/* display: block; */
	}
	.top_about_txt .access_table th {
		padding-bottom: 0 !important;
		font-size: 1.7rem !important;
		width: 6em;
	}
	.top_about_txt .access_table td {
		padding-bottom: 0;
	}
	.top_about_txt .access_table tr + tr {
		margin-top: 2vw;
	}
	.top_about_txt .timetable thead th {
		padding: 2vw 0;
	}
	.top_about_txt .timetable th,
	.top_about_txt .timetable td {
		padding: 4vw 0;
	}
	.top_about_txt .timetable tbody tr:first-child th,
	.top_about_txt .timetable tbody tr:first-child td {}
	.top_about_txt .timetable tbody tr:last-child th,
	.top_about_txt .timetable tbody tr:last-child td {}
	.top_about_txt .timetable {
		margin-bottom: 3vw;
	}
	.access_table {
		margin-top: 3vw;
		padding-top: 3vw;
		width: 100%;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px solid #fff;
		padding-bottom: 10vw;
	}
	.top_message_area {
		padding: 30vw 0 20vw 0 !important;
	}
	.top_tl_area .tl {
		padding-left: 6vw;
		font-size: 4.4rem;
	}
	.top_tl_area .tl span {
		font-size: 1.7rem;
	}
	.top_message .tl_txt {
		margin-top: 10vw;
		font-size: 2.4rem;
	}
	.top_message .top_tl_area {
		margin-bottom: 10vw;
	}
	.top_message .btn_block {
		margin-top: 10vw;
	}
	.top_pick .box {
		min-height: inherit;
	}
	.top_pick .box:before {
		width: 100%;
		height: 75.7vw;
	}
	.top_pick .box > div {
		width: 100%;
		padding: 85vw 6vw 12vw 6vw;
	}
	.top_pick .tl {
		margin-bottom: 5vw;
		font-size: 2.4rem;
	}
	.top_doctor_area {
		padding-top: 20vw !important;
	}
	.top_doctor .img {
		margin-bottom: 15vw;
	}
	.top_doctor .tl {
		margin-bottom: 10vw;
	}
	.top_doctor .top_tl_area {
		width: 100%;
	}
	.top_doctor .top_tl_area .btn_block {
		margin-top: 10vw;
		margin-bottom: 10vw;
	}
	.top_doctor .top_tl_area .btn_block .elementor-button {
		margin-left: 0;
	}
	.top_doctor .txt {
		-webkit-flex: inherit;
		flex: inherit;
		padding-left: 0;
	}
	.pick_btn {
		margin-top: 20vw;
		flex-direction: column;
	}
	.pick_btn li {
		width: 74vw;
		max-width: inherit;
	}
	.pick_btn li + li {
		margin-top: 5vw;
	}
	.top_about {
		margin-top: 20vw !important;
		padding: 15vw 0 20vw !important;
	}
	.access_table tr,
	.access_table th,
	.access_table td {
		display: block;
		width: 100% !important;
	}
	.access_table tbody th {
		padding: 0 0 0.5em;
	}
	.access_table tbody td {
		padding: 0;
	}
	.access_table tbody tr + tr {
		margin-top: 1.5em;
	}
	.top_about_txt {
		width: 100%;
		padding: 10vw 0 0 0;
	}
	.kyuushinbi {
		margin-top: 5vw;
	}
	.map_under_con {
		padding: 6vw;
		text-align: center;
		flex-direction: column;
	}
	.map_under_con p + p {
		margin-top: 1em;
	}
	.upage .map_under_con p + p {
		margin-top: 1em !important;
	}
	.info-footer {
		padding: 10vw 0 30vw;
	}
	.info-footer > div {
		flex-direction: column;
	}
	.info-footer .footer_left {
		width: 50vw;
		max-width: i;
	}
	.info-footer .footer_right {
		padding: 0;
		margin-top: 1em;
	}
	.post-content.upage .col_block03 > div > div > div {
		margin-top: 0vw;
	}
	.btncol_block03 > div > div > div {
		width: 100% !important;
	}
	.btncol_block03 > div > div > div + div {
		margin-top: 3vw;
	}
	.beta_bg {
		padding-left: 6vw !important;
		padding-right: 6vw !important;
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.top_message .tl_txt {
		font-size: 1.8rem;
	}
	.top_about_txt .timetable thead th:not(:first-child) {
		width: 8%;
	}
	.top_about_txt .timetable thead th:last-child,
	.top_about_txt .timetable tbody td:last-child {
		width: 15%;
	}
	.top_pick .box > div {
		padding: 30px;
	}
	.top_doctor .txt {
		padding-left: 20px;
	}
	.access_table {
		width: 49%;
	}
	.top_about_txt {
		width: 51%;
		padding-left: 20px;
	}
	.map_under_con {
		padding-left: 20px;
		padding-right: 20px;
	}
	.flow_btnwrap a {
		margin-left: 0 !important;
	}
	.flow_btnwrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.flow_btnwrap a + a {
		margin-top: 20px;
	}
	.upage .col_block03 > div > div > div.beta_box {
		padding: 30px 15px;
	}
	.beta_bg {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btncol_block03 > div > div {
		flex-direction: column !important;
	}
	.btncol_block03 > div > div > div {
		width: 300px !important;
	}
	.btncol_block03 > div > div > div + div {
		margin-top: 10px;
	}
}


/* =====================================
■ サイド凹み
===================================== */

@media screen and (min-width: 768px) and (max-width: 1210px) {
	.side_hekomi,
	.upage {
		padding-right: 70px !important;
	}
}

/* =====================================
■ フォーム追加
===================================== */
#posts .custom-wpcf7c-confirmed .confirm_table  .wpcf7-list-item-label {
	display: none !important;
}
#posts .custom-wpcf7c-confirmed .confirm_table .contact_check_tooth .num-list span {
	opacity: 0.5;
}
#posts .custom-wpcf7c-confirmed .confirm_table  .contact_check_tooth .result_txt {
	font-weight: 700;
}

#posts .custom-wpcf7c-confirmed .confirm_table  .contact_check_tooth tr:nth-of-type(3) {
	display: none !important;
}

#posts .custom-wpcf7c-confirmed .confirm_table .required {
	top: 16px;
	right: 20px;
}

label.icon-check {
    pointer-events: none;
}
label.icon-check::before {
	display: none !important;
}
table.contact_check_tooth .icon-check {
    display: none;
}
.contact_check_tooth {
    width: 100%;
}

.contact_check_tooth th,
.contact_check_tooth td {
    font-size: 1.4rem;
    border: 1px solid;
    padding: 1vw;
    text-align: center;
}

table.contact_check_tooth label label {
    display: none !important;
}

.contact_check_tooth .wpcf7-checkbox {
    display: flex;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: 3.2vw !important;
    height: 3.2vw !important;
	    top: 0 !important;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:after {
    top: 0.2vw !important;
    left: 0.7vw !important;
    width: 2.3vw !important;
    height: 1.5vw !important;
    border-left: 0.6vw solid #0b4e2d !important;
    border-bottom: 0.6vw solid #0b4e2d !important;
}

.contact_check_tooth .wpcf7-checkbox .inquiryFormTable .wpcf7-list-item {
        margin: 0;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label {
    padding: 0 !important;
}

.inquiryFormTable .contact_check_tooth .wpcf7-list-item {
	margin-bottom: 0 !important;
	display: flex !important;
	justify-content: center;
}

.inquiryFormTable .contact_check_tooth .wpcf7-list-item label {
	width:auto;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label {
	position: absolute;
	top: 0;
	left: 0;
    width: 3.2vw !important;
    height: 3.2vw !important;
	display: block !important;
	margin: 0 !important;
}
.contact_check_tooth .num-list {
	display: flex;
	justify-content: space-between;
}
.contact_check_tooth .num-list span {
	flex: 1;
	text-align: center;
}
/*______________________________________________________________________________
ラジオボタン
*/
.wpcf7-radio {
}


.wpcf7-exclusive-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    position: relative;
    display: block;
    text-align: left;
}

.wpcf7-exclusive-checkbox label,
.wpcf7-radio label {
    width: 100%;
}

.wpcf7-exclusive-checkbox input,
.wpcf7-radio input {
    opacity: 0;
    position: absolute !important;
    z-index: 1;
}
.wpcf7-exclusive-checkbox input:checked + input + .wpcf7-list-item-label, 
.wpcf7-exclusive-checkbox input:checked + .wpcf7-list-item-label,
.wpcf7-radio input:checked + input + .wpcf7-list-item-label, 
.wpcf7-radio input:checked + .wpcf7-list-item-label {
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before, 
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before, 
.wpcf7-radio .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
    border: 1px solid #b1b1b1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
    top: 10px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #94C789;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}
.wpcf7-exclusive-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

/*______________________________________________________________________________
チェックボックス
 */
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) {
}

.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item {
    position: relative;
    display: block;
    text-align: left;
}

.wpcf7-acceptance label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) label {
    width: 100%;
	display: block;
}
.wpcf7-acceptance input,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input {
    opacity: 0;
    position: absolute !important;
    z-index: 1;
}
.wpcf7-acceptance input:checked + input + .wpcf7-list-item-label,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input:checked + input + .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input:checked + .wpcf7-list-item-label {
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label {
    padding-left: 35px;
    position: relative;
    display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, 
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before, 
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label:before ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before {
    border: 1px solid #b1b1b1;
    width: 22px;
    height: 22px;
}
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    top: 7px;
    left: 5px;
    width: 17px;
    height: 11px;
    border-left: 3px solid #94C789;
    border-bottom: 3px solid #94C789;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.5s;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.acceptance_check .wpcf7-list-item {
	margin: 6vw 0 0 0;
}

.acceptance_check .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:before {
		width: 16px !important;
		height: 16px !important;
	}

	.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label {
		width: 16px !important;
		height: 16px !important;
	}

	.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:after {
		top: -1px !important;
		left: 3px !important;
		width: 14px !important;
		height: 10px !important;
		border-left: 2px solid #0b4e2d !important;
		border-bottom: 2px solid #0b4e2d !important;
	}
	.contact_check_tooth th, .contact_check_tooth td {
		padding: 5px;
	}

/*______________________________________________________________________________
ラジオボタン
*/
.inquiryFormTable:not(.confirm_table) .radio {
	padding-top: 11px;
}
.wpcf7-exclusive-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    padding-left: 40px;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before, 
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before, 
.wpcf7-radio .wpcf7-list-item-label:after {
    top: 2px;
}
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
    width: 30px;
    height: 30px;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
    top: 8px;
    left: 6px;
    width: 18px;
    height: 18px;
}

.m_radio_row .wpcf7-form-control {
	display: flex;
}

.m_radio_row .wpcf7-list-item {
	margin-right: 34px;
}

.normal_radio {
	margin-bottom: 20px;
}

/*______________________________________________________________________________
チェックボックス
 */


.inquiryFormTable:not(.confirm_table) .check {
	padding-top: 11px;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label {
    padding-left: 40px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, 
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before, 
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    top: 4px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before {
    width: 26px;
    height: 26px;
}
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    top: 7px;
    left: 7px;
    width: 19px;
    height: 12px;
    border-left: 4px solid #94C789;
    border-bottom: 4px solid #94C789;
}

.acceptance_check .wpcf7-list-item {
	margin: 30px 0 0 0;
}

.normal_check {
	margin-bottom: 20px;
}

/* confirm page */
.m_confirm .m_form {
    padding: 15px 0;
}

.m_confirm .m_form_col {
    padding: 21px 0 23px;
}

.m_confirm  .m_form_col dt {
    
    margin-bottom: 20px;

}

.m_confirm .m_form_row {
    min-height: 76px;
}

}