@charset "utf-8";

.red-txt {
    color: #E60000;
}

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

.g-box02 ul {
    list-style-position: inside;
}

.g-box02 ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.g-box03_l#top {
    background-color: #e5e5ee
}

.entrybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    margin-bottom: 5%;
}

.entrybox_l {
    margin-right: 3.2%;
}

.entrybox_l, .entrybox_r {
    float: none;
    width: 28.7%;
}



.entry-title {
    font-size: 1.2vw;
    color: #000055;
    margin-bottom: 4%;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
}

.entry-txt {
    line-height: 180%;
    font-size: 1vw;
    text-align: left;
}



.rental .g-box-txt:nth-of-type(2) {
    margin-bottom: 5.9%;
}

.rental .g-box-txt:nth-of-type(6) {
    margin-bottom: 5.4%;
}



.g-box06#nagare {
    background-color: transparent;
    padding: 0;
}

.nagare-box {
    margin: 0;
}

.nagare-box-l {
    font-size: 1vw;
    font-weight: bold;
    width: 6%;
    background-color: transparent;
    position: relative;
}

.nagare-box-l::after {
    content: "";
    position: absolute;
    left: 50%;
    /* top: calc(940px * 0.06); */
    top: calc((100vw * (48.9583/ 100)) * 0.06);
    transform: translateX(-50%);
    width: 0;
    /* height: calc(100% - (940px * 0.06)); */
    height: calc(100% - (100vw * (48.9583/ 100)) * 0.06);
    border-left: 2px dashed #B2B2CC;
}

.nagare-box:last-child .nagare-box-l::after {
    content: none;
}

.nagare-box-r {
    padding: 1.5% 0 10% 3.1%;
}

.circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #000055;
    border-radius: 50%;
    aspect-ratio: 1;
}



.nagare-title {
    color: #000055;
}

.nagare-btn a {
    font-weight: bold;
    margin: 0;
    background-color: #346497;
}
.nagare-btn.close a {
    pointer-events: none;
    background-color: #B4B4B4;
}



#policy .g-box-txt {
    height: 50vh;
    overflow: auto;
    border: 1px solid #4C4C4C;
    padding: 1.3% 6.4% 1.5% 2.8%;
}

#policy .g-box-txt ul {
    list-style-position: inside;
    margin-bottom: 3%;
}

#policy .g-box-txt ul li {
    padding-left: 1em;
    text-indent: -1em;
}



/* ========================================================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　ipad
=========================================================================================================================================================================================== */
@media only screen and (max-width: 1024px) {
    .entry-title {
        font-size: 1.7vw;
    }

    .entry-txt {
        line-height: 180%;
        font-size: 1.4vw;
        text-align: left;
    }



    .nagare-box-l::after {
        top: calc((100vw * (80/ 100)) * 0.06);
        height: calc(100% - (100vw * (80/ 100)) * 0.06);
    }
}



/* =============================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　スマホ
========================================================================================================================================================================== */
@media only screen and (max-width: 699px) {
    .entrybox_l {
        margin-right: 0;
    }



    .entry-title {
        font-size: 18px;
    }

    .entry-txt {
        line-height: 180%;
        font-size: 14px;
        text-align: left;
    }

    .entrybox_l, .entrybox_r {
        width: 100%;
    }

    .nagare-box-l {
        font-size: 10px;
        width: 12%;
    }

    .nagare-box-l::after {
        top: calc((100vw * (90/ 100)) * 0.12);
        height: calc(100% - (100vw * (90/ 100)) * 0.12);
    }
}