@charset "utf-8";
/* =====================================================================
   Combined CSS File: style.css (整理版)

   統合する前のファイル・順序：
   4. css/basic.css
   5. css/oshirase.css
   6. 2025_00/css/basic.css     (ページ固有基本スタイル)
   7. 2025_00/css/page.css     (ページ固有基本スタイル)
   ===================================================================== */


/* -----------------------------------------------------
   4. Common Basic Styles (css/basic.css)
----------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #000000;
}

#subPage .main a {
	font-weight: normal;
	color: #006699;
}

#subPage #content .main .img100 {
	max-width: 100%;
}

#header {
	width: 100%;
}

.kirari {
	float: left;
	position: relative;
	top: 50px;
	left: 390px;
}

.circle {
	float: left;
	position: relative;
	top: 100px;
	left: 595px;
}

.innerSub {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kirariSub {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
}

.circleSub {
	position: absolute;
	right: 100px;
	top: 15px;
}

#header .utility {
	float: right;
}

#content {
	clear: both;
	position: relative;
	width: 100%;
}

#subPage #content .main {
	float: left;
}

#footer {
	clear: both;
	width: 100%;
}

#footer dt {
	float: left;
}

#footer .copyRight {
	width: 100%;
}

.styled-button {
	background-color: #01abb4;
	width: 400px;
	height: 80px;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 1.5em;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	margin: 50px 0;
}

.styled-button:hover {
	background-color: #019aa3;
}

@media (max-width: 640px) {
	.styled-button {
		width: 300px;
	}
}

.button-stylish {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	background-color: #3498db;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease;
}

.button-stylish:hover {
	background-color: #2980b9;
}

.healthInfo {
	background-color: #FFF;
	padding: 45px 25px;
}

.oshiraseMain {
	background: #E8F8FF;
	border-top: 1px #CCCCCC solid;
	padding-bottom: 40px;
}

/*sp*/@media (max-width: 767px)  {
	#subPage #content {
		padding: 0!important;
	}
	
	#subPage #content .main .img100 {
		max-width: 100%;
		height: auto;
	}
	#header {
		width: auto;
	}
	#header p {
		float: left;
		position: relative;
		top: 0;
		left: 0;
	}
	#content {
		position: relative;
		width: auto;
	}
	#footer {
		width: auto;
	}
	#footer .copyRight {
		width: auto;
	}
	.healthInfo {
		padding: 0;
	}
}



/* -----------------------------------------------------
   5. oshirase.css
----------------------------------------------------- */

.floatL2 p {
	font-size: 1.7em;
}

.infoBk {
	padding-top:5em;
}
.bkNumber table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}
.bkNumber table th,
.bkNumber table td {
	font-size: 1.3em;
	padding: 10px;
	text-align: left;
}
.bkNumber table th {
	background-color: #ddd;
	border: 1px solid #ddd;
	text-align: center;
	letter-spacing: 0.5em;
}
.bkNumber table td:first-child {
	width: 20%;
}
.bkNumber table td {
	width: 40%;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
}
.bkNumber table tr:hover {
	background-color: #f1f1f1;
}

@media (min-width: 641px) {
	.spImg {
		display:none;
	}
	.waku h2 img,
	.waku2 h2 img,
	.wakuSub h2 img {
		width: 860px;
	}
	* {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	body {
		overflow: hidden;
		min-width: 1000px;
	}
	#subPage #content .inner {
		margin: 0 auto;
		width: 950px;
	}
	#content .main {
		width: 950px;
	}
	#header {
		margin-bottom:1px;
		margin: 0 auto;
		width: 100%;
	}

	#header p.kirari img {
		width: 305px;
		filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	}
	#header p.kirariSub img {
		width:200px;
		filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	}
	#header p.circle img {
		width:155px;
	}
	#header p.circleSub img {
		width:120px;
	}
	#header .utility {
		display: inline-block;
		padding: 20px 0 0 0;
		height: 32px;
		width:250px;
		color:#FFF;
		text-align:center;
		background-color: #333333;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}
	#header .utility:after {
		content:".";
		display:block;
		height:0px;
		clear:both;
		visibility:hidden;
	}
	#header .utility .sizeChange dt {
		padding: 0 5px 0 0;
		font-size: 1.0em;
		line-height: 2.8;
		font-weight: bold;
	}
	#header .utility .sizeChange dd img {
		cursor: pointer;
	}
	#header .utility .search form {
		position:relative;
		padding: 0 0 0 10px;
		height: 23px;
		width: 185px;
		background-color: #ffffff;
		border: 1px solid #c1c1c1;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}
	#header #cse-search-box input[type="text"] {
		padding: 4px 0;
		height: 15px;
		width: 143px;
		border:none !important;
		background-color:transparent;
		font-size: 1.4em;
	}
	#header #cse-search-box input[type="text"]:focus {
		outline: 0;
	}
	#header #cse-search-box input[type="submit"] {
		position:absolute; top: -1px; left:160px;
		overflow:hidden;
		height: 23px;
		width: 23px;
		text-indent: -70px;
		border: 0 none;
		background: url("../../images/common/icon_search.png") no-repeat center center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	#header .menuBtn {
		display:none;
	}
	#subPage #content .categoryImg span {
		display: none;
	}
	#subPage #content {
		padding: 0;
	}
	#subPage #content .main {
		padding: 5em 0 10px 0;
	}
	#subPage #content .side {
		padding: 0 0 30px 0;
	}
	#subPage #content .inner {
		margin: 0 auto;
		padding: 0;
	}
	#subPage #content .inner:after {
		content:".";
		display: block;
		height: 0px;
		clear: both;
		visibility: hidden;
	}
	#subPage .main div.waku {
		position: relative;
		padding:20px;
		-webkit-border-radius: 30px;  
		-moz-border-radius: 30px;  
		border-radius: 30px;
		margin-bottom:0;
		margin-bottom:0;
		background: #fff;
		box-shadow: 0 0px 0 4px rgba(1, 172, 220, 1);
		text-align: center;
	}
	#subPage .main div.wakuSub {
		position: relative;
		padding: 40px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		margin-bottom: 0;
		box-shadow: 0 0px 0 4px rgba(1,171,180,1);
		text-align: left;
	}
	#subPage .main div.wakuBk {
		position: relative;
		padding:20px;
		-webkit-border-radius: 30px;  
		-moz-border-radius: 30px;  
		border-radius: 30px;
		margin-bottom:0;
		box-shadow: 0 0px 0 4px rgba(1,171,180,1);
	}
	div.waku2 {
		padding:20px;
		background: url(../../images/common/bg_stripe01.png) top center repeat;
		margin-bottom:0;
	}
	#subPage .main div.waku::before {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -10px;
		width: 40px;
		height: 40px;
		transform: rotate(45deg);
		background: #fff;
		box-shadow: 3.5px 3.5px 0px 1px rgba(1, 172, 220, 1);
	}
	#subPage .main div.wakuSub::before {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -10px;
		width: 40px;
		height: 40px;
		transform: rotate(45deg);
		background: #fff;
		box-shadow: 3.5px 3.5px 0px 1px rgba(1,171,180,1);
	}
	#subPage .main div.wakuBk::before {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -10px;
		width: 40px;
		height: 40px;
		transform: rotate(45deg);
		background: #fff;
		box-shadow: 3.5px 3.5px 0px 1px rgba(1,171,180,1);
	}
	#subPage .main div.page {
		position: relative;
		margin-bottom:4em;
	}
	#subPage .topicPath {
		width: 100%;
		background:#f7f7f7;
		border-top:1px #CCCCCC solid;
		border-bottom:1px #CCCCCC solid;
	}
	#subPage .topicPath p {
		text-align:center;
		padding:2em 0;
	}
	#subPage .topicPath p img {
		margin:0 1em;
	}
	#subPage .topicPath dl {
		width: 950px;
		margin:auto;
	}
	#subPage .topicPath dt {
		overflow: hidden;
		width: 0;
		height: 0;
		font-size: 1px;
		line-height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		color: #FFFFFF;
	}
	#subPage .topicPath dd {
		font-size: 1.1em;
	}
	#subPage .topicPath li:first-child {
		float: left;
		padding: 10px 0;
	}
	#subPage .topicPath li + li {
		float: left;
		padding: 10px 0;
	}
	#subPage .topicPath li span {
		padding: 0 10px;
	}
	#subPage .topicPath li a {
		text-decoration: none;
		color: #000000;
	}
	#subPage .topicPath li a:hover {
		text-decoration: underline;
	}
	#pageTop {
		position:relative;
		margin:0 auto;
		max-width:1000px;
	}
	#pageTop a {
		z-index:9999;
		display: block;
		overflow:hidden;
		position: fixed;
		bottom: 0px;
		left: auto;
		margin-left:1000px;
		height:50px;
		width: 50px;
		background:	url(../../images/common/btn_pagetop.png) top left no-repeat;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-indent:-9999px;
		outline:none;
	}
	#footer {
		text-align: left;
		background-color: #ffffff;
	}
	#footer .copyRight {
		color: #000;
		padding: 14px 0;
		border-top: 1px solid #c1c1c1;
		font-size: 1.0em;
		text-align: center;
		background-color:#fff;
	}
	.spaceImg {
		padding:2em 0;
	}
}

.button-container {
  text-align: center;
  margin: 1.5rem 0 1rem;
}

.info-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #0090d5;
  color: #ffffff!important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 0.9rem!important;
}

.info-button:hover {
  background-color: #00cdd5;
  transform: scale(1.05);
}

@media (max-width: 640px) {
	.button-container {
		text-align: center;
	}
	.pcImg {
		display:none;
	}
	.spImg img {
		display: block;
	}
	.waku h2 img,
	.waku2 h2 img,
	.wakuSub h2 img {
		max-width: 100%;
	}
	* {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	body {
		overflow: hidden;
	}
	#header .inner,
	#globalNav .inner {
		width: auto;
	}
	#subPage #content .inner {
		width: auto;
	}
	#subPage .main div.waku,
	#subPage .main div.wakuSub {
		position: relative;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background:#FFF;
		margin-bottom:0;
		margin-top: 40px;
	}
	#subPage .main div.waku::before,
	#subPage .main div.wakuSub::before {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -10px;
		width: 40px;
		height: 40px;
		transform: rotate(45deg);
		background: #fff;
	}
	#subPage .main div.waku {
		padding:20px;
		box-shadow: 0 0px 0 4px rgba(1, 172, 220, 1);
	}
	#subPage .main div.waku::before {
		box-shadow: 3.5px 3.5px 0px 1px rgba(1, 172, 220, 1);
	}
	#subPage .main div.wakuSub {
		padding:40px;
		box-shadow: 0 0px 0 4px rgba(1,171,180,1);
	}
	#subPage .main div.wakuSub::before {
		box-shadow: 3.5px 3.5px 0px 1px rgba(1,171,180,1);
	}
	#subPage .main div.waku2 {
		padding:20px;
		margin-bottom:0;
	}
	#subPage .main div.page {
		position: relative;
		margin-bottom:5em;
		margin-top:0.5em;
	}
	#subPage #content .main {
		width: auto;
	}
	#subPage.protection #content .main {
		width: auto;
	}
	#subPage #content .side {
		width: auto;
	}
	#header p img {
		position: relative; top:0px; left:0px;
		max-width: 100%;
		height: auto;
	}
	#header .utility {
		display: none;
	}
	#sidr-right #cse-search-box input[type="text"] {
		padding: 4px 0;
		height: 20px;
		width: 85%;
		border:none !important;
		background-color:transparent;
		font-size: 1.4em;
	}
	#sidr-right #cse-search-box input[type="text"]:focus {
		outline: 0;
	}
	#sidr-right #cse-search-box input[type="submit"] {
		position:absolute; top: -1px; right:5px;
		overflow:hidden;
		height: 28px;
		width: 28px;
		text-indent: -70px;
		border: 0 none;
		background: url("../../images/common/icon_search.png") no-repeat center center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	#subPage #content .main {
		float: left;
		margin: 0 15px;
		padding: 0;
	}
	#subPage #content .inner:after {
		content:".";
		display:block;
		height:0px;
		clear:both;
		visibility:hidden;
	}
	#subPage .main p,
	#subPage .main > p,
	#subPage .main section > p {
		font-size: 1.4em;
		line-height: 2;
	}
	#subPage .main section dd {
		line-height: 1.8;
	}
	#subPage .main > p img,
	#subPage .main section > p img {
		display:block;
		margin: 0 auto;
	}
	#subPage .main div.infoBk {
		padding-top:5em;
	}
	#subPage .main div.infoBk p {
		text-align:center;
		display:block;
		width:50%;
		float:left;
		padding-bottom:1em;
	}
	#subPage .main .noBrCnt {
		text-align: center;
	}
	#subPage .main ul.notes {
		margin-left: 1em;
		text-indent: -1em;
	}
	#subPage .main ul.notes li {
		font-size: 1.2em;
	}
	#subPage .main .moreLink ul.notes li {
		font-size: 1.2em;
	}
	#subPage .main ul.parenList {
		margin-left: 1.0em;
		text-indent: -1.0em;
		list-style-type: none;
	}
	#subPage .main ul.parenList li {
		font-size: 1.4em;
	}
	#subPage .main ul.discList {
		margin-left: 0.5em;
		list-style-type: none;
	}
	#subPage .main ul.discList li {
		padding: 0 0 0 18px;
		background: url(../../images/common/list_style_disc_gray.png) no-repeat 0 2px;
		font-size: 1.4em;
	}
	@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
		#subPage .main ul.discList li {
			background: url(../../images/common/list_style_disc_gray@2x.png) no-repeat 0 2px;
			-moz-background-size: auto 15px;
			-webkit-background-size: auto 15px;
			background-size: auto 15px;
		}
		#subPage .main dl.decimalList {
			margin-left: 1.0em;
			text-indent: -1.0em;
			list-style-type: none;
		}
		#subPage .main dl.decimalList dt {
			font-size: 1.4em;
			font-weight: bold;
		}
		#subPage .main dl.decimalList dd {
			font-size: 1.4em;
		}
		#subPage .main dl.decimalList dd + dt {
			margin: 0.8em 0 0 0;
		}
		#subPage .main ol.decimalList {
			margin-left: 3.0em;
			list-style-type: decimal;
		}
		#subPage .main ol.decimalList li {
			font-size: 1.4em;
		}

		#subPage .main ul.pageLink li {
			font-size: 1.5em;
		}
		#subPage .main ul.pageLink a {
			padding: 8px;
			color:#000000;
		}
		@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
			#subPage .main ul.pageLink a[href$=".html"],
			#subPage .main ul.pageLink a[href^="../"] 
      {
				background: url(../../images/common/icon_link@2x.png) no-repeat 20px 8px;
				-moz-background-size: auto 50%;
				-webkit-background-size:auto 50%;
				background-size: auto 50%;
			}
		}
	}
	#subPage .topicPath {
		width: 100%;
		background:#f7f7f7;
		padding-left:1em;
		border-top:1px #CCCCCC solid;
		border-bottom:1px #CCCCCC solid;
	}
	#subPage .topicPath p {
		text-align:center;
	}
	#subPage .topicPath p img {
		width:40%;
		margin: 1em;
	}
	#subPage .topicPath dt {
		overflow: hidden;
		width: 0;
		height: 0;
		font-size: 1px;
		line-height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		color: #FFFFFF;
	}
	#subPage .topicPath dd {
		font-size: 1.1em;
		line-height: 1.1em;
	}
	#subPage .topicPath li:first-child {
		float: left;
		padding: 5px 0;
	}
	#subPage .topicPath li + li {
		float: left;
		padding: 5px 0;
	}
	#subPage .topicPath li span {
		padding: 0 10px;
	}
	#subPage .topicPath li a {
		text-decoration: none;
		color: #000000;
	}
	#subPage .topicPath li a:hover {
		text-decoration: underline;
	}


	#pageTop {
		position:relative;
		width: auto;
	}
	#pageTop a {
		z-index: 9999;
		display: block;
		overflow: hidden;
		position: relative;
		bottom: 0px;
		right: 10px;
		height:50px;
		width: 50px;
		background:	url(../../images/common/btn_pagetop.png) top left no-repeat;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-indent: -9999px;
		outline: none;
	}
	#footer {
		border-top: 1px solid #c1c1c1;
		background-color: #fff;
		text-align: left;
		padding: 0 0;
		margin: 0;
	}
	#footer .copyRight {
		padding: 10px 0;
		font-size: 1.0em;
		text-align: center;
	}
	.spaceImg {
		padding:1em 0;
	}
}



/* -----------------------------------------------------
   6. basic.css
----------------------------------------------------- */
#subPage .main h2,
#subPage .main h3,
#subPage .main h4,
#subPage .main h5 {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
}

#subPage .main h2{
	text-align: center;
}

#subPage h3.ttl-D {
	color: #00b8c1;
	text-align: center;
	font-size: 4.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	#subPage h3.ttl-D {
		font-size: 2.3em!important;
	}
}

#subPage .main h2.text {
	color: #01ACDC;
	font-size: 4.5em;
}

#subPage p,
#subPage > p,
#subPage section > p,
.announcement p {
	font-size: 1.7em;
	line-height: 1.7;
}

.announcement p {
	margin-bottom: 2em;
}

@media (max-width: 640px) {
	#subPage .main h1 {
		padding: 5px 10px;
		border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #1c60ad;
		font-weight: bold;
	}
	#subPage .main h1 span {
		display: inline-block;
		padding: 0.2em 0.5em 0.1em 0.5em;
		border-left: 4px solid #9bbde3;
	}
	#subPage .main h2 {
		padding: 0;
		font-size: 2.5em;
	}
	#subPage .main h2.text {
		color: #01ACDC;
		font-size: em;
	}
	#subPage .main h2 span {
		display: inline-block;
		padding: 0.1em 0.5em;
	}
	#subPage h3 {
		font-size: 2.5em;
		text-align: center;
	}
	#subPage h3.ttl-D {
		font-size: 3.5em;
	}
	#subPage .main p,
	#subPage .main > p,
	#subPage .main section > p,
	.announcement p {
		font-size: 1.6em;
		line-height: 1.7;
	}
}

@media (min-width: 641px) {
	#header.topHdImg {
		background-image: url(../images/categoryImg.webp);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}

	.fraction {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: smaller;
	}
	.fraction > .sep {
		background-color: black;
		display: block;
		width: 100%;
		height: 1px;
	}

	#header .inner {
		margin: 0 auto;
		width: 1100px;
		height: 230px;
	}
	#header .innerSub {
		background-image: url(../images/categoryImg.webp);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		height: 150px;
	}

	#subPage .main .announcement {
		padding: 20px 30px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: #FFF;
		border: 1px solid #01acdc;
	}
}

/*sp*/@media (max-width: 767px)  {
	.announcement {
		padding: 1.5em;
		background: #FFF;
		border-radius: 10px;
		border: 1px solid #01acdc;
	}
	p.img100 img {
		max-width: 100%;
	}
	#header .inner {
		width: 100%;
	}
}

.pc_br {
	display: none;
}

@media (min-width: 768px) {
	.pc_br {
		display: inline;
	}
}



/*pc*/@media (min-width: 768px)  {
	.sp_br {
		display: none;
	}
}

/*sp*/@media (max-width: 767px)  {
	.sp_br {
		display:block;
	}
}

/*印刷用*/
@media print {
    .sp_br {
        display: none;
    }
}


/* -----------------------------------------------------
   7. page.css
----------------------------------------------------- */

#content ul,
#content ol {
  font-size: 1rem;
  line-height: 1.8rem;
}

sup {
  font-size: 0.7em;
  vertical-align: super;
}

.box-kansyu {
  display: flex;
  align-items: center;
  background: #EEF9F9;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.kansyu {
  width: 62px;
  height: 62px;
  background-color: #00b7c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
}

.name {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}

.name p {
  margin: 0;
}

table.tb-bmi {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table.tb-bmi th,
.tb-bmi td {
  padding: 5px 7px;
  text-align: center;
  font-size: 0.9rem;
}

table.tb-bmi th {
  background-color: #E0669A;
  color: #ffffff;
}

table.tb-bmi tr {
  border-bottom: 1px solid #cccccc;
}

table.tb-bmi tr:nth-of-type(even) {
  background-color: #FAFAFA;
}

table.tb-bmi tr:last-of-type {
  border-bottom: 2px solid #E0669A;
}

.section-A {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.section-C {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-A .text {
  flex: 2; /* 右側のテキストを2の比率に */
  padding: 0 0 0 20px;
}

.section-A .image {
  flex: 1; /* 左側の画像を1の比率に */
  padding: 20px 20px 0 0;
}

.section-C .text {
  flex: 1;
  padding: 0 20px 0 20px;
  align-self: flex-start;
}

.section-C .image {
  flex: 1;
  padding: 0 0 0 20px;
  align-self: flex-start;
}

.section-A img,
.section-C img {
  max-width: 100%;
  height: auto;
}

p.img100 img {
	width: 100%;
}

p.img50 {
	text-align: center;
	margin: 1rem 0;
}
p.img50 img {
	width: 50%;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
  .section-A {
    flex-direction: column;
  }
  
  .section-A .image,
  .section-A .text {
    flex: none;
    width: 100%;
    padding: 0;
  }
  
  .section-A .image {
    margin-bottom: 1rem;
  }
}


@media screen and (max-width: 768px) {
  .section-A,
  .section-C {
    flex-direction: column;
  }
  .section-A .text,
  .section-C .text {
    margin: 0 auto;
	padding: 0;
    width: 100%;
	font-size: 0.6rem;
  }
  .section-A .image,
  .section-C .image {
    margin: 0 auto;
	padding: 0;
    width: 90%;
	font-size: 0.6rem;
  }
  table.tb-bmi {
    width: 90%;
  }
  p.img50 img {
	width: 90%;
}
}



a.button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  font-size: 1.7em;
  background-color: #66b981;
  border-radius: 35px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  width: fit-content;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  a.button-link {
    border-radius: 50px;
  }
}

a.button-link:hover {
  background-color: #68d5b6;
  transform: translateY(-2px);
}

.button-text {
  flex-grow: 1;
}

.button-icon {
  font-size: 1.5em;
  margin-left: 20px;
  transition: transform 0.2s ease;
  position: relative;
  top: -2px;
}

a.button-link:hover .button-icon {
  transform: translateX(5px);
}

.memo {
  font-size: 0.8rem!important;
}

.memo2 {
  font-size: 0.9rem!important;
}


@media (min-width: 768px) {
  .pc-br {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

@media (min-width: 768px) {
  .floatL2 p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
}

.info-box {
  background-color: #f0f0f0;
  padding: 20px 30px;
  border-radius: 15px;
  margin-bottom: 2em;
}

h4.info-ttl {
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  font-size: 1.2rem !important;
  margin-bottom: 0.8rem;
  background-color: #ebe7e3;
}

@media (max-width: 767px) {
  h4.info-ttl {
    width: 100%;
	font-size: 1.5em!important;
	padding: 0.5em 1em;
  }
}

h4.info-ttl .circle-number {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}

h4.info-ttl .circle-number {
  color: #000;
}

div.info-ttl-B {
  position: relative;
  margin: 20px 0 1rem 20px;
  display: inline-block;
  box-sizing: border-box;
}

div.info-ttl-B .tab {
  position: absolute;
  top: -27px;
  left: 0;
  background: #ebe7e3;
  padding: 5px 15px;
  font-size: 1.5em;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 0.6rem;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

/*sp*/@media (max-width: 767px)  {
	div.info-ttl-B .tab {
  margin-left: 0.6rem;
}
}

div.info-ttl-B .heading-text {
	color: #333;
	font-size: 2.2em;
  	background-color: #ebe7e3;
  	padding: 15px 30px;
  	border-radius: 10px;
	width: 100%;
  	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.ttl-C {
	font-size: 1.5rem;

}

@media (min-width: 768px) {
  div.info-ttl-B {
    width: 850px;
  }
}

/*sp*/@media (max-width: 767px)  {
	div.info-ttl-B {
		margin: 0 0 0.5rem 0;
		width: 100%;
	}
	div.info-ttl-B .heading-text {
		font-size: 2em;
		padding: 1rem;
	}
}


.waku-A {
  background-color: #fff;
  border: 1px dashed #424242;
  padding: 15px;
  border-radius: 20px;
  margin-top: 1em;
}

.waku-A p {
  color: #424242;
  margin: 0 1rem 1.5rem;
  text-align: left;
}


.waku-A h5 {
  color: #424242;
  font-size: 1.2rem !important;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -1.6em;
  margin: 0 auto;
  padding: 0 0.5em;
}


.info-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.first-column {
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
}

.second-column {
  flex: 1;
  word-break: break-word;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .info-row {
    flex-direction: column;
    gap: 0.5rem;
  }
  .first-column {
    white-space: normal;
  }
}

h3.heading {
background: linear-gradient(to right, #0288d1, #03a9f4, #b3e5fc);
  padding: 1rem 1.7rem;
  text-align: left !important;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  border-radius: 10px;
  font-size: 1.9rem;
  color: #fff;
}

/*sp*/@media (max-width: 767px)  {
  	.img-sp {
    	width: 80% !important;
	}
  	h3.heading {
  		font-size: 1.4rem!important;
		padding: 0.7rem 1.2rem!important;
		margin: 0 0 0.7rem;
	}
	.section-A p {
		font-size: 1.4em!important;
	}
	.ttl-C {
	font-size: 1.3rem;
	line-height: 1.6rem;
	margin-bottom: 0.5rem;

}
}



/* -----------------------------------------------------
   パンくずリストの「 > 」セパレータ（CSSのみで実装）
----------------------------------------------------- */
#subPage .topicPath ul li:not(:first-child)::before {
  content: " > ";
  padding: 0 5px;
}




#subPage .main table {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-left:  1px solid #cccccc;
}
#subPage .main table td,
#subPage .main table th {
	padding: 8px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
	background:#FFF;
}
#subPage .main table p {
	margin-bottom: 0;
}





#subPage .w001 {
	width: 100px;
}
#subPage .w002 {
	width: 180px;
}
#subPage .w003 {
	width: 90px;
}

/* Styling for "meyasu" */
#subPage .main div.meyasu {
	font-size: 0.85em;
	background-color: #e9f3e2;
	border-radius: 10px;
	padding: 0.5em;
}
.meyasu span {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}

/* Styling for "□" */
.meyasu p {
  font-size: 1.2em;
  font-weight: bold;
}

/* Styling for "span" within "p" */
.meyasu p span {
  font-weight: bold;
}

/* 注釈マーク（※）を前に出すスタイル */
.note-mark {
  display: flex;
  align-items: flex-start;
}

.note-mark .mark {
  flex-shrink: 0;
  margin-right: 0.3em;
}

.note-mark .text {
  flex: 1;
}

/*　Pep upでできること　*/

.feature-heading {
	display: block;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.feature-heading {
		width: 80%;
	}
}



.feature-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
  justify-content: space-between;
}

.feature-box {
  background-color: #f7f7f5;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.feature-title {
  color: #988986;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #d3af8f 25%, #68d5b6 25%, #68d5b6 50%, #66b981 50%, #66b981 75%, #d4df79 75%) 1;
  text-align: center;
}

.feature-text {
  color: #555;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .feature-box {
    width: 100%;
  }
}

/*　レシピ　*/

.nutrition-recipe-section {
  margin: 30px 0;
}

.nutrition-section-title {
  text-align: center;
  color: #4a7c59;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.nutrition-recipe-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.nutrition-recipe-box {
  flex: 1;
  min-width: 300px;
  background-color: #f7f7f5;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  padding: 15px;
  margin-bottom: 20px;
}

.nutrition-recipe-title {
  text-align: center;
  color: #988986;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.nutrition-recipe-image {
  text-align: center;
  margin-bottom: 15px;
}

.nutrition-recipe-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.nutrition-recipe-nutrition {
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.nutrition-recipe-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nutrition-recipe-ingredients,
.nutrition-recipe-instructions,
.nutrition-recipe-point {

  padding: 15px;
  border-radius: 5px;
}

.nutrition-recipe-ingredients h5,
.nutrition-recipe-instructions h5,
.nutrition-recipe-point h5 {
  color: #988986;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 2px dotted #988986;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

/* 材料リスト（ドット） */
.nutrition-recipe-ingredients ul {
  list-style-type: disc;
  padding-left: 1.5em;
  color: #333333;
}

/* 作り方リスト（丸付き数字） */
.nutrition-recipe-instructions ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0;
}

.nutrition-recipe-instructions ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

.nutrition-recipe-instructions ol li::before {
  content: counter(item);
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-color: #988986;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 1.6em;
  font-size: 0.9em;
  position: absolute;
  left: 0;
  top: 2.5px;
}

.nutrition-recipe-note {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .nutrition-recipe-container {
    flex-direction: column;
  }
  
  .nutrition-recipe-box {
    width: 100%;
  }
}

.nutrition-circles {
	display: flex;
	justify-content: space-around;
	margin: 10px 0 0;
}
.nutrition-circle {
	background-color: #fff;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border: 1px solid #988986;
	overflow: hidden;
	position: relative;
}
.nutrition-circle::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: radial-gradient(circle, #ffffff, #e8f5e9);
	z-index: -1;
}
.nutrition-label {
	font-size: 0.8rem;
	color: #988986;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}
.nutrition-value {
	font-size: 1.2rem;
	margin-top: 0px;
	font-weight: bold;
	color: #988986;
}


/*　材料　*/

/* 材料リストのスタイリング */
.nutrition-recipe-ingredients ul {
  list-style-type: none; /* 標準のドットを消す */
  padding-left: 0; /* 左側のパディングをなくす */
  margin-bottom: 1.5em; /* 下部のスペース */
  padding-bottom: 1em; /* 下部のパディング */
}

/* 材料リストの各項目 */
.nutrition-recipe-ingredients li {
	position: relative;
	padding-left: 1em; /* ドットのためのスペース */
	padding-right: 4em; /* 分量のためのスペース */
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ddd; /* 下部にライン */
	color: #555555;
}

/* カスタムドットを追加 */
.nutrition-recipe-ingredients ul li::before {
  content: "•"; /* カスタムドット */
  position: absolute;
  left: 0;
  color: #988986; /* ドットの色 */
}

/* 分量（右側のテキスト） - 絶対配置で右寄せ */
.nutrition-recipe-ingredients li span.amount {
  position: absolute;
  right: 0;
  text-align: right;
}

/* 作り方リスト（丸付き数字） */
.nutrition-recipe-instructions ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0;
}

.nutrition-recipe-instructions ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  color: #555555;
}

.nutrition-recipe-instructions ol li::before {
  content: counter(item);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-color: #988986;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4em;
  font-size: 0.9em;
  position: absolute;
  left: 0;
  top: 2px;
}

.nutrition-recipe-point p {
	color: #555555;
}

/*　カルシウムの表　*/

.calcium-table {
  width: 80%!important;
  border-collapse: collapse;
  font-family: "Helvetica Neue", sans-serif;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden; /* 角丸のために追加 */
  border-top: none;
  margin: 0 auto; /* 画面のセンターに配置 */
}

/* ヘッダー */
.calcium-table thead th {
  background: #988986!important;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  padding: 14px 20px;
  border: 1px solid rgba(255,255,255,0.3);
  border-top: none!important; /* 一番上のボーダーをなくす */
  color: #fff;
}

/* 最初のth要素の左上角を丸くする */
.calcium-table thead th:first-child {
  border-top-left-radius: 12px;
}

/* 最後のth要素の右上角を丸くする */
.calcium-table thead th:last-child {
  border-top-right-radius: 12px;
}

/* ボディ */
.calcium-table td,
.calcium-table th {
  transition: background-color 0.3s ease;
}

.calcium-table td {
  padding: 12px 18px;
  font-size: 0.9rem;
  color: #444;
}

.calcium-table th:last-child,
.calcium-table td:last-child {
  border-right: none!important;
}

/* 偶数行の背景色 */
.calcium-table tbody tr:nth-child(even) {
  background-color: #fafbfd;
}

/* 行ホバー時 */
.calcium-table tbody tr:hover {
  background-color: #e8f1ff;
}

.calcium-table .syokuhin {
  font-weight: bold;
  background-color: #f0f8ff;
  color: #988986;
  background-color: #f7f7f5!important;
}

/*　カルシウム　表のタイトル　*/

/* センター揃えのタイトルスタイル */
.centered-title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #988986!important;
  margin: 2rem 0 0em;
  position: relative;
  padding-bottom: 0.8rem;
  line-height: 1.1;
}

.centered-title span {
	font-size: 0.8rem;
	color: #444;
}

/* モバイル対応 */
@media (max-width: 767px) {
  .centered-title {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
  }
  

}

/*　見出し　*/

.point-bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #988986;
	font-size: 2rem;
	margin-top: 2rem;
	font-weight: bold;
}

.point-bubble::before,
.point-bubble::after {
    width: 3px;
    height: 30px;
    background-color: #988986;
    content: '';
}

.point-bubble::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.point-bubble::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


/*　　*/

/* センター揃えのタイトルを含むボックス */
.title-box {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  margin: 5rem auto 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 90%; /* 73%から90%に変更して全体の幅を広げる */
  border: 3px solid #00cdd5;
}

.title-box .image {
  flex: 1;
  padding: 0 0 0 0;
  min-width: 300px; /* 画像の最小幅を設定 */
}

.title-box .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover; /* 画像のアスペクト比を維持 */
}

.title-box .content {
  flex: 3;
  padding: 0 0 0 0;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
  .title-box {
    flex-direction: column;
    padding: 1.2rem 1.5rem;
    width: 95%; /* スマートフォン表示時の幅を調整 */
  }
  
  .title-box .image {
    min-width: 100%; /* スマートフォン表示時は最小幅を100%に */
  }
  
  .title-box .image,
  .title-box .content {
    flex: none;
    width: 100%;
    padding: 0;
  }
  
  .title-box .image {
    margin-bottom: 1rem;
  }
}

/* センター揃えのタイトルスタイル */
.centered-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #988986; /* メインカラーに合わせる */
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 0.8rem;
  top: -10px;
}

/* ポイントバブル */
.point-bubble {
  background-color: #988986;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -43px; /* 位置を上に上げる */
}

/* モバイル対応 */
@media (max-width: 767px) {
  .title-box {
    padding: 1.2rem 1.5rem;
  }
  
  .centered-title {
    font-size: 1.5rem;
    padding-bottom: 0.6rem;
  }
  
  .centered-title::after {
    width: 80px;
    height: 2px;
  }
  
  .point-bubble {
    font-size: 0.9rem;
    padding: 0.2rem 1.2rem;
  }
}


#subPage h4.midashi66 {
	font-size: 2.5em;
	margin-top: 1.5em;
}
#subPage h4.mdA {
	color: #ef87af;
}
#subPage h4.mdB {
	color: #05bda4;
}
#subPage h4.ttl-E {
  color: #fff;
	background-color: #00b8c1;
	width: 100%;
	padding: 0.2em 1em;
  font-size: 2.5em;
	border-radius: 30px;
font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}

table.taisyou66 {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

table.taisyou66 th,
table.taisyou66 td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 0.8rem;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

table.taisyou66 th {
  color: white;
  width: 30%;
}

table.thcol001 th {
  background-color: #ef87af !important;
}
table.thcol002 th {
  background-color: #05bda4 !important;
}

table.taisyou66 td {
  width: 70%;
  text-align: left !important;
}

table.taisyou66 tr:nth-child(even) {
  background-color: #f2f2f2;
}

/*sp*/
@media (max-width: 767px) {
  table.taisyou66 th,
  table.taisyou66 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.taisyou66 th {
    background-color: #007bff;
    color: white;
    text-align: left;
  }
}


.ttl-E {
    font-size: 4em;
    font-weight: 700; /* Zen Maru Gothicの太字 */
    color: #3c6bae;
    margin: 2em 0 1em;
    padding: 0.5em 0;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
}
.ttl-E::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 120px;
    height: 7px;
    background: linear-gradient(to right, #3c6bae 50%, #00bbe5 50%);
}

@media (max-width: 767px) {
    .ttl-E {
        font-size: 1.8em;
        margin: 1.5em 0 0.8em;
    }
}

.disease-frame {
    background-color: #f5f9fa;
    border-radius: 8px;
    padding: 25px;
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.disease-title {
    font-size: 1.4em;
    font-weight: 700;
    color: #333;
    margin-bottom: 1em;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.disease-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.disease-list li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.1em;
    line-height: 1.6;
}

.disease-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #01abb4;
}

.disease-reference {
    margin-top: 1.5em;
    font-size: 0.9em;
    color: #666;
    text-align: right;
}

@media (max-width: 767px) {
    .disease-frame {
        padding: 20px;
        margin: 1.5em 0;
    }
    
    .disease-list {
        grid-template-columns: 1fr;
    }
    
    .disease-title {
        font-size: 1.2em;
    }
}

.disease-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin: 2em 0;
}

.disease-text {
    flex: 1;
    min-width: 0; /* フレックスボックスでのテキストの折り返しを確実にする */
}

.disease-text p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.disease-image {
    flex: 1;
    min-width: 0; /* フレックスボックスでの画像の縮小を確実にする */
}

.disease-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    
}

/* スマートフォン対応 */
@media (max-width: 767px) {
    .disease-content {
        flex-direction: column;
        gap: 20px;
    }

    .disease-text {
        order: 2; /* スマートフォンでは画像を上に配置 */
    }

    .disease-image {
        order: 1;
    }

    .disease-text p {
        font-size: 1em;
    }
}




.check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

.check-list li::before {
  content: "◻︎"; /* □から●に変更 */
  position: absolute;
  left: 0;
  color: #988986; /* ドットの色 */
}

.risk-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列に設定 */
  gap: 1.5rem; /* カード間の間隔 */
}

.risk-list li {
  background-color: #f7f7f5; /* 薄い背景色 */
  border-radius: 10px; /* 角丸 */
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

.risk-title {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  color: #988986;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #988986;
  text-align: center;
}

.risk-list li p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.9rem!important;
  color: #666;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
  .risk-list {
    grid-template-columns: 1fr; /* 1列に変更 */
    gap: 1rem;
  }
  
  .risk-list li {
    padding: 1.2rem;
  }
}


  .point-box {
    background-color: #f0f8ff;
    border: 2px solid #00bbe6;
    border-radius: 20px;
    padding: 16px;
  }

  /* 見出しを大きく、緑色＋下に点線 */
  .point-box h4 {
    font-size: 1.4rem;
    color: #fff;
	background-color: #00bbe6;
	padding: 0.5rem 1.5rem;
	border-radius: 28px;
	text-align: center;
  }
  .point-box h5 {
    font-size: 1.4rem;
    color: #00bbe6;
	text-align: center;
	margin-top: 1rem;
  }
 .point-box p {
	text-align: center;
	margin: 0.5rem 0rem 0rem!important;
 }

  /* ２カラム表示 */
  .point-box .point-columns {
    display: flex;
    gap: 16px;
  }
  .point-box .point-columns .column {
    flex: 1;
    text-align: center;
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 15px;
  }
  .point-box .point-columns .column img {
    display: block;
    margin: 0 auto 8px;
    width: 100%;
    height: auto;
  }

    @media (max-width: 767px) {
    .point-box .point-columns {
      flex-direction: column;
      gap: 20px;
    }
    
    .point-box .point-columns .column {
      flex: none;
    }
  }


