body {
  background-color: #cbf8f128 !important;
}

/*----- 代表者挨拶 -----*/
.greeting-img {
    float: right;
    max-width: 48%;
    padding: 0 0 5% 5%;
}

.title-text {
    font-size:  25px;
    font-weight: bold;
}

@media screen and (max-width: 856px) {
    .greeting-img {
        float: none;
        max-width: 70%;
        margin: auto;
    }
}