.static-page-breadcrumb {
    display: flex;
}
.static-page-breadcrumb a {
    margin-top: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.static-page-breadcrumb span {
    color: #4EB19A;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}
.static-page-title {
    font-size: 24px;
    font-weight: 500;
    margin: 8px 0 16px;
}
.electric-wire-list {
    margin-bottom: 25px;
}
.electric-wire-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.electric-wire-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.electric-wire-item-info p {
    margin-top: 0;
}
.electric-wire-item-info p:first-child {
    font-weight: 500;
    color: #000;
}
.electric-wire-item-info p:last-child {
    font-size: 19px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.yazaki-block {
    margin-bottom: 32px;
}
.yazaki-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.yazaki-block-header__text span {
    display: inline-block;
    margin-right: 24px;
    font-weight: 500;
}
.yazaki-block-header__text span:first-child {
    font-size: 18px;
}
.yazaki-block-header__link-item {
    margin-bottom: 12px;
    display: flex;
    justify-content: end;
}
.yazaki-block-header__link-item:last-child {
    margin-bottom: 0;
}
.yazaki-block-header__link-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.yazaki-block-header__link-item span {
    color: #4EB19A;
    display: inline-block;
    margin-left: 8px;
}
.yazaki-table table {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-collapse: collapse;
}
.yazaki-table table tr:nth-child(even) {
    background-color: #EFF2F7;
}
.yazaki-table table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    padding: 4px;
    text-align: center;
}
.yazaki-table table td:first-child {
    border-left: none;
    font-size: 18px;
    font-weight: 500;
    color: #1771F6;
    min-width: 90px;
}
.yazaki-table table .cell-color {
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 0 4px;
}
.yazaki-table table .cell-color-red {
    background-color: #FF0000;
}
.yazaki-table table .cell-color-white {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    line-height: 21px;
}
.yazaki-table table .cell-color-blue {
    background-color: #1771F6;
}
.yazaki-table table .cell-color-black {
    background-color: #000;
}
.yazaki-table table .cell-color-green {
    background-color: #34C38F;
}
.yazaki-table table .cell-color-yellow {
    background-color: #F1B44C;
}
.yazaki-table-common table td {
    font-size: 18px;
    min-width: 44px;
}
.yazaki-table-dv table td:nth-child(4) {
    font-size: 16px;
}
.yazaki-table-cvv table td {
    padding: 4px 0;
    font-size: 14px;
    min-width: 34px;
}
.yazaki-table-cvv table td:first-child {
    font-size: 17px;
    min-width: auto;
}

@media (min-width: 768px) {
    .static-page-breadcrumb svg {
        width: 11px;
        height: 18px;
    }
    .static-page-breadcrumb span {
        font-size: 18px;
        font-weight: 500;
    }
    .static-page-content,
    .electric-wire-content {
        max-width: 996px;
        margin: 0 auto;
    }
    .static-page-title {
        font-size: 28px;
    }
    .electric-wire-list {
        margin-bottom: 48px;
    }
    .electric-wire-item p:first-child {
        font-size: 20px;
    }
    .electric-wire-item p:last-child {
        font-size: 24px;
    }
    .electric-wire-item svg {
        width: auto;
        height: 28px;
    }
    .yazaki-block-header {
        margin-bottom: 20px;
    }
    .yazaki-block-header__text span:first-child {
        font-size: 26px;
    }
    .yazaki-block-header__text span:last-child {
        font-size: 22px;
    }
    .yazaki-block-header__link-item {
        margin-bottom: 20px;
    }
    .yazaki-block-header__link-item svg {
        height: 20px;
        width: auto;
    }
    .yazaki-block-header__link-item span {
        font-size: 20px;
        margin-left: 16px;
    }
    .yazaki-table table td:first-child {
        font-size: 24px;
        width: 180px;
    }
    .yazaki-table table .cell-color {
        width: 32px;
        height: 32px;
        font-size: 22px;
        line-height: 30px;
    }
    .yazaki-table table .cell-color-white {
        line-height: 27px;
    }
    .yazaki-table-common table td {
        font-size: 24px;
        padding: 6.5px 16px;
        min-width: 80px;
    }
    .yazaki-table-dv table {
        width: 100%;
    }
    .yazaki-table-dv table td:nth-child(2),
    .yazaki-table-dv table td:nth-child(3) {
        width: 80px;
    }
    .yazaki-table-dv table td:nth-child(4) {
        font-size: 24px;
    }
    .yazaki-table-cvv table {
        width: 100%;
    }
    .yazaki-table-cvv table td {
        font-size: 18px;
        min-width: auto;
    }
    .yazaki-table-cvv table td:first-child {
        width: 128px;
    }
}

@media (min-width: 1200px) {
    .static-page-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
}
