@charset "utf-8";

article > p {
    margin-bottom: 30px;
    text-align: justify;
}

article img {
    display: block;
    width: 100%;
}

.box {
    margin-bottom: 80px;
}

.box img {
    width: 330px;
    float: left;
}

.box .text {
    width: 320px;
    float: right;
}

article h3 {
    background-color: #e3f6ff;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.box02 li {
    width: 320px;
}

.box02 li:last-child,
.box02 li:nth-child(3) {
    margin-top: 30px;
}

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

    .box img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .box .text {
        width: 100%;
        float: none;
    }

    .box02 li {
        width: 100%;
    }

    .box02 li:last-child,
    .box02 li:nth-child(2),
    .box02 li:nth-child(3) {
        margin-top: 30px;
    }

}
