@charset "UTF-8";

.service {
    background-image: url("../img/DCX-Banner-cloud-02.webp");
}

.desc {
    position: relative;
    padding: 15% 5% 15%;
}
.desc h2 {
    text-align: center;
}

.price {
    background-image: url("../img/DCX-Banner-05.webp");
}

.priceDetails > div {
    position: relative;
    margin-bottom: 5%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}
.priceDetails > div h3 {
    position: relative;
    margin: 10px auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #363f75;
    line-height: 1.5em;
}
.priceDetails > div h3 span {
    position: relative;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    color: #363f75;
}
.priceDetails > div h4 {
    position: relative;
    margin: 10px auto;
    color: #363f75;
}
.priceDetails > div h4 span {
    position: relative;
    color: #363f75;
    display: block;
}
.priceDetails > div p {
    position: relative;
    margin: auto;
    font-size: 3.5vw;
    line-height: 1.5em;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.functions {
    background-image: url("../img/DCX-Banner-cloud-03.webp");
}

.functionDetails {
    padding: 15% 5% 15%;
    text-align: center;
}
.functionDetails > div {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
}
.functionDetails table {
    position: relative;
    margin-top: 50px;
}
.functionDetails table thead tr {
    color: #FFF;
    background: #666699;
}
.functionDetails table thead tr td {
    border-left: 2px solid #FFF;
}
.functionDetails table thead tr td:first-child {
    border-left: none;
}
.functionDetails table tbody th {
    position: relative;
    text-align: left;
    background: #EEE;
}
.functionDetails table tbody td:first-child {
    position: relative;
    text-align: left;
}
.functionDetails table tbody td {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.functionDetails table tbody td span {
    position: relative;
    color: #363f75;
}

.faq {
    background-image: url("../img/DCX-Banner-04.webp");
}

.faqDetails {
    text-align: center;
}
.faqDetails > h3 {
    position: relative;
    margin: auto;
    padding-top: 20px;
    color: #363f75;
    font-size: 18px;
    text-align: left;
}
.faqDetails > p {
    margin: auto;
    padding: 5px 0 15px;
    line-height: 1.6em;
    text-align: left;
}
.faqDetails > ul {
    position: relative;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .desc {
        padding: 100px 2.5% 100px;
    }

    .priceDetails {
        text-align: center;
    }
    .priceDetails > div {
        width: 31%;
        margin: 50px 1% auto;
        padding: 30px;
        display: inline-block;
    }
    .priceDetails > div p {
        font-size: 14px;
    }

    .functionDetails {
        padding: 100px 5% 100px;
    }
    .functionDetails table {
        width: 100%;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1201px) {
    .desc {
        padding: 100px calc((100% - 1200px) / 2) 100px;
    }

    .priceDetails > div {
        padding: 30px;
        text-align: left;
        display: inline-block;
    }
    .priceDetails > div p {
        font-size: 14px;
    }
    
    .functionDetails table {
        width: min(100%, 1200px);
        margin: 50px auto auto;
    }
    
    .faqDetails > h3 {
        font-size: 17px;
    }
}
