@charset "UTF-8";
/* CSS Document */

/*BACE*/
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

ul,ol {
	list-style: none;
}

body {
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	background:#fff;
	text-align:left;
	}

.imgsize {
  width:100%;
  max-width: 100%;
  height: auto;
}

a {
	text-decoration:none;
	color: #0C35DB;
}
a:hover {
	color: #4ABEEE;
	text-decoration: underline;
	transition: .4s;
}
a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: .4s;
}

nav.MemberPcSp {
	display: none;
}


/*トップへ戻るボタン*/
#js-pagetop {
  position: fixed;
  width:70px;
  height:70px;
  border-radius: 50px;
  background:#CC6A00;
  color: #fff;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  opacity:0.6;
	z-index:100;
}

#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}


/*ヘッダー*/
header {
	background: rgba(0,56,147,0.94);
	color: #fff;
	width: 100%;
	padding: 25px 30px;
	position: fixed;
	z-index: 9999;
}

h1 img {
	width: 300px;
}

.header-menu img {
	height: 40px;
}
header ul {
	display: flex;
	justify-content: flex-end;
}
header li {
	margin-left: 10px;
}
header li:nth-child(1) {
	margin-left: 0;
}

/*メインビジュアル*/
.top-image{
	height: 690px;/*ヘッダーの高さをマイナス。必要なければheight:100vhに。*/
	position: relative;
	overflow: hidden;
}
/*メイン画像の設定*/
.top-image-main{
	width: 100%;
	min-height: 690px;
	object-fit: cover;
}
/*上にのせるテキストの設定*/
.top-image-text{
	color:#fff;
	position: absolute;
	text-align: center;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);/*センター寄せの修正*/
	margin: 0!important;/*文字がずれている場合や*/
	padding: 0!important;/*文字が折り返される場合*/
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px, rgba(0, 0, 0, 0.4) -1px 1px 5px, rgba(0, 0, 0, 0.4) 1px -1px 5px, rgba(0, 0, 0, 0.4) -1px -1px 5px;
	font-size: 1.6em;
}

/*ボタン*/
.top-btn-area {
	text-align: center;
	margin-top: 30px;
}
.top-btn-motto {
	display: inline-block;
	padding: 10px 90px;
	text-decoration: none;
	font-weight: bold;
	color: #003893;
	border: solid 1px #003893;
	border-radius: 30px;
	background: #d2e9ff;
	transition: .4s;
}
.top-btn-motto:hover {
	background: #0D59A2;
	color: #fff;
}


/*トピックス*/
.top-topics {
	width: 100%;
	background: #bedafc;
	padding-top: 70px;
	padding-bottom: 70px;
}
.top-topics-inner {
	width: 950px;
	margin: 0 auto;
}
.top-topics-title1 {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	color: #fff;
}
.top-topics-title2 {
	text-align: center;
	color: #003893;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

.top-topics-inner li:nth-child(1) {
	border-top: solid 1px #fff;
}
.top-topics-con {
	padding: 20px 0;
	border-bottom: solid 1px #fff;
}
.top-topics-data {
	color: #003893;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top-topics-title {
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
	line-height: 1.5em;
}
.top-topics-txt {
	margin-left: 15px;
	line-height: 1.5em;
	color: #002e72;
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*ウェルカムメッセージ*/
.top-welcome {
	width: 100%;
	background: #EFF4FF;
	padding-top: 70px;
	padding-bottom: 70px;
}
.top-welcome-inner {
	width: 850px;
	margin: 0 auto;
}
.top-welcome-title1 {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	color: #77B3FB;
}
.top-welcome-title2 {
	text-align: center;
	color: #003893;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}
.top-welcome-p {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top-welcome-p p {
	margin-top: 20px;
}


/*センターについて*/
.top-about {
	width: 100%;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.top-about-inner {
	width: 850px;
	margin: 0 auto;
}
.top-about-title1 {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	color: #bedafc;
}
.top-about-title2 {
	text-align: center;
	color: #003893;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}
.top-about-btn {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.top-about-btn li {
	width: 240px;
}


/*アーカイブ*/
.top-archive {
	width: 100%;
	background: #bedafc;
	padding-top: 70px;
	padding-bottom: 70px;
}
.top-archive-inner {
	width: 850px;
	margin: 0 auto;
}
.top-archive-title1 {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	color: #fff;
}
.top-archive-title2 {
	text-align: center;
	color: #003893;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}
.top-archive-btn {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.top-archive-btn li {
	width: 240px;
}


/*コミュニティ*/
.top-community {
	width: 100%;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.top-community-inner {
	width: 950px;
	margin: 0 auto;
}

.top-community-forum {
	display: flex;
	justify-content: space-between;
}
.top-community-forum1 {
	width: 320px;
}
.top-community-forum2 {
	width: 585px;
}
.top-community-title1 {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	color: #bedafc;
}
.top-community-title2 {
	text-align: center;
	color: #003893;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

.top_event {
	width: 100%;
}
.top_event-title {
	color: #003893;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.top_event_con {
	padding: 20px 0;
	border-bottom: solid 1px #d1dfed;
}

.top_event_con:nth-child(1) {
	border-top: solid 1px #d1dfed;
}

.top_event_data {
	color: #003893;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 3px;
}
.top_event_ti {
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
	line-height: 1.5em;
}
.top_event_txt {
	margin-left: 15px;
	line-height: 1.5em;
	color: #002e72;
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*お問い合わせ*/
.top-contact {
	width: 100%;
	background: #bedafc;
	padding-top: 70px;
	padding-bottom: 70px;
}
.top-contact-inner {
	width: 250px;
	margin: 0 auto;
}


/*フッター*/
footer {
	width: 100%;
	background: #003893;
	padding-top: 70px;
	padding-bottom: 70px;
}
.footer-inner {
	width: 950px;
	margin: 0 auto;
	color: #fff;
}
.footer-logo {
	width: 305px;
	margin-bottom: 20px;
}
.footer-menu {
	display: flex;
	justify-content: center;
}
.footer-menu img {
	height: 20px;
}
.footer-txt {
	text-align: center;
	margin-top: 30px;
}














