@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Supervisor
-----------------------------------------------*/
.Supervisor{
    max-width: 880px;
}
.Supervisor h2{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 10px;
 }
.Supervisor h2 .Name{
    font-size: 1.8rem;
}
.Supervisor h2 .Name .En{
    font-size: 1.4rem;
}
.Supervisor .Belong{
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.Supervisor .Belong a{
    display: inline-block;
    padding-left: 1.0em;
    background: url("../refer/ic_link_blank.png") no-repeat 0 0.5em;
    background-size: 0.8em;
}
.Supervisor .Outline{
    display: flex;
    justify-content: flex-start;
}
.Supervisor .Outline figure{
    margin: 0 40px 0 0;
}
.Supervisor .Outline figure img{
    width: 230px;
    height: auto;
    border: 1px solid #BDE0E0;
}
.Supervisor .Outline dl {
    padding-top: 1em;
    margin-bottom: 80px;
    border-top: 1px solid #BDE0E0;
}
.Supervisor .Outline dl dt{
    float: left;
}
.Supervisor .Outline dl dd{
    border-bottom: 1px solid #BDE0E0;
    padding: 0 0 1em 6em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 960px) and (orientation:portrait){
.Supervisor{
    max-width: 768px;
}
}
@media only screen and (max-width: 960px) and (orientation:landscape){
}

@media only screen and (max-width: 767px) and (orientation:portrait){
.Supervisor .Outline{
    display: block;
}
.Supervisor .Outline figure{
    margin: 0 auto 1em;
}


}
