@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: 960px;
	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: #01317d;
	text-decoration: underline;
}
a:active, a:hover {
	color: #01317d;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
img {
	width: 100%;
}
/* header */
#wrapper {
  background: #232a5e;
  width: 960px;
  margin: 0 auto;
  box-shadow: 0 0 30px #bbb;
}
header {
  border-top: 5px solid #0a3b7d;
  background: linear-gradient(to bottom,  #0059a1 0%,#0059a1 0%,#001941 100%,#207cca 100%,#1e5799 100%);
}
header h1 {
	margin: 0;
}
header h1 a {
	display: flex;
  justify-content: space-around;
  align-items: center;
  width: 680px;
  margin-left: 10px;
}
header h1 a img {
	width: 470px;
}
header h1 a img:first-child {
	width: 160px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
	width: 100%;
  background: #f2e558;
}
ul#menu {
	margin: 0;
	padding: 10px 0 8px;
  width: 100%;
	list-style: none;
  display: flex;
  justify-content: space-between;
}
ul#menu li {
	margin: 0;
	padding: 0;
	background: none;
}
ul#menu li a {
	padding: 0 40px;
	margin: 0;
	line-height: 1;
	text-decoration: none;
  text-align: center;
	color: #000;
  font-size: 18px;
  border-right: 1px solid #000;
}
ul#menu li:last-child a {
  border: none;
}
/* footer */
footer {
	margin: 0;
	padding: 15px 0;
	width: 100%;
  background: #1f326c;
  color: #fff;
}
footer p {
	margin: 10px 0;
}
/* ページトップへ戻る */
#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: 100%;
  height: 300px;
  background: url(../image/top.jpg) no-repeat;
  background-size: contain;
  padding: 25px 0 0;
}
#mainvisual > ul {
	display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 820px;
}
#mainvisual > ul li {
	margin: 0;
  padding: 0;
}
#mainvisual > ul img {
	width: 383px;
}
#mainvisual > ul a:hover {
	opacity: 1;
}
#mainvisual > ul a:hover img {
  transform: rotateX( 360deg );
  transition-duration: 0.5s;
}
#news {
  background-color: rgba(255,255,255,0.8);
  width: 800px;
  margin: 30px auto 0;
  padding: 20px 30px;
  text-align: left;
}
#news h2 {
  color: #0a4a91;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#news ul {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 90px;
}
#news.academic ul {
  height: 120px;
}
#news ul li {
  padding: 0 0 0 20px;
  margin: 3px 0;
  position: relative;
  background: none;
}
#news ul li p {
  margin: 0;
}
#news ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 3px;
  content: "";
  background: #f4e45b;
}
main.top {
  width: 100%;
  border-top: 6px solid #0a3d7c;
  background: #fffde4;
  padding: 0 0 25px;
  }
#topMenu {
  background: #fff;
  box-shadow: 0 0 10px #bbb;
  width: 860px;
  margin: 40px auto 30px;
  padding: 30px;
  text-align: center;
}
#topMenu h2 {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0 0 10px;
  position: relative;
}
#topMenu h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 3px;
  content: "";
  background: #f4e45b;
}
#topMenu ul {
	margin: 30px auto;
  padding: 0;
  width: 680px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#topMenu li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	background: none;
	width: 304px;
}
#banner {
  width: 175px;
  margin: 0 auto;
}
/* main */
main.contents {
	width: 100%;
  margin: 0 auto;
	text-align: left;
	padding: 0 0 25px;
  background: #fffde4;
}
main.contents > div {
  background: #fff;
  box-shadow: 0 0 10px #bbb;
  width: 860px;
  margin: 40px auto 30px;
  padding: 30px;
  min-height: 400px;
}
main.contents h1 {
	padding: 40px 0 0 75px;
	margin: 0 0 27px;
	font-size: 28px;
	line-height: 1;
  height: 108px;
  width: 100%;
  background: url("../image/h1.jpg");
  background-size: cover;
  position: relative;
}
main.contents h1::before {
	position: absolute;
	top: 51px;
	left: 40px;
	content: "";
	width: 25px;
	height: 5px;
	background: #00abf1;
}
main.contents h2 {
	padding: 10px 10px 8px 20px;
	margin: 30px 0 20px;
	font-size: 20px;
	line-height: 1.2;
  clear: both;
  background: linear-gradient( to bottom, #087fd3, #0964b3, #0a468e );
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}
main.contents h3 {
	margin: 25px 10px 10px 20px;
	padding: 0 0 8px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	clear: both;
  position: relative;
}
main.contents h3::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 75px;
	height: 3px;
	background: #f2e558;
}
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 5px 35px;
	padding: 0;
}
/* list */
ul {
	margin: 10px 10px 10px 30px;
	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: 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: #0a4389;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 5px 5px;
	border: 1px solid #0a4389;
}
@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 {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}
/* 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 !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.8em;
}
hr {
	border: 0;
	height: 1px;
	margin: 35px 25px;
	clear: both;
	background: linear-gradient(to right, #fff, #002250, #fff);
}
blockquote {
	margin: 5px 0 5px 15px;
}
.contact {
  margin: 20px auto;
  width: 90%;
  padding: 10px 20px;
  border: 1px solid #000;
}
dl.schedule {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 10px auto 30px;
  padding: 10px 5px 0;
}
dl.schedule dt {
  margin: 0 0 10px;
  padding: 0;
  width: 13%;
  font-weight: 600;
}
dl.schedule dd {
  margin: 0 0 10px;
  padding: 0;
  width: 87%;
}
dl.answer {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 10px auto 20px;
  padding: 0;
}
dl.answer dt {
  margin: 0 2% 10px 0;
  padding: 2px 10px 1px;
  background: #FF7100;
  color: #fff;
  font-weight: 900;
  width: 12%;
  text-align: center;
  height: 30px;
}
dl.answer dd {
  margin: 3px 0 10px;
  padding: 0;
  width: 86%;
}
h3.information {
  margin-left: 10px !important;
}
h3.information img {
  width: 50px;
  margin-right: 10px;
}
h3.information::before {
  display: none;
}
ul.information {
  margin: 10px 10px 30px 10px;
}
ul.information li {
  background: none;
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
}
ul.information li img {
  width: 50px;
  margin-right: 10px;
}
ul.information li h4 {
  margin: 0;
  color: #00abf1;
}
ul.information li p {
  margin: 0;
}