
/*-------- midashi -------*/

#midashi{
    width:90%;
}
#midashi .midashi_wrap .icon_wrap{
    display:flex;
    justify-content: space-between;
    margin-top:50px;
}
#midashi .midashi_wrap .icon_wrap .icon_inner{
    background-image:url("../images/per_en.png");
    background-size:contain;
    background-repeat: no-repeat;
    height:0;
    padding-top:31%;
    width:31%;
    position:relative;
}
#midashi .midashi_wrap .icon_wrap .icon_inner .icons{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#midashi .midashi_wrap .icon_wrap .icon_pic{
    width:120px;
    margin:15px 0;
    min-height:0%;
}

#midashi .midashi_wrap .icon_wrap .content{
    font-size:18px;
}


/*-------- per_ex -------*/
#per_ex{
    background:#D9D1CA;
    border-radius:40px;
    padding:80px 0;
}
#per_ex h2{
    border-bottom:0;
    font-size:145px;
    color:rgb(217, 209, 202, 0.2);
    font-weight:normal;
}
#per_ex h4{
    margin-top:0;
}
#per_ex .per_wrap{
    background:#fff;
    border-radius:40px;  
    padding:90px 0;
    margin-bottom:60px;
}
#per_ex .per_wrap:last-child{
    margin:0;
}
#per_ex .per_wrap .per_wrap_in{
    display:flex;
    justify-content: space-between;
    width:90%;
    margin:0 auto;
}
#per_ex .per_wrap .safety_pic,
#per_ex .per_wrap .safety_pic02{
    width:25%;
}
#per_ex .per_wrap .safety_pic02{
    padding-top:30px;
}

#per_ex .per_wrap .safety_right{
    width:45%;
    background-repeat:no-repeat;
    background-position:right top;
    background-size:contain;
    padding-top:150px;
}
#per_ex .per_wrap:nth-child(1) .safety_right{
    background-image:url("../images/per_ex1.png");
}
#per_ex .per_wrap:nth-child(2) .safety_right{
    background-image:url("../images/per_ex2.png");
}
#per_ex .per_wrap:nth-child(3) .safety_right{
    background-image:url("../images/per_ex3.png");
}
#per_ex .per_wrap .safety_right .safety_sub{
    display:flex;
    align-items: center;
    margin-left:20px;
}
#per_ex .per_wrap .safety_right .safety_sub span{
    width:85px;
    height:1px;
    background:#80CC29;
    display:inline-block;
    margin-left:55px;
}
#per_ex .per_wrap .safety_right .content{
    font-size:18px;
    margin-left:20px;
    margin-top:35px;
    line-height:28px;
}