@charset "UTF-8";
/****************************************************
* base 01基本スタイルシート *
*****************************************************/
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
button, hr, input {
	overflow: visible;
}
audio, canvas, progress, video {
	display: inline-block;
}
button, select {
	text-transform: none;
}
body, button, input, select, textarea {
	margin: 0;
}
details, dialog, main {
	display: block;
}
*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	height: 0;
}
nav ol, nav ul {
	list-style: none;
}
code, kbd, pre, samp {
	font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono,  Oxygen Mono, Liberation Mono, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
::-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:not([fill]) {
	fill: currentColor;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: button;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	resize: vertical;
}
[type="checkbox"], [type="radio"] {
	padding: 0;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
 height: auto;
}
::-webkit-input-placeholder {
 color: inherit;
 opacity: 0.54;
}
::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
:-moz-focusring {
 outline: ButtonText dotted 1px;
}
dialog {
	background-color: #fff;
	border: solid;
	color: #000;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}
[hidden], dialog:not([open]), template {
	display: none;
}
summary {
	display: list-item;
}
[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-disabled="true"], [disabled] {
	cursor: not-allowed;
}
[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}
/*基本・共通******************************************/
/*HTML5*/
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
a {
	text-decoration: none;
}
a[href] {
	text-decoration:underline;
}
a[href]:hover, a[href]:focus, a[href]:active{
	text-decoration:none;
}
/*強調1*/
strong {
	font-size: 1em;
	font-weight: bold;
}
/*強調2*/
em {
	font-size: 1em;
	text-decoration: none;
	font-style: normal;
	color: #bf1a20;
}
/*ナビゲーション*/
nav ul, nav li,
ul.nav,.nav ul, .nav li{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
/*定義リスト*/
dl {
	margin: 5px;
	padding: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
	margin-bottom: 5px;
}
/*クリア*/
.clear {
	clear: both;
}
/*非表示*/
.noDisp {
	display: none !important;
}

/*画像*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none 0;
}
/*見出し*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/*文*/
p {
	margin: 0;
	padding: 0;
}
/*大・小*/
big, .large{
	font-size: 1.125em;
}
small, .small{
	font-size: 0.9em;
}
/*クリア*/
.clear{
	clear:both;
}
hr{
	border: 0;
	border-top:1px dotted #999;
	margin:10px 0;
}
hr.clear{
	display:none;
}

/*読み上げ用隠し*/
.speech {
	margin: 0;
	padding: 0;
	display: block;
	width: 1px;
	height: 1px;
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

/*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;
}
.inline{
	display:inline-block;
}
.inline-list li{
	display:inline-block;	
} 
/*grid*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.row .half{
	width:50%
}
.row .quote{
	width:25%
}
.row.trisect >*, 
.row .one-third{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width:33.33333333333333%;
	width: calc( 100% / 3 );
}
.row.trisect .double,
.row .two-third{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width:66.66666666666666%;
	width: calc( 100% / 3 * 2 );
}
.row .col.noFixW{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.row.r2l{
	-ms-flex-direction:row-reverse;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	        flex-direction:row-reverse;
}
@media only screen and (max-width: 767px) {
	.row:not(.mb){
		display: block;
	}
	.row:not(.mb) .col {
		width: 100%;
	}
	.row:not(.mb) .col.noFixW{
		max-width: 100%;
		margin: 0 auto;
	}
}


/*loader表示*/
.Loading{
	text-align: center;
	margin:40px auto;
}
.Loading:before{
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:30px;
	background-image:url(/WSR/loader.gif);
	background-repeat:no-repeat;
}

/*構造 レイアウト*******************************************************/
html{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	z-index: 1;
	min-width:320px;
}
.container{
	max-width:1020px;
	margin:0 auto;
	padding:0 10px;
}


@media print{
/*印刷時*/
	body {
		width: 1100px;
		margin:0 auto;
	}
}

/*ヘッダー*******************************************************/
body{
	padding-top: 70px;
}
#pageHead {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 11;
	color:#fff;
	background-color: #000;
}
#pageHead h1 {
	font-size: 12px;
}
#pageHead h1 a {
	color:#fff;
	display: inline-block;
	margin: 5px 0;
	transition: opacity .3s;

	width: 100%;
	max-width: 107px;
	padding-top: 57px;
	height: 0;
	overflow: hidden;
	background-image: url("/rmoubt000000004e-img/logo.png");
	background-position:left center;
	background-size: contain;
	background-repeat: no-repeat;

}
#pageHead h1 a:hover, #pageHead h1 a:focus {
	opacity: .7;
}
#pageHead h1 a span{
	display: inline-block;
}
#pageHead>.container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width:none;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 16px;
	min-height: 54px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
#headBox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 5px;
}
/*tool************************/
#toolBtn {
	height: 36px;
	padding: 0; margin: 0 0 0 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	z-index: 2;
}
#toolBar ul li {
	position: relative;
}
#toolBar ul li button.drop {
	position: relative;
	width: 36px;
	height: 36px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	overflow: hidden;
	background-color: transparent;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: .7;
}
#toolBar ul li button.drop:hover, #toolBar ul li button.drop:focus {
	opacity: 1;
}
/*buttonアイコン設定*/
#toolBtn  button.drop::before {
	content: "";
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#toolBtn #srcBox button.drop::before {
	background-image: url("/css/header/search.png");
}
#toolBtn #color button.drop::before {
	background-image: url("/css/header/fontsize.png");
}
#toolBtn li.open button.drop::before{
	background-image: url("/css/header/close.png") !important;
}
#toolBtn .panel{
	display: block;
	padding: 10px;
	position: absolute;
	width: 300px;
	top: 55px;
	right: -9px;
	background: #333;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#toolBtn .open > .panel {
	opacity: 1;
	visibility: visible;
}
/*検索フォーム*/
.search form {
	position: relative;
	width: auto;
	text-align: left;
	background: #fff;
	border-radius: 5px;
	font-size: 0.9em;
	height: 30px;
	overflow: hidden;
}
.search form input[type="text"] {
	font-size: 1em;
	line-height: 1.8;
	width: 100%;
	min-width: 120px;
	padding: 0 5px;
	color: #000;
	background: #fff;
	border: none !important;
}
.search form button[type="submit"] {
	position: absolute;
	top: 50%;
	right: 3px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	background-color: #bf1a20;
	border: none;
	height: 26px;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
/*IE*/
.search form input:-ms-input-placeholder{
	font-size:1em;
	color:#666;
	font-weight:normal;
}
/*色/文字*/
#toolBtn #color .panel{
	width: 250px;
	text-align: left;
}
#t_jtools {
	list-style-type: none;
}
#t_jtools >li{
	margin: 10px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#t_jtools li .label {
	color: #fff;
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 900;
}
.switchColor {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 22px;
}
.switchColor input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.switchColor .ui {
	border-radius: 34px;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #c8c9c9;
	-webkit-transition: .3s;
	transition: .3s;
}
.switchColor .ui span {
	border-radius: 34px;
	position: absolute;
	content: "";
	height: 100%;
	width: 38px;
	left: 0;
	bottom: 0;
	background-color: #bf1a20;
	-webkit-transition: .3s;
	transition: .3s;
}
.switchColor .ui span::after {
	content: 'OFF';
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	display: block;
	text-align: center;
}
.switchColor input:focus + .ui {
	-webkit-box-shadow: 0 0 2px 3px #87bffe;
	        box-shadow: 0 0 2px 3px #87bffe;
}
.switchColor input:checked + .ui span {
	-webkit-transform: translateX(32px);
	        transform: translateX(32px);
}
.switchColor input:checked + .ui span::after {
	content: 'ON';
}

.fontSlider {
	width: 90px;
	position: relative;
	display: inline-block;
}
.fontSlider input[type="range"]{
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	display: inline-block;
	background-color: #c8c9c9;
	height:3px;
	border: none;
}
.fontSlider input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	background: #bf1a20;
	border:none;
	border-radius: 50%;
	cursor: pointer;
}
/*input[type="range"]=rangeslider.js*/
.rangeslider{
	display: block;
	position: relative;
	margin: 8px 0;
	background-color: #c8c9c9;
	width: 100%;
	height:3px;
	border: none;
}
.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%;
}
.rangeslider__fill {
    background: rgba(0,0,0,.4);
    position: absolute;
}
.rangeslider__handle{
	position: absolute;
	top: -6.5px;
	width: 16px;
	height: 16px;
	margin: auto;
	background: #bf1a20;
	border:none;
	border-radius: 50%;
	cursor: pointer;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle{
	-webkit-box-shadow: 0 0 2px 3px #87bffe;
	box-shadow: 0 0 2px 3px #87bffe;
}

/*SP開閉ボタン*/
#sp-menu {
	display: none;
}
/*Mobile*/
@media screen and (max-width: 767px){
	body{
		padding-top: 55px;
	}

	#pageHead h1 a {
		max-width: 75px;
		padding-top: 40px;
	}

	#toolBtn .panel{
		top: 47px;
	}
/*開閉*/
	#headBox {
		padding-right: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	}
	#sp-menu{
		display: block;
		width: 54px;
		height: 100%;
		color: #fff;
		background-color: #ca1c1c;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		border:0;
		cursor: pointer;
		padding:0;margin:0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	#sp-menu .icon {
		display: block;
		position: relative;
	}
	#sp-menu  .icon span{
		display: block;
		height: 1px;
		background: #fff;
		position: absolute;
		width: 24px;
		left: 15px;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#sp-menu .icon span:nth-child(1){
		top: 12px;
	}
	#sp-menu  .icon span:nth-child(2) {
		top: 19px;
	}
	#sp-menu  .icon span:nth-child(3) {
		top: 26px;
	}
	#sp-menu p {
		padding-top: 32px;
		font-size: 0.6em;
	}
	/*開閉ボタンopen時*/
	body.open #pageFoot, body.open #contents {
		-webkit-filter: blur(5px);
		        filter: blur(5px);
	}
	.open #sp-menu  .icon span:nth-child(1) {
		top: 20px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #sp-menu  .icon span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #sp-menu  .icon span:nth-child(3) {
		top: 20px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}
/*印刷*/
@media  print{
	body{
		padding-top: 0;
	}
	#pageHead {
		position: static;
	}
}
/*メニューバー********************************************************/
#menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
}
#menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	line-height: 1.3;
}
#menu ul li a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	color: #C8C9CA;
}
#menu ul li a:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#menu ul li a:after {
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	content: attr(data-hover);
	color: #FFF;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#menu ul li a:hover:before,
#menu ul li a:active:before,
#menu ul li a:focus:before,
#menu ul li a.current :before{
	width: 100%;
}
#menu ul li a:hover:after,
#menu ul li a:active:after,
#menu ul li a:focus:after,
#menu ul li a.current:after{
	max-width: 100%;
}

/*Mobile*/
@media screen and (max-width: 767px){
	#menu{
		display: none;
		position: fixed;
		top: 53px;
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
		left: 0;
	}
	#menu ul li a {
		text-align: left;
		font-size: 16px;
	}
	#menu ul {
		display: block;
		text-align: initial;
		padding: 10px 0;
	}
	#menu ul li {
		display: block;
		max-width: 95%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-bottom: 1px solid #fff;
		opacity: none;
		padding: 10px;
		margin: 0 auto;
	}
	#menu ul li:last-child {
		border: none;
	}
}
/* Desktop */
@media screen and (min-width: 768px) and (max-width: 1024px)   {
	#menu ul li {
		padding: 0px 4px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
	#menu ul li {
		padding: 0px 1.92vw;
	}
}
/*フッター*******************************************************/
#pageFoot {
	color: #fff;
	background-color: #000;
	border-top: 1px solid transparent;
	bottom: 0;
}
#pageFoot .container{
	max-width: 1100px;
}
#pageFoot a {
	color: #fff;
}
#footerNav a[href]{
	text-decoration: none;
}
#footerNav a[href]:hover, #footerNav a[href]:focus {
	text-decoration: underline;
}
/*コーナー*/
#footerConts{
	padding-top: 20px;
	font-size: 0.8125em;
	line-height: 1.35;
}
#footerConts li{
	display: block;
	position: relative;
}
#footerConts h4{
	font-size: 1.230769230769231em;
	font-weight: 500;
}
#footerConts li ul{
	margin: 7px 0 0;
	display: block;
}
#footerConts li ul ul{
	margin: 7px 0 7px 10px ;
}
#footerConts li li{
	display: block;
	margin-bottom: 7px;
}
#footerConts h4+ul li li{
	padding-left:0.6em;
}
#footerConts h4+ul li li::before{
	position: absolute;
	top:0;
	left:0;
	display: block;
	content:"-";
}
#footerConts li {
	color: #C8C9CA;
}
#footerConts li >a{
	color: ##e2e2e2
}
.sns  a::before{
	content:"";
	display: inline-block;
	margin-top: -0.2em;
	margin-right: 0.3em;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
}
.sns .fb a::before{
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1oaWRkZW49InRydWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1mYWNlYm9vayBmYS13LTE0IiBkYXRhLWljb249ImZhY2Vib29rIiBkYXRhLXByZWZpeD0iZmFiIiB2aWV3Qm94PSIwIDAgNDQ4IDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQ0OCA1Ni43djM5OC41YzAgMTMuNy0xMS4xIDI0LjctMjQuNyAyNC43SDMwOS4xVjMwNi41aDU4LjJsOC43LTY3LjZoLTY3di00My4yYzAtMTkuNiA1LjQtMzIuOSAzMy41LTMyLjloMzUuOHYtNjAuNWMtNi4yLS44LTI3LjQtMi43LTUyLjItMi43LTUxLjYgMC04NyAzMS41LTg3IDg5LjR2NDkuOWgtNTguNHY2Ny42aDU4LjRWNDgwSDI0LjdDMTEuMSA0ODAgMCA0NjguOSAwIDQ1NS4zVjU2LjdDMCA0My4xIDExLjEgMzIgMjQuNyAzMmgzOTguNWMxMy43IDAgMjQuOCAxMS4xIDI0LjggMjQuN3oiLz48L3N2Zz4=')
}
.sns .tw a::before{
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1oaWRkZW49InRydWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS10d2l0dGVyIGZhLXctMTYiIGRhdGEtaWNvbj0idHdpdHRlciIgZGF0YS1wcmVmaXg9ImZhYiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00NTkuMzcgMTUxLjcxNmMuMzI1IDQuNTQ4LjMyNSA5LjA5Ny4zMjUgMTMuNjQ1IDAgMTM4LjcyLTEwNS41ODMgMjk4LjU1OC0yOTguNTU4IDI5OC41NTgtNTkuNDUyIDAtMTE0LjY4LTE3LjIxOS0xNjEuMTM3LTQ3LjEwNiA4LjQ0Ny45NzQgMTYuNTY4IDEuMjk5IDI1LjM0IDEuMjk5IDQ5LjA1NSAwIDk0LjIxMy0xNi41NjggMTMwLjI3NC00NC44MzItNDYuMTMyLS45NzUtODQuNzkyLTMxLjE4OC05OC4xMTItNzIuNzcyIDYuNDk4Ljk3NCAxMi45OTUgMS42MjQgMTkuODE4IDEuNjI0IDkuNDIxIDAgMTguODQzLTEuMyAyNy42MTQtMy41NzMtNDguMDgxLTkuNzQ3LTg0LjE0My01MS45OC04NC4xNDMtMTAyLjk4NXYtMS4yOTljMTMuOTY5IDcuNzk3IDMwLjIxNCAxMi42NyA0Ny40MzEgMTMuMzE5LTI4LjI2NC0xOC44NDMtNDYuNzgxLTUxLjAwNS00Ni43ODEtODcuMzkxIDAtMTkuNDkyIDUuMTk3LTM3LjM2IDE0LjI5NC01Mi45NTQgNTEuNjU1IDYzLjY3NSAxMjkuMyAxMDUuMjU4IDIxNi4zNjUgMTA5LjgwNy0xLjYyNC03Ljc5Ny0yLjU5OS0xNS45MTgtMi41OTktMjQuMDQgMC01Ny44MjggNDYuNzgyLTEwNC45MzQgMTA0LjkzNC0xMDQuOTM0IDMwLjIxMyAwIDU3LjUwMiAxMi42NyA3Ni42NyAzMy4xMzcgMjMuNzE1LTQuNTQ4IDQ2LjQ1Ni0xMy4zMiA2Ni41OTktMjUuMzQtNy43OTggMjQuMzY2LTI0LjM2NiA0NC44MzMtNDYuMTMyIDU3LjgyNyAyMS4xMTctMi4yNzMgNDEuNTg0LTguMTIyIDYwLjQyNi0xNi4yNDMtMTQuMjkyIDIwLjc5MS0zMi4xNjEgMzkuMzA4LTUyLjYyOCA1NC4yNTN6Ii8+PC9zdmc+')
}
.sns .yt a::before{
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1oaWRkZW49InRydWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS15b3V0dWJlIGZhLXctMTgiIGRhdGEtaWNvbj0ieW91dHViZSIgZGF0YS1wcmVmaXg9ImZhYiIgdmlld0JveD0iMCAwIDU3NiA1MTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01NDkuNjU1IDEyNC4wODNjLTYuMjgxLTIzLjY1LTI0Ljc4Ny00Mi4yNzYtNDguMjg0LTQ4LjU5N0M0NTguNzgxIDY0IDI4OCA2NCAyODggNjRTMTE3LjIyIDY0IDc0LjYyOSA3NS40ODZjLTIzLjQ5NyA2LjMyMi00Mi4wMDMgMjQuOTQ3LTQ4LjI4NCA0OC41OTctMTEuNDEyIDQyLjg2Ny0xMS40MTIgMTMyLjMwNS0xMS40MTIgMTMyLjMwNXMwIDg5LjQzOCAxMS40MTIgMTMyLjMwNWM2LjI4MSAyMy42NSAyNC43ODcgNDEuNSA0OC4yODQgNDcuODIxQzExNy4yMiA0NDggMjg4IDQ0OCAyODggNDQ4czE3MC43OCAwIDIxMy4zNzEtMTEuNDg2YzIzLjQ5Ny02LjMyMSA0Mi4wMDMtMjQuMTcxIDQ4LjI4NC00Ny44MjEgMTEuNDEyLTQyLjg2NyAxMS40MTItMTMyLjMwNSAxMS40MTItMTMyLjMwNXMwLTg5LjQzOC0xMS40MTItMTMyLjMwNXptLTMxNy41MSAyMTMuNTA4VjE3NS4xODVsMTQyLjczOSA4MS4yMDUtMTQyLjczOSA4MS4yMDF6Ii8+PC9zdmc+')
}
.sns .in a::before{
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjwhLS0hIEZvbnQgQXdlc29tZSBQcm8gNi4xLjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjIgRm9udGljb25zLCBJbmMuIC0tPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yMjQuMSAxNDFjLTYzLjYgMC0xMTQuOSA1MS4zLTExNC45IDExNC45czUxLjMgMTE0LjkgMTE0LjkgMTE0LjlTMzM5IDMxOS41IDMzOSAyNTUuOSAyODcuNyAxNDEgMjI0LjEgMTQxem0wIDE4OS42Yy00MS4xIDAtNzQuNy0zMy41LTc0LjctNzQuN3MzMy41LTc0LjcgNzQuNy03NC43IDc0LjcgMzMuNSA3NC43IDc0LjctMzMuNiA3NC43LTc0LjcgNzQuN3ptMTQ2LjQtMTk0LjNjMCAxNC45LTEyIDI2LjgtMjYuOCAyNi44LTE0LjkgMC0yNi44LTEyLTI2LjgtMjYuOHMxMi0yNi44IDI2LjgtMjYuOCAyNi44IDEyIDI2LjggMjYuOHptNzYuMSAyNy4yYy0xLjctMzUuOS05LjktNjcuNy0zNi4yLTkzLjktMjYuMi0yNi4yLTU4LTM0LjQtOTMuOS0zNi4yLTM3LTIuMS0xNDcuOS0yLjEtMTg0LjkgMC0zNS44IDEuNy02Ny42IDkuOS05My45IDM2LjFzLTM0LjQgNTgtMzYuMiA5My45Yy0yLjEgMzctMi4xIDE0Ny45IDAgMTg0LjkgMS43IDM1LjkgOS45IDY3LjcgMzYuMiA5My45czU4IDM0LjQgOTMuOSAzNi4yYzM3IDIuMSAxNDcuOSAyLjEgMTg0LjkgMCAzNS45LTEuNyA2Ny43LTkuOSA5My45LTM2LjIgMjYuMi0yNi4yIDM0LjQtNTggMzYuMi05My45IDIuMS0zNyAyLjEtMTQ3LjggMC0xODQuOHpNMzk4LjggMzg4Yy03LjggMTkuNi0yMi45IDM0LjctNDIuNiA0Mi42LTI5LjUgMTEuNy05OS41IDktMTMyLjEgOXMtMTAyLjcgMi42LTEzMi4xLTljLTE5LjYtNy44LTM0LjctMjIuOS00Mi42LTQyLjYtMTEuNy0yOS41LTktOTkuNS05LTEzMi4xcy0yLjYtMTAyLjcgOS0xMzIuMWM3LjgtMTkuNiAyMi45LTM0LjcgNDIuNi00Mi42IDI5LjUtMTEuNyA5OS41LTkgMTMyLjEtOXMxMDIuNy0yLjYgMTMyLjEgOWMxOS42IDcuOCAzNC43IDIyLjkgNDIuNiA0Mi42IDExLjcgMjkuNSA5IDk5LjUgOSAxMzIuMXMyLjcgMTAyLjctOSAxMzIuMXoiLz48L3N2Zz4=')
}
#footerAbout {
	font-size: 0.8em;
}
/*発信元*/
#footerInfo {
	border-top: 1px solid #bf1a20;
	font-size: 0.9375em;
}
#footerInfo h2{
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 4px;
}

ul.office{
	margin: 0.5em 0;
	padding: 0;
	list-style-type: none;
}
.office li{
	display:block;
}
.office li span,.office li a{
	display: inline-block;
}

#copyright{
	margin: 0.5em 0;
	text-align: center;
	font-size: 0.625em;
	color: #B9B9B9;
}

/*Mobile*/
@media screen and (max-width: 767px){
	#footerConts >li{
		padding: 10px;
		border-bottom: 1px solid #fff;
	}
	#footerConts >li:not(.others)>ul{
		display:none;
	}
	#footerConts >li.others>ul>li>ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#footerAbout {
		margin: 20px 0 ;
	}
	#footerAbout li {
		padding: 5px 0;
	}
	#footerInfo {
		padding: 10px 0;
	}
	#footerInfo .office,	
	#footerInfo .office li.address{
		margin-bottom: 1em;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	#footerConts{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#footerConts >li.access{
		display:none;
	}
	#footerConts h4{
		margin: 16px 0 12px;
	}

	#footerAbout {
		margin: 8px 0;
	}
	#footerAbout li {
		display: inline-block;
	}
	#footerAbout li::after {
		content: "|";
		margin: 0 5px;
	}
	#footerAbout li:last-child::after {
		display:none;
	}
	#footerInfo {
		padding:  24px 0;
	}
	#footerInfo .office {
		margin:0;
	}
	#footerInfo .office li{
		margin-right:10px;
		display:inline-block;
	}
	#copyright{
		text-align: left;
	}
}
/*コンテンツ部********************************************************/
#contents{
	clear:both;
	position:relative;
	overflow:hidden;
	text-align:left;
}
/*コンテンツ ヘッダー*/
#contentHead{
	margin-bottom:40px;
}
#contentHead h2.pageTitle{
	max-width:1100px;
	margin:0 auto;
	padding:0 10px ;
	font-size: 1.875em;
	font-weight: 900;
}
#contentHead h2.pageTitle:last-child{
	padding-bottom:20px ;
}
#contentHead h2.cateTitle {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	font-size: 2.063em;
	font-weight: 500;
	text-align:center;
	min-height: 120px;
	background-image: url(/qlmcaj00000001ag/cate_bg.png);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
/*IE対策つっかえ棒*/
#contentHead h2.cateTitle::before{
	content: "";
	width1px;
	margin-left:-1px;
	height: 120px;
}
#contentHead h2.cateTitle span{
	width: 100%;
	max-width:1100px;
	padding:10px;
	display: inline-block;
	color: #fff;
	text-shadow:  0 0 3px #000;
}
#contentHead .container{
	max-width:1100px;
	overflow: hidden;
	padding:0 10px 20px;
}
#contentHead h2.cateTitle +.container{
	padding:20px 10px;
	text-align:center;
}
#contentHead .container p{
	margin:10px 0;
}
#contentHead .container .mainText{
	padding: 10px;
	text-align:left;
}
#contentHead  p.lastDate{
	display: inline-block;
	font-size: 0.75em ;
	margin:0;
}
#contentHead.sc{
	overflow: hidden;
}
#contentHead h2 span.sub{
	display: inline-block;
    font-size: 0.666666666666667em;
    font-weight: 400;
    margin-left: 1em;
}
#contentHead .coverImg {
	max-width:1100px;
	height:120px;
	overflow: hidden;
	margin:20px auto 30px;
	background-size: cover;
	background-position:center center;
}


.cBtn {
	display: block;
	text-align: center;
	margin:10px 0;
}
p+.cBtn {
	margin-top:20px ;
}
.cBtn ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	border: 1px solid;
	border-radius: 5px;
	list-style: none;
}
.cBtn ul li {
	font-size: 1.1em;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:200px;
    -webkit-box-flex: 1 0 200px;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
}
.cBtn ul li +li{
	border-left: 1px solid ;
}
.cBtn ul a {
	display: block;
	padding: 7px 1em;
	width: 100%;
	text-decoration: none;
}
.cBtn ul a:hover, .cBtn ul a:active, .cBtn ul a:focus {
	text-decoration: underline;
}


/*Mobile*/
@media screen and (max-width: 767px){
	#contentHead h2.pageTitle{
		font-size: 1.625em;
	}
	#contentHead h2.cateTitle {
		font-size: 1.500em;
	}
	.cBtn ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cBtn ul li {
		font-size: 0.938em;
	}
}


/*ページ内ショートカットリスト**************/

div.idxInter {
	max-width: 1000px;
	margin: 0 auto 20px;
	position: relative;
}
.idxInter ul {
	padding:0;
	margin: 0;
	list-style-type: none;
}
.idxInter ul li {
	line-height:1.2;
	margin:5px 25px 5px 0;
	display: inline-block;
	list-style-type: none;
}
.idxInter li a {
	padding-right: 12px;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.idxInter li a::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid;
	border-top: 1px solid;
	-webkit-transform: translate(6px, -5px) rotate(135deg);
	transform: translate(6px, -5px) rotate(135deg);
}
.idxInter a:hover, .idxInter a:focus, .idxInter a:active {
	text-decoration: underline;
}
.idxInter.speech,
.idxInter .speech{
	margin:-1px; padding:0; border:0;
}
/*ページ*/
#contents .page{
	overflow: hidden;
	border: 1px solid #fff;
	margin: 0 auto 50px;
	padding: 35px 10px 70px;
}
#contents .page>*{
	max-width:870px;
	margin: 0 auto ;
}


/*Mobile*/
@media screen and (max-width: 767px){
	div.idxInter {
		margin:  20px 0;
	}
	#contents .page{
		margin: 0 -10px 25px;
		padding: 25px 10px 25px;
	}
}

/*パン屑*******************************************************/
#route {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 0.875em;
	padding: 8px 5px;
	overflow: hidden;
	line-height: 1.2;
}
#route ol {
	padding:0;
	margin:0px;
	list-style-type:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;	
}
#route li {
	margin:5px;
	display:inline-block;
}
#route li a,
#route li .label{
	display:inline-block;
}

#route li::after {
	content: "＞";
	padding-left: 5px;
}
#route li:last-child::after {
	content: "";
}/*分類別*******************************************************/

.Creators #contentHead .cateTitle{
	background-image:url(/creators/rmoubt000000015m-img/rmoubt000000015s.jpg);
}


.Sketch #contentHead .cateTitle{
	background-image:url(/about/iccproject/sapporo_movie_sketch/rmoubt000000082m-img/rmoubt000000082s.jpg);
}


.tradeshow #contentHead .cateTitle{
	background-image:url(/about/iccproject/tradeshow/f4fb1t0000000ubb-img/f4fb1t0000000uco.jpg);
}


.cmworkshop #contentHead .cateTitle{
	background-image:url(/about/iccproject/cmworkshop/f4fb1t0000001nri-img/f4fb1t0000001nro.jpg);
}


.esin #contentHead .cateTitle{
	background-image:url(/about/iccproject/esin/f4fb1t0000001v9m-img/f4fb1t0000001v9s.jpg);
}


.acting #contentHead .cateTitle{
	background-image:url(/about/iccproject/f4fb1t0000001veb-img/f4fb1t0000001veh.jpg);
}


.videos #contentHead .cateTitle{
	background-image:url(/k5tpf400000002km-img/k5tpf400000002ks.jpg);
}



.News #contentHead .cateTitle{
	background-image:url(/news/rmoubt00000000ph-img/rmoubt00000000z5.jpg);
}


.access #contentHead .cateTitle{
	background-image:url(/j0o2eg000000068z-img/j0o2eg0000000695.jpg);
}


.event #contentHead .cateTitle{
	background-image:url(/event/j0o2eg00000006q9-img/j0o2eg00000006qf.jpg);
}


.facility #contentHead .cateTitle{
	background-image:url(/facility/j0o2eg00000006ck-img/j0o2eg00000006cq.jpg);
}


.About #contentHead .cateTitle{
	background-image:url(/about/j0o2eg00000005yr-img/j0o2eg00000005yx.jpg);
}


/*共通パーツ**************************************/
.page .mainText {
	padding: 0 10px; 
}
.mainText {
	line-height: 1.8;
}

/*大見出し*/
.mainText h3 {
	clear: both;
	font-size: 1.563em;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-left: -10px;
	text-align: center;
}
.mainText h3 .head {
	position: relative;
	display: block;
	padding: 7px 10px 0 0;
}
.page .mainText h3{
	text-align: left;
}
.page .mainText h3 .head::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: -8px;
	display: inline-block;
	width: 25px;
	height: 1px;
}
/*中見出し*/
.mainText h4 {
	clear: both;
	font-size: 1.250em;
	line-height: 1.5;
	font-weight: 500;
	margin: 30px 0 10px;
	padding-left: 0.5em;
	border-left-width: 3px;
	border-left-style: solid;
}
/*小見出し*/
.mainText h5 {
	clear: both;
	font-size: 1.063em;
	line-height: 1.5;
	font-weight: 500;
	margin: 10px 0;
	padding: 0 5px 0 15px;
	position: relative;
}
.mainText h5::before {
	position: absolute;
	content: "";
	top: 0.6em;
	left: -1px;
	width: 5px;
	height: 5px;
}
.mainText h6 {
	clear: both;
	font-size: 1em;
	font-weight: 500;
	padding-left: 5px;
	margin-bottom: 5px;
}



.mainText .about {
	margin: 0 -10px 40px;
}
.mainText > section{
	clear:both;
	margin-bottom:40px;
}
.mainText p{
	margin: 0 0 1em;
}
.mainText ul, .mainText ol{
	margin:1em 0 1em 1.5em;
	padding: 0;
	line-height: 1.5;
}
.mainText ul li, .mainText ol li{
	margin-bottom: .5em;
}
.mainText td ul, .mainText td ol,
.mainText th ul,.mainText th ol{
	margin:0 0 0 1.4em;
	padding: 0;
	line-height: 1.5;
}

.txtPart {
	margin-bottom: 1em;
	clear: both;
}
.mainText td p{
	margin: 0;
}
.mainText .row {
	margin: 0 -0.5em 1em;
}
.mainText .row .col{
	padding: 0.5em;
}

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

/*Mobile*/
@media screen and (max-width: 767px){
	.mainText h3 {
		font-size: 1.438em;
		margin-left: 0;
	}
	.mainText h4 {
		font-size: 1.125em;
		margin: 15px 0 10px 5px;
	}
	.mainText h5 {
		font-size: 0.938em;
	}
	.mainText h5::before {
		left: 4px;
	}
}

/*リスト・パターン*/
.mainText ol.bracketsList{
	counter-reset: count-b;
	margin-left: 0;
}
.mainText ol.bracketsList li{
	list-style: none;
	position: relative;
	padding-left: 1.4em;
}
.mainText ol.bracketsList li:before{
	counter-increment: count-b;
	content: "(" counter(count-b) ") ";
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 1em;
}
.mainText ol.circleList{
	counter-reset: count-c;
	margin-left: 0;
}
.mainText ol.circleList li{
	list-style: none;
	position: relative;
	padding-left: 1.4em;
}
.mainText ol.circleList li:before {
  	counter-increment: count-c;
	content: counter(count-c);
	margin-right: 1em;
	border: 1px solid ; 
	border-radius: 50%;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	position: absolute; 
	left: 0em;
	top: 2px;
	line-height: 1.1;
}

/*外部などコード埋め込み*/
.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;
}
/*pagePlugin*/
.gCode .fb-page {
  max-width: 500px;
  margin: 0 auto;
}
.gCode .fb_iframe_widget,
.gCode .fb_iframe_widget span,
.gCode .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
/*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;
		overflow-scrolling: touch;
	}
	.gCode.scroll iframe {
		overflow: auto;
		width: 100%;
		max-width: none;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

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

/*表*/
.mainText table {
	padding: 0px;
	margin: 20px 0px 20px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.mainText caption {
	margin:0.5em 0;
	font-weight: bold;
}
.mainText th, .mainText td {
	padding: 10px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	font-size: 0.9em;
	text-align: left;
}
.mainText th[scope="row"] {
	text-align: left;
}
.mainText th[scope="col"] {
	text-align: center;
}
/*数値用*/
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: #666;
	}

	.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:1em;
	}
	.mainText .reflow th, .mainText .reflow td,
	.reflow th,.reflow td{
		width:auto;
		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;
	}
}


/*リンク*/
.iLinks a, a.iLinks {
	display: inline-block;
	vertical-align: middle;
	word-break: break-all;

	position: relative;
	padding-left: 20px;
}
.iLinks  a::before,
 a.iLinks::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-size: cover;
	position: absolute;
	margin-top:-1px;
	top: 0.5em;
	left: 0;
}
.mainText ul.iLinks ,
ul.iLinks {
	clear: left;
	margin-left:0;
	list-style-type: none;
	line-height: 1.5em;
}
ul.iLinks li {
	list-style-type: none;
	vertical-align: middle;
}
/*別ウィンドウアイコン*/
.nw {
	position: relative;
	top: -2px;
	content: "";
	display: inline-block;
	font-size: 0;
	margin-left: 3px;
	width: 14px;
	height: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
}
/*外部サイト*/
.outer{
	display: inline-block;
}
@media print{
	/*印刷*/
	a.outside:after{
	 	content: " (" attr(href) ") ";
  	 	font-size:0.8em;
		display:block;
		text-decoration: none;
	 	padding-left:2em;
	}
}

/**添付画像*/
/*添付画像:1枚(右)*/
.iFigureR {
	clear: both;
	float: right;
	margin-left: 20px;
}
/*添付画像:1枚(左)*/
.iFigureL {
	clear: left;
	float: left;
	margin-right: 20px;
}
.iFigureR, .iFigureL {
	margin-bottom: 10px;
	text-align: center;
}

/*添付画像:1枚(中央)*/
.iFigureC {
	clear: both;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	text-align: center;
}
.iFigureC .imgBox {
	margin: 0 auto;
}
.iFigureC p, .iFigureR p, .iFigureL p {
	margin: 3px 0;
	text-align: left;
}
/*添付画像:複数を行別中央配置*/
.iFigure {
	clear: both;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
}
.iFigure ul {
	list-style-type: none;
	display: block;
	margin: 0 -5px;
	padding: 0;
	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;
}
.iFigure  li {
	padding:5px;
}
.iFigure li img {
	margin: 0;
	width: auto;
}
.mainText div.iFigureC strong, .mainText div.iFigureR strong, .mainText div.iFigureL strong, .mainText .iFigure ul li strong {
	word-wrap: break-word;
	text-align: center;
	margin: 3px 0;
}
.mainText div.iFigureC p, .mainText div.iFigureR p, .mainText div.iFigureL p, .mainText .iFigure ul li p {
	word-wrap: break-word;
	display: block;
	margin: 3px 0;
	font-size: 0.85em;
	text-align: left;
}
/*Mobile*/
@media screen and (max-width: 767px){
	.mainText .row{
	  margin-left:0;
	  margin-right:0;
	}
	.mainText .iFigureL ,
	.mainText .iFigureR{
	  max-width:100%;
	  float: none;
	  margin-left:auto;
	  margin-right:auto;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	.mainText .row .iFigureL ,
	.mainText .row .iFigureR{
		padding: 0.5em;
	}

}


/**添付書類*/
.iPapers {
	clear: left;
	list-style-type: none;
	margin: 0 0 30px 0;
	display:block;
}
.mainText ul.iPapers,
ul.iPapers{
	margin-left:0;
	list-style-type: none;
}
.iPapers  a {
	border: 1px  solid;
	font-weight: normal;
	text-align:left;
	display: inline-block;
	word-break: break-all;
	position: relative;
	padding: 8.5px 10px 8.5px 37px;
	text-decoration:none;
}
.iPapers a::before {
	content: "";
	display: block;
	width: 18px;
	height: 16px;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.iPapers a:hover .title, .iPapers a:focus .title{
	text-decoration: underline;
}
.Document .ext{
	display: inline-block;
}
.iFigureL .iPapers a, .iFigureR .iPapers a {
	display: block;
}


/*お問い合わせ先*************************************/
#sOffice {
	border-width: 1px;
	border-style: solid;
	margin-top: 50px;
	padding: 10px 15px;
	box-sizing: border-box;
}
.mainText #sOffice h3 {
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: 900;
}
.mainText #sOffice h3 .head::after {
	content: none;
}
.officeInfo {
	padding: 15px;
	box-sizing: border-box;
}
.mainText .officeInfo h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding-left: 0;
	border: none;
}
.mainText .officeInfo ul.office{
	margin-left: 0;
}

/*Mobile*/
@media screen and (max-width: 767px){
	#sOffice {
		padding: 10px;
	}
	.officeInfo {
		padding: 5px;
	}
}

/*リンクボタン*/
.linkBtn{
	margin:0.5em auto;
}
.linkBtn a {
	display: inline-block;
	font-size: 1.125em;
	padding: 7.5px 30.5px 7.5px 18.5px;
	position: relative;
	text-decoration: none;
}
.linkBtn a:hover, .linkBtn a:focus {
	text-decoration: underline;
}
.linkBtn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 7px;
	height: 7px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

/*補足、注意*/
.supplement, .attention {
	margin: 20px auto;
	padding: 20px;
}
/*Gallery********************************************/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { text-align: center;
 background: #fff; border: 4px solid #fff; position: relative;

 zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;
    position: static;
    width: auto;
    margin: 10px 0 0;
    display: inline-block;
}
.flex-direction-nav a {width: 30px; height: 40px; margin: -20px 0 0; display: block;
	background: url(/WSR/nav_s1.png) no-repeat 0 0;
	position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;
	/*角丸*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.flex-direction-nav .flex-next {background-position: 100% 50%; right: -36px; }
.flex-direction-nav .flex-prev {background-position: 0 50%; left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */

.flex-control-nav{
	position: static;
	margin: 10px 0 0;
	display: inline-block;
}
.flex-control-nav li {
	overflow: hidden;
    margin: 2px 5px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; 

	box-sizing: border-box;
}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*Play/Pause****************/
.flex-pauseplay{
	margin: 10px 5px 0;
	display: inline-block;
}
.flex-pauseplay a {
	display: block;
	box-sizing: border-box;
	opacity: 0.8;
	position: relative;
	overflow: hidden;
	cursor: pointer;	
	width: 18px;
	padding-top:14px;
	height:0;
	text-align: center;
	border-radius: 3px;
	border:1px solid #fff;
	background-color: #000;
}
.flex-pauseplay a:hover,
.flex-pauseplay a:active,
.flex-pauseplay a:focus{
    background-color: #666;	
}
.flex-pauseplay a:before {
	content: '';
	position: absolute;
	display:block;
	top:50%;
	left:50%;
	margin-left:-5px;
	margin-top:-4px;
	width:10px;
	height:8px;
	border-style: solid;
	border-color:#fff;
	border-width:0 3px;
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	width: 0;
	height: 0;
	margin-left:-3px;
	margin-top:-4px;
	border-width: 4px 0 4px  7px;
	border-color: transparent transparent transparent #fff ;
}


/*Gallery補正********************************************/
.PhotoGarary{
	max-width:720px;
	margin:20px auto;
	padding:10px 0  ;
	overflow:hidden;
	border: 1px solid #a8a7a7;
}
.mainText .PhotoGarary ul,
.PhotoGarary ul{
	margin: 0;
	padding: 0
}
.PhotoGarary ul li{
	margin: 0;
}
.PhotoGarary .flexslider{
	border:none;
	background:none;
	margin:0;
}
.PhotoGarary .flex-disabled{
	display:none !important;
}
.PhotoGarary .Slide{
	overflow:hidden;
	padding:0;
}

.PhotoGarary .imgCell{
	width:100%;
	text-align:center;
	font-size:0;
	vertical-align:middle;	
}
.PhotoGarary .imgCell img{
	margin: 0 auto;
	max-width: 100%;
	max-height:100%;
	height:auto;
	width:auto;
	vertical-align:middle;
	display:inline-block;
}
 .PhotoGarary .Slide strong{
	display: block;

	word-wrap:break-word;
	margin:10px 10px 0;
	padding:0;
}
  .PhotoGarary .Slide p{
	margin:5px 10px 0;
}
.PhotoGarary .Slide .imgCell {
	padding:10px;
}
.PhotoGarary .Slide .flex-direction-nav a {
	background-image: url(/WSR/nav_s1.png);
	background-color:#fff;
}

.PhotoGarary .thumbs{
	height:105px;
	padding:5px 35px;
}
.PhotoGarary .thumbs .slides li{
	border:1px solid #333;
	overflow: hidden;
	cursor: pointer;		
	margin-right:5px;	
}
.PhotoGarary .thumbs .slides li:hover, 
.PhotoGarary .thumbs .slides .flex-active-slide {
	border-color:#FFF !important;
}
.PhotoGarary .thumbs .slides li img{
	opacity:0.7;
}
.PhotoGarary .thumbs .slides :hover img,
.PhotoGarary .thumbs .slides .flex-active-slide img{
	opacity:1;	
}
.PhotoGarary .thumbs .slides li .imgCell{

	width:100px;
	height:80px;
	line-height:80px;
	font-size:1px;
	background:#999;
}
.PhotoGarary .thumbs  .slides li .yoko img{

	width: 100px;
	height:auto;
}
.PhotoGarary .thumbs  .slides li .tate img{
	margin:0 auto;
	width:auto;
	height:80px;
}
.PhotoGarary .thumbs .flex-direction-nav a {
	opacity:1;

}
.PhotoGarary .thumbs .flex-next{
	right: 3px;
}
.PhotoGarary .thumbs .flex-prev{
	left: 3px;
}
.PhotoGarary .thumbs .flex-direction-nav a:hover {
	background-image: url(/WSR/nav_s1.png);
	background-color:#fff;
}
/*js無効*/
.PhotoGarary .noScript{
	padding:10px;
	width:auto;
}
.PhotoGarary .noScript .slides {
	margin-right:-10px;
}
.PhotoGarary .noScript .slides li{
	width:330px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.PhotoGarary .noScript .slides li img{
	max-width: 330px;
	max-height:330px;
}


/*トピックス(ニュース、通知)*******************************/

/*記事パーツ*****/
/*分類ラベル*/
.infoLabel {
	display: inline-block;
	font-size: 0.75em;
	padding: 0px 4px;
	border: 1px solid;
	position: relative;
	vertical-align: middle;
}
#contentHead .infoLabel +.lastDate{
	margin-left:10px;
}
/*日程*/
.dateNotes{
	font-size: 1.063em ;
	font-weight: 500;
}

/*サムネイル*/
.thumb, .picture{
	display: block;
	text-align:center;
	overflow: hidden;
	position: relative;
}
.thumb{
	background-color: #f7f7f7
}
.picture{
	border:1px solid;
}
.picture img,
.thumb img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
    -o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit:contain";
}
.thumb.cover img,
.picture.def img,
.thumb.def img{
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit:cover";
}



/*記事一覧/目次*/
.topicList,
#mainText .topicList,
.idxBox{
	padding:0;
	position: relative;
	margin:0 auto 30px;
	padding:0;
	overflow:hidden;
	max-width: 1000px;
}

.idxBox ul,
.topicList ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

/*notFund*/
.topicList p.entry {
	padding:10px;
}
/*記事*/
.idxBox ul li,
.topicList .entry li{
	display:block;
}
.idxBox ul li a,
.topicList .entry li a{
	display:block;
	overflow:hidden;
	font-weight:normal;
	text-decoration: none;
	position: relative;
}
.topicList .entry span,
.topicList .entry time{
	display:inline-block;
}
.entry li a:hover .msg,
.entry li a:active .msg,
.entry li a:focus .msg {
	text-decoration: underline;
}
/*一覧テキスト*/
.entry.list li {
	margin-bottom: 5px;
}
.entry.list li time{
	width:8.5em;
	margin:0.2em 0 0.2em 5px;
	font-size: 0.813em;
}
.entry.list li .newsCate{
	width:4.5em;
	margin:0.2em  0;
	display:inline-block;
}
.entry.list li p.msg{
	margin:0 5px;
}
.entry.list li .msg{
	display:block;
}


/*記事一覧のCard型/目次*/
.idxBox ul,
.topicList .entry.cards{
	max-width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.idxBox ul::after,
.topicList .entry.cards::after{
	content:"";
	display: block;
	max-width: 325px;
	width: 33%;
}
.idxBox ul li,
.topicList .entry.cards li{
	max-width: 325px;
	width: 33%;
	vertical-align: top;
	margin-bottom: 30px;
}
.idxBox ul li a,
.topicList .entry.cards li a {
	display: block;
	overflow: hidden;
	font-weight: normal;
	border:1px solid;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
}
.idxBox ul li a:hover, .idxBox ul li  a:focus ,
.topicList .entry.cards  li a:hover, .topicList .entry.cards  li a:focus {
	opacity: 0.7;
}
.idxBox ul li .thumb,
.topicList .entry.cards .thumb {
	max-height: 145px;
}

.idxBox ul li .detail ,
.topicList .entry.cards .detail {
	text-align: left;
	padding: 10px 15px 15px 10px;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 10 auto;
}
/*種別*/
.topicList .entry .newsCate{
	font-size: 0.8em;
	font-weight: bold;
}
/*2017.07 プロジェクト名*/
.topicList .entry .ipName{
	font-size: 0.8em;
	margin-left: 0.5em;
	display:inline-block;
}
.entry.cards .detail time{
	font-size: 0.813em;
	display:block;
}


/*arrow*/
.idxBox ul li .detail::after ,
.entry.cards li a .detail::after,
.entry.list li a .msg::after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 5px;
	height: 5px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.entry.list li a .msg::after{
	margin-left: 10px;
}
.idxBox ul li .detail::after ,
.entry.cards li a .detail::after{
	top: 50%;
	right: 5px;
	position: absolute;
}



/*Information*/
#InfoList{
	padding: 15px;
	margin-bottom: 24px;
	border:1px solid;
}
.mainText >#InfoList{
	margin-left:-10px;
	margin-right:-10px;
}
#InfoList .entry {
	max-height: 123px;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow-y: auto;
}
/*緊急情報*/
#emergency{
	padding:15px 20px;
}
#emergency .topicList{
	margin:0 auto;
	padding: 15px;
	max-width:1300px;
	border:1px solid;
}
#emergency  .entry .msg{
	font-weight: 900;
}
/*Mobile*/
@media screen and (max-width: 767px){
	.idxBox ul::after,
	.topicList .entry.cards::after{
		display:none;
	}
	#InfoList .entry {
		max-height: 185px;
	}
	#InfoList .entry.list li time{
		margin-left:0;
	}

	.idxBox ul li ,
	.topicList .entry.cards li {
		width: 49%;
		margin-bottom: 20px;
	}
	.idxBox ul li .thumb {
		height: 30vw;
	}
	.topicList .entry.cards .thumb {
		height: 27vw;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	.entry.list li,
	.entry.list li a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width:100%;
	}
	.entry.list li .msg {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.idxBox ul li .thumb {
		height: 190px;
	}
	.topicList .entry.cards .thumb {
		height: 145px;
	}

	#InfoList{
		padding: 22px;
	}
}

.topicList header {
	overflow: hidden;
	margin-bottom: 14px;
}
.mainText .topicList header h3,
.topicList header h3{
	font-size: 1.875em;
    font-weight: 500;
    font-style: italic;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
 .topicList header  h3::after {
	content: '';
 	width: 133px;
	height: 1px;
	margin-left: 13px;
	position: absolute;
	top: 50%;
	left: 100%;
}
/*Mobile*/
@media screen and (max-width: 767px){
	 .topicList header h3 {
	    margin-bottom: 25px;
	    font-size: 1.5em;
	}
	 .topicList header  h3::after {
	    content: '';
	    width: 1px;
	    height: 26px;
	    margin-left: 0;
	    position: absolute;
	    top: 45px;
	    left: 50%;
	}
}

/*一覧へ、アーカイブへボタン*/
.btn{
	margin:10px auto;
	text-align: center;
	display: inline-block;
}
.btn a, a.btn{
	display: inline-block;
	position: relative;
	text-decoration: none;
	line-height: 2;
	padding: 0 29px 0 10px;
	font-size: 0.938em;
	font-weight: 900;
	border: 1px solid;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.btn a::before, a.btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20px;
	line-height: 2;
	text-align: center;
	position: absolute;
	z-index: 0;
}
.btn a::after, a.btn::after {
	position: absolute;
	top: 50%;
	content: "";
	width: 7px;
	height: 7px;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
	z-index: 1;
	right: 4px;
}


.btn a:hover, .btn a:focus, 
a.btn:hover, a.btn:focus {
	opacity: 0.7;
}
ul.btn{
	margin:20px 0;
	text-align: center;
	list-style: none;
}
ul.btn li{
	margin:0 1em;
	display: inline-block;
}
#topicNav{
	margin:50px 0;
	text-align: right;
}
#topicNav .btn{
	text-align: right;
}


/*動画サービス
#movieList{}*/



/*2017.08 icc Project ニュースのカルーセル*/

.topicList .entry.cards.slides{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	max-width:none;
}
.topicList .entry.cards.slides li{
	max-width:none;
	display: block;
	float: left;
	margin-right:10px;
}
.topicList .entry.cards.slides li:last-child{
	margin-right:0;
}
.topicList .entry.cards.slides li a{
	max-width:325px;
}
.topicList .flexslider{
	border:none 0;
	background:none;
	margin-left:0;
	margin-bottom:0;
}


.topicList .flex-control-nav {
    position: static;
    margin: 13px 0 ;
    display: inline-block;
}
.topicList .flex-control-paging li {
    margin: 0 10px;
    vertical-align: middle;
}
.topicList .flex-control-paging li a {
    width: 42px;
    height: 7px;
    display: block;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.topicList .flex-pauseplay{
    margin: 0 10px;
    vertical-align: middle;
}

/* Project Info*/
.iProject #InfoList {
	margin:40px 0;
}


/*フィルターボタン*/
.categoryBtn ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;	
}
.categoryBtn li {
	margin-right: 10px;	
}
.categoryBtn a {
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	padding: 4px 10px 5px;
	font-weight: normal;
	transition: all .3s;
}
.categoryBtn a:hover,
.categoryBtn a:active,
.categoryBtn a:focus{
	text-decoration: underline;
	box-shadow: 0 0 0px 2px #bf1a20 inset;
}

/*一覧追加補正*/
#contents .topicList  .page{
	padding: 25px 20px;
}
#contents .topicList  .page>*{
    max-width: none;
}
 #topicNews+#topicNav{
	margin-top:-30px ;
}
/*Mobile*/
@media screen and (max-width: 767px){

	#contents .page .entry.list{
		margin:0 5px;
	}
	#contents .page .entry.list li{
		margin-bottom:10px;
	}
}


/*イベント一覧*/
.evntsList h3{
	text-align: left;
	margin:15px 20px;
}
.evntsList >p{
	margin:0 20px;
}

article.event{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 25px;
	margin-bottom: 35px;
}
article.event .picture {
	height: 0;
	padding-top: 17.05%;
	width: 28.7%;
	text-align: center;
	position: relative;
}
article.event .picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
article.event .detail{
	width: 68.4210526316%;
}
article.event h4{
	border:0;
	padding:0;
	font-size: 1.25em;
	margin:5px 0 ;
}
article.event h4 a span:not(.nw){
	display: inline-block;
	font-size: 0.75em;
}
article.event .dateNotes{
	margin: 10px 0 20px 0;
}
article.event .txtPart{
	font-size:0.9375em;
}
/*主催*/
.infoLabel.org{
	margin-right:1px;
}
/*問い合わせ*/
article.event .officeInfo{
	padding:0;
	margin:1.5em 0 0;
}
article.event .officeInfo p,
article.event .officeInfo ul.office{
	margin-top: 0;
	margin-bottom: 0;
}
/*Mobile*/
@media screen and (max-width: 767px){
	.evntsList h3{
		margin:15px 0;
	}
	.evntsList >p{
		margin:0 5px;
	}
	article.event{
		display: block;
		padding: 10px;
	}
	article.event .picture{
		width: initial;
		padding-top: 57.05%;
		margin-bottom: 3px;
	}
	article.event .detail{
		width: 100%;
		margin-top: 10px;
	}
}

/*今日の予定*/
#todaySchedule{
	border-width: 1px;
	border-style: solid;
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}
#todaySchedule header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#todaySchedule header h3{
	min-width: 13.75em;
	margin-right: 30px;
	position: relative;
	padding: 5px 5px 6px;
}
#todaySchedule header h3 span{
	font-size: 1.375em;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	margin: 0 15px;
}
#todaySchedule header h3 time{
	font-size: 0.938em;
	display: inline-block;
	font-style: italic;
}
#todaySchedule header h3::after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 100%;
}
#todaySchedule header .use{
	font-weight: 900;
	margin: 15px 0 5px;
	font-size: 0.813em;
}

#todaySchedule header .use .term{
	font-size: 1.385em;
}
#todaySchedule header .use .case{
	margin-left:0.4em;
}
#todaySchedule header .use .note{
	font-weight: 500;
	margin-left:0.4em;
}
#todaySchedule article{
	margin: 15px;
	overflow: hidden;
}
#todaySchedule  .title{
	font-size:1.25em;
	margin-right:1em;
	display: inline-block;
}
#todaySchedule  .infoLabel{
	display: inline-block;
}

#todaySchedule  .title a{
	text-decoration: none;
}
#todaySchedule  .title a:hover,#todaySchedule  .title a:focus{
	text-decoration: underline;
}
#todaySchedule .dateNotes{
	margin:5px 0 10px;
}
#todaySchedule article .iFigureL img{
	max-width:180px;
}

/*イベントなし*/
#todaySchedule .notFund{
	margin:20px  10px;
}

/*Mobile*/
@media screen and (max-width: 767px){
	#todaySchedule header{
		display: block;
	}
	#todaySchedule header h3{
		margin-right:0;
		min-width: 0;
		display: block;
	}
	#todaySchedule header h3::after {
		display: none;
	}
	#todaySchedule header .use{
		margin: 0;
		padding:10px;
	}
	#todaySchedule  .title{
		display: inline
	}
	#todaySchedule article .iFigureL{
		max-width:48%;
		margin-right: 15px;
	}
}
@media screen and (max-width: 479px){
	#todaySchedule article{
		margin:15px 10px;
	}
	#todaySchedule article .iFigureL{
		margin-right: 10px;
	}
}
@media screen and (max-width: 400px){
	#todaySchedule article .iFigureL img{
		max-width:100%;
	}

}

/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	#todaySchedule article{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#todaySchedule article .detail{
		-webkit-box-flex:1;
		    -ms-flex:1 0 80%;
		        flex:1 0 80%;
	}
}

/*カレンダー*/
#EventCal{
	position: relative;
}
/*切り替え*/
#CalSlideNav{
	margin:20px 0;
	text-align: center;
}
#CalSlideNav li{
	margin:0 10px;
	display: inline-block;
}
#CalSlideNav li.theManth{
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1;
	margin: 0 20px;
}
/*月別*/
#calManthly{
	overflow: hidden;
	position: relative;
	margin-bottom:40px;
}
#calManthly.slide .evntsList,
#calManthly .calM{
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	position: relative;
	top: 0;	
	padding:10px 0;
}
#calManthly.slide .evntsList.hide,
#calManthly .calM.hide{
	visibility: hidden;
	opacity: 0;
	top: 0;
	position: absolute;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#EventCal table{
	margin: 0;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	line-height: 1.2;
}
#EventCal caption{
	margin:0;
	height: 0;
	text-indent: -9999px;
}
#EventCal td{
	padding:0;
}
/*単位(隠す)*/
#EventCal table .order{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
#EventCal td .day{
	padding:5px;
}
#EventCal td .day .d{
	width:1.5em;
	text-align: center;
	display: inline-block;
	padding:3px;
	border-radius: 50%;
}

#EventCal td .list{
	font-size: 0.750em;
	line-height: 1.6;
}
#EventCal td .list>*{
	padding:5px;
}
#EventCal td .list .use+.event{
	border-top:1px solid;
}
#EventCal td .list . infoLabel{
	font-size: 1em;
}
/*Mobile*/
@media screen and (max-width: 767px){
	#EventCal  tbody tr {
		margin:0;
	}
	#EventCal td.n{
		display:none;
	}
	#EventCal  td {
		border-top: none;
		width: 100%;
		min-height: 36px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	#EventCal  tbody tr:first-child td:first-child ,
	#EventCal  tbody tr:first-child  .n+td {
		border-top: 1px solid;
	}
	#EventCal  .day {
	    width: 60px;
	    border-right: 1px solid #a8a7a7;
	    text-align: center;
	}
	#EventCal td .list {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 80%;
		        flex: 1 0 80%;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	#EventCal td .day{
		text-align: right;
	}

	#EventCal .day .w{
		display:none;
	}

}

/*施設*/
.facilityItem{
}
.facilityItem header{
	margin:0 0 20px;
}
.facilityItem header h3{
	margin:0 ;
	display: inline-block;
}
.facilityItem header p{
	font-size: 0.938em;
	font-weight: 500;
	margin:0 0 0 1em;
	display: inline-block;
}
.facilityItem .detail{
	padding: 25px ;
	border: 1px solid;
}
.facilityItem .detail >.row ,
.facilityItem .detail .iLinks {
	margin-bottom:0;
}
.facilityItem .detail .iLinks li{
	display: inline-block;
	margin-right:1em;
}
/*Mobile*/
@media screen and (max-width: 767px){
	.facilityItem header{
		margin:0 0 10px;
	}
	.facilityItem header p{
		margin:5px 0;
	}
}
