@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: #e5f3ff;
    font-weight: bold;
    text-align: center;
    padding: 6px 0 0 0;
    border-radius: 5px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    background-color: #eee;
    padding: 4px 8px;
}

.box02 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.box02 li {
    width: 320px;
}

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

    h2{
        margin-top: 20px;
    }

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

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

    .box02 li {
        width: 100%;
    }

    .box02 li:first-child {
        margin-bottom: 10px;
    }

    .box02 li:last-child, {
        margin-top: 30px;
    }

