/*-------------------------------
>>> style.css
---------------------------------
# Normalize
# Elements
# Links
# Typography
# Layout
# Header
= Googleカスタム検索
= トピックパス
= ページタイトル
# Secondary
# Footer
= 各課掲載枠
= バナー掲載エリア(未使用)
@media print 
-------------------------------*/
/*-------------------------------
# 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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
 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; max-width: 100%; width: auto; height: auto;}
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: #959595; content: ""; position: absolute; left: -18px; top: 8px; width: 10px;height: 10px; -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:#464AEC;}
a:hover,
a:active {outline: 0;}

/*-------------------------------
# Layout
-------------------------------*/
#page {	overflow-x: hidden; padding-top: 60px;}
@media print,screen and (min-width:769px) {
 #page {	overflow-x: hidden; padding-top: 90px;}
}
.inner,.Inner{max-width: 1170px;margin-left: auto; margin-right: auto; width: 94%;}
#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: 1170px; width: 100%;}
.home #content{margin-bottom: 0; max-width: none;}

#main{width: 100%;}
@media print,screen and (min-width:769px) {
/*サイドメニューあり（<div class="row jcSB"><div id="main"</div><div id="sidebar"</div></div>）*/
.twoColLt #main {width: 65.81196581196581%;	margin: 0 auto 40px 0;} /*770*/
.twoColLt #sidebar {	width: 29.914529914%;	margin: 0 0 40px auto;} /*350*/
.twoColLt #main img {height: auto;}
}
@media print,screen and (max-width:768px) {
 #content > .row {flex-wrap: wrap;}
}
@media print,screen and (max-width:1210px) {
 #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*/
 
 
.twoColLt #wcv_sys_wrapper .colLayout > div > li{width: 48.05194805194805%;}
}


.clear { clear: both;}
.hide  { display: none;}
.pcbr{display: inline-block;}
.spbr{display:block;}
.sp_del{display:none;}
@media print,screen and (min-width:769px) {
.pcbr{display:block;}
.spbr{display: inline-block;}
a:hover img { opacity: 0.8;}
.pc_del{display:none;}
.sp_del{display:block;}
/* 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;}

/*-------------------------------
# Header
-------------------------------*/
#siteHeader {background: #FFF; position: fixed; height: 60px; width: 100%; z-index: 1000;	}
#siteBranding { display: flex;	height: 100%; margin: 0 auto; width: 96%;}
#siteBranding ul li::after{content: none;}
#siteTitle,
#siteTitle img {display: block; max-width: 230px;width: 100%; }
#siteTitle{background-color:#FFF;margin: 0;-js-display: flex;	display: -webkit-box;	display: -webkit-flex;	display: -moz-box;	display: -ms-flexbox;	display: flex;align-items: center;padding-top: 5px; padding-left: 10px; height: 100%;}
@media print,screen and (min-width:769px) {
 #siteTitle{ padding-left: 20px; }
 #siteTitle img {display: block; max-width: 339px;width: 100%; }
}
	/* == MainNavi */
#btnNav,
#btnNav span {	display: inline-block;	transition: all .4s;	box-sizing: border-box;}
#btnNav { position: absolute;	top:0;	right:0;	width: 60px;	height: 60px;	border: none;	background: #FFF;}
#btnNav span {	background-color: #464AEC;position: absolute;left: 15px;	height: 4px; width: 30px;	}
#btnNav span:nth-of-type(1) {top:16px;}
#btnNav span:nth-of-type(2) {top:27px;}
#btnNav span:nth-of-type(3) {top:38px;}
#btnNav:hover {cursor:pointer;}
#btnNav:focus {outline:none;}
#btnNav.active span:nth-of-type(1) {	-webkit-transform: translateY(11px) rotate(-45deg);	transform: translateY(11px) rotate(-45deg);}
#btnNav.active span:nth-of-type(2) {opacity: 0;}
#btnNav.active span:nth-of-type(3) {	-webkit-transform: translateY(-11px) rotate(45deg);	transform: translateY(-11px) rotate(45deg);}
#menuHead{display: flex; flex-direction: column;}
#navPanel {	background: rgba(70,74,236,.9); display:none;margin:0 auto; overflow-y: scroll;	-webkit-overflow-scrolling: touch;	padding-bottom: 60px;	position:fixed;	top: 60px;	right:0px;z-index: 100;	width: 100%;	height: 100%;}
#navPanel ul{padding: 0; margin: 40px auto; width: 86%; font-size: 125%;}
#navPanel li{border-bottom: 1px dashed #FFF; text-align: center;}
#navPanel li a{color: #FFF; display: block; padding: 15px 50px; text-decoration: none;}
@media print,screen and (min-width:810px) {
 #navPanel ul{font-size: 112.5%;}
}
/* #menuRelation */
#navPanel #menuRelation {margin: 60px auto 20px; -js-display: flex;	display: -webkit-box;	display: -webkit-flex;	display: -moz-box;	display: -ms-flexbox;	display: flex; gap:20px; justify-content: center; }
#navPanel #menuRelation li{border-bottom: none; width: 50%;}
#navPanel #menuRelation a{border: 1px solid #FFF; font-weight: 500; padding: 5px 20px; position: relative;}
#navPanel #menuRelation a:hover{color: #464AEC;}
.fixed {	position: fixed !important;	top: 0px;	left: 0;	width: 100%;	z-index: 9999;}

/*検索*/
.searchBox{	white-space: nowrap;}
#navPanel .accordion{padding: 30px;background: #E6EAF3;}
#menuBtn{position: fixed;top: 0; right: 60px; height: 60px; width: 60px; margin: 0 !important;}
#menuBtn .accordion{display: block; width: 100%; height: 100%; padding: 0; margin: 0; background: none;}
.acdLabel { display: block; }
.accordion { margin: 5px auto; max-width: 500px; width: 100%;}
.acdCheck{ opacity: 0; position: absolute;}
.acdCheck:focus + .acdLabel{border-color: #000;}
.acdLabel{ background: url("/hospital/_assets/images/ico_search.svg") no-repeat 50% 50% #464AEC; background-size: 30px 30px; color: #fff; cursor :pointer; height: 60px; display: block; font-weight: bold; font-size: 0; padding: 10px 0; text-align: center; width: 60px;}
 #label1:checked + .acdLabel{background-color: #2ACBAA;}
.acdContent {background: #2ACBAA; 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: 20px; width:100%;}
@media print,screen and (min-width:810px) {
 #menuBtn{order: 3; position: relative;right: 0; width: 90px;height: 90px; }
 .acdLabel {position: relative; right: 0;border: 3px solid #fff; width: 90px;height: 90px;}
 .acdCheck:checked + .acdLabel + .acdContent{ width: 400px;}
 .acdContent{top:90px; right: 0; left: auto; position: absolute;}
 }

 #siteTitle{margin-right: auto;}
@media print,screen and (min-width:810px) {
 #siteHeader {height: 90px;}
 #siteBranding{	width: 100%;	}
 #siteTitle{margin-right: auto;height: 50px;}
 #siteTitle a{padding-top: 0;}
 #siteTitle, #siteTitle img {max-width: 220px; }
 #btnNav{display: none;}
 #siteBranding,
 #navPanel,
 #siteNavigation,
 #menuHead,
 #navPanel ul{-js-display: flex;	display: -webkit-box;	display: -webkit-flex;	display: -moz-box;	display: -ms-flexbox;	display: flex;position: relative; top: 0;overflow: initial;justify-content: flex-end;}
 #navPanel{ background: none; padding-bottom: 0; display: flex !important; }
 #siteNavigation{width: 100%;}
 #menuHead{justify-content: center; align-items: flex-end; margin-right: 1%; flex-direction: column;}
 #navPanel li{border-bottom: none;}
 #navPanel li a{ color: #2E2E3E; padding: 0; font-weight: 700; }
 #navPanel li a:hover{color:#464AEC;}
 
 #navPanel #menuRelation{order: 1; justify-content: flex-start; flex-wrap: nowrap; margin: 0; width: auto;font-size: 13px; font-size: 1.3rem;}
 #navPanel #menuRelation li{width: auto; text-align: right; white-space: nowrap;}
 #navPanel #menuRelation li a{color: #2E2E3E; padding: 5px 10px; border: none;}
 #navPanel #menuRelation li a::before{content: none;}
 
 #navPanel #menuPrimary{order: 2; width: auto;font-size: 14px; font-size: 1.4rem; line-height: 1.2;margin: 0 10px 0 0;}
 #navPanel #menuPrimary li{margin-left: 5%;}
 #navPanel #menuPrimary a{padding:10px 0; white-space: nowrap; position: relative;}

 
.fixed {	position: relative!important;	z-index: 9999;	top: 0px;	left: 0;	width: 100%;}
/*min-width:769px */ }

@media print,screen and (min-width:1200px) {
 #siteTitle{height: auto;}
 #siteTitle, #siteTitle img {max-width: 339px; }
 #navPanel #menuPrimary{font-size: 16px; font-size: 1.6rem;}
/*min-width:1155px */}

/* = 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:81.25%/*13px*/; margin-bottom: 40px; }
#topicpath .inner{-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; border-bottom: 1px solid #B0BAC5; padding: 10px 0;}
#topicpath a{	color: #2E2E3E;	text-decoration: none; display: block; white-space: nowrap; margin:0 5px;}
#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;}

/*-------------------------------
# Secondary
-------------------------------*/
#sidebar{ background: #F6F8FA; border: 1px solid #B0BAC5; border-radius: 20px; width: 90%; margin: 0 auto 20px;}
#sidebar > *{ width: 90%; margin: 0 auto;}
#sidebar ul li::after{content: none;}
#sidebar h2 { font-size: 20px; font-size: 2.0rem; border-bottom: 2px solid #707070; text-align: center; color: #464AEC; margin: 0 auto 20px; padding:20px 10px;	position: relative;}
#sidebar h2 a{ display: block; color: #464AEC;}
#sidebar h3 {	margin: 10px auto 10px; font-size: 18px; font-size: 1.8rem; padding: 0;}
#sidebar h3::before{content: none !important;}
#sidebar ul {	margin: 0 auto 20px;	font-size: 100%;border-bottom: 1px dotted #C7C7C7;}
#sidebar ul li {	position: relative;	list-style: none; margin:0;	padding: 10px 0 10px 0;}
#sidebar ul li:before {content: "";	width: 100%;	height: 1px;	display: block;	border-top: 1px dotted #C7C7C7;
	position: absolute;	top: 0;}
#sidebar ul ul{border-bottom: none;}
#sidebar ul li li:before,
#sidebar ul li:first-child:before {	content: none;}
#sidebar ul li a { color: #444444; text-decoration: none; display: block; padding-left: 30px;	position: relative;}
#sidebar ul li a::before {content: ""; position: absolute; top: 10px; left: 5px; margin: auto; width: 8px; height: 8px; border-top: 1px solid #464AEC; border-right: 1px solid #464AEC; -webkit-transform: rotate(45deg);transform: rotate(45deg);}
#sidebar ul li a:hover::before {border-top: 2px solid #0768B2; border-right: 2px solid #0768B2;}
#sidebar ul li ul { width: 100%;	margin:10px 0 10px 16px !important;}
#sidebar ul li li{	padding: 0;}
#sidebar ul li li a {	padding: 0px 0 6px 20px;}
#sidebar ul li li a::before{top: 8px;border-top: 2px solid #D2D4D9; border-right: 2px solid #D2D4D9;
-webkit-transform: rotate(180deg);transform: rotate(180deg);}

@media print,screen and (min-width:769px) {
 #sidebar{ width: 100%; margin: 0 auto 40px;}
}
/*-------------------------------
# Footer
-------------------------------*/
/* PageTop */
.pagetop {	position: fixed; bottom: 10px;	right: 10px;	z-index: 9998;	width: 40px;	height: 40px;}
.pagetop a {background: #2E2E3E;color: #FFF;	display: block;
	width: 40px;	height: 40px;	position: relative;	text-decoration: none;	padding-top: 40px;
	text-indent: -9999px;	-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;border-radius: 30px;}
.pagetop a::after{ margin: auto; content: "";	position: absolute;	top:15px;right:0;left:0; width: 12px;
 height: 12px;	box-sizing: border-box;	border-top: 3px solid #FFF;	border-right: 3px solid #FFF; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}

@media print,screen and (min-width:481px) {
.pagetop {	width: 60px;	height: 60px;	bottom: 50px;	right: 10px;}
.pagetop a {	width: 60px;	height: 60px;	}
.pagetop a::after{	top:25px;	}
/* end min-width: 481px */ }
/* Footer */
#siteFooter { clear: both; font-size: 87.5%/*14px*/; background: #E9EEF5; padding: 40px 0 10px;}
#footerInner{ position: relative;	max-width: 1170px;	width:90%; margin:0 auto; flex-wrap: wrap;}
#footer{ width: 100%; flex-direction: column;}
#footer p{margin-top: 2px; margin-bottom:0;}
#footer p#footer_logo{margin-bottom: 20px;}
#footer .contactBox strong{ font-size: 142.857%/*14px→20px*/;}
#footerNav { margin-left: 0; margin-top: 20px;}
#footerNav li {	position: relative;	line-height: 1; margin-bottom: 3px;}
#footerNav li a {color: #2E2E3E;	padding:0 18px;}
#footerNav li a:hover {color: #464AEC}
#footerNav li::after{ border-radius: 0; content: "";	position: absolute; top: 10px; left: 0px; width: 8px; height: 8px; border-top: 1px solid #464AEC; border-right: 1px solid #464AEC; background: none; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
#footerNav li a { position: relative;	color: #1F2833;	text-decoration: none;	white-space: nowrap;	display: block;	padding:8px 18px;}
#bnArea{max-width: 220px;}
#bnArea p{margin-bottom: 10px;}
#bnArea ul{margin: 0;}
#bnArea li{margin-bottom: 15px; }
#bnArea li::after{content: none;}
#copy {	max-width: 1170px;	width: 90%;	margin: 0 auto !important;	padding-bottom: 10px;	font-size: 12px;	font-size: 1.2rem;}
#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:481px) {
#bnArea,
#footerNav{width: 50%; margin-top: 0;}
#bnArea{margin-right: 4%;}
 }
@media print,screen and (min-width:769px) {
 #footerInner{flex-wrap: nowrap;}
 #footerNav{width: auto; margin: 0;}
 #bnArea {margin:0 0 0 4%;}
 }

/* = 各課掲載枠 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;  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;}
.info_bottom ol,
.info_bottom ul{margin-left: 20px; margin-right: 10px;}

@media print,screen and (min-width:1220px) {
#siteBranding,
#content > *,
.inner,.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}

