@charset "utf-8";

/* ===================================================================
//CSS information

// file name  :  private.css
// style info :  スタイル指定
=================================================================== */
/* -----------------------------------------------------
 privateWrap
----------------------------------------------------- */
.privateWrap h3 {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.privateWrap p {
    text-align: center;
}

.privateWrap .container {
    text-align: center;
}

.privateWrap .container p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
}

.privateList {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 30px;
}

.privateList li {
    width: calc(100% / 3 - 20px);
}

.privateList li.ucom {
    width: calc(1140px - (100% / 3 - 20px));
    height: 250px;
    border: 1px solid #ccc;
}

.privateList li.ucom dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.privateList li.ucom dl dt {
    max-width: 300px;
    width: 100%;
}

.privateList li.ucom dl dt img {
    max-width: 280px;
    width: 100%;
}

.privateList li.ucom dl dd h3 {
    margin-top: 20px;
    padding-bottom: 0;
    font-weight: 900;
    text-align: left;
}

.privateList li.ucom dl dd p {
    margin-top: 10px;
    font-size: 12px !important;
    text-align: left;
    line-height: 1.7;
}

.privateList li.ucom dl dd p.caution {
    font-size: 10px !important;
}

@media screen and (max-width: 1200px) {
    .privateList li.ucom {
        width: 100%;
        padding: 0 10px 30px;
    }
    .privateList li.ucom dl dd br {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .privateList li.ucom {
        height: auto;
    }
    .privateList li.ucom dl {
        flex-flow: column;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .privateList li.ucom dl dt {
        max-width: 100%;
    }
    .privateList li.ucom dl dt img {
        max-width: 100%;
    }
}



.privateList.ver02 li {
    width: calc(100% / 2 - 15px);
}

.privateList li h3 {
    margin-top: 5px;
    font-size: 15px;
}

.privateList.ver02 li h3 {
    font-weight: bold;
}

.privateList li p {
    font-size: 15px !important;
}


@media only screen and (max-width: 767px) {
    .privateWrap .container p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .privateWrap .container .mt100 {
        margin-top: 60px !important;
    }

    .privateList {
        flex-direction: column;
    }

    .privateList li,
    .privateList.ver02 li {
        width: 100%;
    }
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 420px) {}