/* ==================================

    Rental - レンタル

================================== */

h2 {
    font-size: 1.6rem;
    color: #fff;
    background-color: #590004;
    text-align: left;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 32px;
    padding: 8px 16px;
}

h3 {
    font-size: 1.6rem;
    color: #fff;
    background-color: #14286d;
    text-align: left;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 32px;
    padding: 8px 16px;
}

.r-box ul {
    margin-bottom: 32px;
}

.r-box ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.r-box ul li:before {
    content: '・';
}

.r-box ul li:nth-of-type(1):before {
    content: '●';
}

.r-box .flex-space-around {
    display: block;
}

@media screen and (min-width: 768px) {
    .r-box .flex-space-around {
        display: flex;
    }
}

.r-flex-box {
    margin-top: 32px;
}

.r-flex-box a {
    display: inline-block;
    padding: 16px 48px;
    border-radius: 5px;
    background-color: #22333B;
    color: #fff;
    text-align:center;
    transition: .4s;
}

.r-flex-box a:hover {
    transition: .4s;
    background-color: #aec4cf;
    color: #22333B;
}





