@charset "UTF-8";

/* 3s2gセクション */
.fsi-page-banner-industrial-pc.c-3s2g {
    background-image: url(../img/iomt-new/3s2g_banner_full.webp);
}

.fsi-page-banner-industrial-pc.has-cover-bg.c-3s2g:before {
    background-color: rgba(0, 0, 0, 0.30);
}

.fsi-page-banner-industrial-pc.c-3s2g p {
    margin-top: 0;
}

/* .c-3s2g-container {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
} */

.c-3s2g-section {
    margin: 60px 0;
}

.c-3s2g-text p {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}

.c-3s2g-text--blue {
    font-weight: bold;
    color: #163589;
}

.c-3s2g-text--blue {
    font-size: 23px;
}

/* ボタングループ */
.c-3s2g-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 50px;
}

/* ボタン */
.c-3s2g-button {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 10px 49px;
    border-radius: 100px;
    transition: 0.3s all 0s;
}

.c-3s2g-button-wrap {
    min-width: 200px;
    border: 1px solid #333;
    border-radius: 100px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    background-color: #ffffff;
}

.c-3s2g-button:hover {
    background-color: #4e4a4b;
    border-color: #4e4a4b;
    color: #fff;
}

.c-3s2g-button::after {
    font-family: webicon;
    display: inline-block;
    line-height: 1.4;
    content: "\E020";
    position: absolute;
    padding-left: 8px;
}

/* リストセクション */
.c-3s2g-list-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.c-3s2g-list-wrapper {
    border: 1px solid #ccc;
    padding: 25px 15px;
    position: relative;
}

.c-3s2g-list-title {
    font-weight: bold;
    margin-bottom: 10px;
    position: absolute;
    left: 24px;
    top: -20px;
    font-size: 23px;
    color: #00429a;
    padding: 0 14px;
    background-color: white;
    margin-top: 0;
}

.c-3s2g-list {
    list-style-type: none;
}

.c-3s2g-list__item {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    color: #00429a;
    font-size: 20px;
}

.c-3s2g-list__item::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* ガイドラインセクション */
.c-3s2g-guideline {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 50px auto 0;
}

.c-3s2g-guideline__title {
    font-size: 37px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px !important;
}

.c-3s2g-guideline__subtitle {
    font-size: 23px;
    margin-bottom: 41px;
    color: #163589;
    line-height: 200%;
    font-weight: bold;
}

/* 図解セクション */
.c-3s2g-diagram {
    background-color: #e0e0e0;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
}

/* アイキャッチセクション */
/* .c-3s2g-main-visual {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
} */

.c-3s2g-eyecatch {
    background-color: #e0e0e0;
    height: 534px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.c-3s2g-cta-section {
    text-align: center;
    margin: 40px 0;
}

.c-3s2g-cta-section__text {
    font-size: 14px;
    margin-bottom: 20px;
}

.c-3s2g-background {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 100px auto;
}

.c-3s2g-background__title {
    font-size: 37px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px !important;
    letter-spacing: 0 !important;
}

.c-3s2g-background__subtitle {
    font-size: 23px;
    color: #163589;
    font-weight: bold;
    line-height: 200%;
    margin-bottom: 41px;
}

.c-3s2g-contact-wrapper {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.c-3s2g-contact {
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: block;
}

.c-3s2g-contact__title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.c-3s2g-contact__container {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.c-3s2g-contact__box {
    background-color: white;
    padding: 20px;
    width: 300px;
    text-align: center;
}

.c-3s2g-contact__box-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.c-3s2g-contact__button {
    display: block;
    padding: 10px;
    background-color: #c9af5b;
    color: white;
    text-decoration: none;
    margin-top: 10px;
}

.c-3s2g-contact__phone {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.c-3s2g-contact__phone-note {
    font-size: 12px;
    color: #666;
}

.c-3s2g-service {
    margin: 100px auto 0;
}

.c-3s2g-service__title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}

.c-3s2g-service__subtitle {
    font-size: 23px;
    color: #163589;
    font-weight: bold;
    line-height: 200%;
    margin-top: 0;
}

.c-3s2g-service__heading {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 41px 0 40px 0;
    padding-bottom: 24px;
    text-align: center;
}

.c-3s2g-service__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    border-bottom: 3px solid #b4a46a;
}

.c-3s2g-feature-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin: 20px 0;
}

.c-3s2g-feature-card {
    width: calc(50% - 20px);
    background-color: #e0eaeb;
    padding: 20px;
    position: relative;
}

.c-3s2g-feature-card__wrap {
    display: flex;
    gap: 14px;
    align-items: center;
}

.c-3s2g-feature-card__number {
    font-size: 130px;
    font-weight: bold;
    color: #a9944c;
    line-height: 1;
}

.c-3s2g-feature-card__title {
    font-weight: bold;
    font-size: 30px;
    color: #163589;
    margin-top: 0;
    text-align: left;
}

.c-3s2g-feature-card__content {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.c-3s2g-feature-card__image {
    height: 180px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.c-3s2g-strengths {
    max-width: 1180px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.c-3s2g-strengths-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
    gap: 20px;
    margin: 30px 0 70px;
}

.c-3s2g-strengths-card {
    background-color: #e0eaeb;
    padding: 20px 0 30px;
    position: relative;
}

.c-3s2g-strengths-card__wrap {
    display: flex;
    gap: 14px;
    padding: 0 20px;
    /*height: 135px;*/
    align-items: center;
}

.c-3s2g-strengths-card__number {
    font-size: 130px;
    font-weight: bold;
    color: #a9944c;
    line-height: 1;
}

.c-3s2g-strengths-card__title {
    font-weight: bold;
    font-size: 30px;
    color: #163589;
    line-height: 1.2;
    margin-top: 0;
    text-align: left;
}

.c-3s2g-strengths-card__title--black {
    color: black;
}

.c-3s2g-strengths-card__sub-title {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-top: 0;
    text-align: left;
}

.c-3s2g-strengths-card__content {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 13px;
}

.c-3s2g-strengths-card__image-wrap {
    display: flex;
    justify-content: center;
}

.c-3s2g-strengths-card__image {
    width: 40%;
    min-width: 200px;
    height: auto;
}

.c-3s2g-flow {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 50px auto 0;
}

.c-3s2g-flow__title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 50px 0 40px;
    padding-bottom: 27px;
    text-align: center;
}

.c-3s2g-flow__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    border-bottom: 3px solid #b4a46a;
}

.c-3s2g-flow__text {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

.c-3s2g-risk-table__title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 50px 0 40px;
    padding-bottom: 27px;
    text-align: center;
}

.c-3s2g-risk-table__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    border-bottom: 3px solid #b4a46a;
}

.c-3s2g-table-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin: 30px 0 80px;
}

.c-3s2g-risk-table {
    width: 1140px;
    min-width: 1140px;
    border-collapse: collapse;
    border: 1px solid #fff;
    margin: 0;
}

.c-3s2g-risk-table th,
.c-3s2g-risk-table td {
    border: 3px solid #fff;
    padding: 8px 15px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.c-3s2g-risk-table th {
    background-color: #193a78;
    color: white;
    text-align: center;
}

.c-3s2g-risk-table--blue {
    background-color: #123784;
    color: white;
}

.c-3s2g-risk-table .light-bg {
    background-color: #e0eaeb;
    color: #163589;
    text-align: left;
}

.c-3s2g-risk-table .dark-bg {
    background-color: #cfe2e3;
    color: #163589;
    text-align: left;
}

/* レスポンシブ対応 - タブレット */
@media (max-width: 768px) {
    .c-3s2g-button-group {
        flex-direction: column;
        align-items: center;
    }

    .c-3s2g-button {
        width: 100%;
        max-width: 300px;
    }

    .c-3s2g-feature-card {
        width: 100%;
    }

    .c-3s2g-contact__container {
        flex-direction: column;
        align-items: center;
    }

    .c-3s2g-contact__box {
        width: 100%;
        max-width: 300px;
    }

    .c-3s2g-strengths-cards {
        grid-template-columns: 1fr;
    }

    .c-3s2g-guideline__title,
    .c-3s2g-background__title,
    .c-3s2g-service__title {
        font-size: 32px;
    }

    .c-3s2g-guideline__subtitle,
    .c-3s2g-background__subtitle,
    .c-3s2g-service__subtitle {
        font-size: 20px;
    }

    .c-3s2g-service__heading,
    .c-3s2g-flow__title,
    .c-3s2g-risk-table__title {
        font-size: 28px;
    }

    .c-3s2g-eyecatch {
        height: 400px;
    }

    .c-3s2g-diagram {
        height: 400px;
    }

    .c-3s2g-strengths-card__number {
        font-size: 100px;
    }

    .c-3s2g-feature-card__number {
        font-size: 100px;
    }

    .c-3s2g-feature-card__title,
    .c-3s2g-strengths-card__title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    /* .c-3s2g-container {
        padding: 40px 15px;
    } */

    .c-3s2g-guideline__title,
    .c-3s2g-background__title,
    .c-3s2g-service__title {
        font-size: 28px;
    }

    .c-3s2g-guideline__subtitle,
    .c-3s2g-background__subtitle,
    .c-3s2g-service__subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .c-3s2g-service__heading,
    .c-3s2g-flow__title,
    .c-3s2g-risk-table__title {
        font-size: 24px;
        padding-bottom: 15px;
        margin: 30px 0;
    }

    .c-3s2g-eyecatch {
        height: 300px;
    }

    .c-3s2g-diagram {
        height: 300px;
    }

    .c-3s2g-text {
        font-size: 14px;
    }

    .c-3s2g-text--blue {
        font-size: 18px;
    }

    .c-3s2g-list-title {
        font-size: 18px;
    }

    .c-3s2g-list__item {
        font-size: 16px;
    }

    .c-3s2g-button {
        font-size: 16px;
        min-width: 100%;
    }

    .c-3s2g-strengths-card__number,
    .c-3s2g-feature-card__number {
        font-size: 70px;
    }

    .c-3s2g-strengths-card__title,
    .c-3s2g-feature-card__title {
        font-size: 22px;
    }

    .c-3s2g-strengths-card__sub-title {
        font-size: 16px;
    }

    .c-3s2g-strengths-card__content,
    .c-3s2g-feature-card__content {
        font-size: 14px;
    }

    .c-3s2g-risk-table th,
    .c-3s2g-risk-table td {
        padding: 6px 8px;
        font-size: 12px;
    }
}

@media (max-width: 370px) {
    /* .c-3s2g-container {
        padding: 30px 10px;
    } */

    .c-3s2g-guideline__title,
    .c-3s2g-background__title,
    .c-3s2g-service__title {
        font-size: 22px;
    }

    .c-3s2g-guideline__subtitle,
    .c-3s2g-background__subtitle,
    .c-3s2g-service__subtitle {
        font-size: 16px;
    }

    .c-3s2g-service__heading,
    .c-3s2g-flow__title,
    .c-3s2g-risk-table__title {
        font-size: 20px;
    }

    .c-3s2g-eyecatch {
        height: 200px;
    }

    .c-3s2g-diagram {
        height: 200px;
    }

    .c-3s2g-text {
        font-size: 13px;
    }

    .c-3s2g-text--blue {
        font-size: 16px;
    }

    .c-3s2g-strengths-card__number,
    .c-3s2g-feature-card__number {
        font-size: 50px;
    }

    .c-3s2g-strengths-card__title,
    .c-3s2g-feature-card__title {
        font-size: 18px;
    }

    .c-3s2g-strengths-card__wrap {
        padding: 0 10px;
    }

    .c-3s2g-risk-table th,
    .c-3s2g-risk-table td {
        padding: 4px 5px;
        font-size: 10px;
    }

    .c-3s2g-feature-card__wrap,
    .c-3s2g-strengths-card__wrap {
        gap: 8px;
    }

    .c-3s2g-feature-card {
        padding: 10px 8px 20px;
    }
}
/*250623*/
.c-3s2g-template{margin: 50px auto;}
/* 250808Start */
.link-mds-sds{text-align: center;}
.link-mds-sds p{
    font-size: 23px;
    margin-bottom: 8px;
    word-break: keep-all;
}
.link-mds-sds a {
    color: #163589;
    text-decoration: underline;
    font-size: 23px;
    word-break: keep-all;
}
@media (max-width: 480px) {
.link-mds-sds p,.link-mds-sds a{
    font-size: 18px;
}
}
/* 250808End */
