@charset "UTF-8";

/*box1
---------------------------------------------------------*/
.box1 .med_col3 li {
	padding-top: 20px;
}
.box1 .med_col3 dt {
	height: 3.0em;
	position: relative;
	margin-bottom: 0;
}
.box1 .med_col3 dt > span {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .med_col3 li {
	padding-top: 6%;
}
.box1 .med_col3 dt {
	height: auto;
	margin-bottom: .3em;
}
.box1 .med_col3 dt > span {
	position: static;
	transform: none;
}
}



/*box2
---------------------------------------------------------*/

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

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



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

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

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