@charset "utf-8";

:root{
  --primary-color: #2d54a0;
  --secondary-color: #edf0f5;
}

#sample {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 375px;
  height: 12144px;
  /*background-image: url(../ニッタ様_F-Scan_GO_750x_1.jpg);*/
  background-size: 375px auto;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
  opacity: 0.3;
  z-index: 1100;
}


/*==================================================

  サイト全体の設定

==================================================*/

* {
  outline: none!important;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2 {
  margin-bottom: 80px;
  color: var(--primary-color);
  font-size: 46px;
  text-align: center;
}

section {
  padding-top: 110px;
  padding-bottom: 120px;
}

section:nth-of-type(even) {
  background-color: var(--secondary-color);
}

.container {
  max-width: 1224px;
}

.color-blue {
  color: var(--primary-color);
}

b.bg-round-blue,
b.bg-round-white {
  display: inline-block;
  padding: 0px 12px;
  border-radius: 20px;
  line-height: 1.25;
}

b.bg-round-blue {
  background-color: var(--primary-color);
  color: #fff;
}

b.bg-round-white {
  background-color: #fff;
  color: var(--primary-color);
}


@media screen and (max-width: 991px) {

  html {
    font-size: 14px;
  }

  body {
    line-height: 1.35;
  }

  h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

}


/*
  ボタン
==================================================*/

.btn {
  border-radius: 0;
  padding: 15px 15px;
  font-size: 20px;
}

.btn.btn-orange {
  border: none;
  border-radius: 0;
  background: linear-gradient(180deg, #e87221, #db5817);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  color: #fff!important;
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: box-shadow 0.2s;
}

  .btn.btn-orange:hover  {box-shadow: none;}
  .btn.btn-orange:active {background: linear-gradient(180deg, #db5817, #db5817);}


@media screen and (max-width: 991px) {

  .btn {
    padding: 15px 15px;
    font-size: 14px;
  }

  .btn.btn-orange {
    font-size: 14px;
  }

  .btn.btn-orange img {
    height: 16px;
  }

}


/*
  テーブル
==================================================*/

.table {
  margin-bottom: 0;
}

.table thead th {
  padding: 25px 0;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 20px;
  text-align: center;
  line-height: 1.35;
}

.table tbody th,
.table tbody td {
  padding: 17px 10px;
  line-height: 1.55;
}

.table tbody th {
  padding-left: 35px;
}

.table tbody td {
  letter-spacing: 0.075em;
}

.table.table-striped {
  border-color: #a9a9a9;
}

.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #eef2f8;
}


@media screen and (max-width: 991px) {

  .table thead th {
    padding: 10px 5px;
    font-size: 12px;
    vertical-align: top;
    white-space: nowrap;
  }

  .table tbody th,
  .table tbody td {
    padding: 8px 10px;
    line-height: 1.45;
  }

  .table tbody th {
    white-space: nowrap;
    font-size: 12px;
  }

  .table tbody td {
    vertical-align: middle;
    font-size: 10px;
  }

}


/*
  ページ読み込み完了前の白
---------------------------------------------*/

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1090;
}


/*
  浮いてるボタン
---------------------------------------------*/

#floatingBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 35px;
  padding-top: 140px;
  background-image: url(../img/img_catalog.png);
  background-position: top left 30px;
  background-repeat: no-repeat;
  z-index: 1080;
}

#floatingBtn .btn.btn-close {
  position: absolute;
  top: -20px;
  right: 0px;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  color: #e87221;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  opacity: 1;
}

  #floatingBtn .btn.btn-close:after {
    content: "×";
    display: block;
    margin: 4px auto 0;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    background-color: #e87221;
    color: #fff;
    line-height: 32px;
  }

#floatingBtn .btn.btn-orange {
  width: 300px;
}

@media screen and (max-width: 991px) {

  #floatingBtn {
    display: none!important;

  }

}


/*==================================================

  各セクションの設定

==================================================*/

/*
  ヘッダー
---------------------------------------------*/

header#header {
  position: relative;
  height: 80px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(107, 107, 107, 0.2);
  z-index: 10;
}

header#header .navbar-nav {
  margin-right: -0.75rem;
}

header#header .navbar-nav a.nav-link {
  height: 80px;
  padding: 25px 15px;
  white-space: nowrap;
  letter-spacing: 0.085em;
}

  header#header .navbar-nav a.nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  header#header .navbar-nav a.nav-link:active {
    background-color: rgba(0, 0, 0, 0.25);
  }

header#header .navbar-nav a.nav-link.btn-orange {
  width: 100%;
  max-width: 340px;
  margin-left: 10px;
  padding: 25px 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

header#header .sp-header-btns {
  display: none;
}


@media screen and (max-width: 991px) {

  header#header {
    height: 55px;
  }

  header#header .navbar-brand img {
    height: 24px;
    margin-left: 6px;
  }

  header#header .navbar-toggler {
    width: 55px;
    height: 55px;
    margin-right: -0.75rem;
    border-radius: 0;
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
  }

  header#header .navbar-collapse {
    background-color: #fff;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  header#header .navbar-nav {
    margin-right: 0;
    padding: 15px;
  }

  header#header .navbar-nav a.nav-link {
    height: 55px;
    text-align: center;
    padding: 15px 15px;
  }

    header#header .navbar-nav a.nav-link + a.nav-link {
      border-top: 1px dashed #ccc;
    }

  header#header .navbar-nav a.nav-link.btn-orange {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 15px 15px;
    border-top: none!important;
  }

  header#header .sp-header-btns {
    display: block;
    position: absolute;
    top: 0;
    right: 55px;
    height: 55px;
  }

  header#header .sp-header-btns .btn {
    width: 158px;
    height: 55px;
    padding: 10px 10px 10px 35px;
    font-size: 10px;
    text-align: left;
    text-indent: -20px;
  }

}


/*
  フッター
---------------------------------------------*/

footer#footer {
  padding: 55px 0;
  background-color: #fff;
  text-align: center;
}

footer#footer #copyright {
  margin-bottom: 0;
  letter-spacing: 0.08em;
}


@media screen and (max-width: 991px) {

  footer#footer {
    padding: 35px 0;
  }

  footer#footer #copyright {
    font-size: 13px;
    letter-spacing: normal;
  }

}


/*
  Hero
---------------------------------------------*/

#hero {
  position: relative;
  height: 715px;
  background-image: url(../img/bg_hero_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .container {
  max-width: 1430px;
}

#hero .title-area {
  padding-top: 205px;
}

#hero .title-area h1 {
  margin-bottom: 50px;
  line-height: 1.5;
}

#hero .title-area h1 .size1 {
  margin-bottom: 10px;
  font-size: 25px;
}

#hero .title-area h1 .size2 {
  font-size: 46px;
  letter-spacing: 0.0125em;
}

#hero .title-area h1 span {
  color: var(--primary-color);
}

#hero .title-area .btn {
  max-width: 340px;
  width: 100%;
}


@media screen and (max-width: 991px) {

  #hero {
    height: 550px;
    padding: 0 15px;
    background-image: url(../img/bg_hero_sp.jpg);
    background-size: cover;
  }

  #hero .title-area {
    padding-top: 310px;
  }

  #hero .title-area h1 {
    margin-bottom: 25px;
  }

  #hero .title-area h1 .size1 {
    font-size: 12px;
  }

  #hero .title-area h1 .size2 {
    font-size: 26px;
    line-height: 1.25;
  }

  #hero .title-area .btn {
    max-width: 100%;
  }

}


/*
  幅広い分野での使用に最適
---------------------------------------------*/

section#sec01 {
  padding-top: 0;
  background-image: url(../img/bg_type02.png);
  background-position: center center;
  background-repeat: no-repeat;
}

section#sec01 .h2-top-text {
  margin-bottom: 13px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

section#sec01 .h2-top-text .border {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #fff;
}

section#sec01 h2 {
  margin-bottom: 55px;
  color: #fff;
}

section#sec01 .bg-blue-area {
  height: 495px;
  padding-top: 100px;
  background-image: url(../img/bg_type01.jpg);
  background-position: top center;
}

section#sec01 .kake-waku {
  position: relative;
  margin-top: -230px;
  margin-bottom: 120px;
  padding: 65px 100px 80px;
  background-color: var(--secondary-color);
}

  section#sec01 .kake-waku::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 15px solid var(--primary-color);
    border-bottom: 0;
  }

section#sec01 .kake-waku h3 {
  width: 130px;
  margin: 0 auto 50px;
  padding: 6px 12px;
  background-color: #585c64;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

section#sec01 .kake-waku .block {
  display: flex;
  margin-bottom: 10px;
}

section#sec01 .kake-waku .block h4 {
  padding-left: 35px;
  color: var(--primary-color);
  letter-spacing: 0.05em;
}

section#sec01 .kake-waku .block h4 img {
  margin-left: -35px;
  vertical-align: top;
}

section#sec01 .kake-waku .block .text-area {
  padding-left: 30px;
}

section#sec01 .youtube  {
  margin-bottom: 135px;
  text-align: center;
}

section#sec01 .youtube iframe {
  width: 100%;
  max-width: 840px;
  aspect-ratio: 1.697/1;
}

section#sec01 .border-waku {
  position: relative;
  padding: 115px 30px;
  border: 2px solid #ccc;
  background-color: #fff;
  text-align: center;
}

section#sec01 .border-waku h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: #fff;
}


@media screen and (max-width: 991px) {

  section#sec01 {
  }

  section#sec01 .h2-top-text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 13px;
  }

  section#sec01 .h2-top-text .border {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    margin-left: 7px;
    margin-right: 0;
    padding: 0;
    border-radius: 100px;
    line-height: 1.4;
  }

  section#sec01 h2 {
    margin-bottom: 55px;
  }

  section#sec01 .bg-blue-area {
    height: 275px;
    padding-top: 50px;
    background-image: url(../img/bg_type01.jpg);
  }

  section#sec01 .kake-waku {
    margin-top: -60px;
    margin-bottom: 45px;
    padding: 35px 20px 0px;
  }

    section#sec01 .kake-waku::before {
      border-right: 25px solid transparent;
      border-left: 25px solid transparent;
      border-top: 10px solid var(--primary-color);
    }

  section#sec01 .kake-waku h3 {
    width: 70px;
    margin: 0 auto 30px;
    padding: 2px 6px;
    font-size: 14px;
  }

  section#sec01 .kake-waku .block {
    margin-bottom: 20px;
  }

  section#sec01 .kake-waku .block .img-area img {
    width: 85px;
  }

  section#sec01 .kake-waku .block h4 {
    font-size: 16px;
  }

  section#sec01 .kake-waku .block h4 img {
    height: 20px;
  }

  section#sec01 .kake-waku .block .text-area {
    padding-left: 20px;
  }

  section#sec01 .youtube  {
    margin-bottom: 75px;
  }

  section#sec01 .border-waku {
    padding: 30px 15px;
  }

  section#sec01 .border-waku h3 {
    top: -12px;
    width: 120px;
    padding: 4px 10px;
    font-size: 14px;
  }

}


/*
  F-Scan GOの特長
---------------------------------------------*/

section#sec02 {
  background-color: var(--primary-color);
  background-image: url(../img/bg_type03.png);
  background-position: center center;
  background-repeat: no-repeat;
}

section#sec02 h2 {
  color: #fff;
}

section#sec02 .shiro-border {
  margin-bottom: 60px;
}

section#sec02 .shiro-border .block {
  padding: 40px 40px 19px;
  border: 1px solid #fff;
  background-color: var(--primary-color);
  color: #fff;
}

section#sec02 .shiro-border .block .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

section#sec02 .shiro-border .block .title .circle-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 100px;
}

section#sec02 .shiro-border .block .title .circle-thumb img {
  width: 80px;
  height: 80px;
}

section#sec02 .shiro-border .block .title h4 {
  margin-bottom: 0;
}

section#sec02 .shiro-waku {
  display: flex;
  background-color: #fff;
}

section#sec02 .shiro-waku .img-area .img-fluid {
  max-width: none;
  height: 100%;
}

section#sec02 .shiro-waku .text-area {
  padding: 35px 40px;
}

section#sec02 .shiro-waku .text-area h4 {
  color: var(--primary-color);
}


@media screen and (max-width: 991px) {

  section#sec02 .shiro-border {
    margin-bottom: 10px;
  }

  section#sec02 .shiro-border .block {
    margin-bottom: 20px;
    padding: 20px 30px 10px;
  }

  section#sec02 .shiro-border .block .title {
    margin-bottom: 10px;
  }

  section#sec02 .shiro-border .block .title h4 {
    font-size: 15px;
  }

  section#sec02 .shiro-border .block .title .circle-thumb {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  section#sec02 .shiro-border .block .title .circle-thumb img {
    width: 40px;
    height: 40px;
  }

  section#sec02 .shiro-border .block .text p {
    font-size: 13px;
    letter-spacing: normal;
  }

}


@media screen and (max-width: 767px) {

  section#sec02 .shiro-waku {
    display: block;
  }

  section#sec02 .shiro-waku .img-area {
    height: 130px;
    overflow: hidden;
  }

  section#sec02 .shiro-waku .img-area img.img-fluid {
    margin-top: -30px;
    width: 100%;
    height: auto;
  }

  section#sec02 .shiro-waku .text-area {
    padding: 20px 30px 10px;
  }

  section#sec02 .shiro-waku .text-area h4 {
    font-size: 14px;
  }

  section#sec02 .shiro-waku .text-area h4 img {
    height: 20px;
  }

  section#sec02 .shiro-waku .text-area p {
    font-size: 13px;
  }

}


/*
  F-Scan GOのソフトウエア
---------------------------------------------*/

section#sec03 {
  background-image: url(../img/bg_type02.png);
  background-position: top center;
  background-repeat: no-repeat;
}

section#sec03 h2 span {
  color: #333;
}

section#sec03 .h2-bottom-text {
  margin-top: -10px;
  margin-bottom: 55px;
  font-size: 23px;
  text-align: center;
}

section#sec03 .h2-bottom-text b {
  margin: 0 2px;
  padding: 0 4px;
  background-color: var(--primary-color);
  color: #fff;
}

section#sec03 .ten-waku {
  margin-bottom: 15px;
}

section#sec03 .ten-waku .block {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 40px 15px; 
  border: 2px solid var(--primary-color);
  background-color: var(--secondary-color);
}

section#sec03 .ten-waku .block .title {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
}

  section#sec03 .ten-waku .block::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: var(--primary-color);
  }

section#sec03 .border-waku {
  margin-top: 75px;
  border: 2px solid var(--primary-color);
  background-color: var(--secondary-color);
}

section#sec03 .border-waku h3 {
  margin-bottom: 0;
  padding: 8px 0;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 24px;
  text-align: center;
}

section#sec03 .border-waku .inner {
  padding: 80px 80px 75px;
}

section#sec03 .border-waku .inner .img-area {
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
}

section#sec03 .border-waku .ao-waku {
  display: flex;
  margin-bottom: 60px;
  padding: 55px 60px 50px;
  background-color: var(--primary-color);
  color: #fff;
}

section#sec03 .border-waku .ao-waku .label {
  width: 85px;
  font-size: 24px;
  font-weight: bold;
}

section#sec03 .border-waku .ao-waku .check-list {
  display: flex;
}

section#sec03 .border-waku .ao-waku .check-list .block {
  margin-right: 20px;
}

section#sec03 .border-waku .ao-waku .check-list p {
  margin-bottom: 6px;
  padding-left: 30px;
  background-image: url(../img/icon_check.png);
  background-position: top 3px left;
  background-repeat: no-repeat;
}

section#sec03 .border-waku .image_and_text {
  margin-bottom: -40px;
  line-height: 1.5;
}

section#sec03 .border-waku .image_and_text .block {
  margin-bottom: 40px;
}

section#sec03 .border-waku .image_and_text .img-parts {
  margin-bottom: 20px;
}

section#sec03 .border-waku .image_and_text .title {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
}

section#sec03 .border-waku .image_and_text ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
  letter-spacing: normal;
}

  section#sec03 .border-waku .image_and_text ul li:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: #3390c1;
    margin-left: -17px;
    margin-right: 3px;
  }

section#sec03 table.table {
  table-layout: fixed;
  margin-bottom: 0;
}

section#sec03 table.table tbody td {
  text-align: center;
}

section#sec03 h3.bg-blue {
  display: inline-block;
  margin-top: 105px;
  margin-bottom: 60px;
  padding: 5px 30px;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: normal;
}


@media screen and (max-width: 991px) {

  section#sec03 .h2-bottom-text {
    margin-bottom: 30px;
    font-size: 15px;
  }

  section#sec03 .ten-waku {
    margin-bottom: 0;
  }

  section#sec03 .ten-waku .block {
    margin-bottom: 20px;
    padding: 15px 20px 5px;
  }

  section#sec03 .ten-waku .block .title {
    margin-bottom: 12px;
    font-size: 16px;
  }

    section#sec03 .ten-waku .block::before {
      width: 7px;
      height: 7px;
    }

  section#sec03 .ten-waku .block p {
    font-size: 13px;
  }

  section#sec03 .border-waku {
    margin-top: 25px;
  }

  section#sec03 .border-waku h3 {
    padding: 4px 0;
    font-size: 14px;
  }

  section#sec03 .border-waku .inner {
    padding: 20px 30px;
  }

  section#sec03 .border-waku .inner .img-area {
    padding: 13px 0;
  }

  section#sec03 .border-waku .ao-waku {
    display: block;
    margin-bottom: 25px;
    padding: 20px 15px 15px;
  }

  section#sec03 .border-waku .ao-waku .label {
    width: auto;
    margin-bottom: 5px;
    font-size: 16px;
  }

  section#sec03 .border-waku .ao-waku .check-list {
    display: block;
  }

  section#sec03 .border-waku .ao-waku .check-list .block {
    margin-right: 15px;
  }

  section#sec03 .border-waku .ao-waku .check-list p {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
    padding-left: 15px;
    background-position: top 3px left;
    background-size: 12px auto;
    font-size: 12px;
    letter-spacing: normal;
  }

  section#sec03 .border-waku .image_and_text {
    margin-bottom: 0;
  }

  section#sec03 .border-waku .image_and_text .block {
    margin-bottom: 20px;
  }

  section#sec03 .border-waku .image_and_text .img-parts {
    margin-bottom: 15px;
  }

  section#sec03 .border-waku .image_and_text .title {
    margin-bottom: 5px;
    font-size: 15px;
  }

  section#sec03 .border-waku .image_and_text p {
    font-size: 12px;
  }

  section#sec03 .border-waku .image_and_text ul {
    margin-bottom: 0;
    padding-left: 20px;
  }

    section#sec03 .border-waku .image_and_text ul li {
      font-size: 13px;
    }

    section#sec03 .border-waku .image_and_text ul li:before {
      width: 10px;
      height: 10px;
      margin-left: -17px;
      margin-right: 3px;
    }

  section#sec03 h3.bg-blue {
    margin-top: 45px;
    margin-bottom: 25px;
    padding: 5px 30px;
    font-size: 14px;
    font-weight: bold;
  }

  section#sec03 table.table {
    table-layout: auto;
  }

}


/*
  製品情報
---------------------------------------------*/

section#sec04 {
  padding-top: 90px;
  background-image: url(../img/bg_type03.png);
  background-position: top 150px center;
  background-repeat: no-repeat;
}

section#sec04 .waku .title h4 {
  margin-bottom: 0;
}

section#sec04 .waku .title p {
  letter-spacing: 0.05em;
  margin-left: 35px;
  margin-bottom: 0;
}

section#sec04 .waku.spec-components {
  margin-bottom: 60px;
  padding: 75px 80px 60px;
  background-color: var(--primary-color);
  color: #fff;
}

section#sec04 .waku.spec-components .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}

section#sec04 .waku.spec-components .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.375;
  background-image: url(../img/bg_dott.png);
  background-position: right center;
  background-repeat: no-repeat;
}

section#sec04 .waku.spec-components .block .name {
  padding: 0 4px;
  background-color: #fff;
  color: var(--primary-color);
}

section#sec04 .waku.spec-components .block .num {
  background-color: var(--primary-color);
}

section#sec04 .waku.spec-table {
  margin-bottom: 55px;
  border: 1px solid #a9a9a9;
}

section#sec04 .bottom-text .title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

section#sec04 .bottom-text .title h5 {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: underline;
}

section#sec04 .bottom-text .title p {
  margin-bottom: 0;
}

section#sec04 .bottom-text ul {
  margin-bottom: 0;
}


@media screen and (max-width: 991px) {

  section#sec04 {
    padding-top: 70px;
    background-position: top 150px center;
  }

  section#sec04 .waku .title h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  section#sec04 .waku .title p {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 13px;
  }

  section#sec04 .waku.spec-components {
    margin-bottom: 30px;
    padding: 25px 30px 20px;
  }

  section#sec04 .waku.spec-components .title {
    display: block;
    margin-bottom: 15px;
  }

  section#sec04 .waku.spec-components .block {
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: bold;
  }

  section#sec04 .waku.spec-components .block .name {
    padding: 0 4px;
  }

  section#sec04 .waku.spec-table {
    margin-bottom: 15px;
  }

  section#sec04 table.table tbody th,
  section#sec04 table.table tbody td {
    padding: 11px 10px;
  }

  section#sec04 .bottom-text .title {
    display: block;
    margin-bottom: 10px;
  }

  section#sec04 .bottom-text .title h5 {
    margin-bottom: 15px;
    margin-right: 15px;
    font-size: 13px;
  }

  section#sec04 .bottom-text .title p {
    font-size: 12px;
  }

  section#sec04 .bottom-text .dott-border {
    padding: 15px 5px;
    border: 1px dashed #ccc;
  }

  section#sec04 .bottom-text ul {
    font-size: 12px;
  }

}


/*
  F-Scan GO・F-スキャンデータロガーの仕様比較
---------------------------------------------*/

section#sec05 h2 span {
  color: #333;
}

section#sec05 table.table {
  margin-top: 5px;
  table-layout: fixed;
}

section#sec05 table.table tbody td {
  text-align: center;
}

section#sec05 table.table tbody th,
section#sec05 table.table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}

section#sec05 .bottom-text {
  margin-top: 45px;
  display: flex;
}

section#sec05 .bottom-text .block {
  margin-right: 30px;
  margin-bottom: 10px;
}

section#sec05 .bottom-text .block img {
  margin-right: 5px;
  vertical-align: middle;
}


@media screen and (max-width: 991px) {

  section#sec05 h2 {
    margin-top: -13px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  section#sec05 table.table {
    margin-top: 5px;
    table-layout: fixed;
  }

  section#sec05 table.table thead th {
    padding: 7px 5px 4px;
    vertical-align: middle;
  }

  section#sec05 table.table thead th p {
    margin-bottom: 8px;
  }

  section#sec05 table.table thead th img {
    height: 60px;
  }

  section#sec05 table.table tbody th,
  section#sec05 table.table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  section#sec05 table.table tbody td img {
    height: 14px;
  }

  section#sec05 .bottom-text {
    margin-top: 25px;
    display: flex;
  }

  section#sec05 .bottom-text .block {
    margin-right: 15px;
    margin-bottom: 0;
    text-align: center;
  }

  section#sec05 .bottom-text .block img {
    height: 14px;
    margin-right: 0;
  }

  section#sec05 .bottom-text .block span {
    display: block;
    font-size: 10px;
  }

}


/*
  導入の流れ
---------------------------------------------*/

section#sec06 .nagare-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-top: 25px;
}

section#sec06 .nagare-block > .block {
  flex: 1;
  position: relative;
  margin-bottom: 40px;
  padding: 70px 20px 50px;
  background-color: #fff;
  text-align: center;
}

  section#sec06 .nagare-block > .block + .block {
    margin-left: 40px;
  }

  section#sec06 .nagare-block > .block + .block::before {
    content: url(../img/icon_arrow_right_bl.svg);
    position: absolute;
    top: 50%;
    left: -25px;
    width: 14px;
    height: 25px;
    margin-top: -5px;
  }

section#sec06 .nagare-block > .block .step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2px 1rem;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}

section#sec06 .nagare-block > .block .step span {
  vertical-align: middle;
}

section#sec06 .nagare-block > .block .step .num {
  font-size: 1.75rem;
}

section#sec06 .nagare-block > .block img {
  margin-bottom: 15px;
}

section#sec06 .nagare-block > .block .title {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
}

section#sec06 .nagare-block > .block .title.line1 {
  line-height: 3;
}

section#sec06 .bottom-text p {
  margin-bottom: 0;
}


@media screen and (max-width: 991px) {

  section#sec06 .nagare-block {
    display: block;
    margin-bottom: 5px;
    padding-top: 0;
  }

  section#sec06 .nagare-block > .block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 27px 20px;
  }

    section#sec06 .nagare-block > .block + .block {
      margin-left: 0;
    }

    section#sec06 .nagare-block > .block + .block::before {
      top: -25px;
      left: 50%;
      transform: rotate(90deg);
      width: 10px;
      height: 20px;
      margin-top: 0;
      margin-left: -5px;
    }

  section#sec06 .nagare-block > .block .step {
    top: -10px;
    left: 0;
    transform: none;
    padding: 2px 10px;
    font-size: 12px;
    letter-spacing: normal;
  }

  section#sec06 .nagare-block > .block .step .num {
    font-size: 14px;
  }

  section#sec06 .nagare-block > .block img {
    height: 40px;
    margin-left: 30px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  section#sec06 .nagare-block > .block .title {
    font-size: 16px;
  }

  section#sec06 .nagare-block > .block .title.line1 {
    line-height: 1.35;
  }

  section#sec06 .bottom-text p {
    font-size: 12px;
    margin-bottom: 0;
  }

}


/*
  よくある質問
---------------------------------------------*/

section#faq {
}

section#faq .faq-area .faq-block {
  margin-bottom: 20px;
}

section#faq .faq-area .faq-block .title,
section#faq .faq-area .faq-block .comment {
  padding: 25px 70px;
}

section#faq .faq-area .faq-block .title {
  display: block;
  background-color: var(--primary-color);
  box-shadow: 0 3px 5px rgba(55, 55, 55, 0.2);
  background-image: url(../img/icon_plus.svg);
  background-size: 28px;
  background-position: top 25px right 28px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}

section#faq .faq-area .faq-block.open .title {
  background-image: url(../img/icon_minus.svg);
}

section#faq .faq-area .faq-block .comment {
  margin-bottom: 35px;
}

section#faq .faq-area .faq-block .comment p {
  margin-bottom: 0;
}

  section#faq .faq-area .faq-block .title::before,
  section#faq .faq-area .faq-block .comment::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -40px;
    margin-right: 10px;
    padding-left: 2px;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
  }

  section#faq .faq-area .faq-block .title::before {
    content: "Q";
    background-color: #fff;
    color: var(--primary-color);
  }

  section#faq .faq-area .faq-block .comment::before {
    content: "A";
    background-color: var(--primary-color);
    color: #fff;
  }


@media screen and (max-width: 991px) {

  section#faq {
    padding-bottom: 35px;
  }

  section#faq .faq-area .faq-block {
    margin-bottom: 15px;
  }

  section#faq .faq-area .faq-block .title,
  section#faq .faq-area .faq-block .comment {
  }

  section#faq .faq-area .faq-block .title {
    padding: 17px 50px;
    background-size: 28px;
    background-position: top 20px right 20px;
    background-size: 12px auto;
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 1.35;
  }

  section#faq .faq-area .faq-block .comment {
    margin-bottom: 0;
    padding: 12px 45px;
    padding-right: 15px;
    font-size: 13px;
  }

  section#faq .faq-area .faq-block .comment p {
    margin-bottom: 0;
  }

    section#faq .faq-area .faq-block .title::before,
    section#faq .faq-area .faq-block .comment::before {
      width: 20px;
      height: 20px;
      margin-left: -30px;
      margin-right: 10px;
      padding-left: 2px;
      font-size: 13px;
    }

}


/*
  お問い合わせ・カタログダウンロード
---------------------------------------------*/

section#secContact {
}

section#secContact * {
  box-sizing: border-box;
}

section#secContact .inner {
  padding: 75px 100px 85px;
  background-color: var(--primary-color);
}

section#secContact a {
  color: #fff;
  text-decoration: underline;
}

section#secContact .aptoenq_necessary,
section#secContact .aptoenq_cusinfo {
  color: #fff;
  font-size: 18px;
}

section#secContact .aptoenq_necessary {
  margin-left: 0;
  margin-bottom: 45px;
  text-align: center;
}

section#secContact .aptoenq_question {
  font-size: 18px;
}

section#secContact .aptoenq_question label {
  background-color: transparent;
  color: #fff;
}

section#secContact .aptoenq_question label span {
  font-size: 18px;
}

section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_item,
section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_fm {
  padding: 15px 0;
  border-top: none;
}

section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-size: 18px;
}

section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_item {
  line-height: 49px;
}

section#secContact .aptoenq_cusinfo_msg {
  font-size: 16px;
}

section#secContact .aptoenq_qa,
section#secContact .aptoenq_q,
section#secContact .aptoenq_a {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
}

section#secContact .aptoenq_qa .aptoenq_q.aptoenq_l {
  margin-top: 30px;
  margin-bottom: 5px;
}

section#secContact .aptoenq_bt_set button {
  font-size: 1.35rem;
}

section#secContact .aptoenq_cusinfo input,
section#secContact .aptoenq_cusinfo textarea,
section#secContact .aptoenq_qa input,
section#secContact .aptoenq_qa textarea {
  font-size: 1.35rem;
}

section#secContact .aptoenq_question input[type="text"],
section#secContact .aptoenq_question textarea {
  border-radius: 0;
}

section#secContact .aptoenq_question input[type="text"] {
  height: auto;
}

section#secContact .aptoenq_cusinfo_fm.aptoenq_cusinfo_fm_yuubin input {
  width: 150px;
}

section#secContact .aptoenq_cusinfo_fm.aptoenq_cusinfo_fm_tel input {
  width: 200px;
}

section#secContact .aptoenq_cusinfo_exp {
  text-align: center;
}

section#secContact .tel-area {
  display: flex;
  margin-top: 60px;
  padding: 45px;
  border: 1px solid #fff;
  color: #fff;
}

section#secContact .tel-area h3 {
  margin-right: 35px;
  font-size: 24px;
}

section#secContact .tel-area p {
  margin-bottom: 0;
}

section#secContact .tel-area .tel {
  margin-top: -10px;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: bold;
}

section#secContact .tel-area .tel a {
  text-decoration: none;
}

section#secContact .tel-area .tel img {
  margin-right: 10px;
}


@media screen and (max-width: 991px) {

  section#secContact .inner {
    padding: 25px 20px;
  }

  section#secContact .aptoenq_necessary,
  section#secContact .aptoenq_cusinfo {
    font-size: 14px;
  }

  section#secContact .aptoenq_necessary {
    margin-left: 0;
    margin-bottom: 35px;
  }

  section#secContact .aptoenq_question {
    font-size: 12px;
  }

  section#secContact .aptoenq_question label span {
    font-size: 12px;
  }

  section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_item,
  section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_fm {
    padding: 5px 0;
  }

  section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_subj {
    font-size: 18px;
  }

  section#secContact .aptoenq_cusinfo .aptoenq_cusinfo_item {
    margin-top: 5px;
    line-height: 1.5;
  }

  section#secContact .aptoenq_cusinfo_msg {
    font-size: 12px;
  }

  section#secContact .aptoenq_qa .aptoenq_q.aptoenq_l {
    margin-top: 30px;
    margin-bottom: 5px;
  }

  section#secContact .aptoenq_bt_set button {
    font-size: 1.35rem;
  }

  section#secContact .aptoenq_cusinfo input,
  section#secContact .aptoenq_cusinfo textarea,
  section#secContact .aptoenq_qa input,
  section#secContact .aptoenq_qa textarea {
    font-size: 1.35rem;
  }

  section#secContact .aptoenq_question input[type="text"],
  section#secContact .aptoenq_question textarea {
    border-radius: 0;
  }

  section#secContact .aptoenq_question input[type="text"] {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
  }

  section#secContact .aptoenq_cusinfo_fm.aptoenq_cusinfo_fm_yuubin input {
    width: 150px;
  }

  section#secContact .aptoenq_cusinfo_fm.aptoenq_cusinfo_fm_tel input {
    width: 200px;
  }

  section#secContact .tel-area {
    display: block;
    margin-top: 45px;
    padding: 20px;
  }

  section#secContact .tel-area h3 {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
    text-align: center;
  }

  section#secContact .tel-area p {
    margin-bottom: 0;
    text-align: center;
  }

  section#secContact .tel-area .tel {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
  }

  section#secContact .tel-area .tel a {
    text-decoration: none;
  }

  section#secContact .tel-area .tel img {
    margin-right: 10px;
    vertical-align: middle;
    height: 24px;
  }

  section#secContact .tel-area .text {
    text-align: left;
    font-size: 13px;
  }

}

