#jkc_contents * {
    box-sizing: border-box;
}

.sp {
    display: none;
}

.topCover {
    width: 100%;
    background-color: #f4f4f2;
}

.topCoverInner {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
}

.topCoverInner img {
    width: 100%;
}

#jkc_mainContent .lead strong {
    font-size: 32px;
    padding: 32px 0;
}

#jkc_mainContent .lead {
    font-size: 24px;
    padding: 32px 0;
}

#jkc_mainContent .note {
    font-size: 12px;
    padding: 16px 0;
    display: block;
}

#jkc_mainContent {
    max-width: 1200px;
    padding: 0 3%;
    margin: 0 auto 30px auto;
    display: block;
    position: relative;
}

#jkc_mainContent h2 {
    font-size: 20px;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 0.4em;
}

/* contents */
.bosyu {
    margin-bottom: 3em;
}

.bosyu strong {
    font-weight: bold;
    font-size: 24px;
    margin: 18px 0;
    display: block;
}

table.bosyu {
    font-size: 16px;
    border: none;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 20px;
    line-height: 180%;
    margin-top: 2em;
    border-collapse: collapse;
}

table.bosyu th {
    white-space: nowrap;
    text-align: center;
    padding: 0 1em;
    font-weight: normal;
    margin: 0 1em;
}

table.bosyu td {
    padding: 1rem;
}

table.bosyu tr {
    border-bottom: 1px solid #ccc;
}

table .note {
    font-size: 1.1rem;
    display: block;
    margin-top: 1em;
}

table.bosyu tr:last-child {
    border: none;
}

.oubo {
    display: block;
    overflow: hidden;
    margin: 2em auto 3em;
}

.oubo a {
    margin-bottom: 1em;
}

.oubo p {
    padding: 0 1em;
    margin: 0 0 2em;
}

.kiyaku {
    font-size: 1.2rem;
}

.kiyaku h3 {
    background-color: #555;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0.5rem 1rem;
    margin: 0 0 1em 0;
}

.kiyaku ul {
    margin-left: 2em;
}

ul.hanbai_kiyaku li {
    list-style: disc;
    margin-bottom: 0.5em;
}

ul.tokutei li {
    list-style: decimal;
    margin-bottom: 0.5em;
}

.otoiawase {
    border: 1px solid #aaa;
    padding: 1em 2em;
    display: block;
    margin-top: 3em;
}

.otoiawase h4 {}

.otoiawase em {
    font-size: 2.4rem;
    font-weight: bold;
    font-style: normal;
    margin-top: 0.5em;
    display: block;
}

/* tab panel */

.kiyaku .navbar-default {
    background-color: #888;
    color: #f0f0f0;
}

.kiyaku li.active .navbar-default {
    background-color: #f0f0f0;
    color: #000;
}

.kiyaku ul.nav {
    margin-left: 0;
}

.kiyaku .nav-tabs > li.active > a,
.kiyaku .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #f0f0f0;
}

.kiyaku .nav-item a:hover {
    color: #5a5a5a;
}

.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;
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }

    table.bosyu {
        font-size: 14px;
    }

    table.bosyu th {}

    .col-2 {
        width: 100%;
        margin: 0;
        float: none;
    }

    .kiyaku ul.nav {
        display: flex;
    }

    .kiyaku ul.nav li {
        display: block;
        width: 33%;
        font-size: 1.1rem;
    }

    .kiyaku li.active .navbar-default {
        height: 100%;
    }

    .kiyaku .navbar-default {
        height: 100%;
    }

    .bosyu strong {
        font-weight: bold;
        font-size: 18px;
        margin: 12px 0;
    }
}

/* タブ切り替え用 */
.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}

.tab_item {
    width: calc(100%/3);
    padding: 15px 0;
    /*border-bottom: 3px solid #888;*/
    background-color: #888;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
    .tab_item {
        width: 100%;
    }
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 1em 1em 2em;
    clear: both;
    overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
    display: block;
    background-color: #f0f0f0;
}

.tab_container input:checked + .tab_item {
    background-color: #f0f0f0;
    color: #333;
}

.tab_container p {
    margin: 0 0 1em;
}

/* 文字修飾 */
.red {
    color: #ff0000;
}