/* info style */
#section_type .info__call {
    background-color: #fff;
    margin: 0;
    padding: 20px 0 25px;
}

.info__wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 65535;
}

.info__wrap-inner {
    width: 100%;
    max-height: 100%;
    padding: 30px 15px;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    overflow-y: auto;
}

.info__heading {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #444;
}

.info__parag--em {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: calc(66 / 48);
    font-weight: bold;
}

.info__caption-parag {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: calc(20 / 13);
    font-weight: bold;
}

.info__table {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
}

.info__table table {
    width: 584px;
    table-layout: fixed;
}

.info__table--col-model {
    width: 90px;
}

.info__table--col-prospect {
    width: 210px;
}

.info__table--col-note {
    width: 280px;
}

.info__table td {
    padding: 10px 8px;
    border-right: 2px solid #fff;
    border-collapse: separate;
    box-sizing: border-box;
    vertical-align: middle;
}

.info__table td:last-child {
    border-right: none;
}

.info__table thead td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: calc(20 / 13);
    color: #fff;
    background-color: #000;
}

.info__table tbody tr {
    border-bottom: 2px solid #fff;
}

.info__table tbody tr:last-child {
    border-bottom: none;
}

.info__table tbody td {
    font-size: 12px;
    line-height: calc(70 / 48);
    background-color: #f5f5f5;
}

.info__table--model {
    vertical-align: middle;
}

.info__table .is-current td {
    background-color: #dcdcdc;
    font-weight: bold;
}

.info__table--caution {
    color: #cc0000;
}

.info__caution-list {
    font-size: 11px;
    line-height: 1.6;
}

.info__caution-list li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

.info__caution-list .info__caution-list--num {
    padding-left: 2em;
    text-indent: -2em;
}

.info__caution-list em {
    font-weight: bold;
}

.info__close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(../img/parts_modal_close.png) center rgba(255, 255, 255, 0.7) no-repeat;
    background-size: 22px auto;
    z-index: 1;
}

.info__close a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* PC style */
@media screen and (min-width : 769px) {
    .info__base {
        width: 880px;
        margin: 0 auto;
    }

    .info__wrap-inner {
        padding: 60px 50px;
    }

    .info__heading {
        margin-bottom: 40px;
        padding-bottom: 30px;
        font-size: 38px;
    }

    .info__caption-block {
        font-size: 16px;
        line-height: 1.7;
    }

    .info__caption-parag {
        margin-bottom: 5px;
    }

    .info__table {
        margin-bottom: 40px;
    }

    .info__table table {
        width: 880px;
    }

    .info__table--col-model {
        width: 156px;
    }

    .info__table--col-prospect {
        width: 248px;
    }

    .info_table--col-note {
        width: auto;
    }

    .info__table--model {
        font-size: 16px;
        line-height: 1.5;
    }

    .info__table tbody td {
        font-size: 16px;
        line-height: 1.5;
    }

    .info__table td.info__table--note {
        font-size: 14px;
    }

    .info__caution-list {
        font-size: 11px;
        line-height: calc(17 / 11);
    }

    .info__caution-list em {
        font-weight: bold;
    }

    .info__close {
        width: 32px;
        height: 32px;
        top: 20px;
        left: 20px;
    }
	.info__table a {
    color: var(--color-black);
    text-decoration: underline;
}
}