.banner-lp-row>div {
    display: flex
}

@media (min-width: 768px) {
    .banner-lp-row>div:first-child {
        flex:0 0 44.9%;
        max-width: 44.9%;
    }
}

.banner-lp-row>div:last-child {
    align-items: center
}

@media (min-width: 768px) {
    .banner-lp-row>div:last-child {
        flex: 0 0 55.1%;
        max-width: 55.1%;
    }
}

.banner-lp-box .content-box {
    align-items: center;
    display: flex;
    height: 100%
}

.banner-lp-box .content-box>div {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 20px
}

.banner-lp-box .banner-title {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 577px) {
    .banner-lp-box .content-box>div {
        padding-left:0;
        padding-right: 0
    }
}

.banner-lp-box h1 {
    color: #fff;
    font-size: 50px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 38px;
    text-align: center
}

.banner-lp-box h1 small {
    color: #fff;
    display: block;
    font-family: Montserrat;
    font-size: 60%;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 7px;
    text-transform: uppercase
}

@media (max-width: 577px) {
    .banner-lp-box h1 small {
        font-size:18px
    }
}

.banner-lp-box p {
    margin-bottom: 2.8rem;
}

.banner-lp-box .image-box {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.banner-lp-box .image-box figure {
    background-color: #ededed;
    height: 100%;
    position: relative
}

.banner-lp-box .image-box figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: 0s;
}

@media (max-width: 767px) {
    .banner-lp-box .image-box figure img {
        height:350px
    }
}

@media (max-width: 577px) {
    .banner-lp-box .image-box figure img {
        height:300px
    }
}

.banner-lp-box .image-box [*|class=more-link] {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}

.banner-lp-box .image-box [*|class=more-link] a {
    color: #fff;
    font-size: 16px;
    max-width: 256px;
    padding-bottom: 21px;
    padding-top: 21px
}

@media (max-width: 577px) {
    .banner-lp-box .image-box [*|class=more-link] a {
        font-size:14px;
        max-width: 220px;
        padding-bottom: 17px;
        padding-top: 17px
    }
}

.banner-lp-box .image-box [*|class=more-link] a:focus,.banner-lp-box .image-box [*|class=more-link] a:hover {
    color: #f73a40
}

@media (max-width: 767px) {
    .banner-lp-box .image-box [*|class=more-link] a:focus,.banner-lp-box .image-box [*|class=more-link] a:hover {
        color:#fff
    }
}

.banner-lp-box .content-box ul li:before {
    background: url(https://www.ape-man.jp/hubfs/ico-checkmark2.svg);
    background-size: cover;
    content: "";
    display: block;
    height: 11px;
    left: -1.2rem;
    position: absolute;
    top: 12px;
    width: 12px
}

.banner-lp-box .content-box ul li {
    font-weight: 700;
    margin-bottom: 11px;
    position: relative;
    line-height: 1.6;
}

.banner-lp-box .banner-title {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.banner-lp-box .banner-title h1 {
    color: #fff
}

@media (max-width: 991px) {
    .banner-lp-box h1 {
        font-size:34px
    }
}

@media (max-width: 767px) {
    .banner-lp-box h1 {
        font-size:28px
    }
}

@media (max-width: 577px) {
    .banner-lp-box h1 {
        font-size:23px
    }
}
