@charset "UTF-8";

#page {
	margin: 55px auto 0;
	padding: 5% 3%;
}
#page h1{
	width: 100%;
	box-sizing: border-box;
	padding: 4% 4%;
	margin: 0 auto 2%;
	border: 1px solid #ccc;
	border-left: 10px solid #333;
	font-size: 16px;
}
#page #mainimage {
	display: block;
	background-image: url(/staff/image/mainimage.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto 2%;
}
#page p.caption{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
    margin: 0 auto 2%;    
}
#page #list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 95%;
	margin: 20px auto 0;
}
#page #list .box {
	display: block;
	width: 48%;
	margin: 0 0 15px;
	position: relative;
}
#page #list .box:before{
	content:"";
	background: #56a9de;
	border-radius: 100px;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#page #list .box:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 0;
    position: absolute;
    bottom: 15px;
    right: 4px;
}
#page #list .box .photo {
	padding-top: 10px;
}
#page #list .box p {
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
}
#page #list a {
	display: block;
	text-decoration: none;
}
#page #list a:hover {
	background-color: #FFC;
}

/*=============================
詳細
=============================*/
#staff-profile {
	border-bottom: 1px solid #ccc;
	width: 100%;
    margin: 5% auto 8%;
    padding: 1% 0 5%;
    overflow: hidden;
    position: relative;    
}
#staff-profile .photo {
	text-align: center;
	max-width: 180px;
	width: 80%;
	margin: 0 auto 2%;
}
#staff-profile .text {
	font-weight: 600;
	line-height: 1.8em;
	text-align: center;
	width: 100%;
	margin: 0 auto 2%;
	padding: 2%;
}
#staff-profile dl{
	width: 100%;
}
#staff-profile dl dt {
	background-color: #ECF3FB;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	width: 100%;
	margin: 0 auto 1%;
	padding: 10px 6px 8px 10px;
}
#staff-profile dl dd {
	font-size: 14px;
	line-height: 1.8em;
	padding: 10px 10px 8px 15px;
}
#staff-profile dl dd b {
	color: #C60;
}
#staff-profile dl dd a{
	color: #068af1;
}

a.btn_return{
	background: #b7ddfb;
    color: #068af1;
    text-align: center;
    display: block;
    margin: 0 auto 10%;
    padding: 10px;
    text-decoration: none;
}

/*=============================
下部リンク
=============================*/
#page ul.menu {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
#page ul.menu li {
	width: 100%;
	margin: 0 auto 5%;
	padding: 0;
}
#page ul.menu li p{
	color: #080058;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 0 0 5px;
	position: relative;
}
#page ul.menu li a{
	display: block;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 20px 0;
}
#page ul.menu li.menu01 a{
	background: #c1272d;
}
#page ul.menu li.menu02 a{
	background: #8cc63f;
}
#page ul.menu li a span{
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 0 0 30px;
	position: relative;
}
#page ul.menu li a span:before{
	content: "";
	position: absolute;
	top:50%;
	left:0;
	transform: translate(0,-50%);
}
#page ul.menu li.menu01 a span:before{
	width: 24px;
	height: 24px;
}
#page ul.menu li.menu02 a span:before{
	width: 20px;
	height: 24px;
}
#page ul.menu li.menu01 a span:before{
	background: url(/sp/images/icon_zoom.svg);
	background-size:100%;
	background-repeat: no-repeat;
}
#page ul.menu li.menu02 a span:before{
	background: url(/sp/images/icon_lock.svg);
	background-size:100%;
	background-repeat: no-repeat;
}
