@charset "UTF-8";
/****************************************************
* base 00基本スタイル *
*****************************************************/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[aria-disabled],html{cursor:default}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}html{box-sizing:border-box;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}body,button,input,optgroup,select,textarea{margin:0}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}nav ol,nav ul{list-style:none}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,select,textarea{background-color:transparent;color:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto;resize:vertical}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}

/*基本?共通******************************************/
/*リンク*/
a[href] {
	font-weight:normal;
	text-decoration:none;
	-webkit-transition-duration:0.3s;
	        transition-duration:0.3s;
	-webkit-transition-property: color,background,opacity,-webkit-box-shadow,-webkit-transform,-webkit-text-decoration;
	transition-property: color,background,opacity,-webkit-box-shadow,-webkit-transform,-webkit-text-decoration;
	transition-property: color,background,box-shadow,opacity,transform,text-decoration ;
	transition-property: color,background,box-shadow,opacity,transform,text-decoration,-webkit-box-shadow,-webkit-transform,-webkit-text-decoration;
}
a[href]:link{
	color:#00478e;
}
a[href]:visited {
	color:#654c98;	
}
a[href]:hover, a[href]:focus, a[href]:active{
	color:#003971;
	text-decoration:underline;
}

/*外部リンク*/
a span.out{
	margin-left: 0.5em;
	margin-right:.2em;
	display: inline-block;
	overflow:hidden;
	position: relative;
	width: 1em;
	padding-top:1em;
	height:0;
	text-decoration:none;
	line-height: 1.2;
	vertical-align: middle;
}
a span.out::before{
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-family: FontAwesome;
	content: "\f08e";
}
/*Mobile*/
@media screen and (max-width: 767px){
	.touchevents a span.out{
		line-height:1.2;
	}
}

/*見出し*/
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	color:inherit;
	font-weight:600;
}
/*強調*/
b,strong{
	font-weight:600;
}
em{
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
	color:#c00;
}
/*画像など*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/*クリア*/
.clear{
	clear:both;
}
hr{
	border: 0;
	border-top:1px dotted #999;
	margin:10px 0;
}
hr.clear{
	display:none;
}

/*読み上げ用隠し*/
.up_link,
.speech{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/*印刷のみ*/
.printOnly{
	display:none;
}

@media print{
/*印刷時*/
	.speech{
	  display:none;
	}
	.printOnly{
	  display:block;
	}
}
/*非表示*/
.noDisp{
	display:none !important;
}
/*サイズ別表示*/
/*Mobile*/
@media screen and (max-width: 767px){
	.onlyDesktop {
		display: none !important;
	}
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	.onlyMobile{
		display: none !important;
	}
}

/*Helper*/
.center, .text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.text-large{
	font-size:1.2em;
}
/*clearfix*/
.clearfix::after {
    content:" ";
    display:block;
    clear:both;
}

/*grid*/
.row{
	width:100%;
}
.cell{
	margin-bottom:10px;
}
.row.r2l{
	-ms-flex-direction:row-reverse;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	        flex-direction:row-reverse;
}
.row .half{
	width:50%
}
.row .quote{
	width:25%
}
.row.trisect >*, 
.row .one-third{
	width:33.33333333333333%
}
.row.trisect .double,
.row .two-third{
	width:66.66666666666666%
}

/*Mobile*/
@media screen and (max-width: 767px){
	.row,
	.row:not(.mb) .cell{
		display:block;
		width:auto;
	}
	.row.mb{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -ms-justify-content: space-between;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	}
	.row.mb .cell{
		vertical-align:top;
		-webkit-box-flex: 1;
		    -ms-flex: 1 auto;
		        flex: 1 auto;
	}
	.row.mb .mb_href{
		width:50%
	}

}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	.row {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -ms-justify-content: space-between;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	}
	.row .cell{
		vertical-align:top;
		-webkit-box-flex: 1;
		    -ms-flex: 1 auto;
		        flex: 1 auto;
	}
}



/*ナビゲーション*/
nav ul, nav li,
ul.nav,.nav ul, .nav li{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}


 
/*ページ種別*******************************************************/
/*サイト?ホーム(トップページ)*/
body#homePage{}
/*目次*/
body#indexPage{}
/*一般コンテンツ*/
body#contentPage{}

/*ニュース目次*/
body#newsList{}
/*ニュース記事*/
body#newsPage{}

/*構造 レイアウト*******************************************************/
body {
	color: #333;
	background: #fff;
	font-size: 100%;
	font-family:YakuHanJP,'IBM Plex Sans JP', "Noto Sans JP",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
	line-height: 1.75;
	word-wrap: break-word;
	overflow-wrap: break-word;
	position: relative;
	min-width: 320px;
	width:100%;
	z-index: 1;
}
.container{
	position:relative;
	display:block;
}
#wrapper{
	overflow: hidden;
}

/*Mobile*/
@media screen and (max-width: 767px){
	.container{
		margin:0 10px;
	}
}
/*Desktop*/
@media screen and (min-width: 768px), print{
	.container{
		margin: 0 auto;
		padding:0 10px;
		max-width: 1220px;
	}
}
@media screen and (min-width: 768px){
	/*フッター下付*/
	html { 
		height: 100%; 
	} 
	body { 
		min-height: 100vh; 
	 	display: -webkit-box; 
	 	display: -ms-flexbox; 
	 	display: flex; 
		-webkit-box-orient: vertical; 
		-webkit-box-direction: normal; 
		    -ms-flex-direction: column; 
		        flex-direction: column; 
	}
	#wrapper{
		 -webkit-box-flex: 1;
		     -ms-flex-positive: 1;
		         flex-grow: 1;
	}
}
@media print {
/*印刷時*/
	body{
		min-height:0;
		width:1200px;
	}
}

/*ヘッダー詳細*******************************************************/


/*ロゴ*/
.logo{
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
}
#pageHead .container{
	position: relative;
	z-index: 100;
}
#pageHead .siteTitle{
	display: inline-block;
	font-size:1.25em;
}
#pageHead .siteTitle a{
	display: block;
	transition: .3s;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.75);
}
#pageHead .siteTitle a:hover,
#pageHead .siteTitle a:focus,
#pageHead .siteTitle a:active {
	filter: brightness(1.2);
}
#pageHead .logo{
	height: 120px;
	width: 360px;
	background-image:url(/im3/ibpsk30000000054-img/ibpsk30000000075.png);
}
/*ロゴ無し*/
#pageHead .siteTitle a span:not(.speech){
	height: 120px;
	padding: 20px 10px;
	color: #001147;
	max-width: 21em;
	font-weight: bold;
	display: inline-block;
}

/*ナビ*/
#headNav{
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 100%;
}
#menu{
	width: 100%;
	text-align: right;
}
#menu > ul{
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;;
}

#menu >ul>li>a{
	padding: 0 0.5em;
	height: 35px;
	font-size: 1.15em;
	font-weight: bold;
	min-height: 1.5em;
	display: block;
	text-align: center;
}
#menu >ul>li.drop>a::after{
	content: "\f107";
	font-family: FontAwesome;
	display: block;
	line-height: 0.4;
	font-size: 1.2em;
	color: #29458c;
	transition: .3s;
}
#menu >ul>li.drop.open>a::after{
	transform: rotate(180deg);
}
#menu >ul>li>a:hover,
#menu >ul>li>a:focus,
#menu >ul>li>a:active{
	opacity: .8;
	text-decoration: none;
}


/*開閉*/
#headNav .drop{
	position: relative;
}
#headNav button.drop{
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
}
#headNav button.drop:hover,
#headNav button.drop:focus,
#headNav button.drop:active{
	text-decoration: none;
}
#headNav .panel{
	position:absolute;
	display:block;
	top:100%;
	left:0;
	background: rgba(255,255,255,0.88);
	visibility:hidden;
	opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
}
/*背景*/
#pageHead::before{
	display: block;
	content: "";
	position: absolute;
	left: 0; right: 0;
	top:0; bottom: 0;
	min-height: 100vh;
	background: rgba(0,0,0,0.3);
	-webkit-transition:opacity .3s;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	backdrop-filter: blur(3px);
}
/*開*/
body.over #pageHead::before{
	z-index: 99;
	opacity: 1;
	visibility: visible;
}
body.over #headNav{
	z-index: 100;
}
#headNav .open .panel{
	opacity:1;
	visibility:visible;
	margin-top: 8px;
}
#menu .panel{
	padding: 1.15em 0.2em 1.1em 1em;
	width: 12em;
	text-align: left;
	border-radius: 5px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}
#menu .panel li+li{
	border-top: 1px solid #ccc;
}
#menu .panel li a{
	display: block;
	padding: 0.6em 0.3em 0.5em 0.4em;
	position: relative;
	color: #000;
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.2;
}
#menu .panel li a::after{
	content: "";
	position: absolute;
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMuMzQgNi42NyI+PHBhdGggZmlsbD0iIzAwODc4MyIgZD0ibTAgNi42NyAzLjM0LTMuMzNMMCAwIi8+PC9zdmc+');
	left: -5px;
	line-height: 1.2;
	top: 10px;
	margin-top: 0.2em;
	width: 4px;
	height: 7px;
}
#menu .panel li a:hover .title,
#menu .panel li a:focus .title,
#menu .panel li a:active .title{
	text-decoration: underline;
}

/*Mobile*/
@media screen and (max-width: 767px){
	#pageHead .siteTitle{
		display: block;
		padding: 3px 8px;
		margin: 0 auto;
		height: 56px;
		width: auto;
		border-bottom: 1px solid #ccc;
		background-color: #FFF;
	}
	#pageHead .logo{
		height: 50px;
		width: auto;
		max-width: 100%;
		background-image:url(/im3/ibpsk30000000054-img/ibpsk30000000076.png);
	}
	#pageHead .siteTitle a span:not(.speech){
		max-width: 100%;
		height: auto;
		padding: 3px;
	}
	#pageHead .container{
		padding:0;
		margin: 0;
		box-shadow: 0 6px 10px 1px rgba(0,0,0,0.1);
	}
	#headNav{
		display: block;
		padding:0 5px;
		background-color: #ffffffd9;
		backdrop-filter: blur(3px);
	}

	#menu{
		font-size: 0.875em;
	}
	#menu >ul{
		width: 100%;
		display: flex;
		margin: 0;		
	}
	#menu >ul>li{
		padding: 0 2.5px;
		text-align: center;
	}
	#menu >ul>li>a{
		display: block;
		padding: 0.2em 0.2em 0;
		font-size: 0.8571428em;
		color: #000;
	}
	#menu >ul>li>a>span{
		line-height: 1.5;
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
	}
	#menu >ul>li.drop>a::after {
		vertical-align: middle;
		margin-left: 0;
		line-height: 0.5;
		font-size: 1em;
	}
	#headNav .open .panel{
		margin-top: 1px;
	}
	#menu .panel {
		max-width: 90%;
		width: 20em;
	}
	#menu .drop{
		position: static;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	#pageHead{
		font-size: 1.6vw;
	}
	#pageHead .container{
		width: 100%;
		display: flex;
		align-items: center;
		max-width: 1300px;
		padding-left: 0;
		padding-right: 45px;
	}
	#headNav{
		padding: 0;
		min-height: 110px;
	}
	#menu >ul>li{
		padding: 0 0.2em;
	}
	#menu >ul>li>a{
		color: #fff;
	}
	#menu >ul>li.drop>a::after {
		color: #fff;
	}

}
@media screen and (min-width: 1000px){
	#pageHead{
		font-size: 1em;
	}
}
@media screen and (min-width: 1301px){
	#pageHead .siteTitle {
		position: absolute;
		z-index: 20;
		top: 0;
		left: calc((1300px - 100vw) / 2);
	}
}

/*フッター詳細*******************************************************/
#pageFoot{
	clear:both;
	margin-top:50px;
}
#pageFoot .exclusive {
	text-align: center;
	padding: 4px 0;
	font-size: 0.9em;
	display: block;
	background-color: #e3e7f3;
}
#pageFoot .exclusive ul{
	margin: 10px;
	list-style: none;
	display: flex;
	justify-content: center;
}
#pageFoot .exclusive ul li a{
	background-color:#29528c;
	padding: 7px 15px;
	color: #FFF;
	margin: 0 10px;
	display: flex;
	align-items: center;
}
#pageFoot .exclusive ul li a::before{
	width: 20px;
	height: 20px;
	content: "";
	display: inline-block;
background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLWNpcmNsZS1rZXkiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPiA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4gPHBhdGggZD0iTTE0IDEwbS0yIDBhMiAyIDAgMSAwIDQgMGEyIDIgMCAxIDAgLTQgMCIgLz4gPHBhdGggZD0iTTIxIDEyYTkgOSAwIDEgMSAtMTggMGE5IDkgMCAwIDEgMTggMHoiIC8+IDxwYXRoIGQ9Ik0xMi41IDExLjVsLTQgNGwxLjUgMS41IiAvPiA8cGF0aCBkPSJNMTIgMTVsLTEuNSAtMS41IiAvPjwvc3ZnPg=="); 
}
#footBox{
	border-top: solid 1px #c9c9c9;
	background-color: #FFF;
}
#pageFoot .container {
	font-size: 0.9em;
	display: flex;
	flex-direction: row;
	column-gap: 2.1vw;
	padding: 30px 15px;
	row-gap: 7px;
}
#footBox h2 {
	flex-shrink: 0;
	font-size:0.95em;
	font-weight: 400;
	line-height: 1.35;
	width: auto;
	display: flex;
	flex-direction: column;
}
#footBox h2 span.name1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #001147;
}
.office{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 4px;
	column-gap: 3px;
}
.office li {
	display: inline-block;
}
.office .address {
	display: block;
	width: 100%;
}
.office .mail a > span {
	display: inline-block;
}
.office .mail a:hover span,
.office .mail a:active span,
.office .mail a:focus span {
	text-decoration: underline;
}
.zipcode{
	margin-right: .5em;
}
.zipcode:before{
	content: "〒";
	display: inline-block;
}

#copyright {
	text-align: center;
	font-size: .75em;
	margin: 0;
	padding: 15px;
	color: #FFF;
	background-color: #29458c;
}
/*Mobile*/
@media screen and (max-width: 767px){
	#pageFoot{
		font-size: 0.95em;
	}
	#pageFoot > .wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	#pageFoot h2 {
		flex-shrink: 1;
	}
	#footBox .office{
		font-size: 0.95em;
	}
	#pageFoot .container {
		flex-wrap: wrap;
		padding: 25px 0 15px;
	}
	#copyright {
		padding: 12.5px 5px;
	}
	#pageFoot .exclusive {
		text-align: right;
		margin: 0 auto;
		padding: 10px;
		font-size: 0.8em;
		background-color: transparent;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	#pageFoot .container {
		max-width: 1220px;
	}
}


/*コンテンツ部*******************************************************/
body:not(#homePage){
	background-color: #b5cfe2;
	background-image: url("/im3/css/contentbg.webp");
	background-position: top center;
	background-attachment: fixed;
	background-size: contain;
	background-repeat: no-repeat;
}
body:not(#homePage) #contents{
	position:relative;
	z-index:1;
}
body:not(#homePage) #main{
	line-height: 2.2;
	background-color: rgba(255,255,255,1);
}
#contents #main{
	border-radius: 10px;
	padding: 20px 50px;
	margin-bottom: 20px;
}
#contents #side {
	padding: 0 15px 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px){
	body:not(#homePage){
		background-size: auto;
	}
}
@media screen and (max-width: 839px){
	#contents>.container{
		margin: 0;
		padding: 0;
	}
}
/*Mobile*/
@media screen and (max-width: 767px){
	#contents{
		font-size:0.875em;
	}
	#contents #main{
		padding: 20px 15px;
	}
}
/*Desktop*/
@media screen and (min-width: 840px), print{
	#contents>.container{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 10px auto 80px;
		border-radius: 5px;
	}
	#contents >.container #main{
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		max-width: 100%;
	}
	#main{
		padding:30px;
	}
	#contents >.container #main.onSide{
		max-width: calc( 100% - 290px );
	}
	#contents >.container #side{
		width: 253px;
		margin-right: 0px;
		margin-left: 37px;
	}
}

/*コンテンツヘッダー*******************************************************/
#contentHead{
	padding-top: 20px;
	padding-bottom: 8px;

}
#contentHead h1,
#contentHead .pageTitle,#contentHead .cTitle{
	font-size: 2.1875em;
	color: #FFF;
	font-family: YakuHanJP,"Zen Kaku Gothic New";
	text-shadow: 0 0 2px #001147;
	line-height: 1.3;
}
/*Mobile*/
@media screen and (max-width: 767px){
	#contentHead h1,
	#contentHead .pageTitle,#contentHead .cTitle{
		font-size: 1.57142857143em;
		line-height: 1.5;
	}
}


/*バンクズ*******************************************************/
.breadcrumbs{
	overflow: hidden;
	text-align:left;
	clear: both;
	font-size:0.95em;
	margin-bottom: 5px;
}
.breadcrumbs ol {
	margin:0;
	padding:0;
	list-style-type:none;
}
.breadcrumbs li ,
.breadcrumbs li a,
.breadcrumbs li span{
	display:inline-block;
	vertical-align:middle;
	color: #FFF !important;
}
.breadcrumbs li::after{
	display:inline-block;
	font-size:1em;
	margin-left:.5em;
	margin-right:.2em;
	font-family: FontAwesome;
	content:"\f105";
	line-height:1.2;
	vertical-align:middle;
}
.breadcrumbs li:last-child::after{
	display:none;
	content:"";
}

/*サイド*******************************************************/
#side ul{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#side .cMenu{
	line-height: 1.5;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,.5);
	backdrop-filter: blur(2px);
	padding: 23px 15px 20px;
	border-radius: 10px;
}
#side .cMenu h3{
	font-size: 1.3em;
	text-shadow: 0 0 2px #FFF;
	margin-bottom: 10px;
	font-family: "Zen Kaku Gothic New";
}
#side .cMenu ul li{
	display: block;
}
#side .cMenu ul li a{
  position: relative;
  display: block;
  padding: 15px 5px 11px 15px;
  font-size: 0.95em;
  line-height: 1.3;
	color: #000;
	border-radius: 10px;
}
#side .cMenu ul{
	border-left: 2px solid #008783;
	margin-left: 5px;
}
#side .cMenu ul li a:before{
  content: "";
  position: absolute;
  display: inline-block;
  top: 23px;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #008783;
  
}
#side .cMenu ul li a.current{
	font-weight: 600;
	color: #007976;
	text-shadow: 0 0 2px #FFF;
}
@media screen and (max-width: 767px){
  #side .cMenu ul li a:before{
    top: 14px;
  }
}



/*記事タイトル*/
#main h1:not(.speech), #main .pageTitle:not(.speech){
	display:block;
	margin:6px -15px 20px;
	padding:10px 8px ;
	text-align:left;
	line-height:1.5;
	font-size: 2em;
	font-family: "Zen Kaku Gothic New";
	font-weight: normal;
	color:#FFF;
	background-color: #00408c;
	border-radius: 8px;
}
/*Mobile*/
@media screen and (max-width: 767px){
	#main h1:not(.speech), #main .pageTitle:not(.speech){
		margin-left: -10px;
		margin-right: -10px;
	}
}
/*ページ内目次*/
#indexInter{
	overflow:hidden;
	padding: 0;
	margin: 10px 0 0;
	line-height: 1.75;
}
#indexInter ul{
	display: block;
	margin:0;
	padding:0;
}
#indexInter ul li{
	display:inline-block;
	margin-right:1.2em;
}
#indexInter ul li a{
	color: #FFF;
}
#indexInter ul li:after{
	content:"";
	display:inline-block;
	margin-left:.4em;
	vertical-align: bottom;
	margin-bottom: .5em;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLWFycm93LW5hcnJvdy1kb3duIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZmZmZiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+IDxwYXRoIGQ9Ik0xMiA1bDAgMTQiIC8+IDxwYXRoIGQ9Ik0xNiAxNWwtNCA0IiAvPiA8cGF0aCBkPSJNOCAxNWw0IDQiIC8+PC9zdmc+"); 
}
/*Mobile*/
@media screen and (max-width: 767px){
	#indexInter{
		margin-left: -10px;
		margin-right: -10px;
		padding: 3px 10px 5px;
	}
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	#indexInter{
		min-height: 1.5em;
		position: relative;
	}
}
#indexInter.speech{
	margin:-1px; padding:0; border:0;
	min-height: 0;
}

/*コンテンツ?フッター*/
#contentFoot{
	margin-top:1em;
	padding: 10px;
	border-top: 1px solid #ccc;
}
#contentFoot p{
	margin:0 0 0.5em;
}
/*更新日*/
.lastDate{
	text-align: right;
}


/**本文パーツ**************************/
.about p,
.mainText p, .txtPart{
	margin:0 0 1em;
}
.mainText p:not([class]), .mainText p.in1{
	text-indent: 1em;
}
/*リスト*/
.mainText ul, .mainText ol{
	padding:0;
	margin:1em 1em 1em 2em;
}
.mainText li ol, .mainText li ul{
	margin-top: 0;
	margin-bottom: 0.2em;
}
.mainText >.section,
.mainText section{
	clear: both;
	margin-bottom:40px;
}

/*clearfix*/
.mainText::after,
.mainText article::after,
.mainText .section::after,
.mainText section::after,
.txtPart::after{
	content:" ";
	display:block;
	clear:both;
}

.mainText h2{
	font-family: YakuHanJP,"Zen Kaku Gothic New";
	position:relative;
	clear:both;
	margin-top:50px;
	margin-bottom:20px;
	border-bottom:3px solid #00408c;
	font-size: 1.875em;
	border-image: linear-gradient(to right, #00838c 0%,#00838c 20%,#d6e6e6 20%,#d6e6e6 100%) 1;
	padding: 10px 16px 10px 0;
	line-height:1.3;
	color: #2e6967; 

}
.mainText h2:first-of-type{
	margin-top: 0;
}
.mainText h3{
	font-family: YakuHanJP,"Zen Kaku Gothic New";
  position: relative;
  clear: both;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.65em;
  line-height: 1.3;
  padding: 6px 10px 8px;
  color: #2a3038;
  border-left: 3px solid #00838c;
}
.mainText h4{
	font-family: YakuHanJP,"Zen Kaku Gothic New";
  clear: both;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 1.25em;
  line-height: 1.45;
  color: #2a3038;
  padding: 3px 0.5em;
  border-left: 3px solid #b5d4d5;
  border-bottom: 1px solid #e2e2e2;
}
.mainText h6{
	clear:both;
	color: #2a3038;
	margin-bottom:1em;
	font-size:1em;
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	.mainText{
		padding-left: 20px;
	}
	.mainText h2{
		margin-left: -20px;
	}
	.mainText h3{
		margin-left: -13px;
	}
	.mainText h4{
    margin-left: -8px;
	}
}
/*Mobile*/
@media screen and (max-width: 767px){
	.mainText h2{
		font-size:1.428571428571429em;
	}
	.mainText h3{
		font-size:1.285714285714286em;
	}
	.mainText h4{
		font-size:1.142857142857143em;
	}
}
.mainText .speech{
	padding: 0;
	position: absolute !important;
}
.mainText .speech::before,
.mainText .speech::after{
	display: none !important;
}
.mainText strong{
	color: #000;
}

.mainText .note{
	padding:0.5em;
	border: 1px solid #9790ca;
	background-color: rgba(66,59,116,0.1);
}
.mainText .note>ul, .mainText .note>ol{
	margin-left:1.5em;
}
.mainText .note>ul:first-child, .mainText .note>ol:first-child{
	margin-top:0.5em;
}
.mainText .note>ul:last-child, .mainText .note>ol:last-child{
	margin-bottom:0.5em;
}

/*表*/
.mainText table {
	max-width:100%;
	padding: 0px;
	margin: 0 0 1em;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.mainText caption {
	font-weight: 600;
	text-align: left;
	margin:5px;
	color: #000;
}
.mainText th, .mainText td {
	padding: .5em;
	vertical-align: top;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	word-break: break-word;
}
.mainText th[scope="row"] {
	text-align: left;
}
.mainText th[scope="col"] {
	text-align: center;
}
.mainText table th{
	font-weight:600;
	color: #000;
	vertical-align:middle;
	background: #f4f4ff;
}

/*数値用*/
td.num{
	text-align:right;
}
/*改行不可*/
.nowrap {
    white-space: nowrap;
}

.mainText td ul, .mainText td ol{
	margin-top:0;
	margin-bottom:0;
}
/*reflow*/
.mainText .reflow .label{
	display:none;
}
/*Mobile*/
@media screen and (max-width: 767px){
	/*scroll*/
	.tableScroll{
		margin:1em  0 ;
		overflow: auto;
		overflow-y: hidden;
		width: 100%;
		max-width:none;
		min-height: .01%;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.tableScroll::-webkit-scrollbar{
		 height: 5px;
	}
	.tableScroll::-webkit-scrollbar-track{
		background: #e6e6e6;
	}
	.tableScroll::-webkit-scrollbar-thumb {
		background: #333;
	}

	.mainText .tableScroll table,
	.tableScroll table{
		margin:0;
		max-width:none;
	}
	.mainText .tableScroll table caption,
	.tableScroll table caption{
		text-align: left;
	}
	.tableScroll table th,
	.tableScroll table td{
		white-space: nowrap;
	}
	/*reflow*/
	.mainText table.reflow{
		display:block;
		border-collapse:separate;
		border-width:0;
	}
	.mainText .reflow caption,
	.reflow caption{
		display:block;
		text-align: left;
	}
	.mainText .reflow thead,
	.reflow thead{
		display:none;
	}
	.mainText .reflow tbody,.mainText .reflow tbody tr
	.reflow tbody, .reflow tbody tr{
		display:block;
		margin-bottom:-1px;
	}
	.mainText .reflow th, .mainText .reflow td,
	.reflow th,.reflow td{
		width:auto !important;
		display:block;
		border-top-width:0;
	}
	.mainText .reflow tr>th:first-child,
	.mainText .reflow tr>td:first-child{
		border-top-width:1px;
	}
	.mainText .reflow tbody th{
		text-align:left;
	}
	.mainText .reflow .label{
		text-align:left;
		display:block;
		font-weight:600;
		border-bottom: 1px dotted #ccc;
		margin:0 -0.5em 0.3em;
		padding:0 0.5em 0.3em;
	}
	.reflow .nowrap {
		white-space:inherit;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	.mainText .dataList th[scope="row"]{
		width: 20%;
	}
}

/*外部などコード埋め込み*/
.gCode{
	clear:both;
	overflow:hidden;
	margin: 20px 0;
	text-align:center;
}
.gCode iframe, .gCode object ,.gCode video {
	margin: 0 auto;
	text-align: left;
	max-width: 100%;
}
.gCode iframe {
	border: none;
}
/*clearfix*/
.gCode:after {
	content: "";
	display: block;
	clear: both;
}
/*Mobile*/
@media screen and (max-width: 767px){
	/*レスポンシブ化*/
	.RFrameWrap{
		margin:0 auto;
		position: relative;
		padding-bottom: 60%;/*縦横比 default*/
		height: 0;
		overflow: hidden;
	}
	.RFrameWrap video,
	.RFrameWrap iframe {
		margin:0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/*scroll化*/
	.gCode.scroll{
		overflow: auto;
		width: 100%;
		min-height: .01%;
		-webkit-overflow-scrolling: touch;
	}
	.gCode.scroll iframe {
		overflow: auto;
		width: 100%;
		max-width: none;
		-webkit-overflow-scrolling: touch;
	}

}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	.RFrameWrap{
		padding:0  !important;
	}
}


/*リンクリスト*/
.mainText .iLink ul, .mainText ul.iLink {
	list-style-type:none;
	margin-left:0;
}
.mainText .iLink a,
.iLink a,
a.iLink{
	display:inline-block;
	vertical-align:text-top;
	text-decoration: none;
	padding-left:1.5em;
	line-height: 1.75;
}
a.iLink:hover .title,
a.iLink:active .title,
a.iLink:focus .title,
.iLink a:hover .title,
.iLink a:active .title,
.iLink a:focus .title{
	text-decoration: underline;
}
.mainText .iLink a::before,
.iLink a::before,
a.iLink::before{
	font-size: 1.125em;
	margin-left:-1.3em;
	display:inline-block;
	margin-right:.3em;
	font-family: FontAwesome;
	content:"\f138";
	width:1em;
	line-height:1.3;
	vertical-align:middle;
	text-decoration:none;
	color: #00838c;
}
 a span.nw,
.mainText a span.nw{
	display:inline-block;
	margin-left: 0.5em;
	font-size: 0.75em;
	text-decoration:none;
}
.iLink span.nw,
.iLink .out{
	color: #333;
}



/*ボタン*/
.linkBtn{
	margin:20px 0;
	text-align:center;
}
.mainText ul.linkBtn,
ul.linkBtn{
	margin:20px 0;
	list-style: none;
}
ul.linkBtn li{
	display:inline-block;
	margin: 3px 0.5em;
}
.linkBtn a{
	display:inline-block;
	text-decoration:none !important;
	line-height:1.5;
	padding:10px  0.9em 10px 2em;
	margin:5px;
	color: #FFF !important;
	background-color: #00547f;
	overflow:hidden;
	text-align: left;
	position:relative;
	border-radius: 2em;
	-webkit-box-shadow: 0 2px 5px rgba(180,180,180,0.4);
	        box-shadow: 0 2px 5px rgba(180,180,180,0.4);
}
.linkBtn a::before,
.linkBtn a::after{
	display:inline-block;
	text-decoration:none;
	font-family: FontAwesome;
}
.linkBtn a::before{
	font-size: 1.125em;
	margin-left:-1.3em;
	margin-right:.3em;
	content:"\f138";
	line-height:1;
}

.linkBtn a:hover ,
.linkBtn a:active ,
.linkBtn a:focus {
	-webkit-box-shadow: 0 6px 10px 1px rgba(0,0,0,0.15);
	box-shadow: 0 6px 10px 1px rgba(0,0,0,0.15);
}



/*書類*/
.mainText .iPaper ul, .mainText ul.iPaper {
	list-style-type:none;
	margin-left:0;
}
.mainText .iPaper a,
a.iPaper{
	display:inline-block;
	padding-left:1.5em;
	text-decoration: none;
}
.iPaper a:before {
	content: '';
	display: inline-block;
	width: 1.333em;
	height: 1.333em;
	margin-left: -1.3em;
	margin-right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	margin-bottom: .5em;
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaWQ9ImZpbGUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PGcgaWQ9Imljb24iPjxwYXRoIGZpbGw9IiMwMGE2YzEiIGQ9Ik00LjQxIDQuNzFjMC0xLjQ3IDEuMTktMi42NyAyLjY3LTIuNjdoNi42N3Y1LjMzYzAgLjc0LjYgMS4zMyAxLjMzIDEuMzNoNS4zM3YxMmMwIDEuNDctMS4yIDIuNjctMi42NyAyLjY3SDcuMDdjLTEuNDcgMC0yLjY3LTEuMi0yLjY3LTIuNjdWNC43MVptMTAuNjcgMi42N1YyLjA0bDUuMzMgNS4zM2gtNS4zM1oiLz48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI1djI1SDB6Ii8+PC9nPjwvc3ZnPg==');
}
.iPaper a.PDF:before, .iPaper a.pdf:before {
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaWQ9InBkZiIgdmlld0JveD0iMCAwIDI1IDI1Ij48ZyBpZD0iaWNvbiI+PHBhdGggZmlsbD0iI2JhMTUxNSIgZD0iTTguMDcgMTQuNWgtLjMzdi0yaC4zM2MuNTUgMCAxIC40NSAxIDFzLS40NSAxLTEgMVptNC4zMy0yaC4zM2MuMzcgMCAuNjcuMy42Ny42N3YyLjY3YzAgLjM3LS4zLjY3LS42Ny42N2gtLjMzdi00Wm0xLjM0LTEwLjY3djUuMzRjMCAuNzQuNiAxLjMzIDEuMzMgMS4zM2g1LjMzdjEyYzAgMS40Ny0xLjIgMi42Ny0yLjY3IDIuNjdINy4wN2MtMS40NyAwLTIuNjctMS4yLTIuNjctMi42N3YtMTZjMC0xLjQ3IDEuMTktMi42NyAyLjY3LTIuNjdoNi42N1ptLTYuNjcgOS4zNGMtLjM3IDAtLjY3LjMtLjY3LjY3djUuMzNjMCAuMzcuMy42Ny42Ny42N3MuNjctLjMuNjctLjY3di0xLjMzaC4zM2MxLjI5IDAgMi4zMy0xLjA1IDIuMzMtMi4zM3MtMS4wNS0yLjMzLTIuMzMtMi4zM2gtMVptNCA2YzAgLjM3LjMuNjcuNjcuNjdoMWMxLjEgMCAyLS45IDItMnYtMi42N2MwLTEuMS0uOS0yLTItMmgtMWMtLjM3IDAtLjY3LjMtLjY3LjY3djUuMzNabTUuMzMtNmMtLjM3IDAtLjY3LjMtLjY3LjY3djUuMzNjMCAuMzcuMy42Ny42Ny42N3MuNjctLjMuNjctLjY3di0yaDEuMzNjLjM3IDAgLjY3LS4zLjY3LS42N3MtLjMtLjY3LS42Ny0uNjdoLTEuMzNWMTIuNWgxLjMzYy4zNyAwIC42Ny0uMy42Ny0uNjdzLS4zLS42Ny0uNjctLjY3aC0yWm0tMS4zMi05LjM0IDUuMzMgNS4zM2gtNS4zM1YxLjgzWiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjV2MjVIMHoiLz48L2c+PC9zdmc+')
}
.iPaper a.WORD:before, .iPaper a.word:before {
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaWQ9ImRvYyIgdmlld0JveD0iMCAwIDI1IDI1Ij48ZyBpZD0iaWNvbiI+PHBhdGggZmlsbD0iIzEzNTdiYSIgZD0iTTEzLjc0IDdWMS42Nkg2LjQxYy0xLjEgMC0yIC45LTIgMlYyMWMwIDEuMS45IDIgMiAyaDEyYzEuMSAwIDItLjkgMi0yVjguMzNoLTUuM2MtLjc4IDAtMS4zNy0uNi0xLjM3LTEuMzNabTIuNCA0LjY3aC45N2MuMzIgMCAuNTYuMy40OS42MWwtMS43NyA3LjY3Yy0uMDUuMjMtLjI1LjM5LS40OC4zOWgtMS4yMmMtLjIzIDAtLjQyLS4xNS0uNDgtLjM3bC0xLjI0LTQuNTgtMS4yMyA0LjU1Yy0uMS4yNi0uMjYuNDEtLjQ4LjQxSDkuNDhjLS4yMyAwLS40NC0uMTYtLjQ5LS4zOWwtMS43Ny03LjY3Yy0uMDctLjMxLjE3LS42MS40OS0uNjFoLjk3Yy4yMyAwIC40NC4xNi40OS4zOWwuOTkgNC4yOCAxLjE2LTQuM2MuMDYtLjIyLjI2LS4zNy40OC0uMzdoMS4yM2MuMjMgMCAuNDIuMTUuNDguMzdsMS4xNiA0LjMuOTktNC4yOGMuMDUtLjIzLjIyLS4zOS40OC0uMzlaTTE1LjA4IDEuNjZWN2g1LjMzbC01LjMzLTUuMzRaIi8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNXYyNUgweiIvPjwvZz48L3N2Zz4=')
}
.iPaper a.EXCEL:before, .iPaper a.excel:before {
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaWQ9InhscyIgdmlld0JveD0iMCAwIDI1IDI1Ij48ZyBpZD0iaWNvbiI+PHBhdGggZmlsbD0iIzAwOGU0YSIgZD0iTTEzLjc0IDYuNzFWMS4zN0g2LjQxYy0xLjEgMC0yIC45LTIgMnYxNy4zNGMwIDEuMS45IDIgMiAyaDEyYzEuMSAwIDItLjkgMi0yVjguMDRoLTUuM2MtLjc4IDAtMS4zNy0uNi0xLjM3LTEuMzNabTIgNS42OC0yIDMuMzIgMi4wNCAzLjMyYy4yOC40NS0uMDUgMS4wMi0uNTcgMS4wMmgtMS4xYy0uMjMgMC0uNDUtLjEyLS41Ny0uMzJsLTEuMTQtMS44NS0xLjE0IDEuODVjLS4xMi4yLS4zNC4zMi0uNTcuMzJoLTEuMWMtLjUyIDAtLjg0LS41Ny0uNTctMS4wMmwyLjA0LTMuMzItMi4wNC0zLjMyYy0uMjgtLjQ1LjA1LTEuMDIuNTctMS4wMmgxLjFjLjIzIDAgLjQ1LjEyLjU3LjMybDEuMTQgMS44NSAxLjE0LTEuODVjLjEyLS4yLjM0LS4zMi41Ny0uMzJoMS4xYy41MiAwIC44NC41Ny41MyAxLjAyWm0tLjY3LTExLjAydjUuMzRoNS4zM2wtNS4zMi01LjM0WiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjV2MjVIMHoiLz48L2c+PC9zdmc+')
}
a.iPaper:hover .title,
a.iPaper:active .title,
a.iPaper:focus .title,
.iPaper a:hover .title,
.iPaper a:active .title,
.iPaper a:focus .title{
	text-decoration: underline;
}
.iPaper .ext{
	display:inline-block;
	font-size: 0.75em;
	text-decoration:none;
}


figure{
	margin: 0;
}
/*添付画像:1枚(中央)*/
.iFigureC {
	clear: both;
	padding: 0;
	margin: 20px 0;
	text-align: center;
}
/*添付画像:複数を行別中央配置*/
.iFigure {
	clear: both;
	margin:  35px -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
ul.iFigure {
	list-style: none;
}

.iFigure figure{
	display: inline-block;
	margin:5px;
	overflow: hidden;
	vertical-align: top;
}
.iFigure > li, .iFigure figure {
	display: inline-block;
	clear: both;
	max-width: 100%;
	text-align: center;
}
/*添付画像:1枚(右)*/
.iFigureR{
	float:right;
	margin-left:20px;
	margin-right:0;
}
/*添付画像:1枚(左)*/
.iFigureL{
	clear:left;
	float:left;
	margin-left:0;
	margin-right:20px;
}
/*添付画像詳細*/
.iFigure li img ,
.iFigureC img,
.iFigureR img,
.iFigureL img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
/*comment*/
.mainText figcaption {
	text-align:left;
	word-wrap: break-word;
	display: block;
	margin: 5px 0;
	line-height: 1.5;
}
.mainText figcaption p{
	font-size:0.9375em;
	margin-bottom:0;
}
/*title*/
.mainText figcaption strong{
	text-align: center;
	display:block;
	font-weight:600;
	word-wrap: break-word;
	margin-bottom:5px;
}

/*画像リンク*/
.iFigure.links > li a {
	display: block;
}

.iFigure.links li a:hover img, .iFigure.links li a:active img, .iFigure.links li a:focus img {
	opacity: 0.8;
}

/*添付画像詳細*/
.iFigure li img, .iFigureC img, .iFigureR img, .iFigureL img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/*Mobile*/
@media screen and (max-width: 767px){
	.iFigureR,
	.iFigureL{
		margin-left:0;
		margin-right:0;
		margin-bottom:15px;
		float:none;
		min-width:100%;
	}
	.iFigure figur{
		margin:5px;
		width: 100%;
	}

}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	.iFigure{
		margin-left: -5px;
		margin-right: -5px;
	}
	article#main.iFigure{
		margin-left: -25px;
	}
	/*配置*/
	.txtPart.row{
		margin:10px 0;
		clear:both;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
	}
	.txtPart.row >.txtPTxt{
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin:0 10px 10px;
	}
	.txtPart.row >.iFigureR,
	.txtPart.row >.iFigureL{
		-ms-flex-negative:0;
		    flex-shrink:0;
	}
}
/*Slider slick v1.8********************/
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
	z-index:2;
    position: absolute;
    top: 50%;
	margin-top:-13px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
	overflow:hidden;
    background: rgba(255,255,255,0.8);
	-webkit-transition: .4s;
	transition: .4s;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled{
    opacity: 0.25;
}

.slick-prev{
	left: 10px;
}
.slick-next{
	right:10px;
}
.slick-prev:before,
.slick-next:before{
    content: '';
	display:block;
    line-height: 1;
    opacity: .8;
	position:absolute;
	-webkit-box-sizing:content-box;
	        box-sizing:content-box;
	width:40%;
	height:40%;
	border-style:solid;
	-webkit-transform:rotate(45deg);
	        transform:rotate(45deg);
	top:25%;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev:before{
	right:20%;
	border-width:0 0 1px 1px;
}
.slick-next:before{
	left:20%;
	border-width:1px 1px 0 0 ;
}

/* Dots */
.slick-dotted.slick-slider{
    text-align: center;
}
.slick-dots {
	display: block;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	text-align: center;
	line-height: 14px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 8px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: transparent;
	position: relative
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: '';
	text-align: center;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: .8
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1
}
/*コントローラーまとめ*/
.slider-control {
	display: block;
	text-align: center;
	line-height: 30px;
}
.slider-control>* {
	display: inline-block;
	vertical-align: middle
}
.slider-control .slick-dots {
	display: inline-block;
	margin: 0;
	vertical-align: middle
}

/*停止/再生button*/
button.pause {
	display: inline-block;
	margin-top: 2px;
	margin-left: 10px;
	height: 0;
	width: 20px;
	border-radius: 5px;
	padding-top: 14px;
	position: relative;
	background: transparent;
	border: 0;
	overflow: hidden
}
button.pause:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -4.5px;
	margin-top: -6px;
	width: 10px;
	height: 15px;
	border-style: solid;
	border-color: #fff;
	border-width: 0 3px
}
button.pause.paused:after {
	width: 0;
	height: 0;
	margin-left: -2px;
	margin-top: -6px;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff
}


/*記事内スライドショー*/
.PhotoGarary{
	margin:20px 0;
	padding: 0 15px 10px;
	overflow:hidden;
	position: relative;
	color: #fff;
	background: #444;
}
.PhotoGarary .slide img{
	margin:0 auto;
	width:auto;
	height:auto;
	max-width:100%;
}
/*キャプション*/
.PhotoGarary .caption{
	padding:10px 20px;
	word-wrap: break-word;
	text-align: left;
}
.PhotoGarary  .caption strong{
	display: block;
	margin-bottom: 5px;
	color: #fff;
}
.PhotoGarary  .caption p{
	display: block;
	margin:0;
	color: #E5E5E5;
}

/*arrow*/
.slick-prev,
.slick-next{
	background: rgba(197,197,197,0.80);
}
.PhotoGarary .slick-prev{
	left: 0;
}
.PhotoGarary .slick-next{
	right: 0;
}
.PhotoGarary .slick-prev::before,
.PhotoGarary .slick-next::before{
	width: 14px;
	height: 14px;
	top:50%;
	margin-top: -7px;
}

.PhotoGarary .main .slide {
	max-width: 800px;
}
.PhotoGarary .main .slick-prev,
.PhotoGarary .main .slick-next{
	height: 98px;
	width: 36px;
	margin-top: -49px;
}
/*サムネイル*/
.PhotoGarary .thumbs{
	margin: 0 -15px;
	padding:15px 35px;
	background: #333;
}
.PhotoGarary .thumbs .slide{
	margin:0 8px;
	overflow:hidden;
	outline:none;
}
.PhotoGarary .thumbs .slide img{
	cursor:pointer;
	border:2px solid transparent;
	width:auto;
	height:70px;
}
/*選択中**/
.PhotoGarary .thumbs .slick-current img{
	border-color:#fff;
}
/*arrow*/
.PhotoGarary .thumbs .slick-prev,
.PhotoGarary .thumbs .slick-next{
	background:none;
	width: 25px;
	height: auto;
	top:5px;
	bottom: 5px;
	margin: 0 5px;
}
.PhotoGarary .thumbs .slick-prev::before,
.PhotoGarary .thumbs .slick-next::before{
	width: 12px;
	height: 12px;
	margin-top: -6px;
}
/*停止/再生button テキスト表示あり*/
.PhotoGarary button.pause{
	margin: 5px;
	display:inline-block;
	border: none;
	background: none;
}
.PhotoGarary button.pause .play,
.PhotoGarary button.pause.paused .stop{
	display: none;
}
.PhotoGarary button.pause.paused .play,
.PhotoGarary button.pause .stop{
	display:inline-block;	
}
.PhotoGarary button.pause .play::before,
.PhotoGarary button.pause .stop::before{
	display:inline-block;
	margin-right:.4em;
	font-family: FontAwesome;	
}
.PhotoGarary button.pause .play::before{
	content: "\f04b";
}
.PhotoGarary button.pause .stop::before{
	content: "\f04c";
}

.PhotoGarary .slick-info{
	display: block;
	text-align: right;
	margin: 5px;
}
.PhotoGarary .slick-info button{
	float: left;
	margin: 0 5px 0 0;
}

.no-js .PhotoGarary .slide{
	margin:5px;
}
/*Mobile*/
@media screen and (max-width: 767px){
	.PhotoGarary .thumbs .slide img{
		height:40px;
	}
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	.mainText .PhotoGarary {
		margin-left: -16px;
	}
	.PhotoGarary .main{
		margin: 0 auto;
	}
	.PhotoGarary .main .slide {
		width: 800px;
		max-width: 100%;
	}
	.PhotoGarary .main .slide .caption{
		max-width: 800px;
		margin: 0 auto;
	}
	.no-js .PhotoGarary .slider{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
	.no-js .PhotoGarary .slide{
		margin: 0;
		padding: 10px;
		width: 50%;
	}

}


/*トピックス*******************************/
.topicList{
	margin-bottom:40px;
}
/*記事一覧*/
.mainText ul.entrys, ul.entrys {
	margin: 15px 0 5px;
	padding: 0;
	list-style: none;
}
p.entrys {
	margin: 1em;
}
.entrys li {
	padding: 10px 0;
}
.entrys li > a[href] {
	position: relative;
	text-decoration: none;
	line-height: 1.5;
	color: #000;
}
.entrys .title {
	font-size: 0.95em;
  line-height: 1.5;
	font-weight: bold;
}
.entrys a:hover .title, .entrys a:active .title, .entrys a:focus .title {
	text-decoration: underline;
}
.entrys time {
	font-size: 0.95em;
	color: #444444;
	text-decoration: none;
	width: 9em;
	max-width: 200px;
	}
.post-categorys {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
  column-gap: 8px;
}
.post-categorys li {
  border-radius: 30px;
  border: 1px solid #000;
  min-width: 5.3em;
  text-align: center;
  font-size: 0.9em;
  border: 1px solid #004693;
  color: #004693;
  padding: 3px 8px 1px;
}
.post-categorys .imp {
  border: 1px solid #c62a00;
  color: #c62a00;
}
.mainText .entrys p, .entrys p {
	margin: 0;
	line-height: 1.5;
}
.entrys div.msg{
	line-height: 1.5;
	margin: 0.2em 0;
}


/*タグ*/
ul.tag{
	list-style:none;
	overflow:hidden;
	margin: 6px;
	padding: 0;
	display: flex;
}
.tag li{
	display:block;
	float:left;
	margin:4px;
}
.tag li a{
	padding: 4px 8px 2px;
	line-height: 1.2;
	display:block;
	color: #fff !important;
	background: #00478e;
}
.tag li a[herf]:hover,
.tag li a[herf]:active,
.tag li a[herf]:focus{
	text-decoration:none;
	background: #002A52;
}
.tag a.selected{
	font-weight:bold;
	background: #002A52;
}
.topicList .entrys li ul.tag{
	display: flex;
	margin: 0 0 0 1em;
	font-size:0.875em;
}
.topicList li .tag li{
	padding:0;
}

/*Mobile*/
@media screen and (max-width: 767px){
	.mainText .topicList ul.entry{
		margin-left: -5px;
		margin-right: -5px;
	}
	.topicList ul.entry>li{
		padding-left: 5px;
		padding-right: 5px;
	}
	ul.tag{
		margin: 5px -3px;
	}
}
/*Desktop & Print*/
@media print, screen and ( min-width : 768px ) {
	.entrys >li>a {
		display: flex;
		align-items: flex-start;
	}
	.entrys time {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.entrys .title {
		flex: 1;
	}
}

/*スタッフ紹介*/
.staffProf h2 span,.staffProf h2 small{
	display: inline-block;
}

.mainText table.prof {
	width: 100%;
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	.mainText table.prof tbody th{
		width: 6em;
	}
}
