.assisatnce_table-icon{
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHZSURBVHgBnVRNTttQEJ55fm52VY4QdiwoeF8lSm7gShXKDnIDegKbE1Q9QdNdCpvcgECQWGIIQuyAE5AlED8PMy9+kuPYIPFt/GbezPfm1wg12LwIW/7C7xJhS2REkyyMn9z1Rg9V9lhWbE1/dhG8iI9dqMZ41v7/o6zURWF7uhsRYGwFgnmmYIyGHq2scAfJkgdr9pQNdBUJAfzR5iWedcbz4kPBSdisfNSltnnSb/ma7uVsFA5uv4+G8A5WH8XDm/YoViIwyV+n/AyJzVyigWVh5zqFT5EItO9lgc2Q4DTJW5un+huBkuv20WEdibNbpPhLE0GAwkOUOHYFhouqQnYImQBy57VItMr2OYiQv1eqKoXb3nEiDo6gLp0iFKJ6kAMiBsULcXBkdSSoYGfpCwnKbBjdeGJ57qUvG0lvdXa+nfX3eShg1jkeFvV5fS752PRS3FC540QUxm9E5ZBnndGwTCL4orM98eHhnUiTlAs7j/9g+3x3Dz6A2Li66RQHNj13uTXtx9zuaKmk+DVV/8qb3uIyfPUaESEcuABc3Va2v0jGsClTRlfWkJcWloPbLJOsEQkCLmLKK4M1vxGy9bQkk6IeoQZCaHjqZWCtIY+JZ57H5a46vAHLxfSM03EgvAAAAABJRU5ErkJggg==') no-repeat;
}




.assistance {
    overflow: hidden;
}
.assistance table{
    margin-bottom: 0px;
}
.assistance table thead{
    font-family: 'Conv_ToyotaType-Book';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6A6B70;
    border-bottom: 1px solid #DCDCDC;
}
.assistance table thead td{
    border: none;
    padding: 0 0 17px;
    text-align: center;
}
.assistance table thead td:first-child {
    text-align: left;
}
.assistance table tbody td {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    padding: 17px 0 18px;
    border: none;
    position: relative;
    vertical-align: inherit;
}
.assistance table tbody td:first-child {
    width: 300px;
}
.assistance table tbody tr:nth-child(even) {
    background: #F0F0F0;
}
.assistance table tbody tr:nth-child(even) td:first-child:before {
    content: '';
    background: #F0F0F0;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}
.assistance table tbody tr:nth-child(even) td:last-child:after {
    content: '';
    background: #F0F0F0;
    position: absolute;
    right: -100%;
    width: 100%;
    height: 101%;
    top: 0;
}
@media (max-width: 991.98px) {
    .assistance table tbody td, .assistance table thead td {
        padding-left: 15px;
        padding-right: 15px;
    }
    .assistance table tbody td {
        font-size: 15px;
        line-height: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .assistance table tbody td:first-child, .assistance table thead td:first-child {
        width: 75%;
        text-align: left;
    }
    .assistance table tbody td, .assistance table thead td {
        text-align: right;
    }

    .assistance_table-wrap {
        overflow-y: auto;
    }
    .assistance table tbody tr:nth-child(even) td:last-child:after{
        display: none;
    }
    .assistance table {
        overflow-x: auto;
        margin-left: -15px;
    }
    .assistance table thead td {
        white-space: nowrap;
    }

}
@media (min-width: 768px) and (max-width: 991.98px) {
    .assistance table tbody td:first-child {
        width: 550px;
    }
}
/*.table {*/
/*width: 100%;*/
/*margin-bottom: 1rem;*/
/*background-color: transparent*/
/*}*/

/*.table td, .table th {*/
/*padding: .75rem;*/
/*vertical-align: top;*/
/*border-top: 1px solid #bbbdb8*/
/*}*/

/*.table thead th {*/
/*vertical-align: bottom;*/
/*border-bottom: 2px solid #bbbdb8*/
/*}*/

/*.table tbody + tbody {*/
/*border-top: 2px solid #bbbdb8*/
/*}*/

/*.table .table {*/
/*background-color: #fff*/
/*}*/

/*.table-sm td, .table-sm th {*/
/*padding: .3rem*/
/*}*/

/*.table-bordered, .table-bordered td, .table-bordered th {*/
/*border: 1px solid #bbbdb8*/
/*}*/

/*.table-bordered thead td, .table-bordered thead th {*/
/*border-bottom-width: 2px*/
/*}*/

/*.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {*/
/*border: 0*/
/*}*/

/*.table-striped tbody tr:nth-of-type(odd) {*/
/*background-color: rgba(0, 0, 0, .05)*/
/*}*/

/*.table-hover tbody tr:hover {*/
/*background-color: rgba(0, 0, 0, .075)*/
/*}*/

/*.table-primary, .table-primary > td, .table-primary > th {*/
/*background-color: #b8daff*/
/*}*/

/*.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {*/
/*background-color: #9fcdff*/
/*}*/

/*.table-secondary, .table-secondary > td, .table-secondary > th {*/
/*background-color: #d6d8db*/
/*}*/

/*.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {*/
/*background-color: #c8cbcf*/
/*}*/

/*.table-success, .table-success > td, .table-success > th {*/
/*background-color: #c3e6cb*/
/*}*/

/*.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {*/
/*background-color: #b1dfbb*/
/*}*/

/*.table-info, .table-info > td, .table-info > th {*/
/*background-color: #bee5eb*/
/*}*/

/*.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {*/
/*background-color: #abdde5*/
/*}*/

/*.table-warning, .table-warning > td, .table-warning > th {*/
/*background-color: #ffeeba*/
/*}*/

/*.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {*/
/*background-color: #ffe8a1*/
/*}*/

/*.table-danger, .table-danger > td, .table-danger > th {*/
/*background-color: #f5c3c3*/
/*}*/

/*.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {*/
/*background-color: #f1adad*/
/*}*/

/*.table-light, .table-light > td, .table-light > th {*/
/*background-color: #fdfdfe*/
/*}*/

/*.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {*/
/*background-color: #ececf6*/
/*}*/

/*.table-dark, .table-dark > td, .table-dark > th {*/
/*background-color: #c6c8ca*/
/*}*/

/*.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {*/
/*background-color: #b9bbbe*/
/*}*/

/*.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {*/
/*background-color: rgba(0, 0, 0, .075)*/
/*}*/

/*.table .thead-dark th {*/
/*color: #fff;*/
/*background-color: #2c3438;*/
/*border-color: #3d484d*/
/*}*/

/*.table .thead-light th {*/
/*color: #495057;*/
/*background-color: #e9ecef;*/
/*border-color: #bbbdb8*/
/*}*/

/*.table-dark {*/
/*color: #fff;*/
/*background-color: #2c3438*/
/*}*/

/*.table-dark td, .table-dark th, .table-dark thead th {*/
/*border-color: #3d484d*/
/*}*/

/*.table-dark.table-bordered {*/
/*border: 0*/
/*}*/

/*.table-dark.table-striped tbody tr:nth-of-type(odd) {*/
/*background-color: hsla(0, 0%, 100%, .05)*/
/*}*/

/*.table-dark.table-hover tbody tr:hover {*/
/*background-color: hsla(0, 0%, 100%, .075)*/
/*}*/

/*@media (max-width: 575.98px) {*/
/*.table-responsive-sm {*/
/*display: block;*/
/*width: 100%;*/
/*overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*-ms-overflow-style: -ms-autohiding-scrollbar*/
/*}*/

/*.table-responsive-sm > .table-bordered {*/
/*border: 0*/
/*}*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*.table-responsive-md {*/
/*display: block;*/
/*width: 100%;*/
/*overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*-ms-overflow-style: -ms-autohiding-scrollbar*/
/*}*/

/*.table-responsive-md > .table-bordered {*/
/*border: 0*/
/*}*/
/*}*/

/*@media (max-width: 991.98px) {*/
/*.table-responsive-lg {*/
/*display: block;*/
/*width: 100%;*/
/*overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*-ms-overflow-style: -ms-autohiding-scrollbar*/
/*}*/

/*.table-responsive-lg > .table-bordered {*/
/*border: 0*/
/*}*/
/*}*/

/*@media (max-width: 1199.98px) {*/
/*.table-responsive-xl {*/
/*display: block;*/
/*width: 100%;*/
/*overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*-ms-overflow-style: -ms-autohiding-scrollbar*/
/*}*/

/*.table-responsive-xl > .table-bordered {*/
/*border: 0*/
/*}*/
/*}*/

/*.table-responsive {*/
/*display: block;*/
/*width: 100%;*/
/*overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*-ms-overflow-style: -ms-autohiding-scrollbar*/
/*}*/

/*.table-responsive > .table-bordered {*/
/*border: 0*/
/*}*/


/**/
.faq__card {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.faq__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #404040;
    font-weight: 600;
    text-align: left;
    cursor: pointer
}

.faq__btn:before {
    display: inline-block;
    content: "";
    height: 50px;
    margin-right: 1.5625rem;
    padding-right: 3.125rem;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.faq__btn[aria-expanded=true]:before {
    background-image: url(../../../img/toyota/ico-minus.12f65f72.svg)
}

.faq__btn[aria-expanded=false]:before {
    background-image: url(../../../img/toyota/ico-plus.57a58bcb.svg)
}

.faq__btn:focus {
    outline: none
}

.faq__btn span {
    padding-top: 2.5rem
}

.faq__answer {
    padding-left: 5.625rem
}

/**/
.page-content__table table {
    border: 1px solid #E5E5E5
}

.page-content__table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F8F8F8;
}

.page-content__table .table td, .table th {
    padding-top: 26px;
    padding-bottom: 25px;
    border-top: 0;
}

.page-content__table .table td:first-child {
    padding-left: 26px;
}

.ico-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../../img/toyota/ico-standard.76e70f2c.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
