@charset "UTF-8";
.p-about-satisfy__head span {
    white-space: nowrap;
}

.c-op-hidden {
    opacity: 0;
}

.p-about-tec {
    &.-bottom {
        margin-bottom: 0;
    }
}

.p-about {
    &.-bottom {
        margin-bottom: 0;
    }
    .p-about-satisfy__txt {
        @media (min-width: 769px) {
            width: 100%;
            grid-template-columns: 400px auto;
            .p-about-satisfy__icon img {
                width: 400px;
            }

            .p-about-satisfy__head span:not(:first-child) {
                display: inline;
            }
        }
    }
}

