@charset "utf-8";

#mf1{
	margin:0 0 50px 0;
}
#mf1 dl{
max-width: 800px;
width: 100%;
margin: 50px auto;
border: #e62334 solid 3px;
background: #fff;
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
border-radius: 10px;
font-size: 1.13em;
position: relative;
}
#mf1 dl dt{
background: #e62334;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 2em;
padding: 20px;
}
#mf1 dl dd{
padding: 15px;
line-height: 2em;
position: relative;
}
#mf1 dl dd strong{
display: block;
text-align: right;
margin: 1em 0 0 0;
}
#mf1 dl:last-of-type{
display:flex;
flex-wrap: wrap;
}
#mf1 dl:last-of-type dt{
width: 100%;
}
#mf1 dl:last-of-type dd:not(:last-of-type){
padding-left: 50px;
margin: 0 20px;
font-size: 1.11em;
font-weight: bold;
border-bottom: #ccc dashed 1px;
line-height: 1.5em;
}
#mf1 dl:last-of-type dd:not(:last-of-type):before{
content: "";
max-width: 40px;
max-height: 50px;
width: 5.33vw;
height: 6.67vw;
background: url("../img/health-management/i4.png") center center /cover no-repeat;
position: absolute;
top:0;
left: 0;
transform: translate(0,50%);
}
#mf1 dl:last-of-type dd span{
display: table;
color: #e62334;
font-size: 0.7em;
}

#mf1 dl:last-of-type dd:last-of-type{
text-align: right;
padding: 0;
position: absolute;
top: 80px;
right: 30px;
}
#mf1 figure{
text-align: center;
}


@media screen and (max-width: 800px) {

#mf1{
	margin:0 0 10vw 0;
}
#mf1 dl{
width: 90%;
margin: 5vw auto;
}
#mf1 dl dt{
font-size: 1.5em;
padding: 3vw;
}
#mf1 dl dd{
font-size: 1em;
width: 100%;
padding: 3vw;
box-sizing: border-box;
}

#mf1 dl dd .sc{
overflow-y: auto;
}
#mf1 dl dd .sc img{
width: 780px;
max-width:inherit;
}

#mf1 dl:last-of-type{
display:flex;
flex-wrap: wrap;
}
#mf1 dl:last-of-type dd:not(:last-of-type){
padding-left: 7vw;
margin: 0 3vw;
}
#mf1 dl:last-of-type dd br{
display: none;
}

#mf1 dl:last-of-type dd:last-of-type{
text-align: center;
padding: 3vw;
position: static;
}
#mf1 figure img{
margin: 2vw 0;
}

}


