@charset "UTF-8";

/*box2
---------------------------------------------------------*/
.box2 .med_flot_box .img_r{
	max-width: 300px;
	width: 25%;
}
.box2 .med_flot_box .txt_l{
	max-width: 850px;
	width: 71%;
}
.box2 .med_col3 li:nth-child(1){
	border-color: rgba(247,171,0,0.8);
}
.box2 .med_col3 li:nth-child(2){
	border-color: rgba(111,193,79,0.8);
}
.box2 .med_col3 li:nth-child(3){
	border-color: rgba(167,163,196,0.8);
}

.box2 .med_bgbox {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.box2 .med_bgbox .bgbox_tit {
	color: #67AF9B;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .med_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .med_flot_box .img_r{
	max-width: 300px;
	width: 70%;
}
.box2 .med_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
}
}