@charset "utf-8";
/* CSS Document */
html, body, #wrap {
    height: 100%;
}

article.toyo {
	width: 100%;
	height: 100%;
	margin-left: 0;
	padding-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: normal;
	text-align: left;
	color: rgba(34,34,34,1.00);
	counter-reset: count-number;
}
article.toyo .bread {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.2rem;
	text-align: left;
}
article.toyo h1 {
	font-size: 0.9rem;
	padding: 0.2rem;
	font-weight: normal;
	background-color: #F2EAE7;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;

}
article.toyo .figture {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
	height: auto;
	position: relative;
}
article.toyo .figture80 {
	width: 80%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
	height: auto;
	position: relative;
}
article.toyo .figture60 {
	width: 60%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
	height: auto;
	position: relative;
}
article.toyo .figture p {
	position: absolute;
	top: 5%;
	margin: 0;
	padding-top: 1rem;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 2.8rem;
	text-align: center;
	color: rgba(0,0,0,1.00);
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	white-space: nowrap;
}
article.toyo .figture80 p {
  position: absolute;
  top: 80%;
  margin: 0;
  padding-top: 1rem;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  color: rgba(0,0,0,1.00);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: normal;          /* ←変更 */
  overflow-wrap: anywhere;      /* ←追加 */
  word-break: break-word;       /* ←追加 */
  font-weight: bold;
  background-color: rgba(255,255,255,0.82);
}

article.toyo .figture img  ,article.toyo .figture80 img,article.toyo .figture60 img{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
article.toyo .sec01 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 2rem;
	padding-top: 1rem;

}

article.toyo .sec02 {
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-left: 2rem;
	padding-bottom: 1rem;
	border: 1px solid rgba(120,120,120,1.00);
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 1rem;
}
article.toyo .sec03 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:1rem 1rem 2rem 1rem;
	background-color: rgba(248,235,217,1.00);

}
article.toyo .sec04 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem 1rem 2rem 1rem;
	border-top: 5px solid rgba(102,203,102,1.00);
	border-bottom: 5px solid rgba(102,203,102,1.00);

}
article.toyo .sec03 li dl dd {
	background-color: rgba(255,255,255,1.00);
}


article.toyo nav ol {
	margin: 0px;
	padding: 1rem;
	background-color: #66CB66;
	color: rgba(255,255,255,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2.4rem;
  font-size: 1.2rem;
}

article.toyo nav ol li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2rem;
  margin-bottom: 0;
}
article.toyo h2  {
	font-size: 2rem;
	line-height: 3rem;
	margin-left: 3.5rem;
	color: #000;
	padding-bottom: 1rem;
	position: relative;
	letter-spacing: 0.2rem;
}

article.toyo .sec01 h2::before{
	counter-increment: count-number;
	content: counters(count-number,".") " ";
	color: #fff;
	background-color: #66CB66;
	display: block;
	float: left;
	line-height: 3rem;
	margin-left: -3.5rem;
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	text-align: center
}

article.toyo h3 {
	font-size: 2rem;
	line-height: 3rem;
	color: #000;
	padding-bottom: 1rem;
	text-align: center;
	letter-spacing: 0.2rem;
	padding-top: 1rem;
}

h3 .fas {
	color: #fff;
	background-color: #FF921E;
	line-height: 3rem;
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}
article.toyo h5 {
	font-size: 2rem;
	line-height: 3rem;
	color: #000;
	font-weight: normal;
	padding-bottom: 1rem;
	text-align: center;
	letter-spacing: 0.3rem;
}



article.toyo ul li dl dt {
	text-align: center; /* 修正: 左寄せから中央揃えに戻す (山芋などのキャプション) */
	font-size: 1.2rem;
	line-height: 2rem;
}
article.toyo ul li dl dd {
	padding: 2px;
	text-align: center; /* 修正: 左寄せから中央揃えに戻す (山芋などのキャプション) */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-size: 1.2rem;
}
article.toyo .sec01 p {
	padding-left: 0px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
}

/* ★追加: col02内のリスト要素内のpタグ（長い説明文）を左寄せにする */
article.toyo .col02 li p {
    text-align: left;
}
.txtC   {
	text-align: center;
}
article.toyo .sec03 ol{
	padding-bottom: 2rem;
	counter-reset: number 0;
	padding-top: 1rem;
  list-style: none !important;
  margin-left:16px;
}
article.toyo .sec03 ol li:before {
	counter-increment: number 1;
	content: "STEP."counter(number) " ";
	font-weight: bold;
	color: rgba(102,203,102,1.00);
	padding-left: 0px;
	padding-right: 1rem;
	font-size: 1.4rem;
}
article.toyo .sec03 ol li {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 1rem;
	line-height: 2rem;
	position: relative;
}
.sec02 h4  {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 3rem;
}
.sec02 h4 .fas {
	margin-right: 0px;
	padding-right: 10px;
}


article.toyo .note{
	background-image: linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
	background-size: 8px 100%,
    100% 2em;
	line-height: 2;
	background-color: rgba(255,255,255,1.00);
}

article.toyo .note p{
  margin-bottom:2.1em;
  line-height: 2.4rem;
}



article.toyo .col03, article.toyo .col02, article.toyo .col04{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 1rem;
	box-sizing: border-box;
	display: flex;
	align-content: stretch;
	flex-wrap: wrap;
	justify-content: space-around;
}

article.toyo .col04 li {
	width: calc((100% / 4));
	padding-left: 2px;
	padding-right: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


}

article.toyo .col03 li {
	width: calc((100% / 3));
	padding-left: 3px;
	padding-right: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

article.toyo .col02 li {
	width: calc((100% / 2));
	padding-left: 3px;
	padding-right: 3px;
	height: auto;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    /* text-align: left; の記述を削除し、親要素やデフォルトの中央揃えを維持します */
}
article.toyo li dl {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.toyo li img {
	width: 100%;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




article.toyo .cat {
	margin-top: 1rem;
	color: #FFFFFF;
	text-decoration: none;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
		font-size: 1.2rem;
	line-height: 2rem;
}


article.toyo .cat2{
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;

	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1.4rem;

}
article.toyo dl .cat{
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1.4rem;
	margin-top: 0px;
	margin-bottom: 0.2rem;
}

article.toyo .cat a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #c79466;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	background-color: #ff9433;
	margin-left: auto;

	border-radius: 5px;
	padding: 1rem;

	text-align: center;

}
article.toyo .cat2 a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid rgba(135,135,135,1.00);
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	background-color: #66CB66;
	margin-left: auto;
	padding-top: 1rem;
	border-radius: 50px;
	padding-bottom: 1rem;
	padding-left: auto;
	padding-right: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 1rem;
}

article.toyo .cat a:hover ,article.toyo .cat2 a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	background-color: #E97F1E;
}
article.toyo nav ol li a, article.toyo nav ol li a:active,article.toyo nav ol li a:hover,article.toyo nav ol li a:link,article.toyo nav ol li a:visited{
	color: rgba(255,255,255,1.00);
}
em {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #66CB66 0%) repeat scroll 0 0;}


@media screen and (max-width:600px) {
article.toyo {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.8rem;

	color: rgba(34,34,34,1.00);
	counter-reset: count-number;
}
article.toyo .bread {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.2rem;
	text-align: left;

}
article.toyo h1 {
	font-size: 0.9rem;
	padding: 0.2rem;
	font-weight: normal;
	background-color: #F2EAE7;
	margin-bottom: 0.5rem;
}
article.toyo .figture {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
	height: auto;
	position: relative;
}
article.toyo .figture80 {
	width: 80%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
	height: auto;
	position: relative;
}
article.toyo .figture60 {
	width: 60%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
	height: auto;
	position: relative;
}
article.toyo .figture p {
	position: absolute;
	top: 4%;
	margin: 0;
	padding-top: 0.5rem;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.8rem;
	text-align: center;
	color: rgba(0,0,0,1.00);
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	white-space: nowrap;
}
article.toyo .figture80 p {
	width: 100%;
	position: absolute;
	top: 60%;
	margin: 0;
	padding-top: 1rem;
	font-style: normal;
	font-size: 0.9rem;
	line-height: 1.8rem;
	text-align: center;
	color: rgba(0,0,0,1.00);
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	background-color: rgba(255,255,255,0.82);
	white-space: normal;
}
article.toyo .figture img  ,article.toyo .figture80 img,article.toyo .figture60 img{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
article.toyo .sec01 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 2rem;
	padding-top: 1rem;

}

article.toyo .sec02 {
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
	border: 1px solid rgba(120,120,120,1.00);
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 1rem;
}
article.toyo .sec03 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:1rem 1rem 2rem 1rem;
	background-color: rgba(248,235,217,1.00);

}
article.toyo .sec04 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem 1rem 2rem 1rem;
	border-top: 5px solid rgba(102,203,102,1.00);
	border-bottom: 5px solid rgba(102,203,102,1.00);

}
article.toyo .sec03 li dl dd {
	background-color: rgba(255,255,255,1.00);
}


article.toyo nav ol {
	margin: 0px;
	padding: 1rem;
	background-color: #66CB66;
	color: rgba(255,255,255,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2.4rem;
}

article.toyo nav ol li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2rem;
}
article.toyo h2  {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-left: 2.5rem;
	color: #000;
	padding-bottom: 1rem;
	position: relative;
}

article.toyo .sec01 h2::before{
	counter-increment: count-number;
	content: counters(count-number,".") " ";
	color: #fff;
	background-color: #66CB66;
	display: block;
	float: left;
	line-height: 2rem;
	margin-left: -2.5rem;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	text-align: center
}

article.toyo h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000;
	padding-bottom: 1rem;
	text-align: center;
	padding-top: 1rem;
}

article.toyo h3 .fas {
	color: #fff;
	background-color: #FF921E;
	line-height: 2rem;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}
article.toyo h5 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000;
	font-weight: normal;
	padding-bottom: 1rem;
	text-align: center;
	letter-spacing: 0.3rem;
}



article.toyo ul li dl dt {
	text-align: center;
	font-size: 1rem;
	line-height: 1.6rem;
}
article.toyo ul li dl dd {
	padding: 2px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.toyo .col04 li dl dd{font-size:0.9rem}
article.toyo .sec01 p {
	padding-left: 0px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
}
.txtC   {
	text-align: center;
}
article.toyo .sec03 ol{
	padding-bottom: 2rem;
	counter-reset: number 0;
	padding-top: 1rem;
  list-style: none !important;
}
article.toyo .sec03 ol li:before {
	counter-increment: number 1;
	content: "STEP."counter(number) " ";
	font-weight: bold;
	color: rgba(102,203,102,1.00);
	padding-left: 0px;
	padding-right: 1rem;
	font-size: 1rem;
}
article.toyo .sec03 ol li {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 1rem;
	line-height: 1.6rem;
	position: relative;
}
.sec02 h4  {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2rem;
}
.sec02 h4 .fas {
	margin-right: 0px;
	padding-right: 10px;
}


article.toyo .note{
	background-image: linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
	background-size: 8px 100%,
    100% 2rem;
	line-height: 2;
	background-color: rgba(255,255,255,1.00);
}

article.toyo .note p{
  margin-bottom:2.1em;
  line-height: 2rem;
}



article.toyo .col03, article.toyo .col02, article.toyo .col04{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 1rem;
	box-sizing: border-box;
	display: flex;
	align-content: stretch;
	flex-wrap: wrap;
	justify-content: space-around;
}

article.toyo .col04 li {
	width: calc((100% / 4));
	padding-left: 2px;
	padding-right: 2px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.toyo .col03 li {
	width: calc((100% / 2));
	padding-left: 2px;
	padding-right: 2px;
padding-bottom: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

article.toyo .col02 li {
	width: calc((100% / 1));
	padding-left: 3px;
	padding-right: 3px;
	height: auto;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article.toyo li dl {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.toyo li img {
	width: 100%;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




article.toyo .cat {
	margin-top: 1rem;
	color: #FFFFFF;
	text-decoration: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
		font-size: 1rem;
	line-height: 1.8rem;
}


article.toyo .cat2{
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;

	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1.4rem;

}
article.toyo dl .cat{
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1.4rem;
	margin-top: 0px;
	margin-bottom: 0.2rem;
}

article.toyo .cat a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #c79466;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	background-color: #ff9433;
	margin-left: auto;

	border-radius: 5px;
	padding: 1rem;

	text-align: center;

}
article.toyo .cat2 a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid rgba(135,135,135,1.00);
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	background-color: #66CB66;
	margin-left: auto;
	padding-top: 1rem;
	border-radius: 50px;
	padding-bottom: 1rem;
	padding-left: auto;
	padding-right: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 1rem;
}

article.toyo .cat a:hover ,article.toyo .cat2 a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	background-color: #E97F1E;
}
article.toyo nav ol li a, article.toyo nav ol li a:active,article.toyo nav ol li a:hover,article.toyo nav ol li a:link,article.toyo nav ol li a:visited{
	color: rgba(255,255,255,1.00);
}
em {background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #66CB66 0%) repeat scroll 0 0;}

}
/* ================================
   共通（PC・スマホ）
   ================================ */

/* sec04 監修ブロック全体を左寄せ */
.toyo .sec04 dd {
  text-align: left;
  line-height: 1.6;
}

/* 国際中医専門員A級・国際中医薬膳師
   ・小さめ
   ・太字にしない */
.toyo .sec04 dd {
  font-size: 0.9rem;
  font-weight: normal;
 text-align: center;
}

/* 監修：〇〇
   ・少し大きめ
   ・太字 */
.toyo .sec04 dd h5 {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 0.3em 0 0.6em;
  text-align: center;
}

/* 監修コメント本文 */s
.toyo .sec04 dd p {
  font-size: 0.9rem;
  text-align: left;
}


/* ================================
   スマホのみ：説明文だけ左寄せ
   ================================ */
@media screen and (max-width: 800px) {

  /* 説明用の文章だけ左寄せ */
  .toyo .sec01 p,
  .toyo .sec02 p,
  .toyo .sec04 p {
    text-align: left;
  }

}