@charset "utf-8";

/* --糖酸度計測定方法-- */
.ex-note {
    width: auto;
    height: 6em;
    padding: 5px;
    line-height: 1.2;
    color: #3a3736;
    text-align: center;
}

/* --測定のコツ-- */
.measuring-tips {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .measuring-tips {
        width: 95%;
        margin: 0 auto;
    }
}

.ex-tips {
    display: flex;
    width: 48%;
    padding: 5px;
}

@media screen and (max-width: 390px) {
    .ex-tips {
        display: flex;
        width: 98%;
        padding: 5px;
        margin: 0 auto;
    }

    .ex-tips-img {
        width: 30% !important;
    }
}

.tips_txt {
    width: 80%;
    height: auto;
}

.ex-tips h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.ex-tips p {
    line-height: 1.2;
    text-align: left;
}
