@charset "UTF-8";

/* CSS Document */
.kids section>* {
	max-width: 1200px;
	margin: auto;
	text-align: center;
}



.kids h2 {
	font-family: var(--gothic);
	font-size: var(--font28);
	font-weight: 600;
	line-height: 160%;
	text-align: center;
	padding: 0 32px;
	margin: auto;
	margin-top: 48px;
	margin-bottom: 64px;
	border-radius: 50px;
	display: grid;
	place-content: center;
	background-size: 160px;
	width: fit-content;
	white-space: nowrap;
}

.kids h2 span {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	display: block;
	height: 100%;
	padding: 15px;
}

.kids .check h2 {
	margin: 24px auto;
}

.kids .about h2 {
	background: url(images/kids_pattern01.png);
	text-align: center;
}

.kids .cleaning h2 {
	background: url(images/kids_pattern03.png);
}

.kids .word h2 {
	background: url(images/kids_pattern04.png);
}


.kids .timing h2 {
	background: url(images/kids_pattern06.png);
}

.kids .save h2 {
	background: url(images/kids_pattern05.png);
}

.kids .point h2 {
	background: none;
	justify-content: center;
	align-items: center;
}

.kids .check h2 {}

.kids .point h2 {}

.kids h3 {
	text-align: center;
	margin-top: 50px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: 600;
}

.kids h4 {
	text-align: center;
	display: inline-block;
	padding: 10px;
	margin: 25px auto;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 3px solid #ccc;
}

.kids p {
	padding: 15px;
	text-align: center;
}

.kids .figure img {
	text-align: center;
	margin: auto;
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;

}

.kids .check {
	background: rgba(255, 247, 227, 1);
	padding: 40px;
}

.kids .check li {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-family: var(--gothic);
	padding: 32px 16px;
	font-weight: 600;
}

.kids .check li img {
	margin-bottom: 24px;
}


.kids .title {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
}

@media (max-width: 767px) {
	.kids .title {
		flex-direction: column;
		width: 100%;
	}
}

.kids .title>*:first-child {
	flex: 0 0 40%;
	background-repeat: no-repeat;
	background-size: cover;
}

.kids .title>*:first-child img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.kids .title>*:last-child {
	flex: 1;
	text-align: center;
	vertical-align: middle;
	padding: 25px;
	font-size: 1.2rem;
	display: grid;
	place-content: center;
}

.kids .about .title>*:last-child {
	background: url(images/kids_posterbg01.png);
}

.kids .cleaning .title>*:last-child {
	background: url(images/kids_posterbg02.png);
}

.kids .word .title>*:last-child {
	background: url(images/kids_posterbg03.png);
}

.kids .timing .title>*:last-child {
	background: url(images/kids_posterbg04.png);
}

.kids .save .title>*:last-child {
	background: url(images/kids_posterbg05.png);
}

.kids .pregnant .title>*:last-child {
	background: none;
}

.kids .steps {
	padding: 0 24px;
}

.kids .steps h4 {
	border-bottom: 3px solid rgba(206, 164, 215, 1);
}

.kids .steps img {
	max-width: 800px;
	margin: 20px auto;
	width: 100%;
}

.kids .point {
	background: url(images/kids_pinkstripe.png);
	background-repeat: repeat;
	display: block;
	padding: 40px;
	margin-top: 50px;
}

.kids .point h3 {
	font-family: var(--gothic);
	color: rgb(255, 109, 90);
	margin: 30px auto 5px auto;
	font-size: 1.5rem;
	line-height: 180%;
}

@media (max-width: 767px) {
	.kids .point h3 {

		font-size: 1.3rem;
		line-height: 180%;
	}
}

.kids .point_title_illust {
	display: grid;
	place-content: center;
	margin: auto;
}

.kids .point_title_illust img {
	width: 80px;
}

.kids .point p {
	text-align: center;
	display: block;
	font-size: 1.1rem;
	line-height: 160%;
}

.kids .case {
	border-spacing: 20px;
	border-collapse: separate;

	padding: var(--space64) var(--space32);
}



.kids .case>* img {
	width: 160px;
	height: auto;
}

.kids .case>*:last-child {
	padding: 24px;
	background-color: rgba(93, 169, 209, 0.1);

}

.kids .case>*:first-child {
	padding: 24px;
	background-color: rgba(162, 224, 153, 0.1);
	position: relative;
}

.kids .case>*:first-child::before {
	content: "";
	position: absolute;
	top: -40px;
	bottom: 0;
	left: -20px;
	right: 0;
	z-index: 0;
	margin: auto;
	z-index: 5;
	background-image: url(images/kids_ribbon.png);
	background-position: 60px 23px;
	background-repeat: no-repeat;
	background-size: 80px auto;
	display: block;
}

.kids .case>*:first-child h4 {
	color: #00B17D;
	border: 0;
	font-size: 1.6rem;
	margin: 20px auto;
}

.kids .case>*:last-child h4 {
	color: #0074CA;
	border: 0;
	font-size: 1.6rem;
	margin: 20px auto;
}

.kids .pregnant h4 {
	border-color: rgba(231, 164, 125, 1);
	margin: 32px auto;
}

.kids .pregnant h4:before {
	content: "";
	display: inline-block;
	margin-bottom: 20px;
	width: 80px;
	height: 110px;
	background: url(images/kids_pregnant.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center;
}

.kids .pregnant h4 small {
	display: block;
	font-weight: normal;
	margin-bottom: 32px;
}

.kids .pregnant p {
	font-size: 1rem;
}

.kids .virus h4 {
	border-color: rgba(162, 224, 153, 1);
}

.kids .cause h4 {
	border-color: rgba(255, 193, 0, 1);
}

.kids .cause img {
	width: 80%;
}

.kids .habit h4 {
	border-color: rgba(0, 186, 211, 1);
}

.kids .habit img {
	width: 80%;
}