@charset "UTF-8";
@font-face {
    font-family: 'TenMincho';
    src: url('path/to/ten-mincho.woff2') format('woff2'),
        url('path/to/ten-mincho.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}

.txtc{text-align: center;}
#map ul.staff_li{
    padding: 0px;
}
#map ul.staff_li li{
    margin: 10px 0 10px 0;
}

.none_pc{
    display: block;
}
.none_sp{
    display: none;
}
@media (min-width: 768px){
    .none_pc{
    display: none;
    }
    .none_sp{
    display: block;
    }
}
h2{
    font-family: 'TenMincho', serif;
}
.staff_contents{
	background-color: #f2f2f2;
	padding: 25px;
}
.staff_contents div.inner{
	margin: 20px auto;
	padding: 25px;
}
.staff_name{
	font-size: 20px;
	font-weight: bold;
    font-family: 'TenMincho', serif;
}
#map p.staff_list{
    margin-bottom: 15px;
}
#map p.staff_list span{
	color: #fff;
    background-color: #017cd0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 25px;
}
.staff_img-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.staff_img-box img{
    width: 45%;
}
#map .staff_link{
    background-color: #c3aa41;
    max-width: 350px;
    margin: 0 auto;
    padding: 8px 0px;
}
#map .staff_link:hover{
     opacity: 0.6;
}
#map .staff_link a{
    color: #fff;
    font-weight: bold;
}
#map .staff_link a p{
    text-align: center;
    margin: 0;
}
#map .staff_link a p::after{
    content: url(../imgs/common/ar02.gif);
    vertical-align: sub;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 7px;
}
.staff_message-box{
    background-color: #fff;
    border: solid 1px #000;
    padding: 15px;
}
#map p.staff_message-title{
    margin-bottom: 20px;
    text-align: center;
}
#map p.staff_message-title span{
	color: #c3aa41;
    font-size: 18px;
    font-weight: bold;
}
.staff_flex-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.staff_flex-txt{
    width: 65%;
}

@media only screen and (max-width: 768px) {
	.staff_contents div.inner{
		padding: 20px 10px;
	}
	#map p.staff_list span{
		font-size: 17px;
		padding: 10px;
	}
    .staff_img-box img{
        width: 100%;
    }
    .staff_img-box img:first-child{
        margin-bottom: 20px;
    }
    .staff_flex-img{
        margin-bottom: 20px;
    }
    .staff_flex-txt{
        width: 100%;
    }
}