@charset "utf-8";

/*page_index
************************************************************************************/
.page_contents_top ul.top_menu{
	-webkit-justify-content: center;
	justify-content: center;
}
.page_contents_top ul.top_menu li{
	width: 32%;
}

@media screen and (max-width: 979px) {
/*tablet*/
    .page_contents_top ul.top_menu li{
        width: 49%;
    }
}
@media screen and (max-width: 620px){
    .page_contents_top ul.top_menu li{
        width: 99%;
    }
}


/*page_greeting
************************************************************************************/
.page_greeting img{
    max-width: 300px;
    height: auto;
}
@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
    .page_greeting img{
        max-width: 100%;
        height: auto;
        margin: 0 auto 15px auto;
    }
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}

/*page_staff
************************************************************************************/

.page_staff ul.staff{
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.page_staff ul.staff li{
	margin: 0 0.5% 10px 0.5%;
	padding: 20px;
	width: 32.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #CDCDCD;
}
.page_staff ul.staff li.wide{
	width: 49%;
}
.page_staff ul.staff li:hover{
    border: 1px solid #CDCDCD;
    background: #CEF2F5;
}

.page_staff ul.staff li .photo{
	width: 23%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.page_staff ul.staff li .photo img{
	margin: 0 auto;
	max-width: 100%;
    height: auto;
	display: block;
}
.page_staff ul.staff li .txt{
	padding: 0 0 0 15px;
	width: 75%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.page_staff .deg{
    margin: 0 0 10px 0;
    padding: 5px 0;
	color: #277dab;
    border-bottom: 1px solid #CDCDCD;
}
.page_staff .ttl{
	margin-bottom: 7px;
	padding-bottom: 5px;
	font-size: 22px;
}
.page_staff .ttl a{
    color: #000;
    text-decoration: none;
}

.page_staff .ttl span,
.page_staff .ttl a span{
    display: block;
	font-size: 14px;
    color: #6F6F6F;
}
.page_staff .position{
	color: #333;
    font-size: 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 980px){
    .page_staff ul.staff li{
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;

    }
    .page_staff ul.staff li:hover{
        border: 1px solid #eef9ff;
        background: #eef9ff;
    }
}

@media screen and (max-width: 979px){
    .page_staff ul.staff li{
        width: 49%;
    }
}
@media screen and (max-width: 768px){
    .page_staff ul.staff li,
    .page_staff ul.staff li.wide{
        width: 99%;
    }
}
@media screen and (max-width: 620px){
    .page_staff ul.staff li .photo{
        width: 99%;
        float: none;
        display: block;
        margin: 0 auto 10px auto;
        text-align: center;
    }
    .page_staff ul.staff li .txt{
        padding: 0 0 0 0;
        width: 99%;
        float: none;
        display: block;
    }
}
@media screen and (max-width: 480px){
    
    
}


/*page_detail*/
.page_staff .head_box{
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.page_staff .head_box .dr_photo{
	width:20%;
}
.page_staff .head_box .dr_photo img{
	max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.page_staff .head_box .dr_title{
	width:78%;
    margin-left: 2%;
}
.page_staff .head_box .dr_title .ttl{
	margin-bottom: 25px;
	font-size: 32px;
}


@media screen and (max-width: 620px){
    .page_staff .head_box .dr_photo{
        width:100%;
        text-align: center;
        margin: 0 auto 10px auto;
    }
    .page_staff .head_box .dr_title{
        width:99%;
        margin: 0 auto;
    }
    .page_staff .head_box .dr_title .ttl{
        margin-bottom: 25px;
        font-size: 28px;
    }
    
	table.lineBtm{
		display: block;
		border-top: none !important;
		border-bottom: none !important;
		width: 100%;
	}
	table.lineBtm tbody{
		display: block;
		width: 100%;
	}
	table.lineBtm tr{
		display: block;
		margin-bottom: .2em;
		width: 100%;
	}
	table.lineBtm th,
	table.lineBtm td{
		display: list-item;
		width: 100%;
		padding: 5px 10px !important;
		border: none !important;
	}
	table.lineBtm th{
		list-style-type: none;
		display: block;
		background: #ededed;
		border: none !important;
	}
	table.lineBtm td{
		margin-left: 0;
		list-style-type: none;
		padding-left: 5px;
		border: none !important;
	}
}

