@charset "utf-8";
/* CSS Document */

#mv {
    background-color: #fff;
    background: url(/sevice_shared/img/cloud/mv_release.svg) repeat 0 0 / 1300px;
    text-align: center;
    padding: 50px 0;
}
#mv .flex {
    justify-content: center;
    align-items: center;
}
#mv h1 {
    color: #fff;
    font-weight: bold;
    padding: 0;
    line-height: 1.1;
    font-size: 6rem;
}
#mv h1 span {
    background: #001c5c;
    font-size: 3rem;
    padding: 2px 20px 0;
}
#mv p {
    background: #001c5c;
    color: #fff;
    padding: 9px 15px 3px;
    box-sizing: border-box;
    margin: 5px auto;
}
#mv div > p {
    display: inline-block;
}
#rentalserver #mv {
    background-color: #fff;
    background: url(/sevice_shared/img/rentalserver/mv_release.png) repeat 0 0 / 1300px;
}
#rentalserver #mv h1 span, #rentalserver #mv p {
    background: #222;
}

.bgc_blue {
    position: relative;
    background-color: #004be0;
}
.bgc_blue:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/sevice_shared/img/cloud/mv_release.svg) repeat 0 0 / 1300px #004be0;
    background-blend-mode: overlay;
    opacity: .2;
}
.bgc_blue > .content {
    position: relative;
    z-index: 1;
}
.bgc_gray {
    background: url(/sevice_shared/img/rentalserver/bg_release.png) repeat 0 0;
}
#release_contents h3 {
    text-align: center;
    position: relative;
}
#release_contents h3:before,
#release_contents h3:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 30%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#rentalserver #release_contents h3:before,
#rentalserver #release_contents h3:after {
    background: #333;
}
#release_contents h3:before {
    left: 0;
}
#release_contents h3:after {
    right: 0;
}
.content > .flex {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.functional {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    justify-content: flex-start;
}
.functional:nth-last-of-type(3n) {
    margin-right: 0;
}
.functional .functional_title {
    background-color: #05185D;
    color: #fff;
    border-radius: 8px 0 0 8px;
    text-align: center;
    font-weight: bold;
    padding: 20px 10px;
    box-sizing: border-box;
    min-height: 120px;
    background-image: url(/sevice_shared/img/svg/icn_gear.svg);
    background-repeat: no-repeat;
    background-position: -50px -50px;
    background-size: 60px;
    width: 20%;
    position: relative;
}
#rentalserver .functional:not(.complate) .functional_title {
    background: #5fa3d7;
}
.functional .functional_title > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.functional .functional_title span.release {
    background: #FA1F03;
    border-radius: 50px;
    font-size: 1.6rem;
    padding: 4px 0 2px;
    display: block;
    width: 100px;
    margin: 0 auto 8px;
}
.functional .functional_title span.release.examination {
    background: #004FE3;
    width: 150px;
}
.functional .functional_title span.release.complate {
    background: #fff;
    color: #333;
}
.functional .functional_title span.date {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
}
.functional.completion .functional_title .release {
    background: #fff;
    color: #333;
}
.functional .functional_content {
    padding: 15px 15px;
    box-sizing: border-box;
    width: 80%;
}
.functional .functional_content h5 {
    font-weight: bold;
    margin-bottom: 5px;
}
#rentalserver .functional .functional_content h5 {
    margin-top: 15px;
}
.functional.expectation .functional_content {
    padding-bottom: 15px;
}
.functional .functional_content > .flex {
    align-items: center;
    margin-bottom: 10px;
}
.functional .functional_content .category {
    font-size: 1.2rem;
    border: 1px solid #333;
    padding: 3px 6px 1px;
}
.functional .functional_content ul {
    display: flex;
    font-size: 1.2rem;
    margin-left: 10px;
}
.functional .functional_content li {
    margin-right: 10px;
}
.functional .functional_content li:last-of-type {
    margin-right: 0;
}
.functional .functional_content p {
    font-size: 1.5rem;
}
.functional .functional_content .button {
    background: #333;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1.5rem;
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.functional .functional_content .button:hover {
    text-decoration: none;
}
.functional .service li {
    padding-left: 25px;
}
.functional .service li a {
    color: #333;
}
.functional .service li.icn_cloud {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud.svg) no-repeat 0 center / 21px;
}
.functional .service li.icn_rdb {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_rdb.svg) no-repeat 0 center / 21px;
    padding-left: 22px;
}
.functional .service li.icn_cachedb {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_cachedb.svg) no-repeat 0 center / 21px;
    padding-left: 22px;
}
.functional .service li.icn_ilb {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_ilb.svg) no-repeat 0 center / 21px;
}
.functional .service li.icn_container {
    background: url(/sevice_shared/img/svg/container/icn_container.svg) no-repeat 0 center / 17px;
    padding-left: 22px;
}
.functional .service li.icn_backup {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_backup.svg) no-repeat 0 center / 28px;
    padding-left: 27px;
}

/* レンサバ問い合わせエリアの調整用 */
.right {
    float: none;
}
#Contact {
    margin-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 1039px) {
    #mv .flex {
        flex-wrap: wrap;
    }
    #mv .flex > div {
        margin-right: 0;
    }
    #release_contents > .content {
        width: 90%;
    }
}

@media screen and (max-width: 699px) {
    #mv h1 {
        font-size: 3rem;
    }
    .functional {
        display: block;
    }
    .functional .functional_title {
        width: 100%;
        border-radius: 8px 8px 0 0;
        min-height: auto;
    }
    .functional .functional_title > div {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }
    .functional .functional_content {
        width: 100%;
    }
    .functional .functional_content h5 {
        font-size: 1.7rem;
    }
}

