@media screen and (max-width: 767px) {
    /*--------------------------------------------------------------
【クロストーク】内定者座談会
--------------------------------------------------------------*/
    body#recPeoNaiIndex #contMain {
        background: #fff;
    }
    body#recPeoNaiIndex #contMain .visual {
        margin-bottom: 70px;
    }
    body#recPeoNaiIndex #contMain .intro {
        text-align: left !important;
        margin-bottom: 50px;
        font-size: 110% !important;
        line-height: 1.7;
    }
    body#recPeoNaiIndex #contMain .intro .memo {
        display: block;
        text-align: right;
        font-size: 14px;
        margin: 10px 0 0;
    }
    body#recPeoNaiIndex #contMain .intro br {
        display: none;
    }
    body#recPeoNaiIndex #contMain .inner > .text {
        padding: 0 20px !important;
    }
    body#recPeoNaiIndex #contMain .member {
        margin: 50px 0 30px !important;
    }
    body#recPeoNaiIndex #contMain .member h3 {
        background: #333;
        color: #fff;
        padding: 5px;
        text-align: center;
        margin: 0 0 30px !important;
        border: none !important;
        line-height: 1;
        letter-spacing: 0.1em;
    }
    body#recPeoNaiIndex #contMain .memberList {
        display: flex;
        justify-content: left !important;
        flex-wrap: wrap;
        position: relative;
        margin: 0;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item {
        margin: 0 4% 25px 0 !important;
        list-style: none;
        width: 30% !important;
        box-sizing: border-box;
        line-height: 1.5;
        padding: 0 !important;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item:nth-child(3n) {
        margin: 0 0 25px !important;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item i {
        margin: 0 10px 5px 0;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .photo {
        text-align: center;
        border-radius: 200px;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item.F .photo {
        background: #FF6699;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item.H .photo {
        background: #AAE3AB;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item.O .photo {
        background: #CC99FF;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item.H-a .photo {
        background: #F4A840;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item.N .photo {
        background: #FF564B;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item.S .photo {
        background: #00CCFF;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .photo img {
        width: 180px;
        height: auto;
        margin: 0 auto;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .text {
        padding-top: 15px;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .name {
        font-size: 11px !important;
                line-height: 1.2;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .name strong {
        padding: 0 !important;
        margin: 5px 0 0 !important;
        border-bottom: none !important;
        font-size: 16px !important;
        line-height: 1.4;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .name strong .mini {
        font-size: 12px;
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .school {
        font-size: 13px;
        line-height: 22px;
        padding: 0 0 10px !important;
        /*border-bottom: solid 1px #ddd;*/
    }
    body#recPeoNaiIndex #contMain .memberList .memberList-item .info {
        font-size: 13px;
        line-height: 22px;
        padding: 10px 0;
        border-bottom: solid 1px #ddd;
    }
    /*body#recPeoNaiIndex #contMain .memberList .memberList-item .impression{
	font-size: 13px;
	padding:10px 0 0;
	line-height: 22px;
}
body#recPeoNaiIndex #contMain .memberList .memberList-item .impression strong{
	font-size: 12px;
}*/
    body#recPeoNaiIndex #contMain .inner > section {
        margin-bottom: 75px;
    }
    body#recPeoNaiIndex #contMain .inner section:not(.member) h3 {
        padding: 9px;
        text-align: center;
        margin: 0 0 30px !important;
        font-weight: bold;
        font-size: 25px !important;
    }
    body#recPeoNaiIndex #contMain .inner section h4 {
        font-size: 18px !important;
        margin: 10px auto 50px;
        padding: 0 10px;
        background: none;
        text-align: center;
        display: block !important;
        line-height: 1.5;
    }
    body#recPeoNaiIndex #contMain .comment {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 55px;
    }
    body#recPeoNaiIndex #contMain .comment p:not(.icon) {
        text-align: left;
        width: 100%;
    }
    body#recPeoNaiIndex #contMain .comment p.icon {
        width: 70px !important;
        min-width: 70px !important;
        padding-right: 17px !important;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        top: -10px;
        line-height: 1.4;
        font-size: 16px;
    }
    body#recPeoNaiIndex #contMain .comment p.icon::before {
        content: "";
        display: block;
        width: 50px !important;
        height: 50px !important;
        border-radius: 100px !important;
        margin: 0 0 3px !important;
    }
    body#recPeoNaiIndex #contMain .comment p.F::before {
        background: #FF6699 url("../people/naitei/img/ico_F.png");
        background-size: cover;
    }
    body#recPeoNaiIndex #contMain .comment p.H::before {
        background: #AAE3AB url("../people/naitei/img/ico_H.png");
        background-size: cover;
    }
    body#recPeoNaiIndex #contMain .comment p.O::before {
        background: #CC99FF url("../people/naitei/img/ico_O.png");
        background-size: cover;
    }
    body#recPeoNaiIndex #contMain .comment p.H-a::before {
        background: #F4A840 url("../people/naitei/img/ico_H-a.png");
        background-size: cover;
    }
    body#recPeoNaiIndex #contMain .comment p.N::before {
        background: #FF564B url("../people/naitei/img/ico_N.png");
        background-size: cover;
    }
    body#recPeoNaiIndex #contMain .comment p.S::before {
        background: #00CCFF url("../people/naitei/img/ico_S.png");
        background-size: cover;
    }
    body#recPeoNaiIndex #contMain .comment p.icon .mini {
        font-size: 10px !important;
        margin-left: 1px;
    }
    body#recPeoNaiIndex #contMain .comment p.icon .category {
        font-size: 10px !important;
        display: block;
    }
}