@charset "UTF-8";
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

/* base ////////////////////////////////////////////////////////////////////////// */
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, section, figure {
  letter-spacing: 0.04em;
  font-feature-settings: "palt"; }

p, ul, ol, li, dl {
  line-height: 1.8em; }

img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border: none;
  vertical-align: bottom;
  height: auto; }

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: #111;
  font-size: 16px;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

body.ja {
  word-wrap: break-word;
  word-break: break-all; }

body.en {
  word-wrap: break-word;
  word-break: keep-all; }

a {
  color: #0075BB;
  transition: 0.2s; }
  a:hover {
    text-decoration: none; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* lang-switch //////////////////////////////////////////////////////// */
.lang-switch {
  padding: 6px 10px;
  background-color: #274374; }
  .lang-switch ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .lang-switch li {
    margin: 0px 4px;
    font-size: 13px;
    line-height: 1.4em; }
    .lang-switch li a {
      display: block;
      padding: 2px 8px;
      color: white;
      text-decoration: none;
      background-color: #0075BB;
      border-radius: 2px; }
      .lang-switch li a:hover {
        color: #0075BB;
        background-color: #fff; }
  .lang-switch li.current {
    display: none;
    padding: 2px 8px;
    color: #274374;
    border-color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px; }

/* site-id //////////////////////////////////////////////////////// */
.site-id {
  margin: 0px 0px 2em;
  padding: 10px 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 2px; }
  .site-id .emblem {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0px 10px 0px 0px;
    width: 70px; }
    .site-id .emblem img {
      width: 100%;
      height: auto; }
  .site-id h1 {
    font-size: 16px; }
    .site-id h1 span {
      display: block;
      margin: 4px 0px 0px 0px;
      font-size: 24px; }
  @media screen and (max-width: 1024px) {
    .site-id .emblem {
      width: 60px; }
    .site-id h1 {
      font-size: 16px; }
      .site-id h1 span {
        font-size: 20px; } }
  @media screen and (max-width: 499px) {
    .site-id {
      padding: 10px 0vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .site-id .emblem {
        margin: auto auto 8px;
        width: 100%;
        text-align: center; }
        .site-id .emblem img {
          margin: auto;
          width: 50px; }
      .site-id h1 {
        text-align: center;
        font-size: 14px; }
        .site-id h1 span {
          font-size: 20px; } }

.site-id-en {
  margin: 0px 0px 2em;
  padding: 10px 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 2px; }
  .site-id-en .emblem {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0px 10px 0px 0px;
    width: 70px; }
    .site-id-en .emblem img {
      width: 100%;
      height: auto; }
  .site-id-en h1 {
    font-size: 14px; }
    .site-id-en h1 span {
      display: block;
      margin: 4px 0px 0px 0px;
      font-size: 20px; }
  @media screen and (max-width: 1024px) {
    .site-id-en .emblem {
      width: 60px; }
    .site-id-en h1 {
      font-size: 14px; }
      .site-id-en h1 span {
        font-size: 20px; } }
  @media screen and (max-width: 499px) {
    .site-id-en {
      padding: 10px 0vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .site-id-en .emblem {
        margin: auto auto 8px;
        width: 100%;
        text-align: center; }
        .site-id-en .emblem img {
          margin: auto;
          width: 50px; }
      .site-id-en h1 {
        text-align: center;
        font-size: 12px; }
        .site-id-en h1 span {
          font-size: 18px; } }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
.breadcrumbs {
  padding: 1em;
  background-color: #f6f6f6; }
  .breadcrumbs ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .breadcrumbs li {
    font-size: 12px;
    line-height: 1.4em; }
    .breadcrumbs li:after {
      padding: 0px 0.2em;
      content: "/";
      color: #999; }
    .breadcrumbs li:last-child:after {
      padding: 0px;
      content: ""; }

footer {
  padding: 1em;
  background-color: #274374; }
  footer .copy {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4em;
    color: #fff; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* main //////////////////////////////////////////////////////// */
main {
  margin: auto;
  padding: 2vw;
  max-width: 1000px; }

.intro {
  margin: 0px 0px 3em; }
  .intro p {
    margin: 0px 0px 1em; }
  .intro ul,
  .intro ol {
    margin: 1em 0em 1em 1em; }

@media screen and (min-width: 1025px) {
  .laboratory-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.laboratory-box {
  margin: 0px 0px 2em; }
  .laboratory-box .att {
    margin: 0px 2em;
    font-size: 12px;
    line-height: 1.4em; }
  @media screen and (min-width: 1025px) {
    .laboratory-box {
      width: 48%; } }

.laboratory-box-label a {
  display: block;
  padding: 1em;
  background-image: linear-gradient(135deg, #f7a60c, #0075bb 0% 92%, rgba(0, 117, 187, 0.8) 92%);
  background-image: linear-gradient(135deg, #f7a60c, #0075bb 0% 96%, rgba(0, 117, 187, 0.5) 96%);
  color: #fff;
  text-decoration: none;
  border-color: #0075BB;
  border-style: solid;
  border-width: 2px; }
  .laboratory-box-label a:hover {
    color: #0075BB;
    background-image: linear-gradient(135deg, #f7a60c, rgba(0, 117, 187, 0) 0% 92%, rgba(0, 117, 187, 0.2) 92%);
    background-image: linear-gradient(135deg, white, white 0% 96%, #0075bb 96%); }
  .laboratory-box-label a h2 {
    margin: 0px 0px 0.5em;
    font-size: 16px; }
    .laboratory-box-label a h2 span {
      display: block;
      font-size: 20px; }
  .laboratory-box-label a h3 {
    font-size: 18px; }

.laboratory-member {
  margin: 1em 1em 1em 2em; }
