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

/*============================================
#saiyou_recruit_pro_kangoshi_data
============================================*/
#saiyou_recruit_pro_kangoshi_data{
z-index:20;
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin-bottom:30px;
border:0;
border-top:solid 1px #FFF;
border-radius:10px;
padding:0 0 30px 0;
background-color:#E6F8FF;
background-color:#005B7D;
background-image:url(../saiyou/img/saiyou_recruit_pro_kangoshi_data_back.jpg);
background-position:top;
background-repeat:no-repeat;
}

/*============================================
h2
============================================*/
#saiyou_recruit_pro_kangoshi_data>h2{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin-top:0;
margin-bottom:30px;
border:0;
padding:0;
background-color:#E6F8FF;
}

#saiyou_recruit_pro_kangoshi_data>h2>img{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin:0;
border:0;
padding:0;
}

/*============================================
h3
============================================*/
#saiyou_recruit_pro_kangoshi_data>h3{
position:relative;
/*--*/
display:block;
width:94%;
height:auto;
margin:0 auto;
border:0;
border-radius:30px 30px 0 0;
padding:30px 0 0 0;
background-color:#FFF;
text-align:center;
line-height:1.4;
font-size:120%;
font-weight:bold;
color:#333;
}

/*============================================
div.wrap
============================================*/
#saiyou_recruit_pro_kangoshi_data>div.wrap{
position:relative;
/*--*/
display:flex;
width:94%;
height:auto;
margin:0 auto 60px auto;
border:0;
border-radius:0 0 30px 30px;
padding:30px;
background-color:#FFF;
/*--*/
flex-direction:row;/*方向*/
flex-wrap:wrap-reverse;/*改行*/
justify-content:space-between;/*横揃え*/
align-items:stretch;/*縦揃え*/
}

/*--------------------------------------------
div.wrap>div（左）
--------------------------------------------*/
#saiyou_recruit_pro_kangoshi_data>div.wrap>div{
position:relative;
/*--*/
display:block;
flex-basis:35%;
height:auto;
margin-bottom:30px;
border:0;
padding:0;
}

@media screen and (max-width: 959px){
#saiyou_recruit_pro_kangoshi_data>div.wrap>div{
flex-basis:100%;
}
}

#saiyou_recruit_pro_kangoshi_data>div.wrap>div>a{
display:block;
}

#saiyou_recruit_pro_kangoshi_data>div.wrap>div>a>img{
position:relative;
/*--*/
display:block;
width:100%;
max-width:500px;
height:auto;
margin:0 auto;
border:0;
border-radius:10px;
padding:0;
/*--*/
transition:0.3s;
}

#saiyou_recruit_pro_kangoshi_data>div.wrap>div>a:hover,
#saiyou_recruit_pro_kangoshi_data>div.wrap>div>a:active{
opacity:.6;
}

/*--------------------------------------------
div.wrap>div:nth-of-type(even)（右）
--------------------------------------------*/
#saiyou_recruit_pro_kangoshi_data>div.wrap>div:nth-of-type(even){
position:relative;
/*--*/
display:block;
flex-basis:60%;
height:auto;
margin:0;
border:0;
padding:0;
}

@media screen and (max-width: 959px){
#saiyou_recruit_pro_kangoshi_data>div.wrap>div:nth-of-type(even){
flex-basis:100%;
}
}

#saiyou_recruit_pro_kangoshi_data>div.wrap>div:nth-of-type(even)>h4{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin-bottom:30px;
border-top:solid 2px #5B92B9;
border-bottom:solid 2px #5B92B9;
padding:15px 0 10px 0;
/*--*/
text-align:center;
line-height:1.4;
font-size:110%;
font-weight:bold;
color:#333;
}

#saiyou_recruit_pro_kangoshi_data>div.wrap>div:nth-of-type(even)>p{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin-bottom:30px;
border:0;
padding:0;
/*--*/
text-align:left;
line-height:1.6;
font-size:100%;
font-weight:normal;
color:#333;
}

#saiyou_recruit_pro_kangoshi_data>div.wrap>div:nth-of-type(even)>p.u60{
margin-bottom:60px;
}