@charset "UTF-8";
/*////////////////////////////////////////////*/
/*///タイトル///*/
body#p07 h1 {
		margin-bottom: 10px;
}
body#p07 h1 span.small {
	font-size: 1.6rem;
	display: inline-block;
}
body#p07 p.supervised {
	text-align: right;
	font-size: 1.4rem;
	padding: 0!important;
	width: 100%;
	color: #009dda;
	font-weight: bold;
}
/*///画像共通///*/
img {
	max-width: 100%;
	height: auto;
	display: block;
}
/*////////////////////////////////////////////*/
/*///figure図通常///*/
body#p07 figure.normal {
	width: 80%;
	margin: 40px 10%;
}
body#p07 figure.normal .title-1 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 3rem;
}
@media screen and (max-width: 727px) {
	body#p07 figure.normal {
		width: 90%;
		margin: 40px 5%;
	}
}
@media screen and (max-width: 480px) {
	body#p07 figure.normal {
		width: 100%;
		margin: 30px 0%;
	}
}
/*////////////////////////////////////////////*/
/*///むくみ円///*/
ul.mukumi-bt-list {
	margin-bottom: 30px;
}
ul.mukumi-bt-list li {
	position: relative
}
ul.mukumi-bt-list li span {
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2.8rem;
	word-break: keep-all;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
figcaption.etc {
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (min-width:481px) and (max-width:640px) {
	ul.mukumi-bt-list li span {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	ul.mukumi-bt-list li span {
		font-size: 2rem;
		line-height: 2.6rem;
	}
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* チェックリスト全体 */
body#p07 figure.checklist {
	width: 70%;
	margin: 40px 15%;
}
h4.clip_title {
	text-align: center;
	border-bottom: 2px solid #ccc;
}
.clipboard {
	margin: 24px auto;
	padding: 18px;
	background: #a5c60a; /* 黄緑の縁 */
	border-radius: 12px;
	position: relative;
}
/* 上部のクリップ画像（透明PNG） */
.clipboard_clip {
	position: absolute;
	left: 50%;
	top: -10px;
	width: 300px;
	height: 44px;
	margin-left: -150px;
	background: url("../images/contents/care_clip.png") no-repeat center top;
	background-size: contain;
	pointer-events: none;
}
/* 用紙（白い面） */
.paper {
	background: #fff;
	border-radius: 8px;
	padding: 18px 18px 22px;
	border: 1px solid #d0d0d0;
	min-height: 240px;
}
/* タイトル帯 */
.title {
	position: relative;
	display: inline-block;
	padding: 10px 48px 10px 16px; /* 右はチェックアイコン分 */
	border-radius: 10px;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center !important;
	margin: 4px 0 5px;
	line-height: 1.4;
	color: #6FB92C;
}
/* タイトル右のチェックアイコン（擬似要素） */
.title::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 45%;
	width: 32px;
	height: 32px;
	margin-top: -14px;
	background: url("../images/contents/care_ch.png") no-repeat center center;
	background-size: contain;
}
/* リード文 */
p.lead {
	margin: 16px 0 16px;
	line-height: 2.4rem;
}
/* チェックリスト */
.mukumi_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mukumi_list li {
	position: relative;
	padding-left: 28px;
	margin: 12px 0;
	font-size: 1.8rem;
	font-weight: bold;
}
/* 四角のチェックボックス（擬似要素で描画） */
.mukumi_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 16px;
	height: 16px;
	border: 2px solid #777;
	background: #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #fff;
}
@media screen and (max-width: 727px) {
	body#p07 figure.checklist {
		width: 90%;
		margin: 40px 5%;
	}
}
@media screen and (max-width: 480px) {
	body#p07 figure.checklist {
		width: 100%;
		margin: 30px 0%;
	}
}
@media (max-width: 420px) {
	.clipboard {
		padding: 12px;
		border-radius: 10px;
	}
	.paper {
		padding: 14px 14px 18px;
	}
	.title {
		font-size: 18px;
		padding-right: 44px;
	}
	.title::after {
		width: 24px;
		height: 24px;
		margin-top: -12px;
		right: 6px;
	}
	.mukumi_list li {
		padding-left: 26px;
	}

	.mukumi_list li {
	position: relative;
	padding-left: 26px;
	margin: 12px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
	.mukumi_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0em;
	width: 16px;
	height: 16px;
	border: 2px solid #777;
	background: #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #fff;
}
	
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*日常生活、医療機関メインテキストと画像*/
/*回り込み*/
.figure-float img {
	float: right;
	width: 25%;
	height: auto;
	max-width: 100%;
	margin: 0 0 10px 16px; /* 左に余白 */
	display: block;
}
.figure-float p {
	/* 画像が右に浮くので、段落は自然に左側へ回り込み */
	line-height: 1.8;
}
/* ====== 480px以下：縦積み。テキスト→画像の順に視覚並び替え ====== */
@media (max-width: 580px) {
	.figure-float {
		display: flex;
		flex-direction: column;
	}
	.figure-float img {
		float: none; /* 回り込み解除 */
		width: 60%; /* 全幅 */
		margin: 8px 20% 0; /* 上だけ少し余白 */
		order: 2; /* 画像を下に */
	}
	.figure-float p {
		order: 1; /* テキストを上に */
	}
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*吹き出しイラストメニュー*/
body#p07 figure.popup {
	width: 80%;
	margin: 40px 10%;
}
.care07-figure {
	position: relative;
	display: inline-block;
	line-height: 0;
}
.care07-figure > img {
	display: block;
	width: 100%;
	height: auto;
}
.care07-bubble {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
a .b1 {
	left: 0%;
	top: 40.0%;
	width: 24.19%;
	height: 29.52%;
	background-image: url("../images/contents/care_07-bt1.svg");
	display: block;
}
a .b2 {
	left: 3.0%;
	top: 7.5%;
	width: 27.91%;
	height: 27.75%;
	background-image: url("../images/contents/care_07-bt2.svg");
	display: block;
}
a .b3 {
	left: 35.0%;
	top: 1.3%;
	width: 29.528%;
	height: 28.41%;
	background-image: url("../images/contents/care_07-bt3.svg");
	display: block;
}
a .b4 {
	left: 70.0%;
	top: 7.5%;
	width: 26.92%;
	height: 26.43%;
	background-image: url("../images/contents/care_07-bt4.svg");
	display: block;
}
a .b5 {
	left: 71.0%;
	top: 43.5%;
	width: 28.41%;
	height: 22.02%;
	background-image: url("../images/contents/care_07-bt5.svg");
	display: block;
}
a .b1:hover {
	background-image: url("../images/contents/care_07-bt1r.svg");
}
a .b2:hover {
	background-image: url("../images/contents/care_07-bt2r.svg");
}
a .b3:hover {
	background-image: url("../images/contents/care_07-bt3r.svg");
}
a .b4:hover {
	background-image: url("../images/contents/care_07-bt4r.svg");
}
a .b5:hover {
	background-image: url("../images/contents/care_07-bt5r.svg");
}
@media screen and (max-width: 727px) {
	body#p07 figure.popup {
		width: 90%;
		margin: 40px 5%;
	}
}
@media screen and (max-width: 480px) {
	body#p07 figure.popup {
		width: 100%;
		margin: 30px 0%;
	}
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*///QAの全体コンテナ///*/
.care-container1 {
	width: 80%;
	margin: 0 10% 6rem;
}
/*医療機関A1 図*/
body#p07 figure.sub {
	width: 25%;
	float: right;
}
@media screen and (max-width: 727px) {
	.care-container1 {
		width: 90%;
		margin: 0 5% 6rem;
	}
}
@media screen and (max-width: 480px) {
	.care-container1 {
		width: 100%;
		margin: 0 0% 6rem;
	}
}
/*////////////////////////////////////////////*/
/*///QA吹き出し///*/
/*共通設定*/
.flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-container-nowrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
/* Q　吹き出し枠*/
.q-container {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
/* 子要素の水平間隔（gapの代替） */
.q-container > * {
	margin-right: 16px;
}
.q-container > *:last-child {
	margin-right: 0;
}
.q-box {
	position: relative;
	background: #EEF5D9;
	background: #fff;
	border: 3px solid #D2E498;
	border-radius: 12px;
	padding: 18px 20px 18px 20px;
	-webkit-font-smoothing: antialiased;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}
.q-box:after {
	content: "";
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 12px 0 12px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #D2E498;
}
/* Q　吹き出し青用*/
.blue_unit {
	background: #afceeb;
	background: #fff;
	border: 3px solid #afceeb;
}
.blue_unit:after {
	border-color: transparent transparent transparent #afceeb;
}
.q-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-flex: 0 0 120px;
	flex: 0 0 120px;
}
.q-icon img {
	width: 82%;
	height: auto;
}
/* A　吹き出し枠*/
.a-container {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 4rem;
	;
}
.a-container > * + * {
	margin-left: 14px;
}
.a-icon {
	width: 120px;
	height: 120px;
	overflow: hidden;
	-webkit-flex: 0 0 120px;
	flex: 0 0 120px;
}
.a-icon img {
	width: 84%;
	height: auto;
}
.a-fukidashi {
	margin-top: 20px;
	position: relative;
	background: #FBDAB6;
	border: 3px solid #FBDAB6;
	border-radius: 12px;
	padding: 18px 20px 18px 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}
.a-fukidashi:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 28px;
	border-width: 12px 18px 12px 0;
	border-style: solid;
	border-color: transparent #FBDAB6 transparent transparent;
}
@media (max-width: 640px) {
	.q-container > * {
		margin-right: 12px;
	}
	.q-icon {
		width: 90px;
		height: 90px;
		-webkit-flex: 0 0 90px;
		flex: 0 0 90px;
	}
	.a-container > * + * {
		margin-left: 10px;
	}
	.a-icon {
		width: 90px;
		height: 90px;
		-webkit-flex: 0 0 90px;
		flex: 0 0 90px;
	}
	.q-fukidashi {
		margin-top: 10px;
	}
	.a-fukidashi {
		margin-top: 10px;
		padding: 18px 20px 18px 0px;
	}
	.q-box {
		padding: 18px 20px 18px 0px;
	}
}
/*////////////////////////////////////////////*/
/* QA吹き出し内リスト共通使用*/
ul.qalist {
	margin: 0;
	padding: 0;
}
ul.qalist li {
	line-height: 1.4em;
	background-image: none !important;
	text-align: justify !important;
	text-justify: distribute !important;
}
ul.qalist > li > span, ul.qalist > li ul li > span {
	display: block;
}
ul.qalist > li > span:nth-child(1) {
	float: left;
	margin: 0 0.8em 0 0.2em;
}
ul.qalist > li > span:nth-child(2) {
	overflow: hidden;
	padding-right: 1em;
	display: flex;
	align-items: center; /* 垂直方向 */
	min-height: 60px;
}
/*////////////////////////////////////////////*/
/* 吹き出し内装飾 */
/* Qアイコン */
ul.q-unit > li > span:nth-child(1) {
	width: 54px;
	height: 54px;
	border-radius: 6px;
	background: #EEF5D9;
	border: 4px solid #D2E498;
	font-weight: bold;
	font-size: 2.2rem;
	/*display:grid;
  place-items:center;  水平＋垂直を一括 */
	display: flex;
	justify-content: center; /* 水平方向 */
	align-items: center; /* 垂直方向 */
	letter-spacing: -0.03em;
}
.blue_unit ul.q-unit > li > span:nth-child(1) {
	background: #dceaf6;
	border: 4px solid #afceeb;
}
ul.q-unit > li > span:nth-child(2) {
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: bold;
}
/* Aアイコン */
ul.a-unit > li > span:nth-child(1) {
	width: 54px;
	height: 54px;
	border-radius: 6px;
	background: #fff;
	border: 4px solid #f97b15;
	font-weight: bold;
	font-size: 22px;
	/*display:grid;
  place-items:center;  水平＋垂直を一括 */
	display: flex;
	justify-content: center; /* 水平方向 */
	align-items: center; /* 垂直方向 */
	letter-spacing: -0.03em;
}
ul.a-unit > li > span:nth-child(2) {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: bold;
}
@media (max-width: 640px) {
	/* QAリスト */
	ul.qalist > li > span:nth-child(1) {
		float: left;
		margin: 0 0.6em 0 0.6em;
	}
	/* Qアイコン */
	ul.q-unit > li > span:nth-child(1) {
		width: 54px;
		height: 54px;
		border-radius: 6px;
		background: #EEF5D9;
		border: 4px solid #D2E498;
		font-weight: bold;
		font-size: 2.2rem;
		display: flex;
		justify-content: center; /* 水平方向 */
		align-items: center; /* 垂直方向 */
		letter-spacing: -0.03em;
	}
	.blue_unit ul.q-unit > li > span:nth-child(1) {
		background: #dceaf6;
		border: 4px solid #afceeb;
	}
	ul.q-unit > li > span:nth-child(2) {
		font-size: 2.4rem;
		line-height: 3rem;
		font-weight: bold;
	}
	/* Aアイコン */
	ul.a-unit > li > span:nth-child(1) {
		width: 54px;
		height: 54px;
		border-radius: 6px;
		background: #fff;
		border: 4px solid #f97b15;
		font-weight: bold;
		font-size: 22px;
		/*display:grid;
  place-items:center;  水平＋垂直を一括 */
		display: flex;
		justify-content: center; /* 水平方向 */
		align-items: center; /* 垂直方向 */
		letter-spacing: -0.03em;
	}
	/* Qアイコン */
	ul.q-unit > li > span:nth-child(1) {
		width: 40px;
		height: 40px;
		border-radius: 4px;
		background: #EEF5D9;
		border: 3px solid #D2E498;
		font-weight: bold;
		font-size: 16px;
		/*display:grid;
  place-items:center;  水平＋垂直を一括 */
		display: flex;
		justify-content: center; /* 水平方向 */
		align-items: center; /* 垂直方向 */
		letter-spacing: -0.03em;
	}
	/* A青吹き出し */
	.blue_unit ul.q-unit > li > span:nth-child(1) {
		border: 3px solid #afceeb;
	}
	ul.q-unit > li > span:nth-child(2) {
		font-size: 1.8rem !important;
		line-height: 2.2rem !important;
	}
	/* Aアイコン */
	ul.a-unit > li > span:nth-child(1) {
		width: 40px;
		height: 40px;
		border-radius: 4px;
		background: #fff;
		border: 4px solid #f97b15;
		font-weight: bold;
		font-size: 16px;
		/*display:grid;
  place-items:center;  水平＋垂直を一括 */
		display: flex;
		justify-content: center; /* 水平方向 */
		align-items: center; /* 垂直方向 */
		letter-spacing: -0.03em;
	}
	ul.a-unit > li > span:nth-child(2) {
		font-size: 1.8rem;
		line-height: 2.2rem;
		font-weight: bold;
	}
}
/*////////////////////////////////////////////*/
/* 拡張タイトル*/
h4.ex-title {
	display: flex;
	align-items: center;
	margin: 30px 2% 10px;
	font-weight: bold;
	font-size: 1.8rem;
}
h4.ex-title::before {
	content: attr(data-badge);
	display: inline-block;
	padding: 6px 18px; /* 文字まわりの余白 */
	border: 2px solid #ff8a00; /* オレンジ枠線 */
	color: #ff8a00; /* 文字色 */
	border-radius: 9999px; /* 楕円形 */
	line-height: 1;
	font-weight: bold;
	background: #fff;
	margin-right: 16px; /* テキストとの間隔 */
}
/*////////////////////////////////////////////*/
/* 各種説明BOX */
.flow-block {
	border: solid 1px #ccc;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative !important;
}
/*黄緑 */
.gleen {
	border: solid 1px #9DC814;
}
.gleen h3.flow-block-title {
	background-color: #9DC814;
}
.gleen .flow-list li span {
	background-color: #9DC814;
}
/*オレンジ*/
.orange {
	border: solid 1px #f97b15;
}
.orange h3.flow-block-title {
	background-color: #f97b15;
}
.orange .flow-list li span {
	background-color: #f97b15;
}
.orange-box {
	border: solid 1px #f97b15;
}
.long-box .flow-item {
	justify-content: flex-start;
}
/*ピンク*/
.pink {
	border: solid 1px #ef878c
}
.pink h3.flow-block-title {
	background-color: #ef878c
}
.pink .flow-list li span {
	background-color: #ef878c
}

h3.flow-block-title {
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	width: 100%;
	vertical-align: middle;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
}
.flow-block-title_number {
	padding: 10px;
	font-weight: bold;
	display: table
}
.flow-block-title_number span:nth-of-type(1) {
	font-size: 140%;
	display: table-cell;
	vertical-align: middle;
	width: 1.4em;
}
.flow-block-title_number span:nth-of-type(2) {
	margin-left: 5px;
	font-size: 110%;
	display: table-cell;
	vertical-align: middle;
	color: #000 !important;
}
.flow-container {
	display: flex;
	padding: 15px;
	border-radius: 0 0 10px 10px;
}
.flow-container p{
	width: 100%;
}
.flow-container-no-title {
	border-radius: 10px;
}
.flow-item {
	width: 49%;
	display: flex;
	justify-content: center; /* 水平方向 */
	align-items: center; /* 垂直方向 */
	letter-spacing: -0.05em;
}
.flow-item:first-child {
	margin-right: 2%;
}
.flow-item-1column {
	width: 100%;
	margin-right: 0 !important;
}
.flow-item-1column h3 {
	margin-bottom: 20px;
	font-weight: bold;
}
.flow-item img {
	max-width: 100%;
}
.flow-list li {
	font-size: 1.8rem;
	font-weight: bold;
}
.flow-list li.etc-txt {
	text-align: right!important;
}

.flow-list li {
	margin-bottom: 10px;
	margin-left: 1.1em;
	line-height: 1.5em;
}
/*ルビ*/
.flow-list li span {
	margin-left: -1.1em;
	width: 0.8em;
	height: 0.8em;
	margin-right: 5px;
	border-radius: 50%;
	display: inline-block;
}
.flow-list li span {
	background: #ccc;
}
.w69 {
	width: 72%;
}
.w29 {
	width: 28%;
}
@media screen and (max-width:580px) {
	.w69, .w29 {
		width: inherit;
	}
	.flow-container {
		display: block;
	}
	.flow-container p{
		font-size: 1.6rem!important;
		line-height: 2.4rem;
	}
	.flow-item {
		width: 100%;
	}
	.flow-item p{
	font-size: 1.6rem;
		line-height: 2.6rem;
	}
	.flow-item .img-title {
		margin-top: 10px;
	}
	.flow-item img {
		margin-bottom: 15px;
	}
	.flow-list li {
	font-size: 1.6rem;
	font-weight: bold;
}
}
/*////////////////////////////////////////////*/
/*監修医師からのアドバイス*/
.notice {
	position: relative;
	margin: 0;
	padding: 12px 0;
	line-height: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.notice::before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	-webkit-flex: 0 0 95px;
	flex: 0 0 95px;
	background: url("../images/contents/care_mark.png") no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
img.notice-illust {
	width: 70% !important;
	margin: 0 15% 0;
}
img.orangebox-illust {
	width: 70% !important;
	margin: 0 15% 10px;
}
img.orangebox-illust-s {
	width: 70% !important;
	margin: 0 15% 10px;
}
.notice_text {
	margin: 0;
	margin-left: 12px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
@media (max-width: 580px) {
	img.notice-illust {
		width: 40% !important;
		margin: 0 25% 0;
	}
	.notice_text {
		font-size: 1.6rem !important;
		line-height: 2.2rem !important;
		margin-left: 10px;
	}
}
@media (max-width: 640px) {
		img.orangebox-illust {
		width: 50% !important;
		margin: 0 25% 10px;
	}
}
@media (max-width: 480px) {
	.notice {
		padding: 8px 0;
	}
	img.notice-illust {
		width: 40% !important;
		margin: 0 25% 0;
	}
			img.orangebox-illust {
		width: 50% !important;
		margin: 0 25% 10px;
	}
	img.orangebox-illust-s {
		width: 50% !important;
		margin: 0 25% 10px !important;
	}
	.q-icon {
		width: 80px;
		height: 80px;
		-webkit-flex: 0 0 80px;
		flex: 0 0 80px;
	}
	.a-icon {
		width: 80px;
		height: 80px;
		-webkit-flex: 0 0 80px;
		flex: 0 0 80px;
	}
}
@media (max-width: 345px) {
	.notice_text {
		font-size: 1.4rem;
	}
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/