@charset "UTF-8";

/*----------------------------------------------------*/ 
/* structure
-----------------------------------------------------*/ 

#gnavi {
	height: 320px;
}

#contents {
	background: #f7efe7;
}

@media only screen and (max-width: 767px) {

#gnavi {
	height: auto;
}
	
}

/*----------------------------------------------------*/ 
/* children
-----------------------------------------------------*/ 

#children {
	position: relative;
}

#children .svg_bg {
	height: 50px;
	top: 0;
	z-index: 1;
}

#children .children {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 150px;
}

#children h1 {
	position: absolute;
	top: -70px;
	left: -20px;
	z-index: 2;
}

#children .forest {
	position: absolute;
	top: -75px;
	right: 5px;
	z-index: 2;
}

@media only screen and (max-width: 767px) {

#children .svg_bg {
	height: 25px;
}

#children .children {
	width: auto;
	padding-top: 0;
}

#children h1 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px 15px;
}

#children .forest {
	display: none;
}

}

/*----------------------------------------------------*/ 
/* nyushi
-----------------------------------------------------*/ 

.nyushi dl {
	line-height: 1.8;
	padding-left: 20px;
	margin-top: 25px;
}

.nyushi dt {
	font-weight: bold;
	position: relative;
}

.nyushi dt span {
	position: absolute;
	left: -20px;
	top: 0;
}

.nyushi dd {
	margin-bottom: 15px;
}

/*----------------------------------------------------*/ 
/* torikumi
-----------------------------------------------------*/ 

#torikumi {
	width: 1000px;
	margin: -120px auto 0;
	padding-bottom: 60px;
}

.torikumi {
	display: flex;
	flex-wrap: wrap;
	background: url(/kids/lib/img/child/line_dotted_vertical.png) repeat-y 500px top;
}

.torikumi > * {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 20px 20px 25px;
	background: url(/kids/lib/img/child/line_dotted.png) repeat-x left bottom;
}

.torikumi > *:nth-child(odd) {
	padding-left: 0;
}

.torikumi.bottom {
	background: none;
}

.torikumi.bottom > * {
	width: 100%;
}

.torikumi .floRp {
	float: right;
	padding: 0 0 10px 10px;
}

@media only screen and (max-width: 767px) {

#torikumi {
	width: auto;
	margin: 0;
	padding: 30px 0 0;
}

.torikumi {
	display: block;
	background: none;
}

.torikumi > * {
	width: auto;
	box-sizing: border-box;
	padding: 0;
	background: none;
	margin-bottom: 20px;
	overflow: hidden;
}

.torikumi.first > * {
	width: auto;
}
.torikumi .floRp {
	float: right;
	padding: 0 0 5px 5px;
}	
	
.torikumi .h_box {
	margin-bottom: 10px;
}

.torikumi .h_box span {
	width: 60vw;
	text-align: center;
	padding: 5px 0 0 0;
}

}

/*----------------------------------------------------*/ 
/* hapica
-----------------------------------------------------*/ 

#hapica {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#hapica .mv {
	border-radius: 30px;
	margin-bottom: 40px;
	overflow: hidden;
}

#hapica .hapica {
	position: relative;
	padding-right: 350px;
	margin-bottom: 50px;
}

#hapica .hapica p {
	margin-bottom: 30px;
}

#hapica .hapica .image {
	position: absolute;
	right: 0;
	top: 0;
}

#hapica .special {
	padding-left: 400px;
	min-height: 350px;
	position: relative;
}

#hapica .special h3 {
	margin-bottom: 20px;
}

#hapica .special .image {
	position: absolute;
	left: 0;
	top: 0;
}

#hapica .special li {
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px;
}

#hapica .special li:before {
	content: "";
	width: 26px;
	height: 24px;
	background: url(/kids/lib/img/cmn/icon_check.png) no-repeat;
	position: absolute;
	left: 0;
	top: -3px;
}

@media only screen and (max-width: 767px) {

#hapica {
	width: auto;
	padding: 30px 0;
}

#hapica .mv {
	border-radius: 15px;
	margin-bottom: 20px;
}

#hapica .hapica {
	position: relative;
	padding-right: 0;
	margin-bottom: 25px;
}

#hapica .hapica p {
	margin-bottom: 15px;
}

#hapica .hapica .image {
	position: static;
	width: 50%;
	float: right;
	padding: 0 0 0 10px;
}

#hapica .special {
	padding-left: 0;
	min-height: 0;
}

#hapica .special h3 {
	margin-bottom: 10px;
}

#hapica .special .image {
	position: static;
	margin-bottom: 20px;
}

#hapica .special li {
	padding-left: 25px;
	margin-bottom: 10px;
}

#hapica .special li:before {
	width: 18px;
	height: 24px;
	background-size: 18px auto;
	top: 0;
}
}

/*----------------------------------------------------*/ 
/* kyosei
-----------------------------------------------------*/ 

#kyosei {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#kyosei .mv  {
	text-align: center;
	margin:0 auto 40px auto;
}

#kyosei .mv span {
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
}


#kyosei > section {
	margin-bottom: 50px;
}

#kyosei h3 {
	margin-bottom: 25px;
}

/* cause */

#cause .lead {
	position: relative;
	min-height: 274px;
	margin-bottom: 40px;
}

#cause .lead .image {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	border-radius: 30px;
}

#cause .case {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#cause .case::after {
	content: "";
	width: 320px;
}

#cause .case > * {
	width: 320px;
	text-align: center;
	margin-bottom: 25px;
}

#cause .case img {
	border-radius: 30px;
}

#cause .case p {
	margin-top: 10px;
}

/* howchild */

#howchild .symptom {
	margin: 20px 0 30px;
	background: #fff;
	padding: 40px 30px 15px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#howchild .symptom li {
	width: 435px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#howchild .symptom li:before {
	content: "";
	width: 26px;
	height: 24px;
	background: url(/kids/lib/img/cmn/icon_check.png) no-repeat;
	position: absolute;
	left: 0;
	top: -3px;
}

#howchild .need {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

/* merit */

#merit section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -50px;
}

#merit section.first {
	margin: 0 0 95px 0;
}

#merit section.last {
	margin: 30px 0 0 0;
}

#merit section.photoR {
	flex-direction: row-reverse;
}

#merit .image {
	margin-right: 45px;
}

#merit section.photoR .image {
	margin: 0 0 0 45px;
}

#merit dt {
	margin-bottom: 15px;
}

#merit dd {
	line-height: 2;
}

/* proceed */

#proceed .device01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

#proceed .device01::after {
	content: "";
	width: 320px;
}

#proceed .device01 > * {
	width: 320px;
	text-align: center;
	margin-bottom: 25px;
}

#proceed .device01 img {
	border-radius: 30px;
}

#proceed .device01 p {
	margin-top: 10px;
}

#proceed .device02 {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 20px;
}

#proceed .device02 dd img {
	border-radius: 30px;
}

#proceed .examBox {
	display: flex;
	justify-content: space-between;
}

#proceed .examBox .exam01 {
	display: flex;
	justify-content: space-between;
	width: 660px;
}

#proceed .examBox .explain {
	width: 300px;
	padding-top: 25px;
}

#proceed .examBox .explain p {
	margin-bottom: 20px;
}

#proceed .exam01 dt {
	margin-bottom: 10px;
	text-align: center;
}

#proceed .exam01 dd:last-child {
	padding-top: 70px;
	background: url(/kids/lib/img/child/icon_arrow_device.png) no-repeat center 20px;
}

#proceed .exam02 {
	display: flex;
	margin-top: 70px;
}

#proceed .exam02 .image {
	margin-right: 35px;
}

#proceed .exam02 .explain strong {
	color: #359890;
	margin-bottom: 10px;
}

#proceed .exam01 img,
#proceed .exam02 img {
	border-radius: 30px;
}

#proceed .exam03 {
	margin-top: 40px;
}

#proceed .exam03 p {
	font-size: 2.0rem;
}

/* cost */

#cost .cost {
	display: flex;
	justify-content: space-between;
	background: url(/kids/lib/img/child/line_dotted_vertical.png) repeat-y 500px top;
	position: relative;
	margin-bottom: 35px;
}

#cost .cost:before {
	content: "";
	width: 100%;
	height: 4px;
	background: url(/kids/lib/img/child/line_dotted.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}

#cost .cost > * {
	width: 50%;
	box-sizing: border-box;
	padding: 25px 25px 20px 25px;
	background: url(/kids/lib/img/child/line_dotted.png) repeat-x left bottom;
}

#cost .cost > *:first-child {
	padding-left: 0;
}

#cost .cost .h_box span {
	width: 135px;
	font-weight: bold;
	text-align: center;
}

#cost .cost li {
	margin-bottom: 5px;
}

#cost > p {
	margin-bottom: 25px;
}

#cost .notice {
	background: #fff;
	border-radius: 30px;
	position: relative;
	padding: 70px 40px 65px;
	overflow: hidden;
}

#cost .notice:before,
#cost .notice:after {
	content: "";
	width: 100%;
	height: 30px;
	background: url(/kids/lib/img/child/line_leaf.png) no-repeat center top;
	position: absolute;
	left: 0;
}

#cost .notice:before {
	top: 15px;
}

#cost .notice:after {
	bottom: 15px;
}

#cost .notice .floRp {
	float: right;
	padding: 0 0 10px 10px;
}

@media only screen and (max-width: 767px) {

#cost .notice .floRp {
	float: none;
	padding: 0 0 10px 0px;
	display: block;
	text-align: center;
}

	
}

/* recommend */

#kyosei .recommend {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
}

#kyosei .recommend p {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	width: 480px;
}

/* form */

#kyosei .form {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
}

#kyosei .form a {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {

#kyosei {
	width: auto;
	margin: 0 auto;
	padding: 30px 0;
}

#kyosei > section {
	margin-bottom: 25px;
}

#kyosei h3 {
	margin-bottom: 15px;
}

/* cause */

#cause .lead {
	min-height: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

#cause .lead .image {
	width: 50%;
	border-radius: 15px;
	position: static;
	float: right;
	margin-left: 10px;
}

#cause .lead p {
	overflow: hidden;
}

#cause .case::after {
	content: "";
	width: 32%;
}

#cause .case > * {
	width: 32%;
	margin-bottom: 10px;
}

#cause .case img {
	border-radius: 15px;
}

#cause .case p {
	margin-top: 5px;
}

/* howchild */

#howchild .h_cat span {
	letter-spacing: -.05em;
}

#howchild .symptom {
	margin: 15px 0;
	padding: 20px 10px 10px;
	display: block;
}

#howchild .symptom li {
	width: auto;
	padding-left: 25px;
	margin-bottom: 10px;
}

#howchild .symptom li:before {
	content: "";
	width: 18px;
	background-size: 18px auto;
	top: 0;
}

#howchild .need {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

/* merit */

#merit section {
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#merit section.first {
	margin: 0 0 15px 0;
}

#merit section.last {
	margin: 0 0 15px 0;
}

#merit .image {
	float: right;
	margin: 0 0 0 10px;
	width: 50%;
}

#merit section.photoR .image {
	margin: 0 0 0 10px;
}

#merit dt {
	margin-bottom: 10px;
}

#merit dd {
	line-height: 1.8;
}

/* proceed */

#proceed .device01 {
	margin-top: 20px;
}

#proceed .device01::after {
	width: 32%;
}

#proceed .device01 > * {
	width: 32%;
	margin-bottom: 15px;
}

#proceed .device01 img {
	border-radius: 15px;
}

#proceed .device01 p {
	margin-top: 5px;
}

#proceed .device02 {
	margin-top: 0;
}

#proceed .device02 dt {
	width: 64%;
}

#proceed .device02 dd {
	width: 32%;
}

#proceed .device02 dd img {
	border-radius: 15px;
}

#proceed .examBox {
	display: block;
}

#proceed .examBox .exam01 {
	display: block;
	width: auto;
}

#proceed .examBox .explain {
	width: auto;
	padding-top: 0;
}

#proceed .examBox .explain p {
	margin-bottom: 10px;
}

#proceed .exam01 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}

#proceed .exam01 dl:before {
	content: "";
	width: 15px;
	height: 16px;
	background: url(/kids/lib/img/child/icon_arrow_device.png) no-repeat;
	background-size: 15px 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-90deg) translate(-50%,-50%);
}

#proceed .exam01 dt {
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}

#proceed .exam01 dd {
	width: 46%;
}

#proceed .exam01 dd:last-child {
	padding-top: 0;
	background: none;
}

#proceed .exam02 {
	margin-top: 10px;
	justify-content: space-between;
}

#proceed .exam02 .image {
	margin-right: 0;
	width: 46%;
}

#proceed .exam02 .explain {
	width: 50%;
}

#proceed .exam02 .explain strong {
	color: #359890;
	margin-bottom: 10px;
}

#proceed .exam01 img,
#proceed .exam02 img {
	border-radius: 15px;
}

/* cost */

#cost .cost {
	display: block;
	background: none;
	margin-bottom: 15px;
}

#cost .cost:before {
	display: none;
}

#cost .cost > * {
	width: auto;
	padding: 0;
	background: none;
	margin-bottom: 20px;
}

#cost .cost > *:first-child {
	padding-left: 0;
}

#cost .cost .h_box {
	margin-bottom: 10px;
}

#cost .cost .h_box span {
	width: 60vw;
}

#cost .cost li {
	margin-bottom: 5px;
}

#cost > p {
	margin-bottom: 10px;
}

#cost .notice {
	border-radius: 15px;
	padding: 45px 20px 40px;
	margin-top: 20px;
}

#cost .notice:before,
#cost .notice:after {
	height: 20px;
	background-size: auto 20px;
}

#cost .notice:before {
	top: 8px;
}

#cost .notice:after {
	bottom: 8px;
}

/* recommend */

#kyosei .recommend {
	display: block;
	margin: 25px 0 10px;
}

#kyosei .recommend p {
	font-size: 1.6rem;
	width: auto;
	margin-bottom: 10px;
}

/* form */

#kyosei .form {
	display: block;
	font-size: 1.4rem;
	text-align: center;
}

#kyosei .form a {
	margin: 5px 0 0;
	display: inline-block;
}

#kyosei .form a img {
	width: 60vw;
}
	
}
