@charset "UTF-8";

/*box1
---------------------------------------------------------*/
.box1 .last_copy{
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .last_copy{
	font-size: 130%;
	letter-spacing: 0.05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .last_copy{
	font-size: 100%;
	letter-spacing: 0.05em;
}
.med_col3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_col3 li{
    width: 49%;
    max-width: 100%;
    margin-top: 2%!important;
} 
.med_col3 li:nth-child(1),
.med_col3 li:nth-child(2){
	margin-top: 0!important;
}
.med_col3 li dt{
    font-size:120%!important;
    margin-bottom: -.3em!important;
}
.med_col3 li dt span{
    font-size:80%;
    letter-spacing: normal;
    margin-left: -0.5em;
}
.med_col3 li dd{
    letter-spacing: normal!important;
}
}
