@charset "UTF-8";
html {
    font-size: 62.5%;
}

body {
    background-color: var(--backgroundcolor);
    color: var(--text-color);
    width: 100%;
    font-family: "Arial", "ヒラギノ角ゴ", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, sans-serif;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

.row > * {
    padding-right: 0;
    padding-left: 0;
}

header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin: auto;
    display: flex;
}

.header-content {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.header-content p {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 3.2rem;
}

.header-icon-area {
    display: flex;
    align-items: center;
}

.header-icon {
    display: block;
    margin: 56px auto;
}

.header-title {
    margin: 0 0 0 28px;
}

h1 {
    display: inline-block;
    text-align: start;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 4.8rem;
    line-height: 4.8rem;
}

.banner-btn {
    display: flex;
    justify-content: center;
    margin: 0 3.5rem 5rem;
}

.banner-btn img {
    padding: 0 1.0rem;
}

/*features*/
h2 {
    margin-bottom: 6.0rem;
    letter-spacing: 2px;
    text-align: start;
    font-size: 4.2rem;
    font-weight: bold;
}
small {
    font-size: 1.4rem;
    color: #636363;
}

.section-features2,
.section-features4 {
    background: var(--backgroundcolor-sub);
}

#features p {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3.2rem;
}

.section-features1,
.section-features3,
.section-features2 .container-fluid,
.section-features4 .container-fluid {
    max-width: 1170px;
    margin: auto;
}

.features-btn a {
    display: block;
    max-width: 400px;
    padding: 1.2rem;
    color: var(--primary-color);
    border: 0.15rem solid var(--primary-color);
    text-align: center;
    font-size: 1.8rem;
    line-height: 24px;
    text-decoration: none;
    border-radius: 46px;
}

/*各サービスでカラーを指定
.section-features2,
.section-features4 {
    background: rgba(144, 128, 69, 0.3);
}
*/

.section-text-area {
    margin: 1rem;
}

h4 {
    text-align: center;
    margin: 11% auto;
    max-width: 100%;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 6.4rem;
}

#features-cardview {
    max-width: 1170px;
}

.section-cardview {
    width: 100%;
    margin: auto;
}

/*card*/
#features-cardview {
    padding-bottom: 6.4rem;
}

.card-body {
    padding: 4.8rem 4.0rem;
    height: 100%;
}

.card-deck {
    margin: auto;
}

.card {
    background-color: var(--secondary-color);
    border-radius: 40px;
}

.card-text-area {
    min-height: 20rem;
}

.card-title {
    padding-bottom: 4rem;
    margin-bottom: 1.6rem;
    height: 2.4rem;
    font-size: 2.4rem;
    font-weight: bold;
}

.card-text {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
}

.card-body img {
    margin: auto;
    margin-top: 2.4rem;
}

/*plan*/
#plan {
    margin: 16rem 0rem;
}

a {
    color: black;
    text-decoration: none;
}

h5 {
    max-width: 1170px;
    margin: auto;
    font-size: 4.6rem;
    font-weight: bold;
    margin-top: 4.5rem;
    margin-bottom: 5rem;
}

h6 {
    max-width: 1170px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: auto;
    padding-bottom: 3rem;
}

table {
    max-width: 1218px;
    /*1170にborder-collapse分の左右余白を足してます*/
    border-collapse: separate;
    border-spacing: 24px 0px;
    font-size: 1.6rem;
    margin: auto;
}

.table-responsive {
    margin-bottom: 10.6rem;
    font-weight: normal;
}

.table th {
    text-align: center;
}

.table td {
    border-color: var(--border-color);
    font-weight: normal;
}

.primary-color {
    color: var(--primary-color);
}

.bussiness {
    border-bottom: none
}

/*dlarea footer*/
/*ストアアイコン等はheaderに記入*/
.section-download,
footer {
    text-align: center;
    background-color: var(--backgroundcolor-sub);
    margin: auto;
    padding-top: 4.5rem;
    width: 100%;
    color: black;
}

.wrapper-section-download {
    display: flex;
    flex-direction: column;
}

.section-download-text {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 4.6rem;
}

footer {
    padding-top: 0;
    margin: auto;
    padding-bottom: 5.6rem;
}

.footer-icon-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
}

.footer-icon {
    max-width: 38.4rem;
    width: 100px;
}

.footer-title {
    margin: 0 0 0 26px;
}

.wrapper-footer {
    display: flex;
    flex-direction: column;
}

/*pc*/
@media screen and (min-width: 1170px) {
    .br-sp {
        display: none;
    }
}

/*tablet*/
@media screen and (min-width: 577px) {
    h1 {
        margin-left: 6rem;
    }

    h2 {
        margin-top: 6rem;
    }

    .container-fluid {
        width: 95%;
    }

    .card-deck {
        margin: 10px;
    }

    #plan {
        margin: 0 24px;
    }

    .br-sp {
        display: none;
    }
}

/*SP*/
@media screen and (max-width: 576px) {
    h1 {
        font-size: 16px;
        text-align: center;
        margin-left: 0.5rem;
        line-height: 2.8rem;
    }

    h2 {
        letter-spacing: 2px;
        font-size: 2.4rem;
        text-align: center;
        margin-bottom: 2.0rem
    }

    h2.footer-title {
        margin-left: 12px;
    }

    .header-icon-area {
        display: block;
    }

    .header-title {
        margin-left: 0;
        margin-bottom: 2.0rem;
    }

    .header-content p {
        font-size: 1.8rem;
        font-weight: normal;
        text-align: center;
    }

    .banner-btn img {
        height: 46px;
    }


    #features p {
        font-size: 1.8rem;
        font-weight: normal;
    }

    /*features*/
    .section-text-area {
        margin: 0 3rem;
        margin-top: 4.8rem;
    }

    /*card*/
    .card-deck {
        margin: 3.5rem;
    }
    .card-title {
        font-size: 2.2rem;
    }

    h4 {
        margin: 11% 4rem;
        width: 100%;
        max-width: 80%;
        font-size: 4.6rem;
    }

    /*plan*/
    #plan {
        margin: 0 3.5rem;
    }

    table {
        margin-left: -24px;
        -size: 1.8rem;
    }
}