@charset "UTF-8";
/* コンテンツ */

.life_box {
    background-image: url("../../img/bg_blue.webp");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.life_box img {
    width: 80%;
    max-width: 700px;
}
.bg_op {
    background-image: url("../img/bg3.webp");
    background-position: center center;
    background-size: 1000px 1000px;
    position: relative;
    z-index: 1;
}

.opsub1 {
    text-align: left;
}
.opsub1 img {
    width: 70%;
}
.opsubadj {
    text-align: right !important;
}

.po_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.poadj {
    flex-direction: row-reverse;
}
.po_box img {
    width: 100%;
}
.po_img {
    width: 47.5%;
}
.po_tx {
    width: 47.5%;
}
.po_tx p {
    line-height: 1.7;
    margin-bottom: 2em;
}
.po_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.po_tx ul li {
    width: 47.5%;
}

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

.opsub1 {
    margin-bottom: 1em;
}
.opsub1 img {
    width: 80%;
}
.po_box {
    align-items: flex-end;
}
.po_tx p {
    margin-bottom: 1em;
}
}

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

.bg_op {
    margin-bottom: 2em;
}
.opsub1 img {
    width: 100%;
}
.po_img {
    width: 100%;
    margin-bottom: 1em;
}
.po_tx {
    width: 100%;
}

}
