/* ================================ */
/* 共通 */
/* ================================ */
body .base {
    font-size: 15px;
}

.test_css .base {
    max-width: 1000px;
}

.moniter-recruit_wrap .lower_main .hut h1 {
    max-width: 880px;

    span {
        font-size: 28px;
    }
}

.test_css .singlefree .singlefree_content h3 {
    font-size: 22px;
}

.items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.item {
    background: #50b660;
    border-radius: 10px;
    padding: 40px 20px 20px;
    color: #fff;
}

.test_css .singlefree .singlefree_content .blue-btn {
    background: #2b71b8;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

@media screen and (max-width: 676px) {
    body .base .left_wrap p {
        font-size: 15px;
        line-height: 1.5;
    }

    .test_css .singlefree .singlefree_content h2 {
        margin-bottom: 30px;
    }

    .test_css .singlefree_content_rentou {
        padding: 20px 0 0;
    }

    .test_css .section.colum_two .left_wrap {
        margin-bottom: 0;
    }

    .items {
        flex-wrap: wrap;
        gap: 10px;

        .item {

            width: calc(50% - 5px);
            padding: 20px 10px 30px;
        }
    }

}

/* ================================ */
/* definition*/
/* ================================ */
.definition {
    .singlefree_content_rentou {
        padding-top: 50px;
    }

    .definition-figure {
        max-width: 400px;
        margin: 0 auto;
        position: relative;

        &::after {
            position: absolute;
            background-image: url(../images/usability/arrow.png);
            width: 120px;
            height: 90px;
            background-size: cover;
            content: '';
            top: 43%;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    .definition-figure-flex {
        display: flex;
        justify-content: center;
        gap: 80px;
    }

    .definition-figure-item {
        background: #efeee6;
        border-radius: 50%;
        width: 160px;
        height: 160px;
        text-align: center;
        margin: 0 auto 15px;

        .definition-figure-item-head {
            padding-top: 38px;
            font-size: 24px;
            color: #50b660;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .definition-figure-item-text {
            line-height: 1.2;
        }
    }

    .definition-figure-bottomtext {
        text-align: center;
        color: #50b660;
        font-weight: bold;
        margin-top: 14px;
    }
}

.item-img {
    text-align: center;


}

.four-quality-item,
.moderator-item {
    width: 100%;
    max-width: 260px;
    padding: 40px 20px 28px;

    .item-img {
        margin-top: 10px;
        height: 70px;
        position: relative;
        margin-bottom: 30px;

        img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }
    }
}

@media screen and (max-width: 676px) {
    .definition {
        .definition-figure {
            &:after {
                width: 120px;
                height: 90px;
                top: 40%;
            }
        }

        .singlefree_content_rentou {
            padding-top: 30px;
        }

        .definition-text {
            margin-bottom: 20px;
        }

        .definition-figure-item {
            width: 120px;
            height: 120px;

            .definition-figure-item-head {
                font-size: 20px;
                padding-top: 22px;
            }

            .definition-figure-item-text {
                font-size: 13px;
            }
        }
    }

    .four-quality-item, .moderator-item {
        .item-img {
            margin-top: 4px;
            margin-bottom: 10px;
        }
    }

}

/* ================================ */
/* sugge */
/* ================================ */

.sugge {
    padding-bottom: 70px;

    .sugge-item {
        width: 320px;

        .sugge-item-img {
            height: 82px;
        }

        .sugge-item-head {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.5;
            margin-top: 30px;
            margin-bottom: 16px;
        }

        .sugge-item-text {
            background: #efeee6;
            color: #333;
            padding: 20px 16px;
            border-radius: 10px;
        }

    }
}

@media screen and (max-width: 676px) {
    .sugge {
        padding-bottom: 0;

        .base {
            .sugge-text {
                margin-bottom: 30px;
            }

            .sugge-items {
                flex-direction: column;
            }

            .sugge-item {
                width: 100%;
                max-width: 480px;
                margin: 0 auto;
                padding: 20px 10px 20px;

                .sugge-item-img {
                    height: auto;

                    img {
                        max-width: 70px
                    }
                }
            }

            .sugge-item-head {
                margin-top: 10px;
            }

            .sugge-item-head {
                font-size: 18px;
            }

            .sugge-item-text {
                padding: 10px 16px;
            }
        }
    }

}


/* ================================ */
/* four-quality*/
/* ================================ */
.four-quality .base {
    .four-quality-item-head {
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        letter-spacing: -.03em;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 676px) {
    .four-quality .base {
        .four-quality-item-head {
            font-size: 17px;
            margin-bottom: 10px
        }
    }
}

/* ================================ */
/* moderator  */
/* ================================ */
.moderator {
    .moderator-panel {
        margin-top: 50px;
        background: #f8f8f8;
        padding: 50px;

        .moderator-panel-head {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .moderator-panel-wrap {
            display: flex;
            gap: 47px;
            justify-content: space-between;
            background: #fff;
            padding: 50px;
            margin-bottom: 20px;

            &:nth-child(2) {
                .moderator-panel-right-head {
                    color: #23b8bc;
                }
            }

            &:nth-child(3) {
                .moderator-panel-right-head {
                    color: #3b9cc9;
                }
            }

            &:last-child {
                margin-bottom: 0;
            }
        }

        .moderator-panel-right {
            max-width: 155px;
            width: 100%;
            margin: auto 0;
        }

        .moderator-panel-right-head {
            text-align: center;
            margin-bottom: 14px;
        }

        .moderator-panel-right-text {
            font-size: 30px;
            color: #3b9cc9;
            text-align: center;
            font-weight: bold;
        }

        .moderator-panel-left-head {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 14px;
        }

    }
}

@media screen and (max-width: 676px) {
    .moderator {
        .moderator-inner {
            .moderator-text {
                margin-bottom: 30px;
            }

            .moderator-panel {
                padding: 20px;

                .moderator-panel-head {
                    margin-bottom: 16px;
                }
            }

            .moderator-panel-wrap {
                flex-direction: column;
                gap: 14px;
                padding: 30px 16px;
            }

            .moderator-panel-right {
                margin: 0 auto;
            }

            .moderator-panel-left-head {
                font-size: 17px;
                margin-bottom: 10px;
            }

            .moderator-panel-right-head {
                margin-bottom: 6px;
            }

        }

    }


}


/* ================================ */
/* testlab */
/* ================================ */
.testlab {
    padding-bottom: 20px;

    .base {
        .testlab-cards {
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
            gap: 20px;
        }

        .testlab-card {
            max-width: 235px;
            width: 100%;
            border-radius: 10px;
            border: #50b660 2px solid;
            
            

            &:last-child {
                .testlab-card-head {
                    padding: 32px 0;
                }
            }
        }

        .testlab-card-head {
            background: #50b660;
            color: #fff;
            text-align: center;
            padding: 20px 0;
            font-size: 17px;
            margin-bottom: 0;
            border-radius: 5px 5px 0 0;

            span {
                font-weight: bold;
            }
        }

        .testlab-card-text {
            padding: 24px 18px;
        }

        .testlab-bottom {
            padding: 50px;
            background: #f8f8f8;
            margin-top: 50px;
            display: flex;
        }

        .testlab-bottom-right {
            max-width: 370px;
        }

        .testlab-bottom-head {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .testlab-bottom-text {
            position: relative;
            z-index: 5;

            span {
                font-weight: bold;
            }

            .gr {
                color: #50b660;
            }

            .bl {
                color: #2b71b8;
            }
        }

        .testlab-bottom-left {
            position: relative;
            margin-left: -31px;
        }

        .testlab-bottom-left-camera,
        .testlab-bottom-capture {
            position: absolute;
            color: #fff;
            line-height: 1.2;
            font-weight: bold;

            span {
                font-size: 12px;
                line-height: 1.2;
                display: inline-block;
                margin-bottom: 6px;
            }
        }

        .testlab-bottom-left-camera {
            top: 40px;
            right: 0px;
            background: #2b71b8;
            max-width: 180px;
            padding: 6px 12px 12px;
        }

        .testlab-bottom-capture {
            background: #50b660;
            max-width: 219px;
            padding: 12px 12px 12px;
            position: absolute;
            bottom: 10px;
            left: 56px;
        }

        .testlab-bottom-left-head {
            color: #2b71b8;
            font-weight: bold;
            font-size: 17px;
            text-align: center;
            margin-bottom: 17px;
        }



    }

}

.testlab-btn {
    margin-top: 50px;
}

@media screen and (max-width: 676px) {
    .testlab {
        .base {
            .testlab-cards {
                gap: 10px;
                flex-wrap: wrap;
            }
    
            .testlab-card {
                width: calc(50% - 5px);
                .testlab-card-head {
                    padding: 10px; 
                    font-size: 15px;
                }
                          &:last-child {
                .testlab-card-head {
                    padding: 22px 10px;
                }
            }
            }

            .testlab-card-text {
                padding: 16px 12px;
            }

            .testlab-bottom {
                flex-direction: column;
                gap: 20px;
                padding: 30px 20px 40px;
            }

            .testlab-bottom-left {
                margin: 0;
            }

            .testlab-bottom-left-head {
                margin-bottom: 60px;
            }
                    .testlab-bottom-left-camera {
            top: 40px;
            right: 0px;
                }

                    .testlab-bottom-capture {
    
            bottom: -20px;
            left: 0;

                        width: 100%;
        }
        }
    }

}

/* ================================ */
/* moderator */
/* ================================ */
.moderator {
    .moderator-cont {
        margin-top: 100px;

        table {
            tr, th, td {
                text-align: left;
                padding: 10px 0;
            }

            tr {
                &:first-child {}

                display: flex;
                padding: 14px 0;

                th {
                    &:first-child {
                        width: 200px;
                        color: inherit;
                        padding-left: 10px;
                        font-weight: bold;
                        margin: auto;
                    }
                }

                td {
                    width: 400px;
                    padding-right: 20px;
                }


                .moderator-name {
                    width: 400px;
                    color: #50b660;
                    font-weight: bold;
                    font-size: 18px;
                    display: flex;
                    gap: 20px;
                    align-items: center;
                    text-align: left;
                    padding: 0;
                    &:last-child {
                        color: inherit;
                    }
                }

                .moderator-name-img {
                    display: inline-block;
                }

                &:nth-child(odd) {
                    background: #fff;

                    th, td {
                        background: inherit
                    }

                }

                &:nth-child(even) {
                    background: #f8f8f8;

                    th, td {
                        background: inherit;
                        /* margin: auto; */
                    }

                }
            }
        }
    }
}

@media screen and (max-width: 676px) {
.moderator {
      .moderator-cont {
        margin-top: 30px;
table {
    tr,td {
        font-size: 13px;
    }
    tr {
        gap: 10px;
        th {
            &:first-child {
                padding-left: 10px;
               
            }
        }
        td {
            padding-right: 0;
        }
                  .moderator-name {
              flex-direction: column;
              gap: 10px;
                      font-size: 15px;
          }
    }
}

    }  
}

}


/* ================================ */
/* prototype */
/* ================================ */
.prototype {
    .base {
        .prototype-server {
            display: flex;
            margin-top: 40px;
            align-items: center;

            .prototype-server-text {
                margin-bottom: 0;
                padding-right: 155px;
            }

            .prototype-server-honban {}

            .prototype-server-honban-text {
                margin-bottom: 3px;
                font-weight: bold;
            }

            .prototype-server-honban-img {
                img {
                    width: 200px;
                }
            }

            .prototype-server-kenyo {
                margin-left: 20px;
            }

            .prototype-server-kenyo-text {
                margin-left: 12px;
                margin-bottom: 0;
                font-weight: bold;
            }

            .prototype-server-kenyo-img {
                margin: auto 0;

                img {
                    width: 215px;
                }
            }
        }

        .prototype-cont {
            display: flex;
            gap: 200px;
            justify-content: space-between;
            margin-top: 30px;
            position: relative;

            &:after {
                position: absolute;
                background-image: url(../images/usability/arrow02.png);
                width: 150px;
                height: 170px;
                content: '';
                top: -3%;
                left: 50%;
                background-size: cover;
                transform: translateX(-50%);
            }
        }

        .prototype-normal-head,
        .prototype-script-head {
            margin-bottom: 4px;
            font-weight: bold;
        }

        .prototype-script-list,
        .prototype-normal-list {

            li {
                padding-left: 20px;
                position: relative;

                &:before {
                    position: absolute;
                    content: '●';
                    left: 0
                }
            }
        }

    }
}

.prototype {
    .prototype-image {
        margin-top: 50px;
        padding: 50px;
        background: #f8f8f8;

        .prototype-image-head {
            font-weight: bold;
            margin-bottom: 24px;
        }

        .prototype-image-cont {
            display: flex;
            gap: 30px;
            align-items: center;
            background: #fff;
            padding: 36px 20px;
            margin-bottom: 20px;

            &:last-child {
                margin-bottom: 0;
            }
        }

        .prototype-image-cont-img {
            max-width: 250px;
        }

    }
}

@media screen and (max-width: 676px) {

    .prototype {
        .base {
               .prototype-image {
                   padding: 20px;
            .prototype-image-head {
               margin-bottom: 16px;
            }

                   .prototype-image-cont {
                       flex-direction: column;
                       gap: 10px;
                   }

        }
        .prototype-server {
            flex-wrap: wrap;
            .prototype-server-text {
                padding-right: 10px;
            }

            .prototype-server-honban,
            .prototype-server-kenyo {
                width: 47%;
            }

            .prototype-server-honban-text {
                font-size: 13px;
            }

            .prototype-server-kenyo {
                margin-left: 10px;
            }

                        .prototype-server-kenyo-text {
                font-size: 13px;
            }
        }
            .prototype-cont {
                margin-top: 40px;
                gap: 10px;
                 &:after {
                     top: -33px;
                     width: auto;
                     height: auto;
                     font-size: 30px;
                     background-image: none;
                     content: '⬇︎';
                     color: #50b660;
            }

                .prototype-normal-head {
                    margin-top: 45px
                }
            }
        }
     
    }


}


/* ================================ */
/* deli */
/* ================================ */

.deli {
    padding-bottom: 90px;

    .base {
        .deli-cont {
            max-width: 860px;
            margin: 0 auto;
        }

        .deli-text {
            margin-bottom: 40px;
        }
    }
}

@media screen and (max-width: 676px) {
.deli {
    padding-bottom: 0;
}
    
}

/* ================================ */
/* テストのCSSと合わせるためのスタイル
/* ================================ */
.test_css p:first-child {
    margin: 0;
    margin-bottom: 50px;
}