.p-page-office__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-page-office__list {
    margin-bottom: 40px;
}
.p-page-office__img {
    width: 100%;
}
.p-page-office__txtarea {
    background-color: #e3f3fb;
    padding: 25px 40px 45px;
    box-sizing: border-box;
}
.p-page-office__ttlarea {
    margin-bottom: 15px;
}
.p-page-office__ttl {
    color: #45b1e6;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.p-page-office__txt {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
}
@media only screen and  (max-width: 767px) {
    .p-page-office__item {
        display: block;
    }
    .p-page-office__txtarea {
        padding: 25px 15px 25px;
    }
    .p-page-office__txt {
        margin-bottom: 20px;
    }
}