@charset "utf-8";
/* CSS Document */

.coating{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/mv-coating.jpg) center;
    background-size: cover;
}
.column-4 .circle-area{
    margin: 60px 0 100px;
}
.circle-area{
    margin: 250px 0 100px;
    text-align: center;
}
.circle-lg{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: auto;
}
.column-5-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column-5-2 div{
    width: 48%;
    margin-bottom: 15px;
}
.mt20{
    margin-top: 20px
}
.pd-40-30{
    padding: 10px 0 30px;
}
.fs-40{
    font-size: 40px!important;
}
@media (min-width:1366px){
.circle-area{
    margin: 120px 0;
}
.flex-area{
    justify-content: space-between;
}
.circle-lg{
    width: 450px;
    height: 450px;
}
.column-5-2 div{
    width: 18%;
}
.mt20{
    margin-top: 0;
}
.pd-40-30{
    padding: 10px 0 40px;
}
}