main p {
	line-height: 1.6;
}

main p:not(:last-child) {
	margin-bottom: 2em;
}



main .lead {
	color: var(--main_color);
	font-weight: bold;
}

main .box {
	margin-block-end: 3em;
}
a.cell_merging {
	position: relative;
	color: var(--text_color_base);
}
a.cell_merging:before,
a.cell_merging:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	opacity: 0;
}
a.cell_merging:before {
	background: #f79a628c;
	width: 100%;
	height: 100%;
}
a.cell_merging:after {
	color: #fff;
	content: "詳しく見る";
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	bottom: 0;
	right: 0;
}
a.cell_merging:hover:before,
a.cell_merging:hover:after {
	opacity: 1;
}
/* モバイル */
@media not screen and (min-width: 1280px) {
	main .lead {
		font-size: 1.5em;
	}

	main .name {
		font-size: 1.5em;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	main .border_box .border_box_child .images {
		width: 20%;
	}

	main .border_box .border_box_child .text {
		width: 80%;
	}

	main .lead {
		font-size: 2.5em;
	}

	.profile {
		column-gap: 6rem;
	}

	main .name {
		font-size: 2em;
	}

	.profile .mod_order2 {
		width: 50%;
	}
}




/* モバイル */
@media not screen and (min-width: 1280px) {
	#target .animals li {
		width: 90%;
		margin: auto;
		text-align: center;
	}

	#target .animals li:not(:last-child) {
		margin-bottom: 2em;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	#target .animals li {
		width: 30%;
		text-align: center;
	}

	#target .animals li {
		margin-bottom: 1em;
	}

	#target .animals li:not(:nth-child(3n)) {
		margin-right: 1em;
	}

	#target .animals li img {}
}




/* モバイル */
@media not screen and (min-width: 1280px) {}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	#payment_method img {
		width: 50%;
	}
}



/* 

スケーリング 
scaling

*/
#scaling section p {
	margin-bottom: 1rem;
}

#scaling h3 {
	color: var(--main_color);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

#scaling h3+div {
	margin-left: 1rem;
}

#scaling .mod_fx.mod_fx_jc_around {
	justify-content: space-around;
}

#scaling .mod_fx.mod_fx_jc_around img {
	display: block;
	margin-bottom: .5rem;
}

#scaling ul {
	margin-left: 1rem;
}

#scaling ul li {
	list-style: disc;
	margin-bottom: .5rem;
}

.summary {
	color: #4f884e;
	font-weight: bold;
}

.caution {
	padding: 1.5rem;
	border: solid 2px red;
	margin-inline: 1rem;
}

.caution ul {
	row-gap: 1rem;
	column-gap: 3rem;
}

.telbtn {
	align-self: self-end;
	background-color: #f79a62;
	color: #fff;
	border-radius: 2rem;
	padding: .5rem 1.5rem;
}
.telbtn:hover {
	background-color: #fff;
	border: solid 2px #f79a62;
	color: #f79a62;
}
/* モバイル */
@media not screen and (min-width: 1280px) {
	.caution ul li {
		width: 100%
	}

	.comparison {
		gap: 3rem;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	.caution ul li {
		width: calc(100% / 3);
	}

	.summary {
		font-size: 1.5rem;
	}

	a.telbtn {
		font-size: 1.5rem;
		margin-right: 10%;
	}
}

/* 

腹腔鏡避妊手術
laparoscopic

*/
#laparoscopic h3 {
	color: var(--main_color);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#laparoscopic ol,
#laparoscopic ul {
	margin-left: 1rem;
}
#laparoscopic ol>li {
	list-style: auto;
	margin-bottom: .5rem;
}
#laparoscopic ul>li {
	margin-bottom: .5rem;
}
#laparoscopic ol ul li {
	margin-top: .5rem;
}
#laparoscopic sub {
	display: block;
	position: inherit;
	line-height: 1.75;
	font-size: 14px;
	margin-top: .25rem;
}
#laparoscopic ul {
	list-style: disc;
} 
.laparoscopic_img {
	align-self: flex-end;
}
#laparoscopic ul>li span {
	color: #b71212;
}
.operation {
	padding: 1.5rem;
	border: solid 2px var(--main_color);
	margin-bottom: 3rem;
}

/* 

リハビリ診療
rehabilitation

*/
#rehabilitation h3 {
	color: var(--main_color);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#rehabilitation h3+div:not(.equipment) {
	margin-left: 1rem;
}

#rehabilitation ul {
	margin-left: 1rem;
}
#rehabilitation ul {
	list-style: disc;
} 
#rehabilitation ul>li {
	margin-bottom: .5rem;
}
#rehabilitation .equipment ul {
	margin-left: 0;
	list-style: none;
}
#rehabilitation .equipment ul li span {
	display: block;
	padding: 4px 0;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	background: var(--main_color);
}

#rehabilitation .rehab_caution {
	padding: 1.5rem;
	border: solid 2px red;
	margin-bottom: 3rem;
}
#rehabilitation .rehab_caution h3 {
	color: red;
}
#rehabilitation .example {
	margin-left: 3rem;
	text-indent: -2em;
}

#rehabilitation .reha_table caption {
	margin-bottom: 2rem;
}
#rehabilitation .reha_table th {
	width: 4em;
	font-weight: normal;
}
#rehabilitation .reha_table th,
#rehabilitation .reha_table td {
	padding: 2px;
}

/* モバイル */
@media not screen and (min-width: 1280px) {
	#rehabilitation .reserve p {
		margin-bottom: 1rem;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	#rehabilitation ul.another {
		margin-left: 2rem;
	}
	#rehabilitation .reserve div {
		align-items: center;
	}
	#rehabilitation .reserve p {
		margin: 0 2em 0 0;
	}
	#rehabilitation .equipment ul li {
		width: calc((100% - 4rem) / 3);
	}
	#rehabilitation .rehabilitation_img img {
		width: 320px;
	}
}



