@charset "UTF-8";

/*----------------------------------------------------*/ 
/* structure
-----------------------------------------------------*/ 

#gnavi {
	height: 320px;
}

#contents {
	background: #f7efe7;
}

@media only screen and (max-width: 767px) {

#gnavi {
	height: auto;
}
	
}

/*----------------------------------------------------*/ 
/* oral_function
-----------------------------------------------------*/ 
.oral_function{
	padding-bottom: 60px;
}
.column .ttl {
	color: #fff;
	background: #fdb97c;
	border-radius: 50px;
	width: fit-content;
	padding: 8px 25px;
	font-size: 2rem;
	opacity: 0.7;
}
.column > section.row_oral_function01 {
	min-height: 200px;
}
.row_oral_function01 .txt01{
	margin-bottom: 25px;
}
.row_oral_function01 .btn{
	text-align: center;
}
.row_oral_function02 p {
	margin-bottom: 25px;
}
.row_oral_function02 li {
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px;
}
.row_oral_function02 li:before {
	content: "";
	width: 26px;
	height: 24px;
	background: url(/kids/lib/img/cmn/icon_check.png) no-repeat;
	position: absolute;
	left: 0;
	top: -3px;
}

.oral_function #torikumi{
	width: 1000px;
    margin: 0 auto;
}
.oral_function .column > section.photoL {
    padding-left: 0;
}
.row_oral_function03.nyushi dt {
    padding-left: 35px;
}
@media only screen and (max-width: 767px) {
	.oral_function{
		padding-bottom: 30px;
	}
	.column .ttl {
		padding: 5px 25px;
		font-size: 1.375rem;
		width: 85%;
		max-width: 442px;
	}
	.oral_function #torikumi{
		width: auto;
	}
}