@charset "UTF-8";
/* Sass Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.6;
  margin: 0; }
  @media screen and (max-width: 575px) {
    html, body {
      font-size: 14px; } }
  @media screen and (min-width: 992px) {
    html, body {
      min-width: 1200px; } }

body.open {
  overflow: hidden; }

.container-fluid {
  max-width: 1200px;
  /*　画面幅の上限　*/
  margin-left: auto;
  margin-right: auto; }

a:hover,
a:active,
a:focus {
  transition: ALL 0.35s ease; }

/*******************************************************************************************

HEADER

*******************************************************************************************/
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #175CA8; }
  header input {
    display: none; }
  header nav {
    max-width: 1200px;
    margin: 0 auto; }
    header nav ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
      justify-content: space-evenly; }
      header nav ul li a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 2.25rem 0;
        position: relative; }
        header nav ul li a:hover {
          color: #FFFFFF;
          text-decoration: none; }
        header nav ul li a::after {
          content: "";
          position: absolute;
          border-top: 8px solid #ffffff;
          border-left: 4.5px solid rgba(51, 51, 51, 0);
          border-right: 4.5px solid rgba(51, 51, 51, 0);
          top: 70%;
          left: 50%;
          transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          header nav ul li a {
            padding: 1rem 0; } }
  header label {
    display: none;
    background-color: #002768;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px;
    width: 48px;
    height: 48px;
    align-items: center; }
    header label img {
      max-width: 100%; }
  @media screen and (max-width: 991px) {
    header {
      background-color: transparent;
      position: fixed; }
      header nav {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #175CA8;
        transition: opacity 0.35s ease; }
        header nav ul {
          flex-flow: column; }
          header nav ul li {
            border-bottom: 1px solid #ffffff; }
            header nav ul li a::after {
              top: 75%;
              border-top-width: 6px;
              border-left-width: 3.5px;
              border-right-width: 3.5px; }
      header input:checked + nav {
        opacity: 1;
        pointer-events: auto; }
      header label {
        display: flex; } }
  header:empty {
    height: 30px;
    margin-bottom: 3rem; }

/*******************************************************************************************

FOOTER

*******************************************************************************************/
footer {
  background-color: #175CA8;
  height: 10rem;
  text-align: center; }
  @media screen and (max-width: 575px) {
    footer {
      position: sticky;
      bottom: 0;
      left: 0;
      height: 5rem; } }

/*******************************************************************************************

MAIN

*******************************************************************************************/
/*******************************************************************************************

BOOTCMS　コンテンツ設定部分

*******************************************************************************************/
/********/
/*見出し*/
/*******/
.lv1 {
  text-align: center;
  font-size: 2.0rem;
  margin-top: 0;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem; }
  .lv1::after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #165CA8;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .lv1 {
      font-size: 1.5rem; }
      .lv1::after {
        width: 6rem; } }

.lv2 {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  padding-left: 20px;
  margin-bottom: 1.3rem; }
  .lv2::before, .lv2::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 50%;
    left: 0; }
  .lv2::before {
    top: 0;
    background-color: #165CA8; }
  .lv2::after {
    bottom: 0;
    background-color: #465e79; }
  @media screen and (max-width: 767px) {
    .lv2 {
      font-size: 1.125rem; } }

.lv3 {
  color: #165CA8;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.3rem; }
  @media screen and (max-width: 767px) {
    .lv3 {
      font-size: 1.125rem; } }

.lv4 {
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.3rem; }
  @media screen and (max-width: 767px) {
    .lv4 {
      font-size: 1.125rem; } }

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin-bottom: 1rem; }
  .text-only p {
    margin-bottom: 0; }

/************/
/* 写真のみ */
/**********/
.photo-only {
  margin-bottom: 2rem;
  text-align: center; }
  .photo-only a img {
    display: inline-block; }

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  margin-bottom: 1.5rem; }
  .photo-and-text:after {
    content: '';
    clear: both;
    display: block; }
  .photo-and-text p {
    margin-bottom: 0; }
  .photo-and-text img {
    margin-bottom: 1rem;
    max-width: 40%; }
    .photo-and-text img.float-right {
      margin-left: 1rem; }
    .photo-and-text img.float-left {
      margin-right: 1rem; }
  @media screen and (max-width: 575px) {
    .photo-and-text .photo-area {
      display: block;
      width: 100%;
      text-align: center; }
      .photo-and-text .photo-area img {
        max-width: 100%;
        margin: 0 0 1rem !important;
        float: none !important; } }

/***********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/**********************/
.two-photo,
.three-photo {
  margin-bottom: 2rem; }
  .two-photo a img,
  .three-photo a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ffffff; }
  .two-photo a:hover img,
  .three-photo a:hover img {
    opacity: .7;
    background-color: #ffffff; }
  .two-photo .row div[class^="col"],
  .three-photo .row div[class^="col"] {
    text-align: center; }
    .two-photo .row div[class^="col"] img,
    .three-photo .row div[class^="col"] img {
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .two-photo .row div[class^="col"] + div,
      .three-photo .row div[class^="col"] + div {
        margin-top: 2rem; } }
  .two-photo .caption-title,
  .three-photo .caption-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 0; }
  .two-photo .caption-text,
  .three-photo .caption-text {
    margin: 5px 0;
    line-height: 1.6;
    text-align: left; }

/**********/
/* リスト */
/*********/
ul.none, ul.dot, ol.dot, ol.none, ul.dot, ol.dot {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.none > li, ul.dot > li, ol.dot > li, ol.none > li, ul.dot > li, ol.dot > li {
    padding-left: 2em;
    line-height: 1.8;
    position: relative; }
    ul.none > li::before, ul.dot > li::before, ol.dot > li::before, ol.none > li::before, ul.dot > li::before, ol.dot > li::before {
      display: inline-block;
      width: 2em;
      position: absolute;
      left: 0;
      color: #165CA8; }

ul.dot > li::before, ol.dot > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2022";
  text-align: center; }

/*ul.counter,ol.counter{
	@extend ul.none,ol.none;
	counter-reset:number;

	& > li::before{
		counter-increment: number;
		content: counter(number)".";
		text-align: right;
	}
}*/
ul.counter, ol.counter {
  display: table;
  margin: 0;
  padding: 0; }
  ul.counter li, ol.counter li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table-row;
    counter-increment: number; }
    ul.counter li::before, ol.counter li::before {
      content: counter(number) ".";
      display: table-cell;
      padding-right: 0.4em;
      text-align: right; }
    ul.counter li::after, ol.counter li::after {
      content: "";
      display: block;
      margin-bottom: 0.5em; }
    ul.counter li:last-of-type:after, ol.counter li:last-of-type:after {
      margin-bottom: 0; }

/**********/
/* ボタン */
/*********/
.btn-on {
  margin-bottom: 2rem; }

.original-btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.35s ease;
  text-align: center;
  border: 1px solid #165CA8;
  background-color: #165CA8;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  min-width: 200px; }
  .original-btn:hover, .original-btn:active, .original-btn:focus {
    text-decoration: none;
    background-color: #ffffff;
    color: #165CA8; }
  .original-btn.btn-big {
    padding: 1.25rem 3rem;
    font-size: 1.125rem; }
  .original-btn.btn-small {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
  .original-btn.btn-blue {
    border: 2px solid #00238C;
    background-color: #00238C; }
    .original-btn.btn-blue:hover, .original-btn.btn-blue:active, .original-btn.btn-blue:focus {
      background-color: transparent;
      color: #00238C; }
  .original-btn.btn-green {
    border: 2px solid #006600;
    background-color: #006600; }
    .original-btn.btn-green:hover, .original-btn.btn-green:active, .original-btn.btn-green:focus {
      background-color: transparent;
      color: #006600; }
  .original-btn.btn-orange {
    border: 2px solid #FF8000;
    background-color: #FF8000; }
    .original-btn.btn-orange:hover, .original-btn.btn-orange:active, .original-btn.btn-orange:focus {
      background-color: transparent;
      color: #FF8000; }
  .original-btn.btn-gray {
    border: 2px solid #999999;
    background-color: #999999; }
    .original-btn.btn-gray:hover, .original-btn.btn-gray:active, .original-btn.btn-gray:focus {
      background-color: transparent;
      color: #999999; }
  @media screen and (max-width: 767px) {
    .original-btn {
      width: 100%;
      min-width: none; } }

/***********************************************/
/* Youtube GoogleMap 埋め込みタグ レスポンシブ化 */
/***********************************************/
.youtube-box,
.gmap-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .youtube-box iframe,
  .gmap-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd; }
  table.table-standard td,
  table.table-flexible td {
    border: 1px solid #dddddd;
    padding: 1em; }
  table.table-standard th,
  table.table-flexible th {
    border: 1px solid #dddddd;
    background-color: #eee;
    color: #000000;
    font-weight: normal;
    padding: 1em;
    white-space: nowrap; }

.table-on {
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  table.table-standard th, table.table-standard td,
  table.table-flexible th,
  table.table-flexible td {
    padding: 0.5em; } }

@media screen and (max-width: 767px) {
  table.table-flexible {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none; }
    table.table-flexible tbody, table.table-flexible tr, table.table-flexible th, table.table-flexible td {
      display: block;
      width: 100%;
      border-bottom: none; } }
@media screen and (max-width: 575px) {
  table.table-standard {
    display: block;
    margin-bottom: 0;
    border-left: none;
    border-top: none; }
    table.table-standard tbody {
      display: block; }
    table.table-standard tr {
      display: block;
      white-space: nowrap; }
      table.table-standard tr::after {
        clear: both;
        display: block;
        content: ""; }
      table.table-standard tr th, table.table-standard tr td {
        display: inline-block;
        width: 50%;
        white-space: normal;
        border-right: none;
        border-bottom: none; } }
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px; }
  section.extend.extend_fixed {
    background-attachment: fixed; }
  section.extend.none_space {
    padding: 0; }

/*******************************************************************************************

トップページ

*******************************************************************************************/
body.top-page main section {
  letter-spacing: 0.093em;
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
  /************************
  メインビジュアル
  ************************/
  /************************
  ラインナップ
  ************************/
  /************************
  オンライン特別プライス
  ************************/
  /************************
  受注までの流れ
  ************************/
  /************************
  お客様の声
  ************************/
  /************************
  よくある質問
  ************************/
  /************************
  会社案内
  ************************/
  /************************
  ご相談・お見積りのご依頼
  ************************/ }
  body.top-page main section:nth-of-type(odd) {
    background-color: #ffffff; }
  body.top-page main section:nth-of-type(even) {
    background-color: #F2F7FA; }
  @media screen and (max-width: 767px) {
    body.top-page main section {
      padding-top: 4rem;
      padding-bottom: 3rem; } }
  body.top-page main section h2 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #165CA8;
    text-align: center;
    margin-bottom: 2rem; }
    body.top-page main section h2 + p {
      text-align: center;
      font-weight: 600; }
    @media screen and (max-width: 767px) {
      body.top-page main section h2 {
        font-size: 1.75rem; } }
  body.top-page main section#main_visual {
    background-image: url(../img/main_visual.png?20201214);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top; }
    body.top-page main section#main_visual div.top_wrap {
      max-width: 1570px;
      margin: 0 auto;
      padding: 0 10px; }
      body.top-page main section#main_visual div.top_wrap img {
        max-width: 100%; }
        body.top-page main section#main_visual div.top_wrap img[src*="site_title_sp.png"] {
          display: none; }
      body.top-page main section#main_visual div.top_wrap div.catch {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        body.top-page main section#main_visual div.top_wrap div.catch img {
          width: 56.516%; }
        body.top-page main section#main_visual div.top_wrap div.catch p {
          width: 38.3226%; }
          body.top-page main section#main_visual div.top_wrap div.catch p span {
            display: block;
            color: #165CA8;
            font-weight: 600;
            letter-spacing: normal; }
            body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(1) {
              font-size: 2.625rem; }
            body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(2) {
              font-size: 3.375rem;
              margin-top: 0.75rem; }
            body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(3) {
              font-size: 2.25rem;
              margin-top: 1.25rem; }
            body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(4) {
              font-size: 2.625rem;
              color: #ffffff;
              background-color: #165CA8;
              text-align: center;
              margin-top: 2.75rem; }
            body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(5) {
              text-align: center; }
              body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(5) img {
                margin-top: 2.25rem;
                max-width: 100%; }
          body.top-page main section#main_visual div.top_wrap div.catch p img {
            display: none; }
    @media screen and (max-width: 1199px) {
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(1) {
        font-size: 1.75rem; }
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(2) {
        font-size: 2rem; }
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(3) {
        font-size: 1.5rem; }
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(4) {
        font-size: 1.75rem; } }
    @media screen and (max-width: 991px) {
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(1) {
        font-size: 1.5rem; }
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(2) {
        font-size: 1.625rem; }
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(3) {
        font-size: 1.5rem; }
      body.top-page main section#main_visual div.top_wrap div.catch p span:nth-of-type(4) {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      body.top-page main section#main_visual {
        background-image: url(../img/main_visual_sp.png?20210114);
        padding-top: 40px; }
        body.top-page main section#main_visual div.top_wrap img[src*="site_title.png"] {
          display: none; }
        body.top-page main section#main_visual div.top_wrap img[src*="site_title_sp.png"] {
          display: inline-block; }
        body.top-page main section#main_visual div.top_wrap div.catch {
          flex-flow: column;
          margin-top: 20%; }
          body.top-page main section#main_visual div.top_wrap div.catch > img {
            width: 80%;
            margin-left: auto;
            margin-right: auto; }
          body.top-page main section#main_visual div.top_wrap div.catch p {
            width: 100%; }
            body.top-page main section#main_visual div.top_wrap div.catch p span {
              display: none; }
            body.top-page main section#main_visual div.top_wrap div.catch p img {
              display: inline-block;
              width: 100%;
              max-width: 100%;
              margin-top: 5%; } }
  body.top-page main section#lineup {
    letter-spacing: normal; }
    body.top-page main section#lineup h3 {
      font-size: 1.625rem;
      color: #165CA8;
      margin-bottom: 1.5rem;
      font-weight: 600; }
      body.top-page main section#lineup h3:first-letter {
        font-size: 2.5rem; }
      @media screen and (max-width: 767px) {
        body.top-page main section#lineup h3 {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          font-size: 1.25rem;
          margin-bottom: 1rem; }
          body.top-page main section#lineup h3:first-letter {
            font-size: 1.75rem; } }
    body.top-page main section#lineup ul {
      display: flex;
      margin: 0 0 6.25rem;
      padding: 0;
      justify-content: space-between;
      flex-wrap: wrap; }
      body.top-page main section#lineup ul:last-of-type {
        margin-bottom: 0; }
      body.top-page main section#lineup ul li {
        width: 31.25%;
        display: block; }
        body.top-page main section#lineup ul li div.product div.photo {
          position: relative;
          width: 100%;
          padding-bottom: 60%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          body.top-page main section#lineup ul li div.product div.photo span.spec {
            position: absolute;
            left: 0;
            top: 10px;
            color: #ffffff;
            transform: translateX(-20px);
            font-size: 1.25rem;
            font-weight: 600;
            padding: 0 1rem; }
            body.top-page main section#lineup ul li div.product div.photo span.spec em {
              font-style: normal;
              font-size: 2rem; }
            body.top-page main section#lineup ul li div.product div.photo span.spec.ver100 {
              background-color: #367FCE; }
            body.top-page main section#lineup ul li div.product div.photo span.spec.ver150 {
              background-color: #165CA8; }
            body.top-page main section#lineup ul li div.product div.photo span.spec.ver200 {
              background-color: #002768; }
        body.top-page main section#lineup ul li div.makerprice {
          color: #ffffff;
          background-color: #165CA8;
          font-size: 0.875rem;
          padding: 0.3125rem 1.5rem; }
        body.top-page main section#lineup ul li div.details {
          display: flex;
          color: #ffffff;
          background-color: #787878;
          align-items: center;
          justify-content: center;
          position: relative;
          padding: 0.5rem 1.5rem;
          justify-content: space-between;
          font-size: 0.875rem; }
          body.top-page main section#lineup ul li div.details::after {
            content: "";
            border-top: 30px solid #787878;
            border-left: 25px solid rgba(120, 120, 120, 0);
            border-right: 25px solid rgba(120, 120, 120, 0);
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%); }
        body.top-page main section#lineup ul li div.price {
          margin-top: 3rem;
          text-align: center;
          background-color: #ffffff;
          border: 1px solid #707070;
          padding: 1rem;
          position: relative; }
          body.top-page main section#lineup ul li div.price div.discount {
            width: 72px;
            height: 72px;
            color: #ffffff;
            background-color: #CE0000;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -20px;
            left: -20px; }
            body.top-page main section#lineup ul li div.price div.discount em span {
              display: inline-block;
              line-height: 1;
              font-size: 0.9375rem; }
              body.top-page main section#lineup ul li div.price div.discount em span:first-of-type {
                font-size: 1.5625rem;
                font-weight: 600; }
              body.top-page main section#lineup ul li div.price div.discount em span:last-of-type {
                font-size: 1.3125rem;
                font-weight: 600; }
            @media screen and (max-width: 575px) {
              body.top-page main section#lineup ul li div.price div.discount {
                width: 60px;
                height: 60px;
                top: -10px;
                left: -10px; } }
          body.top-page main section#lineup ul li div.price p {
            display: inline-block;
            margin-bottom: 0; }
            body.top-page main section#lineup ul li div.price p > span {
              display: block; }
              body.top-page main section#lineup ul li div.price p > span:first-of-type {
                text-align: left;
                font-weight: 500; }
              body.top-page main section#lineup ul li div.price p > span:last-of-type {
                font-size: 0.8125rem;
                font-weight: 800; }
            body.top-page main section#lineup ul li div.price p em {
              color: #CE0000;
              display: inline-block;
              font-style: normal;
              font-size: 1.125rem;
              font-weight: 600;
              line-height: 1.2;
              border-bottom: 1px solid #707070;
              margin-bottom: 3px;
              padding-bottom: 3px; }
              body.top-page main section#lineup ul li div.price p em span {
                font-size: 2.5rem; }
      @media screen and (max-width: 991px) {
        body.top-page main section#lineup ul li {
          width: 47.25%;
          margin-bottom: 2rem; }
          body.top-page main section#lineup ul li:last-of-type {
            margin-bottom: 0; }
          body.top-page main section#lineup ul li div.price div.discount {
            left: -15px;
            top: -15px; } }
      @media screen and (max-width: 767px) {
        body.top-page main section#lineup ul {
          flex-flow: column;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 3rem; }
          body.top-page main section#lineup ul li {
            width: 100%;
            margin-bottom: 3rem; }
            body.top-page main section#lineup ul li:last-of-type {
              margin-bottom: 0; }
            body.top-page main section#lineup ul li div.product div.photo {
              padding-bottom: 50%; }
              body.top-page main section#lineup ul li div.product div.photo span.spec {
                font-size: 1.125rem; }
                body.top-page main section#lineup ul li div.product div.photo span.spec em {
                  font-size: 1.5rem; }
            body.top-page main section#lineup ul li div.details {
              justify-content: center;
              padding: 0.5rem; }
              body.top-page main section#lineup ul li div.details span:nth-of-type(2) {
                margin-left: 1em;
                margin-right: 1em; } }
  body.top-page main section#online h2 {
    color: #BB0505;
    font-size: 3rem; }
  body.top-page main section#online p {
    font-size: 2rem;
    color: #3D3D3D;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.43; }
    body.top-page main section#online p small {
      font-size: 0.83em;
      font-weight: 600; }
    body.top-page main section#online p:last-of-type {
      font-size: 2.25rem; }
      body.top-page main section#online p:last-of-type em {
        color: #BB0505;
        font-style: normal; }
        body.top-page main section#online p:last-of-type em span {
          font-size: 3.5rem; }
  body.top-page main section#online a.tel {
    display: block;
    max-width: 787px;
    margin: 3.5rem auto 0;
    padding: 0.875rem 0 1rem;
    border: 1px solid #175CA8;
    color: #175CA8;
    text-decoration: none; }
    @media screen and (min-width: 576px) {
      body.top-page main section#online a.tel {
        pointer-events: none; } }
    body.top-page main section#online a.tel span {
      display: block;
      text-align: center;
      font-weight: 600;
      letter-spacing: 0.04em; }
      body.top-page main section#online a.tel span.before {
        font-size: 1.5rem;
        line-height: 1.4; }
      body.top-page main section#online a.tel span.number {
        font-size: 3.125rem;
        line-height: 1.32;
        display: flex;
        justify-content: center;
        align-items: center; }
        body.top-page main section#online a.tel span.number i {
          font-size: 2.25rem;
          margin-right: 0.3em; }
      body.top-page main section#online a.tel span.after {
        font-size: 1.125rem;
        line-height: 1.4; }
    body.top-page main section#online a.tel:hover {
      color: #ffffff;
      background-color: #175CAB; }
  body.top-page main section#online a.mailform {
    font-size: 1.875rem;
    background-color: #175CA8;
    color: #FFFFFF;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    max-width: 787px;
    margin: 2.5rem auto 0;
    padding: 3.125rem 2.5rem;
    border: 1px solid #175CA8;
    position: relative;
    letter-spacing: 0.09em; }
    body.top-page main section#online a.mailform::after {
      content: "";
      border-left: 11.5px solid rgba(255, 255, 255, 0);
      border-right: 11.5px solid rgba(255, 255, 255, 0);
      border-top: 20px solid white;
      position: absolute;
      transition: ALL 0.35s ease;
      top: 50%;
      right: 40px;
      transform: translateY(-50%); }
    body.top-page main section#online a.mailform:hover {
      background-color: #FFFFFF;
      color: #175CA8; }
      body.top-page main section#online a.mailform:hover::after {
        content: "";
        border-left-color: rgba(23, 92, 168, 0);
        border-right-color: rgba(23, 92, 168, 0);
        border-top-color: #175ca8; }
  @media screen and (max-width: 767px) {
    body.top-page main section#online h2 {
      font-size: 2rem; }
    body.top-page main section#online p {
      font-size: 1.5rem; }
      body.top-page main section#online p:last-of-type {
        font-size: 1.75rem; }
        body.top-page main section#online p:last-of-type em span {
          font-size: 2.75rem; }
    body.top-page main section#online a.tel {
      padding: 0.5rem; }
      body.top-page main section#online a.tel span.before {
        font-size: 1.125rem; }
      body.top-page main section#online a.tel span.number {
        font-size: 2.25rem; }
        body.top-page main section#online a.tel span.number i {
          font-size: 1.5rem; }
      body.top-page main section#online a.tel span.after {
        font-size: 1rem; }
    body.top-page main section#online a.mailform {
      font-size: 1.25rem;
      margin-top: 2.5rem;
      padding: 1.25rem 0.25rem;
      letter-spacing: 0; }
      body.top-page main section#online a.mailform::after {
        right: 6px;
        border-top-width: 8px;
        border-left-width: 6px;
        border-right-width: 6px; } }
  body.top-page main section#flow h2 {
    margin-bottom: 6.375rem; }
  body.top-page main section#flow .flow_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4.75rem; }
    body.top-page main section#flow .flow_item:last-of-type {
      margin-bottom: 0; }
    body.top-page main section#flow .flow_item .contents {
      width: 51.666%;
      margin-left: 3.333%; }
      body.top-page main section#flow .flow_item .contents h3 {
        font-size: 1.75rem;
        font-weight: 600;
        color: #3D3D3D;
        margin-bottom: 1.5rem; }
      body.top-page main section#flow .flow_item .contents p {
        font-weight: 600;
        margin-bottom: 0; }
    body.top-page main section#flow .flow_item img {
      width: 32.5%; }
  @media screen and (max-width: 767px) {
    body.top-page main section#flow h2 {
      margin-bottom: 2rem;
      font-size: 1.625rem; }
    body.top-page main section#flow .flow_item {
      flex-flow: column;
      align-items: center;
      margin-bottom: 3rem; }
      body.top-page main section#flow .flow_item .contents {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1.5rem; }
        body.top-page main section#flow .flow_item .contents h3 {
          font-size: 1.25rem;
          margin-bottom: 1rem; }
      body.top-page main section#flow .flow_item img {
        width: auto;
        max-width: 100%; } }
  body.top-page main section#voice {
    padding-top: 2.5rem;
    background-image: url(../img/bg_voice.jpg);
    background-size: cover; }
    body.top-page main section#voice h2 {
      color: #ffffff;
      font-size: 2.8125rem; }
      @media screen and (max-width: 767px) {
        body.top-page main section#voice h2 {
          font-size: 1.75rem; } }
    body.top-page main section#voice .item {
      background-color: rgba(255, 255, 255, 0.84);
      padding-top: 2.25rem;
      padding-left: 4.5rem;
      padding-right: 3.125rem;
      padding-bottom: 2.625rem;
      border-radius: 20px; }
      body.top-page main section#voice .item h3 {
        display: flex;
        align-items: center;
        color: #175CA8;
        margin-bottom: 1.25rem; }
        body.top-page main section#voice .item h3 span.name {
          font-size: 1.5625rem;
          margin-left: 1.5rem; }
        body.top-page main section#voice .item h3 span.spec {
          font-size: 1.125rem;
          margin-left: 1rem; }
      body.top-page main section#voice .item p:first-of-type {
        font-size: 1.125rem;
        line-height: 1.94;
        margin-bottom: 2rem; }
      body.top-page main section#voice .item div.photo {
        display: flex;
        justify-content: space-between; }
        body.top-page main section#voice .item div.photo img {
          width: 47.619%; }
      body.top-page main section#voice .item p:last-of-type {
        margin-bottom: 0;
        margin-top: 2rem; }
      @media screen and (max-width: 767px) {
        body.top-page main section#voice .item {
          padding-top: 1.25rem;
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          padding-bottom: 1.25rem; }
          body.top-page main section#voice .item h3 {
            flex-wrap: wrap; }
            body.top-page main section#voice .item h3 img {
              width: 20%;
              max-width: 78px; } }
      @media screen and (max-width: 575px) {
        body.top-page main section#voice .item h3 img {
          width: 14%; }
        body.top-page main section#voice .item h3 span.name {
          font-size: 1.25rem;
          margin-left: 0.5rem; }
        body.top-page main section#voice .item h3 span.spec {
          margin-left: 0.5rem;
          font-size: 1rem; }
        body.top-page main section#voice .item div.photo {
          flex-flow: column;
          align-items: center; }
          body.top-page main section#voice .item div.photo img {
            width: auto;
            max-width: 100%; }
            body.top-page main section#voice .item div.photo img + img {
              margin-top: 2rem; } }
  body.top-page main section#faq h2 {
    margin-bottom: 1.5rem; }
    body.top-page main section#faq h2 + p {
      margin-bottom: 2.5rem; }
  body.top-page main section#faq dl {
    display: flex;
    flex-flow: column;
    border: 1px solid #C8E2FF;
    margin-bottom: 3.375rem; }
    body.top-page main section#faq dl:last-of-type {
      margin-bottom: 0; }
    body.top-page main section#faq dl dt {
      background-color: #C8E2FF;
      color: #165CA8;
      padding: 1.25rem 1.75rem;
      font-size: 1.5rem; }
    body.top-page main section#faq dl dd {
      margin-bottom: 0;
      font-weight: 500;
      padding: 1.25rem 1.75rem;
      background-color: #F9F9F9; }
  @media screen and (max-width: 767px) {
    body.top-page main section#faq dl {
      margin-bottom: 2rem; }
      body.top-page main section#faq dl dt {
        font-size: 1.25rem;
        padding: 1rem; }
      body.top-page main section#faq dl dd {
        padding: 1rem; } }
  body.top-page main section#company {
    padding-bottom: 0; }
    body.top-page main section#company h2 {
      margin-bottom: 1.5rem; }
      body.top-page main section#company h2 + p {
        margin-bottom: 4.5rem; }
    body.top-page main section#company div.wrap {
      display: flex;
      margin-bottom: 3.75rem;
      justify-content: space-between; }
      body.top-page main section#company div.wrap div.contents {
        width: 65%; }
        body.top-page main section#company div.wrap div.contents dl {
          display: flex;
          border-bottom: 1px solid #DEDEDE;
          margin-bottom: 0;
          padding: 1rem 0; }
          body.top-page main section#company div.wrap div.contents dl:first-of-type {
            border-top: 1px solid #DEDEDE; }
          body.top-page main section#company div.wrap div.contents dl dt {
            width: 200px; }
          body.top-page main section#company div.wrap div.contents dl dd {
            margin-bottom: 0; }
      body.top-page main section#company div.wrap div.photo {
        width: 31.25%;
        display: flex;
        flex-flow: column; }
        body.top-page main section#company div.wrap div.photo img {
          max-width: 100%; }
          body.top-page main section#company div.wrap div.photo img + img {
            margin-top: 8%; }
    body.top-page main section#company .gmap-box {
      padding-bottom: 31.25%; }
    @media screen and (max-width: 767px) {
      body.top-page main section#company div.wrap {
        flex-flow: column; }
        body.top-page main section#company div.wrap div.contents {
          margin-bottom: 2rem;
          width: 100%; }
        body.top-page main section#company div.wrap div.photo {
          width: 100%;
          flex-flow: row;
          justify-content: space-between; }
          body.top-page main section#company div.wrap div.photo img {
            max-width: 48%; }
      body.top-page main section#company .gmap-box {
        padding-bottom: 50%; } }
    @media screen and (max-width: 575px) {
      body.top-page main section#company div.wrap div.contents dl {
        flex-flow: column; }
        body.top-page main section#company div.wrap div.contents dl dt {
          width: 100%; }
        body.top-page main section#company div.wrap div.contents dl dd {
          width: 100%; }
      body.top-page main section#company div.wrap div.photo {
        flex-flow: column; }
        body.top-page main section#company div.wrap div.photo img {
          width: auto;
          max-width: 100%; }
      body.top-page main section#company .gmap-box {
        padding-bottom: 75%; } }
  body.top-page main section#mailform form {
    background-color: #EEEEEE;
    padding: 2rem; }
    @media screen and (max-width: 575px) {
      body.top-page main section#mailform form {
        padding: 1rem; } }
    body.top-page main section#mailform form .date-group dl {
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem; }
      body.top-page main section#mailform form .date-group dl dt {
        margin-right: 0.5rem;
        font-weight: 500; }
      body.top-page main section#mailform form .date-group dl dd {
        margin-bottom: 0;
        flex: 1;
        display: flex;
        align-items: center; }
        body.top-page main section#mailform form .date-group dl dd .flatpickr-input {
          background-color: #ffffff;
          max-width: 10em;
          margin-right: 0.5rem; }
        body.top-page main section#mailform form .date-group dl dd select {
          max-width: 13em; }
      @media screen and (max-width: 575px) {
        body.top-page main section#mailform form .date-group dl {
          align-items: flex-start;
          flex-flow: column; }
          body.top-page main section#mailform form .date-group dl dd {
            flex-wrap: wrap;
            width: 100%; }
            body.top-page main section#mailform form .date-group dl dd select {
              max-width: 11em; } }

/*******************************************************************************************

お知らせ、インフォメーション

*******************************************************************************************/
/*******************************************************************************************

メールフォーム

*******************************************************************************************/
div.tel-number, div.fax-number {
  display: inline-block;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 1rem 0;
  width: 50%;
  max-width: 315px; }
  div.tel-number > p, div.fax-number > p {
    margin-bottom: 0;
    line-height: 1; }
    div.tel-number > p:first-of-type, div.fax-number > p:first-of-type {
      color: #165CA8; }
    div.tel-number > p:nth-of-type(2), div.fax-number > p:nth-of-type(2) {
      color: #165CA8;
      font-size: 2rem;
      line-height: 1.5; }
  @media screen and (max-width: 767px) {
    div.tel-number, div.fax-number {
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
      max-width: none; } }

form.custom-form .form-group {
  margin-bottom: 2rem; }
  form.custom-form .form-group .control-label.item-name {
    display: block;
    font-size: 1.1em;
    margin-top: 1em;
    font-weight: 500;
    margin-bottom: 0.5em;
    /*??*/ }
    form.custom-form .form-group .control-label.item-name span.required {
      color: #FFFFFF;
      border-radius: 3px;
      background-color: #ff0000;
      font-size: 0.65rem;
      padding: 0.125rem 0.3rem;
      margin-left: 0.5rem;
      vertical-align: middle;
      text-align: center; }
  form.custom-form .form-group.has-error .control-label.item-name {
    background-color: #DC3545;
    color: #FFFFFF; }
  form.custom-form .form-group.has-error .form-control {
    border-color: #DC3545; }
  form.custom-form .form-group .form-control::placeholder {
    color: #CCCCCC; }
  form.custom-form .form-group p.caution {
    font-size: 0.875rem;
    font-weight: 600; }
  form.custom-form .form-group p.form-confirm-text {
    border: 1px solid #adadad;
    /*color: #777777;*/
    margin-top: 0.6em;
    padding: 0.5em;
    width: 100%;
    font-size: 0.9rem; }
    form.custom-form .form-group p.form-confirm-text:empty::before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 1em; }
  @media screen and (max-width: 575px) {
    form.custom-form .form-group .two-line div:last-of-type {
      margin-top: 1rem; } }

.checkbox input[type="checkbox"] {
  display: none; }
.checkbox label {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  cursor: pointer; }
  .checkbox label:empty {
    min-height: 1em;
    padding-left: 1em; }
  .checkbox label:before, .checkbox label:after {
    content: '';
    position: absolute;
    display: inline-block; }
  .checkbox label:before {
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 3px;
    left: 0;
    top: .25em;
    width: 1em;
    height: 1em; }
  .checkbox label:after {
    width: 0.5em;
    height: 1em;
    left: .25em;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-radius: 1.5px;
    transform: rotate(45deg);
    transition: border-bottom-color,border-right-color .2s ease; }
  .checkbox label + .checkbox label {
    margin-top: 0.5rem; }
.checkbox input[type="checkbox"]:checked + label:after {
  border-color: #369; }

/*** ラジオボタン **************************************************************/
div.radio {
  position: relative;
  padding-left: 1.5em; }
  div.radio label {
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 0; }
    div.radio label:empty {
      min-height: 1em; }
    div.radio label:before, div.radio label:after {
      content: "";
      position: absolute;
      display: inline-block;
      border-radius: 50%;
      transition: transform .2s ease; }
    div.radio label:before {
      top: 50%;
      left: 0;
      width: 1em;
      height: 1em;
      border: 2px solid #999;
      background-color: #ffffff;
      transform: translateY(-50%); }
    div.radio label:after {
      top: 50%;
      left: 0.25em;
      width: 0.5em;
      height: 0.5em;
      background-color: transparent;
      transform: scale(0) translateY(-50%); }
  div.radio input[type="radio"] {
    display: none;
    border: 0;
    margin: 0; }
    div.radio input[type="radio"]:checked + label:after {
      background-color: #5f98e1;
      transform: scale(1) translateY(-50%); }
  div.radio + div.radio {
    margin-top: 0.5rem; }

.inline-box {
  display: flex;
  flex-wrap: wrap; }
  .inline-box .checkbox,
  .inline-box .radio {
    margin-right: 1rem;
    margin-top: 0 !important; }

/*******************************************************************************************

各種タブ

*******************************************************************************************/

/*# sourceMappingURL=style.css.map */
