@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* 共通設定
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 960px;
  }
}

img {
  max-width: 100%;
}

p {
  line-height: 1.6;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.flex {
  display: flex;
}

/* ハンバーガーボタン
----------------------------------------------- */
.humberger {
  position: fixed;
  width: 40px;
  height: 40px;
  background: url("../images/common/open.png") no-repeat;
  background-size: contain;
  top: 20px;
  right: 18px;
  cursor: pointer;
  z-index: 101;
  text-indent: -9999px;
}
.humberger.open {
  background: url("../images/common/close.png") no-repeat;
  background-size: contain;
}

/* ヘッダー
----------------------------------------------- */
header .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 35px 20px;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    background: #ffffff url(../images/header/header_line.png) repeat-x bottom;
    height: 115px;
    z-index: 5;
  }
}
header .logo {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  header .logo {
    line-height: 1.6em;
    font-size: 14px;
  }
}
header .logo span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  header .logo span {
    font-size: 18px;
  }
}
header .logo .en {
  font-size: 11px;
  color: #79a2c6;
  line-height: 1.4em;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  header .logo .en {
    font-size: 9px;
    padding-top: 3px;
  }
}
header .header_right {
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  header .header_right {
    display: none;
  }
}
header .header_right .btn {
  border: solid 1px #79a2c6;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 5px;
}
header .header_right .btn a {
  font-size: 12px;
  display: inline-block;
  padding-top: 10px;
}
header .header_right .btn a span {
  background: url(../images/common/link.png) no-repeat right center;
  padding-right: 15px;
}

/* グローバルナビ
----------------------------------------------- */
nav.global ul li {
  width: 100%;
  margin-bottom: 15px;
}
nav.global ul li a {
  display: block;
  font-size: 14px;
  background: #eef5ff;
  border-radius: 3px;
  border-bottom: 3px solid #dbe6f5;
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding: 12px 0 12px 50px;
}
nav.global ul li a span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #79a2c6;
  padding-top: 5px;
}
nav.global ul li a.on {
  color: #ffffff;
  background: #79a2c6;
  border-bottom: 3px solid #5f8bb1;
  background-repeat: no-repeat;
  background-position: center left 10px;
}
nav.global ul li a.on span {
  color: #ffffff;
}
nav.global ul li a.top {
  background-image: url(../images/common/menu_01.png);
}
nav.global ul li a.ourmission {
  background-image: url(../images/common/menu_02.png);
}
nav.global ul li a.staff {
  background-image: url(../images/common/menu_03.png);
}
nav.global ul li a.diseases {
  background-image: url(../images/common/menu_04.png);
}
nav.global ul li a.facilities {
  background-image: url(../images/common/menu_05.png);
}
nav.global ul li a.clinicaltrials {
  background-image: url(../images/common/menu_06.png);
}
nav.global ul li a.research {
  background-image: url(../images/common/menu_07.png);
}
nav.global ul li a.program {
  background-image: url(../images/common/menu_08.png);
}
nav.global ul li a.clinicalactivity {
  background-image: url(../images/common/menu_09.png);
}
nav.global ul li a.publications {
  background-image: url(../images/common/menu_10.png);
}
nav.global .face_book {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  nav.global {
    display: none;
    overflow-y: auto;
    background: #ffffff;
    position: fixed;
    z-index: 5;
    height: 100%;
    top: 115px;
    width: 100%;
    padding-bottom: 140px;
  }
  nav.global .nav_top {
    padding: 25px 15px 10px 15px;
    display: flex;
    flex-wrap: wrap;
  }
  nav.global .nav_top .btn {
    width: 48%;
    border: solid 1px #79a2c6;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 15px 15px;
    background: url(../images/common/link.png) no-repeat right 15px center;
  }
  nav.global .nav_top .btn a {
    font-size: 14px;
    display: inline-block;
  }
  nav.global .nav_top .btn:nth-child(odd) {
    margin-right: 2%;
  }
  nav.global ul {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  nav.global ul li {
    white-space: nowrap;
    border-bottom: dotted 1px #cccccc;
    margin-bottom: 0;
  }
  nav.global ul li a {
    display: block;
    padding: 1em 0 1em 50px;
    background: #ffffff;
    border-radius: 3px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: center left 10px;
  }
  nav.global ul li a span {
    display: block;
    font-size: 11px;
    color: #79a2c6;
    padding-top: 8px;
  }
  nav.global .face_book,
  nav.global .twitter {
    padding-left: 15px;
  }
}

/* パンくずナビ
----------------------------------------------- */
.bread .breadcrumbs {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bread .breadcrumbs {
    width: 100%;
    padding: 10px 0 50px 0;
  }
}
.bread .breadcrumbs span {
  font-size: 12px;
  padding: 0 3px;
}
.bread .breadcrumbs span a:hover {
  color: #099da6;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bread .breadcrumbs span {
    font-weight: normal;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .bread {
    width: 100%;
  }
}

/* コンテンツ部分の囲み
----------------------------------------------- */
div.container {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  div.container {
    padding-top: 115px;
  }
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
}

.content_flex {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .content_flex {
    max-width: 100%;
  }
}

.main {
  width: 72.9%;
}
@media screen and (max-width: 767px) {
  .main {
    width: 100%;
    padding: 0 15px;
  }
}

.side {
  width: 22.9%;
}

/* サブカバー
----------------------------------------------- */
.sub_cover {
  text-align: center;
  background: url(../images/header/header_line.png), url(../images/common/cover_02_back.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
  padding: 40px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .sub_cover {
    background: url(../images/common/cover_02_back.png) no-repeat bottom;
    padding: 10px 5px 25px 5px;
  }
}

/* サブタイトル
----------------------------------------------- */
.sub_title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sub_title {
    font-size: 24px;
  }
}
.sub_title .en {
  font-size: 14px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #4a82b3;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .sub_title .en {
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
}

.index {
  position: relative;
  font-size: 28px;
  color: #4a82b3;
  border-bottom: solid 1px #707070;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .index {
    line-height: 1.6em;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.index:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4a82b3;
  bottom: -1px;
  width: 30%;
}

/* フッター
----------------------------------------------- */
footer {
  background: #eef5ff;
  border-top: solid 2px #b0caea;
  padding-top: 30px;
}
footer .footer_nav {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    display: none;
  }
}
footer .footer_nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer_nav ul li {
  margin-right: 15px;
  margin-bottom: 20px;
}
footer .footer_nav ul li a {
  font-size: 14px;
  background: url(../images/common/arrow_cube.png) no-repeat left center;
  padding-left: 15px;
}
footer .logo {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.4em;
  padding-bottom: 30px;
}
footer .logo span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  footer .logo span {
    display: block;
  }
}
footer .logo .en {
  font-size: 11px;
  color: #79a2c6;
  line-height: 1.4em;
  padding-top: 5px;
}
footer .logo .address {
  font-size: 14px;
  padding-top: 10px;
}
footer .copy {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: #000000;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  footer .copy {
    line-height: 1.4em;
  }
}

/* ページトップ
----------------------------------------------- */
.page-top {
  position: fixed;
  bottom: 1em;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 1em;
    right: 10px;
  }
}

/* スマホ用　フッターお問い合わせ
----------------------------------------------- */
.footer-contact {
  background: #cccccc;
  width: 100%;
  padding: 1em 0;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .footer-contact {
    display: none;
  }
}
.footer-contact .column {
  width: 50%;
}

.anim-box {
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  border-radius: 5px;
  max-width: 400px;
  height: 250px;
}

.anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */