@charset "UTF-8";
/*
本WEBサイトで使用しているHTML・CSS・JavaScriptは合同会社ベストブリッジが記述し、その著作権は医療法人済衆館に帰属します。
他者の著作権を侵害しないよう細心の注意を払って掲載した画像や文章についても、その著作権は医療法人済衆館に帰属します。
下記の記載内容はタイムスタンプを付与した電子書類として保管を行っております。
また、公開に至るまでの制作過程全データの保管を行っています。
*/

/*=================================================================
#saiyou_recruit_pro_kangoshi_fixed
=================================================================*/
#saiyou_recruit_pro_kangoshi_fixed{
z-index:6000;
}

/*=================================================================
ul.fixed_pc
=================================================================*/
#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_pc{
z-index:6000;
/*--*/
position:fixed;
bottom:100px;
right:0;
/*--*/
display:block;
width:86px;
height:auto;
margin:0;
border-top:solid 2px #EFEFEF;
border-bottom:solid 2px #EFEFEF;
border-left:solid 2px #EFEFEF;
border-radius:10px 0 0 10px;
padding:10px;
background-color:#363;
}

@media screen and (max-width: 959px){
#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_pc{
display:none;
}
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_pc>li{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin-bottom:10px;
border:0;
padding:0;
/*--*/
text-align:center;
line-height:1.4;
font-size:14px;
font-weight:bold;
color:#FFF;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_pc>li>a{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin:0;
border:0;
border-radius:7px;
padding:12px 2px;
background-color:#FC0;
/*--*/
text-align:center;
line-height:1.4;
font-size:14px;
font-weight:bold;
color:#333;
text-decoration:none;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_pc>li:nth-of-type(3)>a{
background-color:#EFEFEF;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_pc>li:nth-of-type(4)>a{
background-color:#EFEFEF;
}

/*=================================================================
ul.fixed_sp
=================================================================*/
#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp{
display:none;
}

@media screen and (max-width: 959px){
#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp{
z-index:6000;
/*--*/
position:fixed;
bottom:0;
left:0;
/*--*/
display:flex;
width:calc(100% - 70px);
height:auto;
margin:0;
border:0;
border-radius:0 20px 0 0;
padding:15px 20px 15px 10px;
background-color:#363;
/*--*/
flex-direction:row;/*方向*/
justify-content:space-between;/*横揃え*/
align-items:stretch;/*縦揃え*/
}
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li{
position:relative;
/*--*/
display:block;
flex-basis:32%;
height:auto;
margin:0;
border:0;
padding:0;
}

@media screen and (max-width: 600px){
#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li{
flex-basis:48%;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li:nth-of-type(2){
flex-basis:30%;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li:nth-of-type(3){
flex-basis:16%;
}
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li>a{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin:0;
border:0;
border-radius:7px;
padding:15px 2px;
background-color:#FC0;
/*--*/
text-align:center;
line-height:1.4;
font-size:18px;
font-weight:bold;
color:#333;
text-decoration:none;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li:nth-of-type(2)>a{
background-color:#EFEFEF;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li:nth-of-type(3)>a{
background-color:#EFEFEF;
}

@media screen and (max-width: 600px){
#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li:nth-of-type(1)>a{
font-size:14px;
}

#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li:nth-of-type(2)>a{
font-size:14px;
background-color:#EFEFEF;
}
#saiyou_recruit_pro_kangoshi_fixed>ul.fixed_sp>li:nth-of-type(3)>a{
font-size:14px;
background-color:#EFEFEF;
}
}

