@charset "utf-8";
/* ------------------------------
	共通
------------------------------ */
main {
	padding-bottom: 100px;
}
.inner {
	container-type: inline-size;
}
h2, h3, h4 {
	font-weight: 700;
	color: #2872B0;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
h3.u-line {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #2872B0;
}
.sec_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #E8F0F7 0, #C9DCF2 100%);
	padding-top: 3cqw;
	padding-bottom: 3cqw;
	margin-top: 4cqw;
	margin-bottom: 4cqw;
}
@media screen and (max-width: 767px) {
	.sec_header {
		padding-top: 6cqw;
		padding-bottom: 6cqw;
	}
}
@media screen and (max-width: 767px) {
	.sec_header {
		margin-top: 8cqw;
		margin-bottom: 8cqw;
	}
}
.sec_header h2 {
	text-align: center;
}
.sec_header p {
	font-weight: 700;
}
.columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 2cqw;
	margin-bottom: 2cqw;
}
@media screen and (max-width: 767px) {
	.columns {
		margin-top: 4cqw;
		margin-bottom: 4cqw;
	}
}
@media screen and (max-width: 767px) {
	.columns .columns_panel {
		width: 100% !important;
	}
	.columns .columns_panel:not(:last-of-type) {
		margin-bottom: 1.5em;
	}
}
.columns.-half .columns_panel {
	width: 48%;
}
.columns.-three .columns_panel {
	width: 30%;
}
.bgBlue {
	background-color: #EAF0F7;
	padding: 4cqw;
	border-radius: 2cqw;
}
@media screen and (max-width: 767px) {
	.bgBlue {
		padding: 8cqw;
		border-radius: 4cqw;
	}
}
.bgBlue_title {
	width: 100%;
	padding: 4cqw;
	margin-bottom: 4cqw;
	background-color: #fff;
	border-radius: 1.5cqw;
}
.bgBlue_title * {
	text-align: center;
	font-weight: 700;
}
.narrow {
	width: min(100%, 800px);
	margin: auto;
}
.super-narrow {
	width: min(100%, 600px);
	margin: auto;
}
.paragraph:not(:last-of-type) {
	margin-bottom: 3cqw;
}
ul {
	margin: 1em 0;
}
ul li {
	position: relative;
	padding-left: 1.5em;
	color: #2872B0;
	font-weight: 700;
	line-height: 2;
}
ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	color: #2872B0;
}
/* ------------------------------
	定義
------------------------------ */
#definition .fanPoint {
	position: relative;
	border: 1px solid #2872B0;
	border-radius: 3cqw;
	padding: 5cqw;
	margin: 5cqw 0;
	overflow: hidden;
}
#definition .fanPoint::before {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 0.8em;
	padding-right: 1.2em;
	background-color: #2872B0;
	color: #fff;
	font-size: 3cqw;
	font-weight: 900;
	width: 8cqw;
	height: 8cqw;
	border-radius: 0 0 10cqw 0;
}
@media screen and (max-width: 767px) {
	#definition .fanPoint::before {
		width: 12cqw;
		height: 12cqw;
		padding-bottom: 1.5em;
		padding-right: 2em;
		border-radius: 0 0 12cqw 0;
	}
}
#definition .fanPoint:nth-of-type(1)::before {
	content: "?";
}
#definition .fanPoint:nth-of-type(2)::before {
	content: "!";
}
#definition .fanPoint h3 {
	margin-left: 1em;
}
@media screen and (max-width: 767px) {
	#definition .fanPoint h3 {
		margin-left: 1.5em;
	}
}
#definition .fanPoint .columns {
	margin-bottom: 0;
}
#definition .symptom .columns {
	row-gap: 4cqw;
}
@media screen and (max-width: 767px) {
	#definition .symptom .columns_panel {
		margin-top: 3em;
	}
}
#definition .symptom .columns_panel:nth-of-type(1) .symptom_title::before {
	background-image: url("/mizwp/wp-content/themes/mizushima/images/sas/symptom_numico01.png");
}
#definition .symptom .columns_panel:nth-of-type(2) .symptom_title::before {
	background-image: url("/mizwp/wp-content/themes/mizushima/images/sas/symptom_numico02.png");
}
#definition .symptom .columns_panel:nth-of-type(3) .symptom_title::before {
	background-image: url("/mizwp/wp-content/themes/mizushima/images/sas/symptom_numico03.png");
}
#definition .symptom .columns_panel:nth-of-type(4) .symptom_title::before {
	background-image: url("/mizwp/wp-content/themes/mizushima/images/sas/symptom_numico04.png");
}
#definition .symptom_title {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 2cqw;
	margin: 2cqw 0;
	background-color: #fff;
	border-radius: 1cqw;
}
#definition .symptom_title::before {
	content: "";
	display: block;
	width: 3em;
	margin-right: 1em;
	aspect-ratio: 1/1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/* ------------------------------
	脂肪肝
------------------------------ */
#fatty-liver .risk .columns_panel img {
	width: 80%;
	margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
	#fatty-liver .columns_panel {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	#fatty-liver .columns_panel ul {
		width: 80%;
	}
}
/* ------------------------------
	検査方法
------------------------------ */
#inspection .title-box {
	margin: 1em 0;
	border: 1px solid #2872B0;
	border-radius: 1em;
	overflow: hidden;
}
#inspection .title-box dt {
	padding: 0.5em;
	background-color: #2872B0;
	color: #fff;
	text-align: center;
}
#inspection .title-box dd {
	padding: 0 1em;
}