/*-------------------------------
>>> style.css
---------------------------------
# Normalize
# Elements
# Links
# Typography
# Layout
# Header
= Googleカスタム検索
= トピックパス
= ページタイトル
# Secondary
# Footer
= 各課掲載枠
= バナー掲載エリア(未使用)
@media print 
-------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Noto+Serif+JP:wght@500&family=Roboto:ital,wght@0,100;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');
/*-------------------------------
# Normalize
-------------------------------*/
*{margin:0px;padding:0px;}
*,*:before,*:after {box-sizing: inherit;}
html, body {height: 100%;width: 100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{	margin:0;padding:0;border:0;vertical-align: baseline;letter-spacing:normal;list-style:none;}
html {font-size:56.25%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;}
@media print,screen and (min-width:769px) {
 html {font-size:62.5%;}
}
body {	color: #2E2E3E;	font-size: 16px;	font-size: 1.6rem;	line-height: 1.75;
 font-family: 'BIZ UDPGothic', sans-serif;
 font-weight: 500; overflow-x: hidden; -webkit-text-size-adjust: none;min-width:initial; }
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
button{overflow: visible;outline:none;}
a {background-color: transparent;padding: 0;}
a:active,a:hover {outline: 0;}
b,strong {font-weight: 700;}
mark {background: #ff0;color: #000;}
small {font-size: 13px; font-size:1.3rem;}
sub,sup {font-size:12px; font-size:1.2rem;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;vertical-align:middle;}
svg:not(:root) {overflow: hidden;}
hr {clear: both; box-sizing: content-box;height: 0;}
pre {overflow: auto;}
#srOnly a{opacity: 0; position: absolute; left: -1000px;}
#srOnly a:focus {	opacity: 1; display: block; background-color: #fff;	border-radius: 3px;	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);	color: #2E2E3E;	width: 200px;	font-size: 16px;	font-weight: 700;	left: 5px;	line-height: normal;	padding: 8px 20px ;	text-decoration: none;	top: 5px;	z-index: 99999;}
#srOnly:hover {background-color: #fff;}
.clear:before,.clear:after{	content: "";	display: table;	table-layout: fixed;}
.clear:after,#siteHeader:after,#siteFooter:after {clear: both;}

/*-------------------------------
# Elements
-------------------------------*/
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote,q {quotes: "" "";}
hr {	background-color: #CDD4D9;	border: 0;	height: 1px;	margin: 30px 0;}
ul,ol {margin: 0 0 20px 8px; font-size: 100%;}
ol{margin-left:8px;}
main ul li{margin: 0 0 0.5em 1em; position: relative;}
ul li::after{background: #DFDFDF; content: ""; position: absolute; left: -18px; top: 10px; width: 6px;height: 6px; -webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;border-radius: 5px; }
article ol li{list-style: decimal; margin: 0 0 0.5em 1em;}
ul li li::after{background: #A09DB1; content: ""; position: absolute; left: -18px; top: 10px; width: 4px;height: 4px; -webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;border-radius: 5px; }
article ol li{list-style: decimal; margin: 0 0 0.5em 1em;}
article ol ul li{list-style: none;}
li > ul,
li > ol {margin-bottom: 0;margin-left: 8px;}
dt {font-weight: 700;}
dd {margin: 0 0 1em;}
dl dt {	width: 100% !important;	float: none;}
select{padding: 8px;}
input{padding: 3px 8px;}
textarea{padding: 8px; width: 100% !important;}
input[type="submit"]{cursor: pointer; background-color: #00439A; color: #FFF; border: none; padding: 10px 20px;margin: 10px auto 20px;}
/*-------------------------------
# Links
-------------------------------*/
a,
a:visited {color:#00439A;}
a:hover,
a:focus,
a:active {color:#2A7863;}
a:hover,
a:active {outline: 0;}

/*-------------------------------
# Layout
-------------------------------*/
.inner{max-width: 960px;margin-left: auto; margin-right: auto; width: 92%;}
#wcv_sys_container_wide div[id^="blockarea_div"]{margin-left: auto !important; margin-right: auto !important; width: 100%;}
#wcv_sys_container_wide .row.ul-img div[id^="blockarea_div"]{display: flex; flex-wrap: wrap;}

#content{display: block;margin: 0px auto 60px; max-width: 960px; width: 100%;}
.home #content{margin-bottom: 0; max-width: none;}

#main{width: 100%;}
@media print,screen and (min-width:769px) {
 #main img {height: auto;}
}
@media print,screen and (max-width:768px) {
 #content > .row {flex-wrap: wrap;}
}
@media print,screen and (max-width:1260px) {
 #content > .row > * {padding-left: 20px; padding-right: 20px; }
}
#main{ margin-bottom: 40px;}

.colLayout{margin-bottom: 30px;}

@media print,screen and (min-width:481px) {
/* flexbox
 ---------------*/
 .row {	width: 100%;	-js-display: flex;	display: -webkit-box;	display: -webkit-flex;	display: -moz-box;	display: -ms-flexbox;	display: flex;	position: relative; box-sizing: border-box;}
 .jcSB{	-webkit-justify-content: space-between;	justify-content: space-between; }
 .jcC{	-webkit-justify-content: center;	justify-content: center; }
 .wrap{flex-wrap: wrap;}
 /*カラムレイアウト（1カラム?2カラム対応）*/ 
 .colLayout{	flex-wrap: wrap; gap:2.564102564102564%;}
 .twoColLt .colLayout,
 .colLayout.col2{	gap:3.896103896%;}
 .colLayout.col3{	gap:2.564102564%;}
 .twoColLt .colLayout.col3{	gap:3.246753246%;}
 .colLayout.col4{	gap:2.564102564%;}
 .twoColLt .colLayout.col4{	gap:2.077922077%;}
 #wcv_sys_wrapper .row.colLayout.col2 > div[id^="blockarea_div"]{	gap:3.896103896%;}
 #wcv_sys_wrapper .row.colLayout.col3 > div[id^="blockarea_div"]{	gap:3.246753246%;}
 #wcv_sys_wrapper .row.colLayout.col4 > div[id^="blockarea_div"]{	gap:2.077922077%;}
 #wcv_sys_wrapper .oneCol .colLayout.col3 .col,
 #wcv_sys_wrapper .oneCol .colLayout.col3 li{width: 31.1%;}
 .oneCol .colLayout > li,
 .twoColLt .colLayout > li,
 .oneCol .colLayout .col,
 .twoColLt .colLayout .col{width:48.05194805194805%;}
}
@media print,screen and (min-width:769px) {
 .oneCol .colLayout > li,
 .oneCol .colLayout.col3 .col{ width:31.62393162393162%;}
 .twoColLt .colLayout .col{width:48.05194805194805%;}
 .oneCol .colLayout.col3 .col{	width: 31.623931623%;}/*370px*/
 .oneCol .colLayout.col4 .col{	width: 23.076923076%;}/*270px*/
 .twoColLt .colLayout.col3 .col{	width: 31.168831168%;}/*240px*/
 .twoColLt .colLayout.col4 .col{	width: 23.376623376%;}/*180px*/
}

.clear { clear: both;}
.hide  { display: none;}
.pcbr{display: inline-block;}
.spbr{display:block;}

.sp{display: inline-block !important;}
.pc{display: none !important;}
@media print,screen and (min-width:769px) {
 .pcbr{display:block;}
 .spbr{display: inline-block;}
 .sp{display: none !important;}
 .pc{display: inline-block !important;}
 a:hover img { opacity: 0.8;}
/* end min-width: 769px */ }

.mt00 {	margin-top: 0 !important;}
.mt10 {	margin-top: 10px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}
.mb00 {	margin-bottom: 0 !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb30 {	margin-bottom: 30px !important;}
.pt30 {padding-top: 30px !important}
.pb30 {padding-bottom: 30px !important}

.alert-day {	display: none;/*最終更新日を非表示*/	
 margin-top: 20px;	text-align: right;	font-size: 88.888888888% /*16px*/; line-height: 1.5;}

/*-------------------------------
# 全体レイアウト
-------------------------------*/
@media print,screen and (min-width:769px) {
 #layout{width: 100%;	-js-display: flex;	display: -webkit-box;	display: -webkit-flex;	display: -moz-box;	display: -ms-flexbox;	display: flex;	position: relative; box-sizing: border-box;}
 #siteHeader{max-width: 260px; width: 100%;}
 #page{ margin-left: 260px; width: 100%;}
 #wcv_sys_wrapper #page{margin-left: 0;}
}

/*-------------------------------
# Header
-------------------------------*/
#siteHeader {position: fixed; height: 65px; background-color: #FFF; width: 100%; z-index: 1000;}
#siteBranding ul li::after{content: none;}
#siteTitle {margin: 10px auto 0 10px;}
@media print,screen and (min-width:769px) {
 #siteHeader {background: url("/hospital/nursing_care/_assets/images/bg_header.jpg"); background-size: cover; height: 100vh; box-shadow: 3px 0 3px rgba(0,0,0,.12);}
 #siteBranding {max-width: 260px;height: 100%; width:76.923076923%; margin: 60px auto; text-align: center;}
 #siteBranding ul li::after{content: none;}
 #siteTitle,
 #siteTitle img {display: block; max-width: 178px;width: 100%; }
 #siteTitle {margin: 0 auto 15px; height: auto;}
}
	/* == MainNavi */
#btnNav,
#btnNav span {	display: inline-block;	transition: all .4s;	box-sizing: border-box;}
#btnNav { position: fixed;	top:10px;	right:10px;	width: 40px;	height: 40px; border-radius: 20px; border: 1px solid #2A7863;	background: #FFF;}
#btnNav span {	background-color: #2A7863; border-radius: 2px; position: absolute;left: 0; right: 0; margin: auto;	height: 2px; width: 20px;	}
#btnNav span:nth-of-type(1) {top:11px;}
#btnNav span:nth-of-type(2) {top:18px;}
#btnNav span:nth-of-type(3) {top:25px;}
#btnNav:hover {cursor:pointer;}
#btnNav:focus {outline:none;}
#btnNav.active span:nth-of-type(1) {	-webkit-transform: translateY(7px) rotate(-45deg);	transform: translateY(7px) rotate(-45deg);}
#btnNav.active span:nth-of-type(2) {opacity: 0;}
#btnNav.active span:nth-of-type(3) {	-webkit-transform: translateY(-7px) rotate(45deg);	transform: translateY(-7px) rotate(45deg);}
#navPanel {	background: #F0F8FD; visibility: hidden; opacity: 0; margin:0 auto; overflow-y: scroll;	-webkit-overflow-scrolling: touch;	padding:40px 0 100px;	position:fixed;	top: 60px;right: -1000px;z-index: 100;	width: 100%;	height: 100%;}
.fixed #navPanel {transition: .5s;right: 0; visibility: visible; opacity: 1;}

#navPanel a{color: #2B2626; display: block; padding: 5px 10px; text-decoration: none;}
#menuHead > ul{padding: 0; margin:0 auto 40px; width: 90%; }
/*グローバルナビゲーション*/
#menuPrimary .gnBt .mBt{display: none;}
#menuPrimary li{font-size: 14px;font-weight: 500;}
#menuPrimary li.first a{padding: 10px 5px 10px 30px;}
#menuPrimary a{padding: 10px 5px 10px 50px;}
#menuPrimary > li{border-top: 1px dashed #C7C7C7; padding: 10px 0 0;}
#menuPrimary > li:last-child {border-bottom: 1px dashed #C7C7C7;}
#menuPrimary li li a{padding: 5px 5px 5px 50px;}

/* 開閉メニュー内：アクセス｜採用情報 */
.ulSubMenu {display: flex; gap:2%; justify-content: center; margin-bottom: 25px;}
.ulSubMenu li{border: 1px solid #C7C7C7; width: 48%;}
.ulSubMenu a{ padding: 4px 10px; position: relative;}
.fixed {	position: fixed !important;	top: 0px;	left: 0;	width: 100%;	z-index: 9999;}
@media print,screen and (min-width:769px) {
 #navPanel {	top:0; right: 0; visibility: visible; opacity: 1;}
 .ulSubMenu{ display: none;}
 .ulSubMenu a:hover{color: #2A7863;}
}

/*PC版：アクセス｜採用｜検索*/
#menuBtn{position: fixed; top: 0; right: 60px; height: 40px; width: 40px; margin:10px 0 0 0; padding: 10px;background: #FFF; border-radius: 10px; display: flex; justify-content: center; align-items: center; font-size: 87.5%;}
#menuBtn li{white-space: nowrap; display: none; position: relative;}
#menuBtn li::before{height: 10px; width: 1px; background:#C7C7C7; content: ""; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; }
#menuBtn li:first-child::before,
#menuBtn li:last-child::before{content: none;}
#menuBtn a{color: #2B2626; padding: 0 15px;}
#menuBtn .accordion{ margin: 0; display:block;}
#wcv_sys_wrapper #menuBtn{display: none;}

.searchBox{	white-space: nowrap;}
.acdLabel { display: block; }
.acdCheck{ opacity: 0; position: absolute;}
.acdCheck:focus + .acdLabel{ border-color: #FBDDE8;}
.acdLabel{ background: url("/hospital/nursing_care/_assets/images/ico_search.svg") no-repeat 50% 50% #DB3C72; background-size: 18px 18px; color: #fff; cursor :pointer; display: block; font-weight: bold; font-size: 0; padding: 10px 0; text-align: center;  width: 40px; height: 40px; border-radius: 20px;}
 #label1:checked + .acdLabel{background-color: #D72864;}
.acdContent {background: #D72864; height: 0; overflow: hidden; padding: 0 15px; position: fixed; top:60px; right: 0;  transition: .5s; width: 0; z-index: 9999;}
.acdCheck:checked + .acdLabel + .acdContent{ height: auto; padding: 10px; border-radius: 5px; width:100%;}
@media print,screen and (min-width:769px) {
 #menuBtn{order: 3; top: 20px; right: 20px; width: 270px; height: 60px; box-shadow: 3px 3px 6px rgba(0,0,0,.4); margin:0;}
 #menuBtn li{white-space: nowrap; display: block;}
 .acdLabel {position: relative; right: 0;border: 3px solid #fff;}
 .acdCheck:checked + .acdLabel + .acdContent{ width: 400px;}
 .acdContent{top:56px; right: -16px; left: auto; position: absolute;}
 }

@media print,screen and (min-width:769px) {
 #btnNav{display: none;}
 .ulSubMenu{display: flex; justify-content: center;}
 #navPanel{ position: static; overflow: inherit; background: none; margin-top: 0; padding: 0; display: block;}
 #menuRelation{display: none;}
 #menuHead{justify-content: center; align-items: flex-end; flex-direction: column;}
 #navPanel li{border-bottom: none;}
 #navPanel li a,
 #navPanel li a:hover{ color: #2E2E3E; display: block; padding: 0; }
 
 #navPanel #menuRelation{order: 1; justify-content: flex-start; flex-wrap: nowrap; margin: 0; width: auto;font-size: 13px; font-size: 1.3rem;}
 #menuRelation li{width: auto; text-align: right; white-space: nowrap;}
 #menuRelation li a{color: #2E2E3E; padding: 5px 10px; border: none;}
 #menuRelation li a::before{content: none;}
 
 /*グローバルナビゲーション*/
 #menuPrimary{ top: 0;overflow: initial;justify-content: center;}
 #menuPrimary button{border: none; width: 100%; }
 #menuPrimary,
 #menuPrimary > li{border:none;}
 #menuPrimary .mBt{display: block;}
 #menuPrimary > li{ padding: 0 0 5px 0; }
 #menuPrimary > li:last-child {border-bottom: none;}
 #menuPrimary{order: 2; width: auto;font-size: 14px; font-size: 1.4rem; line-height: 1.2;}
 #menuPrimary .gnBt .mBt,
 #menuPrimary .mBt a{display: block; background: #FFF; border: 1px solid #F0F8FD; border-radius: 5px; padding: 10px; cursor: pointer; width: 100%;}
 
 #menuPrimary .gnBt .mBt:focus,
 #menuPrimary .mBt a:focus,
 #menuPrimary .gnBt .mBt:hover,
 #menuPrimary .mBt a:hover{background: #F0F8FD; padding: 10px;}
  #menuPrimary .gnBt .mBt:focus,
 #menuPrimary .mBt a:focus{border: 2px solid #2E2E3E;}
 #menuPrimary li li a{ padding:10px 0; }

 #menuPrimary li.select{	background-color: #ECFCF7;}
 .drop {opacity: 0; visibility: hidden;	width: 0;	height: 100vh;	position: absolute;	top: 0;	 left: 260px; margin-left: 0; transition: all 0.3s;}
 .drop.select{ opacity: 1; visibility: visible;	width: 260px;}
 
 #menuPrimary .gnBt .mBt{color: #2E2E3E;display: block;font-family: 'BIZ UDPGothic', sans-serif;}
 .drop::before {content: ""; background: #F0F8FD;	width: 100%;	height: 100%; display: block; }
 #navPanel .drop ul{position: absolute; top: 150px; right: 0; left: 0;width: 90%; margin: auto; }
 #navPanel .drop li {position: relative; border-bottom: 1px dashed #C7C7C7; z-index: 101;}
 #navPanel .drop li a{ padding: 15px 10px;}
 #navPanel .drop li a:hover{background-color: #E0F0FA;}
  
 .ulSubMenu{display: none;}
 
 .fixed {	position: relative!important;	z-index: 9999;	top: 0px;	left: 0;	width: 100%;}
/*min-width:769px */ }

/*ヘッダーパーツ編集時のみ*/
#wcv_sys_wrapper .headerparts #siteBranding{max-width: none;}
#wcv_sys_wrapper .headerparts .drop{ opacity: 1;visibility: visible; position: relative; left: 0; width: auto; height: 100%;}
#wcv_sys_wrapper .headerparts .mBt{font-size: 125%;}
#wcv_sys_wrapper .headerparts .gnBt .mBt::before{content: " ※ カテゴリータイトル（リンク設定不可）"; color: #707070; font-size: 75%;}
#wcv_sys_wrapper .headerparts .gnBt .first::before{content: " ※ 上記と同一タイトル+リンク設定";color: #707070;}
#wcv_sys_wrapper .headerparts #navPanel .drop ul{ position: relative; top: 0;}
#wcv_sys_wrapper .headerparts a,#wcv_sys_wrapper .headerparts a:hover{color: #2A7863; display: inline; padding: 0 10px;}


/* = Googleカスタム検索
----------------------------------*/
.searchBox,
.gsc-input-box,
.gsc-search-button-v2{height: 40px !important;}
.searchBox {	width:90%; margin: 0 auto; position: relative;}
table.gsc-search-box { margin-bottom: 0 !important;}
.searchBox table{ width: 100% !important;	margin-bottom: 0; border:none !important;}
.searchBox table td {	padding: 0 !important; border:none !important;}
.gsc-search-box{	border:1px solid #D1D1D1 !important; background-color: #FFF;
	-webkit-border-radius: 4px !important;	-moz-border-radius: 4px !important;	-ms-border-radius: 4px !important;	border-radius: 4px !important;}
.gsc-input-box {	border: none !important; padding-top: 0 !important;}
form.gsc-search-box {	margin-bottom: 0 !important;}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus,
.gsc-search-button-v2{	-webkit-border-radius: 4px !important;	-moz-border-radius: 4px !important;	-ms-border-radius: 4px !important;	border-radius: 4px !important;}
.gsc-control-cse {	padding: 0 !important;}
.gsc-search-button {	width: 35px !important;}
.gsc-search-button-v2 svg {	width: 20px !important; height: 20px !important}
.gsc-search-button-v2 {	width: 20px !important; padding: 6px !important;	cursor: pointer;
 border:1px solid #FFF !important;	background-color: #FFF !important;}
.gsc-search-button-v2 svg {fill: #2E2E3E !important;}
.gsc-search-button { margin-left: 0 !important;}
#___gcse_0 td.gsib_a {	padding:8px 0 0 10px !important;}
.gsc-control-cse {	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo !important;	border: none !important;	background: none !important;
}
td.gsc-search-button {	margin-left: 0 !important;}
.cse .gsc-control-cse, .gsc-control-cse {	background-color: none !important;	border: none !important;}

/* = トピックパス
----------------------------------*/
#topicpath { font-size:75%/*12px*/; margin-bottom: 40px; padding: 10px 0; }
#topicpath .inner{max-width: none; width: 90%; -js-display: flex;	display: -webkit-box;	display: -webkit-flex;	display: -moz-box;	display: -ms-flexbox;	display: flex; margin-bottom: 0; flex-wrap: wrap; line-height: 1.2; }
#topicpath a{	color: #2E2E3E;	text-decoration: none; display: block; white-space: nowrap; margin:0 5px;}
#topicpath a:hover{color: #2A7863;}
#topicpath a:first-child{margin-left: 0;}
@media print,screen and (min-width:769px) {
 #topicpath { margin-bottom: 80px;}
 #topicpath .inner{padding:20px 0;	}
}

/* = ページタイトル
----------------------------------*/
#pageHeader{ margin-bottom: 50px;}
#pageHeader h1{max-width: 1170px; margin: 0 auto;}

/*-------------------------------
# Footer
-------------------------------*/
/* PageTop */
.pagetop {	position: fixed; bottom: 20px;	right: 10px;	z-index: 9998;	width: 21px;	height: 81px;	}
.pagetop a {background: url("/hospital/nursing_care/_assets/images/gototop.svg") no-repeat 0 0;	display: block;	width: 21px;	height: 81px;	text-decoration: none;	text-indent: -9999px;	}

/* Footer */
#siteFooter { clear: both; background: #F2FDF0; padding: 40px 0 10px; }
#footerInner{ position: relative;	max-width: 1170px;	width:90%; margin:0 auto; flex-wrap: wrap;}
#fArea1,#fArea2{width: 100%; margin-bottom: 20px}
#fArea1{ flex-direction: column; font-size: 75%/*12px*/;}
#fArea1 p{margin-top: 2px; margin-bottom:0;}
#fArea1 #footer_logo{margin-bottom: 20px; }
#fArea1 #footer_logo,#footer #footer_logo img{width: 240px;}
.footerNav { display: flex; font-size: 87.5%/*14px*/; width: 100%; margin: 0 0 20px;}
.footerNav li {	position: relative;	line-height: 1; margin-bottom: 5px;}
.footerNav li a { position: relative;	color: #5D5D5D;	white-space: nowrap;	display: block;padding:0 15px;}
.footerNav li:first-child a {padding:0 15px 0 0;}
.footerNav li a:hover {color: #2A7863;}
.footerNav li::after{ border-radius: 0; content: "";	position: absolute; top: 0; left: auto; bottom: 0; margin: auto; height: 14px;  width: 1px; background-color: #5D5D5D; }
.footerNav li:first-child::after{content: none;}
#copy {	max-width: 1170px;	width: 90%;	margin: 30px auto 0 !important;	padding-bottom: 10px;	font-size: 62.5%/*10px*/;}
#copy p {	margin-bottom: 0;	font-family: "Verdana", "Droid Sans", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;}
@media print,screen and (min-width:769px) {
 #footerInner{flex-wrap: nowrap;}
 #fArea1,#fArea2{width: 50%;}
 .footerNav { justify-content: flex-end;}
}


/* = 各課掲載枠 class="info_bottom"*/
.info_bottom {	margin-top: 30px;	border: 1px solid #B0BAC5;	border-radius: 5px;	-webkit-border-radius:5px; -moz-border-radius:5px;}
.info_bottom p{margin:0px 15px 10px !important; font-size: 88.888888888% /*16px*/; line-height: 1.5;}
.info_bottom p:last-child{margin-bottom: 15px !important;}
.info_bottom .toimidashi{	border-bottom: 1px solid #B0BAC5;margin: 15px 0 !important;padding:0 15px 10px; font-weight: 700;color: #1F2833;}

@media print,screen and (min-width:1220px) {
#content > *,
.inner {	width: 100%;}
/* end min-width: 1180px */ }

@media print {
#page{ overflow-y: visible; overflow-x: visible;}
.pagetop {	position: relative;width: 100%;}
.pagetop a{ position: absolute;top:80px; right: 10px;}
/* end  @media print */}


@media print,screen and (max-width:1210px) {
table{width: auto !important;}
img {max-width: 100%;width:auto;height: auto;}
}

/*-- Privacy Poricy --*/
.cc-window{opacity:1;transition:opacity 1s ease;}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:13px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em;}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

