@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;
}

#jkc_contents h2 {
    font-size: 24px;
    color: #333;
    margin: 2em 0;
}

#jkc_contents p {
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.6em;
}

.lead {
    font-size: 24px;
    line-height: 1.8;
    margin: 3em 0;
    text-align: center;
    color: #01a0d7;
}

.lead span {
    font-size: 0.8em;
}

.text-center {
    text-align: center;
}

#jkc_contents h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;

    margin-bottom: 1.5em;
}



a.btn {
    background-color: #ff8800;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1.5em auto;
    padding: 0.6em 1em;
    border-radius: 4px;
    max-width: 400px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    color: #fff;
}

a.btn::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-size: 90%;
    font-weight: 600;
    margin-left: 0.5em;
}

a:hover {
    opacity: 0.8;
}
a.target_blank {
    padding-right: 1.5em;
    position: relative;
    text-decoration: none;
    color: #0290dc;
}
a.target_blank::after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-size: 100%;
    font-weight: 600;
    top: 0;
    position: absolute;
    right: 3px;
}

.row {
    display: block;
    overflow: hidden;
}

.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 */

.prd {
    text-align: center;
}

.prd .inner {
    margin: 0 auto 2em;
    max-width: 240px;
    text-align: center;
}

#jkc_contents p.name {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

#jkc_contents p.kataban {
    font-size: 32px;
    font-weight: bold;
    margin: 2px 0;
}

#jkc_contents #jkc_contents p.price {
    font-size: 16px;
    margin-top: 2px;
    line-height: 1.0;
}

#jkc_contents hr {
    height: 0;
    border: none;
    padding: 10px 0;
    margin: 0;
    display: block;
}

.center {
    text-align: center;
}

#jkc_contents p.comment {
    text-align: left;
    font-size: 11px;
    color: #888;
}

.awa {
    background: url(background_awa.jpg) no-repeat right bottom;
}
