@charset "UTF-8";
/*========================================
Re:vite
Date : 20210226
URL :
Style : each contents CSS "index"
Filename : contents.css
========================================*/

/*========================================
Content
========================================*/
body {
    font-family: -apple-system,BlinkMacSystemFont,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,"Noto Sans Japanese","Noto Sans CJK JP",sans-serif;
    color: #5e5e5e;
}

main {
    margin: 0;
    padding: 0;
}
.wide-wrapper {
    width: 100%;
    margin: 0;
    position: relative;
}
.hd-wrapper {
    width: 100%;
    margin: 0 auto;
    border-top: 6px solid #c6c6c6;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    position: relative;
}
.ft-wrapper {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #c6c6c6;
    box-sizing: border-box;
    position: relative;
}
.sub-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}
.main-wrapper {
    max-width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 374px){
    .hd-wrapper, .ft-wrapper {
        padding: 0 20px;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .hd-wrapper, .ft-wrapper {
        padding: 0 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .hd-wrapper, .ft-wrapper {
        padding: 0 20px;
    }
}


/*========================================
Text Format
========================================*/
p {
    word-break: break-all;
    overflow-wrap: break-word;
}


/*========================================
Header
========================================*/
.rv_logo {
    max-width: 318px;
    margin: 10px 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .rv_logo {
        display: none;
    }
}
.rv_logo p {
    margin: 0;
    padding: 0 0 5px;
    font-size: 12px;
    line-height: 1.5;
}
.rv_logo a {
    color: #333;
    text-decoration: none;
}


/*========================================
Footer
========================================*/
.rv_ft-copy {
    margin: 0;
    padding: 14px 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #535353;
}

/*========================================
Contact
========================================*/
.rv_contents-title_ar {
    max-width: 810px;
    margin: 50px auto 0;
    padding: 0;
    box-sizing: border-box;
}
.rv_contents-title_ar p {
    margin: 0;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 1.8;
}
.rv_contents-title {
    margin: 0;
    background-image: url("../../images/title-bg-01.png"), url("../../images/title-bg-02.png"), url("../../images/title-bg-03.png"), url("../../images/title-bg-04.png");
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.rv_contents-title h1 {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
    padding: 22px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    background: #f9f9f9;
    box-sizing: border-box;
}
.rv_contents-title span {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
}
.rv_contents-sub-title_ar {
    margin: 0 15px 25px;
    padding: 0;
}
.rv_contents-sub-title_ar > h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.rv_contents-sub-title_ar ul {
    /* width: calc(100% - 200px); */
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rv_contents-sub-title_ar li {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.5;
}
/* .rv_contents-sub-title_ar li::first-letter {
    color: #e76d67;
} */
.rv_contents-sub-title {
    width: 200px;
    height: 150px;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 10px 10px 0px 0px rgba(231,109,103,1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.rv_contents-sub-title::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #e76d67;
    box-sizing: border-box;
    position: absolute;
}
.rv_contents-sub-title p {
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    color: #e76d67;
}



.rv_contents-item {
    margin: 0 0 100px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.2);
}

.rv_error-all {
    margin: 0 20px 20px;
    padding: 10px;
    border: 3px solid #d41919;
    box-sizing: border-box;
    display: inline-flex;
}
.rv_error-all p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: #d41919;
}
.rv_error-all img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}


.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
.f-rd {
    color: #e76d67;
}
.attention {
    font-size: 11.4px;
}

@media screen and (max-width: 374px){
    .rv_contents-title_ar {
        margin: 30px 20px 0;
        padding: 0;
    }
    .rv_contents-title_ar p {
        margin: 0;
        padding: 20px 0px;
        font-size: 16px;
        line-height: 1.8;
    }
    .rv_contents-title {
        margin: 0;
        padding: 16px;
        background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px;
    }
    .rv_contents-title h1 {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
    }

    .rv_contents-sub-title_ar {
        margin: 0 0 40px;
        flex-wrap: wrap;
    }
    .rv_contents-sub-title_ar ul {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 5px;
    }
    .rv_contents-sub-title_ar li {
        width: 100%;
        padding: 5px 0;
        font-size: 16px;
        line-height: 1.5;
    }
    .rv_contents-sub-title {
        width: calc(100% - 10px);
        height: auto;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .rv_contents-sub-title p {
        padding: 10px 0;
        font-size: 18px;
        text-align: center;
    }


    .rv_contents-item {
        margin: 0;
        padding: 30px 10px;
        background: #fff;
        box-shadow: none;
    }

    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .rv_contents-title_ar {
        margin: 30px 15px 0;
        padding: 0;
    }
    .rv_contents-title_ar p {
        margin: 0;
        padding: 20px 0px;
        font-size: 16px;
        line-height: 1.8;
    }
    .rv_contents-title {
        margin: 0;
        padding: 12px;
        background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px;
    }
    .rv_contents-title h1 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 5px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
    }

    .rv_contents-sub-title_ar {
        margin: 0 0 40px;
        flex-wrap: wrap;
    }
    .rv_contents-sub-title_ar ul {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 5px;
    }
    .rv_contents-sub-title_ar li {
        width: 100%;
        padding: 5px 0;
        font-size: 16px;
        line-height: 1.5;
    }
    .rv_contents-sub-title {
        width: calc(100% - 10px);
        height: auto;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .rv_contents-sub-title p {
        padding: 10px 0;
        font-size: 18px;
        text-align: center;
    }
    .rv_contents-item {
        margin: 0;
        padding: 30px 10px;
        background: #fff;
        box-shadow: none;
    }
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .rv_contents-title_ar {
        padding: 0 40px;
    }
    .rv_contents-item {
        box-shadow: none;
    }
}