@charset "utf-8";
/* スマートフォンデザインをベースに */
/* =======================================

	base styles

========================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック Medium", YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	color: #333;
	background: rgba(250,250,250,1);
	text-align: center;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}
ul {
	padding-left: 20px;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav ul li {
	list-style: none;
}
a {
	color: rgba(31,143,200,1);
	text-decoration: underline;
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a img {
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}
a:hover img {
	opacity: .8;
}
.imageVariableFull {
	width: 100%;
	max-width: 700px;
	height: auto;
}
.imageVariable80 {
	width: 100%;
	max-width: 560px;
	height: auto;
}
.imageVariable50 {
	width: 100%;
	max-width: 350px;
	height: auto;
}
.linkAngle {
	display: inline;
	padding-left: 10px;
	position: relative;
}
.linkAngle::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.2rem;
	content: '\f105';
}
.linkExternal,
.linkPdf {
	display: inline;
}
.linkExternal::after {
	display: inline-block;
	margin-left: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 1.0rem;
	content: '\f2d2';
}
.linkPdf::after {
	display: inline-block;
	margin-left: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 1.6rem;
	content: '\f1c1';
	color: #f00;
}
/*IE擬似要素対策：アイコンつきテキストリンクのアンダーラインを削除*/
_:-ms-fullscreen,
:root .linkAngle,
:root .linkExternal,
:root .linkPdf {
	text-decoration: none;
}
.wrapper {
	box-sizing: border-box;
	background: rgba(250,250,250,1);
	position: relative;
	min-width: auto;
	padding: 0;
	top: 150px;
	left: auto;
	font-size: 1.4rem;
}
.contents {
	width: auto;
	margin: 0 auto 30px;
	padding-top: 30px;
	overflow: hidden;
	text-align: left;
}
.main,
.sub {
	width: auto;
	margin: 0 13px 20px;
}
.sub {
	padding-top: 0;
}
.contents section {
	margin: 0 0 40px;
}
section p {
	margin: 0 0 20px;
}
section p:last-child {
	margin: 0;
}
section .sectionChild {
	margin: 0 0 40px;
}
section .sectionGrandChild {
	margin: 0 0 20px;
}
section .sectionChild:last-child,
section .sectionChild .sectionGrandChild:last-child{
	margin: 0;
}
section sup {
	font-size: 1.2rem;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
section sub {
	font-size: 1.2rem;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}
.textLeft01 {
	width: auto;
}
.imageHalfRight01,
.imageHalfRight02 {
	box-sizing: border-box;
}
.imageHalfRight01 {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}
.imageHalfRight02 {
	margin: 0 auto;
	width: auto;
}
.imageHalfCenter01 {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px;
}
.imageHalfRight01 figcaption,
.imageHalfRight02 figcaption,
.imageHalfCenter01 figcaption {
	font-size: 1.2rem;
	text-align: center;
}
.imageVariable01 img,
.imageHalfRight01 img,
.imageHalfRight02 img,
.imageHalfCenter01 img {
	width: 100%;
	height: auto;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
header i,
.wrapper .contents i {
	font-size: 1.0rem;
}
.siteTitle {
  /*background: rgba(0,0,0,0.3);*/
	text-shadow: rgba(0,0,0,1.00) 0 0 6px;
	color: #fff;
	width: 100%;
	height: 200px;
	padding: 100px 20px 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 2.2rem;
	line-height: 1.4;
	position: absolute;
	top: -200px;
}
.siteTitle em {
	display: block;
	font-size: 1.4rem;
	font-style: normal;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
/* =========== list =========== */
.list01,
.listDecimal {
	padding-left: 20px;
}
.list01 li {
	list-style-type: disc;
}
.list01 li ul {
	padding-left: 20px;
}
.listDecimal {
	list-style-type: decimal;
}
.list02 {
  padding: 0;
}
.list02 li {
  list-style-type: none;
  padding-left: 22px; 
  position: relative;
}
.list02 li::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: rgba(31,143,200,1);
}
.list02 ul {
  padding-left: 16px;
}
.list02 li ul li {
	list-style-type: disc;
  padding-left: 0; 
}
.list02 li ul li::before {
  content: none;
}
.highlightBox {
  padding: 10px;
  background-color: #defaff;
}
.list02 li.highlightBox {
  padding: 10px 10px 10px 22px;
  margin-bottom: 6px;
}
.list02 li.highlightBox::before {
  top: 16px;
}
/* =========== table =========== */
.table01 {
	width: 100%;
	border-top: 1px solid #ccc;
}
.table01 td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
}
.tableHistory {
	width: 100%;
	border-top: 1px solid #ccc;
}
.tableHistory th,
.tableHistory td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	display: block;
}
.tableHistory th {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}
.tableHistory td {
	background-color: rgba(255,255,255,0.5);
}
/* =========== header =========== */
.inner:after {
    content: '';
    clear: both;
    display: block;
}
#topHead,
.inner {
	width: 100%;
	padding: 0;
}
#topHead {
  background-color: rgba(31,143,200,1);
  top: 0;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  line-height: 1;
  z-index: 999;
}
#topHead a,
#topHead {
  color: #fff;
  text-decoration: none;
}
#topHead .inner {
  position: relative;
}
/* global navigation */
#globalNav {
	position: absolute;
	top: -800px;
	background-color: #666;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#globalNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#globalNav ul li {
	position: static;
	border-bottom: 1px dotted #fff;
	margin: 0;
	font-size: 1.3rem;
}
#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	box-sizing: border-box;
  padding: 12px 10px;
}
#globalNav ul .menuDropDown:nth-child(5) a,
#globalNav ul .menuDropDown:nth-child(6) a {
	background-color: #999;
}
#globalNav ul li.navButtonEn {
  padding: 10px 10px 0;
}
#topHead #globalNav ul li.navButtonEn a,
#topHead.fixed #globalNav ul li.navButtonEn a {
  background-color: #fff;
  color: #333;
  border-radius: 4px;
}
/*ドロップダウン*/
#globalNav ul .menuSecondLevel li {
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
#globalNav ul .menuSecondLevel li a:hover {
  background: #999;
}
#globalNav ul .menuDropDown .menuSecondLevel {
  background: #003fa6;
}
#globalNav ul li:nth-child(5) .menuSecondLevel,
#globalNav ul li:nth-child(6) .menuSecondLevel {
	background-color: #333;
}
#globalNav ul .menuDropDown .menuSecondLevel > li {
	width: 100%;
	font-size: 1.00em;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a {
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
/* 展開時 */
.open #globalNav {
	height: 100vh;
}
.open #globalNav ul li:last-child {
	padding-bottom: 60px;
	border-bottom: none;
}
.open #globalNav ul li ul li:last-child {
	padding-bottom: 0;
}
/* #globalNav スライドアニメーション */
.open #globalNav {
	/* #globalNav top + #mobileHead height */
	-moz-transform: translateY(856px);
	-webkit-transform: translateY(856px);
	transform: translateY(856px);
}
/* logo */
#topHead .logo {
	position: absolute;
	text-align: left;
	left: 13px;
	top: 10px;
	width: 240px;
	height: 30px;
	font-weight: normal;
	font-size: 1.0rem;
	display: table;
	margin: 0;
}
#topHead .logo em,
#topHead .logo a {
	width: 100%;
	height: 30px;
	line-height: 1.2;
	vertical-align: bottom;
	box-sizing: border-box;
	background-image: url(/faculty/science/life-nature/common/images/base/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: contain;
	background-size: contain;
	display: table-cell;
	font-style: normal;
	padding: 0 0 0 95px;
}
/* Fixed reset */
#mobileHead {
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#topHead.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	padding-top: 0;
    background: rgba(31,143,200,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
/* Toggle Button */
#navToggle {
	display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}
/* #navToggle 切り替えアニメーション */
.open #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* mainimage */
.headerImage {
	width: 100%;
	height: 150px;
	position: fixed;
	z-index: 0;
	border: 0;
	background-image: url(/faculty/science/life-nature/common/images/base/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* =========== footer =========== */
footer {
	background-color: #333;
}
.footerInner {
	margin: 0 13px;
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
footer .pageScroll {
	text-align: center;
	font-size: 1.2rem;
	margin: 0 0 10px;
}
footer .pageScroll a {
	position: relative;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 20px 15px 10px 15px;
}
footer .pageScroll a::before {
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translate(-50%,0);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 0.8rem;
	content: '\f077';
}
footer .pageScroll a:hover {
	opacity: 0.8;
}
footer nav {
	max-width: 660px;
	margin: 0 auto;
}
footer nav ul {
	padding: 5px 0 20px;
}
footer nav ul li {
	display: block;
	margin: 0 0 10px;
	font-size: 1.2rem;
}
footer nav ul li a,
footer .tel a {
	color: #fff;
}
.contactLink {
	max-width: 360px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contactLink .btnContact {
	font-size: 1.2rem;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}
.contactLink .btnContact a {
	display: block;
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	background-color: rgba(31,143,200,1);
	padding: 4px 10px;
	color: #fff;
}
.contactLink .btnContact a:hover {
	background-color: rgba(20,96,135,1);
}
footer .tel {
	color: #fff;
	font-size: 1.6rem;
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
	position: relative;
}
footer .tel::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.6rem;
	content: '\f095';
	margin-right: 4px;
}
footer .copy {
	color: #fff;
	font-size: 1.2rem;
	margin: 0;
}
/* =========== side area =========== */
.localNavi01,
.boxFacebook {
	margin-bottom: 20px;
}
.localNavi01 h2,
.boxFacebook h2,
.cmsLocalNavi h2 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	font-size: 1.6rem;
	font-weight: normal;
}
.boxFacebook h2 {
	margin-bottom: 10px;
}
.localNavi01 ul {
	background: #fff;
	padding: 10px;
}
.localNavi01 ul li {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.localNavi01 ul li a {
	text-decoration: none;

	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.localNavi01 ul li a::before,
.cmsLocalNavi p a::before,
.cmsLocalNavi dl dd ul li a::before {
	position: absolute;
	top: 12px;
	left: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.localNavi01 ul li a:hover {
	background-color: #efefef;
}
.cmsLocalNavi {
	background: #fff;
	padding: 0 0 15px;
	margin: 0 0 10px;
}
.cmsLocalNavi p {
	border-bottom: 1px solid #ccc;
	margin: 10px 15px 0;
}
.cmsLocalNavi dl {
	border-bottom: 1px solid #ccc;
	margin: 0 15px;
}
.cmsLocalNavi dl dt {
	padding: 10px 0;
}
.cmsLocalNavi dl dd {
	margin: 0;
	padding: 0;
}
.cmsLocalNavi dl dd ul {
	padding: 0;
}
.cmsLocalNavi dl dd ul li {
	border-bottom: 1px solid #eee;
}
.cmsLocalNavi dl dd ul li:last-child {
	border-bottom: none;
}
.cmsLocalNavi p a,
.cmsLocalNavi dl dd ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.cmsLocalNavi p a:hover,
.cmsLocalNavi dl dd ul li a:hover {
	background-color: #efefef;
}
.cmsLocalNavi dl dd ul li ul {
	padding: 0 0 0 20px;
}
.cmsLocalNavi dl dd ul li ul li {
	border-bottom: none;
}
.cmsLocalNavi dl dd select.selectBox {
	width: 210px;
	margin: 0 0 10px;
}
ul.sideBanner {
	padding: 0;
	margin-bottom: 20px;
}
ul.sideBanner li {
	list-style: none;
	line-height: 0;
	margin: 0 0 6px;
	text-align: center;
}
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
.outsideBannerList,
.outsideBannerList2 {
	margin-bottom: 20px;
}
.outsideBannerList dt,
.outsideBannerList2 dt {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.6rem;
}
.outsideBannerList dd,
.outsideBannerList2 dd {
	padding: 6px 0 0;
	margin: 0;
}
.outsideBannerList dd ul,
.outsideBannerList2 dd ul {
	margin: 0;
	padding: 0;
}
.outsideBannerList dd ul li,
.outsideBannerList2 dd ul li {
	margin: 0 0 6px;
	text-align: center;
	list-style-type: none;
}
.outsideBannerList2 dd ul li {
	line-height: 0;
}
.outsideBannerList2 dd ul li img {
	width: 100%;
	height: auto;
}
.outsideBannerList dd ul li a {
	color: #333;
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 20px;
	text-decoration: none;
}
.outsideBannerList dd ul li a:hover {
	background-color: #efefef;
}
.boxFacebook .boxFacebookInner {
	width: 260px;
	margin: 0 auto;
}
ul.sideBanner li img,
.outsideBannerList2 dd ul li img {
	max-width: 260px;
	margin: 0 auto;
}
ul.sideBanner li a,
.outsideBannerList2 dd ul li a {
	display: inline-block;
}
/* =========== heading =========== */
.heading01 {
	background: none;
	color: #333;
	padding: 0;
	line-height: 1.2;
	font-size: 2.2rem;
	font-weight: normal;
	margin: 0 0 30px;
}
.heading02 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 1.6rem;
	font-weight: normal;
}
.heading03 {
	border-bottom: 1px dotted #333;
	padding: 2px 0 7px 13px;
	margin: 0 0 15px;
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.heading03::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	margin-top: -4px;
	background-color: #333;
}

.newsContents .heading03 {
	margin: 0 0 5px;
}
.newsDatetime {
	display: block;
	font-size: 1.2rem;
	margin: 0 0 15px;
}
.heading04 {
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #fff;
	padding: 6px 12px;
	border-top: 1px solid #333;
	margin: 0 0 15px;
}
.heading05 {
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
	position: relative;
}
.heading05::before {
	content: '';
	background-color: #00286a;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}
/* =========== adjustment related =========== */
.wrapper .contents .textLeft { text-align: left;}
.wrapper .contents .textRight { text-align: right;}
.wrapper .contents .textCenter { text-align: center;}
.wrapper .contents .fLeft { float: left;}
.wrapper .contents .fRight { float: right;}
.wrapper .contents .phLeft { float: left; margin: 0 20px 10px 0;}
.wrapper .contents .phRight { float: right; margin: 0 0 10px 20px;}
.wrapper .contents .mb10 { margin-bottom: 10px;}
.wrapper .contents .mb20 { margin-bottom: 20px;}
.wrapper .contents .mb30 { margin-bottom: 30px;}
.wrapper .contents .mb40 { margin-bottom: 40px;}
.wrapper .contents .w5 { width: 5%;}
.wrapper .contents .w10 { width: 10%;}
.wrapper .contents .w12 { width: 12%;}
.wrapper .contents .w15 { width: 15%;}
.wrapper .contents .w20 { width: 20%;}
.wrapper .contents .w25 { width: 25%;}
.wrapper .contents .w30 { width: 30%;}
.wrapper .contents .w33 { width: 33%;}
.wrapper .contents .w40 { width: 40%;}
.wrapper .contents .w50 { width: 50%;}
/* =======================================

	unique styles

========================================== */
/* =========== home =========== */
.home .headerImage {
	height: 200px;
}
.home .wrapper {
	top: 200px;
}
.home .movieIntroduction {
  background-image: url(/faculty/science/life-nature/common/images/home/bg_boad.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 45px 15px 15px;
  margin: 0 auto 30px;
  text-align: center;
  max-width: 430px;
  box-sizing: border-box;
}
.home .movieIntroduction h2 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.4rem;
  color: #986a20;
  text-shadow: rgba(255, 255, 255, .9) 2px 2px 2px;
  line-height: 1.4;
}
.home .movieIntroduction h2 em {
  font-style: normal;
  font-size: 1.8rem;
  display: block;
}
.home .movieIntroduction .movieIntroductionContent {
  max-width: 400px;
  margin: 0 auto;
}
.movieWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .news .headingSubLink {
	color: #fff;
	background-color: rgba(31,143,200,1);
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	line-height: 1.2;
	padding: 6px 10px 6px 24px;
	float: right;
	font-size: 1.2rem;
}
.home .news .headingSubLink:hover {
	background-color: rgba(20,96,135,1);
}
.home .news .headingSubLink::before {
	position: absolute;
	top: 7px;
	left: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.home .main .siteMainContentsNavi {
	margin: 0 0 20px;
}
.home .siteMainContentsNavi h2 {
	color: rgba(31,143,200,1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 8px 0;
	position: relative;
}
.home .siteMainContentsNavi h2::before,
.home .siteMainContentsNavi h2::after {
	background-color: rgba(31,143,200,1);
	content: '';
	width: calc(50% - 70px);
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.home .siteMainContentsNavi h2::before {
	left: 0;
}
.home .siteMainContentsNavi h2::after {
	right: 0;
}
.home .siteMainContentsNavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0;
}
.home .siteMainContentsNavi ul li {
	list-style-type: none;
	width: 340px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.home .siteMainContentsNavi ul li a,
.home .siteMainContentsNavi ul li em {
	font-style: normal;
	text-decoration: none;
	color: rgba(31,143,200,1);
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.home .siteMainContentsNavi ul li .caption2nd,
.home .siteMainContentsNavi ul li .thumbnail2nd {
	width: 50%;
	box-sizing: border-box;
}
.home .siteMainContentsNavi ul li .caption2nd {
	padding: 10px 10px 10px 30px;
	position: relative;
}
.home .siteMainContentsNavi ul li .caption2nd::before {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.8rem;
	content: '\f105';
}
.home .siteMainContentsNavi ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.home .news h2 {
	margin: 0;
}
.home .homeNewsList {
	padding: 0;
	margin: 0;
}
.home .homeNewsList li {
	list-style-type: none;
}
.home .homeNewsList > li {
	border-bottom: 1px dotted #333;
	padding: 10px 0;
}
.home .news .eventInfo {
	margin-bottom: 0;
}
/* =========== news =========== */
.news .heading03 em {
	font-style: normal;
}
.heading02 .entryDate,
.heading02 .entryDate a {
	color: #fff;
}
.heading02 .entryDate,
.heading03 .entryDate {
	display: block;
	font-size: 1.2rem;
}
.heading02 .entryDate time,
.heading03 .entryDate time {
	display: inline-block;
}
.news .sectionChild figure {
	float: none;
	width: auto;
	text-align: center;
	margin: 0 0 20px;
}
.news .sectionChild figure a {
	display: inline-block;
	max-width: 250px;
	margin: 0 auto 10px;
}
.news .sectionChild figure img {
	width: 100%;
	height: auto;
	display: block;
}
.entrySentence,
.entryImages {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.entryImages figure {
	text-align: center;
	max-width: 375px;
	margin: 0 auto 10px;
}
.entryImages figure img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px;
}
.entryImages figure figcaption {
	font-size: 1.2rem;
}
.eventInfo {
	margin-bottom: 20px;
	padding: 0;
}
.eventInfo li {
	list-style-type: none;
	width: 100%;
	background-color: #fff;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 2px 10px;
	margin-top: 10px;
}
.entryDate {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 6px;
}
.entryDate a {
	font-size: 1.0rem;
	text-decoration: none;
	color: #fff;
	background: rgba(31,143,200,1);
	border-radius: 2px;
	display: inline-block;
	padding: 3px 8px 1px;
	line-height: 1.2;
	margin-left: 8px;
}
.entryDate a:hover {
	background: rgba(20,96,135,1);
}
.entryList01 .sectionChild .hasThumbnail {
	float: none;
	width: auto;
}
.entryList01 .sectionChild figure {
	float: none;
	width: auto;
	max-width: 200px;
	margin: 0 auto;
}
.news article img {
	max-width: 100%;
	height: auto;
}
.news .btnEntryDetail {
	color: #fff;
	background-color: rgba(31,143,200,1);
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	line-height: 1.2;
	padding: 6px 10px 6px 24px;
	font-size: 1.2rem;
}
.news .btnEntryDetail:hover {
	background-color: rgba(20,96,135,1);
}
.news .btnEntryDetail::before {
	position: absolute;
	top: 9px;
	left: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.cmsPagenate {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.cmsPagenate p {
	position: relative;
	margin: 0;
	font-size: 1.2rem;
}
.cmsPagenate p a {
	text-decoration: none;
}
.cmsPagenate .toList {
	text-decoration: none;
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
}
.cmsPagenate .prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	padding: 10px 0 10px 10px;
}
.cmsPagenate .next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	padding: 10px 10px 10px 0;
}
.cmsPagenate .prev::before,
.cmsPagenate .next::before {
	content: '';
	color: rgba(31,143,200,1);
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.2rem;
}
.cmsPagenate .prev::before {
	left: 0;
	content: '\f104';
}
.cmsPagenate .next::before {
	right: 0;
	content: '\f105';
}
.cmsPagenate .link_page,
.cmsPagenate .current_page {
	text-decoration: none;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
}
.cmsPagenate .link_page,
.cmsPagenate .toList {
	background-color: rgba(31,143,200,1);
}
.cmsPagenate .link_page:hover,
.cmsPagenate .toList:hover {
	background-color: rgba(20,96,135,1);
}
.cmsPagenate .current_page {
	background-color: #666;
}
/* =========== about =========== */
.about .contentLead {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.about .contentLead figure {
	width: 200px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.about .contentLead figure img {
	width: 100%;
	height: auto;
}
.textBlue,
.about .contentLearning h2 em {
	color: #0000b2;
}
.textRed,
.about .contentWriting h2 em {
	color: #d90000;
}
.about .contentLearning h2 {
	background-color: #0000b2;
}
.about .contentWriting h2 {
	background-color: #d90000;
}
.about .contentLearning h2 em,
.about .contentWriting h2 em {
	font-size: 1.2rem;
	font-style: normal;
	display: inline-block;
	background-color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	margin-left: 6px;
	line-height: 1.2;
}
.buttonList {
  padding: 0;
}
.buttonList li {
  list-style-type: none;
  margin-bottom: 20px;
}
.buttonList li a {
  background-color: rgba(31,143,200,1);
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 20px 12px 30px;
  position: relative;
  border-radius: 2px;
}
.buttonList li a::before {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.2rem;
  content: '\f105';
}
.buttonList li a::after {
  color: #fff;
  margin-left: 6px;
}
/* =========== activity =========== */
.activityList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.activityListItem {
  max-width: 390px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px 20px;
  margin: 0 auto 20px;
  position: relative;
}
.activityListItem h2 {
  font-size: 1.6rem;
  margin: 0 -20px 20px;
  position: relative;
}
.activityListItem h2 a {
  display: block;
  color: #fff;
  background-color: #333;
  padding: 10px 20px 10px 36px;
  text-decoration: none;
  position: relative;
}
.activityListItem h2 a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.4rem;
  content: '\f105';
}
.activityListItem figure {
  margin: 0;
  max-height: 175px;
  overflow: hidden;
}
.activityListItem figure img {
  width: 100%;
  height: auto;
}
.pdfBox {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.pdfBox figure {
  margin: 0 auto;
  max-width: 280px;
}
.pdfBox figure img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.buttonActivity {
  text-align: left;
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.buttonActivity a {
  background-color: rgba(31,143,200,1);
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 20px 12px 30px;
  position: relative;
  border-radius: 2px;
}
.buttonActivity a::before {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.2rem;
  content: '\f105';
}
.buttonActivity a::after {
  color: #fff;
  margin-left: 6px;
}

@media screen and (min-width:600px) and (max-width:979px) {

}
@media screen and (min-width:980px) {
/* =======================================

	base styles

========================================== */
a {
  -webkit-transition: none;
  transition: none;
}
.wrapper a {
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}
.wrapper {
	min-width: 980px;
	top: 250px;
}
.contents {
	width: 980px;
}
.main,
.sub {
	margin: 0;
}
.main {
	width: 700px;
	float: left;
}
.sub {
	width: 260px;
	float: right;
	padding-top: 50px;
}
.textLeft01 {
	float: left;
	width: 50%;
}
.imageHalfRight01,
.imageHalfRight02 {
	float: right;
	padding-left: 25px;
	width: 50%;
}
.imageHalfCenter01 {
	width: 50%;
	max-width: inherit;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* =========== table =========== */
.tableHistory th,
.tableHistory td {
	display: table-cell;
}
.tableHistory th {
	width: 20%;
}
/* =========== header =========== */
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: '';
    clear: both;
    display: block;
}
#topHead {
    top: -100px;
    margin: 100px auto 0;
    position: absolute;
    padding: 10px 0 12px;
}
/* global navigation */
#globalNav {
	position: inherit;
	top: inherit;
	background-color: transparent;
	width: inherit;
	text-align: inherit;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#globalNav ul {
	float: right;
	width: 670px;
    position: inherit;
	right: auto;
	bottom: auto;
	text-align: right;
	overflow: inherit;
}
#globalNav ul li {
	display: inline-block;
	margin: 0 0 0 8px;
	position: inherit;
	border-bottom: none;
}
#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
	display: inline-block;
	padding: 12px 10px;
}
#globalNav ul li.navButtonEn {
  padding: 0;
}
#topHead #globalNav ul li.navButtonEn a,
#topHead.fixed #globalNav ul li.navButtonEn a {
  background-color: #146087;
  color: #fff;
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}
#topHead #globalNav ul li.navButtonEn a:hover,
#topHead.fixed #globalNav ul li.navButtonEn a:hover {
  background-color: #0f4560;
}
#globalNav ul li.navButtonEn a::after {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 4px;
}
#globalNav ul li a::before {
  position: absolute;
  bottom: 4px;
  left: 0;
  visibility: hidden;
  width: 97.9%;
  margin-left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  content: '';
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
}
#globalNav ul li.navButtonEn a::before {
  content: none;
}
#globalNav ul li a:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#globalNav ul li.menuDropDown a:hover::before {
	visibility: hidden;
}
.home #globalNav ul li:nth-child(1) a::before,
.about #globalNav ul li:nth-child(2) a::before,
.activity #globalNav ul li:nth-child(3) a::before,
.declaration #globalNav ul li:nth-child(4) a::before,
.news #globalNav ul li:nth-child(5) a::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*ドロップダウン*/
#globalNav ul .menuSecondLevel {
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
#globalNav ul .menuSecondLevel li {
	text-align: left;
  border-bottom: 1px solid #ddd;
	margin: 0;
}
#globalNav ul .menuSecondLevel li a:hover {
  background: #999;
}
#globalNav ul .menuDropDown .menuSecondLevel {
  position: absolute;
  top: 34px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  background: #003fa6;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
#globalNav ul .menuDropDown:hover .menuSecondLevel {
  top: 36px;
  visibility: visible;
  opacity: 1;
}
#globalNav ul .menuDropDown .menuSecondLevel > li {
	width: 100%;
	font-size: 1.0rem;
	position: relative;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a {
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a::before {
	visibility: hidden;
}
#topHead .logo {
  float: left;
	text-align: left;
	width: 300px;
	font-size: 1.1rem;
	display: table;
	margin: 0;
	position: inherit;
	top: inherit;
	left: inherit;
}
#topHead .logo em,
#topHead .logo a {
	width: 100%;
	height: 38px;
	padding-left: 124px;
	line-height: 1.4;
	vertical-align: bottom;
	box-sizing: border-box;
	background-image: url(/faculty/science/life-nature/common/images/base/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 116px 38px;
	background-size: 116px 38px;
	display: table-cell;
}
/* Fixed */
#mobileHead {
	width: inherit;
	height: inherit;
	z-index: inherit;
}
#topHead.fixed {
  padding-top: 10px;
}
/* Toggle Button */
#navToggle {
  display: none;
}
.headerImage {
	width: 100%;
	height: 250px;
	position: fixed;
	z-index: 0;
	border: 0;
	background-image: url(/faculty/science/life-nature/common/images/base/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* 展開時 */
.open #globalNav {
	position: absolute;
	top: auto;
	height: inherit;
}
.open #globalNav ul {
	right: inherit;
  bottom: inherit;
}
.siteTitle {
	text-shadow: rgba(0,0,0,1.00) 0 0 6px;
	padding: 160px 20px 0;
	font-size: 3.8rem;
	height: 350px;
	top: -350px;
}
.siteTitle em {
	font-size: 2.4rem;
}
/* =========== footer =========== */
.footerInner {
	width: 980px;
	margin: 0 auto;
}
footer .pageScroll {
	margin: 0;
}
footer nav ul {
	padding: 15px 0 30px;
}
footer nav ul li {
	display: inline;
	margin: 0 10px 4px;
}
.contactLink {
	margin: 0 auto 20px;
}
.contactLink .btnContact {
	width: 48%;
	margin: 0;
}
footer .tel {
	width: 48%;
	margin: 0;
}
/* =========== side area =========== */
ul.sideBanner {
  margin-top: 0;
}
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
/* =========== heading =========== */
.heading01 {
	height: 50px;
	margin-bottom: 0;
}
/* =======================================

	unique styles

========================================== */
/* =========== home =========== */
.home .wrapper {
	top: 350px;
}
.home .headerImage {
	height: 350px;
}
.home .sub {
	padding: 0;
}
.home .siteMainContentsNavi ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}
.home .movieIntroduction {
  width: 100%;
  max-width: inherit;
  display: table;
  text-align: left;
  padding: 60px 20px 20px;
}
.home .movieIntroduction h2 {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 2.0rem;
}
.home .movieIntroduction h2 em {
  font-size: 2.6rem;
}
.home .movieIntroduction .movieIntroductionContent {
  display: table-cell;
  width: 60%;
  max-width: inherit;
  margin: 0;
}
.home .news .eventInfo li {
	margin-top: 10px;
}
/* =========== news =========== */
.news .sectionChild figure {
	float: right;
	width: 250px;
	margin: 0 0 20px 20px;
}
.news .sectionChild figure figcaption {
	font-size: 1.2rem;
}
.entrySentence {
	float: left;
	width: 430px;
}
.entryImages {
	float: right;
	width: 250px;
}
.eventInfo {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.eventInfo li {
	width: 49%;
	margin-top: 0;
}
/* =========== about =========== */
.about .contentLead {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.about .contentLead p {
	width: 480px;
}
.buttonList {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.buttonList::after {
  content: "";
  display: block;
  width: 49%;
  height: 0;
}
.buttonList li {
  width: 49%;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  text-align: left;
}
.buttonList li a:hover {
	opacity: .8;
}
/* =========== activity =========== */
.activityList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.activityList::after {
  content: "";
  display: block;
  width: 49%;
  height: 0;
}
.activityListItem {
  margin: 0 0 20px;
  width: 49%;
}
.activityListItem h2 a:hover {
  opacity: .9;
}
.pdfBox {
  display: table;
  width: 100%;
}
.pdfBox figure {
  width: 50%;
  display: table-cell;
}
.pdfBox figure img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.buttonActivity {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}
.buttonActivity a {
  max-width: 240px; 
}
.buttonActivity a:hover {
	opacity: .8;
}

}