@charset "UTF-8";

/*box2
---------------------------------------------------------*/
.box2 .med_col_3 li{
	background-color: #ffacac;
}
.box2 .med_box .care_list{
    display: flex;
    justify-content: space-between;
}
.box2 .med_box .care_list li{
	max-width: 510px;
	width: 48.5%
}
.box2 .med_box .care_list li div{
	max-width: 510px;
	margin: 0 auto;
	text-align: center;
}
.box2 .med_box .care_list li dt{
	font-size: 136%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	text-align: center;
	margin: 1.25em auto 0.65em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .med_box .care_list li dt{
	font-size: 126%;
	letter-spacing: 0.1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .med_box .care_list{
    display: block;
}
.box2 .med_box .care_list li{
	max-width: 100%;
	width: 100%;
	margin-top: 8%;
}
.box2 .med_box .care_list li:first-child{
	margin-top: 0;
}
.box2 .med_box .care_list li dt{
	font-size: 126%;
	letter-spacing: 0.1em;
	margin: 1em auto 0.4em;
}
}



/*box3
---------------------------------------------------------*/
.box3 .med_col_3 li:nth-child(even){
	background-color: #ffacac;
}
.box3 .med_col_3 li:nth-child(odd){
	background-color: rgba(255,172,172,0.2);
}
.box3 .med_col_3 li:nth-child(odd) dt{
	color: #ffacac;
}
.box3 .med_col_3 li:nth-child(odd) dd{
	color: #333;
}
