@charset "utf-8";

/* 共通style */
#jkc_contents * {
    box-sizing: border-box;
}

.topCover {
    width: 100%;
    background-color: #f4f4f2;
    padding-bottom: 1em;
}

.topCoverInner {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
}

.topCoverInner img {
    width: 100%;
}

#jkc_mainContent img {
    max-width: 100%;
}

#jkc_mainContent .note {
    font-size: 12px;
    padding: 16px 0;
}

#jkc_mainContent {
    max-width: 1200px;
    padding: 0 3%;
    margin: 0 auto 50px auto;
    display: block;
    position: relative;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 1.6em;
}

#jkc_contents p a {
    text-decoration: underline;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
    margin: 3em 0;
    text-align: center;
}

.lead span {
    font-size: 0.8em;
}

.text-center {
    text-align: center;
}

#jkc_contents h2 {
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    margin: 1em 0;
}

#jkc_contents h2 small {
    font-size: 30px;
    display: block;
    margin-top: 0.5em;
    color: #000;
    font-weight: bold;
}

#jkc_contents h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;

    margin-bottom: 1.5em;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 1.5em 12px;
    font-size: 24px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    border: 1px solid #aaa;
}

a.btn {
    text-decoration: none;
}

.btn-primary {
    background-color: #dc8203;
    border-color: #dc8203;
}

a.btn.btn-primary {
    color: #fff;
}

.col-2 {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .col-2 {
        width: 100%;
        margin: 0;
        float: none;
    }

}

/* 共通style */


.kikan {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 1em 0 3em;
    font-weight: bold;
    color: #e5310e;
    border: 1px solid #e5310e;
    padding: 1em;
}

.kikan strong {
    display: block;
    font-size: 55px;
    font-weight: bold
}

.kikan p {
    font-size: 20px;
}

ul.chui {
    margin-bottom: 2em;
    font-size: 16px;
    text-align: left;
}

ul.chui li {
    list-style: disc;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}

/* contents */
.row {
    display: flex;
    flex-wrap: wrap;
}

.prd {
    text-align: center;
}

.prd .inner {
    margin: 0 auto 2em;
    max-width: 240px;
    text-align: center;
}

.prd p {
    margin: 0;
    padding: 0 10px;
}

p.name {
    margin-bottom: 0.5em;
}

.prd p.kikan {
    border: none;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0.5em;
}

p.cat {
    font-size: 18px;
    font-weight: bold;
}

p.kataban {
    font-size: 24px;
    font-weight: bold;
    margin: 2px 0;
}

p.price {
    font-size: 16px;
    margin-top: 2px;
    line-height: 1.0;
}

p.price strong {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #ff0000;
}

a.buy_btn {
    background-color: #ff8800;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1.5em auto;
    padding: 1.0em 1em;
    border-radius: 4px;
    max-width: 400px;
    font-size: 18px;
    font-weight: bold;
}

.prd p.text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 5em;
}

hr {
    height: 0;
    border: none;
    padding: 10px 0;
    margin: 0;
}

#jkc_contents h3 .chance {
    border-radius: 8px;
    display: table;
    background-color: #f00;
    color: #fff;
    padding: 2px 4px;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 8px;
}

.red {
    color: #f00;
    font-weight: bold;
}

.center {
    text-align: center;
}

p.comment {
    text-align: left;
    font-size: 11px;
    color: #888;
}

#jkc_contents dl {}

#jkc_contents dt {
    float: left;
}

#jkc_contents dd {
    margin-left: 7em;
    margin-bottom: 1.0em;
}

.sp-br {
    display: none;
}

/*------  max-width 640px; -----*/
@media (max-width: 640px) {}


/*------  max-width 480px; -----*/
@media (max-width: 480px) {
    .sp-br {
        display: block;
    }

    .row {
        display: block;
        flex-wrap: wrap;
    }

    .lead,
    p {
        font-size: 14px;
    }

    #contents h2 {
        font-size: 32px;
    }

    #contents h2 small {
        font-size: 18px;
    }

    .kikan {
        font-size: 14px;
    }

    .kikan strong {
        font-size: 32px;
    }

    .prd p.kikan {
        font-size: 18px;
    }

}
