@charset "UTF-8";
/* CSS Document */
/* 基本-モバイルファースト ======================================================================================================== */

#staff_header{
background-color: #f7e8eb;
padding-top: 40px;
padding-bottom: 40px;
}
#staff_header .photo{
text-align: center;
margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}
#staff_header .photo img{
max-width: 100%;
max-height: 90vw;
}
#staff_header .text h3{
font-size: 22px;
font-weight: bold;
}
#staff_header .mail{
display: block;
margin-bottom: 10px;
}
#staff_header .mail a{
color: #b3203a;
}


#staff_body section{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: solid 1px #ddd;
}
#staff_body section:last-child{
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none;
}
#staff_body .photo{
background-color: rgba(0, 0, 0, 0.03);
text-align: center;
margin-bottom: 20px;
}
#staff_body .photo img{
max-width: 100%;
max-height: 90vw;
}
#staff_body .text .h{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
#staff_body .text .h .name{
flex: 1;
}
#staff_body .text .h .name .type{
font-size: 12px;
font-weight: normal;
line-height: 1;
padding: 5px;
border: solid 1px #111;
display: inline-block;
vertical-align: middle;
}
#staff_body .text .h .name span{
display: block;
font-size: 20px;
font-weight: bold;
}

#staff_body .text .h .mail a{
background-color: #a39f9f;
color: #fff;
width: 40px;
height: 40px;
font-size: 10px;
line-height: 1;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#staff_body .text .h .mail a img{
width: 16px;
margin-bottom: 5px;
}
#staff_body .text .qualification{
font-weight: bold;
margin-top: -10px;
margin-bottom: 10px;
}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){

#staff_header{
padding-top: 80px;
padding-bottom: 80px;
}
#staff_header .contents_size{
display: flex;
align-items: center;
}
#staff_header .photo{
text-align: center;
width: 600px;
}
#staff_header .photo img{
max-width: 600px;
max-height: 600px;
}
#staff_header .text{
flex: 1;
margin-left: 60px;
}
#staff_header .text h3{
font-size: 30px;
}



#staff_body section{
display: flex;
align-items: flex-start;
}
#staff_body .photo{
margin-bottom: 0px;
width: 400px;
}
#staff_body .photo img{
max-width: 400px;
max-height: 400px;
}
#staff_body .text{
flex: 1;
margin-left: 60px;
}
#staff_body .text .h{
justify-content: flex-start;
margin-bottom: 20px;
}
#staff_body .text .h .name{
flex: inherit;
}
#staff_body .text .h .name .type{
margin-right: 1em;
}
#staff_body .text .h .name span{
display: inline-block;
vertical-align: middle;
font-size: 24px;
}

#staff_body .text .h .mail{
margin-left: 1em;
}
#staff_body .text .h .mail a{
}
#staff_body .text .h .mail a img{
}


#staff_body .text .qualification{
font-size: 16px;
margin-top: -20px;
}


}
