@charset "utf-8";

/* ========== acc ========== */
.c-acc-01, .c-acc-01:last-child {
    margin: 10px 0 0;
}

.c-acc-01>.item>.head {
    padding: 17px 0 13px;
}

.c-acc-01>.item>.head:hover {
    background: none;
}

.c-acc-01>.item>.head:before,
.c-acc-01>.item>.head:after {
    content: none;
}

.c-acc-01>.item>.head .c-acc--icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
.c-acc-01>.item>.head .c-acc--icon span::before,
.c-acc-01>.item>.head .c-acc--icon span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -2% 0 0 -90%;
    background: #535252;
}
.c-acc-01>.item>.head .c-acc--icon span::after {
    transform: rotate(90deg);
}
.c-acc-01>.item>.head.opened .c-acc--icon span::after {
    transform: none;
}

.c-acc-01>.item>.body {
    padding: 10px 0 0;
    margin: 0;
}

/* ========== heading ========== */

.c-heading-interest h3{
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1;
}

.c-heading-interest em{
    font-size: 130%;
    font-weight: inherit;
    background-color: inherit;
    color: inherit;
    margin-right: 0;
    padding: 0.2em;
    line-height: inherit;
}

/* ========== color ========== */

.color-interest-01{
    color: #188dc9;
}

.color-interest-02{
    color: #ec7000;
}

/* ========== copy ========== */

.c-copy-interest-sub .color-interest-01,
.c-copy-interest-sub .color-interest-02{
    font-weight: bold;
    font-size: 130%;
}

.c-copy-interest-sub .interest-num{
    font-size: 150%;
}

/* ========== table ========== */

.c-table-interest th.color-interest-01{
    background-color: #188dc9;
    color: #fff;
}

.c-table-interest th.color-interest-02{
    background-color: #ec7000;
    color: #fff;
}

.c-table-interest .c-copy-01 .color-interest-01,
.c-table-interest .c-copy-01 .color-interest-02{
    font-weight: bold;
    font-size: 140%;
}

.c-table-interest .c-copy-01 .interest-num{
    font-size: 160%;
}

.c-table-interest .c-copy-01 sup{
    color: #535252;
}

@media only screen and (max-width: 940px) {
    .c-table-interest th,
    .c-table-interest td{
        padding: 12px 5px 10px;
    }
    .c-table-interest td{
        font-size: 90%;
    }

    .c-table-interest .c-copy-01 .color-interest-01,
    .c-table-interest .c-copy-01 .color-interest-02{
        line-height: 1;
        font-size: 130%;
    }

    .c-table-interest .c-copy-01 .interest-num{
        font-size: 150%;
    }
}