@charset "utf-8";
@import "reboot.css";
html {
	overflow-y: scroll;
	width: 100%;
}
body {
	color: #000;
	font-size: 15px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	background: #fff;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
@media all and (-ms-high-contrast:none){
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
}
a:link, a:visited {
	color: #1390be;
	text-decoration: underline;
}
a:active, a:hover {
	color: #1390be;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
img {
	width: 100%;
}
/* header */
header {
	margin: 0 auto;
	width: 960px;
	display: flex;
	justify-content: space-between;
}
header h1 {
	width: 555px;
  margin: 20px 0;
}
header h1.en {
	width: 372px;
}
#lang {
	width: 105px;
  margin: 10px 0 50px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
	width: 100%;
  background: linear-gradient(to bottom, #0363a0, #063062);
}
#gnav {
  position: absolute;
}
#gnav.fixed {
	position: fixed;
  top: 0;
  z-index: 9999;
}
ul#menu {
	margin: 0 auto;
	padding: 0;
  width: 960px;
	list-style: none;
  display: flex;
  justify-content: space-between;
}
ul#menu li {
	margin: 0;
	padding: 0;
	background: none;
  border-left: 1px solid #fff;
  width: 20%;
}
ul#menu li:last-child {
  border-right: 1px solid #fff;
}
ul#menu li a {
	padding: 50px 0 18px;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
  text-align: center;
	display: block;
	color: #fff;
  font-size: 17px;
  background: url("../image/nav1.png") no-repeat;
  background-size: 26px 26px;
  background-position: top 15px center;
}
ul#menu li:nth-child(2) a {
  background: url("../image/nav2.png") no-repeat;
  background-size: 26px 26px;
  background-position: top 15px center;
}
ul#menu li:nth-child(3) a {
  background: url("../image/nav3.png") no-repeat;
  background-size: 26px 26px;
  background-position: top 15px center;
}
ul#menu li:nth-child(4) a {
  background: url("../image/nav4.png") no-repeat;
  background-size: 26px 26px;
  background-position: top 15px center;
}
ul#menu li:nth-child(5) a {
  background: url("../image/nav5.png") no-repeat;
  background-size: 26px 26px;
  background-position: top 15px center;
}
/* footer */
footer {
	margin: 0;
	padding: 25px 0;
	width: 100%;
  border-top: 1px solid #062e5f;
  clear: both;
}
footer p {
	margin: 0 auto;
}
/* ページトップへ戻る */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 45px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
}
#page-top:hover {
	opacity: .8;
}
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	top: 20px;
	left: 26px;
	transform: rotate(45deg);
}
@media print {
#page-top {
	display: none;
}
}
/* top */
#mainvisual {
	width: 960px;
  margin: 86px auto 20px;
}
#topWrapper {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 30px auto;
  text-align: left;
}
#news {
  width: 630px;
}
#news h2 {
  background: url("../image/ic_news.png") no-repeat top left;
  background-size: 25px 28px;
  color: #06b5e4;
  font-size: 24px;
  line-height: 1;
  padding: 3px 0 2px 32px;
  margin: 5px 5px 15px;
}
#news ul {
  margin: 0 5px;
  padding: 0 5px 0 0;
  overflow: auto;
  height: 400px;
}
#news li {
  border: 1px solid #07acda;
  background-image: none;
  background-color: #f0fbff;
  margin: 0 0 20px;
  padding: 10px 20px;
}
#news li::first-line {
  color: #063261;
  font-size: 14px;
  font-weight: 900;
}
#update {
  width: 300px;
}
#update h2 {
  font-size: 16px;
  line-height: 1;
  padding: 0;
  margin: 15px 0;
  color: #0c3165;
}
#update ul {
  margin: 0 5px;
  padding: 0;
  overflow: auto;
  height: 400px;
}
#update li {
  background-image: none;
  margin: 0 0 20px;
  padding: 0;
}
#aboutWrapper {
  background: #062e5f;
  width: 100%;
}
#about {
  color: #fff;
  width: 960px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  text-align: left;
}
#about h2 {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
#about > img {
  width: 281px;
  height: 281px;
}
#about > div {
  width: 500px;
}
#about > div ul {
  margin: 10px 0;
  padding: 0;
  display: flex;
}
#about > div ul li {
  background: none;
  margin: 0 20px 0 0;
  padding: 0;
  width: 182px;
}
#about > div p {
  margin: 0 0 15px;
}
/* main */
main.contents {
	width: 960px;
  margin: 86px auto 20px;
	min-height: 600px;
	text-align: left;
	padding: 0 0 25px;
}
main.contents h1 {
  color: #06b5e4;
	padding: 40px 0 0;
	margin: 0 0 25px;
	font-size: 28px;
	line-height: 1;
  font-weight: 900;
}
main.contents h2 {
	padding: 12px 0 10px 15px;
	margin: 40px 5px 17px;
	font-size: 20px;
	line-height: 1.2;
  position: relative;
  clear: both;
  color: #464646;
  background: #f0fbff;
  font-weight: 600;
  border: 1px solid #07acda;
}
main.contents h3 {
	margin: 25px 10px 10px 20px;
	padding: 0 0 5px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	clear: both;
  border-bottom: 2px solid #045e9a;
}
main.contents h4 {
	margin: 15px 20px 10px 30px;
	padding: 5px 0 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}
p {
	margin: 5px 20px 0 35px;
	padding: 0;
}
/* list */
ul {
	margin: 15px 10px 15px 40px;
	padding: 0;
}
ul li {
	list-style: none;
	padding: 2px 0 2px 16px;
	background-image: url(../image/li.png);
	background-position: 0 9px;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin: 0 0 0 7px;
}
ul ul {
	margin: 5px 0 0;
}
ol {
	margin: 5px 10px 5px 65px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 2px 0;
}
ol li ol {
	margin: 5px 0 0 20px;
}
/* table */
table {
	padding: 0;
	margin: 15px auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
}
table th {
	padding: 7px 5px 5px;
	text-align: left;
	background-color: #045e9a;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 5px 5px;
	border: 1px solid #045e9a;
}
@media all and (-ms-high-contrast:none){
table th {
	padding: 9px 5px 3px;
}
table td {
	padding: 9px 5px 3px;
}
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
/* figure */
figure {
	margin: 10px 15px 15px;
}
figure.center {
	margin: 10px auto 15px;
}
figure.fr {
	float: right;
	margin: 0 15px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 45px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	line-height: 1.3;
	padding: 5px;
  text-align: center;
  font-size: 14px;
}
/* utility */
hr {
	border: 0;
	height: 1px;
	margin: 35px 25px;
	clear: both;
	background: linear-gradient(to right, #fff, #045e9a, #fff);
}
a[target="_blank"] {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
a[href$=".pdf"] {
	background: url(../image/ic_pdf.png) right no-repeat !important;
	padding-right: 24px !important;
	background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../image/ic_doc.png) right no-repeat !important;
	padding-right: 24px !important;
	background-size: 20px 18px !important;
}
.no_icon {
	background-image: none !important;
	padding-right: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	text-indent: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 0.85em;
}
.red {
  color: red;
}
blockquote {
	margin: 5px 0 5px 15px;
}
.pageNav {
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 40px auto 0;
  width: 90%;
}
.pageNav.en {
  width: 98%;
}
.pageNav li {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.pageNav a {
  border: 1px solid #063467;
  color: #063467;
  text-decoration: none;
  display: block;
  padding: 6px 20px 3px;
  text-align: center;
  border-radius: 11px;
}
.pageNav.en a {
  padding: 6px 15px 3px;
}
.pageNav a:hover {
  background: #063467;
  color: #fff;
  opacity: 1;
}
.sideBySide {
  display: flex;
  justify-content: space-around;
}
#link1, #link2, #link3, #link4, #link5, #link6, #link7 {
padding-top: 66px;
margin-top: -66px;
}
/*members*/
table.members {
	width: 900px;
	margin: 50px auto 10px;
	border-collapse: collapse;
	border-top: 2px solid #1980cf;
	border-bottom: 2px solid #1980cf;
}
table.members td {
	color: #000;
	background: #fff;
	border-left: none;
	border-right: none;
	border-top: 1px solid #66afe7;
	border-bottom: 1px solid #66afe7;
	text-align: left;
  padding: 5px 10px 3px;
}