@charset "UTF-8";
/*!────────────────────────────────────────
 * mobile.scss
 * for [がん研究所](https://www.jfcr.or.jp/laboratory/)
 * 日本語用
 * ──────────────────────────────────────── */
/*!────────────────────────────────────────
 * _common_settings.scss
 * ──────────────────────────────────────── */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 83.33333% !important;
  border-top: none;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

#bread > p {
  display: none;
}

#contents {
  width: 100%;
}

#main_area {
  width: 100%;
  float: none;
}

#main {
  width: 94.66667%;
  margin: 0 auto;
}

.totop {
  display: none;
}

#dataTable a img {
  display: none;
}

@media screen and (max-width: 767px) {
  figure.right {
    margin: 12px auto !important;
    text-align: center;
    float: none;
  }
}

/*------------------------------------------
  parts
------------------------------------------*/
/* ===== flexbox ===== */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* p.title */
p.title img,
#main_area h1 img,
#main p.lead img {
  visibility: hidden;
  opacity: 0;
}

p.title.mobile {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4488c7;
  line-height: 1.6;
  border-top: 1px solid #4488c7;
  background-color: #fff;
  padding: 0.3em 0.5em;
  -webkit-box-shadow: 0px 1px 3px #ccc;
  box-shadow: 0px 1px 3px #ccc;
}

p.title.mobile.news a {
  display: block;
  color: #4488c7;
  position: relative;
}

p.title.mobile.news a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #4488c7;
}

p.title.mobile.news a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* p.lead */
#main p.lead.mobile {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

/* h1.mobile & outline */
#main_area h1.mobile {
  line-height: 1.6;
  font-size: 1.6rem;
  border-left: 3px solid #4488c7;
  padding: 0.5em 0.3em;
  width: 94.66667%;
  margin: 10px auto;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}

#main_area h2 {
  font-size: 1.4rem;
  margin: 20px auto;
}

/* 年号リスト */
p.page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Top 休部中を最後尾に */
body#top #main .container #dept #dep14 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

body#top #main .container #dept #dep13 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

@media screen and (max-width: 953px) {
  /* アコーディオン「+」位置調整 */
  div.accordbox h3 {
    background-position: right 5px center;
  }
  /* News日付幅調整 */
  table.news th {
    width: 9em;
  }
}

@media screen and (max-width: 480px) {
  /* オリジナルHPへ改行 */
  .icon_img.small {
    display: block;
    margin-top: 1em;
  }
  /* researcherコンテンツ幅100% */
  .res_left {
    float: none;
    width: 100%;
  }
  /* SPのみ左寄せ */
  #main p.sp_left {
    text-align: left;
  }
  /* コンテンツ幅調整 */
  div.reserch {
    overflow: hidden;
  }
  /* 回り込み解除 */
  .figure {
    float: none;
    display: block;
    padding-left: 0;
    margin: 0 auto 20px;
  }
  img.right {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  #main ul.photo {
    float: none;
  }
  #main ul.photo li {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  /* 年号リスト左寄せ */
  #main p.t_right {
    text-align: left;
  }
  /* 部門紹介ボタン高さ揃え */
  #main .index p a {
    width: 100%;
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* 表崩れ調整 */
  table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  /*
  table.dotline {
      table-layout: fixed;
      word-break: break-all;
      overflow-wrap: break-word;
  }
  */
  table.dotline th {
    white-space: normal;
    width: auto;
  }
  table.dotline td {
    width: auto;
  }
  table.dotline td.lv01 {
    width: 4em;
  }
}

/*!────────────────────────────────────────
 * _mobile_header.scss
 * ──────────────────────────────────────── */
/*------------------------------------------
  header
------------------------------------------*/
#header_area,
#gnavi {
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

#mobile_header {
  display: block;
}

.site-header {
  letter-spacing: 0.08em;
  position: relative;
}

.header-contents {
  background: #fff;
  padding: 16px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.groval-nav {
  background: #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

.groval-nav ul,
.groval-nav ol {
  list-style: none;
}

.groval-nav-fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.gnav-list {
  text-align: center;
  max-width: 1600px;
  margin: auto;
}

.gnav-list img {
  display: none;
}

.gnav-item {
  width: 20%;
  position: relative;
}

.gnav-item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d0d5d9;
  position: absolute;
  top: 0;
  right: 1px;
}

.gnav-item:last-child:before {
  content: none;
}

.gnav-item:last-child .gnav-link {
  border-right: none;
}

.gnav-item.active {
  background: #d3e8c1;
}

.gnav-item.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #3c5a8c transparent;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -11px;
  z-index: 3;
}

.gnav-link {
  font-size: 4.8vw;
  display: block;
  border-right: 1px solid #fff;
  padding: 10px 0;
  font-weight: 600;
}

.gnav-dropdown {
  position: absolute;
  width: 100%;
}

.dropdown {
  display: none;
  position: absolute;
  width: 100%;
  border-top: 2px solid #d0d5d9;
  background: #b7d049;
  z-index: 2;
}

.dropdown ul {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropdown li {
  width: 33.333%;
  margin-top: 10px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 100% 100% 100%;
  -ms-grid-rows: 100% 100% 100%;
}

.dropdown li:nth-child(1), .dropdown li:nth-child(2), .dropdown li:nth-child(3) {
  margin-top: 0;
}

.dropdown li:nth-child(3n) {
  margin-right: 0;
}

.dropdown a {
  display: block;
  padding: 1em;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-right: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown a:before {
  content: "";
  width: 22px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #1e3c6e;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 7px;
}

.dropdown a:hover {
  color: #00b496;
}

.gnav-list-sp01 {
  padding-bottom: 0;
}

.gnav-list-sp01 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 1.5rem 0;
  margin: 0 0 0 0;
  list-style: none;
}

.gnav-list-sp01 li {
  width: 49%;
  margin-bottom: 2%;
}

.gnav-list-sp01 .gnav-item {
  width: 100%;
  margin-bottom: 2%;
}

.gnav-list-sp01 a {
  display: block;
  background: #fff;
  font-size: 4vw;
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  padding-right: 26px;
  font-weight: 600;
}

.gnav-list-sp01 a:before {
  content: "";
  width: 22px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.gnav-list-sp01 a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #1e3c6e;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 7px;
}

.gnav-list-sp01 img {
  display: none;
}

.gnav-list-sp02 {
  padding-bottom: 10px;
}

.gnav-list-sp02 ul {
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
}

.gnav-list-sp02 li {
  width: 100%;
  margin-bottom: 2%;
}

.gnav-list-sp02 a {
  display: block;
  background: #bbbbbb;
  font-size: 4vw;
  padding: 1em;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
}

.gnav-list-sp02 img {
  display: none;
}

.site-header {
  padding-bottom: 10px;
}

.header-contents {
  padding: 10px;
  height: 60px;
}

.sitelogo {
  width: 40vw;
  max-width: 210px;
  margin: 0;
}

.sitelogo a {
  display: block;
}

@media screen and (max-width: 480px) {
  .sitelogo {
    width: 40vw;
  }
}

.header-menu {
  display: none;
}

.gnav-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 16vw;
  max-width: 60px;
  height: 16vw;
  max-height: 60px;
  top: 0;
  right: 0;
  background: #4488c7;
  z-index: 30;
  position: fixed;
  z-index: 3;
}

.gnav-trigger div {
  width: 8vw;
  max-width: 30px;
  height: 6.93333vw;
  max-height: 26px;
  position: absolute;
  top: 28.33333%;
  left: 25%;
}

.gnav-trigger span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}

.gnav-trigger span:nth-of-type(1) {
  top: 0;
}

.gnav-trigger span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.gnav-trigger span:nth-of-type(3) {
  bottom: 0;
}

.groval-nav {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto !important;
  z-index: 25;
  background: #ececec;
  border-bottom: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.gnav-logo {
  margin: 0 0 10px 0;
  width: 40vw;
  height: 40px;
}

.gnav-logo a img {
  margin: 11px 0;
}

.gnav-close {
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
  font-size: 4.26667vw;
  background: #4488c7 url(../images/common/ico-close.png) no-repeat left 20px center;
  background-size: 23px;
}

.gnav-list {
  padding: 15px 0;
}

.gnav-item {
  width: 100%;
  margin-bottom: 5px;
}

.gnav-item:last-child {
  margin-bottom: 0;
}

.gnav-item:before, .gnav-item.active:after {
  content: none;
}

.gnav-link {
  text-align: left;
  border: 1px solid #fff !important;
  background: #fff;
  color: #4488c7;
  border-radius: 4px;
  font-size: 4vw;
  padding-left: 20px;
  position: relative;
}

.gnav-link:before {
  content: "";
  width: 22px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.gnav-link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #1e3c6e;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 7px;
}

.gnav-dropdown {
  display: none;
}

a:link {
  color: #1e3c6e;
  text-decoration: none;
}

h1 {
  margin: 6px 0 6px 0;
}

@media only screen and (min-width: 768px) and (max-width: 953px) {
  .header-menu {
    width: 70%;
  }
  .header-menu .menu-list {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 6px;
  }
  .header-menu .guide-list {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .gnav-link {
    font-size: 3.73333vw;
  }
  .dropdown {
    font-size: 3.46667vw;
  }
}

@media only screen and (min-width: 376px) and (max-width: 953px) {
  .gnav-link {
    font-size: 1.5rem !important;
  }
  .gnav-list-sp01 a {
    font-size: 1.5rem !important;
  }
  .gnav-list-sp02 a {
    font-size: 1.5rem !important;
  }
  .gnav-close {
    font-size: 1.6rem !important;
  }
}

/*!────────────────────────────────────────
 * _mobile_footer.scss
 * ──────────────────────────────────────── */
/*------------------------------------------
  footer
------------------------------------------*/
@media only screen and (min-width: 376px) and (max-width: 953px) {
  .cmn-btn.type01 {
    font-size: 1.4rem !important;
  }
  .footer-about .about-title {
    font-size: 1.7rem !important;
  }
  .footer-about .about-address {
    font-size: 1.3rem !important;
  }
  .footer-copyright {
    font-size: 1rem !important;
  }
  .footer-link .link-list {
    font-size: 1.3rem !important;
  }
}

@media only screen and (max-width: 768px) {
  #footer_area {
    display: none;
  }
  #mobile_footer {
    display: block;
    background-color: white;
    background-image: none;
  }
  #mobile_footer img {
    display: none;
  }
  #mobile_footer ol,
  #mobile_footer ul {
    list-style: none;
  }
  .site-footer {
    padding-bottom: 0px;
  }
  .footer-facility .facility-list {
    width: 100%;
    display: block;
  }
  .footer-top {
    padding: 10px 5px 6px;
  }
  .footer-top .cmn-inner {
    padding: 0;
  }
  .footer-facility {
    padding-top: 10px;
  }
  .footer-facility .facility-list {
    width: 100%;
    display: block;
  }
  .footer-facility .facility-list ul {
    margin: 0;
  }
  .footer-facility .facility-list li {
    width: 50%;
    padding: 0 2px;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-facility .facility-list li.thisSite {
    display: none;
  }
  .footer-facility .facility-list .flexbox100 {
    width: 100%;
  }
  .cmn-btn.type01:before {
    width: 24px;
    height: 100%;
    background: #4488c7;
    top: 0;
    right: 0;
  }
  .cmn-btn.type01 {
    display: table;
    width: 100%;
    height: 55px;
    position: relative;
    font-size: 3.73333vw;
    background: #f2f6fa;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cmn-btn.type01:before,
  .cmn-btn.type01:after {
    content: "";
    position: absolute;
  }
  .cmn-btn.type01 span {
    display: table-cell;
    vertical-align: middle;
  }
  .cmn-btn.type01:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    right: 8px;
    top: 50%;
    margin-top: -4px;
  }
  .footer-bottom {
    padding: 0;
    background: #ffffff;
    color: #656565;
  }
  .footer-bottom .cmn-inner {
    padding: 0;
  }
  .footer-bottom a {
    color: #656565;
    background: #eeeeee;
  }
  .cmn-inner.type01 {
    max-width: 1200px;
  }
  .cmn-inner {
    margin: auto;
  }
  .footer-about {
    padding: 25px 0;
    text-align: center;
    border-bottom: none;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #eeeeee;
  }
  .footer-about .about-title {
    font-weight: bold;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 4.53333vw;
  }
  .footer-about .about-address {
    margin: 0;
    padding-left: 0;
    font-size: 3.46667vw;
    width: 100%;
    font-weight: 600;
  }
  .footer-link {
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-link .copyright {
    display: none;
  }
  .footer-link .link-list li {
    width: 50%;
    margin-right: 0;
    display: table;
    height: 65px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
  .footer-link .link-list li:nth-child(odd) a {
    border-right: 1px solid #ffffff;
  }
  .footer-link .link-list li:nth-child(even) a {
    border-left: 1px solid #ffffff;
  }
  .footer-link .link-list a {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
  .footer-link .link-list a:before {
    content: none;
  }
  .footer-copyright {
    text-align: center;
    width: 100%;
    font-size: 2.66667vw;
    font-weight: 600;
    -ms-order: 3;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    background: #eeeeee;
    padding: 0 0 25px;
  }
  .footer-link .link-list {
    width: 100%;
    font-size: 3.46667vw;
    margin: 0;
    font-weight: 600;
  }
  .btn-pagetop {
    bottom: 20px;
    position: fixed;
    right: 0;
    z-index: 20;
  }
  .btn-pagetop a {
    width: 40px;
    height: 40px;
    display: block;
    background: #4488c7;
  }
  .btn-pagetop a:after {
    content: "";
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-left: -5px;
  }
}

/*!────────────────────────────────────────
 * _mobile_side.scss
 * ──────────────────────────────────────── */
#side {
  width: 94.66667%;
  margin: 20px auto;
  float: none;
}

#banner {
  font-size: 1.5rem;
}

#banner li.mobile {
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #4488c7;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  margin-bottom: 10px;
}

#banner li.mobile a {
  display: block;
  padding: 1em 0.75em;
  color: #4488c7;
  position: relative;
}

#banner li.mobile a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #4488c7;
}

#banner li.mobile a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#banner li.mobile:last-child {
  margin-bottom: 0;
}

#banner .left,
#banner .right {
  float: none;
}

#subnavi {
  background: transparent;
  font-size: 1.5rem;
}

#subnavi a {
  color: #4488c7;
}

#subnavi > div {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  background: transparent;
  overflow: hidden;
}

#subnavi > div ul {
  background: transparent;
  padding: 0;
}

#subnavi > div ul ul {
  background-color: transparent;
}

#subnavi p.mobile {
  padding: 0;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #4488c7;
  margin-bottom: 10px;
  color: #4488c7;
  padding: 1em 0 1em 0.75em;
}

#subnavi p.mobile a {
  display: block;
  position: relative;
}

#subnavi p.mobile a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #4488c7;
}

#subnavi p.mobile a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#subnavi li.mobile {
  border-bottom: 1px solid #ddd;
}

#subnavi li.mobile > a {
  display: block;
  font-size: 93.33333%;
  padding: 1em 0.75em;
  color: #1c3e6e;
  position: relative;
}

#subnavi li.mobile > a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #1c3e6e;
}

#subnavi li.mobile > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#subnavi li.mobile > ul {
  border-top: 1px solid #ddd;
}

#subnavi li.mobile > ul li {
  font-size: 86.66667%;
  border-bottom: 1px solid #ddd;
}

#subnavi li.mobile > ul li a {
  display: block;
  background-image: none;
  background-color: #fff;
  padding: 0.7em 0.5em 0.7em 3em;
  position: relative;
}

#subnavi li.mobile > ul li a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #4488c7;
}

#subnavi li.mobile > ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#subnavi li.mobile > ul li a.on {
  background-image: none;
  background-color: #ddd;
}

@media screen and (max-width: 375px) {
  #banner {
    font-size: 4vw;
  }
  #subnavi {
    font-size: 4vw;
  }
}

/*!────────────────────────────────────────
 * _top_page.scss
 * ──────────────────────────────────────── */
body#top #mainImg {
  width: 100%;
  height: 0;
  padding-top: 24.31579%;
}

body#top #main_area {
  width: 100%;
}

body#top #main {
  width: 100%;
}

body#top #main .container {
  background-size: contain;
}

body#top #main .container .top,
body#top #main .container .depart,
body#top #main .container .bottom {
  background-size: contain;
}

body#top #main .container #dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: static;
  width: 100%;
  height: auto;
}

body#top #main .container #dept::after {
  content: "";
  clear: both;
  display: block;
}

body#top #main .container #dept .depart {
  position: static;
  display: block;
  width: 48%;
  margin: 0;
}

body#top #main .container #dept .depart:nth-child(odd) {
  margin-left: 2%;
}

body#top #main .container #dept .depart p.title.mobile {
  width: 100%;
  border-top: none;
  font-size: 1.1rem;
  background-color: #e9f6ff;
  margin: 0 auto 10px;
  padding-right: 0;
  border-radius: 3x 3px 0px 0px;
}

body#top #main .container #dept .depart p.title.mobile a {
  color: #4488c7;
  display: block;
  position: relative;
}

body#top #main .container #dept .depart p.title.mobile a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #4488c7;
}

body#top #main .container #dept .depart p.title.mobile a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body#top #main .container #dept .depart p.title.mobile + div {
  display: block !important;
  margin: 0px;
  padding: 4px;
  height: 7.5em;
}

body#top #main .container #dept .depart p img {
  max-width: 400px;
  width: 100%;
}

body#top #main .container p.title.mobile {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #4488c7;
  line-height: 1.6;
  border-top: 1px solid #4488c7;
  background-color: #fff;
  padding: 0.3em 0.5em;
}

body#top #news {
  background-size: contain;
}

body#top #news .top,
body#top #news .bottom {
  background-size: contain;
}

body#top #side {
  width: 94.66667%;
}

body#top .container .top {
  background: transparent;
}

#dep01 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#dep02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#dep03 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#dep04 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

#dep05 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

#dep06 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#dep07 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#dep08 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

#dep09 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

#dep10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

#dep11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

#dep12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

#dep13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

#dep14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

@media screen and (max-width: 375px) {
  body#top #main {
    width: 100%;
  }
  body#top #main .container {
    background-size: contain;
  }
  body#top #main .container #dept .depart p.title.mobile {
    font-size: 2.93333vw;
  }
}

/*!────────────────────────────────────────
 * _top_mobile_gnav.scss
 * ──────────────────────────────────────── */
.mv_nav {
  display: block;
  padding: 0px 10px;
  margin: 0 auto 20px;
}

.mv_nav .nav_list {
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  -webkit-box-shadow: 1.414px 1.414px 2px 0px rgba(21, 0, 10, 0.2);
  box-shadow: 1.414px 1.414px 2px 0px rgba(21, 0, 10, 0.2);
  list-style: none;
}

.mv_nav li {
  margin-bottom: 5px;
}

.mv_nav li:last-child {
  margin-bottom: 0;
}

/* ===== btn ===== */
.cmn-btn.type01 {
  display: table;
  color: #000;
  width: 100%;
  height: 55px;
  position: relative;
  font-size: 1.5rem;
  background: #f2f6fa;
  border: 1px solid #dee4e8;
  border-radius: 4px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cmn-btn.type01 span {
  display: table-cell;
  vertical-align: middle;
}

.cmn-btn.type01 img {
  display: none;
}

.cmn-btn.type01:before, .cmn-btn.type01:after {
  content: "";
  position: absolute;
}

.cmn-btn.type01:before {
  width: 24px;
  height: 100%;
  background: #4488c7;
  top: 0;
  right: 0;
}

.cmn-btn.type01:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  right: 8px;
  top: 50%;
  margin-top: -4px;
}

/*!────────────────────────────────────────
 * _cancer_genomics.scss
 * ──────────────────────────────────────── */
#cancer_genomics.index div#fancy_outer {
  padding: 10px;
  width: 100% !important;
  height: 90% !important;
  top: 0 !important;
  bottom: 0;
  right: 0;
  margin: auto;
}

#cancer_genomics.index div#fancy_outer h4 {
  font-size: 1.5rem;
  margin: 1em 0;
}

#cancer_genomics.index div#fancy_outer p {
  font-size: 1.3rem;
  line-height: 1.3;
}
/*# sourceMappingURL=map/mobile.css.map */
