@charset "utf-8";
@import "reboot.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
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.5;
  text-align: center;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 9px #bbb;
}
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:active, a:hover {
  color: #000;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* header */
#headerWrapper {
  width: 960px;
  height: 109px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../image/header.jpg");
	background-size: 960px 109px;
	background-repeat: no-repeat;
}
header {
  margin: 0;
  padding: 0;
}
header h1 {
  margin: 0 0 0 20px;
  padding: 0;
}
header h1 img {
  height: 80px;
  width: auto;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
#headerWrapper > div {
  text-align: right;
}
#lang {
  width: 77px;
  margin: 0 20px 0 0;
}
/* nav */
nav {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #f2e558;
}
.menu {
  width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style: none;
}
.menu li {
	margin: 0;
	padding: 0;
}
.menu li::before {
	top: 0;
	left: 0;
	content: "|";
	width: 0;
	height: 0;
}
.menu li:first-child::before {
	content: none;
}
.menu li a {
	margin: 0;
	padding: 15px .8em 13px;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	display: inline-block;
}
/* footer */
#footerWrapper {
	width: 100%;
	background-color: #1f326c;
	border-top: 12px solid #f2e558;
	border-bottom: 7px solid #fff;
	color: #FFF;
}
#footerWrapper.top {
	width: 100%;
	background-color: #1f326c;
	box-shadow: 0 140px #fff inset;
	border-top: none;
	border-bottom: 7px solid #fff;
	color: #FFF;
}
ul#banner {
	width: 960px;
	margin: 10px auto 16px;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul#banner li {
	margin: 5px 20px;
	padding: 0;
	display: block;
	background-image: none;
}
ul#banner li.big {
	width: 100%;
	text-align: center;
}
ul#banner li a {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: block;
}
ul#banner li img {
	height: 50px;
}
ul#banner li.big img {
	height: 60px;
	width: auto;
}
footer {
	width: 100%;
	margin: 0;
	padding: 11px 0 8px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}
footer p {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#copy {
	margin: 0;
	padding: 0 0 7px;
	font-size: 14px;
	font-weight: 400;
}
/* ページトップへ戻る */
#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: 960px;
  margin: 0 auto;
}
main.top {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#newsWrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 20px;
  background: #fffce9;
  display: flex;
  justify-content: space-between;
  border-bottom: 12px solid #f2e558;
}
#news {
  width: 45%;
  margin: 0 2% 0 3%;
  padding: 0;
  text-align: left;
}
#news h2 {
  margin: 30px 0 15px;
  padding: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: #89857c 1px solid;
  color: #0b3a7c;
  font-family: 'Noto Sans JP', sans-serif;
}
#news ul {
  width: 100%;
  margin: 10px 0;
  height: 400px;
  padding: 0;
  list-style: none;
  overflow: auto;
}
#news ul li {
  margin: 0;
  padding: 0 0 15px;
  line-height: 1.3;
}
#news ul li p {
  margin: 0;
}
.date {
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	color: #aeaeae;
}
#welcome {
	width: 45%;
  margin: 0 3% 0 2%;
  padding: 0;
  text-align: left;
}
#welcome h2 {
  margin: 30px 0 15px;
  padding: 0 0 15px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: #89857c 1px solid;
  color: #0b3a7c;
  font-family: 'Noto Sans JP', sans-serif;
}
#welcome p {
  margin: 0 5px 15px;
  line-height: 1.6;
}
/* main */
main.contents {
  width: 100%;
  min-height: 600px;
  text-align: left;
  margin: 0;
  padding: 0 0 35px;
  background: #fff;
}
main.contents h1 {
  width: 100%;
  margin: 0 0 30px;
  padding: 22px 22px 19px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #e8cc13;
  background: #fffce9;
}
main.contents h2 {
  margin: 30px 25px 22px;
  padding: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: #89857c 1px solid;
  color: #093c7b;
  font-family: 'Noto Sans JP', sans-serif;
}
main.contents h3 {
  margin: 25px 25px 12px;
  padding: 6px 12px 6px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  color: #161616;
  background: #f1f1f1;
}
main.contents h4 {
  margin: 20px 40px 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
main.contents p {
  margin: 8px 45px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 40px 5px 45px;
  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: 11px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #f2e558;
}
main.contents li p {
  margin: 13px 0;
  padding: 0;
}
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 35px;
}
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 30px 5px 70px;
  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: #1f326c;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #1f326c;
}
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 45px 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;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #f2e558, #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 !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;
}
.w05 {
  width: 10%;
}
.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%;
}
.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;
}
blockquote {
  margin: 5px 0 5px 15px;
}

/* MEMBERS */
.stripe {
  border-collapse: collapse;
  border: none;
  width: 94%;
}
.stripe td {
  border: none;
  padding: 10px 10px 9px;
}
.stripe tr {
  background: #fffce9;
}
.stripe tr:nth-child(even) {
  background: #fffdfa;
}
/* Lab Photos */
.photoWrapper {
  width: 96%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}
.photo {
  width: 23%;
  margin: 10px 1%;
}
.photo img {
  width: 100%;
  height: 150px;
  margin: 0 0 3px;
  object-fit: cover;
}
.photo figcaption {
  text-align: center;
  font-size: 12px;
  width: auto;
}
/* SEMINAR */
dl.seminar {
	width: 94%;
	margin: 0 auto;
	list-style: none;
}
dl.seminar dt {
	width: 15%;
	margin: 0 0 20px;
	padding: 0;
	float: left;
	clear: left;
}
dl.seminar dd {
	margin: 0 10px 20px 15%;
	padding: 0;
}
dl.seminar p {
	margin: 0;
}
dl.seminar ul {
	width: 100%;
	margin: 0 0 0 10px;
	padding: 0 5px;
	list-style: none;
	text-align: left;
}
dl.seminar ul li {
	margin: 0 25px 0 0;
	padding: 0 0 5px;
	background-image: none;
	text-indent: -1em;
	padding-left: 1em;
	list-style: none;
}
dl.seminar ul li:before {
	content: "・";
	width: 0;
  height: 0px;
  background: none;
  top: 0;
}
