@charset "utf-8";
/*------------------------------------------------------------
	bio
------------------------------------------------------------*/
#main .photo {
    margin-bottom: 29px;
    text-align: center;
}
#main .photo img {
    margin-bottom: 30px;
}
#main .photo p {
	font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.7;
}
#main .photo span {font-size: 1.2em;}
#main .memberList li {
    width: 220px;
    line-height: 1.54;
    word-break: break-all;
    text-align: justify;
    text-justify:inter-ideograph;
}
#main .memberList li:not(:last-of-type) {
    margin-right: 40px;
}
#main .memberList li .red {
    margin-bottom: 4px;
    color: #c21414;
    font-size: 1.5rem;
    font-family: 'Archivo Black', sans-serif;
    text-align: center;
}
#main .memberList li .name {
    margin-bottom: 9px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
#main .memberList li .name .en {
    margin-top: -3px;
    display: block;
    font-size: 1.2rem;
}
#main .memberList li .link {
    text-align: center;
}
#main .memberList li .link01 {
    margin-top: 18px;
}
#main .memberList li .link a {
    display: block;
    color: #e30b0c;
    font-size: 1.2rem;
    font-family: 'Archivo Black', sans-serif;
}
#main .memberList li .link a:hover {
    opacity: 0.7;
}
#main .memberList li .link span {
	display: block;
	line-height: 2;
}
@media all and (max-width: 896px) {
    #main .photo {
        margin-bottom: 8px;
    }
	#main .photo img {
		width: 100%;
	}
    #main .photo p {
        margin: 0 30px 10px;
        text-align: left;
        line-height: 1.6;
    }
    #main .memberList {
        margin: 0 30px;
        display: block;
    }
    #main .memberList li {
		padding: 12px 0 21px;
        width: auto;
		position: relative;
        line-height: 1.94;
    }
    #main .memberList li:not(:last-of-type) {
        margin-right: 0;
    }
	#main .memberList li:not(:last-of-type)::after {
		margin-left: -115px;
		width: 231px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		background-color: #FFF;
		content: '';
	}
    #main .memberList li .red {
        margin-bottom: -2px;
        font-size: 1.2rem;
    }
    #main .memberList li .name {
        margin-bottom: 4px;
        font-size: 1.5rem;
    }
    #main .memberList li .name .en {
        margin-top: -8px;
    }
    #main .memberList li .link01 {
        margin-top: 8px;
    }
	#main .memberList li .link a {
		font-size: 1rem;
	}
	#main .memberList li .link span {
		margin: 0 4px;
		display: inline-block;
	}
}
@media screen and (max-width:639px){
  .br-pc {
    display: none;
  }
}