/**
 * Legacy "病名から探す" presentation.
 *
 * The plugin adds .cordy-site-custom-disease to <body>; every rule is scoped
 * to that class so the stylesheet cannot affect unrelated theme templates.
 */

.cordy-site-custom-disease main {
	padding-top: 40px;
}

.cordy-site-custom-disease .ttl {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 8px;
	border-bottom: 2px solid #e2e5e8;
	font-size: 26px;
	font-weight: 700;
}

.cordy-site-custom-disease .ttl::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #2a763b;
	content: "";
}

.cordy-site-custom-disease .ttl02 {
	margin: 40px 0;
	padding: 6px 0 9px 10px;
	border-bottom: 2px solid #e2e5e8;
	border-left: 4px solid #07770c;
	font-size: 24px;
}

.cordy-site-custom-disease .ttl03 {
	margin: 25px 0;
	padding-left: 10px;
	border-left: 3px solid #07770c;
	font-size: 22px;
}

.cordy-site-custom-disease .ttl04 {
	margin: 18px 0;
	font-size: 18px;
}

.cordy-site-custom-disease .link_list {
	margin-bottom: 30px;
	padding-left: 40px;
}

.cordy-site-custom-disease .link_list .item {
	margin-bottom: 10px;
	list-style: circle;
}

.cordy-site-custom-disease .link_list .item::marker {
	color: #000099;
}

.cordy-site-custom-disease .link_list .item a {
	color: #000099;
	font-size: 16px;
	text-decoration: underline;
}

.cordy-site-custom-disease .link_list .item a:hover,
.cordy-site-custom-disease .link_list .item a:focus-visible {
	opacity: 0.7;
	text-decoration: none;
}

@media (max-width: 768px) {
	.cordy-site-custom-disease main {
		padding: 30px 16px;
	}

	.cordy-site-custom-disease .ttl {
		margin-bottom: 40px;
		font-size: 24px;
	}

	.cordy-site-custom-disease .ttl02 {
		font-size: 20px;
	}

	.cordy-site-custom-disease .ttl03 {
		font-size: 18px;
	}

	.cordy-site-custom-disease .ttl04 {
		font-size: 16px;
	}

	.cordy-site-custom-disease .sp_search {
		width: 100%;
		margin-top: 0;
	}
}
