.m-heading__A--mini {
    font-size: 66%;
}

.pic01 img{
    width: 191px;
    height: 138px;
}
.pic02 {
    margin-left: 20px;
}
.pic02 img{
    width: 220px;
    height: 123px;
}
.flex {
    display: flex;
}
.h4em {
    height: 7.5em;
}
.mscImg {
    margin-top: 35px;
}
.ml20 {
    margin-left: 20px;
}
.mt15 {
    margin-top: 15px;
}
.blank img{
    width: 14px;
    height: 12px;
    margin-top: 8px;
    margin-left: 6px;
}
.ecolabel__link {
    font-size: 90%;
}
.msc-title {
    max-width: 452px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background-color: #6D96BE;
    border-radius: 4px;
    font-size: 90%;
}
.section-ex {
    margin-top: 38px;
}
.section-ex .textbox {
    margin-left: 30px;
}

.section-ex .textbox h4 {
     color: #3C7DBE;
 }
@media only screen and (max-width:1000px){
    .h4em {
        height: 10em;
    }
}
@media only screen and (max-width:767px){
    .flex {
        flex-direction: column;
        align-items: center;
    }
    .pic02 {
        margin-left: 0;
        margin-top: 17px;
    }
    .h4em {
        height: auto;
        margin-top: 40px;
    }
    .mscImg {
        margin-top: 0;
    }
    .mt15 {
        margin-top: 20px;
    }
    .ml48{
        margin-left: 48px;
        margin-bottom: 10px;
    }
    .ecolabel__link {
        margin-top: 15px !important;
    }
    .section-ex .textbox {
        text-align: center;
        margin-left: 0;
    }
    .section-ex .flex {
        flex-direction: column-reverse;
    }
    .section-ex .textbox img {
        width: 117px;
        height: 42px;
    }

}
