@charset "UTF-8";

/************************************************************
　　　　ローカルナビ
************************************************************/
.occupation #localNav > ul > li.occupation > a,
#scholarship #localNav > ul > li.scholarship > a {
	background-color: #edf9fc;
}


/************************************************************
　　　　コンテンツ
************************************************************/

.recruit article section {
  margin-bottom:50px;
}

.recruit article section table {
	border-bottom: 1px solid #d4f2fa;
	width:100%;
	margin-top:20px;
}
.recruit article section th {
	background-color: #edf9fc;
	padding: 16px 30px;
	border-top: 1px solid #d4f2fa;
	font-weight:normal;
	white-space:nowrap;
}
.recruit article section td {
	padding: 16px 30px;
	border-top: 1px solid #d4f2fa;
}

.recruit article section td .box {
	background-color: #f7fdff;
	border: 1px solid #d4f2fa;
	padding: 1em;
	margin-top: 1em;
}

.recruit article section td dl.dd_indent {
    margin: 0 0 0 -0.75em;
}

.recruit article section td dl.dd_indent dt{
    margin-top: 10px;
}

.recruit article section td dl.dd_indent dt:first-child{
    margin-top: 0;
}

.recruit article section td dl.dd_indent dd{
    margin-left: 2em;
}

.recruit article section td ul.list{
	margin: 0;
}
.recruit article section td ul.list li {
	border: none;
	margin: 0;
	text-indent: -1em;
    padding-left: 1em;	
}

.recruit article section .back {
	margin-top: 30px;
}

.recruit article section .back a {
	position: relative;
	padding: 0 0 0 20px;
}

.recruit article section .back a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #1FA4C7;
	border-left: 2px solid #1FA4C7;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
}

.recruit article section .back a:before {
	content: "";
	display: block;
	width: 10px;
	border-top: 2px solid #1FA4C7;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -1px 0 0 0;
}

.recruit article section .bnrLink {
	max-width: 180px;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 10px;
}

.recruit article section .bnrLink img {
	width: 100%;
}

/*	募集職種一覧
------------------------------------------------------*/
section .list {
	margin-top: 20px;
}

section .list li {
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

section .list li a {
	display: block;
	position: relative;
	padding: 25px 25px 25px 60px;
	text-decoration: none;
}

section .list li a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1FA4C7;
	border-right: 2px solid #1FA4C7;
	position: absolute;
	top: 50%;
	left: 36px;
	margin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
}

section .list li a:before {
	content: "";
	display: block;
	width: 10px;
	border-top: 2px solid #1FA4C7;
	position: absolute;
	top: 50%;
	left: 33px;
	margin: -1px 0 0 0;
}

section .list li a:hover {
	background-color: #EDF9FC;
}

section .list .scholarship {
	background-color: #ffede2;
}

section .list .scholarship a:hover {
	background-color: #fed7be;
}

section .list .scholarship a:after{
		border-top: 2px solid #f26432;
		border-right: 2px solid #f26432;
}

section .list .scholarship a:before{
		border-top: 2px solid #f26432;
}

section .kyubo {
	color: #fff;
	background-color: #E01B2A;
	padding:2px 8px;
	margin-left: 10px;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
}

section h1 .kyubo {
	font-size: 14px;
	padding:2px 10px;
}

section td .kyubo {
	font-size: 11px;
	padding:0;
	background-color: transparent;
	color: #E01B2A;
	margin-left: 2px;
	vertical-align: text-top;
	font-weight: bold;
}

/* 助産師・看護師 */
.recruit section .salary {
	border-color: #e5e5e5;
	margin-top: 0;
}

.recruit section .salary .head {
}

.recruit section .salary th,
.recruit section .salary td {
	padding: 5px 0;
	text-align: center;
	border-color: #e5e5e5;
}

.recruit section .salary th {
	background: #f7f7f7;
}

.recruit section .salary .none {
	background: #fff;
}

.recruit section .salary td {
	border-left: 1px solid #e5e5e5;
	width: 140px;
}

/* 令和2年　新卒採用　臨床検査技師 */
.opt0025 section table td h2 {
	font-size: 1em;
}

.opt0025 section table td .detail li {
	text-indent: -1em;
	margin: 0 0 5px 1em;
}

/* 臨床検査技師（令和4年度新卒者） */
.opt0035 section table td ul + p {
	margin-top: 1em;
}

.opt0035 section table td ul li {
	margin-top: 0.5em;
}

/* 放射線技師（常勤）*/
.opt0020 section .salary th{
	border-left: 1px solid #e5e5e5;
}

.opt0020 section .salary th:first-child,
.opt0020 section .salary td:first-child {
	border-left: none;
}

/*	病院就職説明会のご案内
------------------------------------------------------*/
#session {
	border-bottom: 1px solid #f5f5f5;
}

#guidance section .detail {
	margin: 30px 0 60px;
	background-color: #EEF9FD;
	padding: 17px 20px 15px;
}

#guidance section .detail dl dt {
	float: left;
	width: 7em;
	text-align: center;
	padding: 5px 0;
	background-color: #1FA4C7;
	color: #fff;
}

#guidance section .detail dl dd {
	padding: 5px 0;
	margin: 0 0 5px 8em;
}

#guidance section .detail dl dt.date {
	margin-top: 10px;
}

#guidance section .detail dl dd.date i {
	font-size: 26px;
	font-style: normal;
	margin: 0 6px 0 10px;
}

#guidance section h2 {
	margin-top: 50px;
}

#guidance section h2 span {
	font-size: 14px;
	margin-left: 25px;
}

#guidance section .about dt {
	float: left;
	width: 5em;
	font-weight: bold;
}

#guidance section .about dd {
	margin: 0 0 8px 6em;
}

#guidance section table.date {
		border-bottom: 1px solid #e5e5e5;
		margin-top: 0;
}

#guidance section table.date td {
	border-top: 1px solid #e5e5e5;
	padding: 8px 0 8px 15px;
}

#guidance section table.date th {
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	width: 10em;
	padding: 8px 0;
}

#guidance section .add {
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	padding: 15px 20px ;
	margin-top: 60px;
}

#guidance section .add h3 {
	margin-top: 0;
}


/*	奨学生募集
------------------------------------------------------*/
#scholarship #mainContainer section .infoBox {
	background-color: #f5f5f5;
	padding: 1.5em;
	margin-top: 30px;
}

#scholarship #mainContainer section .infoBox h3 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
}

/*	臨床検査技師（常勤）
------------------------------------------------------*/
.recruit .opt0037 .noteArea {
	display: flex;
	align-items: center;
	margin-top: 30px;
	border: 1px solid #d4f2fa;
	padding: 2em;
}

.recruit .opt0037 .noteArea img {
	width: 150px;
	margin-right: 2em;
}

.recruit .opt0037 .noteArea {
    display: block;
    position: relative;
    padding: 15px 15px 15px 45px;
    text-decoration: none;
    padding: 1em;
    background-color: #1FA4C7;
    text-align: center;
    margin-top: 2em;
    color: #fff;
}

.recruit .opt0037 .noteArea span {
    position: relative;
}

.recruit .opt0037 .noteArea:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: calc( 50% - 8em - 18px);
	margin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
}

.recruit .opt0037 .noteArea:before {
	content: "";
	display: block;
	width: 10px;
	border-top: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: calc( 50% - 8em - 20px);
	margin: -1px 0 0 0;
}


.recruit .opt0037 .noteArea:hover {
	background-color: #d4f2fa;
	color: #000;
}

.recruit .opt0037 .noteArea:hover:before,
.recruit .opt0037 .noteArea:hover:after {
	border-color: #000;
}