@charset "utf-8";

img {
    max-width: 100%;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

#contents {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f4f4f2;
    text-align: center;
    font-size: 16px;
}

#contents a {
    color: #0000ff;
}
#contents li, .camp-lead p {
    font-size: 18px;
}

.topCover {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.topCover img {
    width: 100%;
}

.main_area {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.camp-lead p {
    text-align: center;
}

#contents section {
    margin: 30px 0 80px;
}

#contents h2 {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 0.5em;
    margin-bottom: 1em;
}

#contents h3 {
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: bold;
}

#contents h3 strong {
    font-size: 30px;
}

#contents ul {
    text-align: left;
    font-size: 18px;
    width: 100%;
    max-width: 1000px;
    padding: 1em;
    margin: 0 auto;
}

#contents li {
    list-style: disc;
    margin-bottom: 0.5em;
}

#contents p.note {
    font-size: 14px;
}

#contents p.name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.victor-mark {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}

#contents section.victor-mark {
    margin: 0 -30px;
}

.victor-mark p {
    font-size: 14px;
    text-align: center;
    line-height: 2.4;
    padding: 3em 50px;
    color: #fff;
}

.victor-mark h2 span {
    font-size: smaller;
    color: #fff;
}

#contents .buyButton a {
    background-color: #ffc000;
    padding: 0.8em 1em;
    color: #fff;
    border-radius: 8px;
    max-width: 500px;
    margin: 40px auto;
    display: block;
    font-size: 24px;
}
.about p {
    text-align: left;
}
.row {
    display: flex;
    align-items: center;
}
.col-md-7 {
    padding: 0 15px;
    width: 55%;
}
.col-md-5 {
    padding: 0 15px;
    width: 35%;
}
.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    #contents {
        font-size: 14px;
    }
    .main_area {
        padding: 15px;
    }
    .row {
        flex-direction: column;
    }
    .col-md-7, .col-md-5 {
        width: 100%;
    }
    #contents h2 {
        font-size: 18px;
    }
    #contents h3 {
        font-size: 16px;
    }
    #contents li {
        font-size: 16px;
    }
    #contents p.name {
        font-size: 18px;
    }
    #contents .buyButton a {
        font-size: 18px;
    }
    .camp-lead p {
        font-size:14px;
    }
}
