@charset "UTF-8";

/* pediatric
---------------------------------------------------------------------------*/
.pnav {
	margin-bottom: 90px;
}

.title-page-txt  {
	margin-bottom: 10px;
}

/* .sec-prevention
------------------------------------*/
.sec-prevention {
	width: 1000px;
	margin: 0 auto 110px;
	padding-top: 30px;
}

.sec-prevention > p {
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 0.14em;
}

.prevention-list li {
	float: left;
	width: 290px;
	padding-bottom: 10px;
}

.prevention-list li:nth-of-type(2) {
	border-right: 1px dashed #62C582;
	border-left: 1px dashed #62C582;
	margin: 0 32px;
	padding: 0 32px 10px;
}

.prevention-list figure {
	position: relative;
	width: 284px;
	margin: 0 auto 15px;
	padding-bottom: 45px;
}

.prevention-list figure .img {
	transition: .2s linear;
}

.prevention-list figure a:hover {
	opacity: 1;
}

.prevention-list figure a:hover .img {
	opacity: 0.5;
}

.prevention-list figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevention-list .character {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.prevention-list .character2 {
	margin-left: 30px;
}

.prevention-list li h3 {
	margin-bottom: 15px;
	color: #339952;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.prevention-list li p {
	margin-bottom: 8px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.85;
	letter-spacing: 0.08em;
}

.prevention-list .btn-link {
	margin-top: 25px;
}

/* .sec-grow
------------------------------------*/
.sec-grow {
	width: 1040px;
	margin: 0 auto 70px;
}

.sec-grow .character {
	position: relative;
	width: 176px;
	height: 85px;
	margin: -42px auto 30px;
}

.sec-grow .character .teacher {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.sec-grow .character .teacher1 {
	position: absolute;
	top: 14px;
	left: 0;
}

.sec-grow h2 {
	margin-bottom: 22px;
	color: #00952F;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
}

.sec-grow h2 + p {
	margin-bottom: 55px;
	text-align: center;
	letter-spacing: 0.1em;
}

/* .sec-grow .age
------------------------------------*/
.sec-grow .age {
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 75px;
}

.sec-grow .age:before {
	display: block;
	content: '';
	position: absolute;
	top: 59px;
	left: 0;
	border-top: 1px dashed #62C582;
	width: 100%;
	height: 1px;
}

.sec-grow .age li {
	float: left;
	width: 200px;
	text-align: center;
}

.sec-grow .age h3 {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #00952F;
	border-radius: 20px;
	width: 110px;
	height: 35px;
	margin-bottom: 45px;
	padding: 9px 0 0 3px;
	color: #00952F;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.sec-grow .age h3:after {
	display: block;
	content: '';
	position: absolute;
	top: 34px;
	left: 54px;
	background: #00952F;
	width: 1px;
	height: 24px;
}

.sec-grow .age p {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: center;
	font-size: 13px;
	line-height: 1.75;
}

.sec-grow .age li:nth-of-type(3) p {
	width: 140px;
	margin: 0 auto;
	text-align: justify;
}

/* .sec-grow .check
------------------------------------*/
.sec-grow .check {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 980px;
	margin: 0 auto;
}

.sec-grow .check figure {
	width: 450px;
}

.sec-grow .check .txt-set {
	padding-left: 65px;
}

.sec-grow .check h3 {
	margin-bottom: 25px;
	color: #00952F;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.sec-grow .check ul {
	margin-bottom: 20px;
	font-size: 15px;
}

.sec-grow .check li {
	padding-left: 17px;
}

.sec-grow .check p {
	margin-bottom: 15px;
	line-height: 1.85;
	letter-spacing: 0.12em;
}

.sec-grow .check p:last-of-type {
	margin-bottom: 0;
}

/* .sec-example
------------------------------------*/
.sec-example {
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
	padding-top: 60px;
}

.sec-example h2 {
	margin-bottom: 22px;
}

.sec-example h2 + p {
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.15em;
}

.sec-example h2 + p .sp_view {
	display: none;
}

.sec-example h3 {
	margin-bottom: 30px;
	color: #00952F;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.example1 p,
.example2 p,
.example3 p {
	margin-bottom: 10px;
	line-height: 1.85;
	text-align: justify;
}

.example1 p:last-of-type,
.example2 p:last-of-type,
.example3 p:last-of-type {
	margin-bottom: 0;
}

.sec-example blockquote h4 {
	margin-bottom: 12px;
}

.sec-example blockquote p {
	margin-bottom: 0;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

/* .example1
------------------------------------*/
.example1 {
	position: relative;
	margin-bottom: 100px;
	padding: 40px 0 0 10px;
}

.illust-fungus {
	position: absolute;
	top: -140px;
	left: 25px;
	width: 157px;
	height: 123px;
}

.illust-fungus .hole {
	position: absolute;
	top: 0;
	left: 3px;
	z-index: 1;
	opacity: 0;
}

.illust-fungus .fungus1 {
	position: absolute;
	top: 36px;
	left: 34px;
	z-index: 3;
	opacity: 0;
}

.illust-fungus .fungus2 {
	position: absolute;
	top: 15px;
	left: 6px;
	width: 46px;
	height: 44px;
	z-index: 3;
	opacity: 0;
}

.illust-fungus .guhe1 {
	position: absolute;
	top: 90px;
	left: 10px;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(25deg);
	z-index: 2;
	opacity: 0;
}

.illust-fungus .guhe2 {
	position: absolute;
	top: 16px;
	left: 87px;
	z-index: 2;
	opacity: 0;
}

.character-block {
	position: absolute;
	top: 17px;
	left: 280px;
	opacity: 0;
}

.example1 figure {
	float: right;
	width: 490px;
}

.example1 .txt-set {
	float: left;
	width: 480px;
	margin-top: 10px;
}

/* .example2
------------------------------------*/
.example2 {
	position: relative;
	overflow: hidden;
	margin-bottom: 90px;
}

.example2 figure {
	float: right;
	width: 490px;
}

.example2 .txt-set {
	float: left;
	width: 490px;
	margin-top: 15px;
}

.example2 .blockquote-set {
	overflow: hidden;
	margin-top: 30px;
}

.example2 .blockquote-set blockquote:first-of-type { float: left; width: 220px; }
.example2 .blockquote-set blockquote:last-of-type { float: right; width: 260px; }

.example2 blockquote {
	padding: 20px 20px 18px;
}

/* .example3
------------------------------------*/
.example3 {
	overflow: hidden;
	padding-left: 20px;
}

.example3 figure {
	position: relative;
	float: right;
	width: 390px;
	margin-top: 50px;
}

.example3 figure .character {
	position: absolute;
	bottom: -61px;
	left: 30px;
	width: 161px;
	height: 107px;
	opacity: 0;
}

.example3 figure .character .brush2 {
	position: absolute;
	top: 10px;
	right: -10px;
	opacity: 0;
}

.example3 .txt-set {
	float: left;
	width: 560px;
}

.example3 blockquote {
	margin-top: 25px;
	padding: 22px 25px 18px;
}

.example3 dl {
	margin-top: 20px;
}

.sec-example .example3 h3 {
	margin-bottom: 24px;
}

.sec-example .example3 p {
	letter-spacing: 0.04em;
}