.mainvisual {
    background: url(../../img/mainvisual-sdgs_bg.png) no-repeat center;
    background-size: cover
}

.container.policy {
    max-width: 920px;
    margin: auto
}

.box.csr_policy p {
    margin-bottom: 30px
}

.txt_list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px
}

.txt_list li::after {
    display: block;
    content: '';
    position: absolute;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #373f9a;
    border-radius: 100%
}

.bnr_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 920px;
    margin: auto
}

.bnr_box {
    width: 440px;
    border-top: 3px solid #384095;
    margin-bottom: 35px;
    background-color: #fff;
    padding-top: 30px;
    text-align: center;
    min-height: 600px
}

.bnr_box.wide {
    width: 100%
}

.bnr_txt_box {
    background-color: #fff;
    padding: 30px
}

.bnr_txt_box .title {
    text-align: center;
    color: #373f9a;
    font-size: 160%;
    margin-bottom: 30px;
    font-weight: bold
}

.bnr_txt_box .txt {
    margin-bottom: 30px;
    line-height: 2;
    text-align: left
}

.health-img {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .health-img {
        display: block
    }
}

.health-img img {
    width: 100%;
    max-width: 95%;
    border: 1px solid #333333
}

@media screen and (max-width: 767px) {
    .health-img img {
        max-width: 100%;
        margin: 0 auto 20px
    }
}

@media screen and (max-width: 767px) {
    .bnr_box {
        width: 90%;
        padding: 5%;
        min-height: 100%
    }
    .bnr_box.wide {
        width: 90%;
        padding: 5%;
        min-height: 100%
    }
    .bnr_txt_box {
        padding: 30px 0
    }
    .bnr_box.wide {
        width: 90%
    }
    .bnr_wrap {
        display: block
    }
}