@charset "UTF-8";
/* Scss Document */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
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, 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;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

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; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

em {
  font-style: normal; }

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; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img, svg {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* General Style
/* --------------------------------------------------- */
a, a:visited, a:active {
  color: #003399;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

html {
  font-size: 62.5%;
  /* 16pxに625%を掛けると100pxになるよ！ */
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  color: #000;
  background: #f2f2f2;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }
  body#home {
    background: #fff; }
  @media print, screen and (min-width: 769px) {
    body {
      font-size: 1.6em; } }

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

/* レスポンシブルimages */
.rpimg {
  width: 100%;
  height: auto; }

/* header                                         
/* --------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  transition: .3s; }

.header-inner {
  max-width: 1200px;
  background: #fff;
  text-align: left;
  position: relative;
  height: 60px;
  padding: 0 4%;
  transition: .3s; }
  @media print, screen and (min-width: 1081px) {
    .header-inner {
      height: 80px;
      margin: 0 auto;
      padding: 0 20px; } }

.header-logo {
  width: 130px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1081px) {
    .header-logo {
      transition: .3s;
      width: 130px;
      height: 80px; } }

#header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%; }
  @media print, screen and (min-width: 1081px) {
    #header.is-fixed .header-inner {
      height: 60px;
      background: white; } }

@media print, screen and (min-width: 1081px) {
  #header.is-fixed .header-logo {
    height: 60px; } }

.gnav-open .header-inner {
  background: #fff; }

.key-img {
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (max-width: 768px) {
    .key-img {
      padding-top: 60px; } }

/* nav                                           
/* --------------------------------------------------- */
.gnav {
  position: absolute; }
  @media print, screen and (max-width: 1080px) {
    .gnav {
      top: 60px;
      right: 0;
      width: 90%;
      text-align: left;
      font-size: 1.3rem;
      z-index: 97;
      display: none; }
      .gnav-open .gnav {
        display: block; } }
  @media print, screen and (min-width: 1081px) {
    .gnav {
      top: 0;
      right: 0;
      z-index: 100;
      display: block !important;
      height: auto !important;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex; } }

@media print, screen and (max-width: 1080px) {
  .gnav-ul {
    overflow: auto;
    height: 100%;
    display: block;
    padding-bottom: 60px; } }
@media print, screen and (min-width: 1081px) {
  .gnav-ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex; }
    .gnav-ul > li {
      margin: 0 1em 1em;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .gnav-ul > li.free-space {
        margin: 0; } }
.gnav-ul li {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative; }
  @media print, screen and (max-width: 1080px) {
    .gnav-ul li {
      border-bottom: 1px solid #ccc; }
      .gnav-ul li:last-child {
        border-bottom: none; } }

.gnav-ul li a:link, .gnav-ul li a:visited, .gnav-ul li a:hover, .gnav-ul li a:active {
  text-decoration: none; }

@media print, screen and (max-width: 1080px) {
  .gnav-ul > li > a, .gnav-ul > li > span {
    display: block;
    padding: 1.5em 0 1.5em 20px;
    background: #fff;
    border-bottom: 1px solid #fff; }
    .gnav-ul > li > a:hover, .gnav-ul > li > span:hover {
      color: #1f57b2; } }
@media print, screen and (min-width: 1081px) {
  .gnav-ul > li > a, .gnav-ul > li > span {
    display: inline-block;
    color: #000;
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gnav-ul > li > a:after, .gnav-ul > li > span:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #1f57b2;
      bottom: 0;
      right: -100%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .gnav-ul > li > a:hover:after, .gnav-ul > li > span:hover:after {
      right: 0;
      color: #1f57b2; }
    .gnav-ul > li > a:hover, .gnav-ul > li > span:hover {
      color: #1f57b2; } }
.gnav-ul > li.current > a, .gnav-ul > li.current > span, .gnav-ul > li.current2 > a, .gnav-ul > li.current2 > span {
  cursor: default;
  color: #1f57b2; }
  @media print, screen and (min-width: 1081px) {
    .gnav-ul > li.current > a:after, .gnav-ul > li.current > span:after, .gnav-ul > li.current2 > a:after, .gnav-ul > li.current2 > span:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #1f57b2;
      bottom: 0;
      right: 0; } }

.request a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background: #1f57b2;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2em;
  transition: .3s; }
  .request a:hover {
    opacity: 0.7; }

.lang {
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex; }
  @media print, screen and (min-width: 1081px) {
    .lang {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .lang a {
    display: block;
    height: 40px;
    text-decoration: none;
    background: #000;
    padding: 0 2em;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s; }
    @media print, screen and (max-width: 1080px) {
      .lang a {
        width: 50%;
        height: 50px; } }
    .lang a.jp {
      color: #fff;
      cursor: default; }
    .lang a.en {
      color: #777777; }
      .lang a.en:hover {
        color: #fff; }

#en .lang a.jp {
  color: #777777;
  cursor: pointer; }
  #en .lang a.jp:hover {
    color: #fff; }
#en .lang a.en {
  color: #fff;
  cursor: default; }

@media print, screen and (min-width: 1081px) {
  #header.is-fixed .request a {
    height: 60px; } }

@media print, screen and (min-width: 1081px) {
  #header.is-fixed .lang a {
    height: 30px; } }

.gnav-ul-child {
  display: none; }
  .gnav-ul-child li {
    font-weight: 500; }
  @media print, screen and (max-width: 1080px) {
    .gnav-ul-child li a {
      display: block;
      padding: 1.3em 0 1.2em 2em;
      font-size: 1.4rem;
      background: #1f57b2;
      color: #fff; } }
  @media print, screen and (min-width: 1081px) {
    .gnav-ul-child {
      position: absolute;
      top: 70px;
      left: 0;
      display: none;
      width: 230px;
      z-index: 10; }
      .gnav-ul-child li {
        display: block;
        vertical-align: top; }
        .gnav-ul-child li a {
          background: #1f57b2;
          color: #fff;
          font-size: 1.3rem;
          text-align: left;
          padding: 14px 10px;
          display: block;
          position: relative;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .gnav-ul-child li.current a {
          color: #fff;
          background: #1a468f;
          cursor: default; }
        .gnav-ul-child li a:hover {
          background: #1a468f;
          color: #fff; } }

@media print, screen and (min-width: 1081px) {
  #header.is-fixed .gnav-ul-child {
    top: 50px; } }

/* ハンバーガーメニューボタン */
.nav_toggle {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 5px;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  z-index: 999; }
  @media print, screen and (min-width: 1081px) {
    .nav_toggle {
      display: none; } }

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .ellipsis-v .point {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    margin: auto;
    background: #91979f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ellipsis-v .point.top {
      top: 0; }
    .ellipsis-v .point.mid {
      top: 0;
      bottom: 0; }
    .ellipsis-v .point.bot {
      bottom: 0; }

.gnav-open .top {
  width: 40px;
  height: 3px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.gnav-open .ellipsis-v .point.top {
  top: 0;
  left: 2px; }

.gnav-open .mid {
  opacity: 0; }

.gnav-open .bot {
  width: 40px;
  height: 3px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px; }

.closeBtn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  position: relative;
  cursor: pointer; }
  .closeBtn span:before, .closeBtn span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: -8% 0 0 -42%;
    background: #666666; }
  .closeBtn span:before {
    transform: rotate(-45deg); }
  .closeBtn span:after {
    transform: rotate(45deg); }

@media print, screen and (max-width: 1080px) {
  /* overlay */
  .overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .gnav-open .overlay {
      visibility: visible;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.7);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10; }
    .overlay:after {
      content: "";
      visibility: hidden;
      osition: fixed;
      top: 40%;
      left: 0;
      display: block;
      width: 100%;
      height: 50px;
      color: rgba(255, 255, 255, 0);
      font-size: 40px;
      font-weight: 500;
      text-align: center;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .gnav-open .overlay:after {
      visibility: visible;
      color: rgba(255, 255, 255, 0.8); } }
/* サブメニュートグルボタン */
.child-open {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
  background: white;
  display: block;
  cursor: pointer;
  border: 1px solid #ccc; }
  .child-open:before, .child-open:after {
    content: '';
    height: 2px;
    width: 16px;
    display: block;
    background: #91979f;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -8px;
    -moz-transition: .3s;
    transition: .3s; }
  .child-open:after {
    height: 16px;
    width: 2px;
    margin: -8px 0 0 -1px; }
  .active .child-open:befor {
    display: none; }
  .active .child-open:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }
  @media print, screen and (min-width: 1081px) {
    .child-open {
      display: none; } }

/* contents                                           
/* --------------------------------------------------- */
.main-contents {
  line-height: 1.8em;
  position: relative; }
  .main-contents > .inner {
    background: #fff; }
    @media print, screen and (min-width: 769px) {
      .main-contents > .inner {
        max-width: 1100px;
        margin: 0 auto; }
        .main-contents > .inner.wide {
          width: 100%;
          margin-top: -70px; }
        .main-contents > .inner.wide .contents {
          padding: 0; }
        .main-contents > .inner.common {
          max-width: 1200px;
          position: relative;
          margin-top: -70px; }
          .main-contents > .inner.common .w2 {
            max-width: 1060px;
            margin: 0 auto; }
        .main-contents > .inner.tauri {
          max-width: inherit;
          width: 100%; } }
    .main-contents > .inner .contents {
      padding: 3em 4%;
      text-align: left; }
      @media print, screen and (min-width: 769px) {
        .main-contents > .inner .contents {
          margin: 0 auto;
          padding: 60px 20px; }
          .main-contents > .inner .contents img {
            max-width: 100%;
            height: auto; }
          .main-contents > .inner .contents.product-c2 {
            padding: 50px 6% 0 0;
            position: relative; } }
      .main-contents > .inner .contents p {
        margin-bottom: 1em; }
    .main-contents > .inner section {
      margin-bottom: 5em; }
    .main-contents > .inner .pro310 {
      margin-bottom: 0; }
    .main-contents > .inner .pro310 + .pro310 {
      margin-top: 2em; }
  .main-contents h1, .main-contents h2, .main-contents h3, .main-contents h4, .main-contents h5, .main-contents h6 {
    font-weight: 500;
    line-height: 1.4; }

.inner.inner-inquiry {
  background: #f2f2f2 !important; }

#home .main-contents {
  background: #fff; }

/* footer                                           
/* --------------------------------------------------- */
.foot-contact {
  background: url("../img/common/bg-01.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 0 4%; }
  .foot-contact .inner {
    max-width: 590px;
    height: 280px;
    margin: 0 auto;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .foot-contact h2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 1em; }
  .foot-contact dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
    position: relative; }
    @media print, screen and (max-width: 768px) {
      .foot-contact dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .foot-contact dl:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%; }
    @media print, screen and (max-width: 768px) {
      .foot-contact dl:after {
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0; } }
  .foot-contact dt {
    font-size: 1.3rem;
    text-align: left; }
    @media print, screen and (max-width: 768px) {
      .foot-contact dt {
        margin: 0 0 3em; } }
    .foot-contact dt .tel {
      font-size: 1.6rem;
      font-weight: 500;
      margin: 0 0 1em;
      display: block; }
      .foot-contact dt .tel .bold {
        font-size: 3rem; }
  .foot-contact dd a {
    display: block;
    background: #fff;
    color: #1f57b2;
    font-size: 1.6rem;
    padding: 1em 3em;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 1.8em;
    overflow: hidden; }

#footer {
  background: #002a54;
  color: #fff;
  width: 100%; }
  @media print, screen and (max-width: 768px) {
    #footer .inner {
      padding: 20px 4%;
      display: block; } }
  @media print, screen and (min-width: 769px) {
    #footer .inner {
      max-width: 1100px;
      padding: 50px 10px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

.foot-add {
  text-align: center;
  line-height: 1.8;
  display: inline-block;
  margin: 20px auto 0;
  font-size: 1.3rem; }
  .foot-add a {
    color: #fff; }
  .foot-add .cop-name {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 1em; }
  .foot-add .logo {
    margin: 0 auto 1em;
    background: #fff;
    width: 230px;
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 769px) {
      .foot-add .logo {
        margin: 0 0 1em; } }
    .foot-add .logo img {
      width: 166px; }
  @media print, screen and (min-width: 769px) {
    .foot-add {
      width: 40%;
      text-align: left; } }

.foot-nav li {
  color: #fff;
  margin-bottom: 0.8em;
  position: relative;
  text-align: left;
  font-size: 1.3rem; }
.foot-nav > ul > li {
  padding-left: 15px; }
.foot-nav > ul > li:after {
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.foot-nav ul ul {
  margin-top: 0.8em; }
.foot-nav ul ul > li {
  padding-left: 10px; }
.foot-nav ul ul > li:before {
  position: absolute;
  content: "・";
  margin-left: -10px; }
.foot-nav a {
  color: #fff;
  text-decoration: none; }
  .foot-nav a:hover {
    text-decoration: underline; }
@media print, screen and (max-width: 768px) {
  .foot-nav {
    margin-bottom: 20px;
    text-align: left; }
    .foot-nav > ul > li {
      padding-bottom: 0.8em; } }
@media print, screen and (min-width: 769px) {
  .foot-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.4; }
    .foot-nav > ul {
      padding-right: 3em; }
      .foot-nav > ul:last-child {
        padding-right: 0; } }

#footer small {
  font-size: 1.3rem;
  display: block;
  padding: 0 4% 50px; }
  @media print, screen and (min-width: 769px) {
    #footer small {
      text-align: left;
      padding: 0 10px 50px;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto; } }

/* page top */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  text-decoration: none;
  background: #000; }
  #page-top:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -7px; }

/* Layout                                           
/* --------------------------------------------------- */
.layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media print, screen and (max-width: 768px) {
    .layout .img {
      text-align: center; }
    .layout .txt {
      margin: 0 0 1em; }
    .layout.va-rr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .layout.va-rr .txt {
        margin: 1em 0 0; } }
  @media print, screen and (min-width: 769px) {
    .layout .img {
      margin: 0 0 0 2em; }
      .layout .img.w1 {
        width: 300px; }
    .layout .img figcaption {
      text-align: center; }
    .layout .txt {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .layout.ta-rr {
      -ms-flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .layout.ta-rr .img {
        margin: 0 2em 0 0; } }
  .layout > .col p {
    margin: 0.5em 0 0; }
  .layout.col-2 > .col {
    width: 48%; }
  .layout.col-3 > .col {
    width: 31.33%; }
  .layout.col-4 {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout.col-4 > .col {
    width: 48%;
    margin-bottom: 3em; }
    @media print, screen and (min-width: 769px) {
      .layout.col-4 > .col {
        width: 23%;
        margin-bottom: 0; } }
  .layout.rr {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .layout:last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 768px) {
    .layout.sp-break {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .layout.sp-break > .col {
        width: 100%;
        margin-bottom: 3em; } }
  @media print, screen and (max-width: 1040px) {
    .layout.sp-break2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .layout.sp-break2 > .col {
        width: 100%; } }
  .layout.sp-break2 .list-01 {
    margin-bottom: 0; }
  .layout.equal {
    margin-left: -1em; }
    .layout.equal > .col {
      margin-left: 1em; }
    @media print, screen and (max-width: 768px) {
      .layout.equal {
        margin-left: -2%; }
        .layout.equal > .col {
          margin-left: 2%; } }
  .layout.wrap {
    margin-left: -2%;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .layout.wrap > .col {
      margin-left: 2%;
      margin-bottom: 10px;
      width: 48%; }
      @media screen and (min-width: 481px) {
        .layout.wrap > .col {
          width: 31.33%; } }
      @media print, screen and (min-width: 769px) {
        .layout.wrap > .col {
          width: 23%; } }
  .layout.txt-wrap {
    display: block; }
    .layout.txt-wrap > .col {
      display: inline; }
    .layout.txt-wrap > .fl {
      float: left;
      margin: 0 4% 2% 0; }
    .layout.txt-wrap > .fr {
      float: right;
      margin: 0 0 2% 4%; }
    .layout.txt-wrap > .wrap-around {
      width: 100%; }
      .layout.txt-wrap > .wrap-around * {
        overflow: hidden; }
    .layout.txt-wrap:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      line-height: 0; }
  @media print, screen and (max-width: 768px) {
    .layout.sp-txt-wrap {
      display: block; }
      .layout.sp-txt-wrap > .col {
        display: inline; }
      .layout.sp-txt-wrap > .fl {
        float: left;
        margin: 0 4% 2% 0; }
      .layout.sp-txt-wrap > .fr {
        float: right;
        margin: 0 0 2% 4%; }
      .layout.sp-txt-wrap:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        line-height: 0; } }
  .layout .v1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .layout .v2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .layout .v3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  .layout .v4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4; }
  .layout .v5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5; }
  .layout .v6 {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6; }
  @media print, screen and (max-width: 768px) {
    .layout .v4, .layout .v5, .layout .v6 {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3; } }

/* Key common */
.key-common {
  background-size: cover; }
  .key-common.key-corporate {
    background: url("../img/corporate/ttl_bg.jpg") no-repeat top center; }
  .key-common.key-product {
    background: url("../img/product/ttl_bg.jpg") no-repeat top center; }
  .key-common.key-recruit {
    background: url("../img/recruit/ttl_bg.jpg") no-repeat top center; }
  .key-common.key-manufacturer {
    background: url("../img/manufacturer/ttl_bg.jpg") no-repeat top center; }
  .key-common.key-immunochromatography {
    background: url("../img/immunochromatography/ttl_bg.jpg") no-repeat top center; }
  .key-common.key-inquiry {
    background: url("../img/inquiry/ttl_bg.jpg") no-repeat top center; }
  @media print, screen and (max-width: 768px) {
    .key-common {
      padding-top: 60px; } }
  .key-common .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4%;
    height: 120px;
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .key-common .inner {
        padding: 0 10px;
        height: 300px;
        max-width: 1200px; } }
    .key-common .inner .ttl {
      font-weight: 500;
      font-size: 2.4rem;
      color: #fff; }
      @media print, screen and (min-width: 769px) {
        .key-common .inner .ttl {
          font-size: 3.5rem; } }

/* アイコンカラー */
.icon path {
  fill: #000; }

/* toppage */
.top-news {
  width: 235px;
  margin: 0 auto 1em;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .top-news h2 {
    font-size: 2rem;
    color: #123266; }
  .top-news a {
    font-size: 1.3rem;
    color: #1f57b2;
    background: #fff;
    border: 1px solid #1f57b2;
    border-radius: 1em;
    padding: 0 3em;
    overflow: hidden;
    text-decoration: none; }

@media print, screen and (min-width: 769px) {
  .top-news-area {
    margin-bottom: 5em !important; } }
.top-news-area > a {
  display: inline-block;
  background: #f9f9f9;
  width: 252px;
  height: 234px;
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  margin: 10px 5px; }
  .top-news-area > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.2rem;
    width: 100px;
    height: 30px;
    list-style: 30px;
    text-align: center; }
  .top-news-area > a.i-news:after {
    content: "ニュース";
    background: #eb6771; }
  .top-news-area > a.i-info:after {
    content: "お知らせ";
    background: #21659e; }
  .top-news-area > a span {
    display: table-cell;
    vertical-align: middle;
    height: 155px; }
.top-news-area img {
  width: 250px; }
.top-news-area dl {
  font-size: 1.3rem;
  line-height: 1.6;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #eef2f9;
  text-align: left; }
.top-news-area dt {
  border-top: 1px solid #ccc;
  color: #666;
  padding: 1em 1em 0.5em; }
.top-news-area dd {
  padding: 0 1em 1em; }

.top-pickup-area {
  max-width: inherit !important; }
  .top-pickup-area .contents {
    background: #dee6f4;
    border-bottom: 2px solid #fff;
    width: 100% !important; }
    .top-pickup-area .contents.bg {
      background: #eef2f9; }
    @media print, screen and (min-width: 769px) {
      .top-pickup-area .contents {
        padding-left: 1em !important; } }
  .top-pickup-area h2 {
    font-size: 2rem;
    margin: 0 0 1em;
    color: #123266;
    text-align: center; }
    @media print, screen and (min-width: 769px) {
      .top-pickup-area h2 {
        font-size: 3rem; } }
  .top-pickup-area h3 {
    color: #123266;
    font-size: 1.8rem;
    margin: 0 0 0.5em; }
    @media print, screen and (min-width: 769px) {
      .top-pickup-area h3 {
        font-size: 2.5rem; } }
  .top-pickup-area a {
    color: #123266;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .top-pickup-area a:hover {
      opacity: 0.7; }
  @media print, screen and (min-width: 769px) {
    .top-pickup-area .layout {
      max-width: 1100px;
      margin: 0 auto; } }
  .top-pickup-area .txt {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/* commonpage */
.local-nav {
  background: #dee6f4;
  padding: 30px 4%; }
  @media print, screen and (min-width: 769px) {
    .local-nav {
      padding: 50px 0 20px;
      max-width: 1200px; }
      .local-nav .layout {
        max-width: 1100px;
        margin: 0 auto; } }
  .local-nav a {
    text-decoration: none;
    text-align: left;
    font-weight: 500; }
    .local-nav a img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .local-nav a:hover img {
      opacity: 0.7; }

.local-nav-foot {
  background: #dee6f4;
  padding: 30px 4%; }
  @media print, screen and (min-width: 769px) {
    .local-nav-foot {
      padding: 50px 0 20px; }
      .local-nav-foot .contents {
        max-width: 830px;
        margin: 0 auto; } }
  .local-nav-foot a {
    text-decoration: none;
    background: #fff;
    text-align: left;
    font-weight: 500;
    display: block;
    width: 48%;
    padding: 20px 4%; }
    @media print, screen and (min-width: 769px) {
      .local-nav-foot a {
        width: 190px;
        height: 120px;
        line-height: 120px;
        padding: 0 2%; } }
    .local-nav-foot a img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      vertical-align: middle; }
    .local-nav-foot a:hover img {
      opacity: 0.7; }

.crumb-area {
  text-align: left; }
  .crumb-area .inner {
    position: relative;
    min-height: 50px; }
  .crumb-area p {
    padding: 1em 2em;
    font-size: 1.1rem; }
    @media print, screen and (min-width: 769px) {
      .crumb-area p {
        position: absolute;
        top: 0;
        left: 0; } }
  @media print, screen and (min-width: 769px) {
    .crumb-area .img-in p, .crumb-area .img-in a {
      color: #fff; } }

@media print, screen and (min-width: 769px) {
  .layout-common {
    max-width: 800px;
    margin: 0 auto; } }

/* アクセス */
.accessMap {
  padding-bottom: 3em; }
  .accessMap iframe {
    width: 100%;
    height: 450px; }

/* 新着情報 */
.news-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #1a468f; }
  .news-ttl .ymd {
    display: block;
    color: #666;
    font-size: 1.4rem;
    padding-bottom: 0.5em; }

/* product */
.product-index {
  max-width: 1070px;
  margin: 0 auto; }

.product-index h2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #123266; }
  .product-index h2 em {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.8em; }
    @media print, screen and (min-width: 769px) {
      .product-index h2 em {
        font-size: 2rem; } }
  .product-index h2 img {
    max-width: 100px !important; }
    @media print, screen and (min-width: 769px) {
      .product-index h2 img {
        max-width: 180px !important; } }

.product-index .cate, .product-index .cate2 {
  background-color: #eef2f9;
  padding: 0.5em 1em;
  margin-top: 1em; }

.product-index .cate2 {
  background-color: transparent;
  padding-left: 0; }

.product-index .genzairyo {
  display: block;
  margin-left: 1em; }

ul.list-01 {
  margin-bottom: 3em; }
  ul.list-01 > li {
    border-bottom: 1px solid #ccc; }
    ul.list-01 > li a {
      text-decoration: none;
      padding: 0.8em 0.2em 0.7em 1.5em;
      color: #333;
      display: block !important;
      position: relative; }
      ul.list-01 > li a:after {
        position: absolute;
        top: 50%;
        left: 0.5em;
        margin: auto;
        margin-top: -3px;
        content: "";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid #123265;
        border-right: 1px solid #123265;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    ul.list-01 > li.lv2 {
      padding-left: 2em; }
  ul.list-01 ul {
    padding-left: 2em; }

.product-index ul.list-01 > li a {
  position: relative; }
  .product-index ul.list-01 > li a:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .product-index ul.list-01 > li a .img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.ProIndex-head-area {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  margin-bottom: 0.5em; }
  .ProIndex-head-area .h03 {
    color: #1a468f;
    border-bottom: none;
    margin-bottom: 0; }
  .ProIndex-head-area .img {
    justify-self: end; }
  @media print, screen and (max-width: 768px) {
    .ProIndex-head-area img {
      transform: scale(0.7, 0.7) translate(20%, 0); } }

.sidenav-01 {
  display: none;
  color: #fff;
  line-height: 1.4; }
  @media print, screen and (min-width: 769px) {
    .sidenav-01 {
      display: inline-block;
      max-width: 260px;
      width: 25%;
      background: #123266;
      postion: -webkit-sticky;
      position: sticky;
      top: 60px; } }
  .sidenav-01 li {
    background-color: #123266; }
  .sidenav-01 h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding: 1.8em 0.3em;
    text-align: center; }
  .sidenav-01 .cate {
    background-color: #fff; }
  .sidenav-01 .cate2 {
    /*border-top: 1px dashed #efefef;*/ }
  .sidenav-01 .cate em, .sidenav-01 .cate2 em {
    font-size: 1.3rem;
    display: block;
    padding: 0.5em 1em; }
  .sidenav-01 .cate em {
    color: #003399;
    background-color: #eef2f9;
    border: 1px solid #003399; }
  .sidenav-01 .cate2 em {
    color: #fff;
    background-color: #123266;
    padding-left: 1em;
    font-size: 1.3rem; }
  .sidenav-01 .cate2 em:before {
    content: "・"; }
  .sidenav-01 .genzairyo {
    padding-left: 1em; }
    .sidenav-01 .genzairyo a {
      font-size: 1.3rem; }
  .sidenav-01 a {
    color: #fff;
    text-decoration: none !important;
    font-size: 1.3rem;
    display: block;
    padding: 1em; }
    .sidenav-01 a:hover, .sidenav-01 a.current {
      background: #1a468f; }
    .sidenav-01 a.current {
      cursor: default; }
  .sidenav-01 .lv2 a {
    margin-left: 1em;
    padding-left: 3em;
    position: relative; }
    .sidenav-01 .lv2 a:after {
      position: absolute;
      top: 50%;
      left: 2em;
      margin: auto;
      margin-top: -3px;
      content: "";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      border-top: 1px solid #FFF;
      border-right: 1px solid #FFF;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sidenav-01 .back {
    position: relative;
    text-decoration: underline;
    padding-left: 2em; }
    .sidenav-01 .back:after {
      position: absolute;
      top: 50%;
      left: 1em;
      margin: auto;
      margin-top: -6px;
      content: "";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

@media print, screen and (max-width: 768px) {
  .product-main {
    margin-left: 0 !important; } }
@media print, screen and (min-width: 769px) {
  .product-main {
    max-width: 820px;
    width: 70%;
    float: right; } }

@media print, screen and (min-width: 769px) {
  .fixed-side {
    position: fixed;
    top: 0; }

  .bottom-side {
    position: absolute;
    bottom: 0; }

  .static-side {
    position: static; } }
.product-h1area {
  background: #1a468f;
  padding: 15px 4%;
  text-align: center;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 769px) {
    .product-h1area {
      padding: 20px;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-bottom: 50px;
      min-height: 130px; } }
  @media print, screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1200px) {
    .product-h1area {
      display: block; } }

  .product-h1area h1, .product-h1area .h1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.8em;
    text-align: left;
    line-height: 1.6 !important; }
    @media print, screen and (min-width: 769px) {
      .product-h1area h1, .product-h1area .h1 {
        font-size: 2rem; } }
    .product-h1area h1 img, .product-h1area .h1 img {
      mix-blend-mode: multiply; }
  .product-h1area ul {
    margin-left: 1em; }
  .product-h1area li a {
    color: #1f57b2;
    text-decoration: none;
    background: #fff;
    width: 280px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #1a468f;
    border-radius: 1.5em;
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
    padding: 0 0.5em;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden; }
    .product-h1area li a.i-pdf:before {
      content: url("../img/common/i_pdf.png");
      margin-right: 5px;
      position: relative;
      top: 6px; }
    .product-h1area li a:after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #dee6f3;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .product-h1area li a:hover, .product-h1area li a:focus, .product-h1area li a:active {
      color: #1f57b2;
      text-decoration: none; }
    .product-h1area li a:hover:after, .product-h1area li a:focus:after, .product-h1area li a:active:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .product-h1area li + li {
    margin-top: 10px; }
  .product-h1area.sub-ttl {
    background: #dee6f4; }
    .product-h1area.sub-ttl .h1 {
      color: #1a468f; }
  .product-h1area.sub-ttl.single {
    min-height: auto;
    margin-bottom: 1.5em; }
    .product-h1area.sub-ttl.single h2 {
      margin-bottom: 0; }

@media print, screen and (min-width: 769px) {
  .product-h1area.v2 {
    min-height: inherit;
    padding: 30px 20px; } }
.product-h1area.v2 h1, .product-h1area.v2 .h1 {
  margin-bottom: 0; }

.product-h1area.v3 {
  background-color: #dae3f3; }
  .product-h1area.v3 h1, .product-h1area.v3 .h1 {
    color: #1f57b2;
    color: #333; }

.flow01 li {
  border: 2px solid #4e74ff;
  padding: 1.5em;
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative; }
  .flow01 li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 11px 0 11px;
    border-color: #4e74ff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .flow01 li:last-child:after {
    display: none; }

/* 取扱いメーカー */
.manufacturer-contents .layout {
  max-width: 1060px;
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    .manufacturer-contents .layout:not(:last-child) {
      margin-bottom: 60px; } }
  .manufacturer-contents .layout .col {
    border: 1px solid #1a468f;
    padding: 3em 2em; }
    .manufacturer-contents .layout .col .btn01 {
      width: 100%;
      max-width: 300px;
      display: block !important; }
      @media print, screen and (min-width: 769px) {
        .manufacturer-contents .layout .col .btn01 {
          position: absolute;
          bottom: 3em;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%); } }
    @media print, screen and (min-width: 769px) {
      .manufacturer-contents .layout .col {
        position: relative;
        padding-bottom: 100px; }
        .manufacturer-contents .layout .col h2 {
          height: 73px; } }
    .manufacturer-contents .layout .col.no-link {
      padding-bottom: 3em; }

@media print, screen and (min-width: 769px) {
  .ceoName {
    font-size: 1.5rem; } }
.ceoName .jName {
  font-size: 2rem; }
  @media print, screen and (min-width: 769px) {
    .ceoName .jName {
      font-size: 2.6rem; } }
.ceoName .eName {
  font-size: 1.2rem; }
  @media print, screen and (min-width: 769px) {
    .ceoName .eName {
      font-size: 1.4rem; } }

div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto; }

video.vid_main {
  width: 100%;
  max-width: 640px; }

.products-link-ul li + li {
  margin-top: 0.75em; }
.products-link-ul > li {
  font-weight: 500;
  padding-bottom: 0.75em; }
.products-link-ul > li:not(:last-child) {
  border-bottom: 1px dashed #ccc; }

.products-link-dl {
  margin-top: 0.25em;
  font-weight: 400; }
  @media print, screen and (min-width: 769px) {
    .products-link-dl {
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 0.5em; } }
  .products-link-dl dt {
    font-size: 84%;
    background-color: #efefef;
    color: #1a468f;
    padding: 0 1em;
    border-radius: 2em;
    align-self: start; }

.smartlab-C2 {
  text-align: center;
  display: grid;
  gap: 2em; }
  @media print, screen and (min-width: 769px) {
    .smartlab-C2 {
      grid-template-columns: auto auto;
      justify-content: center;
      gap: min(4.5454545455vw, 50px); } }
  @media print, screen and (min-width: 769px) {
    .smartlab-C2 figcaption {
      font-size: min(1.4545454545vw, 1.6rem); } }

@media print, screen and (min-width: 769px) {
  .smartlab-memo1 {
    text-align: center; } }

/* Parts                                         
/* --------------------------------------------------- */
/* タイトル */
.h01 {
  color: #000;
  font-size: 2rem;
  padding: 0.5em 1em;
  margin: 0 0 2em;
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 769px) {
    .h01 {
      font-size: 2.5rem; } }
  .h01:after {
    content: "";
    display: block;
    width: 300px;
    height: 2px;
    background: #1f57b2;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -150px; }

.h02 {
  color: #2e57ac;
  font-size: 1.6rem;
  line-height: 1.6 !important;
  margin-bottom: 1em; }
  @media print, screen and (min-width: 769px) {
    .h02 {
      font-size: 2rem; } }

.h03 {
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0.5em 0.5em 1em;
  margin-bottom: 1em;
  position: relative;
  font-weight: 700 !important; }
  @media print, screen and (min-width: 769px) {
    .h03 {
      font-size: 1.6rem; } }
  .h03:before {
    content: "";
    width: 5px;
    height: 20px;
    background: #1a468f;
    display: block;
    position: absolute;
    left: 0;
    top: 10px; }

.h04 {
  color: #1a468f;
  background: #dee6f4;
  font-size: 1.6rem;
  margin-bottom: 1em;
  padding: 1em; }
  @media print, screen and (min-width: 769px) {
    .h04 {
      font-size: 2rem; } }

.h05 {
  color: #1a468f;
  font-size: 1.5rem;
  margin-bottom: 1em; }
  @media print, screen and (min-width: 769px) {
    .h05 {
      font-size: 1.8rem; } }

p + .h05, dl + .h05 {
  margin-top: 2em; }

.h06 {
  color: #fff;
  background: #1a468f;
  font-size: 1.6rem;
  margin-bottom: 2em;
  padding: 1em; }
  @media print, screen and (min-width: 769px) {
    .h06 {
      font-size: 2rem; } }

/* Other */
.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mt3 {
  margin-top: 3em !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 0.5em !important; }

.mb1 {
  margin-bottom: 1em !important; }

.mb2 {
  margin-bottom: 2em !important; }

.mb3 {
  margin-bottom: 3em !important; }

.mb4 {
  margin-bottom: 4em !important; }

.mb5 {
  margin-bottom: 5em !important; }

.ml1 {
  margin-left: 1em !important; }

.ml2 {
  margin-left: 2em !important; }

.ml3 {
  margin-left: 3em !important; }

.mr1 {
  margin-right: 1em !important; }

.mr2 {
  margin-right: 2em !important; }

.mr3 {
  margin-right: 3em !important; }

.pl1 {
  padding-left: 1em !important; }

.pl2 {
  padding-left: 2em !important; }

.pl3 {
  padding-left: 3em !important; }

.pr1 {
  padding-right: 1em !important; }

.pr2 {
  padding-right: 2em !important; }

.pr3 {
  padding-right: 3em !important; }

.ml4ps {
  margin-left: 4% !important; }

.mr4ps {
  margin-right: 4% !important; }

.ta-l {
  text-align: left !important; }

.ta-r {
  text-align: right !important; }

.ta-c {
  text-align: center !important; }

.cap {
  font-size: 1.3rem !important; }

.fw500 {
  font-weight: 500 !important; }

.fw700 {
  font-weight: 700 !important; }

.noWrap {
  white-space: nowrap !important; }

.fc01 {
  color: #4E74FF; }

.fc02 {
  color: #1a468f; }

.fsS {
  font-size: 88%; }

hr.hr01 {
  margin: 2em 0;
  border-top: 1px solid #ccc; }

.kerning_before {
  margin-left: -0.5em; }

.kerning_after {
  letter-spacing: -0.5em; }

.kerning_before2 {
  margin-left: -0.3em; }

.kerning {
  margin-left: -0.2em;
  letter-spacing: -0.1em; }

/* icon */
.i-left {
  vertical-align: middle;
  margin-right: 5px; }

sup {
  font-size: 68%; }

/* bnr */
.bnr-biodot {
  width: 230px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  display: block;
  vertical-align: middle; }
  .bnr-biodot img {
    width: 160px;
    vertical-align: middle; }
    .bnr-biodot img:hover {
      opacity: 0.7; }

.btn01 {
  color: #1f57b2;
  font-weight: 500;
  background: #fff;
  border: 1px solid #1f57b2;
  border-radius: 1.5em;
  padding: 0.5em 3em;
  overflow: hidden;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif; }
  .btn01.v2 {
    color: #fff;
    background: #4e74ff;
    border: 1px solid #4e74ff;
    display: block;
    font-size: 2rem;
    width: 100%; }

button.btn01 {
  font-size: 1.4rem; }
  @media print, screen and (min-width: 769px) {
    button.btn01 {
      font-size: 1.6em; } }

.btn02 {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  overflow: hidden;
  text-decoration: none;
  display: block !important; }
  .btn02::after {
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    margin-top: -3px;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1f57b2;
    border-right: 1px solid #1f57b2;
    -webkit-transform: rotate(45deg); }
  .btn02:hover, .btn02:active, .btn02:visited {
    color: #333 !important; }

/* ボタン効果 */
.effect1, .effect2, .effect3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.effect1:before, .effect2:before, .effect3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f57b2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.effect1.v2:before {
  background: #fff; }

.effect2:before, .effect3:before {
  background: #dee6f3; }

.effect1:hover, .effect1:focus, .effect1:active, .pro.effect1:hover, .pro.effect1:focus, .pro.effect1:active {
  color: #fff;
  text-decoration: none; }

.effect1.v2:hover, .effect1.v2:focus, .effect1.v2:active {
  color: #4e74ff; }

.effect2:hover, .effect2:focus, .effect2:active, .effect3:hover, .effect3:focus, .effect3:active, .pro.effect2:hover, .pro.effect2:focus, .pro.effect12:active {
  color: #333333;
  text-decoration: none; }

.effect1:hover:before, .effect1:focus:before, .effect1:active:before,
.effect2:hover:before, .effect2:focus:before, .effect2:active:before,
.effect3:hover:before, .effect3:focus:before, .effect3:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* indent */
.ind2-5em {
  padding-left: 2.5em;
  text-indent: -2.5em; }

/* TABLE */
@media print, screen and (max-width: 768px) {
  .tableScroll {
    overflow: auto;
    white-space: nowrap; }
    .tableScroll table {
      width: 100%; } }
.tableScroll::-webkit-scrollbar {
  height: 10px; }
.tableScroll::-webkit-scrollbar-track {
  background: #F1F1F1; }
.tableScroll::-webkit-scrollbar-thumb {
  background: #BCBCBC; }
@media print, screen and (max-width: 768px) {
  .tableScroll .table-medicalintern {
    width: 600px; } }

.tableFix {
  table-layout: fixed; }

.table01 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #cbcbcb; }
  .table01 th, .table01 td {
    padding: 1em;
    vertical-align: top;
    border-bottom: 1px solid #cbcbcb; }
    @media print, screen and (max-width: 768px) {
      .table01 th, .table01 td {
        display: block; } }
  .table01 th {
    background: #dfe6f2;
    font-weight: 500;
    white-space: nowrap; }
  .table01 td {
    background: #fff; }

.table02 {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 3em; }
  .table02 th, .table02 td {
    padding: 1em;
    vertical-align: top;
    text-align: left; }
    @media print, screen and (max-width: 768px) {
      .table02 th, .table02 td {
        display: block; } }
  .table02 th {
    font-weight: 500;
    padding-top: 2em; }
    @media print, screen and (max-width: 768px) {
      .table02 th {
        padding-bottom: 0 !important; } }
    @media print, screen and (min-width: 769px) {
      .table02 th {
        width: 37%; } }
  .table02 #textarea, .table02 .input1, .table02 .input2 {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    padding: 1em;
    width: 100%;
    font-size: 1.5rem; }
  .table02 .input2 {
    width: 200px; }
  .table02 #textarea {
    height: 10em; }

@media print, screen and (max-width: 768px) {
  .submit-area th {
    display: none; } }

.submit-area td {
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.submit-area td .btn01 {
  max-width: 180px;
  width: 100%;
  padding: 1em 0.5em;
  line-height: 1;
  border-radius: 1.5em;
  text-align: center; }
  @media print, screen and (max-width: 768px) {
    .submit-area td .btn01:last-child {
      margin-left: 4%; } }

.hissu {
  color: #e53935;
  font-weight: 500; }

.table03 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb; }
  .table03 th, .table03 td {
    padding: 1em;
    vertical-align: middle;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    font-size: 1.5rem; }
    @media print, screen and (max-width: 768px) {
      .table03 th, .table03 td {
        font-size: 1.3rem; } }
  .table03 th {
    background: #dfe6f2;
    font-weight: 500;
    white-space: nowrap;
    text-align: center; }
  .table03 td {
    background: #fff; }
  .table03.v2 td:nth-child(2), .table03.v2 td:nth-child(3), .table03.v2 td:nth-child(4) {
    text-align: center; }
  .table03.v2 td:last-child {
    white-space: nowrap;
    text-align: right; }
  .table03.v3 {
    table-layout: fixed; }
  .table03.v3 th {
    line-height: 1.4; }
  .table03.v3 th:last-child, .table03.v3 td:last-child {
    width: 23%; }
  .table03.v4 td {
    vertical-align: top; }
  .table03.v5 {
    font-size: 1.3rem; }
    @media print, screen and (max-width: 768px) {
      .table03.v5 {
        width: 690px; } }
    @media print, screen and (min-width: 769px) {
      .table03.v5 {
        font-size: 1.5rem; } }
    .table03.v5 th:nth-child(1) {
      width: 17%; }
    .table03.v5 th:nth-child(2) {
      width: 12%; }
      @media print, screen and (min-width: 769px) {
        .table03.v5 th:nth-child(2) {
          width: 10.5%; } }
    .table03.v5 th:nth-child(4), .table03.v5 th:nth-child(5) {
      width: 8%; }
    .table03.v5 th:nth-child(6) {
      width: 6%; }
    .table03.v5 .fs-s {
      font-size: 78%; }
    .table03.v5 th, .table03.v5 td {
      padding: 1em 0.5em;
      line-height: 1.5; }
    @media print, screen and (max-width: 768px) {
      .table03.v5 td {
        white-space: normal; } }
    .table03.v5 td:nth-child(4), .table03.v5 td:nth-child(5) {
      text-align: right; }
    .table03.v5 td:nth-child(6) {
      text-align: center; }
    .table03.v5 .i-opwn {
      vertical-align: middle;
      margin-left: 5px; }
      @media print, screen and (max-width: 768px) {
        .table03.v5 .i-opwn {
          margin-left: 0;
          display: block;
          transform: scale(0.8, 0.8); } }
  .table03.v6 {
    width: auto; }
  .table03.v6 th {
    text-align: left; }
  .table03.v7 th {
    text-align: left;
    white-space: normal; }
  .table03.v7 td:first-child {
    width: 50%; }
    @media print, screen and (min-width: 769px) {
      .table03.v7 td:first-child {
        width: 20%; } }
  @media print, screen and (max-width: 768px) {
    .table03.sp-break th, .table03.sp-break td {
      display: block; } }
  .table03.sp-break td:last-child {
    text-align: center; }
  .table03.v6 th {
    vertical-align: top;
    text-align: left;
    width: 1px;
    font-weight: 700; }
  .table03.v6 td {
    font-weight: 500; }

/* dl */
@media print, screen and (min-width: 769px) {
  .dl01 dt {
    float: left; } }

.dl01 dd {
  margin: 0 0 1em 2.5em; }
  @media print, screen and (min-width: 769px) {
    .dl01 dd {
      margin-left: 22em; } }

.dl02 dt {
  padding-left: 1.3em;
  text-indent: -1.3em; }

.dl02 dd {
  margin-left: 1.2em;
  padding-left: 1em;
  text-indent: -1em; }

.dl02 dd.normal {
  padding-left: 0;
  text-indent: 0; }

.dl02 dd.img {
  margin: 1.5em 0 2.25em;
  padding-left: 0;
  text-indent: 0; }

@media print, screen and (min-width: 769px) {
  .dl03 dt {
    float: left; } }

.dl03 dd {
  margin: 0 0 0.5em 1em; }
  @media print, screen and (min-width: 769px) {
    .dl03 dd {
      margin-left: 5em; } }

/* ul */
.ul01 li {
  padding-left: 1.2em;
  text-indent: -1.2em; }

.ul02 li {
  padding-left: 2em;
  text-indent: -2em; }

.ul03 li {
  padding-left: 0.7em;
  text-indent: -0.7em; }

.list-circle li {
  position: relative;
  padding-left: 1.2em; }
  .list-circle li:before {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: 0.8em;
    left: 0.3em; }

/* iframe */
.iframe {
  text-align: center; }
  @media print, screen and (max-width: 768px) {
    .iframe {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; } }

@media print, screen and (max-width: 768px) {
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

/* ページャー  */
.pager .pagination {
  text-align: center; }
  .pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative; }
    .pager .pagination li.pre, .pager .pagination li.next {
      display: inline-block;
      width: 100px;
      height: 50px;
      text-align: center; }
    .pager .pagination li a {
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      color: #1f57b2;
      border: 1px solid #1f57b2;
      border-radius: 5px;
      text-align: center;
      display: table;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .pager .pagination li a:hover, .pager .pagination li a.active {
        color: #fff;
        background: #1f57b2;
        border-radius: 5px; }
      .pager .pagination li a span {
        display: table-cell;
        vertical-align: middle; }

@media only screen and (max-width: 768px) {
  .pager .pagination li {
    display: none; }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 20%;
    height: 50px;
    text-align: center; }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center; } }
@media only screen and (max-width: 768px) {
  .pc-display {
    display: none; }

  .sp-display {
    display: block; } }
@media only screen and (min-width: 769px) {
  .pc-display {
    display: block; }

  .sp-display {
    display: none; } }
/* clearfix */
.product-c2:after,
.dl01:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
  font-size: 0; }

/* New Products */
.new-products {
  margin-top: 2em; }
  .new-products a {
    color: #FFF;
    background-color: #2E57AC;
    background-image: url("../img/product/new108_btn_bg.png");
    background-size: 100%;
    font-size: 118%;
    font-weight: 500;
    display: grid !important;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 1em 1em 1em 2em;
    max-width: 440px;
    height: 100%;
    aspect-ratio: 440 / 100;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .new-products a:hover {
    opacity: 0.8; }
  .new-products a::before {
    position: absolute;
    top: 50%;
    left: 1em;
    margin: auto;
    margin-top: -3px;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/* ボタン */
.btn-inimg {
  color: #FFF !important;
  background-color: #2E57AC;
  background-image: url("../img/product/extreme_bnrimg.png");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 100px auto;
  display: grid !important;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 2em 30% 2em 3em;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem; }
  @media print, screen and (max-width: 480px) {
    .btn-inimg {
      background-position: bottom 2em center;
      padding: 2em 2em 170px 3em;
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 769px) {
    .btn-inimg {
      background-size: 138px auto;
      padding: 2em 255px 2em 3em;
      min-height: 210px;
      font-size: 1.6rem; } }
  .btn-inimg:hover {
    opacity: 0.8; }
  .btn-inimg::before {
    position: absolute;
    top: 50%;
    left: 1em;
    margin: auto;
    margin-top: -3px;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-inimg span {
    display: block; }
  .btn-inimg .h {
    font-weight: 500;
    font-size: 2rem; }
    @media print, screen and (min-width: 769px) {
      .btn-inimg .h {
        font-size: 2.2rem; } }
  .btn-inimg .p {
    margin-top: 0.5em; }
