@charset "UTF-8";
/* top — 元: module/slicknav/style.css, module/slicknav/slicknav.css, module/top/css/common.css, module/nav_fix/css/style.css */

/* ---- module/slicknav/style.css ---- */

@media screen and (min-width: 741px) {
}

@media screen and (max-width: 740px) {
  .slicknav_menu {
    display: none;
  }

  .js #menuSmart {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }

  .second li a {
    background-color: #e3e3e3;
    padding-left: 20px;
  }
}

/* ---- module/slicknav/slicknav.css ---- */
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */

@media screen and (min-width: 741px) {
  #menuSmart {
    display: none;
  }
}

@media screen and (max-width: 740px) {
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
  }

  .slicknav_menu {
    *zoom: 1;
  }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
  }
  .slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
  }
  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  }
  .slicknav_menu:before {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
  }

  .slicknav_nav {
    clear: both;
  }
  .slicknav_nav ul {
    display: block;
  }
  .slicknav_nav li {
    display: block;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
  }
  .slicknav_nav .slicknav_item {
    cursor: pointer;
  }
  .slicknav_nav .slicknav_item a {
    display: inline;
  }
  .slicknav_nav .slicknav_row {
    display: block;
  }
  .slicknav_nav a {
    display: block;
  }
  .slicknav_nav .slicknav_parent-link a {
    display: inline;
  }

  .slicknav_brand {
    float: left;
  }

  .slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background-color: transparent;
    /*	background: #4c4c4c;*/
    padding: 0px;
  }

  .slicknav_menu * {
    box-sizing: border-box;
  }
  .slicknav_menu .slicknav_menutxt {
    color: #000;
    font-weight: bold;
    text-shadow: 0 1px 3px #fff;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
  }

  .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    background-color: #fff;
  }

  .slicknav_nav {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
  }

  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  .slicknav_nav .slicknav_row {
    padding: 5px;
    margin: 0px;
    background-color: #187d83;
  }

  /*
    .slicknav_nav .slicknav_row:hover {
      background: #fff;
      color: #000; }
*/

  .slicknav_nav a {
    padding: 10px;
    margin: 0px;
    text-decoration: none;
    color: #000;
    background-color: #187d83;
  }

  /*
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
*/

  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
  }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
  }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
  }

  .slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    height: 44px;
  }
}

/* ---- module/top/css/style.css ---- */
@media screen and (min-width: 741px), print {
  /* CSS Document */

  /* ============================
		header - menu
 ============================ */

  header {
    background: #5dbbc9;
    height: 82px;
    position: relative;
    width: 100%;
    z-index: 100;
  }

  article {
    padding-top: 0;
  }

  /* ============================
		common
 ============================ */

  .container {
    position: relative;
  }

  h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }

  h2 span {
    font-size: 26px;
    color: #5dbbc9;
    margin-right: 40px;
  }

  .gotoPage {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 14px;
    font-weight: bold;
  }
  .gotoPage a {
    color: #000;
  }
  .gotoPage a:after {
    content: ">";
    margin-left: 3px;
  }

  /* ============================
		mainVisual
 ============================ */

  .mainVisual {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    /*	top:-81px;*/
  }

  .mainVisual .container {
    width: 1300px;
    margin: 0 auto;
    position: relative;
  }

  .smartVisual {
    display: none;
  }

  .mainVisual .selectLanguage {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .mainVisual .selectLanguage a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    background-color: rgba(93, 187, 201, 0.9);
    border-radius: 15px;
    line-height: 1em;
  }

  .mainVisual .selectLanguage a:hover {
    opacity: 1;
    color: #a7e7f1;
  }

  /* ============================
		mainMessage
 ============================ */

  .mainMessage {
  }

  .mainMessage p {
    font-size: 19px;
    font-weight: bold;
    color: #5dbbc9;
    line-height: 1.5em;
    text-align: center;
    padding: 25px;
  }

  /* ============================
		newsTopics
 ============================ */

  .newsTopics {
    margin-bottom: 50px;
  }

  .newsTopics .container {
  }

  .newsTopics .outer {
    background-color: #e8e8e8;
    padding: 10px;
  }

  .newsTopics li {
    margin: 6px 0;
  }

  .newsTopics li a {
    display: block;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }

  .newsTopics li a:hover {
    opacity: 1;
  }

  .newsTopics li a:before,
  .newsTopics li a:after {
    content: "";
    display: table;
  }
  .newsTopics li a:after {
    clear: both;
  }

  .newsTopics li .date {
    display: block;
    float: left;
    width: 100px;
  }
  .newsTopics li .theme {
    display: block;
    float: left;
    width: 100px;
    padding: 5px;
    position: relative;
    top: -6px;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #000;
  }

  .newsTopics li .name {
    display: block;
    float: left;
    width: 800px;
  }

  /* 全て */
  .newsTopics li .theme.all {
    background-color: #5dbbc9;
  }
  /* 構造工学領域 */
  .newsTopics li .theme.structural {
    background-color: #dc8b00;
  }
  /* 社会基盤設計学領域 */
  .newsTopics li .theme.socialDesign {
    background-color: #00859c;
  }
  /* 地盤工学領域 */
  .newsTopics li .theme.geotechnical {
    background-color: #755627;
  }
  /* 信頼性設計学領域 */
  .newsTopics li .theme.reliability {
    background-color: #c85c80;
  }
  /* 交通・地域計画学領域 */
  .newsTopics li .theme.traffic {
    background-color: #00804c;
  }
  /* 国土開発保全工学領域 */
  .newsTopics li .theme.domestic {
    background-color: #2e5ec6;
  }
  /* 社会基盤マネジメント学領域 */
  .newsTopics li .theme.socialManagement {
    background-color: #92be2e;
  }
  /* みず工学領域 */
  .newsTopics li .theme.water {
    background-color: #009fdc;
  }
  /* 応用大気科学領域	*/
  .newsTopics li .theme.atmospheric {
    background-color: #00c1f2;
  }

  /* ============================
		laboratory
 ============================ */

  .laboratory {
    margin-bottom: 30px;
  }

  .laboratory li {
    float: left;
  }

  .laboratory li a {
    display: block;
    width: 366px;
    height: 205px;
    font-size: 27px;

    font-weight: bold;

    color: #fff;
    line-height: 1.2em;
    background-repeat: no-repeat;
  }

  /* ============================
		studyDays
 ============================ */

  .studyDays {
    margin-bottom: 30px;
  }

  .studyDays li {
    float: left;
  }

  .studyDays li a {
    display: block;
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: 220px 220px;
    position: relative;
  }

  .studyDays li .course {
    position: absolute;
    width: 210px;
    bottom: 0;
    padding: 5px;
    font-size: 14px;
    color: #fff;
  }

  .studyDays li .course .name {
    font-size: 12px;
    margin-left: 12px;
  }

  .studyDays .study01 {
    background-image: url(../images/top/bg_study001.jpg);
  }
  .studyDays .study02 {
    background-image: url(../images/top/bg_study002.jpg);
  }
  .studyDays .study03 {
    background-image: url(../images/top/bg_study003.jpg);
  }
  .studyDays .study04 {
    background-image: url(../images/top/bg_study004.jpg);
  }
  .studyDays .study05 {
    background-image: url(../images/top/bg_study005.jpg);
  }
  .studyDays .study06 {
    background-image: url(../images/top/bg_study006.jpg);
  }
  .studyDays .study07 {
    background-image: url(../images/top/bg_study007.jpg);
  }
  .studyDays .study08 {
    background-image: url(../images/top/bg_study008.jpg);
  }
  .studyDays .study09 {
    background-image: url(../images/top/bg_study009.jpg);
  }
  .studyDays .study10 {
    background-image: url(../images/top/bg_study010.jpg);
  }

  /* 構造工学領域 */
  .studyDays li .structural {
    background-color: #e68e25;
  }
  /* 社会基盤設計学領域 */
  .studyDays li .socialDesign {
    background-color: #5dbac8;
  }
  /* 地盤工学領域 */
  .studyDays li .geotechnical {
    background-color: #755627;
  }
  /* 信頼性設計学領域 */
  .studyDays li .reliability {
    background-color: #d46382;
  }
  /* 交通・地域計画学領域 */
  .studyDays li .traffic {
    background-color: #00804c;
  }
  /* 国土開発保全工学領域 */
  .studyDays li .domestic {
    background-color: #2e5ec6;
  }
  /* 社会基盤マネジメント学領域 */
  .studyDays li .socialManagement {
    background-color: #92be2e;
  }
  /* みず工学領域 */
  .studyDays li .water {
    background-color: #009fdc;
  }

  /* 社会基盤設計学領域 */
  .studyDays li .socialDesignMaintenance {
    background-color: #00849c;
  }
  /* 応用大気科学領域 */
  .studyDays li .atmospheric {
    background-color: #00c1f2;
  }
}

/* ---- module/top/css/smart.css ---- */
@media screen and (max-width: 740px) {
  /* CSS Document */

  /* ============================
		header - menu
 ============================ */

  .drawer-navbar .drawer-navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
    background: #5dbbc9;
    height: 51px;
    width: 100%;
  }

  header {
    background: #5dbbc9;
    height: 51px;
    position: relative;
    width: 100%;
    z-index: 100;
  }

  /* ============================
		common
 ============================ */

  .container {
    position: relative;
  }

  h2 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
  }

  h2 span {
    font-size: 22px;
    color: #5dbbc9;
    margin-right: 10px;
    margin-bottom: 3px;
  }

  .newsTopics h2 span {
    display: block;
  }

  .laboratory .title {
    position: relative;
    width: 320px;
    margin: 0 auto;
  }

  .gotoPage {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 12px;
    font-weight: bold;
  }
  .gotoPage a {
    color: #000;
  }
  .gotoPage a:after {
    content: ">";
    margin-left: 3px;
  }

  /* ============================
		mainVisual
 ============================ */

  .smartVisual img {
    width: 100%;
    height: auto;
  }

  .smartVisual {
    background-color: #5dbbc9;
  }

  /* ============================
		mainMessage
 ============================ */

  .mainMessage {
    padding-bottom: 30px;
  }

  .mainMessage p {
    font-size: 14px;
    color: #5dbbc9;
    line-height: 1.5em;
    text-align: center;
    padding: 15px 10px;
  }

  /* ============================
		newsTopics
 ============================ */

  .newsTopics {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }

  .newsTopics .container {
  }

  .newsTopics .outer {
    background-color: #e8e8e8;
    padding: 10px 0;
  }

  .newsTopics li {
    margin: 6px 0;
  }

  .newsTopics li a {
    display: block;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
  }

  .newsTopics li a:hover {
    opacity: 1;
  }

  .newsTopics li a:before,
  .newsTopics li a:after {
    content: "";
    display: table;
  }
  .newsTopics li a:after {
    clear: both;
  }

  .newsTopics li .date {
    display: block;
    float: left;
    width: 90px;
  }

  .newsTopics li .theme {
    float: left;
    padding: 2px 5px;
    width: 90px;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #000;
    position: relative;
    top: -2px;
  }

  .newsTopics li .name {
    clear: both;
    display: block;
    padding: 3px 0;
    line-height: 1em;
    font-weight: bold;
  }

  /* 全て */
  .newsTopics li .theme.all {
    background-color: #5dbbc9;
  }
  /* 構造工学領域 */
  .newsTopics li .theme.structural {
    background-color: #dc8b00;
  }
  /* 社会基盤設計学領域 */
  .newsTopics li .theme.socialDesign {
    background-color: #00859c;
  }
  /* 地盤工学領域 */
  .newsTopics li .theme.geotechnical {
    background-color: #755627;
  }
  /* 信頼性設計学領域 */
  .newsTopics li .theme.reliability {
    background-color: #c85c80;
  }
  /* 交通・地域計画学領域 */
  .newsTopics li.theme.traffic {
    background-color: #00804c;
  }
  /* 国土開発保全工学領域 */
  .newsTopics li .theme.domestic {
    background-color: #2e5ec6;
  }
  /* 社会基盤マネジメント学領域 */
  .newsTopics li .theme.socialManagement {
    background-color: #92be2e;
  }
  /* みず工学領域 */
  .newsTopics li .theme.water {
    background-color: #009fdc;
  }
  /* 応用大気科学領域	*/
  .newsTopics li .theme.atmospheric {
    background-color: #00c1f2;
  }

  /* ============================
		laboratory
 ============================ */

  .laboratory {
    position: relative;
    margin-bottom: 30px;
  }

  .laboratory h2 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .laboratory li {
    float: left;
  }

  .laboratory li a {
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2em;
    background-repeat: no-repeat;
  }

  .laboratory li a {
    width: 150px;
    height: 105px;
    background-size: 160px;
  }

  /* ============================
		studyDays
 ============================ */

  .studyDays {
    margin-bottom: 30px;
  }

  .studyDays h2 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .studyDays li {
    float: left;
  }

  .studyDays li a {
    display: block;
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: 160px 160px;
    position: relative;
  }

  .studyDays li .course {
    display: block;
    width: 155px;
    padding: 5px 5px;
    padding-right: 0;
    font-size: 11px;
    line-height: 1.2em;
    color: #fff;
    position: absolute;
    bottom: 0;
  }

  .studyDays li .course .name {
    font-size: 10px;
    margin-left: 12px;
  }

  .studyDays .study01 {
    background-image: url(../images/top/bg_study001.jpg);
  }
  .studyDays .study02 {
    background-image: url(../images/top/bg_study002.jpg);
  }
  .studyDays .study03 {
    background-image: url(../images/top/bg_study003.jpg);
  }
  .studyDays .study04 {
    background-image: url(../images/top/bg_study004.jpg);
  }
  .studyDays .study05 {
    background-image: url(../images/top/bg_study005.jpg);
  }
  .studyDays .study06 {
    background-image: url(../images/top/bg_study006.jpg);
  }
  .studyDays .study07 {
    background-image: url(../images/top/bg_study007.jpg);
  }
  .studyDays .study08 {
    background-image: url(../images/top/bg_study008.jpg);
  }
  .studyDays .study09 {
    background-image: url(../images/top/bg_study009.jpg);
  }
  .studyDays .study10 {
    background-image: url(../images/top/bg_study010.jpg);
  }

  /* 構造工学領域 */
  .studyDays li .structural {
    background-color: #e68e25;
  }
  /* 社会基盤設計学領域 */
  .studyDays li .socialDesign {
    background-color: #5dbac8;
  }
  /* 地盤工学領域 */
  .studyDays li .geotechnical {
    background-color: #755627;
  }
  /* 信頼性設計学領域 */
  .studyDays li .reliability {
    background-color: #d46382;
  }
  /* 交通・地域計画学領域 */
  .studyDays li .traffic {
    background-color: #00804c;
  }
  /* 国土開発保全工学領域 */
  .studyDays li .domestic {
    background-color: #2e5ec6;
  }
  /* 社会基盤マネジメント学領域 */
  .studyDays li .socialManagement {
    background-color: #92be2e;
  }
  /* みず工学領域 */
  .studyDays li .water {
    background-color: #009fdc;
  }
  /* 社会基盤設計学領域 */
  .studyDays li .socialDesignMaintenance {
    background-color: #00849c;
  }
  /* 応用大気科学領域 */
  .studyDays li .atmospheric {
    background-color: #00c1f2;
  }

  @media screen and (min-width: 320px) {
    .laboratory .container {
      width: 320px;
    }
    .laboratory li a {
      width: 150px;
      height: 105px;
      background-size: 160px;
    }
    .studyDays .container {
      width: 320px;
    }
    .studyDays li a {
      width: 160px;
      height: 160px;
      background-size: 160px;
    }
    .studyDays li .course {
      width: 155px;
    }
  }
  @media screen and (min-width: 360px) {
    .laboratory .container {
      width: 360px;
    }
    .laboratory li a {
      width: 170px;
      height: 120px;
      background-size: 180px;
    }
    .studyDays .container {
      width: 360px;
    }
    .studyDays li a {
      width: 180px;
      height: 180px;
      background-size: 180px;
    }
    .studyDays li .course {
      width: 175px;
    }
  }
  @media screen and (min-width: 375px) {
    .laboratory .container {
      width: 375px;
    }
    .laboratory li a {
      width: 177px;
      height: 124px;
      background-size: 187px;
    }
    .studyDays .container {
      width: 375px;
    }
    .studyDays li a {
      width: 187px;
      height: 187px;
      background-size: 187px;
    }
    .studyDays li .course {
      width: 182px;
    }
  }
  @media screen and (min-width: 414px) {
    .laboratory .container {
      width: 414px;
    }
    .laboratory li a {
      width: 197px;
      height: 139px;
      background-size: 207px;
    }
    .studyDays .container {
      width: 414px;
    }
    .studyDays li a {
      width: 207px;
      height: 207px;
      background-size: 207px;
    }
    .studyDays li .course {
      width: 202px;
    }
  }
}

/* ---- module/nav_fix/css/style.css ---- */
/* CSS Document */

/* ============================
	article
============================ */

/* ============================
	fixed 
============================ */

.headerFixed {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  padding-top: 0px;
  background-color: #fff;
}

#navFix {
  padding-bottom: 0px;
  overflow: hidden;
}

/* ================================================================
   トップページの研究室タイル（静的化にあたって作り直した）

   現行は「研究室ページの写真に色を重ねて白文字を焼き込んだ画像」を
   PC用・スマホ用で計19枚持っていた。写真は研究室ページのものと同じなので、
   ここでは研究室ページの写真をそのまま背景に敷き、
   色の重ねと文字はCSSとHTMLで作る（画像19枚ぶんを納品物から外せる）。

   文字は index.html の <span class="labName"> / <span class="labNameEn">。
   写真・色・文字を変えるときは tools/build.py の TOP_LAB_TILES を直す。
   ================================================================ */

/* --- 写真と、その上に重ねる色（PC・スマホ共通） --- */
/* 構造工学領域 */
.laboratory li .structural {
  background-image:
    linear-gradient(rgba(172, 117, 9, 0.72), rgba(172, 117, 9, 0.72)), url(../images/laboratory/main001.png);
}
/* 社会基盤設計学領域 */
.laboratory li .socialDesign {
  background-image:
    linear-gradient(rgba(0, 94, 111, 0.73), rgba(0, 94, 111, 0.73)), url(../images/laboratory/main002.png);
}
/* 地盤工学領域 */
.laboratory li .geotechnical {
  background-image:
    linear-gradient(rgba(88, 67, 33, 0.54), rgba(88, 67, 33, 0.54)), url(../images/laboratory/main003.png);
}
/* 応用大気科学領域 */
.laboratory li .atmospheric {
  background-image:
    linear-gradient(rgba(36, 160, 220, 0.67), rgba(36, 160, 220, 0.67)), url(../images/laboratory/main009.png);
}
/* 交通・地域計画学領域 */
.laboratory li .traffic {
  background-image:
    linear-gradient(rgba(7, 105, 66, 0.76), rgba(7, 105, 66, 0.76)), url(../images/laboratory/main004.png);
}
/* 国土開発保全工学領域 */
.laboratory li .domestic {
  background-image:
    linear-gradient(rgba(37, 59, 124, 0.72), rgba(37, 59, 124, 0.72)), url(../images/laboratory/main005.png);
}
/* 社会基盤マネジメント学領域 */
.laboratory li .socialManagement {
  background-image:
    linear-gradient(rgba(98, 126, 27, 0.72), rgba(98, 126, 27, 0.72)), url(../images/laboratory/main006.png);
}
/* みず工学領域 */
.laboratory li .water {
  background-image:
    linear-gradient(rgba(3, 95, 129, 0.74), rgba(3, 95, 129, 0.74)), url(../images/laboratory/main007.png);
}
/* 信頼性設計学領域 */
.laboratory li .reliability {
  background-image:
    linear-gradient(rgba(107, 13, 43, 0.72), rgba(107, 13, 43, 0.72)), url(../images/laboratory/main008.png);
}

@media screen and (min-width: 741px), print {
  .laboratory li a {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
  }

  .laboratory li a .labName {
    position: absolute;
    top: 8px;
    left: 9px;
    line-height: 1.3;
  }

  .laboratory li a .labNameEn {
    position: absolute;
    left: 9px;
    bottom: 5px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }

  /* 名前が長く、そのままでは枠からはみ出すもの */
  .laboratory li .socialDesign .labNameEn {
    font-size: 9px;
  }
  .laboratory li .atmospheric .labNameEn {
    font-size: 13px;
  }
  .laboratory li .domestic .labNameEn {
    font-size: 12px;
  }
}

@media screen and (max-width: 740px) {
  .laboratory li a {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
  }

  .laboratory li a .labName {
    position: absolute;
    top: 5px;
    left: 4px;
    font-weight: bold;
    line-height: 1.3;
  }

  /* 英名はスマホでは出さない。
   現行も画像の下端が枠から切れており、幅375px以下の端末では表示されていない。
   枠の高さに収めると8px程度になって読めないため、出さない方を選んだ。 */
  .laboratory li a .labNameEn {
    display: none;
  }
}
