@charset "UTF-8";

.contentpage .m_img_area .m_img {background-image: url("../images/kidsortho/m_img@2x.jpg");}
.med_lead .com_lead_txt {background-image: url("../images/kidsortho/parts1@2x.png");}



/*box1
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*box2
---------------------------------------------------------*/
.box2 .item1 {
	margin-top: 80px;
	margin-bottom: 140px;
}
.box2 .item1 .flex_list {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
}
.box2 .item1 .flex_list li {
	position: relative;
}
.box2 .item1 .flex_list li::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 120%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-image: url("../images/kidsortho/eikyo_over1@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.box2 .item1 .flex_list li:first-child {
	width: 59%;
}
.box2 .item1 .flex_list li:last-child {
	width: 38.5%;
}
.box2 .item1 .flex_list li:last-child::before {
	background-image: url("../images/kidsortho/eikyo_over2@2x.png");
}
.box2 .item1 .flex_list li img {
	position: relative;
	z-index: 0;
}

.box2 .last_image {
	display: flex;
    justify-content: space-between;
}
.box2 .last_image li {
	width: 23%;
	max-width: 268px;
}
.box2 .last_image li:nth-child(even) {
	padding-top: 44px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .item1 {
	margin-top: 8%;
	margin-bottom: 10%;
}

.box2 .last_image li:nth-child(even) {
	padding-top: 3vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .item1 {
	margin-top: 10%;
	margin-bottom: 12%;
}
.box2 .item1 .flex_list {
	display: block;
}
.box2 .item1 .flex_list li:first-child {
	width: 100%;
}
.box2 .item1 .flex_list li:last-child {
	width: 65%;
	margin: 1.0em auto 0;
}

.box2 .last_image li:nth-child(even) {
	padding-top: 3vw;
}
}



/*box3
---------------------------------------------------------*/
.box3 .med_col_list {
	margin-bottom: 140px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .med_col_list {
	margin-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .med_col_list {
	margin-bottom: 12%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}