@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------


    Senior　先輩ナース
	

---------------------------------------------------*/

.senior-area{
	width:100%;
	margin-bottom:100px;
}

.senior-area-inner{
	width:100%;
	display:table;
}


/*アコーディオン*/
.accordion {
    width:100%;
}
.accordion dt {
    cursor:pointer;
	width:100%;	
	position: relative;
	display: block;
	height:176px;
	border-radius:10px;
	margin-bottom:100px;
}
.accordion dt > h3{
	font-size:30px;
	color:#FFFFFF;
	width:400px;
	height:176px;
	text-align:center;
	display:block;
	position:absolute;
	top:35px;
	left:400px;
	z-index:10;
}
.accordion dt > h3 span{
	display:block;
	border-bottom:1px #FFFFFF solid;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.accordion dt.nurse{
	background:url(../images/senior/nurse_title.jpg) no-repeat center center;
}
.accordion dt.specialist{
	background:url(../images/senior/specialist_title.jpg) no-repeat center center;
}
.accordion dt.f-nurse{
	background:url(../images/senior/flight_nurse_title.jpg) no-repeat center center;
}
.accordion dd{
	display:none;
}
.accordion dt.not_active{
}
.accordion dt:hover > .bg-mask,
.accordion dt.active > .bg-mask {
	opacity:0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.accordion dd{
	margin-bottom:100px;
}





/*内容*/
ul.staff{
	width:100%;
	display:table;
	margin-top:80px;
}
ul.staff+ul{
	margin-top:150px;
}
ul.staff li.text {
	min-height:600px;
	display:table-cell;
	padding-right:60px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.right{
	padding-right:0;
	padding-left:60px;
}
ul.staff li.text h4 {
	font-size:38px;
	margin-bottom:15px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
ul.staff li.text h5 {
	font-size:20px;
	margin-bottom:15px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
ul.staff li.text h5 span {
	display:block;
	font-size:16px;
	margin-bottom:15px;
}
ul.staff li.text h6 {
	color:#3e9749;
	font-size:24px;
	margin-bottom:15px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
ul.staff li.text p {
	font-size:16px;
	line-height:2;
}
ul.staff li.image {
	width:367px;
	display:table-cell;
	border-radius:10px;
	border:1px #b7b7b7 solid;
	min-height:600px;
}
.nurse01{
	background:url(../images/senior/nurse_01.jpg) no-repeat center top;
	background-size:cover;
}
.nurse02{
	background:url(../images/senior/nurse_02.jpg) no-repeat center top;
	background-size:cover;
}
.nurse03{
	background:url(../images/senior/nurse_03.jpg) no-repeat center top;
	background-size:cover;
}
.specialist01{
	background:url(../images/senior/specialist_01.jpg) no-repeat center top;
	background-size:cover;
}
.specialist02{
	background:url(../images/senior/specialist_02.jpg) no-repeat center top;
	background-size:cover;
}
.specialist03{
	background:url(../images/senior/specialist_03.jpg) no-repeat center top;
	background-size:cover;
}
.f-nurse01{
	background:url(../images/senior/flight_nurse_01.jpg) no-repeat center top;
	background-size:cover;
}
.f-nurse02{
	background:url(../images/senior/flight_nurse_02.jpg) no-repeat center top;
	background-size:cover;
}

.other{
	width:100%;
	margin-top:100px;
}

.other h4{
	font-size:20px;
	color:#3e9749;
	margin-bottom:20px;
}

.other h4 span{
	font-size:18px;
}

.other ul{
	display:block !important;
	width:30% !important;
	float:left;
}

.other ul+ul{
	margin-left:5%;
}

.other ul li{
	font-size:16px;
	border-bottom:1px #999999 dashed;
	padding-bottom:10px;
	margin-bottom:20px;
}

.other ul li span.title,
.other ul li span.title2{
	margin-right:0.5em;
}

.other ul li span.title{
	color:#3e9749;
}

.other ul li span.title2{
	color:#417B92;
}

.other ul li span.number{
	width:3em;
	text-align:right;
	display:block;
	float:right;
}

.other:after{
	content: "";
    clear: both;
	display: block;
}


@media screen and (max-width: 960px) {
.senior-area{
	margin-bottom:50px;
}

.senior-area-inner{
	width:100%;
}

/*アコーディオン*/
.accordion dt {
	height:70px;
	border-radius:1px;
	margin-bottom:0px;
}

.accordion dd+dt {
	margin-top:30px;
}

.accordion dt > h3{
	font-size:18px;
	width:70%;
	height:70px;
	top:5px;
	left:15%;
}
.accordion dt > h3 span{
	border-bottom:1px #FFFFFF solid;
}

.accordion dt.nurse{
	background:url(../images/senior/nurse_title.jpg) no-repeat center center;
	background-size:cover;
}
.accordion dt.specialist{
	background:url(../images/senior/specialist_title.jpg) no-repeat center center;
	background-size:cover;
}
.accordion dt.f-nurse{
	background:url(../images/senior/flight_nurse_title.jpg) no-repeat center center;
	background-size:cover;
}

/*内容*/
ul.staff{
	margin-top:20px;
}
ul.staff+ul{
	margin-top:50px;
}
ul.staff li.text {
	width:100%;
	display:block;
	padding-right:0px;
	min-height:100px;
}
.right{
	padding-left:0px;
}
ul.staff li.text h4 {
	font-size:24px;
	margin-bottom:10px;
}
ul.staff li.text h5 {
	font-size:18px;
	margin-bottom:10px;
}
ul.staff li.text h5 span {
	font-size:12px;
	margin-bottom:10px;
}
ul.staff li.text h6 {
	font-size:20px;
	margin-bottom:10px;
}
ul.staff li.text p {
	font-size:14px;
}
ul.staff li.image {
	width:100%;
	display:block;
	border-radius:0px;
	border:none;
	min-height:300px;
	margin-bottom:20px;
}

ul.staff li.text img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.other{
	width:100%;
	margin-top:30px;
}

.other h4{
	font-size:16px;
	margin-bottom:10px;
}

.other ul{
	width:100% !important;
	float:none;
}

.other ul+ul{
	margin-left:0%;
}

.other ul li{
	font-size:12px;
	padding-bottom:5px;
	margin-bottom:10px;
}

}