@charset "UTF-8";
/* ================================================
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
Changed from CSS to SCSS
================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Add Reset Code */
*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 769px) {
    html {
      font-size: 58.598%; } }

body {
  color: #000;
  font-family: -apple-system, tbudgothic-std, "BIZ UDPゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5; }
  body .inner-body {
    border-top: 3px solid #326ac3;
    background-color: #f0f3f3; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.mb-0 {
  margin-bottom: 0 !important; }

.wrap-header {
  width: 100%;
  background-color: white;
  margin-bottom: 20px; }
  .wrap-header .menu-pc {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1040px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 918px) {
      .wrap-header .menu-pc {
        display: none; } }
    @media screen and (max-width: 769px) {
      .wrap-header .menu-pc {
        width: calc(100% - 20px); } }
    .wrap-header .menu-pc #logo-box {
      flex-basis: 236px;
      max-width: 236px; }
    .wrap-header .menu-pc #menu-box {
      flex-basis: calc(100% - 546px);
      max-width: calc(100% - 546px);
      text-align: right;
      padding-right: 10px; }
      .wrap-header .menu-pc #menu-box .item {
        color: #335689;
        text-decoration: none;
        font-weight: bold;
        border-left: 1px solid gray;
        padding: 0px 20px 5px 20px;
        margin-right: -6px; }
        .wrap-header .menu-pc #menu-box .item:last-child {
          border-right: 1px solid gray; }
        .wrap-header .menu-pc #menu-box .item .name {
          padding-bottom: 5px;
          border-bottom: 3px solid transparent;
          transition: 0.5s; }
        .wrap-header .menu-pc #menu-box .item:hover .name {
          border-bottom: 3px solid #51688b; }
        .wrap-header .menu-pc #menu-box .item.active .name {
          border-bottom: 3px solid #335689; }
    .wrap-header .menu-pc #search-box {
      flex-basis: 210px;
      max-width: 210px;
      margin-top: 5px; }
      .wrap-header .menu-pc #search-box .query {
        width: 145px;
        height: 28px;
        padding-left: 4px;
        border: 1px solid #525252; }
      .wrap-header .menu-pc #search-box .btn {
        vertical-align: middle;
        width: 48px;
        height: 28px;
        background-color: #0f2a55;
        color: white;
        font-family: inherit;
        font-size: 1.3rem;
        border: none; }
    .wrap-header .menu-pc #contact-box {
      flex-basis: 100px;
      max-width: 100px; }
      .wrap-header .menu-pc #contact-box a.btn {
        background-color: #00968d;
        display: block;
        color: white;
        text-decoration: none;
        text-align: center;
        font-size: 1.2rem;
        padding: 10px;
        transition: 0.5s; }
        .wrap-header .menu-pc #contact-box a.btn:hover {
          background-color: #004b46; }
        .wrap-header .menu-pc #contact-box a.btn img.icon {
          display: block;
          margin: 0 auto;
          margin-bottom: 6px; }
  .wrap-header .menu-sp {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 918px) {
      .wrap-header .menu-sp {
        display: block; } }
    .wrap-header .menu-sp .flex {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      margin: 0 auto;
      width: calc(100% - 40px);
      max-width: 90%; }
      @media screen and (max-width: 769px) {
        .wrap-header .menu-sp .flex {
          width: calc(100% - 20px); } }
      .wrap-header .menu-sp .flex .logo-box {
        flex-basis: 200px;
        max-width: 200px; }
      .wrap-header .menu-sp .flex .menu-box {
        flex-basis: calc(100% - 200px);
        max-width: calc(100% - 200px);
        text-align: right; }
        .wrap-header .menu-sp .flex .menu-box .navToggle {
          display: inline-block;
          width: 58px;
          height: 55px;
          cursor: pointer;
          z-index: 220;
          text-align: center;
          position: relative;
          border-radius: 6px;
          background-color: #0f2a55; }
          .wrap-header .menu-sp .flex .menu-box .navToggle .menu-name {
            display: block;
            position: absolute;
            top: 34px;
            left: 11px;
            color: white;
            font-size: 75%; }
          .wrap-header .menu-sp .flex .menu-box .navToggle span.line {
            display: block;
            position: absolute;
            width: 36px;
            border-bottom: solid 1px white;
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            left: 12px; }
            .wrap-header .menu-sp .flex .menu-box .navToggle span.line:nth-child(1) {
              top: 9px; }
            .wrap-header .menu-sp .flex .menu-box .navToggle span.line:nth-child(2) {
              top: 18px; }
            .wrap-header .menu-sp .flex .menu-box .navToggle span.line:nth-child(3) {
              top: 27px; }
          .wrap-header .menu-sp .flex .menu-box .navToggle.active span.line:nth-child(1) {
            top: 18px;
            left: 10px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .wrap-header .menu-sp .flex .menu-box .navToggle.active span.line:nth-child(2) {
            visibility: hidden;
            opacity: 0; }
          .wrap-header .menu-sp .flex .menu-box .navToggle.active span.line:nth-child(3) {
            top: 18px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg); }
    .wrap-header .menu-sp .globalMenuSp {
      position: absolute;
      z-index: 200;
      top: 84px;
      left: 0;
      background: #fff;
      color: #000;
      text-align: center;
      width: 100%;
      box-shadow: 0px 10px 10px rgba(56, 56, 56, 0.49);
      display: none; }
      .wrap-header .menu-sp .globalMenuSp .main-menu {
        padding: 20px 0px 30px 0px;
        width: calc(100% - 40px);
        max-width: 90%;
        margin: 0 auto; }
        .wrap-header .menu-sp .globalMenuSp .main-menu .item-box {
          display: flex;
          justify-content: space-between;
          align-items: stretch;
          flex-wrap: wrap;
          margin: 0 auto;
          width: 100%;
          max-width: 100%;
          margin-bottom: 10px; }
          .wrap-header .menu-sp .globalMenuSp .main-menu .item-box .item {
            flex-basis: 49%;
            max-width: 49%;
            position: relative;
            text-decoration: none;
            text-align: left;
            padding: 20px;
            margin: 0px;
            margin-bottom: 10px;
            font-size: 1.4rem;
            border-radius: 0;
            background-color: #0f2a55;
            border-radius: 5px;
            color: white;
            font-weight: normal; }
            @media screen and (max-width: 769px) {
              .wrap-header .menu-sp .globalMenuSp .main-menu .item-box .item {
                padding: 14px 20px; } }
            .wrap-header .menu-sp .globalMenuSp .main-menu .item-box .item:after {
              content: "";
              position: absolute;
              background-image: url(/image/newtechnology/icon-arrow-white_small.png);
              background-repeat: no-repeat;
              background-size: contain;
              top: calc(50% - 6px);
              right: 18px;
              width: 12px;
              height: 12px; }
              @media screen and (max-width: 769px) {
                .wrap-header .menu-sp .globalMenuSp .main-menu .item-box .item:after {
                  right: 12px; } }
        .wrap-header .menu-sp .globalMenuSp .main-menu #search-box-sp {
          text-align: right; }
          .wrap-header .menu-sp .globalMenuSp .main-menu #search-box-sp .query {
            width: calc(100% - 82px);
            height: 30px;
            padding-left: 4px;
            border-radius: 5px;
            border: 1px solid #525252; }
          .wrap-header .menu-sp .globalMenuSp .main-menu #search-box-sp .btn {
            vertical-align: middle;
            width: 76px;
            height: 30px;
            background-color: #0f2a55;
            color: white;
            font-family: inherit;
            border: none;
            border-radius: 5px;
            margin-top: -2px; }

.slider-pc {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1200px;
  display: block; }
  @media screen and (max-width: 769px) {
    .slider-pc {
      width: calc(100% - 20px); } }
  @media screen and (max-width: 560px) {
    .slider-pc {
      display: none; } }

.slider-sp {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1040px;
  display: none; }
  @media screen and (max-width: 769px) {
    .slider-sp {
      width: calc(100% - 20px); } }
  @media screen and (max-width: 560px) {
    .slider-sp {
      display: block; } }

.slider-sp,
.slider-pc {
  position: relative !important;
  margin-top: 10px;
  margin-bottom: 10px; }

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-sp .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 8px;
  outline: none !important; }
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination-sp .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0f2a55;
  outline: none !important; }

.swiper-pagination {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1200px;
  display: block;
  position: relative !important;
  margin-bottom: 18px;
  margin-top: 10px; }
  @media screen and (max-width: 769px) {
    .swiper-pagination {
      width: calc(100% - 20px); } }
  @media screen and (max-width: 560px) {
    .swiper-pagination {
      display: none; } }

.swiper-pagination-sp {
  display: none; }
  @media screen and (max-width: 560px) {
    .swiper-pagination-sp {
      display: block;
      text-align: center;
      margin: 10px 0px 20px 0px; } }

#news-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1040px;
  align-items: normal;
  background-color: white;
  border-bottom: 2px solid #abaeb3;
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    #news-box {
      width: calc(100% - 20px); } }
  #news-box .title {
    flex-basis: 200px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e3ea;
    color: #335689; }
    @media screen and (max-width: 959px) {
      #news-box .title {
        flex-basis: 100%;
        max-width: 100%;
        padding: 10px 0px; } }
    #news-box .title .strong {
      font-weight: bold;
      display: block;
      font-size: 1.9rem;
      text-align: center; }
    #news-box .title .sub {
      font-size: 1.3rem;
      text-align: center; }
  #news-box .item-box {
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding: 34px 34px 20px 34px; }
    @media screen and (max-width: 959px) {
      #news-box .item-box {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 769px) {
      #news-box .item-box {
        padding: 20px; } }

#card-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1040px;
  align-items: normal; }
  @media screen and (max-width: 769px) {
    #card-box {
      width: calc(100% - 20px); } }
  #card-box .item {
    flex-basis: 32%;
    max-width: 32%;
    color: #08265e;
    background-color: white;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    transition: 0.3s;
    text-decoration: none; }
    @media screen and (max-width: 760px) {
      #card-box .item {
        flex-basis: 49%;
        max-width: 49%; } }
    @media screen and (max-width: 540px) {
      #card-box .item {
        flex-basis: 100%;
        max-width: 100%; } }
    #card-box .item .title {
      font-size: 2rem;
      text-align: center;
      margin: 12px 20px; }
    #card-box .item .tag {
      font-size: 1.2rem;
      color: white;
      background-color: #08265e;
      display: inline-block;
      margin: 2px 20px;
      padding: 2px 4px;
      border: 1px solid transparent; }
    #card-box .item .desc {
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0px 20px 20px 20px;
      line-height: 1.8; }
  #card-box .item:hover {
    background-color: #08265e;
    color: white;
    box-shadow: 0px 0px 7px #717171;
    border: 1px solid transparent; }
    #card-box .item:hover .tag {
      border: 1px solid white; }
  #card-box .item.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #08265e;
    color: white;
    min-height: 230px; }
    #card-box .item.contact .title {
      font-size: 2rem;
      margin-bottom: 20px; }
    #card-box .item.contact .icon {
      margin: 0 auto;
      display: block; }

#breadcrumb-box {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1040px;
  margin-bottom: 19px;
  font-size: 1.3rem; }
  @media screen and (max-width: 769px) {
    #breadcrumb-box {
      width: calc(100% - 20px); } }
  #breadcrumb-box a {
    text-decoration: none;
    color: #08265e; }
  #breadcrumb-box .separate {
    vertical-align: middle;
    width: 6px;
    margin: -2px 10px 0px 10px; }

#page-flex-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1040px;
  align-items: flex-start;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #page-flex-box {
      width: calc(100% - 20px); } }
  #page-flex-box #main-box {
    flex-basis: calc(100% - 250px);
    max-width: calc(100% - 250px);
    background-color: white; }
    @media screen and (max-width: 918px) {
      #page-flex-box #main-box {
        flex-basis: 100%;
        max-width: 100%; } }
    #page-flex-box #main-box h1.ttl-std-01 {
      background-color: #08265e;
      color: white;
      font-size: 2.3rem;
      padding: 24px 30px;
      margin-bottom: 40px; }
      @media screen and (max-width: 769px) {
        #page-flex-box #main-box h1.ttl-std-01 {
          padding: 14px 20px;
          margin-bottom: 20px;
          font-size: 2.2rem; } }


    #page-flex-box #main-box h2.ttl-std-01 {
      background-color: #08265e;
      color: white;
      font-size: 2.3rem;
      padding: 24px 30px;
      margin-bottom: 40px; }
      @media screen and (max-width: 769px) {
        #page-flex-box #main-box h2.ttl-std-01 {
          padding: 14px 20px;
          margin-bottom: 20px;
          font-size: 2.2rem; } }



    #page-flex-box #main-box .main-contents {
      margin-bottom: 30px;
      padding: 0 30px; }
      @media screen and (max-width: 769px) {
        #page-flex-box #main-box .main-contents {
          padding: 0 10px; } }
  #page-flex-box #sidebar-box {
    flex-basis: 220px;
    max-width: 220px;
    position: -webkit-sticky;
    position: sticky;
    top: 18px; }
    @media screen and (max-width: 918px) {
      #page-flex-box #sidebar-box {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 40px;
        padding: 40px;
        border: 1px solid #dbe0e6; } }
    @media screen and (max-width: 769px) {
      #page-flex-box #sidebar-box {
        padding: 0px;
        border: none; } }
    #page-flex-box #sidebar-box ul {
      padding: 0px !important; }
      #page-flex-box #sidebar-box ul li {
        list-style: none !important;
        background-color: white;
        font-size: 1.35rem;
        margin-bottom: 5px;
        position: relative;
        transition: 0.2s;
        box-shadow: 0px 5px 10px #d4d4d4; }
        #page-flex-box #sidebar-box ul li:after {
          position: absolute;
          content: "";
          background-image: url(/image/newtechnology/icon-arrow-blue2_small.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 6px;
          height: 12px;
          top: calc(50% - 6px);
          right: 6px; }
          @media screen and (max-width: 918px) {
            #page-flex-box #sidebar-box ul li:after {
              right: 18px; } }
        #page-flex-box #sidebar-box ul li:hover, #page-flex-box #sidebar-box ul li.active {
          background-color: #08265e;
          color: white; }
          #page-flex-box #sidebar-box ul li:hover:after, #page-flex-box #sidebar-box ul li.active:after {
            background-image: url(/image/newtechnology/icon-arrow-white_small.png); }
        #page-flex-box #sidebar-box ul li a {
          color: inherit;
          text-decoration: none;
          padding: 9px 16px;
          display: block; }
          @media screen and (max-width: 769px) {
            #page-flex-box #sidebar-box ul li a {
              padding: 18px 16px; } }

body.cat-products .side-products,
body.cat-products.azmil .side-products-azmil,
body.cat-products.threedsystem .side-products-3dsystem,
body.cat-products.dhi2000 .side-products-dhi2000,
body.cat-products.tias .side-products-tias,
body.cat-products.mems .side-products-mems,
body.cat-information .side-information,
body.cat-contact .side-contact {
  background-color: #08265e !important;
  color: white !important; }
  body.cat-products .side-products:after,
  body.cat-products.azmil .side-products-azmil:after,
  body.cat-products.threedsystem .side-products-3dsystem:after,
  body.cat-products.dhi2000 .side-products-dhi2000:after,
  body.cat-products.tias .side-products-tias:after,
  body.cat-products.mems .side-products-mems:after,
  body.cat-information .side-information:after,
  body.cat-contact .side-contact:after {
    background-image: url(/image/newtechnology/icon-arrow-white_small.png) !important; }

.wrap-footer {
  color: #08265e; }
  .wrap-footer #go-top-box {
    position: fixed;
    bottom: 1.5em;
    right: 2rem;
    text-decoration: none;
    color: white !important;
    background-color: #08265e;
    font-size: 88%;
    padding: 1rem 1rem 0.8rem;
    display: none;
    transition: 0.3s;
    z-index: 2;
    box-shadow: 10px 10px 9px -8px rgba(0, 0, 0, 0.3); }
    .wrap-footer #go-top-box:before {
      content: "";
      background-image: url(/image/newtechnology/arrow-top.png);
      width: 12px;
      height: 7px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      text-align: center;
      margin: auto;
      margin-bottom: 0.5rem; }
  .wrap-footer #footer-contact-box {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1040px;
    border: 1px solid #dbe0e6;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: white; }
    @media screen and (max-width: 769px) {
      .wrap-footer #footer-contact-box {
        width: calc(100% - 20px); } }
    .wrap-footer #footer-contact-box .title {
      font-size: 2.4rem;
      text-align: center;
      background-color: #dbe0e6;
      padding: 10px 20px; }
    .wrap-footer #footer-contact-box .flex {
      padding: 40px 20px;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      margin: 0 auto;
      width: calc(100% - 40px);
      max-width: 500px; }
      @media screen and (max-width: 769px) {
        .wrap-footer #footer-contact-box .flex {
          width: calc(100% - 20px); } }
      @media screen and (max-width: 769px) {
        .wrap-footer #footer-contact-box .flex {
          width: 100%; } }
      .wrap-footer #footer-contact-box .flex .left {
        flex-basis: 50px;
        max-width: 50px; }
        @media screen and (max-width: 769px) {
          .wrap-footer #footer-contact-box .flex .left {
            flex-basis: 100%;
            max-width: 100%;
            text-align: center;
            margin-bottom: 20px; } }
      .wrap-footer #footer-contact-box .flex .right {
        flex-basis: calc(100% - 60px);
        max-width: calc(100% - 60px);
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 769px) {
          .wrap-footer #footer-contact-box .flex .right {
            flex-basis: 100%;
            max-width: 100%; } }
    .wrap-footer #footer-contact-box a.btn {
      background-color: #00bcb3;
      color: white;
      font-size: 1.6rem;
      padding: 12px 0px;
      text-decoration: none;
      display: block;
      margin: 0 auto;
      width: 200px;
      text-align: center; }
    .wrap-footer #footer-contact-box .tel-box {
      text-align: center;
      padding: 20px 15px 40px 15px; }
      .wrap-footer #footer-contact-box .tel-box .number {
        font-size: 2rem;
        font-weight: bold; }
      .wrap-footer #footer-contact-box .tel-box .time {
        margin-bottom: 20px; }
        .wrap-footer #footer-contact-box .tel-box .time br {
          display: none; }
          @media screen and (max-width: 769px) {
            .wrap-footer #footer-contact-box .tel-box .time br {
              display: block; } }
      @media screen and (max-width: 590px) {
        .wrap-footer #footer-contact-box .tel-box .desc {
          text-align: justify;
          text-justify: inter-ideograph;
          text-align: left; } }
  .wrap-footer #nav-bg-box {
    width: 100%;
    background-color: #08265e;
    padding: 20px 0px; }
    .wrap-footer #nav-bg-box nav {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      margin: 0 auto;
      width: calc(100% - 40px);
      max-width: 1040px; }
      @media screen and (max-width: 769px) {
        .wrap-footer #nav-bg-box nav {
          width: calc(100% - 20px); } }
      .wrap-footer #nav-bg-box nav .item {
        color: white;
        text-decoration: none; }
        @media screen and (max-width: 769px) {
          .wrap-footer #nav-bg-box nav .item {
            flex-basis: 32%;
            max-width: 32%;
            margin: 4px 0px;
            text-align: center;
            border: 1px solid #455c88;
            padding: 7px 0px; } }
        @media screen and (max-width: 452px) {
          .wrap-footer #nav-bg-box nav .item {
            flex-basis: 48%;
            max-width: 48%;
            font-size: 1.3rem; } }
  .wrap-footer #addr-box {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1040px;
    padding: 40px 0px; }
    @media screen and (max-width: 769px) {
      .wrap-footer #addr-box {
        width: calc(100% - 20px); } }
    @media screen and (max-width: 769px) {
      .wrap-footer #addr-box {
        text-align: center; } }
    .wrap-footer #addr-box .company {
      display: block;
      font-size: 2rem;
      margin-bottom: 10px; }
    .wrap-footer #addr-box .addr br {
      display: none; }
      @media screen and (max-width: 769px) {
        .wrap-footer #addr-box .addr br {
          display: block; } }
  .wrap-footer #link-box {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1040px; }
    @media screen and (max-width: 769px) {
      .wrap-footer #link-box {
        width: calc(100% - 20px); } }
    .wrap-footer #link-box .title {
      background-color: #dbe0e6;
      display: inline-block;
      font-weight: bold;
      padding: 3px 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 769px) {
        .wrap-footer #link-box .title {
          width: 100%;
          text-align: center;
          margin-bottom: 20px; } }
    .wrap-footer #link-box .item-box {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      margin: 0 auto;
      width: 100%;
      max-width: 100%; }
      .wrap-footer #link-box .item-box .item {
        flex-basis: 25%;
        max-width: 25%;
        color: inherit;
        margin-bottom: 10px; }
        @media screen and (max-width: 628px) {
          .wrap-footer #link-box .item-box .item {
            flex-basis: 32%;
            max-width: 32%; } }
        @media screen and (max-width: 470px) {
          .wrap-footer #link-box .item-box .item {
            flex-basis: 48%;
            max-width: 48%;
            font-size: 1.35rem; } }
  .wrap-footer #copyright-box {
    text-align: center;
    font-size: 1.4rem;
    padding: 20px 0px; }
    @media screen and (max-width: 769px) {
      .wrap-footer #copyright-box {
        font-size: 1.3rem; } }
    .wrap-footer #copyright-box br {
      display: none; }
      @media screen and (max-width: 769px) {
        .wrap-footer #copyright-box br {
          display: block; } }

/* gnavとsidemenuのcurrent */
body.cat-home .gnav-home .name, body.cat-products .gnav-products .name, body.cat-information .gnav-information .name {
  border-bottom: 3px solid #335689 !important; }
body.cat-contact #footer-contact-box {
  display: none; }

.pd5 {
  padding: 5px; }

.txcnt {
  text-align: center !important; }

h2.ttl-std-02 {
  color: #08265e;
  border-left: 6px solid #08265e;
  border-bottom: 1px solid gray;
  font-size: 2rem;
  padding-left: 16px;
  padding-bottom: 6px;
  margin-bottom: 20px; }

h3.ttl-std-03 {
  background-color: #08265e;
  border-left: 16px solid #000;
  color: white;
  font-size: 1.6rem;
  padding: 10px;
  margin-bottom: 20px; }

p {
  margin-bottom: 20px;
  line-height: 1.9; }
  p.align-right {
    text-align: right; }

ul {
  padding-left: 20px; }
  ul li {
    list-style: disc;
    margin-bottom: 6px; }

ol + h3,
ul + h3,
table + h3,
figure + h3,
p + h3,
.col-2-flex + h3 {
  margin-top: 40px; }

figure {
  display: inline-block; }
  figure figcaption {
    text-align: center;
    margin: 10px 0px; }

.col-2-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }
  .col-2-flex figure.item {
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 20px; }
    @media screen and (max-width: 769px) {
      .col-2-flex figure.item {
        flex-basis: 90%;
        max-width: 90%;
        margin: 0 auto 20px auto; } }
    .col-2-flex figure.item img {
      width: 100%; }
    .col-2-flex figure.item figcaption {
      text-align: center;
      margin: 10px 0px; }

.col-2-flex-around {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  justify-content: space-around;
  text-align: center; }
  .col-2-flex-around figure.item {
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 20px; }
    @media screen and (max-width: 769px) {
      .col-2-flex-around figure.item {
        flex-basis: 90%;
        max-width: 90%;
        margin: 0 auto 20px auto; } }
    .col-2-flex-around figure.item figcaption {
      text-align: center;
      margin: 10px 0px; }

.col-4-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }
  .col-4-flex figure.item {
    flex-basis: 22%;
    max-width: 22%; }
    @media screen and (max-width: 769px) {
      .col-4-flex figure.item {
        flex-basis: 90%;
        max-width: 90%;
        margin: 0 auto 20px auto; } }
    .col-4-flex figure.item img {
      width: 100%; }
    .col-4-flex figure.item figcaption {
      text-align: center;
      margin: 10px 0px; }

table.tbl-std {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    table.tbl-std {
      width: inherit; } }
  @media screen and (max-width: 769px) {
    table.tbl-std.no-scroll {
      width: 100%; } }
  table.tbl-std th, table.tbl-std td {
    border: 1px solid gray;
    padding: 8px 12px;
    vertical-align: middle; }
    table.tbl-std th .width-70, table.tbl-std td .width-70 {
      width: 70px; }
  table.tbl-std th {
    background-color: #e2e2e2;
    font-weight: bold;
    text-align: left; }

/* お問い合わせフォーム用 */
table.tbl-form {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  border-bottom: 1px solid #cccccc; }
  table.tbl-form tr {
    padding: 5px 10px; }
    table.tbl-form tr th {
      vertical-align: top;
      background: #efefef;
      padding: 10px 10px 10px 15px;
      border-top: 1px solid #cccccc;
      width: 180px;
      font-style: normal;
      font-weight: normal;
      text-align: left;
      vertical-align: middle; }
    table.tbl-form tr td {
      vertical-align: top;
      padding: 10px 10px 10px 15px;
      border-top: 1px solid #cccccc;
      position: relative; }
      table.tbl-form tr td textarea.wide,
      table.tbl-form tr td input.wide {
        width: 100%; }
      table.tbl-form tr td select,
      table.tbl-form tr td input[type=text],
      table.tbl-form tr td textarea {
        padding: 4px;
        line-height: 1.5;
        font-family: inherit;
        font-size: 100%; }
    @media screen and (max-width: 769px) {
      table.tbl-form tr th, table.tbl-form tr td {
        display: block;
        width: 100%; } }

/* テーブルスクロール */
@media screen and (max-width: 769px) {
  .table-scroll-block {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px; }
    .table-scroll-block:before {
      content: 'この表は横にスクロールできます >>';
      margin-bottom: 6px;
      display: inline-block;
      text-align: center;
      background-color: #f9f9f9;
      border: 1px solid #bbbbbb;
      color: #8a8a8a;
      font-size: 75%;
      border-radius: 18px;
      position: absolute;
      margin-top: -30px;
      width: calc(100% - 90px); }
    .table-scroll-block .table-scroll table {
      margin-top: 0px; }
    .table-scroll-block .table-scroll td {
      display: table-cell !important;
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc; } }
.frm-desc {
  padding: 20px; }
  @media screen and (max-width: 769px) {
    .frm-desc {
      padding: 20px 0px; } }

.pcon_need {
  background: #f18500;
  padding: 3px;
  color: #ffffff;
  margin-right: 10px;
  font-size: 12px; }

.formsend {
  padding: 10px 2em;
  border: 1px solid #CCC;
  background: #dcdcdc;
  font-size: 14px;
  color: #333;
  text-align: center; }

.area-buttons {
  margin-top: 1em;
  display: flex;
  justify-content: space-around; }
  .area-buttons .btn {
    padding: 9px 16px;
    color: #fff;
    background: #08265E;
    text-decoration: none; }

/* 検索結果一覧 */
ul.list-search-result {
  padding: 0px; }
  ul.list-search-result li {
    list-style: none !important;
    border-top: 1px dotted gray;
    padding: 10px 0px; }
    ul.list-search-result li:last-child {
      border-bottom: 1px dotted gray; }
    ul.list-search-result li p {
      font-size: 1.4rem;
      word-break: break-all;
      margin-bottom: 0; }
    ul.list-search-result li a {
      font-size: 1.8rem; }

/* お知らせと検索結果のページネーション */
.area-pagination {
  text-align: center;
  margin: 30px; }
  .area-pagination a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 8px;
    margin: 2px 4px;
    color: inherit; }
    .area-pagination a.current, .area-pagination a.WCMselected, .area-pagination a:hover {
      background: #08265E;
      color: #fff; }

/* お知らせ詳細 */
.area-date {
  text-align: right;
  font-size: 0.9em;
  margin: -25px 0 40px; }
  @media screen and (max-width: 769px) {
    .area-date {
      margin: 0 0 20px; } }

.wrap-info-contents p {
  margin-bottom: 0 !important; }

/* 製品一覧 */
.col-2__img-txt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  border: 1px solid #d0d0d0; }
  @media screen and (max-width: 769px) {
    .col-2__img-txt {
      width: 100%; } }
  .col-2__img-txt .left {
    flex-basis: 330px;
    max-width: 330px;
    padding: 10px 0px 10px 10px; }
    @media screen and (max-width: 753px) {
      .col-2__img-txt .left {
        flex-basis: 100%;
        max-width: 100%;
        padding: 10px; }
        .col-2__img-txt .left .thumb {
          width: 100%; } }
  .col-2__img-txt .right {
    flex-basis: calc(100% - 330px);
    max-width: calc(100% - 330px);
    padding: 16px 20px; }
    @media screen and (max-width: 753px) {
      .col-2__img-txt .right {
        flex-basis: 100%;
        max-width: 100%;
        padding: 10px; } }
    .col-2__img-txt .right h2.ttl-product-list {
      font-size: 1.8rem;
      margin-bottom: 20px;
      font-weight: bold;
      border-left: 6px solid #08265e;
      padding-left: 16px; }
      @media screen and (max-width: 753px) {
        .col-2__img-txt .right h2.ttl-product-list {
          padding-left: 6px;
          padding-top: 6px; } }
    .col-2__img-txt .right p {
      text-align: justify;
      text-justify: inter-ideograph;
      line-height: 1.7; }
  .col-2__img-txt:hover {
    background-color: #08265e;
    color: white;
    box-shadow: 0px 0px 7px #717171;
    border: 1px solid #717171; }
    .col-2__img-txt:hover h2.ttl-product-list {
      border-left: 6px solid white; }

/* お知らせ一覧 */
.list-news .item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 769px) {
    .list-news .item {
      margin-bottom: 25px; } }
  .list-news .item .tag {
    flex-basis: 100px;
    max-width: 100px; }
    .list-news .item .tag .color {
      color: white;
      font-size: 1.2rem;
      padding: 2px 10px;
      width: 90px;
      display: inline-block;
      text-align: center; }
      .list-news .item .tag .color.type-news {
        background-color: #009dce; }
      .list-news .item .tag .color.type-exhibition {
        background-color: #008e83; }
      .list-news .item .tag .color.type-product {
        background-color: #e0300c; }
  .list-news .item .date {
    flex-basis: 100px;
    max-width: 100px;
    font-size: 1.3rem; }
    @media screen and (max-width: 769px) {
      .list-news .item .date {
        flex-basis: calc(100% - 100px);
        max-width: calc(100% - 100px); } }
  .list-news .item a.name {
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    color: inherit; }
    @media screen and (max-width: 769px) {
      .list-news .item a.name {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 6px; } }
.list-news .more {
  text-align: right;
  margin-top: 30px; }
  .list-news .more .btn {
    text-decoration: none;
    color: inherit;
    padding-right: 20px;
    position: relative; }
    .list-news .more .btn:after {
      content: "";
      position: absolute;
      background-image: url(/image/newtechnology/icon-arrow-blue.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 9px;
      height: 16px;
      top: -1px;
      right: 0px; }

.area-privarcy {
  margin: 2em 100px;
  background: #efefef;
  padding: 1em 2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 769px) {
    .area-privarcy {
      margin: 2em 0px;
      padding: 1em; } }
  .area-privarcy .desc {
    margin-bottom: 1em; }
  .area-privarcy .control {
    text-align: center; }

.border_box{
border: solid 3px #cccccc; 
margin-top: 20px; 
padding: 20px;
}

.pdn15{
padding: 15px 15px 0px 15px;
}


