@charset "utf-8";

.isa__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6em 4em;
    background-color: #fff;
    border-radius: 10px;
}

.isa__diagram {
    width: auto;
}

.isa__field {
    display: flex;
    align-items: flex-start;
    margin: 0 0 1.5em 0;
}

.isa__danger {
    display: flex;
    justify-content: end;
    padding-bottom: clamp(10px, calc(10px + (30px - 10px) * var(--w-ratio-full)), 30px);
}

.isa__danger--arrow {
    width: 18px;
    height: 38px;
    background: #e94f2e;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.isa__danger--arrow:lang(ar) {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.isa__danger--zone {
    align-content: center;
    width: fit-content;
    padding: 0 1em;
    margin-left: -1px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    background-color: #e94f2e;
}

.isa__diag {
    display: flex;
    justify-content: center;
}

.diag__box {
    padding: 3.5em 2.5em 1em;
}

.diag__img {
    z-index: 2;
    width: 100%;
}

.diag__text {
    z-index: 2;
    font-size: clamp(10px, calc(10px + (12px - 10px) * var(--w-ratio-full)), 12px);
}

.text--detection {
    line-height: 1.3;
    text-align: start;
}

.text--zener {
    text-align: center;
}

.text--display {
    line-height: 1.3;
    text-align: end;
}

.isa__diag::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background-image: url("/images/products/inline/figure_isa.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.isa__diag--danger .isa__diag--safe {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.diag--dangerzone {
    display: flex;
    flex-direction: column;
}

.diag--danger {
    display: flex;
    flex-direction: column;
    background-color: #fbebe7;
    border-radius: 15px;
}

.diag--safezone {
    display: flex;
    flex-direction: column;
}

.diag--safe {
    display: flex;
    background-color: #eaf4f1;
    border-radius: 15px;
}

.diag__zener {
    display: flex;
    flex-direction: column;
}

.diag__display {
    display: flex;
    flex-direction: column;
}

.diag__dummy {
    width: 100%;
    height: auto;
    opacity: 0;
}

/* 点線 */

.diag--space {
    --space: clamp(10px, calc(10px + (20px - 10px) * var(--w-ratio-full)), 20px);

    padding-inline-start: var(--space);
    padding-inline-end: var(--space);
    margin-block-start: clamp(45px, calc(45px + (65px - 45px) * var(--w-ratio-full)), 65px);
}

.diag--space::before {
    display: block;
    width: var(--line-w);
    height: 100%;
    content: "";
    background: repeating-linear-gradient(to bottom, rgb(146 146 146) 0 var(--dash), transparent var(--dash) calc(var(--dash) + var(--gap)));

    --line-w: clamp(2px, 0.5vw, 4px);
    --dash: clamp(12px, 1.5vw, 20px);
    --gap: clamp(4px, 0.8vw, 8px);
}

.isa__safe {
    display: flex;
    justify-content: start;
    padding-bottom: clamp(10px, calc(10px + (30px - 10px) * var(--w-ratio-full)), 30px);
}

.isa__safe--arrow {
    width: 18px;
    height: 38px;
    background: #48b491;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.isa__safe--arrow:lang(ar) {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.isa__safe--zone {
    align-content: center;
    width: fit-content;
    padding: 0 1em;
    margin-left: -1px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    background-color: #48b491;
}

.isa__image--wrap {
    position: relative;
}

.isa__comment--detect {
    position: absolute;
    top: 200px;
    left: 73px;
    font-size: 12px;
}

.isa__comment--zener {
    position: absolute;
    bottom: 19px;
    left: 340px;
    font-size: 12px;
}

.isa__comment--display {
    position: absolute;
    top: 210px;
    right: 72px;
    font-size: 12px;
}

.isa__spec {
    width: 36%;
}

.isa__spec p {
    padding: 0 0 0.8em 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.isa__spec_table {
    width: 100%;
    border-top: 1px solid var(--gray_border);
}

.isa__spec_table td {
    padding: 1em;
    border-bottom: 1px solid var(--gray_border);
}

.isa__spec_table td:not(:lang(ja), :lang(ko), :lang(zh-cmn-Hans), :lang(zh-cmn-Hant)) {
    font-size: 12px;
}

.isa__spec_table_left {
    width: 30%;
    background-color: #f1f1f1;
}

.isa__connect {
    margin: 6em 0 0 0;
}

.isa__connect--label {
    width: 40%;
    padding: 0.5em;
    margin: 0 auto;
    margin-bottom: 3em;
    font-size: 22px;
    font-weight: bold;
}

.isa__connect--image {
    display: flex;
    justify-content: space-between;
}

.isa__connect--content_image_wrap {
    width: 48.4%;
    padding: 4em 2em 2em;
}

.isa__connect--content_image_wrap p {
    margin-bottom: 2em;
}

.isa__explain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10em 0 14em;
}

.isa__explain--image {
    width: 25%;
    border-radius: 10px;
}

.isa__explain--text {
    width: 68%;
}

.isa__explain--text h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #c5c5c5;
}

.isa__explain--text h4 {
    margin-block: 1.5em 0;
}

.isa__explain--text p {
    margin-block: 1em 0;
}

.isa__explain--text p span {
    font-weight: bold;
    color: #e94f2e;
}

.app__wrap {
    margin-block-end: 3em;
}

.app__box {
    width: 13%;
}

.app__wrap_sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.app__wrap_sub--box {
    width: 33.33%;
    margin-block: 1.8em 0;
}

.app__wrap_sub--text {
    width: 90%;
}

.app__wrap_sub--text h4 {
    font-size: 20px;
    border-bottom: 1px solid #666;
}

.app__wrap_sub--text p {
    margin-block: 0.5em 0;
    font-size: 14px;
}

@media screen and (max-width: 1260px) {
    .isa__wrap {
        justify-content: center;
    }

    .isa__spec {
        width: 100%;
        margin-top: 3em;
    }

    .isa__connect--label {
        width: 60%;
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    .isa__wrap {
        padding: 4em 3em;
    }

    .diag__box {
        height: 85%;
        padding: 2em 1em 0.5em;
    }

    .isa__comment--zener {
        left: 313px;
    }

    .isa__comment--display {
        right: 51px;
    }

    .isa__connect {
        margin: 3em 0 0 0;
    }

    .isa__spec_table {
        font-size: 14px;
    }

    .app__box {
        width: 31%;
    }

    .app__wrap_sub--box {
        width: 50%;
    }

    .app__wrap_sub--text h4 {
        margin-bottom: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 769px) {
    .isa__wrap {
        padding: 3em 1em;
    }

    .isa__field {
        margin: 0 0 1em 0;
    }

    .isa__danger--zone {
        font-size: 12px;
        line-height: normal;
    }

    .isa__danger--arrow {
        width: 12px;
        height: 30px;
    }

    .isa__safe--zone {
        font-size: 12px;
        line-height: normal;
    }

    .isa__danger--zone:not(:lang(ja), :lang(ko), :lang(zh-cmn-Hans), :lang(zh-cmn-Hant)) {
        font-size: 10px;
    }

    .isa__safe--zone:not(:lang(ja), :lang(ko), :lang(zh-cmn-Hans), :lang(zh-cmn-Hant)) {
        font-size: 10px;
    }

    .isa__safe--arrow {
        width: 12px;
        height: 30px;
    }

    .isa__comment--detect {
        top: 98px;
        left: 22px;
        font-size: 10px;
    }

    .isa__comment--zener {
        bottom: 6px;
        left: 157px;
        font-size: 10px;
    }

    .isa__comment--display {
        top: 98px;
        right: 10px;
        font-size: 10px;
    }

    .isa__connect--label {
        width: 100%;
    }

    .isa__connect--content {
        flex-direction: column;
    }

    .isa__connect--content_image_wrap {
        width: 100%;
        padding: 2em 1em 1em;
    }

    .isa__explain img {
        max-width: 300px;
    }

    .isa__explain {
        flex-direction: column-reverse;
        margin: 5em 0 6em;
    }

    .isa__explain--image {
        width: 60%;
        margin-top: 4em;
    }

    .isa__explain--text {
        width: 100%;
    }

    .app__wrap_sub--box {
        width: 100%;
        margin-block: 1em 0;
    }

    .app__wrap_sub--text {
        width: 100%;
    }

    .app__wrap_sub--text p {
        font-size: 13px;
    }
}
