@charset "utf-8";

/*スタッフ*/
ul.staffsns li {
    display: inline-block;
}

ul.staff_list li.list_box {
    margin-bottom: 8em;
    width: 100%;
}
.list_box .flex{
  align-items: center;
}
.imgSet {
    width: 56%;
max-width: 500px;
}

.txtSet {
    width: 40%;
}

.page_staff ul.sns {
    margin: 1em auto;
}

.staffName {
    font-size: 1.5rem;
    margin: 0 0 0.2em;
    border-bottom: solid 1px #666;
}

.staffNameE {
    margin-left: 2em;
    font-size: 66.7%;
    font-style: italic;
}

h3.staffTtl {
    font-size: 112.5%;
    color: #CBBA85;
    text-align: left;
}

@media (max-width: 799px) {
    ul.staff_list li.list_box {
        margin-bottom: 5em;
    }

    .imgSet {
        width: 100%;
        max-width: 500px;
        margin: auto auto 3em;
    }

    .txtSet {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .staffName {
        font-size: 150%;
        border-bottom: 1px solid #CCC;
    }
}