@charset "UTF-8";


.m_img {
	background-image: url("../images/kids/m_img@2x.jpg");
}

/*
---------------------------------------------------------*/
.med_pickup.pick_cli .com_flt .img_r {
	max-width: 410px;
}
.med_pickup.pick_cli .com_style1 > dt {
	color: #D2A000;
}

.med_pickup .pick_col3 p {
	text-align: center;
	color: var(--pick-color-main);
	font-size: min(2vw,140%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4;
	margin-top: 1em;
}

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 960px) {
.med_pickup.pick_cli .com_flt .img_r {
	width: 38%;
}
.med_pickup.pick_cli .com_flt .txt_l {
	width: 60%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_pickup.pick_cli .com_flt .img_r {
	width: 44%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_pickup .pick_col3 > div:not(:last-of-type) {
    padding-bottom: 0;
    border-bottom: none;
}
.med_pickup .pick_col3 p {
	font-size: 110%;
	letter-spacing: .1em;
	margin-top: .6em;
}
}
