@charset "utf-8";

/*
Theme Name: Original Theme
Theme URI:
Author:
Author URI :
Description: オリジナルテーマ
Version: 1.0
*/

/* << INDEX >> ----------------------------------------------------------------
*
* @ 基本定義
* @ サイト共通設定
* @ ヘッダー
* @ フッター
* @ コンテンツ
* @ サイドバー
* @ メイン
*
* -------------------------------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 基本定義
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ Webフォント設定
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('css/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('css/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
    url('css/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
    url('css/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
    url('css/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("css/fonts/fa-solid-900.eot");
  src: url("css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-solid-900.woff2") format("woff2"),
    url("css/fonts/fa-solid-900.woff") format("woff"),
    url("css/fonts/fa-solid-900.ttf") format("truetype"),
    url("css/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("css/fonts/fa-regular-400.eot");
  src: url("css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-regular-400.woff2") format("woff2"),
    url("css/fonts/fa-regular-400.woff") format("woff"),
    url("css/fonts/fa-regular-400.ttf") format("truetype"),
    url("css/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("css/fonts/fa-brands-400.eot");
  src: url("css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-brands-400.woff2") format("woff2"),
    url("css/fonts/fa-brands-400.woff") format("woff"),
    url("css/fonts/fa-brands-400.ttf") format("truetype"),
    url("css/fonts/fa-brands-400.svg#fontawesome") format("svg");;
}
.awesome {
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5s {
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5r {
  font-family: 'Font Awesome 5 Regular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opensans {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}

/* @ Normalize.css調整（原則として改変禁止）
---------------------------------------------------------------------------- */
/* >>> 日本語フォント対応 */
html,
body {
  margin: 0;
  font-family: "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}font-family: '','Kozuka Gothic Pro Light',sans-serif;
/* >>> 禁則処理 */
p,li,dt,dd,th,td,pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: strict;
  word-break: strict;
}
/* >>> フルードイメージ対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* @ テキスト見出し設定（html要素のfont-sizeを基準に算出、ここでの装飾は行わない）
---------------------------------------------------------------------------- */
h1 { /* 32px */
  font-size: 2rem;
  line-height: 1.5;
}
h2 { /* 28px */
  font-size: 1.75rem;
  line-height: 1.75;
}
h3,h4 { /* 20px */
  font-size: 1.25rem;
  line-height: 1.1667;
}
h5,h6 { /* 18px */
  font-size: 1.125rem;
  line-height: 1.3125;
}

/* @ 見出し設定
---------------------------------------------------------------------------- */
h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  color: #333;
  font-size: 2.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3 {
  margin: 100px 0 40px;
  padding: 50px 0 50px;
  background: url(./img/h3_bgimg.png) no-repeat center top;
  color: #006cb8;
  font-size: 1.625rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1200px) {
  h3 {
    margin: 50px -20px;
    padding: 50px 20px 40px;
  }
}

h4 {
  margin: 40px auto;
  color: #006cb8;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4.h4_type1 {
  margin: 50px auto;
  color: #006cb8;
  font-size: 1.25rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4.h4_type1 > span {
  position: relative;
  display: inline-block;
  padding: 20px 0.5em 20px 1.5em;
  letter-spacing: 1em;
  line-height: 1em;
}
h4.h4_type1 > span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 75%;
  height: 50%;
  border-top: solid 1px #006cb8;
  border-left: solid 1px #006cb8;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}
h4.h4_type1 > span::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  width: 75%;
  height: 50%;
  border-bottom: solid 1px #006cb8;
  border-right: solid 1px #006cb8;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}
h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h6 {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ リンク設定
---------------------------------------------------------------------------- */
a {
  color: #000099;
  outline: none;
}
a:hover {
  color: #000099;
  text-decoration: none;
}

/* @ リンクボタン設定
---------------------------------------------------------------------------- */
.link-btn {
  margin: 30px auto 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-btn a {
  position: relative;
  display: block;
  width: 160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #b81a35;
  border: solid 2px #b81a35;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.link-btn a:hover {
  background: #fff;
  color: #b81a35;
}
.link-btn a span {
  margin-left: 10px;
  font-size: 1.875rem;
  vertical-align: -4px;
}

/* @ その他
---------------------------------------------------------------------------- */
body {
  color: #000;
  background-color: #fff;
}
strong,b,table th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure {
  margin: 0;
}
input, textarea, select {
  font-family: "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
}
input[type='submit'] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[type='submit']:hover {
  cursor: pointer;
  opacity: 0.6;
}
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイト共通設定
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }
}
/* @ パソコンサイトでtelリンク無効
---------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* @ Newアイコン
---------------------------------------------------------------------------- */
.newpost {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  color: #c33;
  margin-left: 1em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* @ パンくず
---------------------------------------------------------------------------- */
#breadcrumb {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
#breadcrumb ul::-webkit-scrollbar {
  display: none;
}
#breadcrumb ul li {
  display: inline;
  line-height: 1em;
  font-size: 0.875rem;
}
#breadcrumb ul li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Solid';
  font-weight: normal;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li:first-of-type:before {
  content: none;
}
#breadcrumb ul li:last-of-type {
  color: #006cb8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li:last-of-type::before {
  color: #000;
}
#breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* @ ページナビ（記事詳細用）
----------------------------------------------------------------------------- */
.pagenavi {
  margin: 100px 0;
  padding: 0;
  text-align: center;
}
.pagenavi li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  overflow: hidden;
}
.pagenavi li:first-of-type,
.pagenavi li:last-of-type {
  display: inline-block;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagenavi a {
  display: inline-block;
  padding: 5px 1.5em;
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenavi a:hover {
  background-color: #000;
  color: #fff;
}

/* @ ページナビ（記事一覧用）
----------------------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  margin: 100px 0 30px;
  text-align: center;
}
.wp-pagenavi *:first-child {
  margin-left: 0 !important;
}
.wp-pagenavi *:last-child {
  margin-right: 0 !important;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #006cb8;
  color: #006cb8;
  margin: 0 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.wp-pagenavi span.current {
  background-color: #006cb8;
  border: solid 1px #006cb8;
  color: #fff;
}
.wp-pagenavi a:hover {
  background-color: #006cb8;
  border: solid 1px #006cb8;
  color: #fff;
}
.wp-pagenavi .extend {
  background-color: transparent;
  color: #333;
}

/* @ メールフォーム
---------------------------------------------------------------------------- */
.mw_form-msg em,
.mw_form-table em {
  color: #006cb8;
  margin-left: 5px;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .mw_form-table,
  .mw_form-table tbody,
  .mw_form-table tr {
    display: block;
    background: #fff;
  }
}
.mw_form-table th,
.mw_form-table td {
  border: none;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mw_form-table th {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mw_form-table th,
  .mw_form-table td {
    display: block;
    border: none;
    width: 100% !important;
  }
  .mw_form-table th {
    background: #eaf6fd !important;
    text-align: left;
  }
  .mw_form-table td {
    background: #fff !important;
  }
}
.mw_form-table.tbl2 td,
.mw_form-table.tbl3 td,
.mw_form-table.tbl4 td {
  min-width: 240px;
}
.mw_form-table th {
  font-weight: bold;
  white-space: nowrap;
}
.mw_form-table tr:nth-of-type(even) th,
.mw_form-table tr:nth-of-type(even) td {
  background: #fff;
}
.mw_form-table tr:nth-of-type(odd) th,
.mw_form-table tr:nth-of-type(odd) td {
  background: #eaf6fd;
}
.mw_form-table.tbl3 tr:nth-of-type(even) th,
.mw_form-table.tbl3 tr:nth-of-type(even) td {
  background: #eaf6fd;
}
.mw_form-table.tbl3 tr:nth-of-type(odd) th,
.mw_form-table.tbl3 tr:nth-of-type(odd) td {
  background: #fff;
}

.mw_form-table input[type='text'],
.mw_form-table input[type='email'],
.mw_form-table textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
}
.mw_form-table .mwform-zip-field input[type='text'],
.mw_form-table .mwform-tel-field input[type='text'] {
  width: 5em;
  margin: 0 0.25em;
}
.mw_form-table.tbl4 .mwform-radio-field {
  float: left;
  display: block;
  width: 33.3333%;
  margin: 0 0 10px;
  padding: 0;
}
.mw_form-table.tbl4 .mwform-radio-field:nth-last-of-type(2) {
  width: 66.6666%;
}
.mw_form-table.tbl4 .mwform-radio-field:last-of-type {
  width: 100%
}
@media screen and (max-width: 480px) {
  .mw_form-table.tbl4 .mwform-radio-field,
  .mw_form-table.tbl4 .mwform-radio-field:nth-last-of-type(2),
  .mw_form-table.tbl4 .mwform-radio-field:last-of-type {
    width: 100%
  }
}
.mw_form-table .error,
.form-captcha .error {
  font-weight: bold;
  color: #c33;
  margin-top: 0.5em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-btn {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin: 28px 0;
  padding: 0;
}
.mw_form-btn li {
  display: inline-block;
  width: 100%;
  max-width: 540px;
  list-style: none;
  margin: 0 1em;
  padding-bottom: 10px;
}
.page-confirm .mw_form-btn li {
  width: auto;
  max-width: auto;
}
.page-inquiry .mw_form-btn li:first-of-type,
.page-catalog .mw_form-btn li:first-of-type,
.page-error .mw_form-btn li:first-of-type {
  display: none;
}

.mw_form-btn li input[type='submit'] {
  display : inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  text-align : center;
  cursor : pointer;
  padding : 29px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background : #006cb8;
  border: none;
  border-radius: 7px;
  color : #fff;
  line-height: 1em;
  -webkit-transition: .15s;
  transition : .15s;
}
.mw_form-btn li input[type='submit']:hover {
  opacity: .6;
}
.mw_form-btn li input[type='submit'][name="submitConfirm"] {
  width: 100%;
  max-width: 350px;
}
.mw_form-btn li input[type='submit'][name="submitBack"] {
  width: 150px;
  margin-right: 2em;
  background-color: #777;
}
.mw_form-btn li input[type='submit'][name="送信"] {
  width: 140px;
}


/* @ アイコンスタイル
----------------------------------------------------------------------------- */
.extlink:after {
  display: inline-block;
  margin-left: 10px;
  content: '\f08e';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-pdf::before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d96464;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-doc::before {
  content: '\f1c2';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #3a59a2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-xls::before {
  content: '\f1c3';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #498d81;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-ppt::before {
  content: '\f1c4';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d24625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ページトップ
----------------------------------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  margin: 0;
  z-index: 8000;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 10px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
  position: relative;
  background-color: #fff;
  border-bottom: solid 4px #006cb8;
}
/*
@media screen and (max-width: 768px) {
  #header {
    border-bottom: none;
  }
}
*/
#header > .wrap {
  position: relative;
}
header .menu-btn {
  display: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #header .menu-btn {
    position: fixed;
    top: 40px;
    right: 20px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    line-height: 45px;
    opacity: .6;
    text-align: center;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 768px) {
  #header .menu-btn {
    top: 34px;
  }
}
#description {
  padding: 5px 10px;
  background-color: #006cb8;
  border-bottom: solid 10px #b81a35;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  #description {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  #description {
    font-size: 0.750rem;
  }
}
@media screen and (max-width: 480px) {
  #description {
    font-size: 0.625rem;
  }
}
#description p {
  margin: 0 auto;
}

/* @ ロゴ
---------------------------------------------------------------------------- */
#header-logo {
  float: left;
  width: 310px;
  max-width: 100%;
  margin: 0;
  padding: 30px 0 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header-logo a {
  display: block;
}
#header-logo a img {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  #header-logo {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #header-logo {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  #header-logo a {
    margin-right: 50px;
  }
}

/* @ サブナビ
---------------------------------------------------------------------------- */
#header-snavi {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: flex;
  width: 680px;
  margin: 49px 0 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  #header-snavi {
    width: 610px;
  }
}
@media screen and (max-width: 950px) {
  #header-snavi {
    position: relative;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  #header-snavi {
    display: none;
  }
}
#header-snavi li {
  list-style-type: none;
  padding: 0;
  border-left: solid 1px #444;
}
@media screen and (max-width: 950px) {
  #header-snavi li.inquiry {
    position: absolute;
    top: -35px;
    right: 0;
    border-left: none;
  }
}
#header-snavi li a {
  display: block;
  padding: 0 20px;
  color: #444;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  #header-snavi li a {
    padding: 0 10px;
  }
}
#header-snavi li:not(.inquiry) a:hover {
  background-color: #eaeaea;
}
#header-snavi li.inquiry a {
  margin: -5px 0 -4px 20px;
  padding: 5px 10px 4px 47px;
  background: #f7ab00 url(./img/header-inquiry_bgimg.png) no-repeat 10px 3px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #header-snavi li.inquiry a {
    margin-left: 10px;
  }
}
#header-snavi li.inquiry a:hover {
  opacity: .6;
}

/* @ グローバルナビ
---------------------------------------------------------------------------- */
#header-navi {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header-navi {
    display: none;
  }
}
#header-navi ul {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: dotted 1px #969696;
  overflow: hidden;
}
/*
@media screen and (max-width: 768px) {
  #header-navi ul {
    display: none;
  }
}
*/
#header-navi ul li {
  list-style-type: none;
  float: left;
  display: block;
  width: 20%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: dotted 1px #969696;
}
@media screen and (max-width: 950px) {
  #header-navi ul li:nth-of-type(1) { width: 27%; }
  #header-navi ul li:nth-of-type(2) { width: 13%; }
  #header-navi ul li:nth-of-type(3) { width: 20%; }
  #header-navi ul li:nth-of-type(4) { width: 13%; }
  #header-navi ul li:nth-of-type(5) { width: 27%; }
}
#header-navi ul li a {
  position: relative;
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  #header-navi ul li a {
    font-size: 1rem;
  }
}
#header-navi ul li.current-menu-item a,
#header-navi ul li.current-page-item a,
#header-navi ul li a:hover {
  background-color: #eaeaea;
}

/* @ 製品情報ホバー時のカテゴリー一覧
---------------------------------------------------------------------------- */
#header-product_list {
  position: absolute;
  top: 188px;
  left: 0;
  width: 20em;
  z-index: 10;
  background: #fff;
  border-top: solid 4px #006cb8;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
}
#header-product_list ul {
  padding: 0;
  margin: 0;
  border-top: dotted 1px #969696;
}
#header-product_list ul > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: dotted 1px #969696;
}
#header-product_list ul > li > a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
}
#header-product_list ul > li > a:hover {
  background-color: #eaeaea;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー（767px以下）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header-sp {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    z-index: 9999;
  }
  #header-sp.fixed {
    position: fixed;
    top: 0;
  }
}
#header-sp-logo {
  position: fixed;
  top: 0;
  left: 10px;
  margin: 0;
  z-index: 10000;
}
#header-sp-logo a {
  display: block;
  padding: 9px 0;
}
#header-sp-logo a img {
  height: 32px;
}
#header-sp .menu-pnl {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #fff;
  z-index: 9100;
}

/* @ グローバルナビ（767px以下）
---------------------------------------------------------------------------- */
#header-gnavi-sp ul {
  margin: 20px 10px 10px;
  padding: 0;
  overflow: auto;
}
#header-gnavi-sp > ul {
  border: 1px solid #ccc;
}
#header-gnavi-sp ul li {
  list-style: none;
}
#header-gnavi-sp ul li ul {
  margin: 0;
}
#header-gnavi-sp ul li a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#header-gnavi-sp ul li ul li a {
  padding-left: calc(10px + 1em);
  font-size: 0.875rem;
}
#header-gnavi-sp ul li a:hover {
  text-decoration: none;
  background-color: #f4f9fe;
}
#header-gnavi-sp ul li a::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-gnavi li.current-page-ancestor a .menu_title,
#header-gnavi li.current-page-ancestor a .menu_description {
  color: #004da0;
}
#header-type_list {
  display: none;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#header-search {
  margin: 0;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
@media screen and (max-width: 768px) {
  #header-search {
    display: none;
  }
}
#header-search input[type='text'] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #efefef;
}
#header-search input[type='submit'] {
  font-family: 'FontAwesome';
  float: right;
  width: 50px;
  height: 40px;
  border: none;
  background-color: #004da0;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ 検索フォーム（767px以下）
---------------------------------------------------------------------------- */
#header-search-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #header-search-sp {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 10px 5%;
  }
}
#header-search-sp label {
  display: table-cell;
  vertical-align: top;
}
#header-search-sp label:last-child {
  width: 50px;
}
#header-search-sp input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: none;
  border-radius: 0;
  outline: none;
}
#header-search-sp input[type='text'] {
  width: 100%;
  padding: 10px;
}
#header-search-sp input[type='submit'] {
  font-family: 'FontAwesome';
  width: 50px;
  background-color: #2d3339;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ フッター
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
  margin-top: 70px;
  padding: 30px 0 0;
  border-top: solid 5px #006cb8;
  background-color: #e6e6e6;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  #footer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    min-width: 100%;
  }
}
#footer > .wrap {
  position: relative;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#footer-content {
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #footer-content {
    position: relative;
    padding-bottom: 30px;
  }
}
#footer-content > div {
  float: left;
}
#footer-logo {
  margin-bottom: 20px;
}
#footer-iso {
  float: right;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  #footer-iso {
    position: absolute;
    bottom: 22px;
    right: 20px;
    width: 60px;
    margin-top: auto;
  }
}
#footer-content > div > p {
  clear: both;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  #footer .office {
    padding-right: 75px;
  }
}
#footer .office > span {
  display: block;
  float: left;
}
#footer .office span.zip {
  margin-right: 10px;
}
#footer .office span.addr,
#footer .office span.tel {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  #footer .office span.addr,
  #footer .office span.tel {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 900px) {
  #footer .office span.tel {
    clear: both;
    margin-left: 3em;
  }
}
@media screen and (max-width: 768px) {
  #footer .office span.addr,
  #footer .office span.fax {
    clear: both;
    margin-left: 3em;
  }
}
@media screen and (max-width: 480px) {
  #footer .office > span {
    clear: both;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 0.875rem;
  }
  #footer .office > span > span {
    display: none;
  }
}

#footer-navi {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: solid 1px #000;
}
@media screen and (max-width: 768px) {
  #footer-navi {
    display: none;
  }
}
#footer-navi > ul {
  float: left;
  width: 25%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  #footer-navi > ul {
    font-size: 1rem;
  }
}
#footer-navi > ul.fnav1 { float: left;  width: 22%; }
#footer-navi > ul.fnav2 { float: right; width: 26.5%; }
#footer-navi > ul.fnav3 { float: left;  width: 32%; }
#footer-navi > ul.fnav4 { float: left;  width: 19.5%; }
@media screen and (max-width: 1000px) {
  #footer-navi > ul.fnav1,
  #footer-navi > ul.fnav2,
  #footer-navi > ul.fnav3,
  #footer-navi > ul.fnav4 {
    float: left;
    width: 50%;
  }
  #footer-navi > ul.fnav3 {
    clear: both;
  }
}
#footer-navi ul li {
  position: relative;
  list-style-type: none;
}
#footer-navi > ul > li::before {
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  content: '\f105';
  font-family: "Font Awesome 5 Solid", "FontAwesome";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer-navi ul.sub-menu {
  padding-left: 10px;
}
#footer-navi ul.sub-menu > li::before {
  position: absolute;
  top: 0;
  left: -25px;
  display: inline-block;
  content: '・';
}

#footer-sns {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 33.333%;
}
@media screen and (max-width: 1200px) {
  #footer-sns {
    width: 30%;
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  #footer-sns {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #footer-sns {
    position: static;
    width: 100%;
    padding-bottom: 30px;
  }
}
#footer-sns > p {
  float: left;
  margin: 0 10px 0 0;
}

#footer-copyright {
  background: #006cb8;
}
#footer-copyright .copyright {
  margin: 0;
  color: #fff;
  line-height: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer-copyright .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #footer-copyright .copyright span {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ メイン
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main.side_exist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  #main.side_exist {
    display: block;
    min-width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ コンテンツ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ビジュアルエディタ用
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body.mceContentBody table {
  width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ステップ表示
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.step {
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin: 0 0  30px;
  overflow:hidden;
}
.step li {
  display:table-cell;
  position:relative;
  background: #ddd;
  padding: 1em 0.5em 1em 2em;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.step li:last-child {
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after {
  display:none;
}
.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before {
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after {
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current {
  background: #006cb8;
  color: #fff;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #006cb8;
}
