@charset "UTF-8";

.text-center {
  text-align: center;
}

.text-lg {
    font-size: 2.6rem;
}
@media (max-width: 767px) {
    .text-lg {
        font-size: 1.8rem;
    }
}

.font-bold {
    font-weight: bold;
}

.lp_lv1heading {
    line-height: 1.3;
}
.lp_lv2heading {
    color: #121D77;
}

.lp_shade {
    background: #FFF080;
    padding: 35px 0;
}

.text-accent {
    color: #121D77;
}

.text-black {
    color: #000;
}

.appDownload--btn {
    border: none!important;
}

.menu__list {
    list-style: none;
}

.menu__list li:first-child {
    margin-top: 0;
}

.menu__list li {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .menu__list li {
        margin-top: 10px;
    }
}

.menu__list li img {
    margin-right: 10px;
}

.lp_main_content {
    padding-top: 0;
    overflow: hidden;
}

.lp_container {
    max-width: 1280px;

}

.intro__section {
    padding-top: 70px;
    position: relative;

}

.intro__section:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5%;
    margin: auto;
    width: 105%;
    height: 100%;
    background: url(/wp-content/themes/mngtr_basic/img/lp/hyoketsu2025/bg_pc.webp) no-repeat center top;
    background-size: contain;
}
@media (max-width: 767px) {
    .intro__section:before {
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/wp-content/themes/mngtr_basic/img/lp/hyoketsu2025/bg_sp.webp) no-repeat center top;
        background-size: contain;
    }

}


.lp_overview {

}
.lp_overview div {
    flex-direction: column;
}
.lp_overview dt,
.lp_overview dd {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
}
.lp_overview dt {
    background: #121D77;
    color: #FFF;
    padding: 0.4em 0;
}

.lp_overview dd {
    background: none;
    padding: 0.8em 0;
}

.border-none::after {
    content: none;
}

.grid {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax( 0, 355px)) ;
    gap: 40px;
}
@media (max-width: 640px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .grid > img {
        width: 100%;
        height: auto;
    }

}