@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* reset
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input, select {
  vertical-align: middle;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Setting */
html {
  height: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

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

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
}

*:active, *:focus {
  outline: none;
}

/************************************************
    Setting
************************************************ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/* link */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.001);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.fa {
  letter-spacing: 0;
}

.din {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.12em;
}

.bx-wrapper, .bx-wrapper .bx-viewport {
  margin: 0;
  padding: 0;
  left: auto;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }

  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #header {
    display: block;
    backface-visibility: hidden;
    height: 77px;
    overflow: hidden;
  }
  #header .inner {
    width: 1024px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 20px;
  }
  #header .inner .logo {
    margin-right: 13px;
  }
  #header .inner .company {
    margin-right: auto;
    line-height: 1;
  }
  #header .inner .company p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #header .inner .company h1 {
    font-size: 12px;
  }
  #header .inner .headerRight {
    color: #0E548C;
    line-height: 1;
  }
  #header .inner .headerRight .tel {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #header .inner .headerRight .utility {
    text-align: right;
    padding-right: 0.5em;
  }
  #header .inner .headerRight .utility li {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  #header .inner .headerRight .utility li a {
    color: #0E548C;
  }
  #header .inner .headerRight .utility li a i {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: -1px;
  }

  #gNavi {
    background: #0E548C url(../images/line_header.png) repeat-x center top;
    height: 94px;
    padding-top: 10px;
    width: 100%;
    display: block;
    backface-visibility: hidden;
  }
  #gNavi .inner {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #gNavi .inner ul {
    width: 1024px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #gNavi .inner ul li {
    width: 16.66%;
  }
  #gNavi .inner ul li a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-top: 20px;
    text-align: center;
    display: block;
    color: #fff;
    height: 80px;
  }
  #gNavi .inner ul li a span {
    display: block;
  }
  #gNavi .inner ul li a .ja {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  #gNavi .inner ul li a .en {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #gNavi .inner ul li a:hover {
    opacity: 0.7;
  }
  #gNavi .inner ul li:not(:last-of-type) {
    position: relative;
  }
  #gNavi .inner ul li:not(:last-of-type):after {
    position: absolute;
    content: '';
    width: 2px;
    height: 40px;
    background: #fff;
    right: -1px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
  }

  #gNavi.fixed {
    display: block;
    backface-visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  #container.fixed {
    padding-top: 94px;
  }

  #mv {
    margin: 0 0 75px;
  }
  #mv .inner {
    position: relative;
  }
  #mv .inner .sliderWrap {
    width: 100%;
    height: 710px;
    overflow-x: hidden;
  }
  #mv .inner .sliderWrap .slide {
    width: 100%;
    position: relative;
    height: 680px;
    overflow: hidden;
  }
  #mv .inner .sliderWrap .slide img {
    position: absolute;
    width: 1920px;
    min-width: 1920px;
    height: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #mv .inner .sliderWrap .swiper-pagination {
    bottom: 0px;
  }
  #mv .inner .sliderWrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }
  #mv .inner .floatText {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 8.32vw;
    color: #fff;
    text-shadow: 4px 4px 1px rgba(0, 0, 0, 0.8);
  }
  #mv .inner .floatText .en {
    font-size: 22px;
    line-height: 2;
    margin-bottom: 10px;
  }
  #mv .inner .floatText .ja {
    font-size: 54px;
    letter-spacing: 0.24em;
  }

  #ourStrengths {
    margin-bottom: 100px;
  }
  #ourStrengths .imgClm {
    position: relative;
    width: 100%;
    height: 396px;
    overflow: hidden;
  }
  #ourStrengths .imgClm img {
    position: absolute;
    width: 1920px;
    min-width: 1920px;
    height: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #ourStrengths .txtClm {
    position: relative;
    z-index: 10;
    width: 1024px;
    margin: 0 auto;
    margin-top: -164px;
    background: #0E548C;
    color: #fff;
    text-align: center;
    padding: 50px 0 40px;
  }
  #ourStrengths .txtClm p {
    font-size: 16px;
    letter-spacing: 0.18em;
    line-height: 2;
    margin-bottom: 40px;
  }
  #ourStrengths .txtClm .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 8px 15px 6px 16px;
  }
  #ourStrengths .txtClm .btn:hover {
    background: #fff;
    color: #000;
  }

  .subttl {
    font-size: 46px;
    letter-spacing: 0.18em;
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
    padding-bottom: 20px;
  }
  .subttl:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #fff;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #topSearch {
    margin-bottom: 90px;
  }
  #topSearch .inner {
    text-align: center;
    width: 1024px;
    margin: 0 auto;
  }
  #topSearch .inner h2 {
    color: #0E548C;
  }
  #topSearch .inner h2:after {
    background: #0E548C;
  }
  #topSearch .inner p {
    font-size: 16px;
    letter-spacing: 0.18em;
    margin: 0 0 40px;
    line-height: 2;
    color: #0E548C;
  }
  #topSearch .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #topNews {
    background: #f7f7f7;
    margin-bottom: 75px;
  }
  #topNews .inner {
    padding: 50px 0;
  }
  #topNews .inner h2 {
    text-align: center;
    color: #0E548C;
    margin: 0 0 40px;
  }
  #topNews .inner h2:after {
    background: #0E548C;
  }
  #topNews .inner ul {
    width: 814px;
    margin: 0 auto 30px;
    border-top: 1px dashed #B1B1B1;
  }
  #topNews .inner ul li {
    border-bottom: 1px dashed #B1B1B1;
    padding: 15px 10px 15px 23px;
    line-height: 1;
  }
  #topNews .inner ul li .cate {
    color: #fff;
    background: #666;
    display: inline-block;
    width: 94px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 5px 0;
    margin-right: 30px;
  }
  #topNews .inner ul li time {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-right: 30px;
    color: #0E548C;
  }
  #topNews .inner ul li h3 {
    display: inline-block;
    font-size: 16px;
  }
  #topNews .inner ul li a {
    display: block;
    position: relative;
  }
  #topNews .inner ul li a:after {
    color: #4D4D4D;
    font-size: 24px;
    right: 0px;
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #topNews .inner .btnBox {
    text-align: center;
  }
  #topNews .inner .btnBox .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
    border: 1px solid #B1B1B1;
    width: 165px;
    padding: 15px 10px 15px 0;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
  }
  #topNews .inner .btnBox .btn:after {
    font-size: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    right: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #topNews .inner .btnBox .btn:hover {
    background: #B1B1B1;
    color: #fff;
  }

  #topBnr {
    margin-bottom: 75px;
  }
  #topBnr .inner ul {
    width: 1024px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #topAccess {
    background: url(../images/top_img02.jpg) no-repeat center top;
    background-size: cover;
    padding: 65px 0;
  }
  #topAccess .inner {
    width: 1024px;
    margin: 0 auto;
    color: #fff;
  }
  #topAccess .inner .head {
    text-align: center;
    margin: 0 0 40px;
  }
  #topAccess .inner .head span {
    display: block;
    font-weight: bold;
  }
  #topAccess .inner .head .ja {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
  }
  #topAccess .inner .head .en {
    font-size: 10px;
    letter-spacing: 0.16em;
  }
  #topAccess .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #topAccess .inner ul li .mapClm {
    width: 336px;
    height: 262px;
  }
  #topAccess .inner ul li h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 12px 0 10px;
  }
  #topAccess .inner ul li p {
    font-weight: bold;
  }
  #topAccess .inner ul li .adrs {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #topAccess .inner ul li .tel {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  #topAccess .inner ul li .btnBox {
    margin-top: 30px;
    text-align: center;
  }
  #topAccess .inner ul li .btnBox .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 8px 15px 6px 16px;
  }
  #topAccess .inner ul li .btnBox .btn:hover {
    background: #fff;
    color: #000;
  }

  #footer {
    background: #fff url(../images/line_footer.png) repeat-x center top;
    padding: 25px 0 15px;
  }
  #footer .inner {
    width: 1024px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    line-height: 1;
  }
  #footer .inner .fNavi {
    margin-right: auto;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #footer .inner .fNavi li {
    display: inline-block;
    padding-right: 1em;
    margin-right: 0.8em;
  }
  #footer .inner .fNavi li a {
    text-decoration: underline;
    color: #0E548C;
  }
  #footer .inner .fNavi li:first-of-type {
    border-right: 1px solid #0E548C;
  }
  #footer .inner .copy {
    font-size: 12px;
    font-weight: bold;
    color: #0E548C;
  }

  #gotop {
    position: fixed;
    right: 40px;
    bottom: 92px;
  }
  #gotop a.gotop {
    display: inline-block;
    background: #0E548C;
    width: 40px;
    height: 40px;
    position: relative;
  }
  #gotop a.gotop:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #ffffff transparent;
  }

  #fixBtn {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 100px;
  }
  #fixBtn ul li:not(:last-of-type) {
    margin-bottom: 4px;
  }

  #mvSub {
    position: relative;
    height: 280px;
    overflow: hidden;
    margin: 0 0 20px;
  }
  #mvSub .imgClm {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
  }
  #mvSub .imgClm img {
    width: 100%;
    height: auto;
  }

  #breadCrumb {
    width: 1024px;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #breadCrumb p {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #breadCrumb a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #breadCrumb a:hover {
    opacity: 0.7;
  }

  #wrapper {
    width: 1024px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 100px;
    overflow: hidden;
  }
  #wrapper #main {
    float: left;
    width: 720px;
  }
  #wrapper #side {
    float: right;
    width: 240px;
  }

  #side .sideMachine {
    margin: 0 0 30px;
  }
  #side .sideMachine h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #0E548C;
  }
  #side .sideMachine ul li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  #side .sideMachine ul li a {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
    padding-left: 30px;
  }
  #side .sideMachine ul li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0E548C;
  }
  #side .sideMachine ul li a:hover {
    opacity: 0.7;
  }
  #side .otherCate ul li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #side .otherCate ul li a {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #side .otherCate ul li a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #0E548C;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
  }
  #side .otherCate ul li a i:before {
    padding-left: 2px;
    width: 100%;
    text-align: center;
    display: block;
  }
  #side .otherCate ul li a:hover {
    opacity: 0.7;
  }
  #side .sideNews {
    margin: 0 0 65px;
  }
  #side .sideNews h4 {
    background: #0E548C;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1;
    padding: 10px 10px 8px;
  }
  #side .sideNews ul li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  #side .sideNews ul li a {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
    padding-left: 30px;
  }
  #side .sideNews ul li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0E548C;
  }
  #side .sideNews ul li a:hover {
    opacity: 0.7;
  }

  #singlePdt .inner .pdtTtl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 14px;
    margin-bottom: 10px;
    position: relative;
  }
  #singlePdt .inner .pdtTtl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: #000;
  }
  #singlePdt .inner .subTtl {
    font-size: 18px;
    color: #0E548C;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #0E548C;
    line-height: 1;
    margin: 0 0 20px;
  }
  #singlePdt .inner .subTtl span {
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
  }
  #singlePdt .inner .subTtl span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #0E548C;
    top: 100%;
    left: 0;
  }
  #singlePdt .inner .mvPdt {
    margin: 0 0 40px;
  }
  #singlePdt .inner .mvPdtSlider {
    margin: 0 0 55px;
  }
  #singlePdt .inner .mvPdtSlider .bx-wrapper {
    margin: 0 0 10px;
  }
  #singlePdt .inner .mvPdtSlider #bx-pager {
    overflow: hidden;
  }
  #singlePdt .inner .mvPdtSlider #bx-pager li {
    float: left;
    margin: 0 10px 10px 0;
  }
  #singlePdt .inner .overview {
    margin: 0 0 40px;
  }
  #singlePdt .inner .overview h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
  }
  #singlePdt .inner .overview h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #0E548C;
  }
  #singlePdt .inner .overview .content {
    margin: 0 0 30px;
    line-height: 2;
  }
  #singlePdt .inner .videoClm {
    margin: 0 0 40px;
    text-align: center;
  }
  #singlePdt .inner .videoClm .imgClm {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  #singlePdt .inner .videoClm .imgClm i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    backface-visibility: hidden;
    color: #fff;
    font-size: 80px;
    pointer-events: none;
  }
  #singlePdt .inner .videoClm .imgClm .right {
    font-size: 12px;
    text-align: right;
    padding-top: 5px;
  }
  #singlePdt .inner #videoBox {
    top: 50%;
    left: 50%;
    width: 640px;
  }
  #singlePdt .inner .othersite {
    margin-bottom: 50px;
  }
  #singlePdt .inner .othersite p {
    font-size: 16px;
  }
  #singlePdt .inner .othersite p a {
    text-decoration: underline;
  }
  #singlePdt .inner .othersite p a:hover {
    text-decoration: none;
  }
  #singlePdt .inner .data {
    margin: 0 0 50px;
  }
  #singlePdt .inner .data .tableClm {
    line-height: 2;
  }
  #singlePdt .inner .data .tableClm .table_a th, #singlePdt .inner .data .tableClm .table_a td {
    text-align: left;
  }
  #singlePdt .inner .data .tableClm .table_a th {
    padding-right: 60px;
  }
  #singlePdt .inner .data .tableClm h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #singlePdt .inner .data .tableClm h3 i {
    display: inline-block;
    font-size: 24px;
    margin-right: 5px;
  }
  #singlePdt .inner .data .tableClm h3:not(:first-of-type) {
    margin-top: 30px;
  }
  #singlePdt .inner .data .tableClm .table_b {
    width: 100%;
    margin: 0 0 10px;
  }
  #singlePdt .inner .data .tableClm .table_b th, #singlePdt .inner .data .tableClm .table_b td {
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 0.075em;
    padding: 5px 0;
  }
  #singlePdt .inner .data .tableClm .table_b th {
    background: #CBCBCB;
  }
  #singlePdt .inner .data .tableClm .table_b td {
    background: #F0F0F0;
  }
  #singlePdt .makerClm {
    border: 1px solid #000;
    padding: 30px;
  }
  #singlePdt .makerClm .meta {
    overflow: hidden;
    margin: 0 0 20px;
  }
  #singlePdt .makerClm .meta h3 {
    float: left;
    font-size: 22px;
  }
  #singlePdt .makerClm .meta .logo {
    float: right;
  }
  #singlePdt .makerClm p {
    line-height: 2;
  }

  #videoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 840px;
  }

  .mfp-close-btn-in .mfp-close {
    right: -50px;
    top: -50px;
    color: #fff;
    font-size: 40px;
  }

  #breadCrumb {
    margin-bottom: 80px;
  }

  section.section .inner .head {
    text-align: center;
    letter-spacing: 0.075em;
    margin-bottom: 100px;
  }
  section.section .inner .head span {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #0E548C;
    display: inline-block;
    margin: 0 0 5px;
  }
  section.section .inner .head h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.16em;
    position: relative;
    color: #0E548C;
    margin: 0 0 30px;
    padding-bottom: 20px;
  }
  section.section .inner .head h2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 40px;
    height: 4px;
    background: #0E548C;
    margin-left: -20px;
  }
  section.section .inner .head h2.contact {
    font-size: 18px;
  }
  section.section .inner .head h2.contact:after {
    display: none;
  }
  section.section .inner .head h2.nobdr:after {
    display: none;
  }
  section.section .inner .head p {
    font-size: 14px;
    line-height: 2.2;
  }

  #productTop {
    margin-bottom: 180px;
  }
  #productTop .inner {
    width: 1024px;
    margin: 0 auto;
  }
  #productTop .inner ul li {
    margin: 0 0 60px;
    position: relative;
  }
  #productTop .inner ul li .txtClm {
    pointer-events: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    display: inline-block;
    backface-visibility: hidden;
  }
  #productTop .inner ul li .txtClm h3 {
    font-size: 34px;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
  }
  #productTop .inner ul li .txtClm span {
    font-size: 15px;
    letter-spacing: 0.064em;
    display: inline-block;
    margin: 0 0 30px;
  }
  #productTop .inner ul li .txtClm p {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 2.2;
  }

  section.search {
    background: #F0F0F0;
    padding: 40px 0 200px;
  }
  section.search .inner {
    width: 1024px;
    margin: 0 auto;
  }
  section.search .inner .head {
    margin-bottom: 30px;
  }
  section.search .inner ul {
    overflow: hidden;
  }
  section.search .inner ul li {
    background: #fff;
    width: 490px;
    float: left;
    margin-bottom: 30px;
    position: relative;
  }
  section.search .inner ul li a {
    display: block;
  }
  section.search .inner ul li span {
    font-size: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-left: 30px;
  }
  section.search .inner ul li i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #0E548C;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-left: 2px;
  }
  section.search .inner ul li:nth-of-type(odd) {
    margin-right: 42px;
  }

  section.maker {
    background: #F0F0F0;
    padding: 40px 0 200px;
  }
  section.maker .inner {
    width: 1024px;
    margin: 0 auto;
  }
  section.maker .inner .head {
    margin-bottom: 30px;
  }
  section.maker .inner ul {
    margin-right: -42px;
  }
  section.maker .inner ul li {
    background: #fff;
    width: 490px;
    margin-right: 42px;
    margin-bottom: 30px;
    position: relative;
  }
  section.maker .inner ul li a {
    display: block;
  }
  section.maker .inner ul li i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 20px;
    background: #0E548C;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-left: 2px;
  }
  section.maker .inner ul li.large {
    height: 270px;
    overflow: hidden;
  }
  section.maker .inner ul li.large .imgClm {
    width: 190px;
    float: left;
  }
  section.maker .inner ul li.large .txtClm {
    width: 300px;
    height: 270px;
    float: left;
    padding: 0 0 0 30px;
  }
  section.maker .inner ul li.large .txtClm .icoClm {
    height: 90px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  section.maker .inner ul li.large .txtClm .txt {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  section.maker .inner ul li.large .txtClm .ja {
    display: block;
    font-size: 20px;
  }
  section.maker .inner ul li.large .txtClm .en {
    position: relative;
    left: -0.5em;
    font-size: 14px;
    display: block;
  }
  section.maker .inner ul li.small {
    height: 120px;
    overflow: hidden;
  }
  section.maker .inner ul li.small .icoClm {
    width: 120px;
    text-align: center;
    height: 120px;
    position: relative;
    float: left;
  }
  section.maker .inner ul li.small .icoClm img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  section.maker .inner ul li.small .txtClm {
    width: 370px;
    height: 120px;
    padding-top: 35px;
    padding-left: 30px;
    float: left;
    letter-spacing: 0.1em;
  }
  section.maker .inner ul li.small .txtClm .ja {
    display: block;
    font-size: 20px;
  }
  section.maker .inner ul li.small .txtClm .en {
    position: relative;
    left: -0.5em;
    font-size: 14px;
    display: block;
  }
  section.maker .inner ul li.small2 {
    height: 0px !important;
  }
  section.maker .inner ul li.other-maker {
    display: none;
  }

  #otherCateLink {
    background: #004380;
  }
  #otherCateLink .inner {
    width: 1024px;
    margin: 0 auto;
    height: 244px;
  }
  #otherCateLink .inner ul {
    position: relative;
    overflow: hidden;
    top: -136px;
  }
  #otherCateLink .inner ul li {
    background: #fff;
    width: 490px;
    float: left;
    margin-bottom: 40px;
    position: relative;
  }
  #otherCateLink .inner ul li a {
    display: block;
  }
  #otherCateLink .inner ul li:nth-of-type(odd) {
    margin-right: 42px;
  }

  section.taxonomy .inner .head {
    margin: 0 0 60px;
  }
  section.taxonomy .inner .head .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  section.taxonomy .inner .head .wrap h2 {
    margin-right: auto;
  }
  section.taxonomy .inner .head .wrap a {
    display: inline-block;
    position: relative;
    top: 5px;
  }
  section.taxonomy .inner .head .wrap a .tooltip {
    display: none;
    position: absolute;
    width: 155px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    bottom: -2em;
    left: 1.8em;
    z-index: 9999;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #0E548C;
    border-radius: 0.5em;
  }
  section.taxonomy .inner .head .wrap a .tooltip:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top: 8px solid transparent;
    border-left: 8px solid #0E548C;
  }
  section.taxonomy .inner .head .wrap a .ico:hover ~ .tooltip {
    display: block;
  }
  section.taxonomy .inner .subttl2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.075em;
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
  }
  section.taxonomy .inner .subttl2:before {
    content: '';
    width: 4px;
    height: 20px;
    position: absolute;
    background: #000;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  section.taxonomy .inner .head .imgClm {
    margin-bottom: 20px;
    position: relative;
  }
  section.taxonomy .inner .head .imgClm span.logo {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid #808080;
  }
  section.taxonomy .inner .description {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: justify;
  }
  section.taxonomy .inner ul li {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #666;
  }
  section.taxonomy .inner ul li .imgClm {
    float: left;
    width: 270px;
  }
  section.taxonomy .inner ul li .txtClm {
    width: 450px;
    min-height: 230px;
    position: relative;
    float: left;
    padding-left: 40px;
  }
  section.taxonomy .inner ul li .txtClm h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  section.taxonomy .inner ul li .txtClm .txt {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.8;
    text-align: justify;
  }
  section.taxonomy .inner ul li .txtClm .btnBox {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  section.taxonomy .inner ul li .txtClm .btnBox .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 14px;
    letter-spacing: 0.1em;
    display: inline-block;
    border: 1px solid #000;
    padding: 7px 15px 7px;
    line-height: 1;
  }
  section.taxonomy .inner ul li .txtClm .btnBox .btn i {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
  }
  section.taxonomy .inner ul li .txtClm .btnBox .btn:hover {
    background: #000;
    color: #fff;
  }
  section.taxonomy .inner ul li:last-of-type {
    border-bottom: none;
  }

  #about {
    margin-bottom: 180px;
    width: 100%;
    min-width: 1020px;
  }
  #about .inner {
    width: 1024px;
    margin: 0 auto;
  }
  #about .inner .head {
    margin-bottom: 110px;
  }
  #about .boxWrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
  }
  #about .boxWrap .imgBox {
    width: 50%;
    height: 380px;
    position: relative;
    overflow: hidden;
  }
  #about .boxWrap .imgBox .imgClm {
    position: absolute;
    top: 0;
    width: 680px;
  }
  #about .boxWrap .imgBox .imgClm img {
    width: 100%;
    height: auto;
  }
  #about .boxWrap .txtClm {
    width: 50%;
    max-width: 512px;
  }
  #about .boxWrap .txtClm .head {
    margin-bottom: 15px;
  }
  #about .boxWrap .txtClm .head span {
    color: #0E548C;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #about .boxWrap .txtClm .head h3 {
    font-size: 21px;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  #about .boxWrap .txtClm p {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 2;
    margin-bottom: 30px;
  }
  #about .boxWrap .txtClm .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 1px solid #000;
    padding: 7px 0;
    width: 125px;
    text-align: center;
  }
  #about .boxWrap .txtClm .btn i {
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
  }
  #about .boxWrap .txtClm .btn.long {
    width: 135px;
    letter-spacing: 0.05em;
  }
  #about .boxWrap .txtClm .btn:hover {
    background: #000;
    color: #fff;
  }
  #about .imgR .imgBox {
    float: right;
  }
  #about .imgR .imgBox .imgClm {
    left: 0;
  }
  #about .imgR .txtClm {
    float: right;
    padding-right: 60px;
  }
  #about .imgL .imgBox {
    float: left;
  }
  #about .imgL .imgBox .imgClm {
    right: 0;
  }
  #about .imgL .txtClm {
    float: left;
    padding-left: 60px;
  }

  #maintenance .inner {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  #maintenance .inner .head {
    margin-bottom: 80px;
  }
  #maintenance .inner ul li {
    float: left;
    width: 312px;
    margin-right: 44px;
  }
  #maintenance .inner ul li .imgClm {
    margin: 0 0 10px;
  }
  #maintenance .inner ul li .head2 {
    text-align: center;
    color: #0E548C;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #maintenance .inner ul li .head2 span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #maintenance .inner ul li .head2 h3 {
    font-size: 16px;
    letter-spacing: 0.075em;
  }
  #maintenance .inner ul li .head2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13px;
    content: '';
    width: 26px;
    height: 4px;
    background: #0E548C;
  }
  #maintenance .inner ul li p {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 2;
    text-align: justify;
  }
  #maintenance .inner ul li:last-of-type {
    margin: 0;
  }
  #maintenance .boxWrap {
    padding: 40px 0 100px;
  }
  #maintenance .boxWrap .head3 {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }
  #maintenance .boxWrap .head3 i {
    position: absolute;
    top: -50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
  }
  #maintenance .boxWrap .head3 span {
    display: block;
    color: #0E548C;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.17em;
  }
  #maintenance .boxWrap .head3 h3 {
    color: #0E548C;
    font-size: 16px;
  }
  #maintenance .boxWrap .box {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #maintenance .boxWrap .box .txtClm {
    position: absolute;
    display: inline-block;
    width: 275px;
    right: 50px;
    bottom: 50px;
    background: #fff;
    z-index: 10;
    padding: 25px;
  }
  #maintenance .boxWrap .box .txtClm .txt {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

  #recruit {
    margin-bottom: 100px;
  }
  #recruit .inner {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
  }
  #recruit .inner .txtClm {
    float: left;
    width: 450px;
  }
  #recruit .inner .txtClm .head {
    margin-bottom: 30px;
  }
  #recruit .inner .txtClm .head h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }
  #recruit .inner .txtClm .head p {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 2;
    text-align: justify;
  }
  #recruit .inner .txtClm .content p {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #recruit .inner .txtClm .content ul {
    list-style: disc;
    padding-left: 2em;
  }
  #recruit .inner .txtClm .content ul li {
    list-style: disc;
    margin-bottom: 15px;
    font-size: 18px;
  }
  #recruit .inner .txtClm .content ul li a {
    text-decoration: underline;
    letter-spacing: 0em;
  }
  #recruit .inner .imgClm {
    float: right;
    width: 500px;
  }
  #recruit .inner .imgClm img {
    width: 500px;
    height: auto;
  }

  #newsEntry .inner h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 30px;
  }
  #newsEntry .inner ul li {
    width: 100%;
    border-bottom: 1px solid #0E548C;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  #newsEntry .inner ul li .imgClm {
    float: left;
    width: 170px;
  }
  #newsEntry .inner ul li .txtClm {
    float: left;
    width: 550px;
    padding-left: 50px;
    letter-spacing: 0.05em;
  }
  #newsEntry .inner ul li .txtClm .meta {
    line-height: 1;
    vertical-align: top;
    margin-bottom: 10px;
  }
  #newsEntry .inner ul li .txtClm .meta time {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
  }
  #newsEntry .inner ul li .txtClm .meta .cate {
    font-size: 12px;
    display: inline-block;
    background: #0E548C;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    top: -2px;
  }
  #newsEntry .inner ul li .txtClm h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #newsEntry .inner ul li .txtClm .excerpt p {
    font-size: 14px;
    letter-spacing: 0.075em;
  }

  #pager {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #pager span, #pager a {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    margin: 0 7px 10px;
    border: 1px solid #0E548C;
    letter-spacing: 0;
    color: #fff;
    background: #0E548C;
  }
  #pager a:hover {
    opacity: 0.7;
  }

  #single .inner h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 30px;
  }
  #single .inner .head {
    border-bottom: 1px solid #0E548C;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #single .inner .head .meta {
    line-height: 1;
    vertical-align: top;
    margin-bottom: 10px;
  }
  #single .inner .head .meta time {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
  }
  #single .inner .head .meta .cate {
    font-size: 12px;
    display: inline-block;
    background: #0E548C;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    top: -2px;
  }
  #single .inner .head h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #single .inner .content {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.075em;
    margin-bottom: 30px;
    /* editor */
    /* img */
    /* clearfix */
  }
  #single .inner .content p {
    display: block;
    margin: 1em 0;
    font-size: 14px;
  }
  #single .inner .content strong {
    font-weight: bold;
  }
  #single .inner .content em {
    font-style: italic;
  }
  #single .inner .content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  #single .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #single .inner .content .alignright {
    float: right;
  }
  #single .inner .content .alignleft {
    float: left;
  }
  #single .inner .content img {
    max-width: 100%;
    height: auto;
  }
  #single .inner .content img[class*="wp-image-"],
  #single .inner .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  #single .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #single .inner .content .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  #single .inner .content h3 {
    font-size: 18px;
    font-weight: bold;
  }
  #single .inner .content a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #1111cc;
    text-decoration: underline;
  }
  #single .inner .content a:hover {
    color: #0033cc;
    opacity: 0.7;
  }
  #single .inner .recruitInfo h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  #single .inner .recruitInfo table {
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
  }
  #single .inner .recruitInfo table tr:nth-of-type(odd) {
    background: #f0f0f0;
  }
  #single .inner .recruitInfo table tr:nth-of-type(even) {
    background: #D6D6D6;
  }
  #single .inner .recruitInfo table th, #single .inner .recruitInfo table td {
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    padding: 15px;
  }
  #single .inner .recruitInfo table th {
    width: 25%;
  }
  #single .inner .recruitInfo .btnBox {
    text-align: center;
  }
  #single .inner .recruitInfo .btnBox a.btn {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: inline-block;
    background: #0E548C;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 17px 25px 15px;
    letter-spacing: 0.1em;
  }
  #single .inner .recruitInfo .btnBox a.btn i {
    margin-left: 10px;
  }
  #single .inner .recruitInfo .btnBox a.btn:hover {
    opacity: 0.7;
  }

  #contact {
    background: #F0F0F0;
    padding: 40px 0 200px;
  }
  #contact .inner {
    width: 1024px;
    margin: 0 auto;
  }
  #contact .inner .head {
    margin-bottom: 60px;
  }
  #contact .inner ul.contact {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  #contact .inner ul.contact li {
    width: 484px;
    height: 272px;
    background: url(../images/bg_box.png) no-repeat center;
  }
  #contact .inner ul.contact li .box {
    padding: 30px 0;
    text-align: center;
    color: #fff;
  }
  #contact .inner ul.contact li .box h3 {
    font-size: 22px;
    letter-spacing: 0.2em;
    color: #E3BB3E;
    margin-bottom: 30px;
  }
  #contact .inner ul.contact li .box p {
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-bottom: 25px;
  }
  #contact .inner ul.contact li .box p .tel {
    font-size: 24px;
    display: block;
    letter-spacing: 0.14em;
  }
  #contact .inner ul.contact li .box p.lh {
    line-height: 2;
    margin-bottom: 20px;
  }
  #contact .inner ul.contact li .box .btn {
    display: inline-block;
    text-align: center;
    background: url(../images/bg_btn_dott.png) no-repeat center;
    background-size: cover;
    color: #4D4D4D;
    width: 380px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    letter-spacing: 0.16em;
    font-weight: bold;
  }
  #contact .inner ul.contact li .box .btn i {
    margin-left: 20px;
  }
  #contact .inner .formBox {
    background: #fff;
    padding: 60px 130px;
  }
  #contact .inner .formBox table.form {
    width: 100%;
    margin-bottom: 60px;
  }
  #contact .inner .formBox table.form th, #contact .inner .formBox table.form td {
    text-align: left;
  }
  #contact .inner .formBox table.form th {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 195px;
    padding: 5px 0;
  }
  #contact .inner .formBox table.form th b {
    color: #831218;
    display: block;
    font-size: 12px;
  }
  #contact .inner .formBox table.form th.small {
    padding-top: 17px;
  }
  #contact .inner .formBox table.form td {
    vertical-align: middle;
    padding-bottom: 45px;
  }
  #contact .inner .formBox table.form td select, #contact .inner .formBox table.form td option,
  #contact .inner .formBox table.form td input[type=text],
  #contact .inner .formBox table.form td input[type=email],
  #contact .inner .formBox table.form td input[type=tel],
  #contact .inner .formBox table.form td textarea {
    width: 100%;
    background: #f0f0f0;
    padding: 14px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border: none;
  }
  #contact .inner .formBox table.form td textarea {
    height: 170px;
  }
  #contact .inner .formBox table.form td .wrap {
    position: relative;
  }
  #contact .inner .formBox table.form td .left {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #contact .inner .formBox table.form td .right {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.05em;
  }
  #contact .inner .formBox table.form td .right a {
    color: #808080;
    text-decoration: underline;
  }
  #contact .inner .formBox table.form td .left {
    padding-top: 5px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #contact .inner .formBox table.form td dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contact .inner .formBox table.form td dl dt {
    width: 150px;
    padding-top: 15px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #contact .inner .formBox table.form td dl dd {
    width: 415px;
  }
  #contact .inner .formBox table.form td dl dd textarea {
    height: 100px;
  }
  #contact .inner .formBox table.form td.select label.select, #contact .inner .formBox table.form td dd.select label.select {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  #contact .inner .formBox table.form td.select label.select:after, #contact .inner .formBox table.form td dd.select label.select:after {
    pointer-events: none;
    font-size: 20px;
    font-family: FontAwesome;
    content: '\f0dd';
    position: absolute;
    top: 10px;
    right: 15px;
  }
  #contact .inner .formBox table.form td.privacy {
    padding-top: 10px;
    font-size: 14px;
  }
  #contact .inner .formBox table.form td.privacy a {
    color: #808080;
    text-decoration: underline;
    display: inline-block;
    margin-right: 20px;
  }
  #contact .inner .formBox table.form td.privacy label {
    font-weight: bold;
  }
  #contact .inner .formBox .btnBox {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact .inner .formBox .btnBox .submit {
    width: 360px;
    text-align: center;
    display: inline-block;
    background: #E3BB3E;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border: 4px solid #edd381;
    color: #fff;
    padding: 24px 0 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #contact .inner .formBox .btnBox .submit:hover {
    opacity: 0.7;
  }
  #contact .inner .formBox .btnBox ~ .wpcf7-response-output {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #831218;
  }
  #contact .inner .formBox .caution {
    color: #979797;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  #testKitchen .inner {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 64px;
  }
  #testKitchen .inner .btnBox {
    text-align: center;
    margin-bottom: 50px;
  }
  #testKitchen .inner .btnBox a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  #testKitchen .inner .btnBox .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #000;
    padding: 12px 25px 10px;
    margin-bottom: 20px;
  }
  #testKitchen .inner .btnBox .btn:hover {
    background: #000;
    color: #fff;
    opacity: 0.5;
  }
  #testKitchen .inner .btnBox .txtlink {
    text-decoration: underline;
  }
  #testKitchen .inner .btnBox .txtlink:hover {
    text-decoration: none;
  }
  #testKitchen .inner ul.cf li {
    float: left;
    width: 316px;
    margin-right: 38px;
  }
  #testKitchen .inner ul.cf li:last-of-type {
    margin-right: 0;
  }
  #testKitchen .boxWrap {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: -90px;
    padding-top: 100px;
  }
  #testKitchen .boxWrap .inner2 {
    border: 1px solid #000;
    padding: 40px 60px;
  }
  #testKitchen .boxWrap .head2 {
    overflow: hidden;
    padding-bottom: 45px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
  }
  #testKitchen .boxWrap .head2 .txtClm {
    float: left;
    width: 325px;
  }
  #testKitchen .boxWrap .head2 .txtClm h3 {
    font-size: 26px;
    letter-spacing: 0.075em;
    margin-bottom: 20px;
    line-height: 2;
  }
  #testKitchen .boxWrap .head2 .txtClm a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #000;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    line-height: 1;
  }
  #testKitchen .boxWrap .head2 .txtClm a i {
    margin-left: 10px;
  }
  #testKitchen .boxWrap .head2 .txtClm a:hover {
    background: #000;
    color: #fff;
    opacity: 0.5;
  }
  #testKitchen .boxWrap .head2 ul {
    float: right;
  }
  #testKitchen .boxWrap .head2 ul li {
    float: left;
    width: 270px;
    margin-right: 30px;
  }
  #testKitchen .boxWrap .head2 ul li:last-of-type {
    margin-right: 0;
  }
  #testKitchen .boxWrap .head2.showroom_no2 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #000;
  }
  #testKitchen .boxWrap .machineList {
    width: 100%;
  }
  #testKitchen .boxWrap .machineList th {
    font-size: 18px;
    letter-spacing: 0.14em;
    text-align: left;
    padding: 10px 0 10px 20px;
  }
  #testKitchen .boxWrap .machineList td {
    padding: 10px 0 10px 20px;
  }
  #testKitchen .boxWrap .machineList tr:nth-of-type(odd) {
    background: rgba(240, 240, 240, 0.1);
  }
  #testKitchen .boxWrap .machineList tr:nth-of-type(even) {
    background: #f0f0f0;
  }
  #testKitchen .boxWrap .machineList tr:first-of-type {
    background: #fff;
  }
  #testKitchen .boxWrap .machineList tr:first-of-type th {
    width: 30%;
  }
  #testKitchen .boxWrap .machineList tr:first-of-type th:last-of-type {
    width: 40%;
  }
  #testKitchen .boxWrap .machineList.second {
    margin-top: 10px;
  }
  #testKitchen .boxWrap .machineList.second tr:first-of-type {
    background: #fff;
  }
  #testKitchen .boxWrap .machineList.second tr:first-of-type th {
    font-size: 16px;
    text-indent: -0.5em;
  }
  #testKitchen #fukuoka {
    margin-bottom: 60px;
  }
  #testKitchen #aboutUse {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -90px;
    padding-top: 100px;
  }
  #testKitchen #aboutUse .inner2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #testKitchen #aboutUse .inner2 h3, #testKitchen #aboutUse .inner2 .txtClm2 {
    display: table-cell;
    vertical-align: middle;
  }
  #testKitchen #aboutUse .inner2 h3 {
    width: 190px;
    padding-left: 17px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: normal;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 {
    border-left: 1px solid #000;
    padding-left: 40px;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 h4 {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 p {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0em;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 p span {
    font-size: 13px;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 dl {
    overflow: hidden;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 dl dt {
    float: left;
    margin-right: 5px;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 dl dd {
    float: left;
  }
  #testKitchen #seminar {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: -90px;
    padding-top: 100px;
  }
  #testKitchen #seminar .inner2 {
    background: url(../images/test_kitchen_bg01.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 0 50px;
    color: #fff;
    text-align: center;
  }
  #testKitchen #seminar .inner2 h3 {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  #testKitchen #seminar .inner2 p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 20px;
  }
  #testKitchen #seminar .inner2 .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    line-height: 1;
    color: #fff;
  }
  #testKitchen #seminar .inner2 .btn i {
    margin-left: 10px;
  }
  #testKitchen #seminar .inner2 .btn:hover {
    background: #fff;
    color: #000;
  }
  #testKitchen #meister {
    background: #f0f0f0;
  }
  #testKitchen #meister .inner2 {
    padding: 40px 0 100px;
    width: 1024px;
    margin: 0 auto;
  }
  #testKitchen #meister .head3 {
    color: #0E548C;
    text-align: center;
    margin-bottom: 30px;
  }
  #testKitchen #meister .head3 span {
    font-size: 36px;
    letter-spacing: 0.14em;
  }
  #testKitchen #meister .head3 h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #testKitchen #meister .box {
    background: #fff;
    padding: 40px;
    overflow: hidden;
  }
  #testKitchen #meister .box .imgClm3 {
    float: right;
  }
  #testKitchen #meister .box .txtClm3 {
    float: left;
    width: 620px;
  }
  #testKitchen #meister .box .txtClm3 p {
    font-size: 16px;
    letter-spacing: 0.075em;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  #testKitchen #meister .box .txtClm3 .right {
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.5;
  }

  #message {
    position: relative;
    background: #f0f0f0;
    margin-bottom: 100px;
  }
  #message .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 70px 0;
    overflow: hidden;
  }
  #message .inner .imgClm {
    float: right;
  }
  #message .inner .txtClm {
    float: left;
    width: 520px;
  }
  #message .inner .txtClm h2 {
    font-size: 12px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
    font-weight: normal;
  }
  #message .inner .txtClm h2:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  #message .inner .txtClm h3 {
    font-size: 28px;
    letter-spacing: 0.075em;
    margin-bottom: 30px;
    font-weight: normal;
  }
  #message .inner .txtClm p {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 2;
    margin-bottom: 30px;
    text-align: justify;
  }
  #message .inner .txtClm .right {
    text-align: right;
    font-size: 12px;
    margin: 40px 0 0;
    line-height: 1.5;
  }
  #message .arrow {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 30px;
    line-height: 1;
  }

  #company .inner {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  #company .inner .head span {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  #company .inner .head h2.ja {
    font-size: 18px;
    margin-top: 10px;
  }
  #company table.infomation {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  #company table.infomation th, #company table.infomation td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 30px;
    font-weight: 400;
  }
  #company table.infomation th {
    width: 8em;
  }
  #company table.infomation td p {
    margin-bottom: 20px;
  }
  #company table.infomation td a {
    text-decoration: underline;
  }
  #company table.infomation td a:hover {
    text-decoration: none;
  }
  #company .boxWrap {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 110px;
    margin-top: -90px;
    padding-top: 100px;
  }
  #company .boxWrap .inner2 h3 {
    color: #0E548C;
    font-size: 28px;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #0E548C;
    margin-bottom: 30px;
  }
  #company .boxWrap .inner2 h3 span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
  }
  #company .boxWrap .inner2 h3 span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #0E548C;
    top: 100%;
    left: 0;
    margin-top: -1px;
  }
  #company .boxWrap .inner2 .infomation {
    margin-bottom: 10px;
  }
  #company .boxWrap .inner2 ul.cf {
    margin-bottom: 50px;
  }
  #company .boxWrap .inner2 ul.cf li {
    float: left;
    width: 500px;
    margin-right: 24px;
  }
  #company .boxWrap .inner2 ul.cf li:last-of-type {
    margin: 0;
  }
  #company .boxWrap .inner2 .box {
    border: 1px solid #000;
    padding: 27px;
  }
  #company .boxWrap .inner2 .box h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }
  #company .boxWrap .inner2 .box p {
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
  }
  #company .boxWrap .inner2 .box dl {
    padding-left: 20px;
    overflow: hidden;
  }
  #company .boxWrap .inner2 .box dl dt {
    float: left;
    width: 5em;
  }
  #company .boxWrap .inner2 .box dl dt:last-of-type {
    margin-top: 5px;
  }
  #company .boxWrap .inner2 .box dl dd {
    margin-left: 5em;
  }
  #company .boxWrap .inner2 .box dl dd a {
    text-decoration: underline;
  }
  #company .boxWrap .inner2 .box dl dd a:hover {
    text-decoration: none;
  }
  #company .boxWrap .inner2 .box dl dd:last-of-type {
    margin-top: 5px;
  }
  #company .boxWrap .inner2 .box:not(:last-of-type) {
    margin-bottom: 20px;
  }

  #privacy {
    margin-bottom: 170px;
  }
  #privacy .inner {
    width: 1024px;
    margin: 0 auto;
  }
  #privacy .inner .head h2.ja {
    font-size: 18px;
    margin-top: 10px;
  }
  #privacy .inner .content dl dt {
    font-size: 18px;
    color: #0E548C;
    border-bottom: 1px solid #0E548C;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #privacy .inner .content dl dt span {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
  }
  #privacy .inner .content dl dt span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0E548C;
    margin-top: -1px;
  }
  #privacy .inner .content dl dd {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }

  #e404 {
    margin-bottom: 170px;
  }
  #e404 .inner {
    width: 1024px;
    margin: 0 auto;
  }
  #e404 .inner .head h2 {
    font-size: 14px;
  }
  #e404 .inner .content {
    border: 1px solid #0E548C;
    padding: 20px;
    text-align: center;
  }
  #e404 .inner .content h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  #e404 .inner .content p {
    font-size: 14px;
    letter-spacing: 0.14em;
    line-height: 2;
  }

  #sitemap {
    margin-bottom: 170px;
  }
  #sitemap .inner {
    width: 1024px;
    margin: 0 auto;
  }
  #sitemap .inner .head h2.ja {
    font-size: 18px;
    margin-top: 10px;
  }
  #sitemap .inner .content ul.col-2 {
    overflow: hidden;
    border-top: 1px solid #E3BB3E;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #sitemap .inner .content ul.col-2 li {
    width: 50%;
    float: left;
  }
  #sitemap .inner .content ul.col-2 li a {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: block;
    border-bottom: 1px solid #E3BB3E;
    padding: 10px 0;
  }
  #sitemap .inner .content ul.col-2 li a:hover {
    opacity: 0.7;
  }
  #sitemap .inner .content ul.col-2 li.bdrnon {
    margin-top: 20px;
  }
  #sitemap .inner .content ul.col-2 li.bdrnon a {
    border: none;
  }
  #sitemap .inner .content div.col-3 {
    overflow: hidden;
    margin-bottom: 40px;
  }
  #sitemap .inner .content div.col-3 .box {
    float: left;
    width: 33.3%;
  }
  #sitemap .inner .content div.col-3 .box h4 {
    font-weight: normal;
  }
  #sitemap .inner .content div.col-3 .box h4 a {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: block;
    padding: 10px 0;
  }
  #sitemap .inner .content div.col-3 .box h4 a:hover {
    opacity: 0.7;
  }
  #sitemap .inner .content div.col-3 .box ul {
    margin-bottom: 20px;
  }
  #sitemap .inner .content div.col-3 .box ul li a {
    display: block;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
    padding: 5px 0 5px 30px;
  }
  #sitemap .inner .content div.col-3 .box ul li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0E548C;
  }
  #sitemap .inner .content div.col-3 .box ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }

  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }

  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #header {
    -moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    backface-visibility: hidden;
    height: 50px;
    overflow: hidden;
  }
  #header .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #header .inner .logo {
    padding: 10px;
  }
  #header .inner .logo img {
    height: 30px;
    width: auto;
  }
  #header .inner .company {
    padding: 12px 0 0;
    margin-right: auto;
    line-height: 1;
  }
  #header .inner .company p {
    font-size: 10px;
    margin-bottom: 7px;
    letter-spacing: 0;
  }
  #header .inner .company h1 {
    font-size: 10px;
    letter-spacing: 0;
  }
  #header .inner .company h1 span {
    display: none;
  }
  #header .inner .headerRight {
    display: none;
  }
  #header .inner #menuBtn {
    margin-left: auto;
  }

  #menuBtn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
  }
  #menuBtn span {
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background: #0E548C;
    display: inline-block;
  }
  #menuBtn span:before, #menuBtn span:after {
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #0E548C;
    left: 0;
  }
  #menuBtn span:before {
    top: -8px;
  }
  #menuBtn span:after {
    bottom: -8px;
  }

  #menuBtn.open span {
    background: transparent;
  }
  #menuBtn.open span:before {
    top: 0;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #menuBtn.open span:after {
    bottom: 0;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #gNavi {
    display: none;
  }

  #spNavi {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: rgba(214, 214, 214, 0.95);
    position: fixed;
    z-index: 888;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }
  #spNavi .inner {
    padding: 10px;
  }
  #spNavi .inner ul li a {
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    background: #fff;
    position: relative;
  }
  #spNavi .inner ul li a:after {
    color: #979797;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: '\f105';
  }
  #spNavi .inner ul li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  #spNavi .inner .telBox {
    padding: 10px;
    text-align: center;
  }
  #spNavi .inner .telBox .tel {
    line-height: 1;
  }
  #spNavi .inner .telBox .tel a {
    font-size: 18px;
    background: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 12px 20px 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #spNavi .inner .telBox .tel span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
  }

  #spNavi.open {
    right: 0;
  }

  #container {
    padding-top: 50px;
  }

  #mv .inner .sliderWrap .swiper-pagination {
    bottom: 0px;
  }
  #mv .inner .sliderWrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border: 1px solid #fff;
    background: #000;
  }
  #mv .inner .sliderWrap .swiper-button-next, #mv .inner .sliderWrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 30px;
    -webkit-background-size: 20px 30px;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
  }
  #mv .inner .floatText {
    padding: 10px;
  }
  #mv .inner .floatText .en {
    font-size: 14px;
    line-height: 2;
  }
  #mv .inner .floatText .ja {
    font-size: 26px;
    letter-spacing: 0.24em;
  }

  .subttl {
    font-size: 20px;
    letter-spacing: 0.18em;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    padding-bottom: 20px;
  }
  .subttl:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #ourStrengths {
    margin-bottom: 40px;
  }
  #ourStrengths .imgClm {
    margin: 0;
  }
  #ourStrengths .txtClm {
    background: #0E548C;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
  }
  #ourStrengths .txtClm p {
    font-size: 14px;
    letter-spacing: 0.18em;
    line-height: 2;
    margin-bottom: 20px;
  }
  #ourStrengths .txtClm p br {
    display: none;
  }
  #ourStrengths .txtClm .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 8px 15px 6px 16px;
  }
  #ourStrengths .txtClm .btn:hover {
    background: #fff;
    color: #000;
  }

  #topSearch {
    margin-bottom: 40px;
  }
  #topSearch .inner {
    text-align: center;
    padding: 0 10px;
  }
  #topSearch .inner h2 {
    color: #0E548C;
  }
  #topSearch .inner h2:after {
    background: #0E548C;
  }
  #topSearch .inner p {
    font-size: 14px;
    letter-spacing: 0.18em;
    margin: 0 0 20px;
    line-height: 2;
    color: #0E548C;
  }
  #topSearch .inner p br {
    display: none;
  }
  #topSearch .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #topSearch .inner ul li {
    width: 32%;
  }

  #topNews {
    background: #f7f7f7;
    margin-bottom: 40px;
  }
  #topNews .inner {
    padding: 20px 10px;
  }
  #topNews .inner h2 {
    text-align: center;
    color: #0E548C;
    margin: 0 0 20px;
  }
  #topNews .inner h2:after {
    background: #0E548C;
  }
  #topNews .inner ul {
    margin: 0 auto 20px;
    border-top: 1px dashed #B1B1B1;
  }
  #topNews .inner ul li {
    border-bottom: 1px dashed #B1B1B1;
    padding: 10px 0;
  }
  #topNews .inner ul li .cate {
    color: #fff;
    background: #666;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.05em;
    padding: 5px 10px;
    margin-right: 10px;
    line-height: 1;
  }
  #topNews .inner ul li time {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-right: 10px;
    color: #0E548C;
    line-height: 1;
  }
  #topNews .inner ul li h3 {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
  }
  #topNews .inner ul li a {
    display: block;
    position: relative;
    padding-right: 30px;
  }
  #topNews .inner ul li a:after {
    color: #4D4D4D;
    font-size: 14px;
    right: 0px;
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #topNews .inner .btnBox {
    text-align: center;
  }
  #topNews .inner .btnBox .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
    border: 1px solid #B1B1B1;
    width: 165px;
    padding: 11px 10px 10px 0;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
  }
  #topNews .inner .btnBox .btn:after {
    font-size: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #topBnr {
    margin-bottom: 40px;
  }
  #topBnr .inner {
    padding: 0 10px;
  }
  #topBnr .inner ul li:first-of-type {
    margin-bottom: 10px;
  }

  #topAccess {
    background: url(../images/top_img02.jpg) no-repeat center top;
    background-size: cover;
    padding: 20px 10px;
  }
  #topAccess .inner {
    color: #fff;
  }
  #topAccess .inner .head {
    text-align: center;
    margin: 0 0 20px;
  }
  #topAccess .inner .head span {
    display: block;
    font-weight: bold;
  }
  #topAccess .inner .head .ja {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
  }
  #topAccess .inner .head .en {
    font-size: 10px;
    letter-spacing: 0.16em;
  }
  #topAccess .inner ul li {
    text-align: center;
  }
  #topAccess .inner ul li .mapClm {
    width: 100%;
    height: 150px;
  }
  #topAccess .inner ul li h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 10px;
  }
  #topAccess .inner ul li p {
    font-weight: bold;
  }
  #topAccess .inner ul li .adrs {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #topAccess .inner ul li .tel {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  #topAccess .inner ul li .btnBox {
    margin-top: 20px;
    text-align: center;
  }
  #topAccess .inner ul li .btnBox .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 8px 15px 6px 16px;
  }
  #topAccess .inner ul li .btnBox .btn:hover {
    background: #fff;
    color: #000;
  }
  #topAccess .inner ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }

  #footer {
    background: #fff url(../images/line_footer.png) repeat-x center top;
    padding: 25px 10px 15px;
  }
  #footer .inner .fNavi {
    margin-right: auto;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .inner .fNavi li {
    display: inline-block;
    margin: 0 0.8em;
  }
  #footer .inner .fNavi li a {
    text-decoration: underline;
    color: #0E548C;
  }
  #footer .inner .fNavi li:first-of-type {
    padding-right: 1em;
    margin-right: 0;
    border-right: 1px solid #0E548C;
  }
  #footer .inner .copy {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #0E548C;
  }

  #gotop {
    position: fixed;
    right: 10px;
    bottom: 90px;
  }
  #gotop a.gotop {
    display: inline-block;
    background: #0E548C;
    width: 40px;
    height: 40px;
    position: relative;
  }
  #gotop a.gotop:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #ffffff transparent;
  }

  #mvSub {
    position: relative;
    height: 100px;
    overflow: hidden;
    margin: 0 0 20px;
  }
  #mvSub .imgClm {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    text-align: center;
  }
  #mvSub .imgClm img {
    width: auto;
    height: 100px;
  }

  #breadCrumb {
    display: none;
  }

  .mfp-close-btn-in .mfp-close {
    right: -50px;
    top: -50px;
    color: #fff;
    font-size: 40px;
  }

  #side {
    margin: 0 0 40px;
    padding: 0 10px;
  }
  #side .sideMachine {
    margin: 0 0 30px;
  }
  #side .sideMachine h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #0E548C;
  }
  #side .sideMachine ul li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  #side .sideMachine ul li a {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  #side .sideMachine ul li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0E548C;
  }
  #side .otherCate ul li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #side .otherCate ul li a {
    display: block;
  }
  #side .otherCate ul li a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #0E548C;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
  }
  #side .otherCate ul li a i:before {
    padding-left: 2px;
    padding-top: 1px;
    width: 100%;
    text-align: center;
    display: block;
  }
  #side .sideNews {
    margin: 0 0 65px;
  }
  #side .sideNews h4 {
    background: #0E548C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1;
    padding: 10px;
  }
  #side .sideNews ul li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  #side .sideNews ul li a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  #side .sideNews ul li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0E548C;
  }

  #singlePdt {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  #singlePdt .inner .pdtTtl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    border-left: 4px solid #000;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  #singlePdt .inner .subTtl {
    font-size: 14px;
    color: #0E548C;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #0E548C;
    line-height: 1;
    margin: 0 0 20px;
  }
  #singlePdt .inner .subTtl span {
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
  }
  #singlePdt .inner .subTtl span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #0E548C;
    top: 100%;
    left: 0;
  }
  #singlePdt .inner .mvPdt {
    margin: 0 0 30px;
  }
  #singlePdt .inner .mvPdtSlider {
    margin: 0 0 30px;
  }
  #singlePdt .inner .mvPdtSlider .bx-wrapper {
    margin: 0 0 10px;
  }
  #singlePdt .inner .mvPdtSlider #bx-pager {
    overflow: hidden;
  }
  #singlePdt .inner .mvPdtSlider #bx-pager li {
    float: left;
    margin: 0 10px 10px 0;
  }
  #singlePdt .inner .overview {
    margin: 0 0 30px;
  }
  #singlePdt .inner .overview h3 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
  }
  #singlePdt .inner .overview h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #0E548C;
  }
  #singlePdt .inner .overview .content {
    margin: 0 0 30px;
    line-height: 2;
  }
  #singlePdt .inner .overview .content p {
    font-size: 13px;
  }
  #singlePdt .inner .videoClm {
    margin: 0 0 40px;
    text-align: center;
  }
  #singlePdt .inner .videoClm .imgClm {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  #singlePdt .inner .videoClm .imgClm i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    backface-visibility: hidden;
    color: #fff;
    font-size: 80px;
    pointer-events: none;
  }
  #singlePdt .inner .videoClm .imgClm .right {
    font-size: 10px;
    padding-top: 5px;
  }
  #singlePdt .inner #videoBox {
    top: 50%;
    left: 50%;
    width: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #singlePdt .inner .othersite {
    margin-bottom: 50px;
  }
  #singlePdt .inner .othersite p {
    font-size: 16px;
  }
  #singlePdt .inner .othersite p a {
    text-decoration: underline;
  }
  #singlePdt .inner .othersite p a:hover {
    text-decoration: none;
  }
  #singlePdt .inner .data {
    display: none;
    margin: 0 0 50px;
  }
  #singlePdt .inner .data .tableClm {
    line-height: 2;
  }
  #singlePdt .inner .data .tableClm .table_a th, #singlePdt .inner .data .tableClm .table_a td {
    text-align: left;
  }
  #singlePdt .inner .data .tableClm .table_a th {
    padding-right: 60px;
  }
  #singlePdt .inner .data .tableClm h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #singlePdt .inner .data .tableClm h3 i {
    display: inline-block;
    font-size: 24px;
    margin-right: 5px;
  }
  #singlePdt .inner .data .tableClm h3:not(:first-of-type) {
    margin-top: 30px;
  }
  #singlePdt .inner .data .tableClm .table_b {
    width: 100%;
    margin: 0 0 10px;
  }
  #singlePdt .inner .data .tableClm .table_b th, #singlePdt .inner .data .tableClm .table_b td {
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 0.075em;
    padding: 5px 0;
  }
  #singlePdt .inner .data .tableClm .table_b th {
    background: #CBCBCB;
  }
  #singlePdt .inner .data .tableClm .table_b td {
    background: #F0F0F0;
  }
  #singlePdt .makerClm {
    border: 1px solid #000;
    padding: 10px;
  }
  #singlePdt .makerClm .meta {
    overflow: hidden;
    margin: 0 0 20px;
  }
  #singlePdt .makerClm .meta h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #singlePdt .makerClm p {
    line-height: 2;
    font-size: 12px;
    text-align: justify;
  }

  section.section {
    margin: 0 0 40px;
    padding: 0 10px;
  }
  section.section .inner .head {
    text-align: center;
    letter-spacing: 0.075em;
    margin-bottom: 20px;
  }
  section.section .inner .head span {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #0E548C;
    display: inline-block;
    margin: 0 0 5px;
  }
  section.section .inner .head h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.16em;
    position: relative;
    color: #0E548C;
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
  section.section .inner .head h2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 40px;
    height: 2px;
    background: #0E548C;
    margin-left: -20px;
  }
  section.section .inner .head h2.contact {
    font-size: 14px;
  }
  section.section .inner .head h2.contact:after {
    display: none;
  }
  section.section .inner .head h2.nobdr:after {
    display: none;
  }
  section.section .inner .head p {
    font-size: 13px;
    line-height: 2.2;
  }

  #productTop {
    margin-bottom: 40px;
  }
  #productTop .inner ul li {
    margin: 0 0 20px;
    position: relative;
  }
  #productTop .inner ul li .txtClm {
    pointer-events: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    display: inline-block;
    backface-visibility: hidden;
  }
  #productTop .inner ul li .txtClm h3 {
    font-size: 18px;
    letter-spacing: 0.12em;
    margin: 0px;
  }
  #productTop .inner ul li .txtClm span {
    font-size: 12px;
    letter-spacing: 0.064em;
    display: inline-block;
    margin: 0px;
  }
  #productTop .inner ul li .txtClm p {
    display: none;
  }

  section.search {
    background: #F0F0F0;
    padding: 20px 10px 20px;
  }
  section.search .inner .head {
    margin-bottom: 0;
  }
  section.search .inner .head h2 {
    margin: 0;
  }
  section.search .inner ul {
    overflow: hidden;
  }
  section.search .inner ul li {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  section.search .inner ul li a {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  section.search .inner ul li img {
    width: 60px;
    height: auto;
  }
  section.search .inner ul li span {
    font-size: 14px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-left: 10px;
  }
  section.search .inner ul li i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #0E548C;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-left: 2px;
    padding-top: 2px;
  }

  section.maker {
    background: #F0F0F0;
    padding: 20px 10px 20px;
  }
  section.maker .inner .head {
    margin: 0px;
  }
  section.maker .inner .head h2 {
    margin: 0;
  }
  section.maker .inner ul li {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  section.maker .inner ul li a {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
  }
  section.maker .inner ul li i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 20px;
    background: #0E548C;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-left: 2px;
  }
  section.maker .inner ul li.large .imgClm {
    width: 90px;
    min-width: 90px;
  }
  section.maker .inner ul li.large .txtClm {
    padding: 0 30px 0 10px;
  }
  section.maker .inner ul li.large .txtClm .icoClm {
    padding-top: 0px;
    margin-bottom: 10px;
  }
  section.maker .inner ul li.large .txtClm .icoClm img {
    height: 30px;
    width: auto;
  }
  section.maker .inner ul li.large .txtClm .txt {
    font-size: 10px;
    letter-spacing: 0.075em;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  section.maker .inner ul li.large .txtClm .txt br {
    display: none;
  }
  section.maker .inner ul li.large .txtClm .ja {
    display: block;
    font-size: 14px;
  }
  section.maker .inner ul li.large .txtClm .en {
    position: relative;
    left: -0.5em;
    font-size: 10px;
    display: block;
  }
  section.maker .inner ul li.small .icoClm {
    width: 90px;
    min-width: 90px;
    text-align: center;
    position: relative;
    text-align: center;
    text-align: center;
    padding-left: 10px;
  }
  section.maker .inner ul li.small .txtClm {
    padding: 0 30px 0 10px;
    letter-spacing: 0.1em;
  }
  section.maker .inner ul li.small .txtClm .ja {
    display: block;
    font-size: 14px;
  }
  section.maker .inner ul li.small .txtClm .en {
    position: relative;
    left: -0.5em;
    font-size: 10px;
    display: block;
  }
  section.maker .inner ul li.other-maker {
    display: none;
  }

  #otherCateLink {
    background: #fff;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  #otherCateLink .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #otherCateLink .inner ul li {
    width: 49%;
    background: #fff;
  }
  #otherCateLink .inner ul li a {
    display: block;
  }

  section.taxonomy {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  section.taxonomy .inner .head {
    margin: 0 0 20px;
  }
  section.taxonomy .inner .head .wrap h2 {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  section.taxonomy .inner .head .wrap a {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 8px;
    border: 1px solid #0E548C;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  section.taxonomy .inner .head .wrap a .ico {
    display: inline-block;
    margin-right: 10px;
  }
  section.taxonomy .inner .head .wrap a .tooltip {
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
  }
  section.taxonomy .inner .subttl2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1;
    border-left: 4px solid #000;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  section.taxonomy .inner .head .imgClm {
    margin-bottom: 20px;
    position: relative;
  }
  section.taxonomy .inner .head .imgClm span.logo {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid #808080;
  }
  section.taxonomy .inner .description {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: justify;
  }
  section.taxonomy .inner ul li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
  }
  section.taxonomy .inner ul li .imgClm {
    width: 90px;
    min-width: 90px;
  }
  section.taxonomy .inner ul li .txtClm {
    padding-left: 10px;
  }
  section.taxonomy .inner ul li .txtClm h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  section.taxonomy .inner ul li .txtClm .txt {
    font-size: 10px;
    letter-spacing: 0.075em;
    line-height: 1.8;
    text-align: justify;
  }
  section.taxonomy .inner ul li .txtClm .btnBox {
    margin-top: 10px;
  }
  section.taxonomy .inner ul li .txtClm .btnBox .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 12px;
    letter-spacing: 0.1em;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 15px 9px;
    line-height: 1;
  }
  section.taxonomy .inner ul li .txtClm .btnBox .btn i {
    position: relative;
    top: 2px;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
  }

  #about {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
  #about .inner .head {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  #about .inner .head h2 br {
    display: none;
  }
  #about .boxWrap {
    width: 100%;
    margin-bottom: 40px;
  }
  #about .boxWrap .imgBox {
    margin: 0 0 20px;
  }
  #about .boxWrap .txtClm {
    padding: 0 10px;
  }
  #about .boxWrap .txtClm .head {
    margin-bottom: 20px;
  }
  #about .boxWrap .txtClm .head span {
    color: #0E548C;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #about .boxWrap .txtClm .head h3 {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  #about .boxWrap .txtClm p {
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 2;
    margin-bottom: 30px;
  }
  #about .boxWrap .txtClm .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 1px solid #000;
    padding: 7px 15px 9px;
    text-align: center;
  }
  #about .boxWrap .txtClm .btn i {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
  }

  #maintenance {
    margin-bottom: 40px;
  }
  #maintenance .inner .head {
    margin-bottom: 20px;
  }
  #maintenance .inner .head h2 br {
    display: none;
  }
  #maintenance .inner ul li {
    margin-bottom: 20px;
  }
  #maintenance .inner ul li .imgClm {
    margin: 0 0 10px;
    text-align: center;
  }
  #maintenance .inner ul li .head2 {
    text-align: center;
    color: #0E548C;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #maintenance .inner ul li .head2 span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #maintenance .inner ul li .head2 h3 {
    font-size: 16px;
    letter-spacing: 0.075em;
  }
  #maintenance .inner ul li .head2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13px;
    content: '';
    width: 26px;
    height: 2px;
    background: #0E548C;
  }
  #maintenance .inner ul li p {
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 2;
    text-align: justify;
  }
  #maintenance .inner ul li:last-of-type {
    margin: 0;
  }
  #maintenance .boxWrap {
    margin-top: 40px;
  }
  #maintenance .boxWrap .head3 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  #maintenance .boxWrap .head3 i {
    display: none;
    position: absolute;
    top: -50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
  }
  #maintenance .boxWrap .head3 span {
    display: block;
    color: #0E548C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.17em;
  }
  #maintenance .boxWrap .head3 h3 {
    color: #0E548C;
    font-size: 16px;
  }
  #maintenance .boxWrap .box {
    background: #fff;
    overflow: hidden;
  }
  #maintenance .boxWrap .box .imgClm2 {
    margin-bottom: 20px;
  }
  #maintenance .boxWrap .box .txtClm .txt {
    font-size: 13px;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

  #recruit {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #recruit .inner .txtClm .head {
    margin-bottom: 20px;
  }
  #recruit .inner .txtClm .head h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }
  #recruit .inner .txtClm .head p {
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 2;
    text-align: justify;
  }
  #recruit .inner .txtClm .content p {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #recruit .inner .txtClm .content ul {
    list-style: disc;
    padding-left: 2em;
  }
  #recruit .inner .txtClm .content ul li {
    list-style: disc;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #recruit .inner .txtClm .content ul li a {
    text-decoration: underline;
    letter-spacing: 0em;
  }

  #newsEntry {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #newsEntry .inner h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #newsEntry .inner ul li {
    width: 100%;
    border-bottom: 1px solid #0E548C;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #newsEntry .inner ul li .imgClm {
    width: 90px;
    min-width: 90px;
  }
  #newsEntry .inner ul li .txtClm {
    padding-left: 10px;
    letter-spacing: 0.05em;
  }
  #newsEntry .inner ul li .txtClm .meta {
    line-height: 1;
    vertical-align: top;
    margin-bottom: 5px;
  }
  #newsEntry .inner ul li .txtClm .meta time {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
  }
  #newsEntry .inner ul li .txtClm .meta .cate {
    font-size: 10px;
    display: inline-block;
    background: #0E548C;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    top: -2px;
  }
  #newsEntry .inner ul li .txtClm h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
  }
  #newsEntry .inner ul li .txtClm h3 br {
    display: none;
  }
  #newsEntry .inner ul li .txtClm .excerpt {
    display: none;
  }
  #newsEntry .inner ul li .txtClm .excerpt p {
    font-size: 12px;
    letter-spacing: 0.075em;
  }

  #pager {
    margin-bottom: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  #pager span, #pager a {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: inline-block;
    padding: 7px 10px;
    line-height: 1;
    margin: 0 5px 10px;
    border: 1px solid #0E548C;
    letter-spacing: 0;
    color: #fff;
    background: #0E548C;
  }

  #single {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #single .inner h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 30px;
  }
  #single .inner .head {
    border-bottom: 1px solid #0E548C;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #single .inner .head .meta {
    line-height: 1;
    vertical-align: top;
    margin-bottom: 10px;
  }
  #single .inner .head .meta time {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
  }
  #single .inner .head .meta .cate {
    font-size: 10px;
    display: inline-block;
    background: #0E548C;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    top: -2px;
  }
  #single .inner .head h1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #single .inner .content {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.075em;
    margin-bottom: 30px;
    /* editor */
    /* img */
    /* clearfix */
  }
  #single .inner .content p {
    display: block;
    font-size: 13px;
    margin: 1em 0;
  }
  #single .inner .content strong {
    font-weight: bold;
  }
  #single .inner .content em {
    font-style: italic;
  }
  #single .inner .content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  #single .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #single .inner .content .alignright {
    float: right;
  }
  #single .inner .content .alignleft {
    float: left;
  }
  #single .inner .content img[class*="wp-image-"],
  #single .inner .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  #single .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #single .inner .content .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  #single .inner .content h3 {
    font-size: 15px;
    font-weight: bold;
  }
  #single .inner .content a {
    color: #1111cc;
    text-decoration: underline;
  }
  #single .inner .recruitInfo h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  #single .inner .recruitInfo table {
    width: 100%;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
  }
  #single .inner .recruitInfo table th {
    background: #f0f0f0;
  }
  #single .inner .recruitInfo table td {
    background: #D6D6D6;
  }
  #single .inner .recruitInfo table th, #single .inner .recruitInfo table td {
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
    float: left;
  }
  #single .inner .recruitInfo .btnBox {
    text-align: center;
  }
  #single .inner .recruitInfo .btnBox a.btn {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: inline-block;
    background: #0E548C;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 15px 10px;
    letter-spacing: 0.1em;
  }
  #single .inner .recruitInfo .btnBox a.btn i {
    margin-left: 10px;
  }

  #contact {
    background: #F0F0F0;
    padding: 20px 10px;
  }
  #contact .inner .head {
    margin-bottom: 20px;
  }
  #contact .inner ul.contact {
    margin-bottom: 20px;
  }
  #contact .inner ul.contact li {
    background: #0E548C;
    margin-bottom: 20px;
  }
  #contact .inner ul.contact li .box {
    padding: 15px 10px;
    text-align: center;
    color: #fff;
  }
  #contact .inner ul.contact li .box h3 {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #E3BB3E;
    margin-bottom: 10px;
  }
  #contact .inner ul.contact li .box p {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 5px;
  }
  #contact .inner ul.contact li .box p .tel {
    font-size: 18px;
    display: block;
    letter-spacing: 0.14em;
  }
  #contact .inner ul.contact li .box p.lh {
    line-height: 2;
    margin-bottom: 20px;
  }
  #contact .inner ul.contact li .box .btn {
    display: inline-block;
    text-align: center;
    background: url(../images/bg_btn_dott.png) center;
    background-size: cover;
    color: #4D4D4D;
    padding: 10px 15px 8px;
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: bold;
  }
  #contact .inner ul.contact li .box .btn i {
    margin-left: 10px;
  }
  #contact .inner .formBox {
    background: #fff;
    padding: 20px 10px;
  }
  #contact .inner .formBox table.form {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #contact .inner .formBox table.form th, #contact .inner .formBox table.form td {
    float: left;
    width: 100%;
    text-align: left;
  }
  #contact .inner .formBox table.form th {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 195px;
    padding: 5px 0;
  }
  #contact .inner .formBox table.form th b {
    color: #831218;
    display: block;
    font-size: 10px;
  }
  #contact .inner .formBox table.form td {
    vertical-align: middle;
    padding-bottom: 20px;
  }
  #contact .inner .formBox table.form td select, #contact .inner .formBox table.form td option,
  #contact .inner .formBox table.form td input[type=text],
  #contact .inner .formBox table.form td input[type=email],
  #contact .inner .formBox table.form td input[type=tel],
  #contact .inner .formBox table.form td textarea {
    width: 100%;
    background: #f0f0f0;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border: none;
  }
  #contact .inner .formBox table.form td textarea {
    height: 120px;
  }
  #contact .inner .formBox table.form td .right {
    padding-top: 5px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  #contact .inner .formBox table.form td .right a {
    color: #808080;
    text-decoration: underline;
  }
  #contact .inner .formBox table.form td dl dt {
    padding-top: 12px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #contact .inner .formBox table.form td dl dt br {
    display: none;
  }
  #contact .inner .formBox table.form td dl dd textarea {
    height: 100px;
  }
  #contact .inner .formBox table.form td.select label.select, #contact .inner .formBox table.form td dd.select label.select {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  #contact .inner .formBox table.form td.select label.select:after, #contact .inner .formBox table.form td dd.select label.select:after {
    pointer-events: none;
    font-size: 20px;
    font-family: FontAwesome;
    content: '\f0dd';
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contact .inner .formBox table.form td.privacy {
    padding-top: 10px;
    font-size: 12px;
  }
  #contact .inner .formBox table.form td.privacy a {
    color: #808080;
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
  }
  #contact .inner .formBox table.form td.privacy label {
    font-weight: bold;
  }
  #contact .inner .formBox .btnBox {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact .inner .formBox .btnBox .submit {
    text-align: center;
    display: inline-block;
    background: #E3BB3E;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border: 4px solid #edd381;
    color: #fff;
    padding: 10px 15px 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #contact .inner .formBox .caution {
    color: #979797;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  #testKitchen .inner {
    margin-bottom: 40px;
  }
  #testKitchen .inner .btnBox {
    text-align: center;
    margin-bottom: 20px;
  }
  #testKitchen .inner .btnBox a {
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  #testKitchen .inner .btnBox .btn {
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 8px 10px 6px;
    font-size: 10px;
    letter-spacing: -0.05em;
  }
  #testKitchen .inner .btnBox .txtlink {
    text-decoration: underline;
  }
  #testKitchen .inner ul.cf li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  #testKitchen .inner ul.cf li:last-of-type {
    margin-right: 0;
  }
  #testKitchen .boxWrap {
    margin-bottom: 20px;
    margin-top: -50px;
    padding-top: 60px;
  }
  #testKitchen .boxWrap .inner2 {
    border-top: 1px solid #000;
    padding: 20px 0;
  }
  #testKitchen .boxWrap .head2 {
    margin-bottom: 20px;
  }
  #testKitchen .boxWrap .head2 .txtClm {
    margin-bottom: 20px;
  }
  #testKitchen .boxWrap .head2 .txtClm h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #testKitchen .boxWrap .head2 .txtClm h3 br {
    display: none;
  }
  #testKitchen .boxWrap .head2 .txtClm a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #000;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    line-height: 1;
  }
  #testKitchen .boxWrap .head2 .txtClm a i {
    margin-left: 10px;
  }
  #testKitchen .boxWrap .head2 ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #testKitchen .boxWrap .head2 ul li {
    width: 49%;
  }
  #testKitchen .boxWrap .head2.showroom_no2 {
    padding-top: 20px;
    margin-top: 20px;
  }
  #testKitchen .boxWrap .machineList {
    width: 100%;
  }
  #testKitchen .boxWrap .machineList th {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-align: left;
    padding: 10px;
  }
  #testKitchen .boxWrap .machineList td {
    font-size: 10px;
    padding: 10px;
    word-wrap: break-word;
  }
  #testKitchen .boxWrap .machineList tr:nth-of-type(odd) {
    background: rgba(240, 240, 240, 0.1);
  }
  #testKitchen .boxWrap .machineList tr:nth-of-type(even) {
    background: #f0f0f0;
  }
  #testKitchen .boxWrap .machineList tr:first-of-type {
    background: #fff;
  }
  #testKitchen #aboutUse {
    margin-bottom: 40px;
    margin-top: -50px;
    padding-top: 60px;
  }
  #testKitchen #aboutUse .inner2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
  }
  #testKitchen #aboutUse .inner2 h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #testKitchen #aboutUse .inner2 h3 br {
    display: none;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 dl {
    font-size: 12px;
  }
  #testKitchen #aboutUse .inner2 .txtClm2 dl dt {
    margin-bottom: 5px;
  }
  #testKitchen #seminar {
    margin-bottom: 40px;
    margin-top: -50px;
    padding-top: 60px;
  }
  #testKitchen #seminar .inner2 {
    background: url(../images/test_kitchen_bg01.jpg) center no-repeat;
    background-size: cover;
    padding: 30px 10px;
    color: #fff;
    text-align: center;
  }
  #testKitchen #seminar .inner2 h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #testKitchen #seminar .inner2 p {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 20px;
  }
  #testKitchen #seminar .inner2 .btn {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
  }
  #testKitchen #seminar .inner2 .btn i {
    margin-left: 10px;
  }
  #testKitchen #meister .head3 {
    color: #0E548C;
    text-align: center;
    margin-bottom: 20px;
  }
  #testKitchen #meister .head3 span {
    font-size: 20px;
    letter-spacing: 0.14em;
  }
  #testKitchen #meister .head3 h3 {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #testKitchen #meister .box {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    overflow: hidden;
  }
  #testKitchen #meister .box .imgClm3 {
    width: 30%;
    float: right;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  #testKitchen #meister .box .txtClm3 p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #testKitchen #meister .box .txtClm3 .right {
    font-size: 12px;
    text-align: right;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.5;
  }

  #message {
    position: relative;
    background: #f0f0f0;
    margin-bottom: 40px;
  }
  #message .inner {
    padding: 30px 10px;
    overflow: hidden;
  }
  #message .inner .imgClm {
    float: right;
    width: 30%;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  #message .inner .txtClm h2 {
    font-size: 12px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: normal;
  }
  #message .inner .txtClm h2:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  #message .inner .txtClm h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #message .inner .txtClm p {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: justify;
  }
  #message .inner .txtClm .right {
    font-size: 12px;
    text-align: right;
    line-height: 1.5;
    margin: 0;
  }
  #message .arrow {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 30px;
    line-height: 1;
  }

  #company .inner {
    margin-bottom: 40px;
  }
  #company .inner .head {
    margin-bottom: 30px;
  }
  #company table.infomation {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #company table.infomation th, #company table.infomation td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 20px;
    font-weight: 400;
  }
  #company table.infomation th {
    width: 6em;
  }
  #company table.infomation td p {
    font-size: 12px;
  }
  #company table.infomation td a {
    text-decoration: underline;
  }
  #company table.infomation td a:hover {
    text-decoration: none;
  }
  #company .boxWrap {
    margin-bottom: 40px;
    margin-top: -50px;
    padding-top: 60px;
  }
  #company .boxWrap .inner2 h3 {
    color: #0E548C;
    font-size: 16px;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #0E548C;
    margin-bottom: 20px;
  }
  #company .boxWrap .inner2 h3 span {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
  }
  #company .boxWrap .inner2 h3 span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #0E548C;
    top: 100%;
    left: 0;
    margin-top: -1px;
  }
  #company .boxWrap .inner2 .infomation {
    margin-bottom: 0px;
  }
  #company .boxWrap .inner2 ul.cf {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #company .boxWrap .inner2 ul.cf li {
    width: 48%;
  }
  #company .boxWrap .inner2 ul.cf:before {
    display: none;
  }
  #company .boxWrap .inner2 .box {
    border: 1px solid #000;
    padding: 10px;
  }
  #company .boxWrap .inner2 .box h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #company .boxWrap .inner2 .box p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #company .boxWrap .inner2 .box dl {
    overflow: hidden;
  }
  #company .boxWrap .inner2 .box dl dt {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #company .boxWrap .inner2 .box dl dd {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #company .boxWrap .inner2 .box dl dd a {
    text-decoration: underline;
  }
  #company .boxWrap .inner2 .box:not(:last-of-type) {
    margin-bottom: 20px;
  }

  #privacy .inner .content dl dt {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  #privacy .inner .content dl dt span {
    border-bottom: 1px solid #0E548C;
    padding-bottom: 3px;
  }
  #privacy .inner .content dl dd {
    font-size: 12px;
    margin-bottom: 40px;
  }

  #e404 .inner .content {
    border: 1px solid #0E548C;
    padding: 20px;
    text-align: center;
  }
  #e404 .inner .content h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  #e404 .inner .content p {
    font-size: 14px;
    letter-spacing: 0.14em;
    line-height: 2;
  }

  #sitemap .inner .content ul.col-2 {
    overflow: hidden;
    border-top: 1px solid #E3BB3E;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #sitemap .inner .content ul.col-2 li {
    width: 50%;
    float: left;
  }
  #sitemap .inner .content ul.col-2 li a {
    display: block;
    border-bottom: 1px solid #E3BB3E;
    padding: 10px 0;
  }
  #sitemap .inner .content ul.col-2 li.bdrnon {
    margin-top: 20px;
  }
  #sitemap .inner .content ul.col-2 li.bdrnon a {
    border: none;
  }
  #sitemap .inner .content div.col-3 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #sitemap .inner .content div.col-3 .box h4 {
    font-size: 12px;
    letter-spacing: 0;
  }
  #sitemap .inner .content div.col-3 .box h4 a {
    display: block;
    padding: 10px 0;
  }
  #sitemap .inner .content div.col-3 .box ul {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #sitemap .inner .content div.col-3 .box ul li {
    width: 48%;
    margin-bottom: 5px;
  }
  #sitemap .inner .content div.col-3 .box ul li a {
    font-size: 10px;
    letter-spacing: 0;
    display: block;
    position: relative;
    line-height: 1.4;
    padding: 5px 0 5px 15px;
  }
  #sitemap .inner .content div.col-3 .box ul li a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0E548C;
  }
}
