@charset "UTF-8";
*, *::after, *::before {
  box-sizing: border-box; }

body {
  margin: 0;
  line-height: 1; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0; }

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

button {
  background-color: inherit;
  padding: 0;
  border: none;
  outline: none; }

iframe {
  border: none;
  width: 100%; }

figure {
  margin: 0; }

* {
  word-wrap: break-word; }

html {
  font-size: 10px; }

body {
  font: 500 1.6rem/1.42857143 "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333; }

a {
  text-decoration: none;
  color: #333; }

.hide {
  display: none; }

br.sp {
  display: none; }

@media screen and (max-width: 600px) {
  br.sp {
    display: inline; } }
.cmn_figset {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .cmn_figset .main {
    width: 100%; }
  .cmn_figset .middle {
    width: 50%; }
  .cmn_figset .small {
    width: calc( 100% / 6 ); }

@media screen and (max-width: 600px) {
  .cmn_figset {
    margin-bottom: 10px; } }
.l-title {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: bold; }

.m-title {
  font-size: 30px;
  margin-bottom: 10px; }

.s-title {
  font-size: 24px;
  margin-bottom: 10px; }

.ss-title {
  font-size: 18px; }

@media screen and (max-width: 600px) {
  .l-title {
    font-size: 20px;
    margin-bottom: 10px; }

  .m-title {
    font-size: 18px;
    margin-bottom: 10px; }

  .s-title {
    font-size: 16px;
    margin-bottom: 10px; }

  .ss-title {
    font-size: 15px; } }
.center {
  text-align: center; }

.c_orange {
  color: #E94709; }

.lead {
  line-height: 1.8; }

.desc {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: -.02em; }

@media screen and (max-width: 600px) {
  .lead {
    font-size: 14px; }

  .desc {
    font-size: 13px; } }
.sec {
  padding: 30px 0; }
  .sec.bt {
    padding-top: 0; }
    .sec.bt .container {
      border-top: solid 1px #CCC;
      padding-top: 30px; }

.mb20 {
  margin-bottom: 20px; }

@media screen and (max-width: 600px) {
  .sec {
    padding: 14px 0; }
    .sec.bt {
      padding-top: 0; }
      .sec.bt .container {
        border-top: solid 1px #CCC;
        padding-top: 14px; }

  .mb20 {
    margin-bottom: 14px; } }
.row_block {
  margin-bottom: 30px; }

@media screen and (max-width: 600px) {
  .row_block {
    margin-bottom: 14px; } }
.contact_cta {
  text-align: center;
  padding: 20px 0 0; }

.contact_btn {
  display: inline-block;
  color: #FFF;
  padding: 4px 15px;
  background: #E94709;
  font-size: 14px;
  min-width: 380px; }
  .contact_btn .ico {
    vertical-align: middle;
    margin: 0 0 0 8px;
    height: 14px; }

@media screen and (max-width: 600px) {
  .contact_btn {
    min-width: inherit;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center; } }
.tel_link {
  font-size: 28px;
  margin: 8px 0 20px;
  display: inline-block;
  font-weight: bold;
  font-family: auto;
  pointer-events: none; }

@media screen and (max-width: 600px) {
  .tel_link {
    pointer-events: all; } }
.post_content {
  font-size: 14px;
  line-height: 1.75; }
  .post_content p {
    margin-bottom: .65em; }

.siteHeader {
  background: black;
  height: 68px;
  width: 100%;
  transition: all .3s ease;
  border-bottom: solid 1px #7e7e7e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700; }
  .siteHeader .inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-left: 20px; }
  .siteHeader .logo {
    display: flex;
    align-items: center; }
    .siteHeader .logo img {
      width: 159px; }
  .siteHeader .online_shop_btn {
    display: flex;
    margin-left: auto;
    align-items: center; }
    .siteHeader .online_shop_btn a {
      background: #E94709;
      color: #FFF;
      padding: 4px 13px;
      border-radius: 50px;
      font-size: 11px;
      height: 24px; }
    body.menu-on .siteHeader .online_shop_btn {
      display: none; }
  .siteHeader .menu {
    display: flex;
    align-items: center;
    height: 68px;
    width: 68px;
    margin-left: 28px;
    justify-content: center;
    border-left: solid 1px #7e7e7e; }
    .siteHeader .menu button {
      position: relative;
      cursor: pointer;
      width: 20px;
      height: 17px;
      background-color: transparent; }
    .siteHeader .menu span {
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: #FFF;
      left: 0;
      transition: .35s ease-in-out; }
      .siteHeader .menu span:nth-child(1) {
        top: 0; }
      .siteHeader .menu span:nth-child(2) {
        top: 50%; }
      .siteHeader .menu span:nth-child(3) {
        bottom: 0; }
  .siteHeader .header-inline-nav {
    display: flex;
    margin-left: 40px;
    align-items: center;
    font-size: 14px;
    font-weight: bold; }
    .siteHeader .header-inline-nav li {
      position: relative; }
      .siteHeader .header-inline-nav li.active a {
        color: #E94709; }
    .siteHeader .header-inline-nav a {
      color: #FFF;
      display: block;
      margin: 0 3em 0 0;
      cursor: pointer; }
      .siteHeader .header-inline-nav a .ja {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0; }
      .siteHeader .header-inline-nav a:hover .en {
        visibility: hidden; }
      .siteHeader .header-inline-nav a:hover .ja {
        display: inline-block;
        visibility: visible; }
    .siteHeader .header-inline-nav .child-menu {
      position: fixed;
      top: 68px;
      z-index: 3;
      /* height: 68px; */
      width: 100%;
      left: 0;
      display: none;
      opacity: 0;
      max-height: calc( 100vh - 68px );
      overflow-y: auto; }
      .siteHeader .header-inline-nav .child-menu.on {
        display: block;
        opacity: 1;
        -webkit-animation: .6s show_menu;
        animation: .6s show_menu; }
      .siteHeader .header-inline-nav .child-menu .cm_inner {
        background: #f2f2f2;
        height: 100%;
        width: 100%;
        /* max-width: 1200px; */
        margin: 0 auto;
        padding: 30px;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        border-bottom: solid 1px #CCC; }
        .siteHeader .header-inline-nav .child-menu .cm_inner h3 {
          font-size: 20px;
          margin: 0 0 20px 10px; }
          .siteHeader .header-inline-nav .child-menu .cm_inner h3 .cm_car_type {
            font-size: 14px;
            display: inline-block;
            margin-left: 15px; }
      .siteHeader .header-inline-nav .child-menu ul {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        align-items: center;
        width: 100%;
        margin-bottom: 40px; }
        .siteHeader .header-inline-nav .child-menu ul li {
          margin: 0 10px 20px;
          flex-basis: 15%;
          /*			
          					span {
          					    padding: 0 15%;
          						cursor: pointer;
          						color: #9fa0a0;
          						&.active {
          							color: #000;
          						}
          					}
          			*/ }
          .siteHeader .header-inline-nav .child-menu ul li a {
            color: #000;
            margin: 0; }
            .siteHeader .header-inline-nav .child-menu ul li a span {
              font-size: 13px;
              color: #444;
              display: block;
              margin: 10px 0 0; }
          .siteHeader .header-inline-nav .child-menu ul li .arrow {
            font-style: normal;
            color: #E94709;
            position: absolute;
            padding-left: 4px; }
          .siteHeader .header-inline-nav .child-menu ul li ul {
            display: block;
            background: #f2f2f2;
            padding: 13px 15%;
            height: auto;
            width: calc( 100% + 10px );
            margin-right: 10px;
            transform: translateX(-10px);
            visibility: hidden; }
            .siteHeader .header-inline-nav .child-menu ul li ul.on {
              visibility: visible; }
            .siteHeader .header-inline-nav .child-menu ul li ul li {
              padding: 0;
              height: auto;
              line-height: initial;
              display: block;
              float: none;
              width: auto; }
              .siteHeader .header-inline-nav .child-menu ul li ul li:not(:last-child) a {
                border-bottom: solid 1px #CCC; }
              .siteHeader .header-inline-nav .child-menu ul li ul li a {
                color: #000;
                font-weight: normal;
                padding: 10px 0;
                margin-right: 0; }
                .siteHeader .header-inline-nav .child-menu ul li ul li a span {
                  color: #E94709;
                  padding: 0 5px 0 0; }
      .siteHeader .header-inline-nav .child-menu .close {
        width: 30px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 20px; }
        .siteHeader .header-inline-nav .child-menu .close span::before,
        .siteHeader .header-inline-nav .child-menu .close span::after {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 84%;
          height: 4%;
          margin: -8% 0 0 -42%;
          background: #000; }
        .siteHeader .header-inline-nav .child-menu .close span::before {
          transform: rotate(-45deg); }
        .siteHeader .header-inline-nav .child-menu .close span::after {
          transform: rotate(45deg); }
    body.menu-on .siteHeader .header-inline-nav {
      display: none; }

.siteNav {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: calc( 100vh - 68px );
  background: #000;
  color: #FFF;
  top: 68px;
  opacity: 0;
  transition: all .3s ease;
  overflow: auto;
  padding: 20px 0 0; }
  body.menu-on .siteNav {
    opacity: 1;
    z-index: 200; }
  .siteNav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px; }
  .siteNav .navBody {
    height: 100%;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    font-size: 14px; }
    .siteNav .navBody .container {
      margin-bottom: 10%;
      width: 100%; }
    .siteNav .navBody .nav_ttl {
      margin-bottom: 26px; }
    .siteNav .navBody .nav_row {
      display: flex;
      justify-content: space-between; }
    .siteNav .navBody h2 {
      text-align: left;
      color: #CCC;
      font-size: 12px;
      font-weight: normal;
      margin-bottom: 26px;
      width: 100%; }
    .siteNav .navBody .nav_product_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-right: solid 1px #1F1918;
      padding-right: 5%;
      flex-basis: 64%;
      width: 64%; }
    .siteNav .navBody ul {
      padding: 0 0 26px;
      text-align: left; }
      .siteNav .navBody ul a {
        color: #FFF; }
      .siteNav .navBody ul span {
        font-size: 12px;
        margin-right: 8px;
        color: #E94709; }
      .siteNav .navBody ul li {
        margin-bottom: 26px; }
        .siteNav .navBody ul li ul {
          padding: 0; }
          .siteNav .navBody ul li ul li {
            margin: 10px 0 4px; }
        .siteNav .navBody ul li dl {
          display: flex;
          margin: 0; }
        .siteNav .navBody ul li dt {
          min-width: 120px;
          text-align: left;
          padding: 0;
          margin: 0; }
        .siteNav .navBody ul li dd {
          margin: 0;
          padding: 0; }
      .siteNav .navBody ul.mid li dt {
        min-width: 90px; }
    .siteNav .navBody .else_nav {
      margin: 44px 0 0 0;
      flex-basis: 30%;
      width: 30%; }
      .siteNav .navBody .else_nav ul {
        padding: 0; }

.hn_br {
  display: none; }

@media screen and (max-width: 1180px) {
  .siteHeader .inner {
    padding-left: 10px; }
  .siteHeader .header-inline-nav {
    margin-left: 20px;
    font-size: 1.2vw; }
    .siteHeader .header-inline-nav .child-menu .cm_inner {
      width: 100%; }
      .siteHeader .header-inline-nav .child-menu .cm_inner li {
        flex-basis: inherit; }
    .siteHeader .header-inline-nav li {
      flex-basis: 10%; }
    .siteHeader .header-inline-nav a {
      margin: 0 2em 0 0; }
  .siteHeader .menu {
    margin-left: 10px; }
  .siteHeader .online_shop_btn a {
    height: auto;
    text-align: center;
    padding: 4px 4px; }
  .siteHeader .hn_br {
    display: inline; }

  .siteNav .navBody .nav_product_box {
    padding-right: 3%;
    flex-basis: 70%;
    width: 70%; }
  .siteNav .navBody .else_nav {
    flex-basis: 24%;
    width: 24%; } }
@media screen and (max-width: 600px) {
  .siteHeader {
    height: 50px; }
    .siteHeader .logo a {
      line-height: 0; }
    .siteHeader .logo img {
      width: 110px; }
    .siteHeader .header-inline-nav {
      display: none; }
    .siteHeader .online_shop_btn a {
      background: #E94709;
      color: #FFF;
      padding: 2px 13px;
      border-radius: 50px;
      font-size: 10px;
      height: 18px; }
    .siteHeader .menu {
      width: 50px;
      height: 50px;
      border-left: none;
      margin-left: 0; }

  .siteNav {
    top: 50px;
    height: calc( 100vh - 50px );
    padding: 20px 0 0 0; }
    .siteNav .navBody {
      display: block;
      font-size: 12px;
      height: auto; }
      .siteNav .navBody .nav_product_box {
        border: none;
        width: 100%; }
      .siteNav .navBody .nav_row {
        display: block; }
      .siteNav .navBody h2 {
        font-size: 10px;
        margin-bottom: 10px; }
      .siteNav .navBody ul {
        padding: 0; }
        .siteNav .navBody ul li {
          margin-bottom: 10px; }
          .siteNav .navBody ul li dt {
            min-width: 150px; }
        .siteNav .navBody ul.mid li dt {
          min-width: 150px; }
      .siteNav .navBody .else_nav {
        margin: 16px 0 0;
        padding-top: 16px;
        border-top: solid 1px #777;
        display: flex;
        width: 100%; }
        .siteNav .navBody .else_nav ul {
          min-width: 150px; } }
.menu-on .siteHeader .menu span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.menu-on .siteHeader .menu span:nth-child(2) {
  width: 0;
  left: 50%; }
.menu-on .siteHeader .menu span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header-fixed-adjust {
  padding-top: 68px; }

@media screen and (max-width: 600px) {
  .header-fixed-adjust {
    padding-top: 50px; } }
@-webkit-keyframes show_menu {
  0% {
    display: none;
    transform: translateY(-20px);
    opacity: 0; }
  1% {
    display: block;
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    display: block;
    transform: translateY(0);
    opacity: 1; } }
@keyframes show_menu {
  0% {
    display: none;
    transform: translateY(-20px);
    opacity: 0; }
  1% {
    display: block;
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    display: block;
    transform: translateY(0);
    opacity: 1; } }
.layout .container {
  max-width: 960px;
  width: calc( (100% * 0.8) + 1px );
  padding: 0;
  margin: 0 auto;
  position: relative; }
  .layout .container.wide {
    max-width: 1366px; }
  .layout .container:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    .layout .container {
      padding: 0 20px;
      width: auto; } }

@media screen and (max-width: 1024px) {
  .layout .container {
    width: 100%;
    padding: 0 20px; } }
.mainvisual {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 53%; }
  .mainvisual .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center; }
  .mainvisual .controls {
    display: flex;
    position: absolute;
    bottom: 30px;
    width: 100%;
    justify-content: center; }
    .mainvisual .controls .prev {
      margin: 0 10px; }
      .mainvisual .controls .prev button {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        margin: 2px 0 0 0;
        border-top: solid 2px #666;
        border-right: solid 2px #666;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        cursor: pointer; }
    .mainvisual .controls .next {
      margin: 0 10px; }
      .mainvisual .controls .next button {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        margin: 2px 0 0 0;
        border-top: solid 2px #666;
        border-right: solid 2px #666;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        cursor: pointer; }
    .mainvisual .controls .pager {
      display: flex;
      font-size: 0; }
      .mainvisual .controls .pager li {
        margin: 0 10px; }
      .mainvisual .controls .pager button {
        width: 10px;
        height: 10px;
        background: #FFF;
        border-radius: 50%;
        border: solid 1px #9FA0A0;
        cursor: pointer;
        outline: none; }
        .mainvisual .controls .pager button.active {
          background: #E94709;
          border-color: #E94709; }

@media screen and (max-width: 1200px) {
  .mainvisual .slider {
    width: 100%; }
  .mainvisual .controls {
    bottom: 20px; } }
@media screen and (max-width: 600px) {
  .mainvisual {
    padding-top: 66%; }
    .mainvisual .slider {
      width: 100%; }
    .mainvisual .controls {
      bottom: 10px;
      font-size: 0; }
      .mainvisual .controls .pager li {
        margin: 0 5px; }
      .mainvisual .controls .pager button {
        width: 9px;
        height: 9px; }
      .mainvisual .controls .next button {
        width: 8px;
        height: 8px;
        margin: 0; }
      .mainvisual .controls .prev button {
        width: 8px;
        height: 8px;
        margin: 0; } }
.pagination {
  padding: 40px 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .pagination {
      padding: 70px 0; } }
  .pagination .page-numbers {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #EFEFEF;
    color: #333;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 11px; }
    @media screen and (max-width: 767px) {
      .pagination .page-numbers {
        font-size: 15px;
        min-width: 30px;
        height: 30px;
        line-height: 30px; } }
    .pagination .page-numbers.current {
      background: #E94709;
      color: #FFF; }
    .pagination .page-numbers:hover {
      background: #CCCCCC;
      color: #333; }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../assets/images/plugins/bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 5vw; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #F7754D; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../assets/images/plugins/bxslider/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../assets/images/plugins/bxslider/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../assets/images/plugins/bxslider/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../assets/images/plugins/bxslider/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-content-scrollable {
  position: relative;
  height: 100%;
  overflow: auto; }

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity; }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px) brightness(1.01);
  filter: blur(32px) brightness(1.01); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1.01);
  filter: blur(0px) brightness(1.01); }

.vegas-transition-blur2-out {
  opacity: 0; }

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  transform: translateY(100%); }

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  transform: translateX(-100%); }

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  transform: translateX(100%); }

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  transform: translateY(-100%); }

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0; }

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0; }

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
@keyframes kenburns {
  0% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
body {
  font-family: 'Merriweather Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, sans-serif; }

.sec-title {
  font-size: 35px;
  font-weight: bold;
  color: #E94709;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }
  .sec-title small {
    font-size: 18px;
    display: inline-block;
    margin-right: 1em; }

.sub-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px; }
  .sub-title.w {
    color: #FFF; }

a.more {
  font-size: 12px;
  padding-right: 12px;
  position: relative; }
  a.more span {
    color: #E94709;
    position: absolute;
    right: 0; }

@media screen and (max-width: 600px) {
  .sec-title {
    font-size: 20px; }

  .sub-title {
    font-size: 12px;
    margin-bottom: 16px; } }
.sec-intro {
  padding: 50px 0;
  text-align: center; }
  .sec-intro .lead {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    letter-spacing: .2em; }
    .sec-intro .lead img {
      height: 16px; }
    .sec-intro .lead span {
      margin: 0 10px;
      display: block;
      display: flex;
      align-items: center; }
      .sec-intro .lead span.txt {
        padding: 3px 0 0; }

@media screen and (max-width: 600px) {
  .sec-intro {
    padding: 20px 0; }
    .sec-intro .lead {
      display: block;
      text-align: center;
      font-size: 10px;
      letter-spacing: .1em; }
      .sec-intro .lead img {
        height: 10px; }
      .sec-intro .lead span {
        margin: 0;
        display: block; }
        .sec-intro .lead span.txt {
          margin-bottom: 10px; } }
.sec-body-cover {
  background: url(../images/top/body-cover-bg.jpg) right bottom no-repeat #000;
  background-size: auto 100%;
  padding: 30px 0; }
  .sec-body-cover .body-cover-info {
    padding: 12px 0 0;
    display: flex;
    justify-content: space-between; }
    .sec-body-cover .body-cover-info .name {
      color: #FFF;
      font-size: 14px; }
    .sec-body-cover .body-cover-info .more {
      border-bottom: solid 1px #666;
      position: relative;
      z-index: 8;
      color: #FFF; }
      .sec-body-cover .body-cover-info .more span {
        color: #E94709; }
  .sec-body-cover .bx-wrapper {
    background: #FFF; }
    .sec-body-cover .bx-wrapper .bx-pager {
      padding: 10px 0 0;
      z-index: 7; }
      .sec-body-cover .bx-wrapper .bx-pager a {
        margin: 0 10px;
        background: #FFF; }

@media screen and (max-width: 600px) {
  .sec-body-cover {
    padding: 15px 0 30px;
    background: url(../images/top/body-cover-bg_sp.jpg) right top no-repeat #000;
    background-size: 100% auto; }
    .sec-body-cover .sec-title {
      max-width: 50%; }
    .sec-body-cover .sub-title {
      text-align: left; }
    .sec-body-cover .body-cover-info .name {
      font-size: 12px; }
    .sec-body-cover .body-cover-info .more {
      font-size: 12px;
      color: #FFF; }
    .sec-body-cover .bx-wrapper .bx-pager a {
      margin: 4px 10px;
      background: #FFF;
      width: 7px;
      height: 7px; } }
.sec-body-cover-pager {
  padding: 30px 0 50px; }
  .sec-body-cover-pager .pager-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .sec-body-cover-pager .pager-list li {
      flex-basis: 19%;
      padding: 0 0 10px;
      border-bottom: solid 1px #E84709;
      margin: 0 10px 20px; }
    .sec-body-cover-pager .pager-list .thumb {
      border: solid 1px #CCC;
      margin-bottom: 14px;
      display: block;
      cursor: pointer; }
    .sec-body-cover-pager .pager-list .name {
      font-size: 12px; }
  .sec-body-cover-pager .body-cover-pager-info {
    display: flex;
    justify-content: space-between; }

@media screen and (max-width: 600px) {
  .sec-body-cover-pager {
    padding: 0 0 30px;
    margin-top: -20px; }
    .sec-body-cover-pager .pager-list {
      justify-content: flex-start; }
      .sec-body-cover-pager .pager-list li {
        flex-basis: 31%;
        margin: 0px 3px 10px;
        padding-bottom: 6px;
        border-bottom: solid 1px #E84709; }
      .sec-body-cover-pager .pager-list .thumb {
        margin-bottom: 8px; }
      .sec-body-cover-pager .pager-list .name {
        font-size: 8px;
        display: block;
        margin-bottom: 2px; }
      .sec-body-cover-pager .pager-list .more {
        font-size: 8px;
        border-bottom: none;
        display: block; }
    .sec-body-cover-pager .body-cover-pager-info {
      display: block;
      text-align: center; } }
.tab_item {
  display: none; }
  .tab_item.active {
    display: block; }

.sec-aero-parts {
  margin-bottom: 30px;
  background: url(../images/top/aero-parts-bg.jpg) right bottom no-repeat #D7D7D7;
  background-size: auto 100%;
  padding: 30px 0 0; }
  .sec-aero-parts .work-list {
    display: flex; }
  .sec-aero-parts .bx-wrapper {
    background: #FFF; }
    .sec-aero-parts .bx-wrapper .bx-pager {
      padding: 10px 0 0; }
      .sec-aero-parts .bx-wrapper .bx-pager a {
        margin: 0 10px;
        background: #FFF; }
  .sec-aero-parts .inner {
    padding: 0 0 60px;
    border-bottom: solid 10px #E84709; }

@media screen and (max-width: 600px) {
  .sec-aero-parts {
    margin-bottom: 30px;
    background: url(../images/top/aero-parts-bg_sp.jpg) right top no-repeat #D7D7D7;
    background-size: 100% auto;
    padding: 4px 0 0 0; }
    .sec-aero-parts .sec-title {
      justify-content: flex-start;
      max-width: 50%; }
    .sec-aero-parts .sub-title {
      text-align: left;
      letter-spacing: -.1em; }
    .sec-aero-parts .inner {
      padding: 0 0 40px;
      border-bottom: solid 5px #E84709; }
    .sec-aero-parts .bx-wrapper .bx-pager a {
      margin: 4px 10px;
      background: #FFF;
      width: 7px;
      height: 7px; } }
.sec-work {
  margin-bottom: 30px; }
  .sec-work .work-list {
    display: flex; }
    .sec-work .work-list li {
      flex-basis: 25%;
      width: 25%; }

@media screen and (max-width: 600px) {
  .sec-work .work-list {
    flex-wrap: wrap; }
    .sec-work .work-list li {
      flex-basis: 50%;
      width: 50%; } }
.sec-concept {
  margin-bottom: 40px; }

.sec-news .news-title {
  font-size: 18px;
  display: flex;
  align-items: center; }
.sec-news .news-area {
  padding: 40px 0 0; }
.sec-news ul {
  margin-bottom: 40px;
  font-size: 12px;
  		/*
      display: flex;
      flex-wrap: wrap;		
  		*/ }
.sec-news li {
  border-bottom: dotted 1px #CCC;
  flex-basis: 50%; }
  .sec-news li .date {
    margin-right: 20px; }
  .sec-news li a {
    display: flex;
    align-items: flex-start;
    padding: 14px 0; }
    .sec-news li a h3 {
      font-size: 12px; }
  .sec-news li .thumb {
    flex-basis: 120px; }
  .sec-news li .news_info {
    flex-basis: calc( 100% - 120px );
    padding: 0 20px; }

@media screen and (max-width: 600px) {
  .sec-news .news-title {
    font-size: 14px;
    justify-content: space-between; }
  .sec-news .news-area {
    padding: 20px 0 0; }
  .sec-news li {
    flex-basis: 100%; }
    .sec-news li .date {
      display: block;
      margin: 0 0 4px; }
    .sec-news li a {
      padding: 10px 0; }
    .sec-news li .thumb {
      flex-basis: 100px; }
    .sec-news li .news_info {
      flex-basis: calc( 100% - 100px );
      padding: 0 0 0 10px; } }
.sec-online {
  background: #E94709;
  padding: 30px 0;
  /* margin-top: 60px;  */
  /* margin-top: 20px; */ }
  .sec-online a {
    border: solid 1px #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 570px;
    margin: 0 auto;
    color: #FFF;
    padding: 18px 30px;
    font-size: 22px;
    font-weight: bold;
    transition: all .3s ease; }
    .sec-online a:hover {
      background: #FFF;
      color: #E94709; }

@media screen and (max-width: 600px) {
  .sec-online {
    margin-top: 40px;
    padding: 20px 0; }
    .sec-online a {
      padding: 12px 0;
      font-size: 18px; } }
footer {
  background: #D8D7DA; }
  footer .company-info {
    display: flex;
    padding: 0 0 30px;
    align-items: flex-end; }
  footer .eleven_logo {
    max-width: 250px;
    margin-right: 20px; }
  footer .eleven_c_name {
    font-size: 12px;
    display: inline-block; }
  footer .addr {
    font-size: 12px;
    display: inline-block; }
  footer .copyright {
    background: #000;
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 10px;
    padding: 10px 0; }

@media screen and (max-width: 900px) {
  footer .company-info {
    display: block;
    padding: 10px 0; }
  footer .eleven_logo {
    max-width: 140px;
    margin-bottom: 0; }
  footer .eleven_c_name {
    font-size: 10px;
    margin-bottom: 5px; }
  footer .addr {
    font-size: 10px; } }
.footerNav {
  padding: 40px 0;
  display: flex; }
  .footerNav .footer-nav-logo {
    flex-basis: 115px; }
  .footerNav .navBody {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 0 90px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .footerNav .navBody .container {
      margin-bottom: 10%; }
    .footerNav .navBody .nav_ttl {
      margin-bottom: 26px; }
    .footerNav .navBody .nav_row {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 0 0 26px; }
    .footerNav .navBody h2 {
      text-align: left;
      color: #888;
      font-size: 12px;
      font-weight: normal;
      margin: 6px 0 14px;
      width: 100%; }
    .footerNav .navBody .nav_product_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-right: solid 1px #1F1918;
      padding-right: 6%; }
    .footerNav .navBody ul {
      padding: 0;
      text-align: left; }
      .footerNav .navBody ul span {
        font-size: 12px;
        margin-right: 8px;
        color: #E94709; }
      .footerNav .navBody ul li {
        margin-bottom: 14px; }
        .footerNav .navBody ul li ul {
          padding: 2px 0; }
          .footerNav .navBody ul li ul li {
            margin: 4px 0; }
        .footerNav .navBody ul li dl {
          display: flex;
          margin: 0; }
        .footerNav .navBody ul li dt {
          min-width: 90px;
          text-align: left;
          padding: 0;
          margin: 0; }
        .footerNav .navBody ul li dd {
          margin: 0;
          padding: 0; }
      .footerNav .navBody ul.mid li dt {
        min-width: 72px; }
    .footerNav .navBody .else_nav {
      margin: 0 0 0 20px;
      border-left: solid 1px #BBB;
      padding: 0 0 0 20px; }
      .footerNav .navBody .else_nav ul {
        padding: 0; }

@media screen and (max-width: 600px) {
  footer .footerNav {
    display: none; } }
body.page-id-8 .sec-page-title {
  background: url("../images/aero-parts/pt-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 53%;
  position: relative; }
  body.page-id-8 .sec-page-title .lead {
    position: absolute;
    top: 7vw;
    width: 40vw;
    left: 5vw; }
body.page-id-8 .sec-a-intro {
  padding: 40px 0; }
  body.page-id-8 .sec-a-intro .lead {
    text-align: center;
    line-height: 1.8;
    padding: 0; }
@media screen and (max-width: 600px) {
  body.page-id-8 .sec-a-intro {
    padding: 20px 0; }
    body.page-id-8 .sec-a-intro .lead {
      font-size: 12px;
      padding: 0; } }
body.page-id-8 .sec-a-aero-parts {
  margin: 0 0 70px; }
  body.page-id-8 .sec-a-aero-parts .bt {
    padding-top: 40px;
    border-top: solid 1px #CCC; }
  body.page-id-8 .sec-a-aero-parts .sec-title {
    margin-bottom: 30px; }
  body.page-id-8 .sec-a-aero-parts .thumbs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    body.page-id-8 .sec-a-aero-parts .thumbs li {
      flex-basis: 32%; }
  body.page-id-8 .sec-a-aero-parts .spec li {
    padding: 10px;
    background: #F7F8F8;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -.05em; }
  body.page-id-8 .sec-a-aero-parts .set {
    background: #DCDDDD;
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: -.05em;
    display: flex;
    align-items: center; }
  body.page-id-8 .sec-a-aero-parts .name_en {
    min-width: 90px;
    display: inline-block; }
  body.page-id-8 .sec-a-aero-parts .name {
    min-width: 100px;
    display: inline-block;
    font-size: 11px; }
  body.page-id-8 .sec-a-aero-parts .price {
    min-width: 110px;
    display: inline-block; }
  body.page-id-8 .sec-a-aero-parts .notice {
    font-size: 11px; }
  body.page-id-8 .sec-a-aero-parts a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 auto;
    color: #FFF;
    padding: 4px 15px;
    background: #E94709;
    font-size: 12px;
    letter-spacing: -.05em;
    min-width: 240px; }
    body.page-id-8 .sec-a-aero-parts a .ja {
      font-size: 10px;
      padding-left: 24px; }
@media screen and (max-width: 600px) {
  body.page-id-8 .sec-a-aero-parts .bt {
    padding: 20px 0 0; }
  body.page-id-8 .sec-a-aero-parts .sec-title {
    max-width: 180px;
    justify-content: center;
    margin: 0 auto 20px; }
  body.page-id-8 .sec-a-aero-parts .thumbs {
    margin-bottom: 20px; }
  body.page-id-8 .sec-a-aero-parts .set {
    display: block; }
  body.page-id-8 .sec-a-aero-parts a {
    display: flex;
    margin: 14px auto 0; } }

body.parent-pageid-10 .sec-page-title {
  background: none no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 53%;
  position: relative; }
  body.parent-pageid-10 .sec-page-title .lead {
    position: absolute;
    top: 7vw;
    left: 5vw;
    text-align: left; }
  body.parent-pageid-10 .sec-page-title .switch-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
body.parent-pageid-10 .body-rotate-slider-wrap {
  border-top: solid 1px #E94709;
  border-bottom: solid 1px #E94709;
  position: relative;
  margin-bottom: 40px; }
  body.parent-pageid-10 .body-rotate-slider-wrap .ico {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 40px;
    width: 70px; }
  body.parent-pageid-10 .body-rotate-slider-wrap .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 20px; }
body.parent-pageid-10 .sec-b-rotate .l-title span {
  font-size: 20px;
  color: #333;
  margin-left: 30px; }
body.parent-pageid-10 .sec-b-rotate .label {
  text-align: center; }
  body.parent-pageid-10 .sec-b-rotate .label .cover_toggle_btn {
    display: inline-block;
    color: #FFF;
    padding: 4px 15px;
    background: #727171;
    font-size: 14px;
    min-width: 380px;
    cursor: pointer; }
    body.parent-pageid-10 .sec-b-rotate .label .cover_toggle_btn.on {
      background: #E94709; }
    body.parent-pageid-10 .sec-b-rotate .label .cover_toggle_btn span {
      margin-left: 20px; }
body.parent-pageid-10 .bx-wrapper .bx-controls-direction a {
  z-index: 8; }
body.parent-pageid-10 .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(/wp-content/themes/neight/images/body-cover/ico-prev.png) no-repeat;
  height: 40px; }
body.parent-pageid-10 .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(/wp-content/themes/neight/images/body-cover/ico-next.png) no-repeat;
  height: 40px; }
body.parent-pageid-10 .rotate_btn {
  cursor: pointer; }
body.parent-pageid-10 .sec-b-colors .l-title span {
  font-size: 15px;
  color: #333;
  margin-left: 30px;
  letter-spacing: -.05em; }
body.parent-pageid-10 .sec-b-colors .colors_wrap {
  margin-bottom: 20px; }
body.parent-pageid-10 .sec-b-colors .color-sample {
  border-bottom: solid 1px #E94709;
  margin-bottom: 40px; }
  body.parent-pageid-10 .sec-b-colors .color-sample .c_thumb {
    position: absolute;
    top: 0;
    left: 0;
    background: #000; }
body.parent-pageid-10 .body-colors {
  display: flex;
  justify-content: space-between; }
  body.parent-pageid-10 .body-colors li {
    width: calc(100% / 12);
    font-size: 10px;
    overflow: visible; }
    body.parent-pageid-10 .body-colors li span {
      display: block;
      padding: 10px 0;
      text-align: center;
      width: calc( 100% + 20px );
      margin-left: -10px; }
    body.parent-pageid-10 .body-colors li input {
      display: block;
      margin: 0 auto; }
    body.parent-pageid-10 .body-colors li img {
      background: #000; }
body.parent-pageid-10 .info {
  text-align: center; }
  body.parent-pageid-10 .info .price {
    font-size: 36px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, sans-serif;
    font-weight: bold; }
    body.parent-pageid-10 .info .price small {
      font-size: 16px; }
  body.parent-pageid-10 .info .notice {
    font-size: 14px;
    margin: 6px 0 20px; }
  body.parent-pageid-10 .info a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #FFF;
    padding: 18px 10px;
    background: #E94709;
    font-size: 20px;
    letter-spacing: -.05em;
    max-width: 740px;
    font-weight: bold;
    transition: all .3s ease; }
    body.parent-pageid-10 .info a:hover {
      opacity: .7; }
body.parent-pageid-10 .sec-b-material {
  padding: 30px 0; }
  body.parent-pageid-10 .sec-b-material .l-title span {
    font-size: 24px;
    color: #333;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle; }
  body.parent-pageid-10 .sec-b-material .row {
    display: flex;
    justify-content: space-between; }
  body.parent-pageid-10 .sec-b-material .col {
    flex-basis: 48%; }
    body.parent-pageid-10 .sec-b-material .col figure {
      margin-bottom: 14px; }
    body.parent-pageid-10 .sec-b-material .col .ss-title {
      margin-bottom: 6px; }
@media screen and (max-width: 768px) {
  body.parent-pageid-10 .sec-page-title {
    background-size: 100%;
    padding: 53% 0 0;
    height: 0;
    position: relative; }
    body.parent-pageid-10 .sec-page-title .lead {
      top: 7vw; } }
@media screen and (max-width: 600px) {
  body.parent-pageid-10 .sec-page-title .lead {
    top: 5vw; }
  body.parent-pageid-10 .sec-b-rotate .l-title span {
    display: block;
    margin: 0;
    font-size: 13px; }
  body.parent-pageid-10 .sec-b-rotate .label .cover_toggle_btn {
    min-width: inherit;
    font-size: 12px; }
  body.parent-pageid-10 .sec-b-material .l-title span {
    display: block;
    margin: 0;
    font-size: 13px; }
  body.parent-pageid-10 .sec-b-material .col .ss-title {
    min-height: 2.5em; }
  body.parent-pageid-10 .sec-b-colors .l-title span {
    display: block;
    margin: 0;
    font-size: 13px; }
  body.parent-pageid-10 .sec-b-colors .colors_wrap {
    max-width: 100%;
    overflow: scroll; }
  body.parent-pageid-10 .sec-b-colors .color-sample .c_thumb {
    max-width: 40px; }
  body.parent-pageid-10 .body-colors {
    flex-wrap: wrap;
    width: max-content; }
    body.parent-pageid-10 .body-colors li {
      margin: 0 4px 0 0;
      width: 52px;
      flex-basis: 40px;
      font-size: 10px; }
  body.parent-pageid-10 .info a {
    margin: 0 auto;
    padding: 14px 15px;
    font-size: 20px; }
  body.parent-pageid-10 .body-rotate-slider-wrap .ico {
    top: 10px;
    left: 0px;
    width: 40px; }
  body.parent-pageid-10 .bx-wrapper .bx-controls-direction a.bx-prev {
    height: 20px;
    background-size: auto 20px; }
  body.parent-pageid-10 .bx-wrapper .bx-controls-direction a.bx-next {
    height: 20px;
    background-size: auto 20px; } }
body.parent-pageid-10 .sec-a-intro {
  padding: 40px 0; }
  body.parent-pageid-10 .sec-a-intro .sec-title {
    max-width: 500px;
    display: block;
    margin: 0 auto 20px; }
  body.parent-pageid-10 .sec-a-intro .mid-title {
    text-align: center;
    font-size: 35px;
    margin: 0 auto 20px; }
  body.parent-pageid-10 .sec-a-intro .lead {
    text-align: center;
    line-height: 1.8;
    padding: 0; }
@media screen and (max-width: 600px) {
  body.parent-pageid-10 .sec-a-intro {
    padding: 20px 0; }
    body.parent-pageid-10 .sec-a-intro .sec-title {
      max-width: 500px;
      display: block;
      margin: 0 auto 10px; }
    body.parent-pageid-10 .sec-a-intro .mid-title {
      text-align: center;
      font-size: 18px;
      margin: 0 auto 10px; }
    body.parent-pageid-10 .sec-a-intro .lead {
      font-size: 12px; } }
body.parent-pageid-10 .sec-a-aero-parts {
  margin: 0 0 70px; }
  body.parent-pageid-10 .sec-a-aero-parts .bt {
    padding-top: 40px;
    border-top: solid 1px #CCC; }
  body.parent-pageid-10 .sec-a-aero-parts .sec-title {
    margin-bottom: 30px; }
  body.parent-pageid-10 .sec-a-aero-parts .figs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    body.parent-pageid-10 .sec-a-aero-parts .figs .main {
      width: 100%; }
    body.parent-pageid-10 .sec-a-aero-parts .figs .front {
      width: 50%; }
    body.parent-pageid-10 .sec-a-aero-parts .figs .back {
      width: 50%; }
  body.parent-pageid-10 .sec-a-aero-parts .thumbs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    body.parent-pageid-10 .sec-a-aero-parts .thumbs li {
      flex-basis: 32%; }
  body.parent-pageid-10 .sec-a-aero-parts .spec li {
    padding: 10px;
    background: #F7F8F8;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -.05em; }
  body.parent-pageid-10 .sec-a-aero-parts .set {
    background: #DCDDDD;
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: -.05em; }
  body.parent-pageid-10 .sec-a-aero-parts .name_en {
    min-width: 90px;
    display: inline-block; }
  body.parent-pageid-10 .sec-a-aero-parts .name {
    min-width: 100px;
    display: inline-block;
    font-size: 11px; }
  body.parent-pageid-10 .sec-a-aero-parts .price {
    min-width: 110px;
    display: inline-block; }
  body.parent-pageid-10 .sec-a-aero-parts .notice {
    font-size: 11px; }
  body.parent-pageid-10 .sec-a-aero-parts a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    color: #FFF;
    padding: 4px 15px;
    background: #E94709;
    font-size: 11px;
    letter-spacing: -.05em; }
    body.parent-pageid-10 .sec-a-aero-parts a .ja {
      font-size: 10px;
      padding-left: 24px; }
@media screen and (max-width: 600px) {
  body.parent-pageid-10 .sec-a-aero-parts .bt {
    padding: 20px 0 0; }
  body.parent-pageid-10 .sec-a-aero-parts .sec-title {
    max-width: 180px;
    justify-content: center;
    margin: 0 auto 20px; }
  body.parent-pageid-10 .sec-a-aero-parts .figs {
    margin-bottom: 10px; }
  body.parent-pageid-10 .sec-a-aero-parts .thumbs {
    margin-bottom: 20px; }
  body.parent-pageid-10 .sec-a-aero-parts a {
    display: flex;
    margin-top: 14px; } }
body.parent-pageid-10 .commitment_block {
  background-image: url(../images/body-cover/commitment_bg.png);
  text-align: center;
  padding: 50px 10px 15px; }
  body.parent-pageid-10 .commitment_block p {
    margin: 30px 0 0;
    font-weight: bold;
    font-size: 20px; }
  body.parent-pageid-10 .commitment_block span {
    color: #FFF;
    background: #E94709;
    padding: 0 12px;
    letter-spacing: 1px;
    text-indent: 5px;
    display: inline-block;
    margin-right: 1em;
    font-size: 15px; }
@media screen and (max-width: 600px) {
  body.parent-pageid-10 .commitment_block {
    padding: 40px 10px 15px; }
    body.parent-pageid-10 .commitment_block p {
      margin: 20px 0 0;
      font-size: 14px;
      text-align: left; }
    body.parent-pageid-10 .commitment_block span {
      font-size: 12px; }
    body.parent-pageid-10 .commitment_block strong {
      display: block;
      font-size: 14px;
      margin: 5px 0 0; } }
body.parent-pageid-10 .sian_color_variation {
  display: flex;
  justify-content: space-between; }
  body.parent-pageid-10 .sian_color_variation li {
    width: 32%;
    flex-basis: 32%; }
body.parent-pageid-10 .sian_colors_wrap {
  margin-top: 20px;
  height: 0;
  overflow: visible;
  position: relative;
  z-index: 3; }
  body.parent-pageid-10 .sian_colors_wrap .body-colors {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%; }
    body.parent-pageid-10 .sian_colors_wrap .body-colors li {
      margin: 0 6px; }
@media screen and (max-width: 600px) {
  body.parent-pageid-10 .sian_colors_wrap {
    height: 50px; } }
body.parent-pageid-10 .sian_red_slider,
body.parent-pageid-10 .sian_yellow_slider {
  display: none; }
body.parent-pageid-10 .no-border-top {
  border-top: none !important; }

@media screen and (max-width: 600px) {
  body.page-id-6 .material_figs .middle {
    width: 100%; }
  body.page-id-6 .material_figs .small {
    width: 25%; } }

body.page-id-18 .thumbs {
  padding: 30px 0; }
  body.page-id-18 .thumbs ul {
    display: flex;
    justify-content: space-between; }
  body.page-id-18 .thumbs li {
    flex-basis: 24%; }
@media screen and (max-width: 600px) {
  body.page-id-18 .thumbs {
    padding: 14px 0; }
    body.page-id-18 .thumbs ul {
      flex-wrap: wrap; }
    body.page-id-18 .thumbs li {
      flex-basis: 48%;
      margin-bottom: 10px; } }
body.page-id-18 .sec-a-intro {
  padding: 40px 0; }
  body.page-id-18 .sec-a-intro .lead {
    text-align: center;
    line-height: 1.8;
    padding: 0; }
@media screen and (max-width: 600px) {
  body.page-id-18 .sec-a-intro {
    padding: 20px 0; }
    body.page-id-18 .sec-a-intro .lead {
      font-size: 12px;
      padding: 0; } }
body.page-id-18 .sec-a-aero-parts {
  margin: 0 0 70px; }
  body.page-id-18 .sec-a-aero-parts .bt {
    padding-top: 40px;
    border-top: solid 1px #CCC; }
  body.page-id-18 .sec-a-aero-parts .sec-title {
    margin-bottom: 30px; }
  body.page-id-18 .sec-a-aero-parts .figs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    body.page-id-18 .sec-a-aero-parts .figs .main {
      width: 100%; }
    body.page-id-18 .sec-a-aero-parts .figs .front {
      width: 50%; }
    body.page-id-18 .sec-a-aero-parts .figs .back {
      width: 50%; }
  body.page-id-18 .sec-a-aero-parts .thumbs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    body.page-id-18 .sec-a-aero-parts .thumbs li {
      flex-basis: 32%; }
  body.page-id-18 .sec-a-aero-parts .spec li {
    padding: 10px;
    background: #F7F8F8;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -.05em; }
  body.page-id-18 .sec-a-aero-parts .set {
    background: #DCDDDD;
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: -.05em; }
  body.page-id-18 .sec-a-aero-parts .name_en {
    min-width: 90px;
    display: inline-block; }
  body.page-id-18 .sec-a-aero-parts .name {
    min-width: 100px;
    display: inline-block;
    font-size: 11px; }
  body.page-id-18 .sec-a-aero-parts .price {
    min-width: 110px;
    display: inline-block; }
  body.page-id-18 .sec-a-aero-parts .notice {
    font-size: 11px; }
  body.page-id-18 .sec-a-aero-parts a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    color: #FFF;
    padding: 4px 15px;
    background: #E94709;
    font-size: 11px;
    letter-spacing: -.05em; }
    body.page-id-18 .sec-a-aero-parts a .ja {
      font-size: 10px;
      padding-left: 24px; }
@media screen and (max-width: 600px) {
  body.page-id-18 .sec-a-aero-parts .bt {
    padding: 20px 0 0; }
  body.page-id-18 .sec-a-aero-parts .sec-title {
    max-width: 180px;
    justify-content: center;
    margin: 0 auto 20px; }
  body.page-id-18 .sec-a-aero-parts .figs {
    margin-bottom: 10px; }
  body.page-id-18 .sec-a-aero-parts .thumbs {
    margin-bottom: 20px; }
  body.page-id-18 .sec-a-aero-parts a {
    display: flex;
    margin-top: 14px; } }

body.page-id-30 .company_table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0 30px;
  line-height: 2; }
  body.page-id-30 .company_table th {
    background: #EFEFEF;
    padding: 20px;
    border: solid 1px #CCC;
    text-align: left;
    vertical-align: top; }
  body.page-id-30 .company_table td {
    padding: 20px;
    border: solid 1px #CCC; }
    body.page-id-30 .company_table td li::before {
      content: "●";
      color: #E94709; }
body.page-id-30 .m-title {
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 2;
  letter-spacing: -.05em; }
body.page-id-30 .ex_link {
  text-align: center;
  padding: 30px 0 0; }
  body.page-id-30 .ex_link span {
    color: #E94709; }
  body.page-id-30 .ex_link a {
    padding: 0 1em 8px;
    display: inline-block;
    border-bottom: solid 2px #E94709; }
@media screen and (max-width: 600px) {
  body.page-id-30 .company_table {
    width: 100%;
    display: block; }
    body.page-id-30 .company_table tbody {
      display: block; }
    body.page-id-30 .company_table th {
      display: block;
      padding: 10px; }
    body.page-id-30 .company_table td {
      display: block;
      padding: 10px; }
      body.page-id-30 .company_table td li {
        font-size: 12px; }
        body.page-id-30 .company_table td li::before {
          content: "●";
          color: #E94709; }
  body.page-id-30 .m-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6; }
  body.page-id-30 .ex_link a {
    padding: 0 0px 5px;
    font-size: 12px;
    border-width: 1px; } }

.form_row {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  border: solid 1px #CCC; }

.form_label {
  flex-basis: calc( 40% - 20px );
  padding: 20px;
  background: #eeeeef;
  margin-right: 20px; }

.form_input {
  flex-basis: 60%;
  padding: 20px 0; }
  .form_input input[type="text"],
  .form_input input[type="tel"],
  .form_input input[type="email"],
  .form_input select,
  .form_input textarea {
    padding: 10px;
    border: solid 1px #CCC;
    max-width: 80%; }
  .form_input #zip {
    min-width: inherit;
    width: 45px; }
  .form_input #zip1 {
    width: 60px;
    display: inline-block;
    margin: 0 0 10px; }
  .form_input .addr {
    margin-bottom: 10px; }

#autozip {
  display: none !important; }

.required {
  color: #F00;
  font-size: 12px;
  margin-left: 10px; }

.pv_box {
  margin: 30px 0;
  padding: 20px 10px 20px 190px;
  background: #eeeeef;
  font-size: 13px; }
  .pv_box a {
    color: #009FE8;
    text-decoration: underline;
    padding-left: 30px;
    display: inline-block;
    padding: 0 0 10px 30px; }

.mw_wp_form_confirm .pv_box {
  display: none; }

.submit_box {
  text-align: center; }
  .submit_box input[type="submit"] {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    color: #FFF;
    padding: 4px 15px;
    background: #E94709;
    font-size: 14px;
    letter-spacing: -.05em;
    border: none;
    min-width: 380px;
    text-align: center; }

.mw_wp_form .colors_radio_input {
  display: flex;
  flex-wrap: wrap; }
  .mw_wp_form .colors_radio_input .horizontal-item {
    width: 70px;
    margin: 0 6px 10px; }
    .mw_wp_form .colors_radio_input .horizontal-item + .horizontal-item {
      margin: 0 6px 10px; }
    .mw_wp_form .colors_radio_input .horizontal-item figure {
      background: #000; }
    .mw_wp_form .colors_radio_input .horizontal-item label {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .mw_wp_form .colors_radio_input .horizontal-item label input {
        order: 2; }
      .mw_wp_form .colors_radio_input .horizontal-item label span {
        font-size: 10px;
        display: block;
        padding: 4px 0 0;
        text-align: center;
        order: 1;
        width: calc( 100% + 20px ); }

.back_btn {
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 0;
  padding: 3px 15px;
  font-size: 14px;
  letter-spacing: -.05em;
  border: solid 1px #666;
  text-align: center; }

@media screen and (max-width: 600px) {
  .form_row {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    border: none; }

  .form_label {
    flex-basis: calc( 40% - 20px );
    padding: 10px;
    background: #eeeeef;
    margin-right: 0; }

  .form_input {
    flex-basis: 60%;
    padding: 10px 0 20px; }
    .form_input input[type="text"],
    .form_input input[type="tel"],
    .form_input input[type="email"],
    .form_input select,
    .form_input textarea {
      padding: 10px;
      border: solid 1px #CCC;
      max-width: 100%; }
    .form_input .f_address_1,
    .form_input .f_address_2 {
      margin-top: 10px; }

  .pv_box {
    margin: 0 0 20px;
    padding: 20px;
    font-size: 12px; }
    .pv_box a {
      color: #009FE8;
      text-decoration: underline;
      display: block;
      padding: 0;
      margin: 0 auto;
      text-align: center; }

  .submit_box {
    text-align: center; }
    .submit_box input[type="submit"] {
      display: inline-block;
      align-items: center;
      justify-content: space-between;
      margin: 20px auto 0;
      color: #FFF;
      padding: 4px 15px;
      background: #E94709;
      font-size: 14px;
      letter-spacing: -.05em;
      border: none;
      min-width: inherit;
      width: 80%;
      text-align: center; } }
body.page-id-1532 .tokushoho_table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
  margin: 30px auto 30px;
  line-height: 2; }
  body.page-id-1532 .tokushoho_table th {
    background: #EFEFEF;
    padding: 20px;
    border: solid 1px #CCC;
    text-align: left;
    vertical-align: top; }
  body.page-id-1532 .tokushoho_table td {
    padding: 20px;
    border: solid 1px #CCC; }
    body.page-id-1532 .tokushoho_table td li::before {
      content: "●";
      color: #E94709; }
body.page-id-1532 .m-title {
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 2;
  letter-spacing: -.05em; }
body.page-id-1532 .ex_link {
  text-align: center;
  padding: 30px 0 0; }
  body.page-id-1532 .ex_link span {
    color: #E94709; }
  body.page-id-1532 .ex_link a {
    padding: 0 1em 8px;
    display: inline-block;
    border-bottom: solid 2px #E94709; }
@media screen and (max-width: 600px) {
  body.page-id-1532 .tokushoho_table {
    width: 100%;
    display: block; }
    body.page-id-1532 .tokushoho_table tbody {
      display: block; }
    body.page-id-1532 .tokushoho_table th {
      display: block;
      padding: 10px; }
    body.page-id-1532 .tokushoho_table td {
      display: block;
      padding: 10px; }
      body.page-id-1532 .tokushoho_table td li {
        font-size: 12px; }
        body.page-id-1532 .tokushoho_table td li::before {
          content: "●";
          color: #E94709; }
  body.page-id-1532 .m-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6; }
  body.page-id-1532 .ex_link a {
    padding: 0 0px 5px;
    font-size: 12px;
    border-width: 1px; } }
