@charset "shift_jis";

/****************************************
  Reset
****************************************/

html, body, div, span, 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, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
	list-style: none;
	color: #333;
	-webkit-text-size-adjust: 100%; 
}
body {
	background-color: #ffffff;
  font-family: Arial, sans-serif;
 	color: #000;
	position: relative;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	margin: 1.0rem 3.2rem;
}

hr {
	border-top: 1px dashed #005e9e;
}

/* header*/
header {
	width: 100%;
}
#header-container {
	width: 100%;
	margin: 0;
	display: flex;
	flex-flow: row wrap
}
#logo-stat {
	width: 50%
}
#logo-center {
	width: 50%
}
#logo-stat img,
#logo-center img {
	width: 100%;
	padding: 2.5% 10%
}
#site-name {
	width: 100%;
	background: #00438e;
	text-align: center;
	height: auto
}
#site-name span {
	display: block;
	font-size: 0.85rem;
	font-weight: bold;
	padding: 0.5rem 2rem 0;
	color: #fff
}


/* global-nav */
#global-nav {
  width: 100%;
	background: #005e9e;
}

#global-nav nav {
  width: auto;
	margin: 10px auto 0;
	background: #fff;
}

#global-nav ul {
	margin: 0;
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
	position: relative;
}
#global-nav li:first-child {
  width: 12%;
}
#global-nav li {
  width: 30%;
	border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#global-nav li + li {
  border-left: 0;
  border-right: 1px solid #ccc;
}
#global-nav li:last-child {
  width: 18%;
}
#global-nav li a {
	display: block;
  text-decoration: none;
}
#global-nav li a span {
  display: block;
	background: #005e9e;
	color: #fff;
	height: 2.4rem;
	line-height: 2.4rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
}
#global-nav li a:hover span {
	transition: all .25s;
	background: #0f2a69;
}
#global-nav li.selected a span {
	background: #0f2a69;
}
#global-nav ul.pd-menu {
	display:  none;
}


#block-skip {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999rem;
  font-size: 0%;
  line-height: 0;
  outline: none;
  overflow: hidden;
}

/* sp-breadcrumbs */
#breadcrumbs {
	padding: 0.75rem 1.0rem;
}
#breadcrumbs ol {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
}
#breadcrumbs li  {
	padding-right: 1.0rem;
	font-size: 0.85rem;
}
#breadcrumbs li a {
	text-decoration: none;
}
#breadcrumbs li a::hover {
	text-decoration: underline;
}
#breadcrumbs li::after {
	content: '>';
	padding-left: 1.0rem;
	cursor: default;
	pointer-events: none;
}
#breadcrumbs li:last-child::after {
	content: '';
}

/* sp-page-title */
.info-title,
#page-title {
	padding: 0;
	padding-bottom: 0;
}
#page-title > h1,
#page-name {
	background: #005e9e;
	text-align: center;
	padding: 0.25rem;
}	
#page-title > h1 span,
#page-name span {
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	display: block;
}
h1.info-title {
	background: #005e9e;
	text-align: left;
	color: #fff;
	padding: 0 0.5rem;
}
h1.info-title span {
	display: block;
	font-size: 0.8rem;
	color: #fff;
}

#page-name + h1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ddeefe;
	text-align: center;
	height: auto;
}
#page-name + h1 span {
	font-size: 1.2rem;
	color: #0f2a69;
}
#page-name + h1+ figure {
	height: auto;
}
#page-title img {
	width: 100%;
}

/* sp-block-menu */
#block-menu {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 4.0rem;
}
#block-menu ul {
	margin: 0;
	padding: 10px 0 10px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}
#block-menu li {
	background: #fff;
	width: 90%;
	height: auto;
	padding: 1.0rem 1.5rem;
	box-shadow: 0.5rem 0.5rem 0.75rem -0.25rem #bbb;
	border-radius: 0.75rem;
	margin: 1.0rem auto;
}
#block-menu a {
	text-decoration: none;
}
#block-menu h2 {
	padding: 0;
	height: 36px;
	display: flex;
	background: transparent center right no-repeat;
	background-image: url("../img/goto.png"), url("../img/goto_on.png");
	background-size: 36px;
	margin: 0;
}
#block-menu li:hover  {
	transition: all .25s;
	background: #eee;
	box-shadow: 0.5rem 0.5rem 1.0rem -1.0rem #000;
}
#block-menu li:hover h2 {
	transition: all .25s;
	background: transparent url("../img/goto_on.png") center right no-repeat;
	background-size: 36px;
}
#block-menu h2::before {
	display: none;
}
#block-menu h2 span {
	font-size: 1.5rem;
	color: #333;
	border: none;
}
#block-menu .menu-content {
	margin: 0.25rem 0;
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
}
#block-menu .menu-img img {
	width: 179px;
	height: 179px;
}
#block-menu .menu-content p {
	padding: 0 1.0rem;
	font-size: 1.0rem;
}

/* sp-section */
section {
	width: 100%;
	padding: 0;
}
section p {
	font-size: 0.8rem;
	line-height: 1.6;
	padding: 0.5rem 1.0rem;
}
section header {
	position: relative;
}
p > img {
	width: 100%;
}
/* keyvisual*/
section#keyvisual {
	padding: 0;
	border-bottom: none
}
.sp-item {
	display: block
}
.pc-item {
	display: none
}
#keyvisual img {
	width: 100%;
	height: auto
}

/* sp-info */
h2 {
	position: relative;
	padding: 8px 0;
	background: #0f2a69;
	text-align: center;
}
h2 span {
	font-size: 1.0rem;
	color: #fff
}

/* sp-list-keyword */
.list-keyword {
	margin: 1.0rem auto;
}
.list-keyword ul {
	margin: 0;
	display: list-item;
	padding-left: 1.0rem;
}
.list-keyword li {
	font-weight: bold;
	font-size: 0.9rem;
	padding-bottom: 0.25rem;
	position: relative;
}
.list-keyword li::before {
	content: '�œ';
	color: #eeb106;
	margin-right: 0.5rem;
}

/* sp-list-download */
.list-download ul {
	margin: 0;
	display: list-item;
	padding-left: 1.0rem;
}
.list-download li {
	font-weight: bold;
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.list-download li a {
	display: block;
	background: transparent url("../img/icon_dl.png") left center no-repeat;
	background-size: 24px 24px;
	padding-left: 36px;
	color: #333;
}

/* sp-list-link */
.list-link ul {
	margin: 0;
	display: list-item;
	padding-left: 1.0rem;
}
.list-link li {
	font-weight: bold;
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.list-link li a {
	display: block;
	background: transparent url("../img/goto.png") left center no-repeat;
	background-size: 24px 24px;
	padding-left: 36px;
	color: #333;
}

.link-right {
	position: relative;
	text-align: right;
	margin: 0.5rem 0.5rem;
}
.link-right a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 18px;
	text-decoration: none;
	color: #333;
	font-size: 0.8rem;
	padding-right: 24px;
	background: transparent right center no-repeat;
	background-image: url("../img/goto.png"), url("../img/goto_on.png");
	background-size: 18px 18px;
}
.link-right a:hover {
	transition: all .25s;
	background: transparent url("../img/goto_on.png") right center no-repeat;
	background-size: 18px 18px;
}



/* sp-info */
dl {
	display: flex;
	flex-flow: column wrap;
	font-size: 0.8rem;
	padding: 0 1.5rem 1.0rem;
}
dt {
	width: auto;
	color: #2a5e9e;
	font-weight: bold;
}
dd {
	width: auto;
}
dd a {
	color: #555
}


	/* sp-two-clms */
	.two-clms {
		display: flex;
		flex-flow: column wrap;
	}
	.left-clm {
		width: auto;
	}
	.left-clm img,
	.right-clm img {
		width: 100%;
		height: auto;
		border: none;
	}
	.right-clm {
		width: auto;
		display: flex;
		flex-flow: column wrap;
		margin-left: 0;
	}
	.right-clm p {
		padding: 0.5rem 1.0rem;
		padding-bottom: 0.5rem;
		font-size: 0.8rem;
	}
	.btn-banner {
		margin: 0 auto 1.5rem;
		background: #fff;
		width: 80%;
		height: auto;
		padding: 1.0rem;
		box-shadow: 0.5rem 0.5rem 0.75rem -0.25rem #bbb;
		border-radius: 0.75rem;
	}
	.btn-banner:hover  {
		transition: all .25s;
		box-shadow: 0.5em 0.5em 1.0em -1.0em #000;
		background: #eee;
	}
	.right-clm .btn-banner {
		margin: 0 auto 1.5rem;
	}
	.btn-banner a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 48px;
		text-decoration: none;
		background: transparent center right no-repeat;
		background-image: url("../img/goto.png"), url("../img/goto_on.png");
		background-size: 36px;
		min-height: 36px;
	}
	.btn-banner:hover a{
		transition: all .25s;
		background: transparent url("../img/goto_on.png") center right no-repeat;
		background-size: 36px;
	}
	.btn-banner a img {
		border: none;
		width: 150px;
		height:auto; 
	}
	.btn-banner a span {
		padding-left: 1.0rem;
		font-size: 1.2rem;
		font-weight: bold;
	}


section > section h3 {
	background: #92c6eb;
	color: #333;
	font-size: 0.95rem;
	text-align: center;
	padding: 0.25rem 0;
}

section h4,
section h5 {
	padding: 0.25rem 0.5rem;
	font-size: 0.9rem;
}


#about h3 {
	background: #92c6eb;
	color: #333;
	font-size: 0.95rem;
	text-align: center;
	padding: 0.25rem 0;
}
/* purpose-sp */
#purpose {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
#purpose div {
	width: 95%;
	padding: 10px;
}
#purpose p {
	font-size: 0.8rem;
	margin-top: 10px;
}
#purpose #purpose-1 {
	margin: 2.5%;
	background-color: #c4e7ff
}
#purpose-1 img {
	width: 100%
}
#purpose #purpose-2 {
	background-color: #edbd45;
	overflow: hidden
}
#purpose h4 {
	font-size: 0.9rem;
	text-align: center
}
#purpose-2 {
	margin: 0 2.5% 2.5%;
	position: relative
}
#purpose-2 img {
	position: absolute;
	width: 45%;
	top: 5px;
	right: 3px
}
#purpose-2 h4 {
	margin-left: -40%
}
#purpose-2 h5 {
	font-size: 0.8rem;
	font-weight: bold;
	color: #e75525;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 2px;
	margin: 24px 0 10px;
	width: 100px
}
#purpose-2 li {
	font-size: 0.7rem;
	font-weight: bold;
	height: 1.2rem
}


/* facilities-sp */
#facilities {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 10px 10px 20px
}
#facilities li {
	flex: 1 1 50%;
	border: 1px solid #eee;
	border-top: none
}
#facilities li + li {
	border-left: 0;
	border-right: 1px solid #eee
}
#facilities li:nth-child(3) {
	border-left: 1px solid #eee
}
#facilities img {
	display: block;
	width: 100%
}
#facilities h4 {
	color: #4d8bfe;
	font-size: 0.85rem;
	padding: 5px 10px
}
#about #facilities p {
	padding: 0 10px 10px;
	font-size: 0.75rem;
	line-height: 1.8
}

/* onsite-sp */
#onsite {
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	margin: 20px 32px;
	height: auto
}
#about p {
	font-size: 0.8rem;
	padding: 5px 12px;
}
#onsite li {
	text-align: center;
	position: relative;
	min-height: 290px;
	height: auto
	}
#onsite img {
	width: 222px;
	height: 222px;
	margin-left: 0
}
#onsite span {
	position: absolute;
	top: 170px;
	text-align: left;
	display: flex;
	background-color: #005da6;
	font-size: 0.8rem;
	color: #fff;
	padding: 10px
}

/* location-sp */
#access {
	margin-top: 0
}
#location h3 {
	background: #92c6eb;
	color: #333;
	font-size: 0.95rem;
	text-align: center;
	padding: 0.25rem 0;
}
#access-map {
	margin: 20px 2.5% 0;
	width: 95%
}
#access-map img {
	width: 100%;
	height: auto
}
#access-map ul {
	margin: 1.0rem 0 0 0;
	width: auto;
	font-size: 0.75rem;
	line-height: 1.5
}
#access-map li {
	padding-bottom: 0.5rem
}
#around-map {
	display: block;
	margin: 2.5% 2.5% 0;
	border: 2px solid #d4d4d4
}
#around-map img {
	width: 100%;
	height: auto;
}

/**/
#address {
	text-align: center;
}
#address h3 {
	margin-top: 20px;
	color: #005da6;
	font-size: 1.2rem
}
#address address {
	font-style: normal;
	font-size: 0.8rem
}

/* links-sp */
#links ul {
		margin: 0;
}
#links li {
	position: relative;
	min-height: 40px;
	height: auto;
	line-height: 20px;
	padding: 10px 10px 10px 40px;
	background: #c4e7ff
}
#links li::before{
	position: absolute;
	content: '';
	top: 14px;
	left: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg)
}
#links li + li {
	border-top: 1px dashed #fff
}
#links li a {
	font-size: 0.85rem;
	color: #333;
	text-decoration: none;
	display: block
}


#topics h2 {
	background: #fff;
}
#topics h2 img {
	width:50%;
	height: auto;
}
#topics h2::before {
	display: none;
}
#topics .topic-wrap {
	display: flex;
	flex-flow: column wrap;
	padding: 1.0rem 1.0rem 2.5rem;
	border-bottom: 1px dashed #0f2a69;
}
#topics .topic-wrap p {
	font-size: 0.8rem;
	width: auto;
}
#topics .topic-wrap p a {
	color: #333;
}
#topics .topic-wrap .topic-img img {
	max-width: 100%;
	height: auto;
}


/* pc-table-wrap */
.table-wrap {
	margin: 1.5rem auto;
}
.table-wrap table {
	table-layout: auto;
	border-collapse: collapse;
	width: 100%;
	margin: 0.5rem 0;
}
.table-wrap th {
	padding: 0.5rem;
	text-align: left;
	font-weight: bold;
	font-size: 0.8rem;
	background: #005e9e;
	color: #fff;
	border: 1px solid #005e9e;
}
.table-wrap td {
	padding: 0.5rem;
	font-size: 0.8rem;
	color: #555555;
	border: 1px solid #005e9e;
}



/* fotter-sp */
footer {
	width: 100%;
	background: #00438e;
	line-height: 40px;
	height: auto;
	text-align: center
}
footer small {
	font-size: 0.75rem;
	color: #fff;
}

#to-top {
	z-index: 1000;
  position: fixed;
  bottom: 32px;
  right: 24px;
	text-indent: -9999px;
	width: 64px;
	height: 64px;
	background: url(../img/to-top.png) 0 0 no-repeat;
	background-size: contain
}

/* pc-layout*/
@media screen and (min-width: 768px), print {
	header {
		width: 100%;
		/*border-bottom: 16px solid #0f2a69; */
	}
	#header-container {
		width: 1047px;
		margin: 0 auto;
		display: flex;
		background: #fff;
		justify-content: space-between
	}
	#logo-stat,
	#logo-center {
		display: flex;
		width: auto
	}
	#logo-stat img {
		width: 265px;
		height: 75px;
		padding: 0;
		margin: 12px 0 0 24px
	}	
	#logo-center img{
		width: auto;
		padding: 0;
		margin: 12px 0 0 24px
	}
	#site-name {
		background: #00438e;
		border-bottom-right-radius: 1.5rem;
		border-bottom-left-radius: 1.5rem;
		display: flex;
		justify-content: center;
		height: 95px;
		width: auto
	}
	#site-name span {
		align-self: center;
		font-size: 1.2rem;
		font-weight: bold;
		padding: 1rem 2rem;
		color: #fff
	}

/* global-nav */
#global-nav {
  width: 100%;
	background: #005e9e;
}

#global-nav nav {
  width: 1047px;
	margin: 10px auto 0;
	background: #fff;
}

#global-nav ul {
	display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
	position: relative;
}
#global-nav li:first-child {
  width: 12%;
}
#global-nav li {
  width: 30%;
	border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
	border-bottom: none;
}
#global-nav li + li {
  border-left: 0;
  border-right: 1px solid #ccc;
}
#global-nav li:last-child {
  width: 18%;
}
#global-nav li a {
	display: block;
  text-decoration: none;
}
#global-nav li a span {
  display: block;
	background: #005e9e;
	color: #fff;
	height: 3.2rem;
	line-height: 3.2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
#global-nav li a:hover span {
	transition: all .25s;
	background: #0f2a69;
}
#global-nav li.selected a span {
	background: #0f2a69;
}
  #global-nav ul.pd-menu {
    position: absolute;
    top: 50px;
	  right: 0px;
    width: 320px;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 300;
		display: flex;
		flex-flow: column nowrap;
	}
  #global-nav ul > li:hover ul.pd-menu {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }	
	#global-nav ul.pd-menu li {
		width: 320px !important;
		background: #fff;
		border-left: 1px solid #0f2a69;
		border-right: 1px solid #0f2a69;
	}
	#global-nav ul.pd-menu li:last-child {
		border-bottom: 1px solid #0f2a69;
	}
	#global-nav ul.pd-menu li > a {
    display: flex;
		flex-flow: row nowrap;
		height: 36px;
    padding: 0.5rem 0.5rem 0.5rem 40px;
    border-top: 1px dashed #0f2a69;
		background: center left 0.25rem no-repeat;
		background-image: url("../img/goto.png"), url("../img/goto_on.png");
		background-size: 24px 24px
  }
	#global-nav ul.pd-menu li > a span {
		align-self: center;
	  background: #fff;
		color: #0f2a69;
		font-size: 0.9rem;
		font-weight: normal;
		height: auto;
		line-height: 1.2;
		text-align: left;
	}
  #global-nav ul.pd-menu li:hover {
		transition: all .25s;
		background-color: #efefef;
  }
  #global-nav ul.pd-menu li:hover > a {
    border-top: 1px solid #0f2a69;
		background: url("../img/goto_on.png") center left 0.25rem no-repeat;
		background-size: 24px 24px		
  }	
	#global-nav ul.pd-menu li:hover > a span {
		background: #efefef;
	}



	#breadcrumbs {
		padding: 0.75rem 1.5rem;
	}
	#breadcrumbs ol {
		margin: 0;
		display: flex;
	}
	#breadcrumbs li  {
		padding-right: 1.0rem;
		font-size: 0.9rem;
	}
	#breadcrumbs li a {
		text-decoration: none;
	}
	#breadcrumbs li a::hover {
		text-decoration: underline;
	}
	#breadcrumbs li::after {
		content: '>';
		padding-left: 1.0rem;
		cursor: default;
		pointer-events: none;
	}
	#breadcrumbs li:last-child::after {
		content: '';
	}

	h1.info-title {
		background: none;
		color: #333;
	}
	
	#page-title {
		padding: 0;
		padding-bottom: 1.2rem;
	}
	#page-title > h1,
	#page-name {
		background: #005e9e;
		text-align: center;
		padding: 0.25rem;
	}	
	#page-title > h1 span,
	#page-name span {
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
		display: block;
	}
	#page-name + h1 {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ddeefe;
		text-align: center;
		height: 3.2rem;
	}
	#page-name + h1 span {
		font-size: 1.5rem;
		color: #0f2a69;
	}
	#page-name + h1+ figure {
		height: 300px;
		overflow-y: hidden;
	}
	#page-title img {
		width: 1035px;
	}
	
	#info-header {
		padding-bottom: 2.8rem;
	}
	#info-header h1 {
		padding-top: 5.0rem;
		padding-bottom: 0.5rem;
		font-size: 1.6rem
	}
	#info-header h1 span {
		display: block;
		font-size: 1.2rem;
		font-weight: normal;
		padding-bottom: 1.0rem;
		color: #005e9e;
	}

	h3 {
		margin-top: 2.0rem;
	}
	
	/* two-clms */
	.two-clms {
		display: flex;
		flex-flow: row nowrap;
	}
	.left-clm {
		width: auto;
	}
	.left-clm img,
	.right-clm img {
		max-width: 467px;
		height: auto;
		border: 1px solid #ddd;
	}
	.right-clm {
		width: 470px;
		display: flex;
		flex-flow: column wrap;
		margin-left: 2rem;
	}
	.right-clm p {
		padding: 0;
		padding-bottom: 0.5rem;
		line-height: 1.6;
		font-size: 1.0rem;
	}
	.btn-banner {
		margin: auto auto 0;
		background: #fff;
		width: 460px;
		height: auto;
		padding: 1.0rem 1.5rem;
		box-shadow: 0.5rem 0.5rem 0.75rem -0.25rem #bbb;
		border-radius: 0.75rem;
	}
	.btn-banner:hover  {
		transition: all .25s;
		box-shadow: 0.5em 0.5em 1.0em -1.0em #000;
		background: #eee;
	}
	.right-clm .btn-banner {
		margin: auto 0 0.25rem auto;
	}
	.btn-banner a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 48px;
		text-decoration: none;
		background: transparent center right no-repeat;
		background-image: url("../img/goto.png"), url("../img/goto_on.png");
		background-size: 36px;
		min-height: 36px;
	}
	.btn-banner:hover a{
		transition: all .25s;
		background: transparent url("../img/goto_on.png") center right no-repeat;
		background-size: 36px;
	}
	.btn-banner a img {
		border: none;
		width: 150px;
		height:auto; 
	}
	.btn-banner a span {
		padding-left: 1.0rem;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	section {
		width: 1047px;
		margin: 0 auto;
		padding: 0 32px 4.0rem;
		border-left: 6px solid #00438e;
		border-right: 6px solid #00438e;
	}
	section > section {
		width: 100%;
		padding: 0 0 4.0rem;
		border: none;
	}
	
	section p {
		font-size: 1.0rem;
		line-height: 1.6;
		padding: 0;
	}
		p > img {
		width: auto;
	}
	.caution {
		font-size: 0.85rem !important;
	}
	.sp-item {
		display: none
	}
	.pc-item {
		display: block
	}
	section header {
		position: relative;
	}
	h2 {
		position: relative;
		padding: 25px 0 0;
		text-align: center;
		background: none;
		margin-bottom: 2.0rem;
	}
	h2:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -0.8rem;
		display: inline-block;
		width: 5.0rem;
		height: 4px;
		transform: translateX(-50%);
		background-color: #00c3ff;
		border-radius: 2px;
	}
	h2 span {
		font-size: 1.4rem;
		color: #333;
		display: inline-block;
	}
	
	section > section h3 {
		color: #0f2a69;
		font-size: 1.2rem;
		background: none;
		text-align: left;
		padding: 1.5rem 0 0.25rem
	}
	section h4 {
		font-size: 1.2rem;
		padding: 0.25rem 0 1.0rem;
	}
	section h5 {
		font-size: 1.1rem;
		padding: 0.25rem 0;
	}
	
	
	.link-right {
		position: absolute;
		top: 25px;
		right: 0;
	}
	.link-right a {
		display: flex;
		align-items: center;
		height: 36px;
		text-decoration: none;
		color: #000;
		font-size: 1.0rem;
		padding-right: 48px;
		background: transparent right center no-repeat;
		background-image: url("../img/goto.png"), url("../img/goto_on.png");
		background-size: 36px 36px;
	}
	.link-right a:hover {
		transition: all .25s;
		background: transparent url("../img/goto_on.png") right center no-repeat;
		background-size: 36px 36px;
	}
	/* info-pc */
	dl {
		display: flex;
		flex-flow: row wrap;
		font-size: 0.95rem;
		padding: 0 0 1.0rem;
		width: 100%;
	}
	dt {
		width: 150px;
		color: #2a5e9e;
		font-weight: bold;
	}
	dd {
		width: 800px;
	}
	dd a {
		color: #555
	}
	
	/* block-menu */
	#block-menu {
		margin: 0 auto;
		padding: 0;
		padding-bottom: 4.0rem;
	}
	#block-menu ul {
		padding: 10px 0 10px;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#block-menu li {
		background: #fff;
		width: 480px;
		height: auto;
		padding: 1.0rem 1.5rem;
		box-shadow: 0.5rem 0.5rem 0.75rem -0.25rem #bbb;
		border-radius: 0.75rem;
		margin: 1.0rem auto;
	}
	#block-menu a {
		text-decoration: none;
	}
	#block-menu h2 {
		padding: 0;
		height: 36px;
		display: flex;
		background: transparent center right no-repeat;
		background-image: url("../img/goto.png"), url("../img/goto_on.png");
		background-size: 36px;
		margin: 0;
	}
	#block-menu li:hover  {
		transition: all .25s;
		background: #eee;
		box-shadow: 0.5rem 0.5rem 1.0rem -1.0rem #000;
	}
	#block-menu li:hover h2 {
		transition: all .25s;
		background: transparent url("../img/goto_on.png") center right no-repeat;
		background-size: 36px;
	}
	#block-menu h2::before {
		display: none;
	}
	#block-menu h2 span {
		font-size: 1.6rem;
		border: none;
	}
	#block-menu .menu-content {
		margin: 0.25rem 0;
		display: flex;
		justify-content: flex-start;
		flex-flow: row nowrap;
	}
	#block-menu .menu-img img {
		width: 179px;
		height: 179px;
	}
	#block-menu .menu-content p {
		padding: 0 1.0rem;
		font-size: 1.0rem;
	}
	
	
	
	/* about-pc */
	#about h3 {
		color: #0f2a69;
		font-size: 1.2rem;
		background: none;
		text-align: left;
		padding: 1.5rem 0 0.25rem
	}
	#purpose {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
	}
	#purpose div {
		width: 50%;
		padding: 20px;
	}
	#purpose p {
		font-size: 0.9rem;
		margin-top: 10px;
	}
	#purpose #purpose-1 {
		margin: 0;
		background-color: #c4e7ff
	}
	#purpose #purpose-2 {
		margin: 0;
		background-color: #edbd45
	}
	#purpose h4 {
		font-size: 1.1rem;
		text-align: center
	}
	#purpose-2 {
		position: relative
	}
	#purpose-2 img {
		position: absolute;
		top: 10px;
		right: 10px
	}
	#purpose-2 h4 {
		margin-left: -50%
	}
	#purpose-2 h5 {
		font-size: 1.0rem;
		font-weight: bold;
		color: #e75525;
		background-color: #fff;
		border-radius: 10px;
		text-align: center;
		padding: 3px;
		margin: 30px 0 12px;
		width: 130px
	}
	#purpose-2 li {
		font-size: 0.85rem;
		min-height: 1.5rem;
		height: auto
	}
	/* facilities-pc */
	#facilities {
		display: flex;
		justify-content: space-between;
		flex-flow: row nowrap;
		margin: 0;
	}
	#facilities li {
		flex: 1
	}
	#facilities li:nth-child(3) {
		border-left: none
	}
	#facilities img {
		display: block;
		width: 100%
	}
	#facilities h4 {
		color: #4d8bfe;
		padding: 5px 10px
	}
	#facilities p {
		padding: 0 10px;
		font-size: 0.85rem;
		line-height: 1.8
	}
	#onsite {
		display: flex;
		justify-content: space-between;
		flex-flow: row nowrap;
		margin: 20px 0 10px 0;
		min-height: 260px;
		height: auto
	}
	#about p {
		font-size: 0.9rem;
		padding: 5px 0;
	}
	#onsite li {
		flex: 0 1 30%;
		position: relative;
		min-height: 250px;
		height: auto
		}
	#onsite span {
		position: relative;
		top: 0;
		margin-top: -50px;
		display: block;
		background-color: #005da6;
		font-size: 0.8rem;
		color: #fff;
		height: auto;
		padding: 10px
	}
	#access {
		margin-top: 0
	}
	#location h3 {
		color: #0f2a69;
		font-size: 1.2rem;
		background: none;
		text-align: left;
		padding: 1.5rem 0 0.25rem
	}
	#access-map {
		margin: 0 10%;
		width: 80%
	}
	#access-map img {
		width: 777px;
		height: auto
	}
	#access-map ul {
		width: 800px;
		font-size: 0.7rem
	}
	#around-map {
		display: flex;
		margin: 0 9.8%;
		border: 2px solid #d4d4d4
	}
	#around-map img {
		height: 322px;
		width: auto
	}
	#address {
		text-align: center;
	}
	#address h3 {
		color: #005da6;
		font-size: 1.6rem
	}
	#address address {
		font-style: normal;
		font-size: 0.9rem
	}
	#contact,
	#adobe {
		padding: 0 32px 60px;
	}
	#adobe ul {
		margin: 0;
	}

	/* links-pc */
	#links {
		padding: 0 0 60px;
	}
	#links ul {
		display: flex;
		width: 96%;
		margin: 20px auto 0;
		padding-bottom: 1rem;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		background: #ddeefe;
	}
	#links li {
		width: 25%;
		position: relative;
		padding: 2rem 2rem 0;
		height: auto;
		line-height: 1;
		background: transparent;
	}
	#links li::before{
		display: none
	}
	#links li + li {
		border-top: none
	}
	#links li a {
		font-size: 0rem;
		color: #333;
		text-decoration: none;
		display: block
	}
	
	#topics h2 img {
		width: 264px;
		height: auto;
	}
	#topics h2::before {
		display: none;
	}
	#topics .topic-wrap {
		display: flex;
		flex-flow: row nowrap;
		padding: 1.0rem 0 2.5rem;
		border-bottom: 1px dashed #0f2a69;
	}
	#topics .topic-wrap p {
		font-size: 1.0rem;
		width: 100%;
	}
	#topics .topic-wrap p a {
		color: #333;
	}
	#topics .topic-wrap .topic-img img {
		min-width: 470px;
		height: auto;
	}
	
	.list-keyword {
		margin: 2.0rem auto;
	}
	.list-keyword ul {
		display: list-item;
		padding-left: 6.0rem;
	}
	.list-keyword li {
		font-weight: bold;
		font-size: 1.1rem;
		padding-bottom: 0.5rem;
		position: relative;
	}
	.list-keyword li::before {
		content: '�œ';
		color: #eeb106;
		margin-right: 0.5rem;
	}
	
	.frame-lead {
		background: #005e9e;
		padding: 1.5rem 2.0rem;
		margin-bottom: 2.5rem;
	}
	.frame-lead p {
		font-size: 1.1rem;
		line-height: 2;
		color: #fff;
	}
	
	ol.kakko {
		margin: 1.0rem 3.2rem;
	}
	ol.kakko > li {
		list-style-type: none;
		counter-increment: cnt;
		position: relative;
		margin: 0.5rem 0;
	}
	ol.kakko > li:before {
		content: "(" counter(cnt) ")";
		display: inline-block;
		margin-left: -3.5rem; 
		width: 3.0rem;
		text-align: right;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* pc-table-wrap */
	.table-wrap {
		margin: 1.5rem auto;
	}
	.table-wrap table {
		table-layout: auto;
		border-collapse: collapse;
		width: 100%;
		margin: 0.5rem 0;
	}
	.table-wrap th {
		padding: 0.5rem;
		text-align: left;
		font-weight: bold;
		font-size: 1.0rem;
		background: #005e9e;
		color: #fff;
		border: 1px solid #005e9e;
	}
	.table-wrap td {
		padding: 0.5rem;
		font-size: 1.0rem;
		color: #555555;
		border: 1px solid #005e9e;
	}

	footer {
		line-height: 50px;
		height: 50px
	}
	footer small {
		font-size: 0.9rem
	}
	
	.set-center {
		text-align: center;
		margin: 0 auto;
		align-self: center;
	}
	.m-b2rem {
		margin-bottom: 2.0rem;
	}
	.m-b3rem {
		margin-bottom: 3.0rem;
	}
	.m-b4rem {
		margin-bottom: 4.0rem;
	}
	.m-t2rem {
		margin-top: 2.0rem;
	}
	.m-t3rem {
		margin-top: 3.0rem;
	}
	.m-t4rem {
		margin-top: 4.0rem;
	}	
	
}
@media screen and (min-width:1024px) {
	#footer img {
		height: 215px;
		width: auto !important
	}
}
@media print {
	#header-container,
	#keyvisual,
	section {
		width: 100%
	}
	#purpose-2 h4 {
		text-align: left;
		margin-left: 0
	}
	#access-map,
	#around-map {
		margin: 0
	}
	#around-map img {
		height: 314px
	}
	#to-top {
		background: none		
	}
}