@charset "UTF-8";
/* CSS Document */


/* ============================
		breadcrumb
 ============================ */


#cat_hosp header .btnSmartRecruit a {
font-size: 1.4rem;
}


/* ============================
		breadcrumb
 ============================ */


/* for PC */
@media screen and (min-width: 1201px) {

	.breadcrumb .container {
	margin: 0 auto 0 auto !important;
	}

}


/* ============================
		pageName
 ============================ */

.pageName {
background-image: url("../images/vi001.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

.pageName .common_h1 {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.4rem;
text-align: center;
line-height: 100px;
filter: drop-shadow(0px 0px 5px rgba(255,255,255,1)) drop-shadow(0px 0px 5px rgba(255,255,255,1)) drop-shadow(0px 0px 5px rgba(255,255,255,1)) drop-shadow(0px 0px 5px rgba(255,255,255,1) );
}

/* for PC */
@media screen and (min-width: 1201px) {

	.pageName .common_h1 {
	font-size: 2.8rem;
	text-align: center;
	line-height: 150px;
	}

}


/* ============================
		commonSection
 ============================ */

aside {
	background: #DDD;
	padding: 20px;
	margin-top: 3em !important;
}
aside h2 {
	background: #142580;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 2px;
}
aside h2 a {
	color: #FFF;
	padding: 5px;
	display: block;
}
aside > ul > li > a {
	display: block;
	background: #FFF;
	border: 1px solid #EEE;
	border-radius: 4px;
	margin-bottom: 2px;
	padding: 15px 20px;
	position: relative;
}
aside > ul > li > a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
}
aside ul li a.active {
	background: #f1f4fb;
}
aside ul li a:hover {
	background: #dde7ff;
}
aside ul li ul {
	margin-bottom: 20px;
}
aside ul li ul li a {
	border-bottom: 1px solid #EEE;
	background: #FFF;
	display: block;
	padding: 12px 35px;
	font-size: 1.4rem;
}
aside ul li ul li a.active,
aside ul li ul li a:hover {
	background-image: url("../images/mark006.svg");
	background-repeat: no-repeat;
	background-position: left 0.5em top 1.2em;
	background-size: 4px auto;
}

.commonSection .common_h2 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.8rem;
letter-spacing: 0.12em;
line-height: 1.2em;
margin-bottom: 20px;
color: #142580;
}

main section:first-child {
margin-top: 2em;
}

.commonSection .common_h3 {
font-size: 2.4rem;
line-height: 1.5em;
margin-bottom: 1em;
}

.commonSection .common_h3 span {
display: inline;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.4rem;
letter-spacing: 0.12em;
color: #142580;
background:linear-gradient(transparent 70%, rgba(20,37,128,0.1) 10%);
}

.commonSection .common_h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 1.25em;
margin-bottom: 1em;
padding-left: 1em;
text-indent: -1em;
}
.commonSection .common_h4::before {
content: "■";
color: #142580;
margin-right: 8px;
}


.commonSection .common_h5 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 1.5em;
margin-bottom: 1em;
}

.commonSection .common_h5a {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 1.25em;
margin-bottom: 1em;
padding-left: 1em;
text-indent: -1em;
}
.commonSection .common_h5a::before {
content: "◯";
color: #142580;
margin-right: 8px;
}


.commonSection .body {
line-height: 1.75em;
margin-bottom: 1em;
}

.alignCenter {
text-align: center;
}

.alignRight {
text-align: right;
}

.alignLeft {
text-align: left;
}

img.imgFull {
max-width: 100%;
}

.commonSection .imgLeft,
.commonSection .imgRight {
text-align: center;
margin-bottom: 1em;
}


/* list */

.basicTypeList {
margin-bottom: 3em;
}
.basicTypeList > li {
line-height: 1.5em;
padding-left: 1em;
background-image: url("../images/mark008.svg");
background-repeat: no-repeat;
background-position: left top 0.5em;
margin-bottom: 0.75em;
box-sizing: border-box;
}

.basicTypeList.markSmall > li {
background-size: 8px ;
background-position: left 0.3em top 0.6em;
}



/* ol.basicNumberList */

.basicNumberList {
counter-reset:number;
list-style-type: none!important;
margin-bottom: 3em;
}

.basicNumberList li {
position: relative;
padding-left: 30px;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 30px;
margin-left: 0;
counter-increment: cnt;
}

.basicNumberList li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #142580;
color: #fff;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 1.5rem;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 1.3em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.basicNumberList.gray li::before{
background-color: #999;
}

.basicNumberList.second {
margin: 0.5em 0;
}

.basicNumberList.second li {
padding: 0.25em 0em 0.25em 25px;
}

.basicNumberList.second li::before{
position: absolute;
counter-increment: number;
content: counter(number)".";
display:inline-block;
background-color: transparent;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Segoe UI, "Helvetica Neue", HelveticaNeue, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
font-weight:normal;
font-size: 1.8rem;
border-radius: 0;
left: 0;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
top: 0.9em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}




.commonSection .photoGallery001 {
}

.commonSection .photoGallery001 li {
text-align: center;
margin-bottom: 1em;
}

.commonSection .photoGallery001 li img {
max-width: 100%;
}

/* basicTable */

.commonSection .basicTable {
width: 100%;
border-collapse: collapse;
}

.commonSection .basicTable th,
.commonSection .basicTable td {
border: 1px solid #aaa;
padding: 0.5em;
line-height: 1.5em;
}

.commonSection .basicTable thead th {
text-align: center;
background-color: #ccc;
}

.commonSection .basicTable thead td {
}

.commonSection .basicTable tbody th {
text-align: center;
background-color: #eee;
font-weight: normal;
}

.commonSection .basicTable tbody td {
}


.commonSection .tableFrame {
width: 100%;
overflow-x: auto;
}

.commonSection .depTable {
width: 100%;
border-collapse: collapse;
}

.commonSection .depTable th,
.commonSection .depTable td {
border: 1px solid #aaa;
padding: 5px;
font-size: 1.4rem;
vertical-align: middle;
line-height: 1.5em;
}

.commonSection .depTable th {
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #ccc;
}

.commonSection .depTable td {
text-align: center;
white-space: nowrap;
}
.commonSection .depTable td:first-child {
text-align: left;
}



/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection .common_h2 {
	font-size: 2.6rem;
	margin-bottom: 30px;
	margin-top: 1em;
	}

	main section:first-child {
	margin-top: 0;
	}

	.commonSection .common_h3 {
	margin-bottom: 30px;
	}

	.commonSection .common_h3 span {
	font-size: 2.4rem;
	}

	.commonSection .common_h4 {
	font-size: 2rem;
	}
	
	.commonSection .common_h5 {
	font-size: 2.0rem;
	}
	
	.mainWrap {
	display: table;
	border-collapse: collapse;
	}

	.commonSection .body {
	font-size: 1.6rem;
	}
	
	.commonSection .indentWrap01 {
	margin-left: 1em;
	}
	
	.commonSection .imgLeft {
	float: left;
	margin-right: 2em;
	}

	.commonSection .imgRight {
	float: right;
	margin-left: 2em;
	}


	/* list */
	.basicTypeList > li {
	font-size: 1.6rem;
	background-position: left top 0.45em;
	}

	.basicTypeList.markSmall > li {
	background-position: left 0.35em top 0.65em;
	}

	/* ol.basicNumberList */
	.basicNumberList li {
	font-size: 1.6rem;
	}

	.basicNumberList li::before{
	}


	.commonSection .photoGallery001 {
	display: table;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	}
	.commonSection .photoGallery001.short {
	width: auto;
	}

	.commonSection .photoGallery001 li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	}

	.commonSection .photoGallery001 li img {
	max-width: 100%;
	}

	.commonSection .depTable th,
	.commonSection .depTable td {
	font-size: 1.6rem;
	padding: 10px;
	}



	main {
	display: table-cell;
	width: calc(100% - 370px);
	padding-right: 70px;
	vertical-align: top;
	}
	
	aside {
	display: table-cell;
	width: 280px;
	margin-bottom: 4em;
	vertical-align: top;
	}
	
	aside .aside-h1 {
	margin-bottom: 1em;
	}
	aside .aside-h1 a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	font-size: 2rem;
	color: #142580;
	position: relative;
	}
	aside .aside-h1 a::before {
	content: "";
	font-size: 2.0rem;
	width: 10px;
	height: 15px;
	line-height: 14px;
	border-left: 4px solid #142580;
	margin-right: 10px;
	position: relative;
	top: 1px;
	}

	aside > ul > li > a {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5em;
	padding: 0.75em 0 0.75em 1.25em;
	border: 1px solid #DDD;
	/* background-image: url("../images/mark005a.svg");
	background-repeat: no-repeat;
	background-position: left 5px top 1.2em;
	background-size: 7px auto; */
	}

	aside > ul > li > ul {
	margin-left: 0.5em;
	margin-bottom: 1em;
	}

	aside > ul > li > ul > li > a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5em;
	padding: 0.5em 0 0.5em 1.25em;
	background-image: url("../images/mark006.svg");
	background-repeat: no-repeat;
	background-position: left 0.5em top 1.2em;
	background-size: 4px auto;
	}

	aside {
		background: none;
		padding: 0;
		margin-top: 0 !important;
	}
	aside h2 {
		background: #FFF;
		text-align: left;
		border-radius: 0;
	}
}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}