/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 {
	margin-bottom: 30px !important;
}
.underTit_h2 h2 {
	background: #F2EFEF;
	font-size: 32px;
	line-height: 1.3;
	color: #ED828B;
	text-align: left;
	padding: 19px 9px 22px;
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.12em;
	border-radius: 20px;
	padding-left: 70px;
	position: relative;
}
.underTit_h2 h2:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background: #ed828b;
	border-radius: 50%;
	left: 26px;
	top: 29px;
}
.underTit_h3 h3 {
	font-size: 28px;
	line-height: 1.3;
	color: #665C54;
	text-align: left;
	padding: 19px 9px 22px;
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.12em;
	padding-left: 51px;
	position: relative;
	border-bottom: 2px solid #ED828B;
}
.underTit_h3 h3:before {
	position: absolute;
	content: "";
	width: 28px;
	height: 33px;
	background: url(/wp-content/uploads/icon_A.png) no-repeat;
	left: 9px;
	top: 21px;
	background-size: cover;
}
.under_img .elementor-image-box-img {
	width: 48% !important;
}
@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 22px;
	}
	.underTit_h3 h3 {
		font-size: 20px;
	}
	.under_img .elementor-image-box-img {
		width: 100% !important;
	}
}
/*--------------------------------------
table
--------------------------------------*/
.table_A {
	width: 100%;
}
.table_A th {
	font-size: 16px;
	color: #665C54;
	background: #F8F4EE;
	padding: 10px;
}
.table_A th, .table_A td {
	border: 1px solid #CBCAC9;
	padding: 10px;
}
/*--------------------------------------
flow
--------------------------------------*/
.flow_box {
	background: #F8F4EE;
	padding: 20px;
	position: relative !important;
	margin-bottom: 60px;
}
.flow_box .flow_title sub {
	background: #ed828b;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 28px;
	width: 33px;
	height: 33px;
	font-weight: bold;
	margin-right: 10px;
}
.flow_box .flow_title {
	font-size: 28px;
	font-weight: bold;
	color: #665C54;
}
.flow_box:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/flow_icon01.png) no-repeat;
	width: 52px;
	height: 27px;
	bottom: -27px;
	left: 50%;
	background-size: cover;
	transform: translate(-50%);
}
.flow_box.flow_box_last:before {
	display: none;
}
.flow_box .flow_title .title {
	position: relative;
	padding-left: 45px;
}
.flow_box .flow_title .title sub {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

/*--------------------------------------
list 3列
--------------------------------------*/
.treatment_box01 ul {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.treatment_box01 ul li {
	width: calc((100% - 60px) / 3);
	border: 2px solid #ED828B;
	border-radius: 20px;
	padding: 30px 30px 20px 30px;
}
.treatment_box01 ul li .title {
	display: ;
	font-size: 24px;
	color: #ED828B;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
	border-bottom: 1px solid #ED828B;
}
.treatment_box01 ul li .title:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: #ED828B;
	border-radius: 50%;
	left: 0;
	top: 9px;
}
@media screen and (max-width: 1300px) {
	.treatment_box01.box0820 ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}	
}
@media screen and (max-width: 767px) {
	.treatment_box01 ul {
		display: block;
	}
	.treatment_box01 ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}
}
/*--------------------------------------
妊娠中の治療に最適な時期
--------------------------------------*/
.treatment_box02 {
	background: #F8F4EE;
	padding: 30px;
	margin-bottom: 50px;
}
.treatment_box02 .title {
	font-size: 32px;
	text-align: center;
	color: #665C54;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ED828B;
	letter-spacing: 0.032em;
}
.treatment_box03 {
	border: 2px solid #ED828B;
	border-radius: 20px;
	padding: 20px;
}
.treatment_box03 ul li {
	position: relative;
	padding-left: 23px;
	list-style: none;
}
.treatment_box03 ul li:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	background: #ED828B;
	border-radius: 50%;
	left: 0;
	top: 9px;
}
.treatment_box02 .tel_txt {
	font-size: 32px;
	font-weight: bold;
	color: #665C54;
}
@media screen and (max-width: 767px) {
	.treatment_box02 .title {
		font-size: 22px;
	}
}
/*--------------------------------------
定期検診のメリット
--------------------------------------*/
.general_box01 {
	margin-top: 180px;
}
.general_box01 ul {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}
.general_box01 ul li {
	width: calc((100% - 60px) / 3);
	border: 4px solid #ED828B;
	padding: 50px 10px 40px;
	border-radius: 20px;
	position: relative;
}
.general_box01 ul .title {
	font-size: 23px;
	text-align: center;
	color: #ED828B;
	font-weight: bold;
	margin-bottom: 12px;
}
.general_box01 ul li:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/general_icon02.png) no-repeat;
	width: 190px;
	height: 190px;
	background-size: cover;
	top: -160px;
	left: 50%;
	transform: translate(-50%);
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
	.general_box01 {
		margin-top: 150px;
	}
	.general_box01 ul .title {
		height: 63px;
	}
	.general_box01 ul li:before {
		width: 150px;
		height: 150px;
		top: -120px;
	}
}
@media screen and (max-width: 767px) {
	.general_box01 ul {
		display: block;
	}
	.general_box01 ul li {
		width: 100%;
		margin-bottom: 130px;
	}
	.general_box01 ul li:before {
		width: 140px;
		height: 140px;
		top: -110px;
	}
}
/*--------------------------------------
btn
--------------------------------------*/
.btnN {
	max-width: 568px;
	margin: 0 auto;
}
/*--------------------------------------
jop
--------------------------------------*/
.jobBoxA {
	margin: 40px 0;
}
.jobBoxA ul {
	display: flex;
	max-width: 728px;
	margin: 0 auto;
	justify-content: space-between;
	column-gap: 48px;
}
.jobBoxA ul li {
	width: calc((100% - 48px) / 2);
}
.jobBoxA ul li p {
	font-size: 28px;
	color: #ED828B;
	font-weight: bold;
	margin-top: 25px;
}
.jobBoxA ul li p img {
	width: 35px !important;
	height: 35px;
	margin-left: 16px;
}
.page-id-1133 .elementor-image-box-title {
	font-size: 24px;
	color: #ED828B;
	background: none;
	font-weight: bold;
	padding: 0;
}
.tableJop {
	border: 1px solid #CBCAC9;
}
.tableJop th, .tableJop td {
	width: 30%;
	border-bottom: 1px solid #CBCAC9;
}
.tableJop td {
	padding: 14px;
	width: 70%;
}
.tableJop th {
	font-size: 16px;
	color: #665C54;
	font-weight: 500;
	background: #F8F4EE;
	padding: 14px;
	border-right: 1px solid #CBCAC9;
}
@media screen and (max-width: 767px) {
	.jobBoxA ul {
		display: block;
	}
	.jobBoxA ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	.jobBoxA ul li p {
		font-size: 21px;
	}
}
/*--------------------------------------
about
--------------------------------------*/
.aboutBox01 {
	position: relative;
	z-index: 1;
	padding: 50px;
}
.aboutBox01:before {
	background: #F8F4EE;
	width: 80%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	content: "";
	z-index: -1;
}
.aboutBox01 ul {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.aboutBox01 ul li {
	width: calc((100% - 40px) / 2);
}

.aboutBox01 ul .title {
	font-size: 32px;
	font-weight: bold;
	color: #ED828B;
}
.underTit_h4 h4 {
	font-size: 28px;
	color: #665C54;
	font-weight: bold;
	border-bottom: 2px solid #ED828B;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.underTit_h4 h4:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 61px;
	background: url(/wp-content/uploads/about_icon01.png) no-repeat center;
	background-size: cover;
	left: 0;
	top: -20px;
}
.underTit_h5 h5 {
	font-size: 24px;
	color: #ED828B;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-left: 29px;
	position: relative;
}
.underTit_h5 h5:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	background: #ED828B;
	left: 0;
	border-radius: 50%;
	top: -2px;
}
.aboutBox02 p,
.aboutBox02 ul {
	margin-left: 30px !important;
}
.aboutBox02 ul li {
	position: relative !important;
	padding-left: 33px !important;
}
.aboutBox02 ul li:before {
	position: absolute !important;
	content: "";
	background: url(/wp-content/uploads/about_icon02.png) no-repeat;
	width: 22px;
	height: 22px;
	background-size: cover;
	left: 0;
	top: 10px;
}
.flow_box .treatment_box03 {
	border: none;
	padding: 0 0 10px 0;
}
.aboutBoxY ul,
.aboutBoxT ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.aboutBoxY ul li:first-child {
	width: 70%;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	border-radius: 10px;
	padding: 60px 30px 50px 30px;
	box-shadow: 0 0 4px #ccc;
}
.aboutBoxT ul li:last-child {
	width: 70%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	border-radius: 10px;
	padding: 60px 30px 50px 30px;
	box-shadow: 0 0 4px #ccc;
	right: 0;
}
.aboutBoxT ul li:first-child {
	width: 50%;
	margin-right: auto;
}
.aboutBoxY ul li:last-child {
	width: 50%;
	margin-left: auto;
}
.about_titile {
	font-size: 24px;
	color: #665C54;
	font-weight: bold;
	padding-bottom: 10px;
}
.aboutnner ul li .num {
	font-size: 100px;
	color: #ED828B8C;
	font-weight: 500;
	letter-spacing: 0.01em;
	position: absolute;
	top: -22px;
}
.aboutBoxT.aboutnner {
	margin-bottom: 60px;
}
.aboutBoxY .img2 {
	display: none;
}
.aboutL ul {
	display: flex;
	justify-content: space-between;
	column-gap: 3%;
}
.aboutL ul li:first-child {
	width: 59%;
}
.aboutL ul li:last-child {
	width: 38%;
}
.table_access th {
	color: #ED828B;
	font-size: 16px;
	font-weight: bold;
	width: 30%;
	padding: 10px;
	border-bottom: 1px solid #ED828B;
}
.table_access td {
	padding: 10px;
	color: #665C54;
	font-weight: 500;
	border-bottom: 1px solid #F8F4EE;
	width: 70%;
}
.table_access {
	margin-top: 50px;
	margin-bottom: 50px;
}
.timetableA thead th {
	font-size: 16px;
	color: #665C54;
	font-weight: 500;
	background: #F8F4EE;
	padding: 10px 2px;
	text-align: center;
}
.timetableA thead th:first-child {
	font-size: 18px;
	color: #ED828B;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	border-radius: 10px 0 0 0;
	line-height: 1.5;
}
.timetableA thead th:last-child {
	border-radius: 0 10px 0 0;
}
.timetableA tbody th, .timetableA tbody td {
	color: #665C54;
	font-weight: 500;
	text-align: center;
	padding: 10px 3px;
}
.timetableA tbody th {
	text-align: left;
	padding-left: 15px;
}
.timetableA tbody td.k {
	color: #ED828B;
}
.underTittle .elementor-heading-title {
	color: #665C54;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.024em;
	position: relative;
	padding-left: 28px;
	border-bottom: 1px solid #ED828B;
	padding-bottom: 20px;
}
.underTittle .elementor-heading-title:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: #ED828B;
	left: 0;
	top: 6px;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	.aboutBox01 ul {
		display: block;
	}
	.aboutBox01 ul li,
	.aboutBoxT ul li {
		width: 100%;
	}
	.aboutBox01 {
		padding: 20px;
	}
	.aboutBox01:before {
		width: 100%;
	}
	.underTit_h4 h4 {
		font-size: 21px;
		line-height: 1.5;
		padding-bottom: 10px;
	}
	.underTit_h4 h4:before {
		top: 0;
	}
	.underTit_h5 h5 {
		font-size: 20px;
		padding-left: 24px;
	}
	.underTit_h5 h5:before {
		width: 16px;
		height: 16px;
		top: 2px;
	}
	.aboutBox01 ul .title {
		font-size: 26px;
	}
	.aboutL ul {
		display: block;
	}
	.aboutL ul li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.aboutL ul li:last-child {
		width: 100%;
	}
	.timetableA thead th:first-child {
		font-size: 14px;
		letter-spacing: 0;
		padding-left: 5px;
		line-height: 1.5;
	}
	.timetableA thead th {
		font-size: 15px;
		padding: 5px 0;
		letter-spacing: 0;
	}
	.timetableA tbody th {
		padding-left: 5px;
	}

}
@media screen and (max-width: 1024px) {
	.aboutBoxY ul,
	.aboutBoxT ul {
		display: block;
	}
	.aboutBoxY ul li:first-child,
	.aboutBoxT ul li:first-child {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.aboutBoxY ul li:last-child,
	.aboutBoxT ul li:last-child {
		width: 100%;
		position: relative;
	}
	.aboutBoxY div.sp {
		margin-bottom: 60px;
	}
	.aboutBoxT ul li:last-child {
		margin-top: 70px;
	}
	.aboutBoxY .img1 {
		display: none;
	}
	.aboutBoxY .img2 {
		display: block;
		margin-bottom: 60px;
	}

}
/*--------------------------------------
decay
--------------------------------------*/
.decayBox01 ul {
	display: flex;
	justify-content: space-between;
	column-gap: 115px;
}
.decayBox01 ul li {
	position: relative;
}
.decayBox01 ul.ulA {
	max-width: 94%;
	margin: 0 auto;
	margin-bottom: 70px;
}
.decayBox01 ul.ulA li {
	width: calc((100% - 230px) / 3);
}
.decayBox01 ul li:after {
	position: absolute;
	content: "";
	height: 63%;
	width: 2px;
	border-right: 1px dashed #ED828B;
	top: 0;
	right: -40px;
}
.decayBox01 ul li:last-child:after {
	display: none;
}
.decayBox01 ul.ulB {
	max-width: 636px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.decayBox01 ul.ulB li {
	width: calc((100% - 115px) / 2);
}
.decayBox01 .title {
	font-size: 20px;
	color: #22201E;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
@media screen and (max-width: 767px) {
	.decayBox01 ul {
		display: block;
	}
	.decayBox01 ul.ulA, .decayBox01 ul.ulB {
		max-width: 500px;
		margin: 0 auto;
	}
	.decayBox01 ul.ulA li, .decayBox01 ul.ulB li {
		width: 100%;
		margin-bottom: 30px;
	}
	.decayBox01 ul li:after {
		display: none;
	}
}

.treatment_box01.merit ul li{
	width: 48%;
}

.treatment_box01.merit ul li.de{
	background: #efefef;
}

@media screen and (max-width: 767px) {
.treatment_box01.merit ul li{
	width: 100%;
}	
}
