#page_title {
	background: url('../images/medical-treatment/pagetitle.webp') no-repeat center center;
}
#section1 h3{
	font-size:36px;
	background:transparent;
	box-shadow:0 0 0 rgba(0,0,0,0);
}
#section1 .flexbox{
	flex-wrap:wrap;
	gap:50px 8.85dvw;
	justify-content:center;
}
#section1 .flexbox figure{
	width:calc((100% - 17.7dvw) / 3);
	font-size:24px;
	text-align:center;
	line-height:1.8em;
}
#section1 .flexbox figure img{
	display:block;
	width:351px;
	height:223px;
	object-fit:contain;
	margin:0 auto 10px;
}
#section2 dl{
	display:flex;
	gap:40px;
	margin-bottom:40px;
	justify-content:flex-end;
}
#section2 article{
	max-width:1240px;
	margin:0 auto;
}
#section2 dl dt{
	line-height:68px;
}
#section2 dl .more{
	width:560px;
}
#section3 article{
	display:flex;
	flex-wrap:wrap;
	gap:50px;
}
#section3 article dl{
	padding:40px;
	border-radius:20px;
	box-sizing:border-box;
	width:calc((100% - 50px) / 2);
	box-shadow: 0 -3px 3px rgba(0,0,0,0.2);
}
#section3 dt{
	color:#2055a3;
	font-size:24px;
	margin-bottom:20px;
}
#section3 article dl:nth-child(1) dd,
#section3 article dl:nth-child(2) dd{
	display:flex;
	gap:30px;
}
#section3 article dl:nth-child(1) dd .more a,
#section3 article dl:nth-child(2) dd .more a{
	width:300px;
	flex:none;
	display:flex;
	justify-content:center;
	gap:20px;
	align-items:center;
}
#section3 article dl:nth-child(1) dd .more a{
	border:5px solid #ff6c00;
}
#section3 article dl:nth-child(1) dd .more a:hover{
	background:#ff6c00;
}

#section4{
}
#section4 article{
	display:flex;
	max-width:1430px;
	gap:4.6875dvw;
}
#section4 #calendar{
	border-radius:10px 0 0 10px;
	box-shadow:0px 2px 2px rgba(0,0,0,0.3);
	overflow:hidden;
	width:calc((100% - 4.6875dvw) * 0.6);
}
#section4 table{
	width:100%;
	margin-bottom:20px;
}
#section4 thead th{
	font-size:24px;
	color:#fff;
	background:#1c52a0;
}
#section4 thead th img{
	vertical-align:middle;
	margin-right:5px;
}
#section4 th,
#section4 td{
	padding:5px;
	font-weight:400;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-left:1px solid #999;
	box-sizing:border-box;
}
#section4 td{
	color:#144ba5;
	min-width:70px;
}
#section4 p{
	line-height:1.4em;
	margin:0 20px;
	font-size:15px;
}
#section4 dl{
	margin:0 20px;
	line-height:1.4em;
	display:flex;
	font-size:15px;
}
#section4 dl dt{
	font-weight:700;
	white-space:nowrap;
}
#section4 dl dd ul{
	padding:0 0 0 40px;
}
#section4 table small{
	font-size:14px;
	color:#222;
}
.calendar_r{
	padding:40px;
	box-sizing:border-box;
	border-radius:20px;
	box-shadow:0px 1px 3px rgba(0,0,0,0.2);
	width:calc((100% - 4.6875dvw) * 0.4);
}