@charset "utf-8";
@import "reboot.css";
html {
	overflow-y: scroll;
	width: 100%;
	font-size: 62.5%;
}
body {
	color: #000;
	font-size: 1.6rem;
	font-family: Verdana, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background-image: url(../image/topback.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	flex-direction: column;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, body {
 image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, strong, b, nav, .date {
	font-weight: 900;
}
a:link, a:visited {
	color: #030e12;
	text-decoration: underline;
}
a:active, a:hover {
	color: #030e12;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	padding-bottom: 20px
}
/* header */
#headerWrapper {
	width: 100%;
	margin: 5px 0;
}
header {
	width: 1130px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	z-index: 100;
	align-items: center;
}
header h1 {
	width: 630px;
	margin: 0;
	padding: 0;
}
#logoLang {
	width: 157px;
	text-align: right;
}
#logo {
	width: 157px;
	margin: 5px 0;
}
#lang {
	width: 87px;
  margin: 0 0 5px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
	width: 1130px;
	margin: 0 auto;
	padding: 20px 0 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.menu li {
	margin: 0;
	padding: 0;
	line-height: 1;
	border-left: 1px solid #a2a2a2;
}
.menu li:first-child {
	border-left: none;
}
.menu li a {
	padding: 0 2.5em;
	text-decoration: none;
	color: #4c4c4c;
	display: block;
	font-size: 1.58rem;
	font-weight: 600;
}
#contactWrapper {
	width: 100%;
	background: #fff;	
}
#contact {
	width: 1130px;
	margin: 0 auto;
	padding: 30px 0 0;
	font-size: 1.5rem;
	line-height: 1.6;
  background: #d6d8d9;
  text-align: left;
}
#contact p {
	margin: 0 45px;
}
footer {
	width: 1130px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-size: 1.3rem;
	color: #546a94;
  	background: #d6d8d9;
}
/* ページトップへ戻る */
#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 page*/
#mainvisual {
	width: 1200px;
	height: 510px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#mainvisual img {
	width: 805px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
main.top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#aboutWrapper {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	background: #fff;
}
#about {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#about h2 {
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: 600;
	color: #123594;
}
#about p.title {
	margin: 0;
	padding: 30px 0;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.3;
	border-top: 1px solid #7f8fad;
	border-bottom: 1px solid #7f8fad;
}
#about p {
	margin: 20px 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
#aboutImage {
	width: 480px;
	margin: 10px 0 0 50px;
}
#aboutImage > img {
	width: 480px;
	margin: 0;
}
#aboutImage video {
	width: 480px;
	margin: 0;
	padding: 0;
}
#newsWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 7px;
	background-image: url(../image/newsback.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#news {
	width: 1200px;
	margin: 0 auto 20px;
	display: flex;
}
#news h2 {
	margin: 0 0 30px 50px;
	padding: 0;
	font-size: 3.2rem;
	text-align: right;
	color: #FFF;
}
#news ul {
	width: 700px;
	height: 400px;
	margin: 0 0 40px 50px;
	padding: 0 30px 30px;
	list-style: none;
	overflow: auto;
	overflow-y: scroll;
	color: #FFF;
	font-size: 1.6rem;
}
#news ul li {
	margin: 0;
	padding: 10px 0;
	line-height: 1.5;
	border-bottom: 1px solid #8b9194;
}
#news ul li .date {
	font-weight: 600;
}
/* main */
#contentsWrapper {
  width: 100%;
  background: #fff;
  margin: 30px auto 0;
}
main.contents {
	width: 1130px;
	min-height: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 30px;
	background-color: #FFF;
}
main.contents h1 {
	width: 100%;
	margin: 0 auto 30px;
	padding: 30px 0;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
  background: url("../image/h1.jpg");
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
}
main.contents h1::after {
	position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 150px;
  height: 6px;
  content: "";
  background: rgba(255,255,255,0.5);
}
main.contents h2 {
	margin: 30px 0 20px;
	line-height: 1.5;
	padding: 0 0 5px;
	font-size: 2.2rem;
	border-bottom: 1px solid #7f90ac;
}
main.contents h3 {
	margin: 25px 5px 15px;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.5;
  color: #042739;
}
main.contents h4 {
	margin: 18px 15px 10px;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
main.contents p {
	margin: 10px 20px;
	padding: 0;
}
/* list */
main.contents ul {
	margin: 5px 15px 5px 35px;
	padding: 0;
}
main.contents ul li {
	list-style: none;
	padding: 2px 0 2px 16px;
	margin: 0 0 0 7px;
	position: relative;
}
main.contents ul li::before {
	position: absolute;
	top: 16px;
	left: 0;
	content: "";
	width: 10px;
	height: 3px;
	background: #123594;
}
main.contents ul ul, main.contents ol ul {
	margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
	list-style: disc;
	padding: 0;
	margin: 0 0 0 20px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
	display: none;
}
main.contents ul ul ul li {
	list-style: circle;
}
main.contents ul ol {
	margin: 0 0 0 20px;
}
main.contents ul ol li {
	list-style-type: inherit;
}
main.contents ol {
	margin: 5px 15px 5px 60px;
	padding: 0;
}
main.contents ol li {
	margin: 0;
	padding: 2px 0;
}
main.contents ol ol {
	margin: 0 0 0 20px;
}
main.contents ol ol li {
	margin: 0;
	padding: 0;
}
/* table */
table {
	padding: 0;
	margin: 25px auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
}
table th {
	padding: 7px 10px 5px;
	text-align: left;
	background-color: #123594;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 10px 5px;
	border: 1px solid #123594;
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
table.center th, table.center td {
	text-align: center;
}
/* figure */
figure {
	margin: 20px 45px;
}
figure.center {
	margin: 30px auto;
}
figure.fr {
	float: right;
	margin: 0 35px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 35px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	line-height: 1.4;
	padding: 5px;
	text-align: left;
}
hr {
	border: 0;
	height: 1px;
	margin: 45px 25px;
	clear: both;
	background: linear-gradient(to right, #fff, #123594, #fff);
}
/* utility */
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;
	padding-right: 24px !important;
	background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../image/ic_doc.png) right no-repeat;
	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;
}
.w05 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w85 {
	width: 85%;
}
.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;
}
.large {
	font-size: 1.2em;
}
blockquote {
	margin: 5px 0 5px 35px;
}
/*Member*/
.member {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.member li {
  width: 21%;
  margin: 10px 2% !important;
  padding: 0 !important;
  line-height: 1.2;
  text-align: center;
}
.member li::before {
  display: none;
}
.member li img {
  margin: 0 0 5px;
}