@charset "UTF-8";


/*---------------------------------------------------------
 
---------------------------------------------------------*/
.med_col_list.list__col3 > li {
	background-color: #ecebde;
	border-radius: 20px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.med_col_list.list__col3 > li {
	max-width: none;
	padding-top: 2.4%;
	padding-bottom: 2.4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/* .med_col_list.list__col3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.med_col_list.list__col3 > li {
	width: 49%;
	padding: 8% 5%;
}
.med_col_list.list__col3 dt {
	font-size: 115%;
}
.med_col_list.list__col3 dd {
	font-size: 95%;
} */
}


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

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

}

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

}