#page_title {
	background: url('../images/community-medicine/pagetitle.webp') no-repeat center center;
}

main {
	display: block;
}

main section {
	border: 0;
	border-radius: 0;
}

#section2 article {
	display: flex;
	gap: 40px;
}

#section2 article dl {
	width: calc((100% - 80px) / 3);
	border: 1px solid #999;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px;
}

#section2 dt {
	color: #11a1da;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

#section2 dd strong {
	color: #11a1da;
}

#section2 dd.more {
	padding: 20px 0 0;
}

#section3 article {
	display: flex;
	gap: 40px;
}

#section3 article dl {
	width: calc((100% - 40px) / 2);
	border: 1px solid #999;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px;
}

#section3 dt {
	color: #11a1da;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

#section4 article {
	display: flex;
	gap: 2px;
}

#section4 article dl {
	width: calc((100% - 120px) / 4);
	flex: none;
	border: 1px solid #999;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px;
}

.arrow {
	width: 36px;
	flex: none;
	color: #f09534;
	font-weight: bold;
	font-size: 36px;
	display: flex;
	align-items: center;
}

#section4 article dt {
	font-size: 30px;
	color: #11a1da;
	margin-bottom: 10px;
	font-weight: bold;
}

#section4 article dt img {
	display: block;
	margin: 0 auto 10px;
}

span.icon {
	display: flex;
	height: 120px;
	justify-content: center;
	align-items: center;
}

#section5 h3,
#section6 h3,
#section7 h3 {
	border-bottom: 3px double #11a1da;
}

main .inner {
	display: flex;
	gap: 40px;
	margin: 0 auto 60px;
}

main .inner_l,
main .inner_r {
	width: calc((100% - 40px) / 2);
	flex: none;
}

.flow {
	display: flex;
	gap: 2px;
	margin: 0 0 40px;
}

.flow dl {
	border: 1px solid #999;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px;
}

.flow dt {
	font-size: 30px;
	color: #11a1da;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#section5 .flow dl {
	width: calc((100% - 160px) / 5);
}

#section6 .flow dl {
	width: calc((100% - 120px) / 4);
}

#section7 figure {
	width: 207px;
	flex: none;
}

#section5,
#section6,
#section7{
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 20px;
	background-color: #f9f9f9;
}
