
body {
    background-image: url(/img/bodyback.svg), url(/img/bodyback2.svg);
    background-size: 100%, 100%;
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;

    color: #444;
    font-family: 'M PLUS 1p', sans-serif;
}

.red {
    color: red;
}

.waku {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
}
@media screen and (max-width: 480px) {
    .waku {
        padding: 10px;
    }
}
.waku-head {
    font-size: 24px;
    font-weight: bold;
}
.waku-text {
    margin-top: 10px;
    margin-bottom: 40px; 
    padding-left: 15px;
    line-height: 26px;
}

.btn {
    border-radius: 0;
}
.btn-danger {
    background-color: #da4105;
}

.header {
    margin-bottom: 60px;
    padding: 10px 0;
}

.header-logo {
    width: 100%;
    max-width: 375px;
    height: auto;
}

.header-contact {
    margin-top: 10px;
}


.footer {
    padding: 40px 0;
}

.top-image {
    width: 100%;
    height: auto;
}

.full-image {
    width: 100%;
    max-width: 840px;
    height: auto;
}

.section-color {
    margin-bottom: 80px;
    padding: 80px 0;
    background-color: #f6f6f6;
}
.section-color-desc {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    max-width: 840px;
}


.section-head {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.section-box {
    margin-bottom: 80px;
}

.section-text-wrapper {
    padding: 60px 40px 10px 40px;
}

.section-sub-head {
    color: #080a85;
    font-size: 32px;
    font-weight: bold;
    line-height: 52px;
}

.section-text {
    margin-top: 20px;
    color: #080a85;
    font-size: 18px;
    line-height: 30px;
}

.section-image {
    display: inline-block;
    width: 100%;
    max-width: 460px;
    height: auto;
}

.contact-box {
    display: inline-block;
    width: 100%;
    max-width: 540px;
    text-align: left;
}