@charset "utf-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

html,body{
	width: 100%;
}

body {
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", Meiryo, sans-serif;
	}
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h1 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border-style: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:focus {
	overflow: hidden;
	outline: none;
}

.zoom {
	position: relative;
}

.zoom:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 24px;
	background: url("../img/icon_zoom.png") no-repeat bottom right / contain;
	margin: -6px 0 0;
	pading: 0;
	text-align: right;
}
.zoom img {
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.zoom::after {
		margin: -5px 0 0;
	}
}

input,
input:focus,
textarea,
textarea:focus {
	outline: none;
}

button,input,optgroup,select,textarea {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: none;
}

[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: 1px dotted ButtonText
}

textarea {
	overflow: auto
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[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-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::-webkit-input-placeholder {
	color:#999;
}

:-ms-input-placeholder {
	color:#999;
}

::placeholder{
	color:#999;
}

.youtube iframe {
	width: 560px;
	height: 315px;
}

ruby rt {
	letter-spacing: -0.25em;
}

.marker_orange_futo {
	background: linear-gradient(transparent 0%, #ffd592 0%);
}
.marker_orange_hoso {
	background: linear-gradient(transparent 60%, #ffd592 60%);
}
.marker_blue_futo {
	background: linear-gradient(transparent 0%, #a8eaff 0%);
}
.marker_blue_hoso {
	background: linear-gradient(transparent 60%, #a8eaff 60%);
}
.newIcon {
	display: inline-block;
	vertical-align: middle;
	color: #c00;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	border: 1px solid #c00;
	padding: 0.15em 0.4em 0.15em;
	margin: 0 0.5em;
}

/*----- .clearfix -----*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*--------------------------------------------------------------------------*/

@media screen and (min-width: 768px), print and (min-width: 0px) {

	/*----- common -----*/

	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	a:hover {
		opacity: 0.5;
	}

	html.txtL {
		font-size: 75%;
	}

	html,
	body {
		min-width: 1120px;
	}

	header {
		width: 100%;
		background-color: #990033;
		left: 0px;
		top: 0px;
		z-index: 999;
		position: fixed;
	}

	/* チェックボックスを非表示 */
	.menu-checkbox {
		display: none;
	}

	header #pcMenuBt {
		display: none !important;
	}

	/* ドロワーメニュー */
	header #headerIn {
		width: 100%;
	}

	header #headerTop {
		width: 100%;
		background-color: #fff;
	}

	header #headerTopIn {
		margin: 0px auto;
		padding: 0px 60px;
		min-width: 1000px;
		max-width: 1280px;
		height: 128px;
		align-items: center;
		justify-content: space-between;
		display: flex;
	}

	header #headerTopIn h1 {
		width: 350px;
		font-size: 0;
		line-height: 0;
	}

	header #headerTopIn h1 a {
		display: block;
	}

	header #headerTopIn h1 a:hover {
		opacity: 1;
	}

	header #headerTopIn h1 img {
		width: 100%;
		height: auto;
	}

	header #headerTopInR {
		align-items: flex-end;
		display: flex;
	}

	header #headerTopInRL {
		width: 256px;
	}

	header #headerTopInRL ul {
		padding: 0px 0px 10px;
		align-items: center;
		display: flex;
	}

	header #headerTopInRL ul::after {
	}

	header #headerTopInRL ul li {
		font-size: 1.4rem;
		line-height: 24px;
		position: relative;
		flex: 1;
	}

	header #headerTopInRL ul li::after {
		content: "";
		width: 1px;
		height: 14px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		background-color: #333;
		display: block;
		top: 5px;
		right: 0px;
		position: absolute;
	}

	header #headerTopInRL ul li:last-of-type::after {
		display: none;
	}

	header #mt-site-search {
		margin: 0px auto;
		width: 230px;
	}

	header #mt-site-search .mt-site-search-form {
		height: 38px;
		align-items: stretch;
		display: flex;
	}

	header #mt-site-search .mt-site-search-form input[type=search],
	header #mt-site-search .mt-site-search-form input[type=text] {
		margin: 0px;
		padding: 6px 12px;
		background-color: #fff;
		border: #ccc 1px solid;
		border-right: none;
		border-radius: 0px;
		font-size: 1.3rem;
		line-height: 24px;
		-webkit-flex: 1;
		flex: 1;
		-webkit-appearance: none;
	}

	header #mt-site-search .mt-site-search-form [type=button],
	header #mt-site-search .mt-site-search-form [type=submit],
	header #mt-site-search .mt-site-search-form button {
		margin: 0px;
		padding: 0px;
		width: 38px;
		height: 38px;
		background: #2c58a7 url("../img/icon_search.png") no-repeat center center / 16px auto;
		border: none;
		border-radius: 0px;
		font-size: 0;
		line-height: 0;
	}

	header #mt-site-search #mt-site-search-result-container {
		display: none !important;
	}

	header #headerTopInRC {
		margin: 0px 13px 0px 0px;
		border: #2c58a7 1px solid;
	}

	header #headerTopInRC dt {
		padding: 5px 6px 4px;
		border-bottom: #2c58a7 1px solid;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 24px;
	}

	header #headerTopInRC dd {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 24px;
		align-items: stretch;
		display: flex;
	}

	header #headerTopInRC dd div {
		flex: 1;
	}

	header #headerTopInRC dd div a {
		padding: 6px 0px;
		background-color: #fff;
		color: #000;
		text-align: center;
		display: block;
	}

	header #headerTopInRC dd div.set a {
		background-color: #2c58a7;
		color: #fff;
	}

	header #headerTel {
		margin: 0px 0px 2px;
		padding: 0px 0px 0px 24px;
		background: url("../img/icon_tel.png") no-repeat 0px 5px / 20px auto;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 32px;
		text-align: left;
		vertical-align: baseline;
	}

	header #headerTel span {
		font-size: 1.2rem;
		vertical-align: baseline;
	}

	header #headerAccess {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 24px;
	}

	header #headerAccess a {
		padding: 7px 48px 7px 70px;
		background: #2c58a7 url("../img/icon_pin_w.png") no-repeat 44px center / 12px auto;
		color: #fff;
		text-align: center;
		display: block;
	}

	header #menuBt,
	header #closeBt {
		display: none !important;
	}

	header #headerTopInBtm {
		margin: 0px auto;
		padding: 0px 60px;
		min-width: 1000px;
		max-width: 1280px;
	}

	header.hdFix #headerTopInBtm {
		display: none;
	}

	header #gNavi {
		margin: 0px auto;
		padding: 0px 60px;
		min-width: 1000px;
		max-width: 1280px;
		height: 72px;
		background-color: #990033;
		z-index: 1;
		position: relative;
	}

	header #gNavi #gnSearch,
	header #gNavi #gnLink,
	header #gNavi #gnTel {
		display: none !important;
	}

	header #gNavi nav {
		padding: 11px 0px 0px;
	}

	header #gNavi nav #gNaviUl {
		align-items: stretch;
		display: flex;
	}

	header #gNavi nav #gNaviUl > li {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 24px;
		flex: 1;
	}

	header #gNavi nav #gNaviUl > li:first-of-type {
		display: none !important;
	}

	header #gNavi nav #gNaviUl > li > .has_sub {
		margin-right: 1px;
		padding: 13px 0px 24px;
		color: #fff;
		display: block;
		position: relative;
		transition-property: all;
		cursor: pointer;
	}

	header #gNavi nav #gNaviUl > li:hover > .has_sub {
		color: #2c58a7;
		background-color: #EEF0F0;
	}

	header #gNavi nav #gNaviUl > li > .has_sub:hover {
		opacity: 1;
	}

	header #gNavi nav #gNaviUl > li .has_sub::before,
	header #gNavi nav #gNaviUl > li .has_sub::after {
		content: "";
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		position: absolute;
	}

	header #gNavi nav #gNaviUl > li > .has_sub::before {
		width: 1px;
		height: 44px;
		background-color: #4e0b22;
		top: 3px;
		right: -1px;
	}

	header #gNavi nav #gNaviUl > li > .has_sub::after,
	header #gNavi nav #gNaviUl > li > .has_sub.is-open::after {
		width: 14%;
		height: 4px;
		background-color: #2c58a7;
		bottom: 0px;
		left: 43%;
		position: absolute;
		opacity: 0;
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	header #gNavi nav #gNaviUl > li:hover > .has_sub::after {
		opacity: 1;
	}

	header #gNavi nav #gNaviUl > li:last-of-type .has_sub::before {
		display: none;
	}

	/*header #gNavi nav #gNaviUl > li .gNaviSub,*/
	header .gNaviSub {
		width: 100%;
		background-color: #EEF0F0;
		border-bottom: 1px #e7e3e5 solid;
		overflow: visible;
		position: absolute;
		top: 72px;
		left: 0px;
		z-index: 1;
		display: none;
		transition: 0.3s;
	}

	header .gNaviSub > .closeWrap {
		min-width: 960px;
		max-width: 1140px;
		margin: 0 auto 0;
		position: relative;
	}
	header .gNaviSub > .closeWrap .close {
		display: block;
		width: 40px;
		height: 35px;
		position: absolute;
		bottom: 0;
		right: 30px;
		border-radius: 0 0 6px 6px;
		background: #EEF0F0 url("../img/icon_close_black.png") no-repeat top 8px center / 16px auto;
		cursor: pointer;
		transform: translateY(35px);
	}
	header .gNaviSub > .closeWrap .close p {
		display: none;
	}

	/*
	header #gNavi nav #gNaviUl > li#gNavi01:hover .gNaviSub#gNaviS10,
	header #gNavi nav #gNaviUl > li#gNavi02:hover .gNaviSub#gNaviS20,
	header #gNavi nav #gNaviUl > li#gNavi03:hover .gNaviSub#gNaviS30,
	header #gNavi nav #gNaviUl > li#gNavi04:hover .gNaviSub#gNaviS40 {
		z-index: 2;
		height: auto;
		opacity: 1;
	}
	*/

	header .gNaviSub > div {
		margin: 0px auto;
		padding: 20px 60px 0px;
		min-width: 1000px;
		max-width: 1280px;
		align-items: flex-start;
		display: flex;
		/*opacity: 0;*/
		transition-property: opacity;
		transition-duration: 0.4s;
		transition-delay: 0.1s
	}

	header .gNaviSub > div dl {
		margin-right: 75px;
		text-align: left;
		flex: 1;
	}

	header .gNaviSub > div dl:last-of-type {
		margin-right: 0px;
	}

	header .gNaviSub#gNaviS20 > div dl:last-of-type {
		flex: 2;
	}

	header .gNaviSub > div dl::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	header .gNaviSub > div dl dt {
		margin: 0px 0px 20px;
		padding: 7px 0px 3px 42px;
		background-repeat: no-repeat;
		background-position: left top 0px;
		border-bottom: 2px #2c58a7 solid;
		color: #2c58a7;
		font-size: 1.9rem;
		font-weight: bold;
		line-height: 1.2;
		height: 23px;
		font-feature-settings: "palt";
		letter-spacing: 0.08em;
		white-space: nowrap;
	}

	header .gNaviSub > div #gNaviS11 dt {
		background-image: url("../img/icon_nav11.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS12 dt {
		background-image: url("../img/icon_nav12.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS13 dt {
		background-image: url("../img/icon_nav13.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS14 dt {
		background-image: url("../img/icon_nav14.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS21 dt {
		background-image: url("../img/icon_nav21.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS22 dt {
		background-image: url("../img/icon_nav22.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS23 dt {
		background-image: url("../img/icon_nav23.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS31 dt {
		background-image: url("../img/icon_nav31.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS32 dt {
		background-image: url("../img/icon_nav32.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS33 dt {
		background-image: url("../img/icon_nav33.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS34 dt {
		background-image: url("../img/icon_nav34.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS41 dt {
		background-image: url("../img/icon_nav41.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS42 dt {
		background-image: url("../img/icon_nav42.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div #gNaviS43 dt {
		background-image: url("../img/icon_nav43.png");
		background-size: 30px auto;
	}

	header .gNaviSub > div dl dd {
		clear: both;
	}

	header .gNaviSub > div dl dt a {
		color: #2c58a7;
	}

	header .gNaviSub#gNaviS20 > div dl:last-of-type dt {
		float: left;
	}

	header .gNaviSub > div dl dd ul li {
		margin: 0px 0px 10px;
		padding: 0px 0px 0px 16px;
		background: url("../img/arr_r_b.png") no-repeat 0px 4px / 12px auto;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	header .gNaviSub > div dl dd ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 15px;
		box-sizing: border-box;
		background: url("../img/icon_blank.png") no-repeat center top / contain;
		vertical-align: text-top;
		margin-left: 6px;
	}

	header .gNaviSub > div dl dd ul li a[href$=".pdf"]::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../img/icon_pdf.png") no-repeat center center / cover;
		vertical-align: middle;
		margin-left: 3px;
	}
	
	header #headerTopIn,
	header #headerTopIn h1,
	header #headerTopIn h1 img,
	header #headerTopInR,
	header #headerAccess,
	header #headerAccess a,
	header #gNavi,
	header #gNavi nav,
	header #gNavi nav #gNaviUl,
	header #gNavi nav #gNaviUl > li,
	header #gNavi nav #gNaviUl > li > .has_sub,
	header #gNavi nav #gNaviUl > li > .has_sub::before,
	header #gNavi nav #gNaviUl > li .gNaviSub {
		transition-property: all;
		transition-duration: 0.5s;
	}

	header.hdFix #headerTopIn {
		height: 0px;
		position: relative;
	}

	header.hdFix #headerTopIn h1 {
		padding: 15px 41px 0px 40px;
		width: 193px;
		height: 42px;
		background-color: #fff;
		top: 0px;
		left: 0px;
		z-index: 2;
		position: absolute;
	}

	header.hdFix #headerTopInR {
		padding: 0px 0px 0px;
	}

	header.hdFix #headerTopInRL,
	header.hdFix #headerTopInRC,
	header.hdFix #headerTel {
		display: none;
	}

	header.hdFix #headerAccess {
		font-size: 1.6rem;
		top: 13px;
		right: 40px;
		z-index: 2;
		position: absolute;
	}

	header.hdFix #headerAccess a {
		padding: 4px 0px;
		width: 142px;
		background-image: none;
		border-radius: 5px;
	}

	header.hdFix #gNavi {
		height: 57px;
	}

	header.hdFix #gNavi nav {
		padding: 11px 170px 0px 214px;
	}

	header.hdFix #gNavi nav #gNaviUl {
		background-color: #990033;
		z-index: 1003;
	}

	header.hdFix #gNavi nav #gNaviUl > li {
		font-size: 1.6rem;
	}

	/*header.hdFix #gNavi nav #gNaviUl > li > a,*/
	header.hdFix #gNavi nav #gNaviUl > li > .has_sub {
		padding: 5px 0px 16px;
	}

	/*header.hdFix #gNavi nav #gNaviUl > li > a::before,*/
	header.hdFix #gNavi nav #gNaviUl > li > .has_sub::before{
		top: -5px;
	}

	/*header.hdFix #gNavi nav #gNaviUl > li:last-of-type a::before,*/
	header.hdFix #gNavi nav #gNaviUl > li:last-of-type .has_sub::before{
		display: block;
	}

	header.hdFix #gNavi nav #gNaviUl > li .gNaviSub {
		top: 56px;
	}
	.overlay {
		content: "";
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

	/*----- main -----*/

	main {
		text-align: left;
		width: 100%;
	}

	.content {
		margin: 0px auto;
		padding: 0px 60px;
		min-width: 1000px;
		max-width: 1280px;
	}

	/*----- footer -----*/

	footer {
		width: 100%;
		background-color: #f2f3f4;
	}

	footer > div {
		margin: 0px auto;
		padding: 40px 60px 30px;
		min-width: 1000px;
		max-width: 1280px;
	}

	footer ul {
		padding: 0px 0px 36px;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		display: flex;
	}

	footer ul li {
		padding: 0px 22px;
		border-right: 1px #999 solid;
		font-size: 1.4rem;
		line-height: 20px;
		font-weight: bold;
	}

	footer ul li:last-of-type {
		border-right: none;
	}

	footer p {
		font-size: 1.1rem;
		line-height: 20px;
		text-align: center;
	}

	footer p small {
		font-size: 1.0em;
	}

	#pagetop {
		width: 100%;
		min-width: 1100px;
		display: none;
		position: relative;
	}

	#pagetop a {
		width: 48px;
		height: 48px;
		background: url(../img/totop.png) no-repeat center center;
		background-size: cover;
		font-size: 0px;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		right: 25px;
		bottom: 85px; /*10px*/
		z-index: 100;
		position: fixed;
	}

	#pagetop.nonfixed a {
		position: absolute;
	}

	/*----- top -----*/

	#topCts {
		padding-top: 630px;
		width: 100%;
		position: relative;
	}

	#topCts > h1{
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		height: 0;
	}

	#topCts > #topMainList {
		width: 100%;
		height: 573px; /*580px*/
		display: block;
		top: 57px;
		left: 0px;
		position: fixed;
	}

	header.hdFix + main #topMainList {
		max-height: calc(100vh - 206px); /*縦幅の狭い画面の場合フッタエリアを確保する*/
		overflow: hidden;
	}

	#topMainList #topMainUl {
		padding: 0px;
	}

	#topMainList .topMainLi {
		margin: 0px;
		text-align: center;
		float: left;
		position: relative;
		z-index: 999;
		/*z-index: 9999;*/
		height: 573px;
	}

	#topMainList .topMainLi a {
		position: absolute;
		top: 370px;
		left: 0;
		display: block;
		width: 75%;
		max-width: 850px;
		z-index: 9999;
	}

	#topMainList .topMainLi a:hover {
		opacity: 0.8;
	}

	#topMainList .topMainLi a > div {
		background: linear-gradient(to right, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0));
		padding: 1.8em 4em 1.1em;
		text-align: left;
		position: relative;
	}

	#topMainList .topMainLi a > div p {
		text-shadow:
		1px 1px 12px rgba(255,255,255,0.7),
		-1px 1px 12px rgba(255,255,255,0.7),
    	1px -1px 12px rgba(255,255,255,0.7),
		-1px -1px 12px rgba(255,255,255,0.7);
		font-feature-settings: "palt";
		letter-spacing: 0.06em;
	}

	#topMainList .topMainLi a > div p:nth-of-type(1) {
		font-size: 2.2em;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 0.4em;
	}

	#topMainList .topMainLi a > div p:nth-of-type(2) {
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.5;
		color: #990033;
	}

	#topMainList .topMainLi a > div p:nth-of-type(2)::before {
		display: inline-block;
		content: "";
		width: 16px;
		height: 16px;
		vertical-align: middle;
		margin-top: -4px;
		margin-left: 0;
		margin-right: 10px;
		background: url(../img/arr_r_crc.png) no-repeat center center / 16px auto;
	}

	#topMainList .topMainLi a > div p.copyright {
		font-size: 1.2rem;
		line-height: 1.2;
		color: #fff;
		margin: 1.5em auto -3em;
	}

	#topMainList .topMainLi img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}

	#topMainList .topMainLi.kenshin img {
		object-position: center 50%;
	}

	#topMainList .topMainLi.medicasa img {
		object-position: center 60%;
	}

	#topMainList .topMainLi.kamikochi img {
		object-position: center 20%;
	}

	#topMainList .slick-dots {
		margin-top: 0px;
		padding: 0px 0px 0px;
		text-align: center;
		position: absolute;
		top: 480px;
		right: 0;
		width: 100%;
		z-index: 99;
	}

	#topMainList .slick-dots li {
		margin: 0px 9px;
		font-size: 0;
		line-height: 0;
		display: inline-block;
	}

	#topMainList .slick-dots li button {
		margin: 0px;
		padding: 0px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: none;
		background-color: rgba(255,255,255,0.5);
		border: none;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		cursor: pointer;
		transition-duration: 0.5s;
	}

	#topMainList .slick-dots li.slick-active button,
	#topMainList .slick-dots li button:hover {
		background-color: #990033;
		border: none;
	}

	#topNav {
		padding: 0px 0px 10px;
		width: 100%;
		min-width: 1120px;
		background-color: #f9f9f7;
		posiiton: relative;
		z-index: 20;
	}

	#topNav .topInfoWindow {
		position: absolute;
		top: 230px;
		right: 30px;
		width: 300px;
		display: block;
		margin: 0;
		background: #fff;
		border: 3px solid #903;
		text-align: center;
		padding: 0px 10px 20px;
		z-index: 100;
	}

	#topNav .topInfoWindow.close {
		display: none;
	}

	#topNav .topInfoWindow #closeBnr {
		display: block;
		text-align: right;
		margin: 5px 0 -10px auto;
		cursor: pointer;
		width: 20px;
	}

	#topNav .topInfoWindow #closeBnr img {
		width: 12px;
		margin-top: 5px;
		margin-bottom: -5px;
	}

	#topNav .topInfoWindow #closeBnr:hover {
		opacity: 0.6;
		transition-duration: 0.5s;
	}

	#topNav .topInfoWindow .shoulder {
		font-size: 2.0rem;
		font-weight: bold;
		margin-top: -10px;
		margin-bottom:0.4em;
		color: #903;
	}

	#topNav .topInfoWindow h2 {
		display: inline;
		font-size: 2.0rem;
		line-height: 1.4;
		/*margin-top: 0.6em;*/
		background: url("../img/arr_r_crc.png") no-repeat 0px 0.13em / 16px auto;
		padding-left: 24px;
	}

	#topNav .topInfoWindow .infoTxt {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#topNav .topInfoWindow .infoTxt span {
		font-size: 0.85em;
	}

	#topNav .topInfoWindow a.link h2 {
		color: #903;
	}

	#topNav .topInfoWindow a.link:hover {
		color: #903;
		text-decoration: none;
		opacity: 0.6;
		transition-duration: 0.5s;
	}
	#topNav .topInfoWindow a.link[] {
	
	}

	#topNav .ulWrap {
		position: absolute;
		top: 630px;
		left: 0;
		right: 0;
		z-index: 10;
		height: 313px;
		background: #f9f9f7;
	}

	#topNav ul {
		margin: 0px auto 0px;
		padding: 1px 0px 0px 1px;
		background-color: #ececeb;
		max-width: 999px;
		flex-wrap: wrap;
		display: flex;
		transform: translateY(-48px);
	}

	#topNav ul li {
		margin: 0px 1px 1px 0px;
		width: calc(25% - 1px);
		background-repeat: no-repeat;
		background-position: center 15px;
		background-color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
	}

	#topNav ul li a {
		padding: 104px 0px 0px;
		height: 50px;
		background-repeat: no-repeat;
		background-position: center 15px;
		background-color: #fff;
		color: #333;
		display: block;
		transition-property: all;
	}

	#topNav ul li a:hover {
		background-color: #990033;
		color: #fff;
		opacity: 1;
	}

	#topNav ul li#topNav01 a {
		background-image: url("../img/icon_top_01b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav01,
	#topNav ul li#topNav01 a:hover {
		background-image: url("../img/icon_top_01w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav02 a {
		background-image: url("../img/icon_top_02b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav02,
	#topNav ul li#topNav02 a:hover {
		background-image: url("../img/icon_top_02w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav03 a {
		background-image: url("../img/icon_top_03b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav03,
	#topNav ul li#topNav03 a:hover {
		background-image: url("../img/icon_top_03w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav04 a {
		background-image: url("../img/icon_top_04b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav04,
	#topNav ul li#topNav04 a:hover {
		background-image: url("../img/icon_top_04w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav05 a {
		background-image: url("../img/icon_top_05b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav05,
	#topNav ul li#topNav05 a:hover {
		background-image: url("../img/icon_top_05w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav06 a {
		background-image: url("../img/icon_top_06b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav06,
	#topNav ul li#topNav06 a:hover {
		background-image: url("../img/icon_top_06w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav07 a {
		background-image: url("../img/icon_top_07b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav07,
	#topNav ul li#topNav07 a:hover {
		background-image: url("../img/icon_top_07w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav08 a {
		background-image: url("../img/icon_top_08b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav08,
	#topNav ul li#topNav08 a:hover {
		background-image: url("../img/icon_top_08w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav09 a {
		background-image: url("../img/icon_top_09b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav09,
	#topNav ul li#topNav09 a:hover {
		background-image: url("../img/icon_top_09w.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav10 a {
		background-image: url("../img/icon_top_10b.png");
		background-size: 76px auto;
	}

	#topNav ul li#topNav10,
	#topNav ul li#topNav10 a:hover {
		background-image: url("../img/icon_top_10w.png");
		background-size: 76px auto;
	}

	#topBg {
		background: #fff;
		z-index: 10;
		position: relative;
		margin-top: 147px;
		/*margin-top: 303px;  .topNav 8項目のとき*/
		padding-top: 10px;
	}

	.topNewsImp {
		box-sizing: border-box;
		padding: 20px 0px 0;
		width: 100%;
		background: #fff;
		min-width: 1120px;
		text-align: center;
		margin: 0 auto;
	}
	.topNewsImp h2 {
		font-size: 2.0rem;
		font-weight: bold;
		display: inline-block;
	}
	.topNewsImp h2::after {
		display: block;
		content: "";
		background: #990033;
		width: 60%;
		height: 2px;
		text-align: center;
		margin: 0.25em auto 0;
	}
	.topNewsImp dl {
		margin: 0 auto;
		max-width: 1001px;
		min-width: 490px;
		text-align: left;
	}
	.topNewsImp dl > div {
		padding: 20px 0px 4px;
		border-bottom: 1px #c0c0c0 dotted;
		display: flex;
		align-items: flex-start;
	}
	.topNewsImp dl > div:last-of-type {
		border-bottom: none;
	}
	.topNewsImp dt {
		padding: 0px 0px 12px;
		align-items: center;
		display: flex;
		width: 270px;
	}

	.topNewsImp dt span {
		margin-right: 10px;
		font-size: 1.7rem;
		line-height: 22px;
	}

	.topNewsImp dt a {
		margin-right: 4px;
		padding: 1px 10px;
		color: #fff;
		font-size: 1.4rem;
		line-height: 20px;
		display: block;
		cursor: default;
		pointer-events: none;
	}

	.topNewsImp dt a:hover {
		opacity: 1;
	}

	.topNewsImp dt a.ct00 {
		background-color: #37a2e6;
	}

	.topNewsImp dt a.ct01 {
		background-color: #da4444;
	}

	.topNewsImp dt a.ct02 {
		background-color: #000;
	}

	.topNewsImp dt a.ct03 {
		background-color: #0f5091;
	}

	.topNewsImp dt a.ct04 {
		background-color: #7bc636;
	}

	.topNewsImp dt a.ct05 {
		background-color: #9e1136;
	}

	.topNewsImp dt a.ct06 {
		background-color: #cc66cc;
	}

	.topNewsImp dd {
		font-size: 1.7rem;
		line-height: 20px;
		width: calc(100% - 250px);
		margin-top: 2px;
	}

	.topNewsImp dd a {
		color: #000;
	}

	#topAnnounce {
		box-sizing: border-box;
		padding: 5px 0px 15px;
		width: 100%;
		background: #fff;
		min-width: 1120px;
		text-align: center;
		margin: 0 auto;
	}

	#topAnnounce p {
		box-sizing: border-box;
		display: block;
		max-width: 1001px;
		min-width: 490px;
		padding: 0.9em 2em;
		font-size: 2.0rem;
		line-height: 1.4;
		font-weight: bold;
		color: #990033;
		border: 2px solid #990033;
		border-radius: 4px;
		margin: 15px auto;
	}

	#topAnnounce p span.ib {
		display: inline-block;
	}

	#topAnnounce p a {
		color: #990033;
	}

	#topNwRs {
		padding: 36px 0px 42px;
		width: 100%;
		min-width: 1120px;
		background-color: #fff;
	}

	#topNwRs > div {
		justify-content: space-between;
		display: flex;
	}

	#topNwRs .topNwRsTitle {
		margin: 0px 0px 16px;
		display: flex;
		align-items: flex-end;
	}

	#topNwRs .topNwRsTitle h1 {
		margin-right: 12px;
		padding: 0px 0px 10px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 24px;
		position: relative;
		white-space: nowrap;
	}

	#topNwRs .topNwRsTitle h1::after {
		content: "";
		width: 60px;
		height: 2px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		background-color: #990033;
		display: block;
		left: 0px;
		bottom: 0px;
		position: absolute;
	}

	#topNwRs .topNwRsTitle p {
		color: #e7e6e6;
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 36px;
	}

	#topNews {
		width: 60%;
		position: relative;
	}

	#topNews #topNewsLink {
		padding: 0px 16px;
		border-left: 1px #ccc solid;
		font-size: 1.6rem;
		line-height: 20px;
		right: 0px;
		top: 8px;
		position: absolute;
	}

	#topNews #topNewsMain .topNewsTab {
		padding: 0px 0px 24px;
		display: flex;

		background-color: #e6eef7;
	}

	#topNews #topNewsMain .topNewsTab li {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		flex: 1;
		position: relative;

		background-color: #fff;
	}

	#topNews #topNewsMain .topNewsTab li a {
		padding: 12px 0px;
		border: 1px #cfd3d5 solid;
		display: block;
		position: relative;
		transition-property: all;
	}

	#topNews #topNewsMain .topNewsTab li::after,
	#topNews #topNewsMain .topNewsTab li a::after {
		content: "";
		width: 0px;
		height: 0px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 50%;
		bottom: 0px;
		position: absolute;
		border-top: 14px solid #990033;
		border-right: 5px solid transparent;
		border-bottom: 14px solid transparent;
		border-left: 5px solid transparent;
		transform: translate(-50%, 100%);
		opacity: 0;
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	#topNews #topNewsMain .topNewsTab li:not(:first-of-type) a {
		border-left: none;
	}

	#topNews #topNewsMain .topNewsTab li.set a,
	#topNews #topNewsMain .topNewsTab li a:hover {
		background-color: #990033;
		border-color: #990033;
		color: #fff;
		opacity: 1;
	}

	#topNews #topNewsMain .topNewsTab li.set::after,
	#topNews #topNewsMain .topNewsTab li a:hover::after {
		opacity: 1;
	}

	#topNews #topNewsMain .topNewsIdx {
		margin: 0px;
		padding: 0px 36px 0px 30px;
		display: none;

		background-color: #e6eef7;
		color: #000;
	}

	#topNews #topNewsMain.cat00 .topNewsIdx#listN00,
	#topNews #topNewsMain.cat01 .topNewsIdx#listN01,
	#topNews #topNewsMain.cat02 .topNewsIdx#listN02,
	#topNews #topNewsMain.cat03 .topNewsIdx#listN03,
	#topNews #topNewsMain.cat04 .topNewsIdx#listN04,
	#topNews #topNewsMain.cat05 .topNewsIdx#listN05 {
		display: block;
	}

	#topNews #topNewsMain .topNewsIdx div {
		padding: 16px 0px;
		border-bottom: 1px #c0c0c0 dotted;
	}

	#topNews #topNewsMain .topNewsIdx dt {
		padding: 0px 0px 12px;
		align-items: center;
		display: flex;
	}

	#topNews #topNewsMain .topNewsIdx dt span {
		margin-right: 10px;
		font-size: 1.5rem;
		line-height: 20px;
	}

	#topNews #topNewsMain .topNewsIdx dt a {
		margin-right: 4px;
		padding: 1px 10px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 18px;
		display: block;
		cursor: default;
	}

	#topNews #topNewsMain .topNewsIdx dt a:hover {
		opacity: 1;
	}

	#topNews #topNewsMain .topNewsIdx dt a.ct00 {
		background-color: #37a2e6;
	}

	#topNews #topNewsMain .topNewsIdx dt a.ct01 {
		background-color: #da4444;
	}

	#topNews #topNewsMain .topNewsIdx dt a.ct02 {
		background-color: #000;
	}

	#topNews #topNewsMain .topNewsIdx dt a.ct03 {
		background-color: #0f5091;
	}

	#topNews #topNewsMain .topNewsIdx dt a.ct04 {
		background-color: #7bc636;
	}

	#topNews #topNewsMain .topNewsIdx dt a.ct05 {
		background-color: #9e1136;
	}

	#topNews #topNewsMain .topNewsIdx dt a.ct06 {
		background-color: #cc66cc;
	}

	#topNews #topNewsMain .topNewsIdx dd {
		font-size: 1.5rem;
		line-height: 18px;
	}

	#topNews #topNewsMain .topNewsIdx dd a {
		color: #000;
	}
	
	#topNews #topNewsMain .topNewsInfo {
		background-color: #e6eef7;
		padding: 0 36px 0 30px;
		margin-top: -1px;
	}
	
	#topNews #topNewsMain .topNewsInfo p {
		color: #000;
		font-size: 1.5rem;
		padding: 16px 0 16px;
		border-top: 1px #c0c0c0 dotted;
	}

	#topNews .bt {
		margin: 0px auto;
		padding: 20px 0px 23px;
		/*padding: 40px 0px 40px;*/
		/*padding: 40px 0px 70px;*/
		width: 204px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
	}

	#topNews .bt a {
		padding: 12px 0px;
		background-color: #fff;
		border: 1px #990033 solid;
		border-radius: 4px;
		color: #990033;
		text-align: center;
		display: block;
		vertical-align: middle;
	}

	#topNews .bt a::before {
		content: "";
		margin-right: 4px;
		width: 12px;
		height: 12px;
		background: url("../img/arr_r_b.png") no-repeat center center / cover;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: inline-block;
	}

	#topRs {
		width: 30%;
	}

	#topRs #topRsList li {
		margin: 0px 0px 8px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
		flex: 1;
	}
	#topRs #topRsList li span {
		display: inline-block;
	}
	#topRs #topRsList li span > span {
		display: inline-block;
		font-size: 0.8em;
		line-height: 16px;
		margin-top: 5px;
		font-feature-settings: "palt";
		letter-spacing: 0.08em;
	}

	#topRs #topRsList li a {
		height: 98px;
		border: 1px #d9d9d9 solid;
		display: block;
		position: relative;
	}

	#topRs #topRsList li a img {
		height: 100px;
		width: auto;
		left: -1px;
		top: -1px;
		position: absolute;
	}

	#topRs #topRsList li a div {
		padding: 0px 8px 0px 182px;
		height: 98px;
		align-items: center;
		display: flex;
	}

	#topTpc {
		padding: 10px 0px 44px;
		width: 100%;
		min-width: 1120px;
		background-color: #f9f9f7;
	}

	#topTpc h1 {
		padding: 20px 0px;
		color: #000;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		position: relative;
	}

	#topTpc h1::before {
		content: "Topics";
		color: #e9e9e8;
		font-size: 8.0rem;
		font-weight: bold;
		line-height: 84px;
	}

	#topTpc h1 span {
		left: 50%;
		top: 50%;
		position: absolute;
		transform: translate(-50%,-50%);
	}

	#topTpc #topTpcList {
		padding: 0px 60px;
		position: relative;
	}

	#topTpc #topTpcUl {
		padding: 0px 12px;
		overflow: hidden;
	}

	#topTpc #topTpcList .topTpcLi {
		margin: 0px 12px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		float: left;
	}

	#topTpc #topTpcList .topTpcLi img {
		width: 100%;
		height: auto;
	}

	#topTpc #topTpcList .topTpcLi p {
		padding: 16px 0px 0px;
	}

	#topTpc #topTpcList .slick-arrow {
		margin: 0px;
		padding: 0px;
		width: 61px;
		height: 172px;
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
		border-radius: 0px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		top: 0px;
		position: absolute;
		cursor: pointer;
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	#topTpc #topTpcList .slick-arrow:hover {
		opacity: 0.5;
	}

	#topTpc #topTpcList .slick-prev {
		background-image: url("../img/arr_l_box.png");
		background-size: cover;
		left: 0px;
	}

	#topTpc #topTpcList .slick-next {
		background-image: url("../img/arr_r_box.png");
		background-size: cover;
		right: 0px;
	}

	#topTpc #topTpcList .slick-dots,
	#newsMtCts #topTpc #topTpcList .slick-dots {
		padding: 30px 0px 0px!important;
		margin: 0!important;
		text-align: center;
	}

	#topTpc #topTpcList .slick-dots li,
	#newsMtCts #topTpc #topTpcList .slick-dots li {
		margin: 0px 9px!important;
		font-size: 0;
		line-height: 0;
		display: inline-block;
	}

	#topTpc #topTpcList .slick-dots li button,
	#newsMtCts #topTpc #topTpcList .slick-dots li button {
		margin: 0px!important;
		padding: 0px!important;
		width: 12px;
		height: 12px;
		background: none;
		background-color: #fff;
		border: 1px #c6869c solid;
		border-radius: 50%;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		cursor: pointer;
		transition-duration: 0.5s;
	}

	#topTpc #topTpcList .slick-dots li.slick-active button,
	#topTpc #topTpcList .slick-dots li button:hover,
	#newsMtCts #topTpc #topTpcList .slick-dots li.slick-active button,
	#newsMtCts #topTpc #topTpcList .slick-dots li button:hover {
		background-color: #990033;
		border: 1px #990033 solid;
	}

	#topLink {
		padding: 70px 0px 40px;
		width: 100%;
		min-width: 1120px;
		background: url("../img/bg_top_link.jpg") no-repeat center top/ cover;
	}

	#topLink ul {
		align-items: stretch;
		flex-wrap: wrap;
		display: flex;
	}

	#topLink ul li {
		margin: 0px 20px 20px 0px;
		width: calc(25% - 15px);
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 24px;
	}

	#topLink ul li:nth-of-type(4n) {
		margin-right: 0px;
	}

	#topLink ul li a {
		height: 62px;
		background: url("../img/arr_r_w.png") no-repeat right 18px center / 14px auto;
		border: 1px #fff solid;
		color: #fff;
		display: block;
		position: relative;
	}

	#topLink ul li a[href$=".pdf"]::after {
		display: none;
	}

	#topLink ul li a[href$=".pdf"] div span::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../img/icon_pdf.png") no-repeat center center / cover;
		vertical-align: middle;
	}

	#topLink ul li a div {
		padding: 0px 40px 0px 20px;
		height: 62px;
		align-items: center;
		flex-wrap: wrap;
		display: flex;
	}

	#topLink ul li a div span span {
		display: block;
		font-size: 0.8em;
		line-height: 1.2;
	}

	#topRf {
		padding: 0px 0px 64px;
		width: 100%;
		min-width: 1120px;
		background-color: #fff;
	}

	#topRf h1 {
		padding: 40px 0px;
		color: #000;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		position: relative;
	}

	#topRf h1::before {
		content: "Related facilities";
		color: #f7f6f5;
		font-size: 7.2rem;
		font-weight: bold;
		line-height: 84px;
	}

	#topRf h1 span {
		left: 50%;
		top: 50%;
		position: absolute;
		transform: translate(-50%,-50%);
	}

	#topRf #topRfList {
		padding: 0px 0px 0px;
		align-items: stretch;
		display: flex;
	}

	#topRf #topRfList li {
		margin: 0px 20px 0px 0px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 24px;
		flex: 1;
	}

	#topRf #topRfList li:last-of-type {
		margin: 0px;
	}

	#topRf #topRfList li a {
		height: 88px;
		border: 1px #d9d9d9 solid;
		display: block;
		position: relative;
	}

	#topRf #topRfList li a img {
		height: 90px;
		width: auto;
		left: -1px;
		top: -1px;
		position: absolute;
	}

	#topRf #topRfList li a div {
		padding: 0px 8px 0px 138px;
		height: 88px;
		align-items: center;
		display: flex;
	}

	#topInfo {
		padding: 0px 0px 44px;
		width: 100%;
		min-width: 1120px;
		background-color: #fff;
	}

	#topInfo > div {
		align-items: stretch;
		display: flex;
	}

	#topBoxInfo {
		padding: 40px 46px;
		color: #000;
		background-color: #f5f6f6;
		flex: 1;
	}

	#topBoxInfo .link {
		color: #990033;
		text-decoration: underline;
	}

	#topBoxInfo h1 {
		margin: 0px 0px 20px;
		width: 191px;
		font-size: 0px;
		line-height: 0;
	}

	#topBoxInfo h1 a {
		display: block;
	}

	#topBoxInfo h1 a:hover {
		opacity: 1;
	}

	#topBoxInfo h1 img {
		width: 100%;
		height: auto
	}

	#topBoxInfo h1 + p {
		font-size: 1.5rem;
		line-height: 24px;
		margin: 5px 0 0;
		padding-bottom: 20px;
		border-bottom: 1px #c7c8c9 solid;
	}

	#topBoxInfo ul#attention {
		border-top: 1px #c7c8c9 solid;
		padding: 15px 0 20px;
		font-size: 1.5rem;
	}

	#topBoxInfo ul#attention li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		margin: 3px auto;
	}

	#topBoxInfo ul#attention li p {
		width: calc(100% - 50px);
	}

	#topBoxInfo ul#attention #noSmoking::before {
		display: table;
		content: " ";
		background: url("../img/icon_no_smoking.png") no-repeat left center / 40px auto;
		width: 50px;
		height: 40px;
	}

	#topBoxInfo ul#attention #noPhoto::before {
		display: table;
		content: " ";
		background: url("../img/icon_no_photo.png") no-repeat left center / 40px auto;
		width: 50px;
		height: 40px;
	}

	#topBoxInfo ul.ninka {
		display: flex;
		flex-wrap: wrap;
	}

	#topBoxInfo ul.ninka li {
		width: 50%;
		margin-bottom: 4px;
	}

	#topBoxInfo ul.ninka li a {
		display: block;
	}

	#topBoxInfo ul.ninka li a:nth-of-type(odd) {
		margin-right: 4px;
	}

	#topBoxInfo ul.ninka li a:nth-of-type(even) {
		margin-left: 4px;
	}

	#topBoxInfo ul.ninka li img {
		width: 100%;
		height: auto
	}

	#topBoxInfoDl > div {
		padding: 20px 0px;
		border-top: 1px #c7c8c9 solid;
		align-items: flex-start;
		display: flex;
	}

	#topBoxInfoDl > div:first-of-type {
		border-top: none;
	}

	#topBoxInfoDl dt {
		padding: 0px 0px 20px 26px;
		width: 110px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 24px;
	}

	#topBoxInfoDl #topBoxInfo01 dt {
		background-image: url("../img/icon_info01.png");
		background-size: auto 24px;
	}

	#topBoxInfoDl #topBoxInfo02 dt {
		background-image: url("../img/icon_info02.png");
		background-size: auto 24px;
	}

	#topBoxInfoDl #topBoxInfo03 dt {
		background-image: url("../img/icon_info03.png");
		background-size: auto 24px;
	}

	#topBoxInfoDl #topBoxInfo04 dt {
		background-image: url("../img/icon_info04.png");
		background-size: 20px auto;
		line-height: 1.2;
		padding-top: 0.15em;
	}

	.creca img {
		margin: 0 12px 12px 0;
		width: 40px;
	}

	#topBoxInfoDl dd {
		flex: 1;
	}

	#topBoxInfoDl dd p {
		font-size: 1.5rem;
		line-height: 24px;
	}

	#topBoxInfoDl dd #topTel {
		margin: 10px 0px 0px;
		padding: 0px 0px 0px 26px;
		background: url("../img/icon_tel_b.png") no-repeat 0px 2px / 20px auto;
		font-size: 2.4rem;
		font-weight: bold;
		display: block;
	}

	#topBoxInfoDl dd p span {
		font-size: 1.2rem;
	}

	#topBoxInfoDl #topBoxInfo04 dd p.sub {
		font-size: 1.2rem;
		line-height: 1.4;
	}

	#topBoxMap {
		margin-left: 60px;
		width: 52%;
		height: 973px; /*905px*/ /*512px*/ /*622px*/ /*740px*/ /*915px*/ /*880px*/
	}

	#topBoxMap iframe {
		width: 100%;
		height: 100%;
	}

	/*----- common -----*/

	#pageTitle {
		width: 100%;
		min-width: 1120px;
		height: 405px;
		background: url("../img/bg_title.jpg") no-repeat center top/ cover;
	}

	#pageTitle .sizeS {
		font-size: 0.7em;
	}

	#pageTitle.raiinA {
		background: url("../img/bg_title_raiin_a.jpg") no-repeat center 50% / cover;
	}

	#pageTitle.raiinB {
		background: url("../img/bg_title_raiin_b.jpg") no-repeat center 70% / cover;
	}

	#pageTitle.raiinC {
		background: url("../img/bg_title_raiin_c.jpg") no-repeat center 50% / cover;
	}

	#pageTitle.raiinD {
		background: url("../img/bg_title_raiin_d.jpg") no-repeat center 60% / cover;
	}

	#pageTitle.raiinE {
		background: url("../img/bg_title_raiin_e.jpg") no-repeat center 50% / cover;
	}

	#pageTitle.soudan {
		background: url("../img/bg_title_soudan.jpg") no-repeat center 50% / cover;
	}

	#pageTitle.kamikochi {
		background: url("../img/bg_title_kamikochi.jpg") no-repeat center 50% / cover;
	}

	#pageTitle.medicasa {
		background: url("../img/bg_title_medicasa.jpg") no-repeat center 50% / cover;
	}

	#pageTitle.raiinKanwa {
		background: url("../img/bg_title_raiinkanwa.jpg") no-repeat center 70% / cover;
	}

	#pageTitle.iryo01 {
		background: url("../img/bg_title_iryo01.jpg") no-repeat center 55% / cover;
	}
	#pageTitle > h1{
		padding: 292px 0px 0px;
		color: #fff;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		display: block;
	}

	#topicPath {
		width: 100%;
	}

	#topicPath > div {
		min-height: 80px;
		align-items: center;
		justify-content: space-between;
		display: flex;
	}

	#topicPath ol {
		padding: 30px 0px;
		list-style: none;
	}

	#topicPath ol li {
		font-size: 1.4rem;
		line-height: 20px;
		display: inline-block;
		vertical-align: middle;
	}

	#topicPath ol li::after {
		margin: 0px 0.5em;
		content: "\003e";
		font-size: 1.4rem;
		line-height: 20px;
		display: inline-block;
	}

	#topicPath ol li:last-of-type::after {
		display: none;
	}

	#topicPath ol li a {
		text-decoration: underline;
	}

	#topicPath .printBt {
		width: 114px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		z-index: 9;
	}

	#topicPath .printBt a {
		padding: 5px 8px 5px 30px;
		background: url("../img/icon_print.png") no-repeat left 15px center / 16px auto;
		border: 1px #990033 solid;
		border-radius: 1px;
		color: #990033;
		display: block;
	}

	#contentS {
	}

	#contentW {
		align-items: flex-start;
		flex-direction: row-reverse;
		display: flex;
	}

	#sectionNavi {
		margin: 0px 60px 0px 0px;
		padding: 0px 0px 100px;
		width: 320px;
	}

	#sectionNavi #spMenu,
	#sectionNavi .toParent {
		display: none !important;
	}

	#sectionNavi nav h1 {
		padding: 25px 24px;
		background-color: #990033;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
	}

	#sectionNavi nav ol {
		list-style: none;
	}

	#sectionNavi nav ol li {
		font-size: 1.6rem;
		line-height: 24px;
		border-top: 1px #ccc solid;
	}

	#sectionNavi nav ol li span,
	#sectionNavi nav ol li a {
		padding: 16px 40px 16px 25px;
		display: block;
		transition-property: color;
	}

	#sectionNavi nav ol li a:hover {
		color: #990033;
		opacity: 1;
	}

	#sectionNavi nav > ol {
		border: 1px #ccc solid;
		border-top: none;
	}

	#sectionNavi nav > ol > li:first-of-type {
		border-top: none;
	}

	#sectionNavi nav > ol > li > span,
	#sectionNavi nav > ol > li > a {
		padding-left: 25px;
		background-image: url("../img/arr_r_crc.png");
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: right 20px top 18px;
		font-weight: bold;
	}

	#sectionNavi nav > ol > li > .open {
		background-image: url("../img/arr_b_crc.png");
	}

	#sectionNavi nav > ol > li > ol > li > span,
	#sectionNavi nav > ol > li > ol > li > ol > li > span,
	#sectionNavi nav > ol > li > ol > li > a,
	#sectionNavi nav > ol > li > ol > li > ol > li > a {
		background-image: url("../img/arr_r_b.png");
		background-size: 12px auto;
		background-repeat: no-repeat;
		background-position: right 24px top 22px;
	}

	#sectionNavi nav > ol > li > ol > li > a[target="_blank"],
	#sectionNavi nav > ol > li > ol > li > ol > li > a[target="_blank"] {
		background-image: url("../img/icon_blank.png");
		background-size: 16px auto;
		background-repeat: no-repeat;
		background-position: right 22px top 22px;
	}

	#sectionNavi nav > ol > li > ol > li > span,
	#sectionNavi nav > ol > li > ol > li > a {
		padding-left: 40px;
	}

	#sectionNavi nav > ol > li > ol > li > ol > li > span,
	#sectionNavi nav > ol > li > ol > li > ol > li > a {
		padding-left: 55px;
	}

	#sectionNavi nav ol li .open,
	#sectionNavi nav ol li .set {
		color: #990033;
		font-weight: bold;
	}

	#sectionNavi nav ol li .set {
		background-color: #f7f8f9;
	}

	#contentMain {
		flex: 1;
		min-width: 620px; /*20220107 hirano*/
	}

	#contentMain .h1 {
		margin: 0px 0px 40px;
		padding: 0px 0px 0px 14px;
		border-left: 6px #990033 solid;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 36px;
	}
	#contentMain .h1 .sizeS {
		font-size: 0.7em;
		display: inline-block;
	}

	#contentMain .link,
	#contentMain .link span {
		color: #990033;
		text-decoration: underline;
	}

	#contentMain table {
		width: 100%;
		border-spacing: 0;
		border-collapse: collapse;
		word-wrap: break-word;
	}

	#contentMain table,
	#contentMain table th,
	#contentMain table td {
		border: 1px #ccc solid;
	}

	#contentMain .kiSec,
	#contentMain .gtSec {
		padding: 0px 0px 40px;
	}

	#contentMain .kiSec .kiTtl,
	#contentMain .gtSec .gtTtl {
		padding: 0px 0px 12px;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		display: -webkit-flex;
		display: flex;
	}

	#contentMain .kiSec .kiTtl h2,
	#contentMain .gtSec .gtTtl h2 {
		padding: 0px 0px 0px 26px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 24px;
		position: relative;
	}

	#contentMain .kiSec .kiTtl h2::before,
	#contentMain .gtSec .gtTtl h2::before {
		content: "";
		width: 16px;
		height: 16px;
		background-color: #990033;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 0px;
		top: 4px;
		position: absolute;
	}

	#contentMain .kiSec .kiTtl p,
	#contentMain .gtSec .gtTtl p {
		font-size: 1.6rem;
		line-height: 24px;
	}

	#contentMain .kiSec .kiTtl p {
		color: #cc0000;
	}

	#contentMain .gtSec table th,
	#contentMain .gtSec table td {
		text-align: center;
		vertical-align: middle;
	}

	#contentMain .gtSec table th {
		padding: 20px 10px;
		background-color: #f7f8f9;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 24px;
		box-sizing: border-box;
	}

	#contentMain .gtSec table tr:first-of-type th:not(:first-of-type) {
		width: 14%;
	}

	#contentMain .gtSec table tr:first-of-type th:first-of-type {
		background-color: #e5e5e5;
	}

	#contentMain .gtSec table td {
		padding: 16px 12px;
		font-size: 1.6rem;
		line-height: 20px;
	}

	#contentMain .kiSec table {
		table-layout: fixed;
	}

	#contentMain .kiSec table th {
		padding: 17px 0px;
		background-color: #f7f8f9;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
	}

	#contentMain .kiSec table td {
		padding: 4.2rem 10px 20px;
		height: 54px;
		font-size: 1.6rem;
		line-height: 18px;
		text-align: left;
		vertical-align: top;
		position: relative;
	}

	#contentMain .kiSec table td dl {
		left: 12px;
		top: 12px;
		position: absolute;
	}

	#contentMain .kiSec table td dl dt {
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 24px;
	}

	#contentMain .kiSec table td.otm dl dt {
		color: #ccc;
	}

	#contentMain .kiSec table td.sat dl dt {
		color: #37a2e6;
	}

	#contentMain .kiSec table td.sun dl dt {
		color: #cc0000;
	}

	#contentMain .kiSec table td dl dd {
		display: none !important;
	}

	.flgP {
		display: block !important;
	}

	.flgS {
		display: none !important;
	}

}

#contentMain .h3 {
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px dashed #eee;
	border-left: 3px solid #666666;
	padding: 0.1em 0 0.2em 0.8em;
}

@media print {
	html,
	body,
	.content {
		min-width: auto;
		max-width: auto;
	}

	header,
	#pageTitle,
	#topicPath,
	#sectionNavi,
	footer {
		display: none;
	}

	.content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	#contentW {
		display: block;
	}
}


/* mori_20191025 start */
/* pdf icon */
a[href$=".pdf"]::after,
.pdfIcon::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon_pdf.png") no-repeat center center / cover;
	vertical-align: middle;
	margin-left: 3px;
}

/* word icon */
a[href$=".doc"]::after,
a[href$=".docx"]::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/icon_doc.png") no-repeat center center / cover!important;
	vertical-align: middle;
	margin-left: 3px;
}

/* excel icon */
a[href$=".xls"]::after,
a[href$=".xlsx"]::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/icon_excel.gif") no-repeat center center / auto 100%!important;
	vertical-align: middle;
	margin-left: 3px;
}


/* category index */
#categoryIndex .categoryList a {
	display: block;
	position: relative;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#categoryIndex .categoryList a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 12px;
	height: 100%;
	background: url("../img/arr_r_b.png") no-repeat center center / 12px 12px;
}

#categoryIndex .categoryList a[target="_blank"] {
	padding-right: 3em;
}

#categoryIndex .categoryList a[target="_blank"]::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	box-sizing: border-box;
	background: url("../img/icon_blank.png") no-repeat center top / contain;
	vertical-align: text-top;
	margin-left: 6px;
	margin-top: -8px;
}
	
@media screen and (min-width: 768px), print and (min-width: 0px) {

	#categoryIndex .categoryList {
		display: flex;
		flex-wrap: wrap;
		max-width: 732px;
		margin: 0 auto 50px;
	}

	#categoryIndex .categoryList li {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	#categoryIndex .categoryList li a {
		padding: 17px 10px 17px 48px;
	}

	#categoryIndex .categoryList a::before {
		left: 30px;
	}

}


/* hirano_20191130 start */

/* link */
#contentMain .pageTop {
	text-align: right;
}
#contentMain .pageTop a {
	display: block;
	position: relative;
	padding-right: 20px;
}
#contentMain .pageTop a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: url("../img/arr_t_b.png") no-repeat center center / 12px 12px;
}
#contentMain figure a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	background: none!important;
}
a[href$=".pdf"] figcaption::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon_pdf.png") no-repeat center center / cover;
	vertical-align: middle;
}
#contentMain .jumpTarget {
	margin-top: -80px;
	padding-top: 80px;
}
@media screen and (min-width: 768px), print and (min-width: 0px) {
	#contentMain a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and (max-width: 767px) {
	#contentMain a[href^="tel:"] {
		color: #903;
		text-decoration: underline;
	}
}


/* pc-sp */
#contentMain span.ib {
	display: inline-block;
}
@media screen and (min-width: 768px), print and (min-width: 0px) {
	#contentMain .spCon,
	#topInfo .spCon,
	.spCon {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#contentMain .pcCon,
	#topInfo .pcCon,
	.pcCon {
		display: none;
	}
}

/* ul, ol */
#contentMain ul.ulNormal > li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
}
#contentMain ol.olNormal > li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1.5em;
}
#contentMain ol.olLatin > li {
	list-style-position: outside;
	list-style-type: lower-latin;
	margin-left: 1.5em;
}
#contentMain ol.olRedCount {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#contentMain ol.olRedCount > li {
	padding-left: 2em;
	position: relative;
	margin-bottom: 1.8em;
}
#contentMain ol.olRedCount > li h5 {
	font-size: 1.1em;
	line-height: 1.7;
	padding-top: 0.05em;
}
#contentMain ol.olRedCount > li:last-child {
	margin-bottom: 0;
}
#contentMain ol.olRedCount > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #990033;
	color: #fff;
	display: block;
	float: left;
	line-height: 1.4em;
	margin-left: -2em;
	margin-top: 0.2em;
	text-align: center;
	height: 1.4em;
	width: 1.4em;
	border-radius: 0;
}
#contentMain ul.ulRedSquare,
#contentMain ul.ulNavyMaru {
	list-style: none;
	padding: 0;
}
#contentMain ul.ulRedSquare > li {
	padding-left: 1.6em;
	/*margin-left: -1.6rem;*/
	text-indent: -1.6em;
	position: relative;
	margin-bottom: 1.8em;
}
#contentMain ul.ulNavyMaru > li {
	padding-left: 1.6em;
	/*margin-left: -1.6rem;*/
	text-indent: -1.6em;
	position: relative;
	margin-bottom: 1em;
}
#contentMain ul.ulRedSquare > li:last-child,
#contentMain ul.ulNavyMaru > li:last-child {
	margin-bottom: 0;
}
#contentMain ul.ulRedSquare > li:before {
	content: "■";
	color: #990033;
	display: block;
	float: left;
	width: 1.6em;
}
#contentMain ul.ulNavyMaru > li:before {
	content: "◎";
	color: #0d4b72;
	display: block;
	float: left;
	width: 1.6em;
}
#contentMain ul.ulRedSquare > li ul,
#contentMain ul.ulRedSquare > li li,
#contentMain ul.ulRedSquare > li dl,
#contentMain ul.ulRedSquare > li p,
#contentMain ul.ulRedSquare > li div,
#contentMain ul.ulNavyMaru > li ul,
#contentMain ul.ulNavyMaru > li li,
#contentMain ul.ulNavyMaru > li dl,
#contentMain ul.ulNavyMaru > li p,
#contentMain ul.ulNavyMaru > li div {
	text-indent: 0;
}
#contentMain ul.ulLinkList > li {
	line-height: 1.6em;
	background: url("../img/arr_r_crc.png") no-repeat left 0.25em / 16px auto;
	margin: 1em 0;
	padding-left: 1.6em;
	color: #aaa;
}
#contentMain ul.ulLinkList > li > ul > li {
	line-height: 1.6em;
	background: url("../img/arr_r_b.png") no-repeat left top 0.42em / 10px auto;
	margin: 1em 0;
	padding-left: 1.2em;
	color: #aaa;
}
#contentMain ul.ulLinkList li.noLink {
	background: none;
	color: #333;
}
#contentMain ul.ulLinkList li.colorBl {
	color: #333;
}
#contentMain ul.ulLinkList li a {
	color: #333;
	text-decoration: none;
}
#contentMain ul.ulLinkList li a[target="_blank"]::after {
	content: "";
	margin-left: 8px;
	width: 16px;
	height: 14px;
	background: url("../img/icon_blank.png") no-repeat center bottom / cover;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: inline-block;
}
#contentMain ul.ulLinkList li a[target="_blank"][href$=".pdf"]::after {
	width: 20px!important;
	height: 20px!important;
	background: url("../img/icon_pdf.png") no-repeat center center / cover!important;
}
#contentMain ul.ulLinkList li a[target="_blank"][href$=".docx"]::after,
#contentMain ul.ulLinkList li a[target="_blank"][href$=".doc"]::after {
	width: 20px!important;
	height: 20px!important;
	background: url("../img/icon_doc.png") no-repeat center center / cover!important;
}

#contentMain ul.ulLinkList li a[target="_blank"][href$=".xls"]::after,
#contentMain ul.ulLinkList li a[target="_blank"][href$=".xlsx"]::after{
	width: 20px!important;
	height: 20px!important;
	background: url("../icon_excel.gif") no-repeat center center / cover!important;
}

#contentMain .olFlow2 li:nth-child(1),

#contentMain .olFlow3 li:nth-child(1),
#contentMain .olFlow3 li:nth-child(2),

#contentMain .olFlow4 li:nth-child(1),
#contentMain .olFlow4 li:nth-child(2),
#contentMain .olFlow4 li:nth-child(3),

#contentMain .olFlow5 li:nth-child(1),
#contentMain .olFlow5 li:nth-child(2),
#contentMain .olFlow5 li:nth-child(3),
#contentMain .olFlow5 li:nth-child(4),

#contentMain .olFlow6 li:nth-child(1),
#contentMain .olFlow6 li:nth-child(2),
#contentMain .olFlow6 li:nth-child(3),
#contentMain .olFlow6 li:nth-child(4),
#contentMain .olFlow6 li:nth-child(5),

#contentMain .olFlow7 li:nth-child(1),
#contentMain .olFlow7 li:nth-child(2),
#contentMain .olFlow7 li:nth-child(3),
#contentMain .olFlow7 li:nth-child(4),
#contentMain .olFlow7 li:nth-child(5),
#contentMain .olFlow7 li:nth-child(6),

#contentMain .olFlow8 li:nth-child(1),
#contentMain .olFlow8 li:nth-child(2),
#contentMain .olFlow8 li:nth-child(3),
#contentMain .olFlow8 li:nth-child(4),
#contentMain .olFlow8 li:nth-child(5),
#contentMain .olFlow8 li:nth-child(6),
#contentMain .olFlow8 li:nth-child(7),

#contentMain .olFlow9 li:nth-child(1),
#contentMain .olFlow9 li:nth-child(2),
#contentMain .olFlow9 li:nth-child(3),
#contentMain .olFlow9 li:nth-child(4),
#contentMain .olFlow9 li:nth-child(5),
#contentMain .olFlow9 li:nth-child(6),
#contentMain .olFlow9 li:nth-child(7),
#contentMain .olFlow9 li:nth-child(8) {
	visibility: hidden;
	height: 0;
	margin: 0;
}


/* img figure */
#contentMain figure figcaption {
	font-size: 0.85em;
	margin-top: 0.5em;
}

/* table */
#contentMain table caption {
	background: #990033;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#contentMain table.tblNormal {
	margin: 0.3em 0px;
	border: 1px #ccc solid !important;
	box-sizing: border-box;
}
#contentMain table.tblNormal caption {
	padding: 1em 1em;
}
#contentMain table.tblNormal tr th {
	background: #f7f8f9;
	font-weight: bold;
}
#contentMain table.tblNormal tr th,
#contentMain table.tblNormal tr td {
	border: 1px #ccc solid !important;
	vertical-align: middle;
	padding: 1em 1em;
}
#contentMain table.tblNarrow {
	margin: 0.3em 0px;
	border: 1px #e2e2e2 solid !important;
	box-sizing: border-box;
	background: #fff;
}
#contentMain table.tblNarrow caption {
	padding: 0.3em 1em;
	line-height: 1.3;
}
#contentMain table.tblNarrow th {
	background: #f7f8f9;
	font-weight: bold;
}
#contentMain table.tblNarrow th,
#contentMain table.tblNarrow td {
	border: 1px #e2e2e2 solid !important;
	vertical-align: middle;
	padding: 0.3em 1em;
	line-height: 1.3;
}
#contentMain table.tblNoBorder {
	border: none;
	width: auto;
	margin: 0;
}
#contentMain table.tblNoBorder,
#contentMain table.tblNoBorder th,
#contentMain table.tblNoBorder td {
	border: none;
	margin: 0;
	vertical-align: top;
}
#contentMain table.tblNoBorder th {
	font-weight: bold;
}
#contentMain table th.vAlignTop,
#contentMain table td.vAlignTop {
	vertical-align: top;
}
@media screen and (min-width: 768px), print and (min-width: 0px) {
	#contentMain table.spTblTate th,
	#contentMain table.spTblTate td {
		display: table-cell;
	}
	#contentMain table.tblShort {
		width: auto;
		min-width: 345px;
	}
}
@media screen and (max-width: 767px) {
	#contentMain table.tblNormal tr th,
	#contentMain table.tblNormal tr td {
		padding: 10px 5px;
	}
	#contentMain table.tblNormal.spTblTate tr th,
	#contentMain table.tblNormal.spTblTate tr td {
		padding: 10px 10px;
	}

	#contentMain table.spTblTate {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: none !important;
	}
	#contentMain table.tblNormal.spTblTate th,
	#contentMain table.tblNormal.spTblTate td {
		display: block;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		border-bottom: 1px solid #ccc;
		padding: 10px 10px;
	}
	#contentMain table.tblNoBorder.spTblTate,
	#contentMain table.tblNoBorder.spTblTate td {
		border: none;
		padding: 0;
	}
	#contentMain table.tblNoBorder.spTblTate th {
		border: none;
		padding: 2em 0 0;
		font-weight: bold;
	}
	#contentMain table.tblNoBorder.spTblTate tr:nth-child(1) th {
		padding: 0;
	}
	#contentMain .tblScrollWrap,
	#contentMain .js-scrollable {
		overflow: auto;
	}
	#contentMain .tblScrollWrap::-webkit-scrollbar,
	#contentMain .js-scrollable::-webkit-scrollbar{
		height: 5px;
	}
	#contentMain .tblScrollWrap::-webkit-scrollbar-track,
	#contentMain .js-scrollable::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	#contentMain .tblScrollWrap::-webkit-scrollbar-thumb,
	#contentMain .js-scrollable::-webkit-scrollbar-thumb{
		background: #BCBCBC;
	}

	#contentMain .tblScrollWrap table,
	#contentMain .js-scrollable table{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		border: none !important;
	}
}

/* text */
#contentMain {
	word-wrap:break-word;
}
#contentMain .kome {
	padding-left: 1em;
	text-indent: -1em;
}
#contentMain .kome span {
	padding-left: 0;
	text-indent: 0;
}
#contentMain .sizeL {
	font-size: 1.15em;
	line-height: 1.3;
}
#contentMain .cap {
	font-size: 0.87em;
	font-weight: normal;
}
#contentMain sup {
	font-size: 0.75em;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
#contentMain .nowrap {
	white-space: nowrap;
}
#contentMain .longUrl {
	word-break:break-all;
	/*word-wrap: break-word;*/
	font-size: 0.85em;
	letter-spacing: -0.05em;
}
#contentMain .url {
	word-break:break-all;
}

@media screen and (max-width: 767px) {
	#pageTitle > h1 > .spS{
		font-size: 0.7em;
	}
}


/* color */
#contentMain .colorRed {
	color: #ce5b5b;
}
#contentMain .colorRed1 {
	color: #cc0000;
	font-weight: bold;
}
#contentMain .colorBlue {
	color: #1d89cd;
}
#contentMain .bgGrayDark {
	background-color: #e1e2e3 !important;
}
#contentMain .bgGray {
	background-color: #f7f8f9 !important;
}

/* align */
#contentMain p.alignRight {
	text-align: right;
}
#contentMain p.alignLeft {
	text-align: left;
}
#contentMain p.alignCenter {
	text-align: center;
}
#contentMain figure.alignRight,
#contentMain div.alignRight {
	float: right;
	margin: 0 0 10px 20px;
}
#contentMain figure.alignRight:after,
#contentMain div.alignRight:after {
	display: table;
	content: "";
}
#contentMain figure.alignLeft,
#contentMain div.alignLeft {
	float: left;
	margin: 0 15 10px 0px;
}
#contentMain figure.alignLeft:after,
#contentMain div.alignLeft:after {
	display: table;
	content: "";
}
#contentMain figure.alignCenter {
	text-align: center;
}
#contentMain figure.frame img {
	border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	#contentMain figure.alignRight {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
		text-align: center;
	}
	#contentMain figure.alignRight img {
		margin: 0 auto;
		max-width: 100%;
	}
}

/* margin */
#contentMain .mt1em {margin-top: 1em !important;}
#contentMain .mt2em {margin-top: 2em !important;}
#contentMain .mt3em {margin-top: 3em !important;}
#contentMain .mt4em {margin-top: 4em !important;}
#contentMain .mt5em {margin-top: 5em !important;}
#contentMain .mt10px {margin-top: 10px !important;}
#contentMain .mt20px {margin-top: 20px !important;}
#contentMain .mt30px {margin-top: 30px !important;}
#contentMain .mt40px {margin-top: 40px !important;}
#contentMain .mt50px {margin-top: 50px !important;}
#contentMain .ml25px {margin-left: 25px !important;}

/* arrow */
.flowArrow {
	text-align: center;
	margin: 0em auto;
}
.flowArrow span {
	display: block;
	text-align: center;
	width: 0px;
	height: 0px;
	border-top: 15px solid #eb570f;
	border-left: 15px  solid #fff;
	border-bottom: 15px solid #fff;
	border-right: 15px solid #fff;
	margin: 0em auto -0.8em;
}

/* btn */
#contentMain .btRed {
	margin: 1em auto;
}
#contentMain .btRed a {
	display: inline-block;
	padding: 1.2em 20px 1.2em 40px;
	background: #990033 url("../img/arr_r_w.png") no-repeat left 20px center / 12px auto;
	border: 1px #990033 solid;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#contentMain .btRed a {
		display: block;
	}
}

#contentMain .btRedS {
	display: inline-block;
}
#contentMain .btRedS a {
	padding: 6px 20px 6px 40px;
	background: #990033 url("../img/arr_r_w.png") no-repeat left 20px center / 12px auto;
	border: 1px #990033 solid;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	display: block;
}

#contentMain .btRedSS {
	line-height: 1;
	/*text-align: center;*/
}
#contentMain .btRedSS a {
	padding: 0.2em 0.8em 0.2em 0.4em;
	background-color: #990033;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: baseline;
	min-width: 4em;
}
#contentMain .btRedSS a::before {
	content: "";
	margin-right: 4px;
	width: 12px;
	height: 12px;
	background: url("../img/arr_r_w.png") no-repeat center center / cover;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
}

.btWhS {
	display: inline-block;
	margin: 0 14px 5px 0;
	vertical-align: middle;
}

.btWhS a {
	padding: 6px 20px 6px 40px;
	background: url("../img/arr_r_b.png") no-repeat left 20px center / 12px auto;
	border: 1px #990033 solid;
	border-radius: 4px;
	color: #990033;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	display: block;
	vertical-align: middle;
}
.btWhS span {
	padding: 6px 20px 6px 40px;
	border: 1px #cccccc solid;
	border-radius: 4px;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	display: block;
	vertical-align: middle;
}
.btWhS a[target="_blank"]::after {
	content: "";
	margin-left: 8px;
	width: 16px;
	height: 14px;
	background: url("../img/icon_blank.png") no-repeat center center / cover;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: inline-block;
}
.btWhS a[href$=".pdf"]::after,
.btWhS a[href$=".pdf"][target="_blank"]::after {
	content: "";
	margin-left: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon_pdf.png") no-repeat center center / cover;
	vertical-align: middle;
}
.btWhS a[href$=".doc"]::after,
.btWhS a[href$=".docx"]::after,
.btWhS a[href$=".doc"][target="_blank"]::after,
.btWhS a[href$=".docx"][target="_blank"]::after {
	content: "";
	margin-left: 8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/icon_doc.png") no-repeat center center / cover;
	vertical-align: middle;
}
.btWhS a[href$=".xls"]::after,
.btWhS a[href$=".xlsx"]::after{
	content: "";
	margin-left: 8px;
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url("../img/icon_excel.gif") no-repeat center center / cover;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.btWhS {
		margin: 0 5px 5px 0;
	}
	.btWhS a {
		padding: 6px 18px 6px 24px;
		background: url("../img/arr_r_b.png") no-repeat left 10px top 13px / 12px auto;
		border: 1px #990033 solid;
		border-radius: 4px;
		color: #990033;
		display: inline-block;
		vertical-align: middle;
	}
	.btWhS span {
		padding: 6px 18px 6px 24px;
		border: 1px #cccccc solid;
		border-radius: 4px;
		color: #333;
		display: inline-block;
		vertical-align: middle;
	}

	.btWhS a[target="_blank"]::after {
		content: "";
		margin-left: 8px;
		width: 16px;
		height: 14px;
		background: url("../img/icon_blank.png") no-repeat center center / cover;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: inline-block;
	}
	.btWhS a[href$=".pdf"]::after,
	.btWhS a[href$=".pdf"][target="_blank"]::after {
		content: "";
		margin-left: 8px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../img/icon_pdf.png") no-repeat center center / cover;
		vertical-align: middle;
	}
}

.btWhSS {
	display: inline-block;
	margin: 0 auto;
}

.btWhSS a {
	padding: 3px 10px 3px 30px;
	background: url("../img/arr_r_b.png") no-repeat left 10px center / 12px auto;
	border: 1px #990033 solid;
	border-radius: 4px;
	color: #990033;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	display: block;
}
.btWhSS a[target="_blank"]::after {
	content: "";
	margin-left: 8px;
	width: 16px;
	height: 14px;
	background: url("../img/icon_blank.png") no-repeat center center / cover;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: inline-block;
}
.btWhSS a[href$=".pdf"]::after,
.btWhSS a[href$=".pdf"][target="_blank"]::after {
	content: "";
	margin-left: 8px;
	width: 20px;
	height: 20px;
	background: url("../img/icon_pdf.png") no-repeat center center / cover;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.btWhSS a {
		padding: 3px 10px 3px 30px;
		background: url("../img/arr_r_b.png") no-repeat left 10px center / 12px auto;
		border: 1px #990033 solid;
		border-radius: 4px;
		color: #990033;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 20px;
		display: block;
	}

	.btWhSS a[target="_blank"]::after {
		content: "";
		margin-left: 8px;
		width: 16px;
		height: 14px;
		background: url("../img/icon_blank.png") no-repeat center center / cover;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: inline-block;
	}
	.btWhSS a[href$=".pdf"]::after,
	.btWhSS a[href$=".pdf"][target="_blank"]::after {
		content: "";
		margin-left: 8px;
		width: 20px;
		height: 20px;
		background: url("../img/icon_pdf.png") no-repeat center center / cover;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: inline-block;
	}
}


/* column */
#contentMain .columnBox {
	background: #fafbfc;
	border: 1px solid #ccc;
	/*margin: 2em 0;*/
	box-sizing: border-box;
}
#contentMain .columnBox > h4 {
	background: #f0f1f2;
	margin: 0;
	text-align: center;
	padding: 1em 1em 0.5em;
	font-weight: bold;
}
#contentMain .columnBox .columnIn {
	padding: 1.6em 2em 1.2em;
	border: 6px solid #f0f1f2;
}
#contentMain .column {
	background: #fafbfc;
	border: 1px solid #f2f2f2;
	margin: 2em auto;
	box-sizing: border-box;
	padding: 1em 1.5em 1em;
}
@media screen and (max-width: 767px) {
	#contentMain .columnBox .columnIn {
		padding: 8px;
	}
}

/* pageInNav */
#contentMain .pageInNavWrap {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #f7f8f9;
	padding: 0.8em 4em;
	margin: 20px 0;
}
#contentMain .pageInNavWrap2 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #f7f8f9;
	padding: 1.3em 0 1.3em 1em;
	margin: 20px 0;
	font-size: 1.6rem;
}

#contentMain .pageInNavWrap a.link,
#contentMain .pageInNavWrap2 a.link {
	color: inherit;
	text-decoration: underline;
}
#contentMain .pageInNavWrap > h2,
#contentMain .pageInNavWrap2 > h2 {
	font-size: 1.08em;
	margin: 2em 0 0 -1.2em;
	padding: 0;
	border-bottom: none;
}
#contentMain .pageInNavWrap > h2:before,
#contentMain .pageInNavWrap2 > h2:before {
	display: none;
}
#contentMain .pageInNavWrap > h2:first-child,
#contentMain .pageInNavWrap2 > h2:first-child {
	margin-top: 1em;
}
#contentMain .pageInNavWrap > ul > li {
	line-height: 1.2em;
	background: url("../img/arr_r_crc.png") no-repeat left 0.05em / 16px auto;
	margin: 1em 0;
	padding-left: 1.6em;
}
#contentMain .pageInNavWrap > ol > li {
	list-style: inside decimal;
	line-height: 1.2em;
	background: url("../img/arr_r_crc.png") no-repeat left 0.05em / 16px auto;
	margin: 1em 0;
	padding-left: 1.6em;
}
#contentMain .pageInNavWrap2 > ul > li {
	line-height: 1.2em;
	background: url("../img/arr_r_crc.png") no-repeat left 0.05em / 16px auto;
	margin: 0.5em 1em 0.5em 0;
	padding-left: 1.4em;
	display: inline-block;
}
#contentMain .pageInNavWrap2 > ol > li {
	list-style: inside decimal;
	line-height: 1.2em;
	background: url("../img/arr_r_crc.png") no-repeat left 0.05em / 16px auto;
	margin: 1em 1em 1em 0;
	padding-left: 1.4em;
}
#contentMain .pageInNavWrap > ul > li > ul,
#contentMain .pageInNavWrap > ul > li > ol,
#contentMain .pageInNavWrap > ul > li > p {
	margin: 1em 0 1em 1.4em;
}
#contentMain .pageInNavWrap > ol > li > ul,
#contentMain .pageInNavWrap > ol > li > ol,
#contentMain .pageInNavWrap > ol > li > p {
	margin: 1em 0 1em 2.4em;
}
#contentMain .pageInNavWrap > ul > li > ul > li,
#contentMain .pageInNavWrap > ul > li > ol > li,
#contentMain .pageInNavWrap > ol > li > ul > li,
#contentMain .pageInNavWrap > ol > li > ol > li {
	margin: 0.5em 0;
}
#contentMain .pageInNavWrap > ul > li > ul > li a,
#contentMain .pageInNavWrap > ul > li > ol > li a,
#contentMain .pageInNavWrap > ol > li > ul > li a,
#contentMain .pageInNavWrap > ol > li > ol > li a {
	background: url("../img/arr_r_b.png") no-repeat left 0.2em / 10px auto;
	padding-left: 1.2em
}
@media screen and (max-width: 767px) {
	#contentMain .pageInNavWrap {
		padding: 0.8em 0em;
		margin: 1em 0;
	}
	#contentMain .pageInNavWrap > h2 {
		font-size: 1.08em;
		margin: 1em 0 0 0;
		padding: 0;
		border-bottom: none;
	}
	#contentMain .pageInNavWrap > h2:before {
		display: none;
	}
	#contentMain .pageInNavWrap > h2 + ul,
	#contentMain .pageInNavWrap > h2 + ol {
		margin-left: 1em;
	}
	#contentMain .pageInNavWrap > ul > li,
	#contentMain .pageInNavWrap > ol > li {
		margin: 1em 0.3em;
	}
}

/* getAdobeReader */
@media screen and (min-width: 768px), print and (min-width: 0px) {
	#contentMain .getAdobeReader {
		margin-top: 40px;
		font-size: 0.85em;
		line-height: 1.4;
	}
	#contentMain .getAdobeReader:after {
		display: table;
		content:" ";
		visibility: hidden;
		clear: both;
	}
	#contentMain .getAdobeReader img {
		float: left;
		margin: 0 10px 10px 0;
		width: 112px;
	}
	#contentMain .getAdobeReader p {
		float: left;
		display: block;
		width: calc(100% - 122px);
	}
}

@media screen and (max-width: 767px) {
	#contentMain .getAdobeReader {
		margin-top: 40px;
		font-size: 0.85em;
		line-height: 1.4;
	}
	#contentMain .getAdobeReader:after {
		display: table;
		content:"";
	}
	#contentMain .getAdobeReader img {
		float: none;
		margin: 0 10px 10px 0;
	}
	#contentMain .getAdobeReader p {
		float: none;
		clear: both;
		display: block;
	}
}


/* hirano_20191130 end */

/*accordion*/
#contentMain .accordionBox > li {
	margin-bottom: 20px;
}
#contentMain .accordionBox > li:after {
	display: table;
	content: "";
	overflow: visible;
	clear: both;
	height: 0;
}
#contentMain .accordionBox h2.button,
#contentMain .accordion > h2.button {
    display:block;
	box-sizing: border-box;
    border: 1px solid #ccc;
	padding: 16px 16px 16px 20px;
	cursor: pointer;
	transition-duration: 0.5s;
	margin-bottom: 0;
}
#contentMain .accordionBox h2.button:before,
#contentMain .accordion > h2.button:before {
	display: none;
}
#contentMain .accordionBox h2.button:hover,
#contentMain .accordion > h2.button:hover {
	background: #f7f8f9;
}
#contentMain .accordionBox h2.button p,
#contentMain .accordion > h2.button p {
    font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.1;
	background: url(../img/arr_b_crc.png) no-repeat right center / 22px auto;
	padding-right: 36px;

}
#contentMain .accordionBox h2.button.active p,
#contentMain .accordion > h2.button.active p {
	background: url(../img/crc_close.png) no-repeat right center / 22px auto;
}
#contentMain .accordionBox h2.button p span,
#contentMain .accordion > h2.button p span {
	font-size: 0.75em;
	color: #666;
	display: inline-block;
	font-weight: normal;
}
#contentMain .accordionBox .nest {
	padding: 30px 20px 40px;
}
@media screen and (max-width: 767px) {
	#contentMain .accordionBox h2.button,
	#contentMain .accordion > h2.button {
		padding: 0.5em;
	}
	#contentMain .accordionBox h2.button p,
	#contentMain .accordion > h2.button p {
    	font-size: 1.6rem;
		line-height: 1.3;
		background: url(../img/arr_b_crc.png) no-repeat right center / 18px auto;
		padding-right: 30px;
	}
	#contentMain .accordionBox h2.button.active p,
	#contentMain .accordion > h2.button.active p {
		background: url(../img/crc_close.png) no-repeat right center / 18px auto;
	}
	#contentMain .accordionBox .nest {
		padding: 30px 0 40px;
	}
}

/* 20111112 hirano */
/*accordion*/
#contentMain .accordion {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#contentMain .accordion {
		margin-bottom: 30px;
	}
}
#contentMain .accordion:after {
	display: table;
	content: "";
	overflow: visible;
	clear: both;
	height: 0;
}
#contentMain .accordion h3.button {
	font-size: 0.93em;
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 0 0 0;
	padding: 0.1em 0.6em;
	transition-duration: 0.5s;
	background: url(../img/arr_b_crc.png) no-repeat right 10px center / 16px auto;
}
#contentMain .accordion h3.button:hover {
	background: #f2f2f2 url(../img/arr_b_crc.png) no-repeat right 10px center / 16px auto;
}
#contentMain .accordion h3.button.active {
	background: #f2f2f2 url(../img/crc_close.png) no-repeat right 10px center / 16px auto;
}
#contentMain .accordion h4 {
	padding-top: 0.8em;
}
#contentMain .accordion .nest {
		padding: 0;
	}


/*slider2*/
#contentMain #topTpc {
	padding: 30px 0px 20px;
	width: 100%;
	min-width: 620px;
	max-width: 900px;
	background-color: #f9f9f7;
	overflow: hidden;
}

#contentMain #topTpc .topTpcCts {
	margin: 0px 0px;
	padding: 0px;
	width: calc(100% + 0px);
}

#contentMain #topTpc #topTpcList {
	padding: 0px 20px;
	position: relative;
	margin: 0 0px;
	overflow: hidden;
}

#contentMain #topTpc #topTpcUl {
	padding: 0px 0px;
	overflow: hidden;
}

#contentMain #topTpc #topTpcList .topTpcLi {
	margin: 0px 8px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	float: left;
	clear: none;
	overflow: hidden;
}

#contentMain #topTpc #topTpcList .topTpcLi img {
	width: 100%;
	height: auto;
}


#contentMain #topTpc #topTpcList .slick-arrow {
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: inherit;
	border: none;
	border-radius: 0px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	top: 28%;
	position: absolute;
	cursor: pointer;
	transition-property: opacity;
	transition-duration: 0.5s;
}

#contentMain #topTpc #topTpcList .slick-arrow:hover {
	opacity: 0.5;
}

#contentMain #topTpc #topTpcList .slick-prev {
	background-image: url("../img/arr_l_b.png");
	background-size: contain;
	left: 0px;
}

#contentMain #topTpc #topTpcList .slick-next {
	background-image: url("../img/arr_r_b.png");
	background-size: contain;
	right: 0px;
}

/* .dlNewsList */
.dlNewsList {
}
.dlNewsList::after {
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}
.dlNewsList dt {
	float: left;
	clear: both;
	font-size: 0.96em;
	width: 8em;
	margin-top: 1em;
	padding-left: 1.6em;
	background: url("../img/arr_r_crc.png") no-repeat left 0.25em / 16px auto;
	box-sizing: border-box;
}
.dlNewsList dd {
	float: left;
	clear: right;
	width: calc(100% - 8em);
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.dlNewsList dt {
		float: none;
		width: auto;
		margin-top: 1em;
	}
	.dlNewsList dd {
		float: none;
		clear: both;
		width: auto;
		margin-top: 0.3em;
	}
}


/*----- ADD20211112 -----*/
@media screen and (min-width: 768px), print and (min-width: 0px) {

	.headAtt {
		display: none;
	}

	body.top .headAtt {
		display: block;
	}

	.headAttIn {
		padding: 0px 0px 24px;
	}

	main > .headAtt {
		position: relative;
		opacity: 0;
	}

	header.hdFix + main > .headAtt {
		left: 0px;
		top: 0px;
		z-index: -1;
		position: absolute;
	}

	main > .headAtt .headAttIn {
		margin: 0px auto;
		padding: 0px 60px 24px;
		min-width: 1000px;
		max-width: 1280px;
	}

	header + main #topCts > #topMainList {
		transition-property: transform;
		transition-duration: 0.5s;
	}

	header.hdFix + main #topCts > #topMainList {
		transform: translateY(0) !important;
	}

	.headAttBox {
		margin: 0px auto;
		width: 100%;
		max-width: 750px;
		background-color: #fff;
		text-align: center;
	}

	.headAttBox h1 {
		background-color: #2c58a7;
		padding: 5px 15px;
		color: #ffff00;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.6;
	}

	.headAttBoxIn {
		padding: 5px 15px;
		border: 3px #2c58a7 solid;
		color: #000;
	}

	.headAttBox h2 {
		margin: 0px auto 8px;
		color: #ff0000;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.25;
	}

	.headAttBox p {
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1.3;
	}

}

