@charset "UTF-8";
/* =====================================
	rentindex
===================================== */

.visual {
    position: relative;
    width: 100%;
    min-width: 1440px;
    height: 250px;
    background-color: #93A4DB;
    background-image: url(../img/rentindex/visual01.jpg), linear-gradient(90deg, rgba(147, 164, 219, 1) 0%, rgba(147, 164, 219, 1) 50%, rgba(106, 128, 201, 1) 50%, rgba(106, 128, 201, 1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 117px;
}

.visual h1 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -478px;
}

.visual h1 span {
    font-size: 14px;
    color: #fff;
    display: block;
}

.lead p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 30px;
}

.lead {
    margin-bottom: 78px;
}

.sec {
    width: 1160px;
    margin: 0 auto 56px;
}

.sec h2 {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    padding: 0 0 15px 53px;
    border-bottom: 1px solid #37a4bd;
    box-sizing: border-box;

    margin-bottom: 42px;
}

.sec.download h2 {
    background: url("../img/rentindex/icon01.jpg") no-repeat top 2px left;
}
.sec.download dl {
    display: flex;
    gap: 4px;
}
.sec.download dl dt{

}
.sec.download dl dd{
    width: 100%;
}
.sec.download ol {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;

}
.sec.download .cell {
    position: relative;
    width: 69px;
    height: 114px;
    display: flex;
    flex-direction: column;
    background: #DDF2F8;
    padding: 8px;
    gap: 8px;
}
.sec.download .cell span{
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4em;
}
.sec.download .cell a{
    background: #FFF;
    height: 24px;
    border-radius: 16px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    display: flex;
    align-items: center;
    padding: 6px;
    gap: 4px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.16);
}
.sec.download .cell a::before{
    content: "";
    display: block;
    width: 12px;
    height: 16px;
}
.sec.download .cell a.pdf::before{
    background: url(../img/rentindex/icon_pdf.png) no-repeat center / contain;
}
.sec.download .cell a.excel::before{
    background: url(../img/rentindex/icon_excel.png) no-repeat center / contain;
}
.sec.download .cell a:hover{
    opacity: 0.7;
}
.sec.download .cell.month {
    background: #AAB7E3;

    align-items: center;
    justify-content: center;
}
.sec.download .cell.fixed {
    background: #DDF2F8;
}
.sec.download .cell.fixed::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 42px;
    background: url(../img/rentindex/label_fixed.png) no-repeat left top / contain;
}
.sec.download .cell.flash {
    background: #DDF8DE;
}
.sec.download .cell.flash::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 42px;
    background: url(../img/rentindex/label_flash.png) no-repeat left top / contain;
}
.sec.download .cell.month span{
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}
.sec.download .cell.empty {
    background: #F7F7F7;
}

/****************************************************/

.sec.rent h2 {
    background: url("../img/rentindex/icon02.jpg") no-repeat top 2px left;
}

.sec.rent .overview {
    position: relative;
    background: #F7F7F7;
    padding: 16px 32px;
    border-radius: 8px;
    margin: 32px auto 16px;
}
.sec.rent .overview::before {
    content: "";
    display: block;
    width: 0;
    height: 80%;
    left: 128px;
    border-right: dashed 1px #387D9F;
    position:absolute ;
    top: 0;
    bottom: 0;
    margin: auto  0;
}
.sec.rent .overview dl{
    position: relative;
    display: flex;
    margin: 8px auto;
    gap: 64px;
}
.sec.rent .overview dl dt{
    padding: 0;
    margin: 0;
    color: #387D9F;
    /*font-size: 16px;*/
    min-width: 4em;
}
.sec.rent .overview dl dd{
    padding: 0;
    margin: 0;
    /*font-size: 16px;*/
}
.sec.rent .anno {
    text-align: right;
}


.sec.rent ol {
    list-style: none;
    margin: 0;
    padding: 0;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.sec.rent ol li .head {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #E6ECFF;
    border-radius: 16px 16px 0 0;
    padding: 12px 8px 8px;
    gap: 8px;
}

.sec.rent ol li .head span {
    color: #387D9F;
    font-weight: bold;

}

.sec.rent ol li .head span:nth-child(1) {
    font-size: 20px;
    line-height: 1em;
}

.sec.rent ol li .head span:nth-child(2) {
    font-size: 39px;
    line-height: 0.72em;
}

.sec.rent ol li .body {
    border: solid 4px #E6ECFF;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 36px 24px;
}

.sec.rent ol li .body .text {
    width: 100%;
}

.sec.rent ol li .body .image {
    width: 130px;
}

.sec.rent ol li h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 18px
}

.sec.rent ol li p {
    font-size: 16px;
}

.sec.rent ol li p:last-child {
    margin-bottom: 0;
}

/****************************************************/

.sec.relative h2 {
    background: url("../img/rentindex/icon03.jpg") no-repeat top 2px left;
}

.sec.relative ol {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sec.relative ol li {
    font-size: 16px;
    display: flex;
    gap: 3.2rem;
}

.sec.relative ol li time {

}

.sec.relative ol li a {
    text-decoration: underline;
    color: #048dac;
    transition: all .3s ease;
}


/*.sec p{*/
/*    font-size: 16px;*/
/*    margin: 18px 0 34px;*/
/*}*/

/*.sec dl{*/
/*    display: table;*/
/*    padding: 20px 0 25px;*/
/*    font-size: 16px;*/
/*    border-bottom: 1px solid #e3e3e3;*/
/*    width: 100%;*/
/*}*/

/*.sec dl:nth-of-type(1){*/
/*    border-top: 1px solid #e3e3e3;*/
/*}*/

/*.sec dl dt{*/
/*    display: table-cell;*/
/*    vertical-align: top;*/
/*    width: 272px;*/
/*}*/

/*.sec dl dt span{*/
/*    text-align: center;*/
/*    font-size: 12px;*/
/*    line-height: 28px;*/
/*    width: 150px;*/
/*    border: 1px solid #e1684a;*/
/*    border-radius: 15px;*/
/*    margin-left: 22px;*/
/*    color: #e1684a;*/
/*    display: inline-block;*/
/*}*/

/*.sec dl dd{*/
/*    padding-left: 18px;*/
/*}*/

/*.sec dl dd a{*/
/*    text-decoration: underline;*/
/*    color: #048dac;*/
/*    transition:all .3s ease;*/
/*}*/

/*.sec dl dd a:hover{*/
/*    opacity: 0.7;*/
/*}*/

/*.sec .more{*/
/*    font-size: 16px;*/
/*    color: #048dac;*/
/*    text-align: center;*/
/*    line-height: 48px;*/
/*    width: 298px;*/
/*    border: 1px solid #048dac;*/
/*    border-radius: 25px;*/
/*    display: table;*/
/*    margin: 40px auto 0;*/
/*    transition:all .3s ease;*/
/*}*/

/*.sec .more:hover{*/
/*    color: #fff;*/
/*    background: #048dac;*/
/*}*/

@media screen and (max-width: 640px) {

    .visual {
        min-width: 100%;
        height: 32.55vw;
        background: #93A4DB url("../img/rentindex/visual01.jpg") no-repeat center;
        background-size: cover;
        margin-bottom: 6.51vw;
    }

    .visual h1 {
        font-size: 4.166vw;
        top: 13.671875vw;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .visual h1 span {
        font-size: 2.6vw;
    }

    .lead p {
        font-size: 3.3854vw;
        text-align: left;
        margin: 0 auto 3.645833vw;
        width: 89.5833%;
    }

    .lead {
        margin: 0 auto 7.8125vw;
    }

    .sec {
        width: 89.5833%;
        margin: 0 auto 7.8125vw;
        line-height: 2;
    }

    .sec h2 {
        font-size: 4.166vw;
        padding: 0 0 2.6vw 5.833328vw;
        line-height: 1.5;

        margin-bottom: 42px;
    }

    .sec.download h2 {
        background: url("../img/rentindex/icon01.jpg") no-repeat top 0.26vw left;
        background-size: 4.6875vw auto;
    }
    .sec.download dl  {
        overflow-x: scroll;
    }
    .sec.download dl dd ol{
        width: 1072px;
    }
    /************************************/

    .sec.rent h2 {
        background: url("../img/rentindex/icon02.jpg") no-repeat top 0.26vw left;
        background-size: 4.6875vw auto;
    }


    .sec.rent .overview {
        position: relative;
        background: #F7F7F7;
        padding: 8px 16px;
        border-radius: 8px;
        margin: 32px auto 16px;
    }
    .sec.rent .overview::before {
        height: 90%;
        left: 88px;
    }
    .sec.rent .overview dl {
        gap: 44px;
    }

    .sec.rent ol {
        grid-template-columns: 1fr;
        gap: 4.6875vw
    }

    .sec.rent ol li .head {
        border-radius: 2.864583vw 2.864583vw 0 0;
        padding: 2.53905vw 1.6927vw 1.6927vw;
        gap: 1.6927vw;
    }

    .sec.rent ol li .head span {
        color: #387D9F;
        font-weight: bold;
    }

    .sec.rent ol li .head span:nth-child(1) {
        font-size: 4.23175vw;;
        line-height: 1em;
    }

    .sec.rent ol li .head span:nth-child(2) {
        font-size: 8.2519125vw;
        line-height: 0.72em;
    }

    .sec.rent ol li .body {
        border: solid 0.84635vw #E6ECFF;
        gap: 3.3854vw;
        padding: 5.0781vw 5.0781vw;
    }

    .sec.rent ol li .body .text {
        width: 100%;
    }

    .sec.rent ol li .body .image {
        width: 130px;
    }

    .sec.rent ol li h3 {
        font-weight: bold;
        font-size: 4.23175vw;
        margin-bottom: 2.864583vw;
    }

    .sec.rent ol li p {
        font-size: 3.3854vw;
    }


    /************************************/

    .sec.relative h2{
        background: url("../img/rentindex/icon03.jpg") no-repeat top 0.26vw left;
        background-size: 4.6875vw auto;
    }
    .sec.relative ol{
        gap: 3.3854vw;
    }
    .sec.relative ol li{
        font-size: 3.3854vw;
    }



/*.sec p{*/
/*    font-size: 3.3854vw;*/
/*    margin: 2.864583vw 0 6.51vw;*/
/*}*/

/*.sec dl{*/
/*    display: block;*/
/*    padding: 0 0 4.557vw;*/
/*    margin-bottom: 5.2vw;*/
/*    font-size: 3.3854vw;*/
/*}*/

/*.sec dl:nth-of-type(1){*/
/*    border-top: none;*/
/*}*/

/*.sec dl:last-child{*/
/*    margin-bottom: 10vw;*/
/*}*/

/*.sec dl dt{*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding-bottom: 2vw;*/
/*}*/

/*.sec dl dt span{*/
/*    font-size: 2.6vw;*/
/*    line-height: 4.9479vw;*/
/*    width: 33vw;*/
/*    border-radius: 2.6vw;*/
/*    margin-left: 2.34375vw;*/
/*}*/

/*.sec dl dd{*/
/*    padding-left: 0;*/
/*}*/

/*.sec dl dd a:hover{*/
/*    opacity: 1;*/
/*}*/

/*.sec .more{*/
/*    font-size: 3.3854vw;*/
/*    line-height: 10.677vw;*/
/*    width: 65.88vw;*/
/*    border-radius: 5.46875vw;*/
/*    margin: 7.29166vw auto 12vw;*/
/*}*/

/*.sec .more:hover{*/
/*    color: #048dac;*/
/*    background: none;*/
/*}*/
header ul li a {
    font-size: 24px !important;
}
}