@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(7,104,95,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%;
	height: auto;
}
.imageVariable50 {
	width: 100%;
	max-width: 490px;
	height: auto;
}
.linkAngle {
	display: inline;
	padding-left: 12px;
	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';
}
.linkArrowCircle {
	display: inline;
	padding-left: 20px;
	position: relative;
}
.linkArrowCircle::before {
	position: absolute;
	top: 50%;
	left: 0;
  transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.4rem;
	content: '\f0a9';
}
.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;
}
.contents {
	width: auto;
	margin: 0 auto 30px;
	padding-top: 40px;
	overflow: hidden;
	text-align: left;
	font-size: 1.6rem;
  line-height: 1.8;
}
.contentOneCol,
.main,
.sub {
	width: auto;
	margin: 0 13px 20px;
}
.sub {
	padding-top: 0;
}
.contents section {
	margin: 0 0 50px;
}
section p {
	margin: 0 0 20px;
}
section p:last-child {
	margin: 0;
}
section .sectionChild {
	margin: 0 0 50px;
}
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: 2.2rem;
	font-style: normal;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.contentItem {
  margin-bottom: 40px;
}
.contentItem .summary h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.contentItem .assets {
  padding: 0;
}
.contentItem .assets li {
  list-style-type: none;
  margin: 0 auto 10px;
  max-width: 600px;
}
.contentItem .assets li img {
  width: 100%;
  height: auto;
}
/* =========== list =========== */
.list01,
.listDecimal {
	padding-left: 20px;
}
.list01 li {
	list-style-type: disc;
}
.list01 li ul {
	padding-left: 20px;
}
.listDecimal {
	list-style-type: decimal;
}

/* =========== table =========== */
.table-box {
	overflow: auto;
}
.table-box + p {
	margin-top: 0;
}
.main section > .table-box {
	margin-bottom: 20px;
}
.table-box table {
	table-layout: auto;
	margin-bottom: 0;
	width: 980px;
}
.table-box::-webkit-scrollbar {
	height: 10px;
}
.table-box::-webkit-scrollbar-track {
	background: #eee;
}
.table-box::-webkit-scrollbar-thumb {
	background: #07685f;
}
.table01 {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}
.table01 th,
.table01 td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}
.table01 th + td {
	padding-left: 10px;
}
.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(7,104,95,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.4rem;
}
#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 .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/medicine/chair/i-sports/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(7,104,95,.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/medicine/chair/i-sports/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: .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,
footer .fax a {
	color: #fff;
}
footer address {
  font-style: normal;
  color: #fff;
}
footer address em {
  font-size: 1.4rem;
  font-style: normal;
}
footer address .address {
  font-size: 1.4rem;
  margin: 6px 0 12px;
}
.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(7,104,95,1);
	padding: 4px 10px;
	color: #fff;
}
.contactLink .btnContact a:hover {
	background-color: rgba(3,54,49,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 .fax {
	color: #fff;
	font-size: 1.6rem;
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
	position: relative;
}
footer .fax::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.6rem;
	content: '\f1ac';
	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.8rem;
	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 {
  text-align: center;
	background: none;
	color: #333;
	padding: 0 10px;
	line-height: 1.4;
	font-size: 2.6rem;
	font-weight: normal;
	margin: 0 0 30px;
}
.heading02 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 1.8rem;
	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;
}
/* =========== buttons =========== */
.btnS {
  max-width: 300px;
}
.btnM {
  max-width: 500px;
}
.btnL {
  max-width: 700px;
}
.btnGeneral {
  text-align: center;
  margin: 0 auto 20px;
}
.btnGeneral a {
	color: #fff;
  display: block;
	background-color: rgba(7,104,95,1);
	text-decoration: none;
	line-height: 1.2;
	padding: 16px;
}
.btnGeneral a:hover {
	background-color: rgba(3,54,49,1);
}
.btnGeneral a span::before {
  top: 50%;
  transform: translateY(-50%);
}
/* =========== iframe =========== */
.assetWrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
.assetWrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* =========== 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 h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px;
}
.homeAboutBanner {
  padding: 0;
}
.homeAboutBanner li {
  list-style-type: none;
  border-width: 1px;  
  border-style: solid;
  margin-bottom: 10px;
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: left;
	border-color: rgba(7,104,95,1);
}
.homeAboutBanner li a {
  text-decoration: none;
  display: block;
  padding: 20px;
  background-color: #fff;
	color: rgba(7,104,95,1);
}
.homeAboutBanner li a:hover {
  opacity: .6;
}
.homeNewsList {
	padding: 0;
	margin: 0 0 30px;
	border-top: 1px dotted #333;
}
.homeNewsList li {
	list-style-type: none;
}
.homeNewsList > li {
	border-bottom: 1px dotted #333;
	padding: 10px 0;
}
.homeNews .eventInfo {
	margin-bottom: 0;
}
.homeAboutSummaryImage {
  max-width: 480px;
  margin: 0 auto 20px;
}
.homeAboutSummaryImage img {
  display: block;
  width: 100%;
  height: auto;
}
.homeBannerRecruitment {
  text-align: center;
  border: 1px solid #ccc;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  text-shadow: rgba(0,0,0,1.00) 0 0 10px;
  font-size: 3.0rem;
  margin-bottom: 50px;
}
.homeBannerRecruitment a {
  text-decoration: none;
  display: block;
  color: #fff;
  width: 100%;
  height: 200px;
	background-image: url(/faculty/medicine/chair/i-sports/common/images/home/bnr_recruitment.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeBannerRecruitment a:hover {
  opacity: .8;
}
.home .assetWrap {
  padding-bottom: 46.25%;
}
/* =========== 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(7,104,95,1);
	border-radius: 2px;
	display: inline-block;
	padding: 3px 8px;
	line-height: 1.2;
	margin-left: 8px;
}
.entryDate a:hover {
	background: rgba(3,54,49,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(7,104,95,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(3,54,49,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(7,104,95,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(7,104,95,1);
}
.cmsPagenate .link_page:hover,
.cmsPagenate .toList:hover {
	background-color: rgba(3,54,49,1);
}
.cmsPagenate .current_page {
	background-color: #666;
}
/* =========== research =========== */
.listTitleArchive {
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid #ccc;
}
.listTitleArchive li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}
/* =========== recruitment =========== */
.recruitmentType h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-top: 10px;
}
.boxInquiry {
  background-color: #eee;
  padding: 40px 20px;
  text-align: center;
}
.boxInquiry em {
  font-weight: bold;
  font-size: 1.8rem;
  font-style: normal;
  display: block;
  margin-bottom: 6px;
}
/* =========== staff =========== */
.staffProfiles {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.profileItem {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.profileItem .assets {
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.profileItem .assets img {
  width: 100%;
  height: auto;
}
.profileItem .summary h2 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
.profileItem .summary .position {
  display: block;
  margin-bottom: 20px;
}
.profileItem .summary dl {
  margin: 0 0 10px;
}
.profileItem .summary dl dt {
  font-weight: bold;
}
.profileItem .summary dl dd {
  margin: 0;
}

/* =========== el-syllabus =========== */
.e-learning-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.e-learning-table th,
.e-learning-table td {
	border: 1px solid #000;
	vertical-align: center;
	padding: 10px;
}
.e-learning-table th:nth-child(2),
.e-learning-table td:nth-child(2),
.e-learning-table th:nth-child(5),
.e-learning-table td:nth-child(5),
.e-learning-table th:nth-child(6),
.e-learning-table td:nth-child(6) {
	text-align: center;
}
.e-learning-table th {
	background-color: #ccc;
}
.e-learning-table .elt-subject {
	width: 25%;
}
.e-learning-table .elt-content {
	width: 25%;
}
.e-learning-table .elt-supervisor {
	width: 29%;
}
.e-learning-table .elt-materials {
	width: 7%;
}
.e-learning-table .elt-unit {
	width: 7%;
}
.e-learning-table .elt-year {
	width: 7%;
}
@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;
}
.contentOneCol,
.main,
.sub {
	margin: 0;
}
.main {
	width: 700px;
	float: left;
}
.sub {
	width: 260px;
	float: right;
}
.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;
}
.contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentItem .assets {
  min-width: 400px;
  padding-left: 30px;
}
/* =========== 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: 720px;
    position: inherit;
	right: auto;
	bottom: auto;
	text-align: right;
	overflow: inherit;
}
#globalNav ul li {
	display: inline-block;
	margin: 0 0 0 14px;
	position: inherit;
	border-bottom: none;
}
#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
	display: inline-block;
	padding: 12px 8px;
}
#topHead #globalNav ul li:last-child a,
#topHead.fixed #globalNav ul li:last-child a {
	padding: 12px 0 12px 8px;
}
#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 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,
.research #globalNav ul li:nth-child(2) a::before,
.works #globalNav ul li:nth-child(3) a::before,
.news #globalNav ul li:nth-child(4) a::before,
.staff #globalNav ul li:nth-child(5) a::before,
.recruitment #globalNav ul li:nth-child(6) 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: 250px;
	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/medicine/chair/i-sports/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/medicine/chair/i-sports/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 10px;
	padding: 160px 20px 0;
	font-size: 3.8rem;
	height: 350px;
	top: -350px;
}
.siteTitle em {
	font-size: 3.5rem;
}
/* =========== 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,
footer .fax {
	width: 48%;
	margin: 0;
}
/* =========== side area =========== */
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
/* =======================================

	unique styles

========================================== */
/* =========== home =========== */
.home .wrapper {
	top: 350px;
}
.home .headerImage {
	height: 350px;
}
.home .sub {
	padding: 0;
}
.homeAboutBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.homeAboutBanner li {
  text-align: center;
  width: 32%;
}
.homeAboutBanner li a {
  padding: 40px 20px 40px 10px;
}
.homeNews .eventInfo li {
	margin-top: 10px;
}
.homeBannerRecruitment {
  height: 200px;
  line-height: 200px;
}
.homeAboutSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homeAboutSummary .homeAboutSummaryImage {
  padding-top: 6px;
  margin: 0;
}
.homeAboutSummary .homeAboutSummaryImage{
  width: 480px;
}
.homeAboutSummary p {
  width: 470px;
}
/* =========== 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;
}
/* =========== research =========== */

/* =========== staff =========== */
.profileItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profileItem .assets {
  width: 300px;
  max-height: inherit;
  margin: 0;
  padding-right: 30px;
}
}