@charset "UTF-8";

/*============================
 instructor__contents
============================*/
.instructor__contents {
    padding-bottom: 0;
}

.inc__img {
    width: 34%;
}

.inc__txtwrap {
    width: 63%;
}

.inc__name {
    display: flex;
    align-items: baseline;
    border-bottom: solid 1px #000000;
    padding-bottom: .5em;

    .font-en {
        margin-left: 1em;
        color: #818181;
    }
}

.inc__atc {
    margin-bottom: 40px;

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

.inc__box {
    padding: 30px 5%;
    border-radius: 5px;
    background: #F7F8FA;
}

.inc__ul {
    & li {
        display: flex;
        margin-bottom: 1em;

    }
}

.inc__th {
    font-weight: 500;
    color: #464D83;
    white-space: nowrap;
    width: 8em;
}

.inc__td {
    width: calc(100% - 8em);
}

@media screen and (max-width:1024px) {
    .inc__img {
        width: 34%;
    }

    .inc__txtwrap {
        width: 63%;
    }

    .inc__name {

        padding-bottom: .5em;

    }

    .inc__atc {
        margin-bottom: 40px;

    }

    .inc__box {
        padding: 20px 5%;
    }

    .inc__ul {
        & li {
            margin-bottom: 1em;

        }
    }

    .inc__th {
        width: 8em;
    }

    .inc__td {
        width: calc(100% - 8em);
    }
}

@media screen and (max-width:767px) {
    .inc__img {
        width: 80%;
        margin: 0 auto 30px;
    }

    .inc__txtwrap {
        width: 100%;
    }

    .inc__name {
        padding-bottom: .5em;

        .fs-30 {
            font-size: 2rem;
        }


    }

    .inc__h4 {
        .font-en {
            font-size: 2rem;
        }
    }

    .inc__atc {
        margin-bottom: 30px;

    }

    .inc__box {
        padding: 20px 5%;
    }

    .inc__ul {
        & li {
            display: block;
            margin-bottom: 1em;

        }
    }

    .inc__th {
        width: 100%;
    }

    .inc__td {
        width: 100%;
        margin-top: .5em;
    }
}