@charset "UTF-8";
/*
 *
 * BEM Block__Element-Modifier
 * SMACSS base layout
 *
 */
/* ================================================
 *
 *  Base
 *
 *==================================================*/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

p {
  margin-top: 0;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 0;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

h5 {
  font-size: 12px;
  font-size: 1.2rem;
}

img {
  vertical-align: bottom;
}

a {
  color: #4793d4;
}
a:hover {
  color: #2878bc;
}

dt {
  float: left;
}

hr {
  border-width: 1px 0  0;
  border-style: dotted;
  border-color: #81B548;
  margin: 2em;
}

/* ================================================
 *
 *  (l-)Layout
 *
 *==================================================*/
.l-clearfix {
  *zoom: 1;
}
.l-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.l-wrap {
  max-width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.l-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.l-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.l-2of3 {
  width: 66%;
}

.l-3of4 {
  width: 75%;
}

/* ================================================
    header
===================================================*/
.l-header {
  border-bottom: 5px solid #81b548;
  margin-bottom: 5px;
  box-shadow: inset 0px 8px 7px -4px rgba(0, 0, 0, 0.5);
  padding-top: 40px;
}
.l-header__body {
  margin: 0 auto 10px;
}

/* ================================================
    content
===================================================*/
.l-content {
  min-width: 960px;
  margin: 0 auto;
  border-bottom: 6px solid #c0dea1;
}
.l-content:after {
  content: "";
  display: block;
  height: 12px;
  background: #ddeeca;
}
.l-content__body {
  margin-top: 50px;
  margin-bottom: 40px;
}

/* ================================================
    main
===================================================*/
.l-main {
  float: left;
  width: 675px;
  margin-right: 45px;
}

.l-main-staff {
  float: left;
  width: 685px;
  margin-right: 35px;
}



/* ================================================
    sub
===================================================*/
.l-sub {
  float: left;
  width: 240px;
}

/* ================================================
    footer
===================================================*/
.l-footer {
  min-width: 960px;
  border-top: 4px solid #ddeeca;
  background: #81b548;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 18%, #81b548 18%, #81b548 100%);
}
.l-footer:before {
  content: "";
  display: block;
  height: 1px;
  background: #d4e3c2;
}

/* ================================================
 *
 *	MainVisual
 *
 ==================================================*/
.enclose {
  background-color: #eaeaea;
  border: 1px solid #9fa0a0;
  padding: 5px;
  margin-bottom: 20px;
}
.enclose__body {
  padding: 5px;
  background-color: #fff;
}
.enclose-radius {
  border: none;
  border-radius: 3px;
}

.section {
  padding: 10px;
  margin-bottom: 10px;
}
.section p {
  padding: 0 10px;
}

.logo {
  float: left;
  margin: 0;
}
.logo a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}
.logo__caption {
  margin-top: 1em;
}
.logoShindai {
  margin: 0;
  float: right;
}

.mv {
  background: url(/faculty/medicine/chair/i-shika/images/over_sprite.png) #d0e0d4;
  background: url(/faculty/medicine/chair/i-shika/images/over_sprite.png), linear-gradient(to bottom, #cdd7c3 0%, #fffcfc 5%, #e7e8e8 97%, #c9d8b8 97%, #c9d8b8 100%);
  border-top: 9px solid #d0e0d4;
}
.mv__body-top {
  background: url(/faculty/medicine/chair/i-shika/images/mv.jpg);
}
.mv__body-top img {
  padding: 188px 142px;
  width: 70.4%;
  height: auto;
}
.mv__body-pages {
  background: url(/faculty/medicine/chair/i-shika/images/pages_mv.jpg);
}
.mv__body-pages img {
  padding: 59px 30px;
}
.mv__body:after {
  content: "";
  display: block;
  box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.3);
  border-radius: 110px / 10px;
  margin: -10px;
  height: 20px;
  padding: 0px;
}
.mv:after {
  content: "";
  display: block;
  height: 12px;
  background: #afc992;
  background: linear-gradient(to bottom, #afc992 0%, #afc992 60%, #ddeeca 60%, #ddeeca 100%);
}

/* ================================================
    nav
===================================================*/
.nav {
  background: #e8e6e5;
  background: linear-gradient(to bottom, #cccac9 0%, #fffcfc 28%, #dedbda 100%);
  border-bottom: 1px solid #dedfdf;
  margin-bottom: 5px;
}
.nav:after {
  content: "";
  height: 2px;
  display: block;
  background: #fff;
}
.nav__body {
  display: table;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
.nav__item {
  display: table-cell;
}
.nav__item img {
  padding: 14px 0;
}
.nav__item a {
  display: block;
  text-align: center;
  background: #e8e6e5;
  background: linear-gradient(to bottom, #cccac9 0%, #fffcfc 28%, #dedbda 100%);
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #c9c9ca;
  font-size: 1.7rem;
  padding: 1rem;
  color: #6f6d6d;
  text-decoration: none;
}
.nav__item a:hover {
  background-color: #90cd7f;
  background: linear-gradient(to bottom, #78bc65 0%, #8fcd7f 25%, #a0ce92 43%, #8bc779 91%, #87c375 100%);
  color: #fff;
}

.btn {
  border: none;
  text-decoration: none;
  background-color: #99ca5e;
  color: #fff;
  box-shadow: 0px 2px 0px 0px #88888b;
  border-radius: 3px;
  display: inline-block;
}
.btn:hover {
  background-color: #7fb941;
  color: #fff;
}
.btn a {
  color: #fff;
  text-decoration: none;
  padding: 1px 40px 0 50px;
}
.btn-right {
  float: right;
}
.btn-more {
  float: right;
  padding: 1px 40px 1px 50px;
  font-size: 13px;
  font-size: 1.3rem;
}

.icon-rhombus:before {
  content: "¡ô";
}
.icon-triangle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  vertical-align: middle;
  margin-right: -10px;
  position: relative;
  top: 0px;
  left: -1.5em;
}

.headline {
  font-size: 18px;
  font-size: 1.8rem;
  background: #eaeaea;
  border-bottom: 2px solid #81b548;
  padding: 8px 10px;
  position: relative;
}
.headline:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 7px solid #b5b6b6;
  position: relative;
  left: -11px;
  top: 4px;
  border-right: 11px;
  margin-bottom: -27px;
}

.subheadline {
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 10px solid #d0d0d0;
  padding: 8px 10px;
  margin: 0 0 1em 0;
}
.subheadline:after {
  content: "";
  display: block;
  border-bottom: 1px solid #81b548;
  margin: -25px -10px -12px -20px;
  padding: 17px;
}

.entries {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.entries__header {
  border-bottom: 3px solid #8daa69;
}
.entries__title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #8daa69;
  display: inline-block;
  border-right: 1px solid #8daa69;
  line-height: 1.3;
  margin: 0 0 8px 0;
  padding: 0 20px;
}
.entries__body {
  padding: 0;
  list-style-type: none;
}
.entries__more {
  display: inline-block;
  float: right;
  padding: 1px 40px 1px 50px;
  margin-top: -2px;
  font-size: 13px;
  font-size: 1.3rem;
}

.entry {
  padding: 0;
}
.entry:nth-child(2n-1) {
  background-color: #eaeaea;
  padding: 0 0 1px;
}
.entry__title {
  margin: 0 0 6px 0;
  padding: 0 45px 5px;
  border-bottom: 1px dashed #a7b1b4;
}
.entry .date {
  padding: 10px 0 0 30px;
  display: block;
}

.pickup__item {
  display: inline-block;
  margin-right: 20px;
  *display: inline;
  /*for IE7-*/
  *zoom: 1;
  /*for IE7-*/
}
.pickup__item-nomargin {
  margin: 0;
}
.pickup__item a {
  padding: 5px;
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 15%, #fefefe 15%, #ffffff 100%);
  display: block;
  text-decoration: none;
  color: #373836;
}
.pickup__item:hover {
  background-color: #b5d98e;
}
.pickup__title {
  margin: 5px 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.infoBox__body {
  padding: 7px;
  background-color: #fff;
}
.infoBox__title {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #b5b6b6;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px 0;
  display: block;
}
.infoBox__contact {
  padding: 2px 37px;
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.infoBox p {
  margin: 0;
}
.infoBox dl {
  margin-top: 0;
}
.infoBox dl dt:after {
  content: ":";
  margin-left: 3px;
}

.banner {
  margin-bottom: 20px;
  display: block;
}
.banner__memberPage {
  position: relative;
}
.banner__memberPage:hover:after {
  content: "";
  display: block;
  width: 236px;
  border-bottom: 6px solid #a4cc70;
  margin-bottom: -6px;
  position: relative;
  bottom: 6px;
  left: 2px;
  border-radius: 0 0 3px 3px;
}
.banner__access {
  border: 1px solid #9fa0a0;
}
.banner__access img {
  border-bottom: 5px solid #d6e6c4;
}
.banner__access:hover img {
  border-bottom: 5px solid #a4cc70;
}

.externalLink {
  padding: 5px 15px;
}
.externalLink__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #87b852;
}
.externalLink__item {
  display: block;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #fcfcfc 0%, #fafafa 100%);
  padding: 8px 5px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #595656;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 1px 0 1px #939494;
  border-radius: 3px;
}
.externalLink__item:hover {
  background: #dcdddd;
  color: #595656;
}
.externalLink__item img {
  border-right: 2px solid #727171;
  margin-right: 6px;
  padding-right: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.externalLink__item-center img {
  display: block;
  margin: 0 auto;
  border: none;
}

.footerNavigation {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.footerNavigation__item {
  display: inline;
  border-right: 1px solid;
  padding: 0 5px;
  line-height: 1;
}
.footerNavigation__item a {
  text-decoration: none;
}
.footerNavigation__item:first-child {
  border-left: 1px solid;
}
.footerNavigation-right {
  text-align: right;
  color: #fff;
}
.footerNavigation-right a {
  color: #fff;
}

.address {
  color: #fff;
  float: left;
}

.addressTitle {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #fff;
}
.addressTitle:after {
  content: "";
  display: block;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px / 10px;
  margin-top: 0px;
  height: 7px;
  padding: 0px;
  width: 960px;
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  display: block;
  color: #fff;
  float: right;
  margin-top: 25px;
}

.media {
  *zoom: 1;
}
.media:after {
  content: "";
  display: table;
  clear: both;
}
.media__body {
  overflow: hidden;
}
.media__body p {
  margin-top: 0;
}
.media__object {
  border: 1px solid #ddd;
  background: #efefef;
}
.media__object-right {
  float: right;
  vertical-align: top;
  display: block;
  margin: 0 0 1em 1em;
}
.media__object-right p {
  padding: 0;
}
.media__object-left {
  float: left;
  vertical-align: top;
  display: block;
  margin: 0 3em 2em 0;
}
.media__object-left p {
  padding: 0;
}

.list {
  margin: 30px 0;
}
.list li {
  margin-bottom: 1em;
}
.list-underline li {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0;
}

.researchlist {
  list-style-type: none;
}
.researchlist li {
  float: left;
  width: 18%;
  margin: 30px;
  border-bottom: 3px solid #E8E8E8;
  padding-left: 20px;
}
.researchlist li:hover {
  border-color: #62B24C;
}
.researchlist li a {
  text-decoration: none;
  display: block;
}
.researchlist li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #81b548;
  margin: -17px;
}

.sitemaplist {
  *zoom: 1;
  list-style-type: none;
}
.sitemaplist:after {
  content: "";
  display: table;
  clear: both;
}
.sitemaplist ul {
  list-style-type: none;
}
.sitemaplist > li {
  padding: 10px 30px;
  border-bottom: 1px solid #BEBEBE;
}
.sitemaplist > li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #81b548;
  vertical-align: middle;
  margin-right: -10px;
  position: relative;
  top: 0px;
  left: -1.5em;
}
.sitemaplist__inner {
  *zoom: 1;
}
.sitemaplist__inner:after {
  content: "";
  display: table;
  clear: both;
}
.sitemaplist__inner li {
  float: left;
  margin: 10px;
}

.formContact {
  width: 100%;
  margin-bottom: 40px;
}
.formContact tr {
  margin: 10px 0;
  border-bottom: 1px solid #fff;
}
.formContact th {
  width: 30%;
  background-color: #D2E8DD;
}
.formContact td {
  padding-left: 10px;
  background-color: #F5F5F5;
}
.formContact input {
  margin: 10px 0;
}
.formContact input.short {
  width: 17%;
}
.formContact input.long {
  width: 80%;
}
.formContact textarea {
  width: 90%;
  margin: 10px 0 0;
}
.formContact .must:after {
  content: "±Øíš";
  display: inline;
  margin-left: 10px;
  padding: 0 .7em;
  background-color: #FF6C72;
  font-weight: normal;
  border-radius: 10%;
  color: #fff;
}

input[type="submit"], input[type="button"] {
  border: none;
  padding: 10px 2em;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
.page-top a {
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 40px 0 15px;
  text-align: center;
  display: block;
  border-radius: 5px;
  background: url(/faculty/medicine/chair/i-shika/images/gotop.png) center 10px no-repeat;
  background-color: #595656;
}
.page-top :hover {
  text-decoration: none;
  background: url(/faculty/medicine/chair/i-shika/images/gotop_on.png) center 10px no-repeat;
  background-color: #9d9e9e;
}

.text-small {
  font-size: 13px;
  font-size: 1.3rem;
}
.text-middle {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-large {
  font-size: 20px;
  font-size: 2rem;
}
.text-green {
  color: #629164;
}
.text-gray {
  color: #7E7E7E;
}
.text-overbar {
  border-top: 1px solid;
  padding-top: 1em;
}
.text-underline {
  border-bottom: 1px solid;
}
.text-right {
  text-align: right;
}

table.staff {
  width: 100%;
}
table.staff tr {
  border-bottom: 1px solid #ddd;
}
table.staff th,
table.staff td {
  padding: 1em 0;
}
table.staff th {
  width: 25%;
  vertical-align: top;
  text-align: left;
}
table.staff th:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #81b548;
}

table.recruit {
  width: 100%;
  margin-bottom: 1em;
}
table.recruit tr {
  margin: 10px 0;
  border-bottom: 1px solid #fff;
}
table.recruit th,
table.recruit td {
  padding: 1em 0;
}
table.recruit th {
  width: 30%;
  background-color: #D2E8DD;
}
table.recruit td {
  padding: 10px;
  background-color: #F5F5F5;
}

table.clinical {
    width: 100%;
    margin-bottom: 1em;
}
table.clinical tr {
    margin: 10px 0;
    border-bottom: 1px solid #fff;
}
table.clinical th,
table.clinical td {
    padding: 1.5em 0;
}
table.clinical th {
    width: 15%;
    background-color: #D2E8DD;
}
table.clinical td {
    padding: 15px;
    background-color: #F5F5F5;
}

.staff_two_column_left {
  float: left;
  vertical-align: top;
  display: block;
  margin: 0 4em 2em 0;
  width: 45%;
}

.two_column {
  clear: both;
  margin-top: 3em;
  margin-bottom: 5em;
}

/* 2024¸ÄÁ¼°æ */
.staff_column {
  clear: both;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em 4em;
  margin: 3em 0 5em;
}
.staff_column .staff_column_unit {
  overflow: hidden;
}
