@charset 'UTF-8';
/* c-table-pp
-------------------------------------------------------------------------- */
.c-table-pp {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-table-pp {
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: auto;
    }
    .c-table-pp tbody {
        width: 750px;
        display: table;
    }
}

@media screen and (min-width: 768px) {
    .c-table-pp {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .c-table-pp {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-table-pp--regular {
        line-height: 1.8;
    }
}

@media screen and (min-width: 768px) {
    .c-table-pp--regular {
        line-height: 1.8;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.c-table-pp--regular tbody th, .c-table-pp--regular tbody td {
    padding-top: 23px;
    padding-bottom: 23px;
    vertical-align: middle;
}

.c-table-pp--regular tbody th {
    font-weight: bold;
    text-align: left;
    width: 37.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.c-table-pp--regular tbody td {
    padding-left: 2.5%;
    padding-right: 2.5%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .c-table-pp--primary th {
        background-color: #fbf7f3;
        border: .26667vw solid #dac292;
    }
}

@media screen and (min-width: 768px) {
    .c-table-pp--primary th {
        background-color: #fbf7f3;
        border: .06667vw solid #dac292;
    }
}

@media screen and (max-width: 767px) {
    .c-table-pp--primary td {
        border-top: .26667vw solid #cacaca;
        border-bottom: .26667vw solid #cacaca;
    }
}

@media screen and (min-width: 768px) {
    .c-table-pp--primary td {
        border-top: .06667vw solid #cacaca;
        border-bottom: .06667vw solid #cacaca;
    }
}

.c-table-pp--primary td:last-child {
    border-right: .06667vw solid #cacaca;
}

@media screen and (max-width: 767px) {
    .c-table-pp--detail {
        border-top: none;
        border-bottom: none;
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .c-table-pp--detail tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .c-table-pp--detail tbody tr {
        display: table;
        width: 50%;
    }
}

.c-table-pp--detail th {
    background: #5d330d;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.c-table-pp--detail td {
    padding: 10px;
}

.c-table-pp__text {
    margin-bottom: 1.5em;
}

.c-table-pp__text:last-child {
    margin-bottom: 0;
}

.c-table-pp .midashi {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #5d330d;
}

/* c-table-pp1
-------------------------------------------------------------------------- */
.c-table-pp1 {
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .c-table-pp1 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .c-table-pp1 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .c-table-pp1--regular {
        line-height: 1.8;
    }
}

@media screen and (min-width: 768px) {
    .c-table-pp1--regular {
        line-height: 1.8;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.c-table-pp1--regular tbody th, .c-table-pp1--regular tbody td {
    padding-top: 23px;
    padding-bottom: 23px;
    vertical-align: middle;
}

.c-table-pp1--regular tbody th {
    font-weight: normal;
    text-align: left;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.c-table-pp1--regular tbody td {
    font-weight: normal;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .c-table-pp1--primary th {
        background-color: #fbf7f3;
        border: .26667vw solid #dac292;
    }
}

@media screen and (min-width: 768px) {
    .c-table-pp1--primary th {
        background-color: #fbf7f3;
        border: .06667vw solid #dac292;
    }
}

@media screen and (max-width: 767px) {
    .c-table-pp1--primary td {
        border-top: .26667vw solid #cacaca;
        border-bottom: .26667vw solid #cacaca;
    }
}

@media screen and (min-width: 768px) {
    .c-table-pp1--primary td {
        border-top: .06667vw solid #cacaca;
        border-bottom: .06667vw solid #cacaca;
    }
}

.c-table-pp1--primary td:last-child {
    border-right: .06667vw solid #cacaca;
    border-left: .06667vw solid #cacaca;
}

.c-table-pp1--detail {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .c-table-pp1--detail {
        border-top: none;
        border-bottom: none;
    }
}

@media screen and (min-width: 1024px) {
    .c-table-pp1--detail tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .c-table-pp1--detail tbody tr {
        display: table;
        width: 50%;
    }
}

.c-table-pp1--detail th {
    background: #5d330d;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.c-table-pp1--detail td {
    padding: 10px;
}

.c-table-pp1__text {
    margin-bottom: 1.5em;
}

.c-table-pp1__text:last-child {
    margin-bottom: 0;
}

ol.list_num1 {
    margin-top: 30px;
    margin-left: 2em;
    counter-reset: item 0;
}

ol.list_num1 li {
    list-style-type: none;
    counter-increment: cnt;
    line-height: 1.3em;
    margin-bottom: 10px;
}

ol.list_num1 li:before {
    content: counter(item) '.';
    counter-increment: item;
    display: inline-block;
    margin-left: -2em;
    width: 2em;
}

ol.list_num2 {
    margin-top: 30px;
    margin-left: 2em;
    counter-reset: item 3;
}

ol.list_num2 li {
    list-style-type: none;
    counter-increment: cnt;
    line-height: 1.3em;
    margin-bottom: 10px;
}

ol.list_num2 li:before {
    content: counter(item) '.';
    counter-increment: item;
    display: inline-block;
    margin-left: -2em;
    width: 2em;
}

ol.list-waku {
    margin-top: 30px;
    margin-left: 4em;
    /* サイトに合せて調整 */
}

ol.list-waku li {
    list-style-type: none;
    counter-increment: cnt;
    line-height: 1.3em;
    margin-bottom: 10px;
}

ol.list-waku li::before {
    content: '(' counter(cnt) ')';
    display: inline-block;
    margin-left: -2em;
    /* サイトに合せて調整 */
    width: 2em;
    /* サイトに合せて調整 */
}

.madoguchi {
    margin-top: 60px;
    line-height: 1.3em;
}

.madoguchi .title {
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .madoguchi .title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.madoguchi table {
    margin: 20px 0;
}

.madoguchi td, .madoguchi th {
    padding: 10px 10px 10px 0;
}

.madoguchi .atesaki {
    text-align: right;
}
