@charset "UTF-8";

/*body, textarea { font-family:"ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif }*/
body, textarea {
	/*font-family: Verdana, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Osaka;*/
	font-family: "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper{
	background:#FFFFFF;
	width:100%;
	min-width:980px;
}

#headerArea {
	width: 100%;
	min-width:1000px;
	height: 500px;
	background:url(../images/parts/naika_top_image.jpg) no-repeat top center;
	position: relative;
}
.after202504 #headerArea {
	background:url(../images/parts/naika_top_image202504.jpg) no-repeat top center;
}

#common #headerArea {
	width: 100%;
	min-width:1000px;
	height: 185px;
	background:url(../images/parts/naika_common_image.jpg) no-repeat top center;
	position: relative;
}
#common.after202504 #headerArea {
	background:url(../images/parts/naika_common_image202504.jpg) no-repeat top center;
}

#bg_mask_top {
	width: 100%;
	height: 5px;
	background:url(../images/parts/naika_image_over_top.png) repeat-x;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#bg_mask_bottom {
	width: 100%;
	height: 10px;
	background:url(../images/parts/naika_image_over_bottom.png) repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}

#header {
	width: 1000px;
	height: 500px;
	margin:0 auto 0 auto;
	position: relative;
}

#common #header {
	width: 1000px;
	height: 186px;
	margin:0 auto 0 auto;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 28px;
	left: 6px;
}

#bg_nav {
	width: 100%;
	height: 53px;
	background:url(../images/parts/nav_bg.png) repeat-x;
}
#globalnav {
	width:1000px;
	height:50px;
	margin:0 auto 0 auto;
}

#globalnav ul {
	display: flex;
	width: 100%;
	height: 100%;
	list-style-type:none;
}
#globalnav ul li {
	/*background-color: #fcc;*/
}
#globalnav01 {
	width: 80px;
}
#globalnav02,
#globalnav03,
#globalnav04,
#globalnav05,
#globalnav06,
#globalnav07 {
	width: calc((100% - 80px) / 6);
}

#globalnav ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	text-align: center;
	overflow:hidden;
	position: relative;
}
#globalnav ul li.main_current > a,
#globalnav ul li a:hover {
	color: #71a894;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5ffed+0,c2e3a6+100 */
	background: #f5ffed; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5ffed 0%, #c2e3a6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5ffed 0%,#c2e3a6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5ffed 0%,#c2e3a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ffed', endColorstr='#c2e3a6',GradientType=0 ); /* IE6-9 */
}

#globalnav ul li#globalnav01 a {
	height: 46px;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #ddd;
	border-radius: 0 0 6px 6px;
}
#globalnav ul li#globalnav01 a > span {
	width: 100%;
	text-align: center;
}
#globalnav ul li#globalnav01 a > span.icon {
	font-size: 1.5em;
}
#globalnav ul li#globalnav01 a > span.text {
	font-size: .9em;
}

#globalnav ul li:not(#globalnav01) a::after {
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	background-color: #c8c8c8;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*#globalnav01 a{ background-position:0px 0px; width: 130px;}
#globalnav02 a{ background-position:-130px 0px; width: 175px;}
#globalnav03 a{ background-position:-305px 0px; width: 174px;}
#globalnav04 a{ background-position:-479px 0px; width: 174px;}
#globalnav05 a{ background-position:-653px 0px; width: 174px;}
#globalnav06 a{ background-position:-827px 0px; width: 173px;}

#globalnav01 a:hover, #globalnav01.main_current a{ background-position:0px -50px; width: 130px;}
#globalnav02 a:hover, #globalnav02.main_current a{ background-position:-130px -50px; width: 175px;}
#globalnav03 a:hover, #globalnav03.main_current a{ background-position:-305px -50px; width: 174px;}
#globalnav04 a:hover, #globalnav04.main_current a{ background-position:-479px -50px; width: 174px;}
#globalnav05 a:hover, #globalnav05.main_current a{ background-position:-653px -50px; width: 174px;}
#globalnav06 a:hover, #globalnav06.main_current a{ background-position:-827px -50px; width: 173px;}*/

#contents {
	width: 100%;
	min-height: 200px;
	background:url(../images/parts/contents_naika_bg.jpg) repeat-x 0 50px;
}

#contents_in {
	width: 1000px;
	min-height: 200px;
	margin: 0 auto 100px auto;
	padding-top:27px;
	position: relative;
}

#common #contents_in {
	width: 1000px;
	min-height: 200px;
	margin: 0 auto 100px auto;
	padding-top:15px;
	position: relative;
}
#contents_left{
	width:700px;
	min-height:200px;
	background:url(../images/parts/bg_contents_left.png) no-repeat;
	float:left;
	padding:20px 20px 0 20px;
}
#contents_right{
	width:230px;
	float:right;
}
.title_news {
	width:700px;
	height:23px;
	background:url(../images/parts/subtitle03_02.jpg) no-repeat;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
	padding-top:11px;
	text-indent:12px;
	position:relative;
}
.title_news span  {
	position:absolute;
	top:6px;
	right:13px;
}

/*#top_rss_box dl:before, #top_rss_box dl:after { content: ""; display: block; }
#top_rss_box dl:after { clear: both; }
#top_rss_box dl { zoom: 1; width:700px; padding-top:15px; padding-bottom:15px; font-size:12px; line-height:20px; border-bottom:dotted 1px #9E9E9E; }
#top_rss_box .rss_icon{
	width:95px;
	float:left;
	text-align:right;
	margin-right:10px;
}
#top_rss_box .rss_date{
	width:100px;
	float:left;
	margin-right:10px;
	white-space:nowrap;
}
#top_rss_box .rss_title{
	width:485px;
	float:left;
	text-align:left;
}
#top_rss_box .rss_title a{
	color:#333333;
}*/

#top_box01 {
	width:660px;
	background:#EEFAF8;
	padding:20px 20px 30px 20px;
}
#top_box01 table td {
	vertical-align:top;
}

#top_box01 h3 {
	border-bottom:solid 1px #539DC7;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#top_box01 h3 span {
	padding-left:15px;
	font-size:12px;
	font-weight:normal;
}
#top_box01 p {
	font-size:12px;
	line-height:200%;
	text-indent:1em;
}
#top_box01 ul li {
	background:url(../images/parts/arr01_01.png) no-repeat 0 0.5em;
	font-size:14px;
	line-height:170%;
	padding-left:15px;
	margin-left:2px;
}


#side_contact_box {
	width: 216px;
	background:url(../images/parts/side_contact_box.png) no-repeat;
	padding:7px 7px 5px 7px;
}
#side_contact_box dl {
	width: 216px;
	border-bottom:dotted 1px #333;
	padding:14px 0;
}
#side_contact_box dl.last {
	border-bottom:none;
}
#side_contact_box dt {
	font-size:12px;
	line-height:117%;
	font-weight:bold;
	color:#388774;
	padding-left:2px;
	float:left;
}
#side_contact_box dd {
	font-size:12px;
	line-height:117%;
	color:#333333;
	float:left;
	margin-left:5px;
}
#side_contact_box dl.tel {
	padding:10px 0;
}
#side_contact_box dl.tel dt {
	line-height:20px;
}
#side_contact_box dl.tel dd {
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	color:#3694BA;
	float:left;
	margin-left:5px;
}
#side_contact_box td {
	vertical-align:top;
}

#side_btn_access a {
	display:block;
	width:216px;
	height:44px;
	background:url(../images/parts/btn_access.jpg) no-repeat top left;
	text-indent:-9999px;
}
#side_btn_access a:hover {
	background-position:0px -44px;
}
#side_banner_area {
	margin-top:20px;
}
#side_banner_area li {
	margin-bottom:15px;
}

#f_wrapper {
	width: 100%;
	height: 273px;
	background: url(../images/parts/footer_bg.jpg) repeat;
	position: relative;
}

#f_nav_bg {
	width:100%;
	height:53px;
	background: url(../images/parts/footer_nv_bg.png) repeat-x;
}

#f_nav {
	width:1000px;
	height:50px;
	margin:0 auto 0 auto;
	position:relative;
}
#f_nav ul { margin-left:13px; }
#f_nav ul li {
	background:url(../images/parts/arr03.png) no-repeat left center;
	font-size:12px;
	line-height:50px;
	text-indent:15px;
	margin-right:50px;
	float:left;
}
#f_nav ul li a {
	color:#333333;
	text-decoration:none;
}
#f_nav ul li a:hover {
	color:#1E8EB2;
	text-decoration:none;
}

#pagetop a {
	display:block;
	width:130px;
	height:45px;
	background:url(../images/parts/page_top.jpg) no-repeat top right;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	right:0px;
}
#pagetop a:hover {
	background-position:0px 0px;
}

#footer {
	width: 1000px;
	height: 220px;
	margin: 0 auto 0 auto;
	position: relative;
}
#footer p {
	text-align:center;
	font-size:12px;
	line-height:117%;
	color:#FFFFFF;
}
#footer p.tel {
	font-size:20px;
}
#footer #f_logo {
	text-align:center;
	margin-bottom:5px;
	padding-top:15px;
}

#footer #copyright {
	font-size:12px;
	line-height:100%;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
}



#h2title_area {
	width:1000px;
	height:135px;
	margin:0 auto 0 auto;
	padding-top:15px;
	position:relative;
}
#h2title_area > h2.no_img {
	width: 100%;
	height: 100%;
	background: url(../images/recruitment_title_bg.png) no-repeat center right #fff;
	background-size: contain;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.after202504 #h2title_area > h2.no_img {
	background: url(../images/recruitment_title_bg202504.png) no-repeat center right #fff;
	background-size: contain;
}
#h2title_area > h2.no_img > span {
	display: flex;
	align-items: center;
	height: calc(100% - 20px);
	font-family: "Sawarabi Mincho";
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .1em;
	color: #51aa98;
	padding-left: 20px;
}
#h2title_area > h2.no_img::after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background-color: #51aa98;
	position: absolute;
	bottom: 0;
	left: 0;
}



#locator {
	font-size:12px;
	line-height:100%;
	color:#FFFFFF;
	position:absolute;
	bottom:2px;
	right:10px;
}
#locator a {
	color:#FFFFFF;
}

.subtitle03 {
	width:700px;
	height:23px;
	background:url(../images/parts/subtitle03_02.jpg) no-repeat;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
	padding-top:11px;
	text-indent:12px;
	margin-bottom:25px;
}
.subtitle04 {
	font-size:16px;
	line-height: 1.6;
	font-weight:bold;
	margin-bottom:15px;
	padding-left: 7px;
	border-left: 5px solid #469889;
/*	border-bottom: 1px dotted #666;*/
}

.m5 {margin-bottom:5px}
.m10 {margin-bottom:10px}
.m15 {margin-bottom:15px}
.m20 {margin-bottom:20px}
.m30 {margin-bottom:30px}
.m35 {margin-bottom:35px}
.m45 {margin-bottom:45px}
.m50 {margin-bottom:50px}

.mb60 {margin-bottom:60px}

.pb5 {padding-bottom:5px}

.taC { text-align:center; }
.valign_t { vertical-align:top; }

.system_box01 table th {
	height:50px;
	background:#479889;
	border-right:solid 1px #FFFFFF;
	color:#FFFFFF;
	text-align:center;
}

.system_box01 table th.last {
	border-right:none;
}

.system_box01 table th.first {
	border-left:solid 1px #479889;
}

.system_box01 table td {
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	font-size:12px;
	line-height:183%;
	color:#3F3F3F;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:top;
}
.system_box01 table td ul li {
	background:url(../images/parts/arr01_02.png) no-repeat 0 0.4em;
	padding-left:13px;
	margin-left:13px;
}

.sick_box01{width:100%; clear:both; overflow:hidden;}
.sick_box01:before, .sick_box01:after { content: ""; display: block;}
.sick_box01:after { clear: both;}

.sick_box01_left{
	width:266px;
	float:left;
}
.sick_box01_right{
	width:417px;
	float:right;
}
.sick_box01 p {
	text-align:center;
	font-size:12px;
	line-height:117%;
}
.shift_box01 p.taR {
	text-align:right;
	font-size:12px;
	line-height:117%;
}

.shift_box01 table th {
	height:30px;
	background:#479889;
	border-right:solid 1px #FFFFFF;
	color:#FFFFFF;
	text-align:center;
}

.shift_box01 table th.last {
	border-right:none;
}

.shift_box01 table th.first {
	border-left:solid 1px #479889;
}

.shift_box01 table th.side {
	border-left:solid 1px #479889;
	border-bottom:solid 1px #479889;
	border-top:solid 1px #FFFFFF;
	line-height:107%;
}

.shift_box01 table th.am {
	background:#2C819E;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	font-size:12px;
}
.shift_box01 table th.pm {
	background:#2C819E;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #2B809C;
	font-size:12px;
}

.shift_box01 table td {
	height:79px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	text-align:center;
	padding:10px 0;
	white-space:nowrap;
}

.shift_box01 table td p {
	line-height:129%;
}

.shift_box01 table td p span {
	font-size:10px;
	line-height:150%;
}

.switch table td {
	height:49px;
	text-align:center;
}

.sougo a{
	width:232px;
	height:30px;
	line-height:100%;
	padding-top:19px;
	display:table-cell;
	background-color:#2B4D9D;
	color:#FFFFFF;
}
.geka a{
	width:232px;
	height:30px;
	line-height:100%;
	padding-top:19px;
	display:table-cell;
	background:#539DC7;
	color:#FFFFFF;
}
.naika a{
	width:232px;
	height:30px;
	line-height:100%;
	padding-top:19px;
	display:table-cell;
	background:#51A997;
	color:#FFFFFF;
}
.sougo a.tabover {
	width:230px;
	height:30px;
	background:url(../images/parts/arr04_01.png) no-repeat 50% 95%;
	background-color:#FFFFFF!important;
	line-height:100%;
	padding-top:18px;
	color:#2B4D9D!important;
	border-left:solid 1px #2B4F9D;
	border-right:solid 1px #2B4F9D;
	border-top:solid 1px #2B4F9D;
}
.geka a.tabover {
	height:30px;
	background:url(../images/parts/arr04_02.png) no-repeat 50% 95%;
	background-color:#FFFFFF!important;
	line-height:100%;
	padding-top:18px;
	color:#539DC7!important;
	border-left:solid 1px #539DC7;
	border-right:solid 1px #539DC7;
	border-top:solid 1px #539DC7;
}
.naika a.tabover {
	width:230px;
	height:30px;
	background:url(../images/parts/arr04_03.png) no-repeat 50% 95%;
	background-color:#FFFFFF!important;
	line-height:100%;
	padding-top:18px;
	color:#51A997!important;
	border-left:solid 1px #51A997;
	border-right:solid 1px #51A997;
	border-top:solid 1px #51A997;
}



.sitemap {
	padding: 20px;
	/*background-color: #eee;*/
}
.sitemap p {
	background:url(../images/parts/icon_home.png) no-repeat left center;
	text-indent:30px;
	font-size:18px;
	line-height:100%;
}

.sitemap li {
	background:url(../images/parts/arr03.png) no-repeat 0 0;
	text-indent:13px;
	font-size:14px;
	line-height:100%;
	margin-left:30px;
	margin-bottom:20px;
}
.sitemap a {
	color:#333333;
	text-decoration:none;
}
.sitemap a:hover {
	color:#333333;
	text-decoration:underline;
}

.sitemapMain ul {
	width: 50%;
	float: left;
}





.profileArea {
	padding-bottom: 60px;
	border-bottom: 3px dotted #ccc;
}
.profileArea div.imgBox {
	width: 170px;
	float: left;
}
.profileArea div.profileBox {
	width: 500px;
	float: right;
	font-size: 12px;
	line-height: 1.6;
}
.profileArea div.profileBox span.nameJa {
	font-size: 20px;
	padding-right: 1em;
}
.profileArea div.profileBox span.nameEn {
	font-size: 14px;
}
.profileArea div.profileBox dl.nameArea {
	margin-bottom: 1em;
}
.profileArea div.profileBox th {
	width: 15%;
	background-color: #efefef;
	color: #2d78b7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
.profileArea div.profileBox td {
	width: 90%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 10px;
}
.profileArea div.profileBox td li {
	background: url(../images/parts/arr01_02.png) no-repeat 0 5px;
	padding-left: 1em;
}
.profileArea div.profileBox dl.history dt {
	clear: both;
	width: 14%;
	float: left;
	background: url(../images/parts/arr01_02.png) no-repeat 0 5px;
	padding: 0 0.5em 0 1em;
}
.profileArea div.profileBox dl.history dd {
	width: 81%;
	float: left;
	/*padding: 0 0.5em 0.3em 1em;*/
}
.profileArea div.profileBox dl.history02 dt {
	clear: both;
	width: 8%;
	float: left;
	background: url(../images/parts/arr01_02.png) no-repeat 0 5px;
	padding: 0 0.5em 0 1em;
}
.profileArea div.profileBox dl.history02 dd {
	width: 81%;
	float: left;
	/*padding: 0 0.5em 0.3em 1em;*/
}





/* ***********************************************************************
 entryArea
*********************************************************************** */
#entryArea {
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	border: 1px solid #2b4e9d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	padding: 10px;
}
#entryArea h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #2b4e9d;
	margin: 0 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #2b4e9d;
}
#entryArea h2 span {
	font-size: 20px;
	font-weight: bold;
}
#entryArea p {
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	color: #666;
	margin: 0 0 1em 0;
}
#entryArea div.btnEntry {
	display: table;
	width: 100%;
	margin: 0 auto;
}
#entryArea div.btnEntry a {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-color: #2b4e9d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 0;
}
#entryArea div.btnEntry a:hover {
	background-color: #0f2b7d;
}





/**************************************/
/* 20160509 紹介医療機関の先生方へ 更新 */
/**************************************/
.indent01 {
	text-indent: 1em;
}
/**************************************/
/* 20160509 学術活動 更新 */
/**************************************/
.inquiryArea {
	margin: 0 0 60px 0;
}
.inquiryBox {
	margin: 0 0 2em 0;
	padding: 0 0 0 1em;
}
.inquiryBox .subtitle04_01 {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: #333;
	text-indent: -1.3em;
	margin: 0 0 0.5em 0;
	padding: 0;
	border: none;
	padding: 0 0 0 1.3em;
}
.inquiryBox p {
	color: #333;
	line-height: 1.5;
}
.inquiryBox p.txt_c {
	text-align: center;
}
.inquiryBox p.txtBox+p.txtBox {
	padding: 1.5em 0 0 0;
}

.pageLinkArea {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	width: 100%;
	margin: 0 0 30px 0;
}
.pageLinkArea a {
	display: table;
	width: 25%;
	height: 45px;
}
.pageLinkArea a span {
	display: table-cell;
	width: 100%;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #117972), color-stop(0.00, #23aca4));
	background: -webkit-linear-gradient(#23aca4, #117972);
	background: -moz-linear-gradient(#23aca4, #117972);
	background: -o-linear-gradient(#23aca4, #117972);
	background: -ms-linear-gradient(#23aca4, #117972);
	background: linear-gradient(#23aca4, #117972);
	border-right: 1px solid #fff;
}
.pageLinkArea a:nth-child(4n) span {
	border-right: none;
}
.pageLinkArea a:nth-child(n+5) span {
	border-top: 1px solid #fff;
}
.pageLinkArea a:hover {
	text-decoration: none;
}
.pageLinkArea a:hover span {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #23aca4), color-stop(0.00, #117972));
	background: -webkit-linear-gradient(#117972, #23aca4);
	background: -moz-linear-gradient(#117972, #23aca4);
	background: -o-linear-gradient(#117972, #23aca4);
	background: -ms-linear-gradient(#117972, #23aca4);
	background: linear-gradient(#117972, #23aca4);
}
/*.pageLinkArea ul li a span {
	display: table-cell;
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #117972), color-stop(0.00, #23aca4));
	background: -webkit-linear-gradient(#23aca4, #117972);
	background: -moz-linear-gradient(#23aca4, #117972);
	background: -o-linear-gradient(#23aca4, #117972);
	background: -ms-linear-gradient(#23aca4, #117972);
	background: linear-gradient(#23aca4, #117972);
	background-color: #ccc;
}*/





/* ***********************************************************************
 conference
*********************************************************************** */
#conferenceBanner {
	width: 320px;
	height: 150px;
	position: absolute;
	bottom: 40px;
	left: 0px;
	background-color: #fff;
}





/* ***********************************************************************
 international
*********************************************************************** */
.langSelectArea {
	margin: 0 0 35px 0;
}
.langSelectArea ul {
	width: 100%;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.langSelectArea li {
	width: 17%;
}
.langSelectArea li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	padding: 0.7em 0;
	background-color: #666;
	transition: all .2s;
}
.langSelectArea li a:hover,.langSelectArea li.current a {
	background-color: #2eb392;
}

.internationalArea {
	font-size: 16px;
}
.internationalArea h3 {}
.internationalArea p {
	margin: 0 0 1em 0;
}
.internationalArea ul.case {
	margin: 0 0 1em 0;
	padding: 0;
}
.internationalArea .contact {
	border-top: 1px solid #ccc;
	padding: 1em 0;
}
.internationalArea .contact ul {
	float: right;
}
.internationalArea .contact li {
	font-size: 14px;
}

.internationalBannerBox {
	padding: 20px 0 0 0;
}





#shift_table *,
#shift_table *:before,
#shift_table *:after {
	line-height: 1.2;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#shift_table > table {
	width: 100%;
	margin-bottom: 20px;
}
#shift_table > table th,
#shift_table > table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: .4em .2em;
}
#shift_table > table th.title01.ampm {
	width: 30px;
	font-size: .8em;
	padding: 3px 0;
}
#shift_table > table th.title01 {
	width: calc(670px / 7);
	font-weight: 600;
	color: #fff;
	background-color: #479889;
}
#shift_table > table th.title02 {
	font-weight: 600;
	color: #fff;
	background-color: #2C819E;
}
#shift_table > table th.tate {
	width: 2em;
}

#shift_table > table td {
	font-size: .9em;
	vertical-align: top;
}
#shift_table > table td > span {
	display: block;
	padding: 3px 0;
}
#shift_table > table td > span+span {
	margin-top: .2em;
}
#shift_table > table td > span.syoshin_box {
	background-color: #eee;
	border: 1px solid #ccc;
}
#shift_table > table td > span.syoshin_box.doc_box {
	background-color: #dcf2f9;
	border: 1px solid #bed8e0;
}
#shift_table > table td > span.syoshin_box.other_box {
	background-color: #f4f9dc;
	border: 1px solid #d9e0b9;
}
#shift_table > table td > span.syoshin_box.other_box > span > span {
	font-size: .8em;
}
#shift_table > table td > span.syoshin_box > span,
#shift_table > table td > span.saishin_box > span {
	display: block;
}
#shift_table > table td > span.syoshin_box > span.mark,
#shift_table > table td > span.saishin_box > span.mark {
	padding-top: .2em;
}
#shift_table > table td > span.syoshin_box > span.mark > span,
#shift_table > table td > span.saishin_box > span.mark > span {
	display: inline-block;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	background-color: #ea825f;
	border-radius: .2em;
	padding: .3em .6em;
}
#shift_table > table td > span.syoshin_box.doc_box > span.mark > span {
	background-color: #62a7c6;
}

#shift_table > table td > span.saishin_box.doc_box {
	background-color: #dcdef9;
	border: 1px solid #bfc2ec;
}
#shift_table > table td > span.saishin_box.doc_box > span.mark > span {
	background-color: #8287c3;
}

#shift_table > table td > span.syoshin_box > span.date,
#shift_table > table td > span.saishin_box > span.date {
	font-size: .8em;
	background-color: #fff;
	margin-top: 3px;
	padding: 2px;
}

#shift_table > .info_text {
	background-color: #f2f2f2;
	border: 1px solid #eee;
	padding: 1em;
}
#shift_table > .info_text li {
	font-size: .9em;
	text-indent: -1em;
	padding-left: 1em;
}
#shift_table > .info_text li+li {
	margin-top: .5em;
}
#shift_table > .info_text li:before {
	content: "・";
}





#page_sick *,#page_sick *:before,#page_sick *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#page_slide_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-feature-settings: "palt";
	margin-bottom: 30px;
}
#page_slide_link > div {
	width: 32.5%;
}
#page_slide_link > div > a {
	display: block;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	background-color: #09927e;
	border-radius: .3em;
	border: 2px solid rgba(255,255,255,.3);
	padding: .5em 0;
	transition: all .2s;
}
#page_slide_link > div > a:hover {
	text-decoration: none;
	background-color: #127cad;
}
#page_slide_link > div > a > i {
	font-size: 1.2em;
}


#page_sick .sick_section+.sick_section {
	margin-top: 70px;
} 
#page_sick .sick_section > h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background-color: #127cad;
	border-radius: .3em;
	margin-bottom: 20px;
	padding: .5em .7em;
}
#page_sick .sick_section > .section_box {
	padding: 0 0 0 .5em;
}
#page_sick .sick_section > .section_box+.section_box {
	margin-top: 3em;
}
#page_sick .sick_section > .section_box > h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3f51b5;
	margin-bottom: .3em;
}
#page_sick .sick_section > .section_box > h3:before {
	content: "●";
}
#page_sick .sick_section > .section_box > .section_box_main {
	padding: 0 0 0 1em;
}
#page_sick .sick_section > .section_box > .section_box_main+.section_box_main {
	margin-top: 2em;
}
#page_sick .sick_section > .section_box > .section_box_main > h4 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 3px solid #999;
	margin-bottom: .5em;
	padding-bottom: .3em;
}
.style_h4 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 3px solid #999;
	margin-bottom: .5em;
	padding-bottom: .3em;
}
#page_sick .sick_section > .section_box > .section_box_main > .area+.area {
	margin-top: 20px;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area {
/*	padding-left: .5em;*/
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area p {
	line-height: 1.6;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area p+p {
	margin-top: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area ol,
#page_sick .sick_section > .section_box > .section_box_main > .text_area ul {
	margin-top: 1em;
	padding-left: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area li {
	text-indent: -1em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area ul {
	margin-bottom: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area ul li:before {
	content: "●";
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area dl {
	margin-bottom: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area dl dt {
	font-weight: bold;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area dl dt:nth-of-type(n+2) {
	margin-top: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area dl dd {
	padding-left: 1.3em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area .img_text_box {
	display: table;
	width: 100%;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area .img_text_box > div {
	display: table-cell;
	vertical-align: top;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area .img_text_box > div.img {
	width: 25%;
	padding-left: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main > .text_area .img_text_box > div.img img {
	width: 100%;
	height: auto;
}
#page_sick .sick_section > .section_box > .section_box_main > .img_area {
	text-align: center;
/*	padding-left: .5em;*/
}
#page_sick .sick_section > .section_box > .section_box_main > .img_area img {
	max-width: 100%;
	height: auto;
}
#page_sick .sick_section > .section_box > .section_box_main > .img_area > img.size_100 {
	width: 100%;
	height: auto;
}


#page_sick .sick_section > .section_box > .section_box_main.contact_area {
	font-size: 1.1em;
	background-color: #edf5f1;
	padding: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main.contact_area li+li {
	margin-top: 1em;
}
#page_sick .sick_section > .section_box > .section_box_main.contact_area span.title {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	background-color: #96cac1;
	padding: .5em;
}

#page_sick .img_sponsor {
	font-size: .8em;
	color: #666;
	text-align: right;
	border-top: 1px solid #ddd;
	margin-top: 70px;
	padding: .3em .5em 0 0;
}

#page_sick .img_sponsor+.sick_section {
	margin-top: 70px;
}


.underline {
	text-decoration: underline;
}
.kome {
	color: #e23838;
}





#common_container *,#common_container *:before,#common_container *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#common_container > .section+.section {
	margin-top: 60px;
}

.section_level02 {
	padding: 0 10px;
}
.list_type_dics01 li {
	text-indent: -1em;
	padding-left: 1em;
}
.list_type_dics01 li::before {
	content: "・";
}

h2.common_title02 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background-color: #127cad;
	border-radius: .3em;
	margin-bottom: 20px;
	padding: .5em .7em;
}
h3.common_title03 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3f51b5;
	margin-bottom: .3em;
}
h3.common_title03:before {
	content: "●";
}

#common_container a.type01 {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	background-color: #279ca0;
	border-radius: .3em;
	border: 3px solid rgba(255,255,255,.3);
	transition: all .2s;
}
#common_container a.type01:hover {
	text-decoration: none;
	background-color: #127cad;
}

.recruitment #common_container .section01 .btn {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.recruitment #common_container .section01 .btn > a {
	padding: 1em 3em;
}
.recruitment #common_container .section01 .contact_area {
	line-height: 1.6;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;
}
.recruitment #common_container .section01 .section_level02 {
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
}
.recruitment #common_container .section01 .section_level02 > .inner {
	padding-left: 1.5em;
}


.recruitment #common_container .section02 .profile_area+.profile_area {
	border-top: 2px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}
.recruitment #common_container .section02 .profile_area > .img_box.tate {
	width: 200px;
}
.recruitment #common_container .section02 .profile_area > .img_box.yoko {
	width: 300px;
}
.recruitment #common_container .section02 .profile_area > .img_box {
	float: left;
	margin: 0 20px 0 0;
}
.recruitment #common_container .section02 .profile_area.right > .img_box {
	float: right;
	margin: 0 0 0 20px;
}
.recruitment #common_container .section02 .profile_area > .img_box > img {
	width: 100%;
	height: auto;
}
.recruitment #common_container .section02 .profile_area > .profile_text > .name {
	font-size: 2em;
	letter-spacing: .1em;
	padding: 3em 0 2em;
}
.recruitment #common_container .section02 .profile_area.right > .profile_text > .name {
	text-align: right;
}
.recruitment #common_container .section02 .profile_area > .profile_text > p:not(.name) {
	line-height: 2.4;
}








.niko {
	width: 100%;
	height: 500px;
	background-color: #ccc;
}





/* 20230425 add */
.section__link {
	margin-bottom: 30px;
}
.section__link .catch__block {
	/*font-size: 1.1em;*/
	line-height: 1.5;
	background-color: #fff;
	border: 3px solid #d5e5ce;
	margin-bottom: 10px;
	padding: 10px;
}
.section__link .section__link__main ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.3;
}
.section__link .section__link__main ul li {
	display: flex;
	justify-content: center;
	width: calc(100% / 3);
}
.section__link .section__link__main ul li.society {
	width: calc(100% / 2);
	margin-top: 5px;
}
.section__link .section__link__main ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 5px);
	font-size: 1.05em;
	font-weight: 600;
	color: #fff;
	background-color: #006197;
	border-radius: .3em;
	padding: 10px 0;
	position: relative;
	transition: .2s;
}
.section__link .section__link__main ul li a:hover {
	text-decoration: none;
	background-color: #007ec4;
}
.section__link .section__link__main ul li a .icon {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 1.5em;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*margin-right: 10px;*/
}
.section__link .section__link__main ul li a .text {
	display: flex;
	flex-direction: column;
	text-align: center;
	/*width: calc(100% - 1.5em);*/
	width: 100%;
}
.section__link .section__link__main ul li a .text .sub {
	font-size: .85em;
}

.fixed__page .section__link {
	padding-bottom: 120px;
}
.fixed__page .section__link .section__link__main {
	width: 700px;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	padding: 5px;
	position: fixed;
	top: 0;
	left: calc((100% - 1000px) / 2 + 15px);
	z-index: 99;
}


.inquiryArea .inquiry__season {
	display: flex;
	margin-bottom: 15px;
}
.inquiryArea .season__block .inquiry__season > span {
	display: flex;
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
	background-color: #333;
	border-radius: 100vh;
	padding: .3em .8em;
}





/* 20230612 add */
.section__youtube {
	width: 100%;
	height: 0;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.section__youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#contents_right .side__youtube__area {
	background-color: #fff;
	border: 3px solid #196ea6;
	margin-bottom: 10px;
/*	padding: 5px;*/
}
#contents_right .side__youtube__area .link__block {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents_right .side__youtube__area .link__block img {
	width: 100%;
	height: auto;
}
#contents_right .side__youtube__area .info__block {
	display: flex;
	line-height: 1.2;
}
#contents_right .side__youtube__area .info__block .info {
	display: flex;
	width: 65%;
	font-size: .9em;
	padding: 5px 0 5px 5px;
}
#contents_right .side__youtube__area .info__block .info .inner {
	background-color: #f4f4f4;
	padding: 5px;
}
#contents_right .side__youtube__area .info__block .info strong {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 5px;
}
#contents_right .side__youtube__area .info__block .info .inner a {
	color: #0075bb;
	text-decoration: underline;
}
#contents_right .side__youtube__area .info__block .info .inner a:hover {
	text-decoration: none;
}
#contents_right .side__youtube__area .info__block .info .inner a .icon {
	color: #ff0000;
}
#contents_right .side__youtube__area .info__block .qr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
}
#contents_right .side__youtube__area .info__block .qr img {
	width: 100%;
	height: auto;
}





.top__naika__concept .concept__title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: .3em;
}
.top__naika__concept .concept__contents {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.top__naika__concept .contents__text p {
	font-size: 1em!important;
}
.top__naika__concept .contents__img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}





#contents_right .link__img__type01 {
	margin-bottom: 10px;
}
#contents_right .link__img__type01 a {
	display: flex;
}
#contents_right .link__img__type01 a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


.recruitment .WS__poster {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.recruitment .WS__poster a {
	display: flex;
	width: 80%;
}
.recruitment .WS__poster a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}







