@charset "utf-8";

.main-img {}

.main-lead {
    width: 96%;
}

.lead-inner {}

.main-lead .lead-inner p {
    font-size: 14px;
    line-height: 150%;
}

.main-lead .lead-inner h2 {
    color: #0096D6;
    font-size: 24px;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.00), -1px 1px 5px rgba(255, 255, 255, 1.00), 1px -1px 5px rgba(255, 255, 255, 1.00), -1px -1px 5px rgba(255, 255, 255, 1.00);
    line-height: 150%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.news-es {
    background-color: rgba(251, 250, 143, 1.00);
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    width: 96%;
    margin-bottom: 32px;
    margin-top: 32px;
}

.sec-blue,
.sec-white,
.sec-access {}

.sec-blue {
    background-color: rgba(228, 244, 251, 1.00);
}

.sec-white {
    background-color: rgba(255, 255, 255, 1.00);
}

.sec-access {
    background-color: rgba(212, 232, 185, 1.00);
}

.sec-blue .inner,
.sec-white .inner,
.sec-access .inner {
    width: 98%;
    padding-top: 64px;
    padding-bottom: 64px;
}

.sec-blue h2,
.sec-white h2,
.sec-access h2 {
    font-size: 28px;
    line-height: 150%;
    text-align: center;
}

.news-es h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
}

.sec-blue h2 {
    color: rgba(0, 150, 214, 1.00);
    border-bottom: 1px solid rgba(0, 150, 214, 1.00);
    margin-bottom: 32px;
}

.sec-white h2 {
    color: rgba(0, 150, 214, 1.00);
    border-bottom: 1px solid rgba(0, 150, 214, 1.00);
    margin-bottom: 32px;
}

.sec-access h2 {
    color: rgba(114, 183, 53, 1.00);
    border-bottom: 1px solid rgba(114, 183, 53, 1.00);
    margin-bottom: 32px;
}

.sec-blue p,
.sec-white p,
.sec-access p {
    margin-bottom: 16px;
    line-height: 150%;
    font-size: 12px;
}

.hr-skyline img {
    object-fit: cover;
    max-width: none;
}

.sec-access p {
    text-align: center;
}

.bt-box {
    text-align: center;
    margin-top: 32px;
}

.inner h3 {
    font-size: 24px;
    color: #FF8E00;
    margin-bottom: 12px;
    text-align: center;
}

.rmg-img .img-box {
    width: 48%;
    margin-left: 0px;
    margin-right: 0px;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    background-color: rgba(235, 132, 177, 1.00);
    margin-bottom: 16px;
}

.rmg-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.news-es .news-text {
    background-color: rgba(255, 255, 255, 1.00);
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    border-radius: 6px;
}

.bt-box a img {
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);

}

.rmg-img .img-box p {
    margin-bottom: 0px;
}

.feature-imgbox {}

.feature-textbox {}

.feature {
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 12px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 32px;
}

.feature-flex {
    margin-bottom: 32px;
}

.feature-textbox h4 {
    color: rgba(255, 142, 0, 1.00);
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
}

.feature-hl {
    text-align: center;
    margin-bottom: 32px;
}

.whatis-typeb {
    background-color: rgba(255, 255, 255, 1.00);
    border: 1px solid rgba(0, 150, 214, 1.00);
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    margin-top: 32px;
}

.whatis-typeb p {
    margin-bottom: 0px;
}

.whatis-typeb h4 {
    color: rgba(0, 150, 214, 1.00);
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 150, 214, 1.00);
    line-height: 150%;
    margin-bottom: 12px;
}

.img-center {
    text-align: center;
    padding-bottom: 32px;
}

.worry li {
    color: rgba(255, 142, 0, 1.00);
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
}

.worry-flex {}

.worry-img {
    padding-top: 16px;
    padding-right: 20%;
    padding-bottom: 16px;
    padding-left: 20%;
}

.link-flex {
    text-align: center;
    width: 98%;
}

.link-flex a {}

.link-flex a img {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 98%;
}

.rmg-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;

    & ul.column {
        margin: 0;

        &:last-of-type {
            grid-area: 2 / 2 / 3 / 3;
        }

        & li {
            font-size: 14px;
            line-height: 1.5;

            &:not(:last-of-type) {
                margin-bottom: .5em;
            }
        }
    }

    @media screen and (min-width:860px) {
        grid-template-columns: repeat(3, 1fr);

        & ul.column {
            &:last-of-type {
                grid-area: unset;
            }
        }
    }
}

.rmg-logo {
    background-image: url(../img/rmg-bd.jpg);
    background-repeat: repeat-x;
    background-position: 0% center;
    text-align: center;
}

.rmg-logo img {
    width: 30%;
}


.rmg-list {
    border: 1px solid rgba(234, 131, 174, 1.00);
    border-radius: 6px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.flow-box {
    background-color: rgba(255, 241, 192, 1.00);
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    text-align: center;
    border-radius: 12px;
}

.flow-box img:first-child {
    margin-bottom: 16px;
}

.worry-flex .worry {
    border: 2px solid rgba(243, 168, 0, 1.00);
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 8px;
}

.hr-skyline {
    width: 100vw;
    overflow-x: hidden;
}

.news-text dl dt {}

.news-text dl dd {}

.news-text dl {
    line-height: 150%;
}

















































@media screen and (min-width:800px) {
    .main-img {
        position: relative;
    }

    .main-lead {
        width: 1000px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 32px;
    }

    .lead-inner {
        width: 560px;
        margin-left: 0px;
    }

    .main-lead .lead-inner p {
        font-size: 18px;
    }

    .main-lead .lead-inner h2 {
        text-align: left;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .news-es {
        border-radius: 10px;
        width: 1000px;
        margin-top: 0px;
    }

    .sec-blue,
    .sec-white,
    .sec-access {}

    .sec-blue .inner,
    .sec-white .inner,
    .sec-access .inner {
        width: 1000px;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .main-img img {}

    img.main-bg {
        height: 523px;
        object-fit: cover;
    }


    .sec-blue h2,
    .sec-white h2,
    .sec-access h2 {
        font-size: 36px;
        line-height: 150%;
        text-align: center;
    }

    .news-es h2 {
        font-size: 28px;
        line-height: 150%;
        text-align: center;
    }

    .sec-blue p,
    .sec-white p,
    .sec-access p {
        font-size: 18px;
        margin-bottom: 32px;
    }

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

    .inner h3 {
        font-size: 28px;
        color: #FF8E00;
        text-align: left;
    }

    .rmg-img .img-box {
        width: 32%;
    }

    .rmg-img {}

    .news-es .news-text {
        background-color: rgba(255, 255, 255, 1.00);
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        border-radius: 6px;
    }

    .feature-imgbox {
        width: 380px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .feature-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
    }

    .feature-textbox {
        width: 420px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .feature {
        padding-top: 16px;
        padding-right: 64px;
        padding-bottom: 64px;
        padding-left: 64px;
    }

    .feature-flex:last-child {
        margin-bottom: 0px;
    }

    .feature-textbox h4 {
        font-size: 24px;
        text-align: left;
    }

    .feature-hl {
        width: 60%;
    }

    .whatis-typeb {
        padding-top: 32px;
        padding-right: 32px;
        padding-bottom: 32px;
        padding-left: 32px;
        margin-top: 32px;
    }

    .whatis-typeb p {
        margin-bottom: 0px;
    }

    .whatis-typeb h4 {}

    .img-center {
        width: 50%;
    }

    .worry li {
        font-size: 24px;
    }

    .worry-flex {
        display: flex;
        align-items: center;
    }

    .worry-img {
        width: 300px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .link-flex {
        width: auto;
    }

    .link-flex a {}

    .link-flex a img {
        width: auto;
    }

    .rmg-list .rmg-logo {
        width: 200px;
        height: auto;
    }

    .rmg-logo {}

    .rmg-logo img {
        width: 200px;
    }


    .space-ins:before {
        content: "　";
    }

    .flow-box {}

    .flow-box img:first-child {
        margin-bottom: 0px;
    }

    .worry-flex .worry {
        border-width: 0px;
        border-style: none;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-text dl dt {
        color: rgba(255, 142, 0, 1.00);
        font-weight: bold;
        font-size: 75%;
    }

    .news-text dl dd {}

    .news-text dl {}








































}