@charset "UTF-8";


/* mu_col3
---------------------------------------------------------*/
.med_bdr .med_box2.type_orange{
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.med_bdr li.type80{
	margin-bottom: 80px;
}

.mu_col3{
	display: flex;
    justify-content: space-between;
}
.mu_col3 li{
	width: 32.6%;
	position: relative;
	padding-left: 3.5%;
	padding-right: 3.5%;
	padding-bottom: min(70px,4vw);
	box-sizing: border-box;
	text-align: center;
}
.mu_col3 li::before{
	position: absolute;
	display: block;
	content: "";
	background: #f3f4ef;
	background-size: 100% auto;
	width: 100%;
	height: calc(100% - 3em);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.mu_col3 li .icon{
	width: 40%;
	max-width: 122px;
	margin: 0 auto 1.2em;
}
.mu_col3 li:nth-child(1) .tit{	color: #d59b59;}
.mu_col3 li:nth-child(2) .tit{	color: #455151;}
.mu_col3 li:nth-child(3) .tit{	color: #91ad2c;}

.mu_col3 li .tit.ft_ro{
	font-size:min(110%,1.7vw);
	line-height: 1em;
	margin-top: .7em;
	margin-bottom: 1.6rem;
}
.mu_col3 li p:last-child{
	text-align: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.med_bdr li.type80{
	margin-bottom: 7%;
}
	
.mu_col3 li{
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.mu_col3 li::before{
	height: calc(100% - 3vw);
}
.mu_col3 li .icon{
	margin: 0 auto 1.5vw;
}
.mu_col3 li .tit.ft_ro{
	margin-top: .3em;
	margin-bottom: .7rem;
}
.mu_col3 li p:last-child{
	letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.med_flt .img_r.sp_big{
	width: 85%!important;
}
.med_bdr li.type80{
	margin-bottom: 10%;
}
	
.mu_col3{
	display: block;
}
.mu_col3 li{
	width: 100%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:8%;
	margin-bottom: 3%;
}
.mu_col3 li:last-child{
	margin-bottom: 0;
}
.mu_col3 li::before{
	height: calc(100% - 5vw);
}
.mu_col3 li .icon{
	width: 25%;
	margin: 0 auto .5em;
}
.mu_col3 li .tit.ft_ro{
	font-size: 3.5vw;
	letter-spacing: 0.1em;
	margin-top: .4em;
	margin-bottom: 1rem;
}
}