@charset "utf-8";
/* CSS Document */

.instructorWrap .instructorTop{
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.instructorWrap .instructorTop img{
    width: 100%;
    height: auto;
}

/*----------------------------------------*/

.instructorWrap .instructorList{
    margin: 0px auto 0;
}

.instructorList .personWrap{
}

.instructorList .personWrap .inn{
    padding: 30px 3.125vw 0;
}

.instructorList .personWrap .inn .leftandright{
    padding: 0 0 25px;
}

/*写真*/
.instructors {
	    text-align: center;
		margin: 40px auto;
}
.instructorList .personWrap .inn .photo{
    width: 55%;
    margin: 10px auto 15px;
}
.instructorList .personWrap .inn .photo img{
    width: 100%;
    height: auto;
}

/*氏名*/
.instructorList .personWrap .inn .name{
    margin: 0 auto 0;
}
.instructorList .personWrap .inn .name .post{
    margin: 0 auto 5px;
    font-size: 1.4rem;
}
.instructorList .personWrap .inn .name dl{
    height: 1.8rem;
    display: flex;
    gap: 0 25px;
    align-items: center;
}
.instructorList .personWrap .inn .name dl dt{
    font-size: 1.8rem;
    font-weight: bold;
    color: #1C3A8A;
}
.instructorList .personWrap .inn .name dl dd{
    font-size: 1.4rem;
    color: #95A6C9;
}

/*キャッチ*/
.instructorList .personWrap .inn .catch{
    margin: 0 auto 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1C3A8A;
    line-height: 155%;
}

/*コメント*/
.instructorList .personWrap .inn .comments{
    margin: 0 auto 15px;
    font-size: 1.4rem;
    line-height: 200%;
}

/*プロフィール*/
.instructorList .personWrap .inn .profile .intro{
    margin: 0 auto 15px;
}
.instructorList .personWrap .inn .profile .intro .midashi{
    font-family: 'M PLUS 1p', sans-serif;
    color: #1C3A8A;
    margin: 0 auto 10px;
}
.instructorList .personWrap .inn .profile .intro dl{
    font-size: 1.4rem;
    display: flex;
}
.instructorList .personWrap .inn .profile .intro dl dt{
    color: #1C3A8A;
}
.instructorList .personWrap .inn .profile .intro dl dd{
    color: #666666;
}

/*経歴*/
.instructorList .personWrap .inn .profile .career{
    font-size: 1.4rem;
    color: #1C3A8A;
}
/*flexにする時*/
.instructorList .personWrap .inn .profile .career.flex dl{
    margin: 0 auto 5px;
}
/*tableにする時*/
.instructorList .personWrap .inn .profile .career.table{
    width: 100%;
}
.instructorList .personWrap .inn .profile .career.table dl{
    margin: 0 auto 5px;
}
.instructorList .personWrap .inn .profile .career.table dl dt{
}
.instructorList .personWrap .inn .profile .career.table dl dd{
}

/*偶数は青い背景*/
.instructorList .personWrap:nth-child(even){
    background-color: #E6EEFF;
}










/*----------------------------------------*/