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

.center {
    text-align: center;
}
.effective {
    margin-bottom: 20px;
}

.section-wrap .list-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-wrap ul {
    margin-left: 30px;
}

.section-wrap li {
    margin-bottom: 5px;
}

.declaration {
    display: flex; 
    justify-content: center;
    align-items: center; 
}
.declaration img {
    width: 100%;
    max-width: 450px;
    height: auto;
}

@media screen and (max-width:640px) {
    .justify {
        text-align: justify;
        word-break: break-all
    }
    .center {
        text-align: left;
    }
    .declaration {
        display: flex;
        align-items: center;
    }

    .declaration img {
        width: 90%;
        height: auto;
    }

    .sub-h2 {
        text-align: center;
    }

}