@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: tein.co.jp
Author URI: https://www.tein.co.jp/
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #0d0d0d;
  line-height: 200%;
  font-size: 13px;
  background: #fff;
  margin: 0 !important;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 25px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
}

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

a {
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th, table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

label input[type='radio'],
label input[type='checkbox'] {
  vertical-align: middle;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type='number'],
input[type='url'],
input.text,
textarea {
  padding: 5px 10px;
  min-height: 36px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #0d0d0d;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type='text'].input-sm,
input[type='password'].input-sm,
input[type='email'].input-sm,
input[type='search'].input-sm,
input[type='tel'].input-sm,
input[type='number'].input-sm,
input[type='url'].input-sm,
input.text.input-sm,
textarea.input-sm {
  width: 140px;
}
input[type='text'].input-xs,
input[type='password'].input-xs,
input[type='email'].input-xs,
input[type='search'].input-xs,
input[type='tel'].input-xs,
input[type='number'].input-xs,
input[type='url'].input-xs,
input.text.input-xs,
textarea.input-xs {
  width: 80px;
}

textarea {
  line-height: 1.4;
}

select {
  padding: 5px 10px;
  height: 36px;
  line-height: 1;
  border: 1px solid #a0a0a0;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 5px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 20px !important;
}

.mb-md {
  margin-bottom: 40px !important;
}

.mb-lg {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 20px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: 60px !important;
}

.mt-xl {
  margin-top: 80px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 20px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 80px !important;
}

.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 20px !important;
}

.pt-md {
  padding-top: 40px !important;
}

.pt-lg {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mb-xl {
    margin-bottom: 50px !important;
  }

  .mt-xl {
    margin-top: 50px !important;
  }

  .pb-xl {
    padding-bottom: 50px !important;
  }

  .pt-xl {
    padding-top: 50px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-sm {
    margin-bottom: 20px !important;
  }

  .sp_mb-xs {
    margin-bottom: 10px !important;
  }
}
.mr-xs {
  margin-right: 10px !important;
}

.mr-sm {
  margin-right: 20px !important;
}

.mr-md {
  margin-right: 40px !important;
}

.mr-lg {
  margin-right: 60px !important;
}

.mr-xl {
  margin-right: 80px !important;
}

.ml-xs {
  margin-left: 10px !important;
}

.ml-sm {
  margin-left: 20px !important;
}

.mr-sm {
  margin-right: 20px !important;
}

.pr-md {
  padding-right: 40px !important;
}

.pl-md {
  padding-left: 40px !important;
}

.pr-sm {
  padding-right: 20px !important;
}

.pl-sm {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .sp_pr-none {
    padding-right: 0 !important;
  }

  .sp_pl-none {
    padding-left: 0 !important;
  }

  .sp_mb-md {
    margin-bottom: 40px !important;
  }

  .sp_pr-md {
    padding-right: 40px !important;
  }

  .sp_pl-md {
    padding-left: 40px !important;
  }

  .sp_pr-sm {
    padding-right: 20px !important;
  }

  .sp_pl-sm {
    padding-left: 20px !important;
  }

  .sp_mr-none {
    margin-right: 0 !important;
  }

  .sp_ml-none {
    margin-left: 0 !important;
  }

  .sp_mr-md {
    margin-right: 40px !important;
  }

  .sp_ml-md {
    margin-left: 40px !important;
  }

  .sp_mr-sm {
    margin-right: 20px !important;
  }

  .sp_ml-sm {
    margin-left: 20px !important;
  }
}
.p-sm {
  padding: 20px !important;
}

.fz-lg {
  font-size: 1.2em !important;
}
@media screen and (max-width: 767px) {
  .fz-lg {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_fz-lg {
    font-size: 1.2em !important;
  }
}

.fz-sm {
  font-size: .8em !important;
}

.fz-md {
  font-size: 1.2em !important;
}

.bold {
  font-weight: bold;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

@media screen and (max-width: 767px) {
  .sp_fln {
    float: none !important;
  }
}
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.clearfix {
  clear: both;
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  span.sp_only {
    display: inline-block !important;
  }
}
.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sp_d-ib {
    display: inline-block !important;
  }

  .sp_d-b {
    display: block !important;
  }
}
.maxw600 {
  max-width: 600px;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.indent1em {
  margin-left: 1em;
  text-indent: -1em;
}

.list-disc {
  list-style: disc;
  margin-left: 1.5em;
}

.font-en {
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

[data-lang="en_US"] .ja-only {
  display: none;
}

/*
 layout
----------------------------*/
html {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}

html {
  position: relative;
  height: 100%;
}

body {
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}

.container, .article-shop .article-body,
.article-shop div[onload], .article-shop #wrapper_contents_All, .article-edfc_search {
  position: relative;
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.full, .article-shop .full.article-body,
.article-shop div.full[onload], .article-shop .full#wrapper_contents_All, .full.article-edfc_search {
  max-width: none;
}
.container.lg, .article-shop .lg.article-body,
.article-shop div.lg[onload], .article-shop .lg#wrapper_contents_All, .lg.article-edfc_search {
  max-width: 1240px;
}
.container.sm, .article-shop .sm.article-body,
.article-shop div.sm[onload], .article-shop .sm#wrapper_contents_All, .sm.article-edfc_search {
  max-width: 840px;
}
@media screen and (max-width: 1170px) {
  .container, .article-shop .article-body,
  .article-shop div[onload], .article-shop #wrapper_contents_All, .article-edfc_search {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .container, .article-shop .article-body,
  .article-shop div[onload], .article-shop #wrapper_contents_All, .article-edfc_search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .container, .article-shop .article-body,
  .article-shop div[onload], .article-shop #wrapper_contents_All, .article-edfc_search {
    padding-left: 18.75px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .container, .article-shop .article-body,
  .article-shop div[onload], .article-shop #wrapper_contents_All, .article-edfc_search {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .container, .article-shop .article-body,
  .article-shop div[onload], .article-shop #wrapper_contents_All, .article-edfc_search {
    padding-right: 18.75px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .container, .article-shop .article-body,
  .article-shop div[onload], .article-shop #wrapper_contents_All, .article-edfc_search {
    padding-right: 4vw;
  }
}

.anchor-target {
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .anchor-target {
    padding-top: 55px;
    margin-top: -55px;
  }
}

.article-body {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .article-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*
 header
----------------------------*/
.main {
  *zoom: 1;
  overflow: hidden;
  float: none !important;
}
.main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body.theme-white .main {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  body.theme-white .main {
    padding-top: 0;
  }
}

.header {
  height: 130px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 20.67%, rgba(0, 0, 0, 0.33273) 85.1%, transparent 100%);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  width: auto !important;
  float: none !important;
}
.header .logo-black {
  display: none;
}
body.theme-white .header {
  background: #fff;
  color: #454545;
  height: 84px;
}
body.theme-white .header .logo-black {
  display: block;
}
body.theme-white .header .logo-white {
  display: none;
}
.header .container, .header .article-shop .article-body, .article-shop .header .article-body,
.header .article-shop div[onload],
.article-shop .header div[onload], .header .article-shop #wrapper_contents_All, .article-shop .header #wrapper_contents_All, .header .article-edfc_search {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 180px;
}
@media screen and (max-width: 1080px) {
  .header .logo {
    flex-shrink: unset;
  }
}
.header .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: auto;
    height: 55px;
    padding-left: 15px;
  }
  .header .logo img {
    max-width: none;
    height: 35px;
  }
}
.header .logo a {
  display: inline-block;
  font-weight: 500;
  color: #0d0d0d;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .logo a:hover {
  opacity: .5;
  text-decoration: none;
}
.header .header-main {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header .header-main {
    padding-right: 84px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 0;
    height: 55px !important;
    background: #000 !important;
    color: #fff !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 1000;
  }
  .header:before, .header:after {
    display: none;
  }
  .header .logo-black {
    display: none !important;
  }
  .header .logo-white {
    display: block !important;
  }
  .header .container, .header .article-shop .article-body, .article-shop .header .article-body,
  .header .article-shop div[onload],
  .article-shop .header div[onload], .header .article-shop #wrapper_contents_All, .article-shop .header #wrapper_contents_All, .header .article-edfc_search {
    padding: 0;
  }
}

.gnav-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  background: #000;
}
.gnav-menu a .bd:before, .gnav-menu a .bd:after, .gnav-menu a .bd > span {
  background-color: #fff;
}
.gnav-menu a p {
  color: #fff;
}
.gnav-menu a {
  padding: 5px;
  height: 84px;
  width: 84px;
  text-align: center;
  position: relative;
}
.gnav-menu a:hover {
  text-decoration: none;
}
.gnav-menu a .bd {
  width: 40px;
  display: block;
  margin: 18px auto 15px;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .gnav-menu a .bd {
    margin: 10px auto 5px;
    margin-top: 5px;
    width: 24px;
  }
}
.gnav-menu a .bd:before, .gnav-menu a .bd:after {
  content: " ";
  display: block;
  height: 2px;
  background: #ffffff;
  margin-bottom: -9px;
}
@media screen and (max-width: 767px) {
  .gnav-menu a .bd:before, .gnav-menu a .bd:after {
    margin-bottom: -9px;
  }
}
.gnav-menu a .bd > span {
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.gnav-actived .gnav-menu a .bd {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom-color: rgba(255, 255, 255, 0);
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .gnav-actived .gnav-menu a .bd {
    margin-top: 15px;
  }
}
.gnav-actived .gnav-menu a .bd > span {
  display: none;
}
.gnav-actived .gnav-menu a .bd:before {
  margin: 0;
  margin-bottom: -2px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gnav-actived .gnav-menu a .bd:after {
  margin: 0;
}
.gnav-menu a p {
  margin-top: 10px;
  font-size: 9px;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .gnav-menu a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gnav-menu {
    height: 55px;
    width: 55px;
    overflow: hidden;
    padding: 0;
    padding-top: 2px;
  }
  .gnav-menu a {
    height: 55px;
    width: 55px;
  }
}

/*
 gnav
----------------------------*/
.header .gnav {
  text-align: right;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .header .gnav {
    position: fixed;
    top: 130px;
    bottom: 0;
    left: 100%;
    width: 100%;
    right: auto;
    z-index: 1000;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 260px;
    left: auto;
    right: -260px;
  }
  .header .gnav .btn-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav {
    top: 55px;
  }
}
.header .gnav > ul > li {
  display: inline-block;
  font-size: 13px;
  text-align: left;
  position: relative;
  color: #fff;
}
body.theme-white .header .gnav > ul > li {
  color: #454545;
}
@media screen and (max-width: 767px) {
  body.theme-white .header .gnav > ul > li {
    color: #fff;
  }
}
.header .gnav > ul > li > a {
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 20px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  font-size: 13px;
}
body.theme-white .header .gnav > ul > li > a {
  color: #454545;
}
@media screen and (max-width: 767px) {
  body.theme-white .header .gnav > ul > li > a {
    color: #fff;
  }
}
.header .gnav > ul > li > a:hover {
  color: #006E3A;
  text-decoration: none;
}
.header .gnav > ul > li > span {
  padding: 20px 20px;
  cursor: pointer;
}
.header .gnav > ul > li:hover ul {
  display: block;
}
.header .gnav > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: #000;
  padding: 10px 0;
  min-width: 200px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}
.header .gnav > ul > li ul li {
  display: block;
}
.header .gnav > ul > li ul a {
  display: block;
  padding: 5px 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header .gnav > ul > li ul {
    position: static;
    display: block;
    padding: 0;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav > ul > li {
    display: block;
    width: auto;
    border: none;
    height: auto;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    margin: 0;
  }
  .header .gnav > ul > li ul li {
    display: block;
    border-top: 1px dashed rgba(34, 34, 34, 0.1);
  }
  .header .gnav > ul > li > span,
  .header .gnav > ul > li > a,
  .header .gnav > ul > li ul a {
    display: block;
    padding: 10px 15px !important;
    height: auto;
    line-height: 1.4;
    text-align: left;
  }
  .header .gnav > ul > li > span:after,
  .header .gnav > ul > li > a:after,
  .header .gnav > ul > li ul a:after {
    display: none;
  }
  .header .gnav > ul > li ul a {
    font-weight: normal;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1080px) {
  .header .gnav > ul {
    padding-left: 20px;
    display: flex;
    justify-content: space-around;
  }
  .header .gnav > ul > li > a {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    height: 66px;
    padding-bottom: 0;
    padding-top: 25px;
    font-size: 12px;
    white-space: nowrap;
  }
}

.gnav-sub {
  width: 300px;
  background: #000;
  position: fixed;
  right: -300px;
  top: 0;
  bottom: 0;
  z-index: 90;
  transition: right 0.3s ease;
  padding: 20px 0;
  padding-top: 104px;
}
@media screen and (max-width: 767px) {
  .gnav-sub {
    padding-top: 55px;
  }
}
.gnav-actived .gnav-sub {
  right: 0;
}
.gnav-sub ul li {
  display: block;
  border-top: 1px dashed rgba(34, 34, 34, 0.1);
}
.gnav-sub > span,
.gnav-sub > a,
.gnav-sub ul a {
  color: #fff;
  display: block;
  padding: 10px 15px !important;
  height: auto;
  line-height: 1.4;
  text-align: left;
}
.gnav-sub > span:after,
.gnav-sub > a:after,
.gnav-sub ul a:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnav-sub > span,
  .gnav-sub > a,
  .gnav-sub ul a {
    padding: 8px 15px !important;
  }
}
.gnav-sub ul a {
  font-weight: normal;
  padding-left: 30px !important;
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: #e5f3ed;
  letter-spacing: 0;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 1.17px;
  color: #979797;
  font-weight: 400;
}
.breadcrumbs .fas {
  font-size: 10px;
  vertical-align: middle;
  padding-right: 10px;
  margin-left: 12px;
  margin-top: -2px;
  transform: scale(0.8);
}
.breadcrumbs a {
  color: #979797 !important;
  letter-spacing: 0;
}
.breadcrumbs a .fa {
  margin-left: 0;
}
.breadcrumbs span {
  display: inline;
}
.breadcrumbs .breadcrumb_last {
  color: #1A1A1A;
}

.gnav-sp {
  display: none;
  background: #006E3A;
}
@media screen and (max-width: 767px) {
  body.home .gnav-sp {
    display: block;
  }
}
.gnav-sp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gnav-sp ul > * {
  width: 50%;
}
.gnav-sp li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.gnav-sp li:nth-child(even) {
  border-right: none;
}
.gnav-sp a {
  display: block;
  padding: 5px 15px;
  font-weight: 500;
  resize: 14px;
}
.gnav-sp a:hover {
  text-decoration: none;
}

/*
 footer
----------------------------*/
.footer {
  *zoom: 1;
  position: relative;
  padding: 60px 0 60px;
  background: #fff;
  float: none !important;
  width: auto !important;
}
.footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 40px;
  }
}
.footer .footer-search {
  width: 280px;
  position: relative;
  border-bottom: 2px solid #000000;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .footer .footer-search {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 280px;
    margin-bottom: 40px;
  }
}
.footer .footer-search input {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0;
  font-size: 25px;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .footer .footer-search input {
    font-size: 18px;
  }
}
.footer .footer-search .btn, .footer .footer-search .nav-btns a, .nav-btns .footer .footer-search a, .footer .footer-search .next-prev-links .link a, .next-prev-links .link .footer .footer-search a {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: none;
  border: none;
  color: #000;
  padding: 0 10px;
}
.footer .footer-main {
  display: flex;
  align-items: center;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer .footer-main {
    display: block;
    margin: 0;
    text-align: center;
  }
}
.footer .sns-nav {
  margin-bottom: 80px;
}
.footer .sns-nav ul {
  text-align: center;
  background: none;
  justify-content: center;
}
.footer .sns-nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1;
}
.footer .fnav {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .footer .fnav {
    margin-bottom: 40px;
  }
}
.footer .fnav a {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer .fnav a {
    font-size: 14px;
  }
}
.footer .fnav ul {
  background: none;
}
@media screen and (max-width: 767px) {
  .footer .fnav ul {
    display: block;
    width: auto;
    padding: 0;
  }
}
.footer .fnav li {
  margin: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .fnav li {
    margin: 0 10px;
  }
}
.footer .copy {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}

/*
 pagetop
----------------------------*/
.footer-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: right;
  z-index: 1000;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-pagetop a {
    width: 40px;
  }
}
.footer-pagetop.is-show {
  opacity: 1;
}
body[data-pagetop="footer"] .footer-pagetop {
  position: absolute;
  bottom: auto;
  top: 0;
}

.footer-sitemap {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 0;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer-sitemap {
    padding: 20px 0;
  }
}
.footer-sitemap .menu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-sitemap .menu {
    display: block;
    margin-left: -20px;
  }
}
.footer-sitemap .menu > li {
  padding: 0 40px;
  min-width: 300px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer-sitemap .menu > li {
    padding: 0;
    min-width: auto;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
}
.footer-sitemap .menu > li > a {
  font-weight: bold;
}
.footer-sitemap .menu a {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

@use "sass:math";
.animated {
  opacity: 0;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----- slick -----*/
.slick-arrow {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  height: auto;
  width: auto;
  z-index: 10;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.8);
}
.slick-arrow:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #006E3A;
  border-bottom: 2px solid #006E3A;
}
.slick-arrow.slick-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -10px;
}
.slick-arrow.slick-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -10px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
}

.slick-dots.slick-thumb {
  position: static;
  width: auto;
  display: flex;
  justify-content: space-between;
  margin-left: -2px;
  margin-right: -2px;
  padding-top: 3px;
}
.slick-dots.slick-thumb li {
  margin: 0 2px;
  width: 100px;
  height: auto;
  border-color: #888888;
  opacity: 0.5;
}
.slick-dots.slick-thumb li.slick-active {
  opacity: 1;
}

/*
 btn
----------------------------*/
.btn, .nav-btns a, .next-prev-links .link a {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #ffffff;
  padding: 16px 40px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
@media screen and (max-width: 767px) {
  .btn, .nav-btns a, .next-prev-links .link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .btn, .nav-btns a, .next-prev-links .link a {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .btn, .nav-btns a, .next-prev-links .link a {
    font-size: 3.73333vw;
  }
}

.btn:hover, .nav-btns a:hover, .next-prev-links .link a:hover {
  text-decoration: none;
}
.btn.btn-default, .nav-btns a.btn-default, .next-prev-links .link a.btn-default {
  color: #fff;
  border-color: #222222;
  background: #222222;
}
.btn.btn-default:hover, .nav-btns a.btn-default:hover, .next-prev-links .link a.btn-default:hover {
  opacity: .6;
}
.btn.btn-default:disabled, .nav-btns a.btn-default:disabled, .next-prev-links .link a.btn-default:disabled {
  opacity: 1 !important;
  background: #efefef;
  border-color: #efefef;
  color: #727272;
  cursor: default;
}
.btn.btn-default-outline, .nav-btns a.btn-default-outline, .next-prev-links .link a.btn-default-outline {
  background: #fff;
  color: #222222;
  border-color: #222222;
}
.btn.btn-default-outline:hover, .nav-btns a.btn-default-outline:hover, .next-prev-links .link a.btn-default-outline:hover {
  color: #fff;
  border-color: #222222;
  background: #222222;
}
.btn.btn-primary, .nav-btns a.btn-primary, .next-prev-links .link a.btn-primary {
  color: #fff;
  border-color: #006E3A;
  background: #006E3A;
}
.btn.btn-primary:hover, .nav-btns a.btn-primary:hover, .next-prev-links .link a.btn-primary:hover {
  color: #fff;
  opacity: 0.6;
}
.btn.btn-primary-outline, .nav-btns a, .next-prev-links .link a {
  color: #006E3A;
  border-color: #006E3A;
  background: #fff;
}
.btn.btn-primary-outline:hover, .nav-btns a:hover, .next-prev-links .link a:hover {
  color: #fff;
  border-color: #006E3A;
  background: #006E3A;
  opacity: 1;
}
.btn.btn-secondary, .nav-btns a.btn-secondary, .next-prev-links .link a.btn-secondary {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f99e18;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 35px;
}
@media screen and (min-width: 600px) {
  .btn.btn-secondary, .nav-btns a.btn-secondary, .next-prev-links .link a.btn-secondary {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .btn.btn-secondary, .nav-btns a.btn-secondary, .next-prev-links .link a.btn-secondary {
    font-size: 4vw;
  }
}
.btn.btn-secondary:before, .nav-btns a.btn-secondary:before, .next-prev-links .link a.btn-secondary:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 23px;
  height: 23px;
  background: url("img/icn-arrow-right-02.svg") no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.btn.btn-secondary:hover, .nav-btns a.btn-secondary:hover, .next-prev-links .link a.btn-secondary:hover {
  color: #f99e18;
  opacity: 0.6;
}
.btn.btn-tertiary, .nav-btns a.btn-tertiary, .next-prev-links .link a.btn-tertiary {
  color: #0d0d0d;
  font-weight: 500;
  border-color: #ff787d;
  background: #ff787d;
}
.btn.btn-tertiary:hover, .nav-btns a.btn-tertiary:hover, .next-prev-links .link a.btn-tertiary:hover {
  color: #0d0d0d;
  background-color: #ff454c;
  border-color: #ff454c;
}
.btn.btn-txt, .nav-btns a.btn-txt, .next-prev-links .link a.btn-txt {
  padding: 0;
  font-weight: bold;
}
.btn.btn-txt .icn, .nav-btns a.btn-txt .icn, .next-prev-links .link a.btn-txt .icn {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 3px 3px 0px rgba(4, 0, 1, 0.14);
  width: 18px;
  height: 18px;
  color: #ccc;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.btn.btn-link, .nav-btns a.btn-link, .next-prev-links .link a.btn-link {
  color: #1F6EE6;
  padding: 0;
  border: none;
  background: none;
  text-decoration: underline;
  font-weight: normal;
}
.btn.btn-link:hover, .nav-btns a.btn-link:hover, .next-prev-links .link a.btn-link:hover {
  background: none;
  border: none;
  text-decoration: none;
}
.btn.btn-select, .nav-btns a.btn-select, .next-prev-links .link a.btn-select {
  font-size: 11px;
  color: #000;
  width: 100%;
  border: 2px solid #000;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: left;
  padding: 10px;
  background: #fff;
  position: relative;
}
.btn.btn-select .mdi, .nav-btns a.btn-select .mdi, .next-prev-links .link a.btn-select .mdi {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.5em;
  color: #000;
}
.btn.btn-select[data-placeholder="true"], .nav-btns a.btn-select[data-placeholder="true"], .next-prev-links .link a.btn-select[data-placeholder="true"] {
  color: #828282;
}
.btn.btn-select:disabled, .nav-btns a.btn-select:disabled, .next-prev-links .link a.btn-select:disabled {
  color: #828282;
  background: #dedede;
  cursor: default;
}
.btn.btn-rounded, .nav-btns a, .next-prev-links .link a {
  border-radius: 60px;
}
.btn.btn-shadow, .nav-btns a.btn-shadow, .next-prev-links .link a.btn-shadow {
  border-radius: 60px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-block, .nav-btns a, .next-prev-links .link a.btn-block, .next-prev-links .link .nav-btns a, .nav-btns .next-prev-links .link a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn.btn-sm, .nav-btns a.btn-sm, .next-prev-links .link a.btn-sm {
  font-size: 14px;
  padding: 6px 18px;
}
.btn.btn-xs, .nav-btns a.btn-xs, .next-prev-links .link a.btn-xs {
  font-size: 14px;
  padding: 2px 5px;
}
.btn.btn-lg, .nav-btns a.btn-lg, .next-prev-links .link a.btn-lg {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 60px;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .btn.btn-lg, .nav-btns a.btn-lg, .next-prev-links .link a.btn-lg {
    font-size: 14px;
    padding: 15px 30px;
  }
}
.btn.btn-w-md, .nav-btns a.btn-w-md, .next-prev-links .link a.btn-w-md {
  min-width: 230px;
}

.btn-primary-shadow,
a.btn-primary-shadow,
button.btn-primary-shadow {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 5px;
}

.btn-primary-shadow-c-wrap {
  margin: 30px 0;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-primary-shadow-c {
  font-size: 18px;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 20px;
  color: #fff;
  background: #00a155;
  -webkit-box-shadow: 0 5px 0 #006E3A;
  box-shadow: 0 5px 0 #006E3A;
}
a.btn-primary-shadow-c > span {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
a.btn-primary-shadow-c > span:before, a.btn-primary-shadow-c > span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-primary-shadow-c > span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #006E3A transparent transparent transparent;
}
a.btn-primary-shadow-c > span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-primary-shadow-c > span span {
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 4px 20px;
  color: #006E3A;
  border: 2px solid #006E3A;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-primary-shadow-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #00a155;
  -webkit-box-shadow: 0 2px 0 #006E3A;
  box-shadow: 0 2px 0 #006E3A;
}

.link-img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-img:hover {
  opacity: .6;
}

.link-img-size, .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img a {
  overflow: hidden;
}
.link-img-size .img, .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img a .img {
  overflow: hidden;
}
.link-img-size img, .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img a img {
  transition: transform 0.8s cubic-bezier(0.35, 0, 0, 1);
}
.link-img-size:hover img, .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img a:hover img {
  transform: scale(1.05);
}

.link-txt {
  text-decoration: underline;
}
.link-txt .icn-left {
  margin-right: 5px;
  color: #006E3A;
}
.link-txt:hover {
  text-decoration: none;
}

.link-tell {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #006E3A;
  text-decoration: none !important;
}
.link-tell.link-tell-lg {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -.02em;
}

/*
 list
----------------------------*/
.list-inline li {
  vertical-align: bottom;
  display: inline-block;
}

.color-red {
  color: #E41E26;
}

.color-primary {
  color: #006E3A;
}

/*
 title
----------------------------*/
.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section-title {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 35px;
  }
}
.section-title .title-en {
  font-size: 60px;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #ebeaea;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-title .title-en {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .section-title .title-en {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .section-title .title-en {
    font-size: 10.66667vw;
  }
}

.section-title .title-ja {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #434343;
}
@media screen and (max-width: 767px) {
  .section-title .title-ja {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .section-title .title-ja {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .section-title .title-ja {
    font-size: 3.2vw;
  }
}

.section-title.color-white .title-en {
  color: #ffffff;
}

.section-header .section-header-more {
  text-align: right;
  margin-top: -50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-header .section-header-more {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}

.link-more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1b1b1b;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-more:before {
  content: "+";
  color: #006E3A;
  padding-right: 5px;
  font-weight: 600;
}
.link-more:hover {
  text-decoration: none;
  opacity: .4;
}

.box-white {
  background: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .box-white {
    padding: 15px;
  }
}

/*
 ページネーション
----------------------------*/
.pager .pager-info {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -30px;
}

.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .pager ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.pager ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pager ul.page-numbers a {
  color: #006E3A;
}
.pager ul.page-numbers .dots,
.pager ul.page-numbers a.page-numbers,
.pager ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #006E3A;
  height: 36px;
  line-height: 32px;
  min-width: 36px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pager ul.page-numbers .dots,
  .pager ul.page-numbers a.page-numbers,
  .pager ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
.pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
.pager ul.page-numbers a.page-numbers.prev,
.pager ul.page-numbers a.page-numbers.next,
.pager ul.page-numbers span.current.prev,
.pager ul.page-numbers span.current.next {
  border: none;
  background-color: none;
}
.pager ul.page-numbers span.current,
.pager ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #006E3A;
  border-color: #006E3A;
}
.pager ul.page-numbers a.prev:hover,
.pager ul.page-numbers a.next:hover {
  color: #006E3A;
  background-color: #fff;
  border-color: #fff;
  opacity: .6;
}

/*
 table
----------------------------*/
.table-default th, .table-default td {
  padding: 20px 15px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .table-default {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
  .table-default tbody, .table-default thead {
    display: block;
  }
  .table-default tr, .table-default th, .table-default td {
    width: auto !important;
    display: block;
    border: none;
    padding: 0;
  }
  .table-default tr {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .table-default th, .table-default td {
    padding: 0 10px;
  }
  .table-default th {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.wpcf7 .notice-box {
  padding: 20px 0;
}
.wpcf7 .form-buttons {
  text-align: center;
  padding: 40px 0;
}
.wpcf7 .form-buttons .wpcf7-spinner {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap[data-name="add"] {
  margin-top: 10px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name="zip"] {
  width: 200px;
}
.wpcf7 .name-fields {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.wpcf7 .name-fields .wpcf7-form-control-wrap {
  margin-left: 0.5em;
  margin-right: 1em;
}
.wpcf7 .name-fields .wpcf7-form-control-wrap select {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .name-fields .wpcf7-form-control-wrap select {
    max-width: 60px;
  }
}
.wpcf7 .zip-fields {
  display: flex;
  align-items: center;
  max-width: 300px;
}
.wpcf7 .zip-fields .wpcf7-form-control-wrap {
  margin-left: 0.5em;
  margin-right: 1em;
}
.wpcf7 .input-group {
  display: flex;
  align-items: center;
}
.wpcf7 .note {
  font-size: 0.9em;
  opacity: .6;
}

.table-contact {
  width: 100%;
  table-layout: fixed;
  margin: 0 !important;
  margin-bottom: -1px !important;
}
.table-contact th, .table-contact td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.table-contact th table, .table-contact td table {
  margin: -5px 0;
}
.table-contact th table tr:first-child th, .table-contact th table tr:first-child td,
.table-contact th table tr:last-child th,
.table-contact th table tr:last-child td, .table-contact td table tr:first-child th, .table-contact td table tr:first-child td,
.table-contact td table tr:last-child th,
.table-contact td table tr:last-child td {
  border-top: none;
  border-bottom: none;
}
.table-contact th {
  background: #f9f9f9;
  position: relative;
  width: 160px;
  white-space: normal !important;
}
@media screen and (max-width: 767px) {
  .table-contact {
    width: auto;
    display: block;
    font-size: 14px !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .table-contact tbody, .table-contact thead {
    display: block;
  }
  .table-contact tr, .table-contact th, .table-contact td {
    width: auto !important;
    display: block;
    border-bottom: none !important;
    padding: 0;
  }
  .table-contact tr table th, .table-contact tr table td, .table-contact th table th, .table-contact th table td, .table-contact td table th, .table-contact td table td {
    border: none;
    padding: 0 0 5px !important;
  }
  .table-contact tr table tr, .table-contact th table tr, .table-contact td table tr {
    margin-bottom: 10px;
  }
  .table-contact th, .table-contact td {
    padding: 10px !important;
  }
  .table-contact th {
    font-weight: bold;
  }
}

.table-contact-sm {
  table-layout: auto;
}
.table-contact-sm th {
  width: auto;
}

.box-form-policy {
  max-height: 300px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin: 20px 0;
}

.wpcf7-form-control-wrap[data-name="acceptance"] {
  display: block;
  text-align: center;
}

/*
 label
----------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 8px;
}
.label.label-required {
  color: #fff;
  background: #E41E26;
}
.label.label-new {
  color: #fff;
  background: #f44336;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.label.label-default {
  font-weight: normal;
  display: inline-block;
  background: #f6f5f5;
  padding: 2px 5px;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 5px;
}
.label.label-default br {
  display: none;
}
.label.label-default i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  text-align: center;
}

.title-primary, .article-shop .shop_area .heading, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h2, .article-owner[data-css-files*="/css/warranty.css"] .article-body h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .title-primary, .article-shop .shop_area .heading, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h2, .article-owner[data-css-files*="/css/warranty.css"] .article-body h2 {
    font-size: 24px;
  }
}
.title-primary .title-ja, .article-shop .shop_area .heading .title-ja, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h2 .title-ja, .article-owner[data-css-files*="/css/warranty.css"] .article-body h2 .title-ja {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .title-primary .title-ja, .article-shop .shop_area .heading .title-ja, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h2 .title-ja, .article-owner[data-css-files*="/css/warranty.css"] .article-body h2 .title-ja {
    font-size: 14px;
  }
}
.title-primary .title-en, .article-shop .shop_area .heading .title-en, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h2 .title-en, .article-owner[data-css-files*="/css/warranty.css"] .article-body h2 .title-en {
  font-size: 34px;
  font-weight: 500;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .title-primary .title-en, .article-shop .shop_area .heading .title-en, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h2 .title-en, .article-owner[data-css-files*="/css/warranty.css"] .article-body h2 .title-en {
    font-size: 24px;
  }
}

.title-secondary {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .title-secondary {
    font-size: 18px;
  }
}
.title-secondary .title-ja {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .title-secondary .title-ja {
    font-size: 14px;
  }
}
.title-secondary .title-en {
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 120%;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .title-secondary .title-en {
    font-size: 18px;
  }
}

.title-tertiary {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .title-tertiary {
    font-size: 18px;
  }
}

.title-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .title-text {
    font-size: 22px;
  }
}

.title-main, .article-stocks .article-body .index_cont .main_con h2, .article-products[data-css-files="/products/css/price_list.css"] #wrapper h1, .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver h1, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper h1, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver h1, .article-question .article-body #main-area h1,
.article-question .article-body h3, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h3, .article-owner[data-css-files*="/css/warranty.css"] .article-body h3, .article-import[data-css-files="/e/css/owner.css"] .article-body .heading, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .heading,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .heading,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .heading, .article-import[data-css-files="/campaign/css/campaign.css"] .article-body .int_box .subheading, .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0.1em 0 0 0.3em;
  border: solid #009245;
  border-width: 0 0 0 9px;
}

.title-border, .article-stocks .article-body .index_cont .main_con h3, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h4, .article-owner[data-css-files*="/css/warranty.css"] .article-body h4, .article-import[data-css-files="/e/css/owner.css"] .article-body .subheading, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .subheading,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .subheading,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .subheading, .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .heading, .article-import[data-css-files*="/css/ir_format.css"] .article-body main h2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: solid 2px #009245;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.title-border-double, .article-products[data-css-files*="page_set_typeA.css"] .maindis_con h2, .article-question .article-body #main-area h2,
.article-question .article-body dt, .article-import[data-css-files="/campaign/css/campaign.css"] .article-body .int_box .heading {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: double 3px #009245;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/*
 MV付きのタイトル
----------------------------*/
.page-header {
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
}
.page-header .title {
  font-weight: normal;
  color: #FFFFFF;
  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%);
  text-align: center;
  z-index: 3;
  line-height: 1;
  font-weight: 700;
  font-size: 36px;
  padding: 20px;
  min-width: 300px;
  border: none;
}
.page-header .title .en {
  font-weight: 600;
  font-size: 14px;
  color: #006E3A;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-header .title .en {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .page-header .title .en {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .page-header .title .en {
    font-size: 3.46667vw;
  }
}

.page-header .title .ja {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-header .title .ja {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .page-header .title .ja {
    font-size: 27.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .page-header .title .ja {
    font-size: 5.86667vw;
  }
}

.page-header .bg {
  z-index: 1;
}
.page-header .bg img {
  width: 100%;
}
.page-header .bg .bg-img {
  display: block;
  background-image: url(./img/bg-page-header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-header .bg .bg-img {
    background-position: center center;
  }
}
.page-header .bg.bg-video {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: .9;
  overflow: hidden;
}
.page-header .bg.bg-video video,
.page-header .bg.bg-video img {
  height: auto;
  width: 100%;
  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%);
}
@supports (object-fit: cover) {
  .page-header .bg.bg-video video,
  .page-header .bg.bg-video img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.page-header:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 110, 58, 0.8);
  z-index: 3;
}
.page-header:after {
  content: " ";
  display: block;
  padding-top: 260px;
  background: #FFF;
}
.page-header.is-video:after {
  padding-top: 40%;
}
@media screen and (max-width: 767px) {
  .page-header:after {
    padding-top: 35% !important;
  }
}

/*
 box
----------------------------*/
/*
 modal
----------------------------*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show {
  display: block;
  opacity: 1;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid #006E3A;
  border-radius: 10px;
  outline: 0;
}
.modal-content .modal-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  cursor: pointer;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #d9e9e1;
  padding: 25px 30px;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .modal-body {
    padding: 10px;
  }
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
.modal-dialog.modal-lg {
  width: 980px;
  max-width: none;
}
@media (max-width: 1000px) {
  .modal-dialog.modal-lg {
    width: 90vw;
  }
}

.close {
  float: right;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

/*
 tab
----------------------------*/
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.marker {
  display: inline;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: -webkit-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: linear-gradient(top, transparent 70%, #FFE646 70%);
}

.form-area .required {
  color: red;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

.form-btns {
  text-align: center;
  padding: 40px 0 0;
}

.form-btns .btn, .form-btns .nav-btns a, .nav-btns .form-btns a, .form-btns .next-prev-links .link a, .next-prev-links .link .form-btns a {
  margin: 10px 5px;
}
@media screen and (max-width: 767px) {
  .form-btns .btn, .form-btns .nav-btns a, .nav-btns .form-btns a, .form-btns .next-prev-links .link a, .next-prev-links .link .form-btns a {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.wpcf7-form .form-btns {
  padding-top: 25px;
  text-align: center;
}
.wpcf7-form .form-btns br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .form-btns .btn, .wpcf7-form .form-btns .nav-btns a, .nav-btns .wpcf7-form .form-btns a, .wpcf7-form .form-btns .next-prev-links .link a, .next-prev-links .link .wpcf7-form .form-btns a {
    margin-bottom: 10px;
  }
  .wpcf7-form .form-btns .ajax-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wpcf7-form .input-group .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  margin-right: 0;
}
.wpcf7-form .wpcf7-textarea {
  height: 8em;
}
.wpcf7-form .wpcf7-list-item-label {
  margin-left: .2em;
}
.wpcf7-form input[type="radio"][disabled="disabled"] {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"] ~ .wpcf7-list-item-label {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"]:checked ~ .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:disabled {
  display: none;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7-form span.wpcf7-list-item.has-free-text .wpcf7-free-text {
  width: 150px;
}
.wpcf7-form .wpcf7-preview {
  display: inline-block;
}
.wpcf7-form .show-confirm {
  display: none;
}
.wpcf7-form.is-confirm span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form.is-confirm .table-contact th .note,
.wpcf7-form.is-confirm .table-contact th .color-red, .wpcf7-form.is-confirm .table-contact td .note,
.wpcf7-form.is-confirm .table-contact td .color-red {
  display: none;
}
.wpcf7-form.is-confirm select.wpcf7-select,
.wpcf7-form.is-confirm input.wpcf7-number,
.wpcf7-form.is-confirm input.wpcf7-text,
.wpcf7-form.is-confirm textarea.wpcf7-textarea,
.wpcf7-form.is-confirm input.wpcf7-free-text,
.wpcf7-form.is-confirm input.wpcf7-file {
  display: none;
}
.wpcf7-form.is-confirm .wpcf7-radio input,
.wpcf7-form.is-confirm .wpcf7-radio .wpcf7-list-item-label,
.wpcf7-form.is-confirm .wpcf7-checkbox input,
.wpcf7-form.is-confirm .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
}
.wpcf7-form.is-confirm .show-confirm {
  display: block;
}
.wpcf7-form.is-confirm .hide-confirm {
  display: none;
}

.coming-soon {
  text-align: center;
  padding: 40px 0;
  font-size: 24px;
}

.modal-youtube .close {
  position: absolute;
  right: 0;
  top: -40px;
  text-shadow: none;
  opacity: 1;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal-youtube .modal-dialog {
    padding-top: 50px;
  }
}
.modal-youtube .modal-body {
  padding: 0;
}

.summary {
  display: flex;
  border-bottom: 2px solid #000;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .summary {
    display: block;
  }
}
.summary .summary-main {
  width: 100%;
}
.summary .summary-main .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .summary .summary-main .title {
    font-size: 18px;
  }
}
.summary .summary-main .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #828282;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .summary .summary-main .date {
    font-size: 14px;
  }
}
.summary .summary-main .new-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #006E3A;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  min-width: 60px;
  text-align: center;
  background: #F82D00;
  margin-left: 10px;
}
.summary .summary-main .tags {
  display: inline-block;
  margin-left: 10px;
}
.summary .summary-main .content,
.summary .summary-main table {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}
.summary .summary-main .content a,
.summary .summary-main table a {
  text-decoration: underline;
}
.summary .summary-main .content a:hover,
.summary .summary-main table a:hover {
  text-decoration: none;
}
.summary .summary-main .content a img,
.summary .summary-main table a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.summary .img {
  flex-shrink: 0;
  width: 330px;
  margin-left: 40px;
  overflow: hidden;
  border-radius: 8px;
}
.summary .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .summary .img {
    width: auto;
    margin: 0;
    margin-top: 20px;
  }
}

.tags .tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #006E3A;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  min-width: 60px;
  text-align: center;
}
.tags .tag.tag-danger {
  background: #F82D00;
}
.tags .tag:hover {
  opacity: 0.8;
  text-decoration: none;
}

.input-radio-btn input {
  display: none;
}
.input-radio-btn .radio-label {
  font-size: 16px;
  background: #fff;
  font-weight: 500;
  color: #000;
  border: 1px solid #959595;
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}
.input-radio-btn .radio-label .ja {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-bottom: -3px;
}
.input-radio-btn .radio-label .en {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.input-radio-btn input:checked + .radio-label {
  background: #006E3A;
  color: #fff;
  border-color: #006E3A;
}

.input-toggle {
  font-size: 14px;
  background: #fff;
  color: #006E3A;
  border: 1px solid #006E3A;
  padding: 5px 7px;
  padding-left: 16px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.input-toggle input {
  display: none;
}
.input-toggle .toggle-switch {
  display: inline-block;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  background: #D9E9E1;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #006E3A;
}
.input-toggle .toggle-switch:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #006E3A;
  transition: all 0.2s;
}
.input-toggle input:checked + .toggle-switch {
  background: #006E3A;
  border-color: #006E3A;
}
.input-toggle input:checked + .toggle-switch:before {
  left: 26px;
  background: #fff;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9000;
}
.loading .txt {
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1em;
}

.nav-cat, .article-stocks .article-body .index_cont .sidebar {
  background: rgba(201, 231, 217, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.nav-cat.nav-cat-between ul, .article-stocks .article-body .index_cont .nav-cat-between.sidebar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav-cat.nav-cat-between ul, .article-stocks .article-body .index_cont .nav-cat-between.sidebar ul {
    display: block;
  }
}
.nav-cat.nav-cat-between li:after, .article-stocks .article-body .index_cont .nav-cat-between.sidebar li:after {
  display: none;
}
.nav-cat.nav-cat-between li.space:after, .article-stocks .article-body .index_cont .nav-cat-between.sidebar li.space:after {
  display: block;
}
.container .nav-cat, .article-shop .article-body .nav-cat,
.article-shop div[onload] .nav-cat, .article-shop #wrapper_contents_All .nav-cat, .article-edfc_search .nav-cat, .container .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-body .index_cont .container .sidebar, .article-shop .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-shop .article-body .index_cont .sidebar,
.article-stocks .article-body .index_cont .article-shop div[onload] .sidebar, .article-shop #wrapper_contents_All .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-body .index_cont .article-shop #wrapper_contents_All .sidebar, .article-edfc_search .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-body .index_cont .article-edfc_search .sidebar {
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 50vw;
  padding-right: 50vw;
}
@media screen and (max-width: 767px) {
  .container .nav-cat, .article-shop .article-body .nav-cat,
  .article-shop div[onload] .nav-cat, .article-shop #wrapper_contents_All .nav-cat, .article-edfc_search .nav-cat, .container .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-body .index_cont .container .sidebar, .article-shop .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-shop .article-body .index_cont .sidebar,
  .article-stocks .article-body .index_cont .article-shop div[onload] .sidebar, .article-shop #wrapper_contents_All .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-body .index_cont .article-shop #wrapper_contents_All .sidebar, .article-edfc_search .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-body .index_cont .article-edfc_search .sidebar {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nav-cat ul, .article-stocks .article-body .index_cont .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-cat li, .article-stocks .article-body .index_cont .sidebar li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav-cat li:after, .article-stocks .article-body .index_cont .sidebar li:after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #000;
  vertical-align: middle;
  display: inline-block;
  margin: 0 15px;
}
.nav-cat li:last-child:after, .article-stocks .article-body .index_cont .sidebar li:last-child:after {
  display: none;
}
.nav-cat li a.active, .article-stocks .article-body .index_cont .sidebar li a.active {
  text-decoration: underline;
}
.nav-cat li a, .article-stocks .article-body .index_cont .sidebar li a {
  font-size: 14px;
}

.nav-cat-title {
  background: #C9E7D9;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  padding: 20px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .nav-cat-title {
    font-size: 22px;
    padding: 10px 0;
  }
}

.nav-btns {
  margin-bottom: 60px;
}
.nav-btns ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .nav-btns ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.nav-btns ul > * {
  width: 20%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .nav-btns ul > * {
    width: 50%;
    padding: 0 5px 10px;
  }
}
.nav-btns a.active {
  color: #fff;
  border-color: #006E3A;
  background: #006E3A;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nav-btns a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .nav-btns a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .nav-btns a {
    font-size: 3.2vw;
  }
}

.nav-tag {
  border: 1px solid #006E3A;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nav-tag {
    border-radius: 5px;
  }
}
.nav-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-tag ul li {
  width: 3.7037%;
  position: relative;
}
.nav-tag ul li:after {
  content: " ";
  width: 1px;
  background: #000;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
}
.nav-tag ul li:nth-child(27n):after {
  display: none;
}
.nav-tag ul li:nth-child(n+14) {
  border: none;
}
@media screen and (max-width: 767px) {
  .nav-tag ul li {
    width: 7.14286%;
    border-bottom: 1px solid #006E3A !important;
  }
  .nav-tag ul li:after {
    display: block !important;
  }
  .nav-tag ul li:nth-child(14n):after {
    display: none !important;
  }
  .nav-tag ul li:nth-child(n+15) {
    border: none !important;
  }
}
.nav-tag li > * {
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .nav-tag li > * {
    padding: 5px 0;
    font-size: 10px;
  }
}
.nav-tag li > a {
  color: #006E3A;
  font-weight: bold;
}
.nav-tag li > a:hover, .nav-tag li > a.active {
  background: #e4f3ec;
  text-decoration: none;
}
.nav-tag li > span {
  opacity: 0.2;
}

.summary-users-voice-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.summary-users-voice-list > * {
  width: 25%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .summary-users-voice-list > * {
    width: 50%;
  }
}

.summary-users-voice > .inner {
  display: block;
  line-height: 1.4;
  border: 3px solid #006E3A;
  padding: 10px;
  padding-bottom: 30px;
  height: 100%;
  position: relative;
  transition: background .3s ease;
}
.summary-users-voice .link-img-size, .summary-users-voice .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img a, .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img .summary-users-voice a {
  display: block;
}
.summary-users-voice a {
  text-decoration: underline;
}
.summary-users-voice a:hover {
  text-decoration: none;
}
.summary-users-voice .img {
  display: block;
  width: auto;
  position: relative;
  overflow: hidden;
}
.summary-users-voice .img:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 61.8047%;
}
.summary-users-voice .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary-users-voice .entry {
  display: block;
  padding-top: 10px;
}
.summary-users-voice .entry .username {
  font-size: 15px;
  margin-bottom: 5px;
}
.summary-users-voice .entry .info {
  display: block;
  margin-bottom: 5px;
}
.summary-users-voice .entry .date {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #828282;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.summary-image-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5%;
  margin-right: -.5%;
}

.summary-image-list .summary-image {
  width: 19%;
  margin: .5%;
}
@media screen and (max-width: 767px) {
  .summary-image-list .summary-image {
    width: 49%;
  }
}

.summary-image > * {
  display: block;
  line-height: 1.4;
  border: 1px solid #006E3A;
  padding: 10px;
  height: 100%;
  position: relative;
  transition: background .3s ease;
}
@media screen and (max-width: 767px) {
  .summary-image > * {
    border-width: 1px;
    padding: 5px;
  }
}
.summary-image .link-img-size, .summary-image .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img a, .article-stocks .article-body .index_cont .main_con .pro_conB .logo_img .summary-image a {
  display: block;
}
.summary-image .img {
  display: block;
  width: auto;
  position: relative;
  overflow: hidden;
}
.summary-image .img:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 61.8047%;
}
.summary-image .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary-image .entry {
  display: block;
  padding-top: 10px;
}
.summary-image .entry .title {
  font-size: 15px;
  margin-bottom: 5px;
}
.summary-image .entry a {
  text-decoration: underline;
}
.summary-image .entry a:hover {
  text-decoration: none;
}
.summary-image .entry .info {
  display: block;
  margin-bottom: 5px;
}
.summary-image .entry .date {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #828282;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.box-dl dt {
  font-size: 15px;
  font-weight: 500;
}
.box-dl dt:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 5px;
  background: #009245;
}
.box-dl dd {
  padding-left: 16px;
}

.i-icn {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.2em;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: currentColor;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  transition: .1s color ease-in;
}
.i-icn.i-icn-arrow-left {
  mask-image: url(./img/icn-arrow-right.svg);
  -webkit-mask-image: url(./img/icn-arrow-right.svg);
  transform: rotate(180deg);
}
.i-icn.i-icn-arrow-right {
  mask-image: url(./img/icn-arrow-right.svg);
  -webkit-mask-image: url(./img/icn-arrow-right.svg);
}

.box-item-links {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .box-item-links {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.box-item-links > li {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .box-item-links > li {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.box-item-links > li a {
  display: block;
  text-align: center;
}
.box-item-links > li a .img {
  display: block;
  width: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-item-links > li a .img:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 61.8047%;
}
.box-item-links > li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-item-links > li a .txt {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}

.card-bd-rounded {
  border: 2px solid #006E3A;
  padding: 30px;
  border-radius: 10px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.list-photos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.list-photos .photo {
  border: 1px solid #006E3A;
  margin: 0 1% 2%;
  padding: 15px;
  width: 31.33%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .list-photos .photo {
    width: 48%;
    border-width: 1px;
    padding: 5px;
  }
}
.list-photos .photo .img {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list-photos .photo .img {
    margin-bottom: 0;
  }
}

.article-users_voice .article-main {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article-users_voice .article-main {
    display: block;
  }
}
.article-users_voice .article-main .article-img {
  width: 300px;
  margin-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .article-users_voice .article-main .article-img {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.next-prev-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.next-prev-links .link a .icn {
  position: absolute;
  top: 50%;
  font-size: 18px;
  margin-top: -0.5em;
}
.next-prev-links .link a .i-icn-arrow-right {
  right: 15px;
}
.next-prev-links .link a .i-icn-arrow-left {
  left: 15px;
}
.next-prev-links .link-prev a {
  padding-left: 60px;
}
.next-prev-links .link-next a {
  padding-right: 60px;
}

.nodata {
  width: 100%;
}

.article-shop .article-body,
.article-shop div[onload] {
  max-width: 740px;
}
.article-shop #wrapper_contents_All {
  max-width: 980px;
}
.article-shop .shop_area .emphasis {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.4em;
}
.article-shop .shop_area dl {
  line-height: 1.6;
}
.article-shop .shop_area dl dt {
  margin-top: 30px;
  margin-bottom: 10px;
}
.article-shop div[onload] td[background*="hidari.gif"] {
  display: none;
}
.article-shop div[onload] td.underline {
  border-bottom: none;
}
.article-shop div[onload] td.red {
  display: none;
}
.article-shop div[onload] #mein_tb {
  margin-top: 20px;
}
.article-shop div[onload] #mein_tb th, .article-shop div[onload] #mein_tb td {
  padding: 5px 0;
  border-color: #ccc;
}
.article-shop div[onload] #mein_tb tr:nth-child(odd) {
  background: #e4f3ec;
}
.article-shop div[onload] #mein_tb tr:first-child {
  background: #006e3a;
}
.article-shop div[onload] #mein_tb tr:first-child th, .article-shop div[onload] #mein_tb tr:first-child td {
  color: #fff;
}
.article-shop div[onload] .back_icon {
  display: none;
}
.article-shop div[onload] [name="page"] .underline.tx_left {
  font-size: 26px;
  line-height: 1.4;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .article-shop div[onload] [width] {
    width: auto !important;
  }
  .article-shop div[onload] #mein_tb {
    display: block;
  }
  .article-shop div[onload] #mein_tb tr:first-child {
    display: none;
  }
  .article-shop div[onload] #mein_tb tr {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border: none;
  }
  .article-shop div[onload] #mein_tb th, .article-shop div[onload] #mein_tb td {
    border: none;
    display: inline-block;
    padding: 0;
  }
  .article-shop div[onload] #mein_tb th span, .article-shop div[onload] #mein_tb td span {
    display: block;
    margin-right: 2em;
  }
  .article-shop div[onload] #mein_tb #wrapper {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    height: auto;
  }
  .article-shop div[onload] #mein_tb [src*="spacer"] {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .article-shop div[onload="load()"] table.tbl_center,
  .article-shop #wrapper_contents_All table.tbl_center {
    width: 100%;
  }
  .article-shop div[onload="load()"] table.tbl_center td,
  .article-shop #wrapper_contents_All table.tbl_center td {
    display: block;
  }
  .article-shop div[onload="load()"] table.tbl_center table[width="650"],
  .article-shop #wrapper_contents_All table.tbl_center table[width="650"] {
    width: 100% !important;
  }
  .article-shop div[onload="load()"] table.tbl_center td[height],
  .article-shop #wrapper_contents_All table.tbl_center td[height] {
    height: auto;
  }
  .article-shop div[onload="load()"] table.tbl_center table[width="300"],
  .article-shop #wrapper_contents_All table.tbl_center table[width="300"] {
    width: 100% !important;
  }
  .article-shop div[onload="load()"] table.tbl_center table[width="300"] table,
  .article-shop #wrapper_contents_All table.tbl_center table[width="300"] table {
    width: 100% !important;
  }
  .article-shop div[onload="load()"] .shop_info,
  .article-shop #wrapper_contents_All .shop_info {
    margin: 0;
  }
  .article-shop div[onload="load()"] .c_title,
  .article-shop #wrapper_contents_All .c_title {
    display: block;
  }
  .article-shop div[onload="load()"] .sh_list,
  .article-shop #wrapper_contents_All .sh_list {
    display: block;
  }
  .article-shop div[onload="load()"] .sh_list li,
  .article-shop #wrapper_contents_All .sh_list li {
    margin-bottom: 40px;
  }
  .article-shop div[onload="load()"] .sh_list table[width="300"],
  .article-shop #wrapper_contents_All .sh_list table[width="300"] {
    width: 100% !important;
  }
  .article-shop div[onload="load()"] .sh_list table[width="300"] td,
  .article-shop #wrapper_contents_All .sh_list table[width="300"] td {
    text-align: center;
  }
  .article-shop div[onload="load()"] .sh_list table[width="300"] table,
  .article-shop #wrapper_contents_All .sh_list table[width="300"] table {
    width: 100% !important;
  }
}

.article-edfc_search {
  padding: 40px;
  position: static;
}
.article-edfc_search select[size] {
  height: 140px;
  font-size: 14px;
  padding: 0;
}
.article-edfc_search #kekkadisp .serchlisttitle {
  padding-bottom: 40px;
  margin-top: 20px;
}
.article-edfc_search .serchlisttitle.text_left {
  display: none;
}
.article-edfc_search #kekkadisp {
  position: relative;
}
.article-edfc_search #HAYAMIHYO_cm {
  line-height: 1;
  position: absolute !important;
  top: 70px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
}
.article-edfc_search .hayamihyo th, .article-edfc_search .hayamihyo td {
  vertical-align: middle;
  padding: 0;
  line-height: 1.4;
}
.article-edfc_search #tein_jump_group {
  display: none;
}
@media screen and (max-width: 767px) {
  .article-edfc_search {
    padding: 10px;
  }
  .article-edfc_search table {
    width: 100% !important;
  }
  .article-edfc_search td.serchlisttitle {
    width: 100% !important;
    display: flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .article-edfc_search td.serchlisttitle.text_left {
    display: none !important;
  }
  .article-edfc_search [name="form1"] table {
    display: block;
  }
  .article-edfc_search [name="form1"] table thead,
  .article-edfc_search [name="form1"] table tbody,
  .article-edfc_search [name="form1"] table tr,
  .article-edfc_search [name="form1"] table th,
  .article-edfc_search [name="form1"] table td {
    display: block;
    width: auto;
  }
  .article-edfc_search [name="form1"] td.tt_green,
  .article-edfc_search [name="form1"] td.al_center {
    display: none;
  }
  .article-edfc_search [name="form1"] #wrapper:last-child tr:nth-child(3) td:before {
    content: "製品名";
    display: block;
    background: #008837;
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  .article-edfc_search [name="form1"] #wrapper:last-child tr:nth-child(3) td:nth-child(2):before {
    content: "メーカー";
  }
  .article-edfc_search [name="form1"] #wrapper:last-child tr:nth-child(3) td:nth-child(3):before {
    content: "車名";
  }
  .article-edfc_search [name="form1"] select {
    margin-bottom: 40px;
    width: 100% !important;
  }
  .article-edfc_search [name="form1"] td[colspan="7"] td {
    width: auto !important;
    display: inline-block;
  }
  .article-edfc_search #kekkadisp > table:first-child {
    display: block;
  }
  .article-edfc_search #kekkadisp > table:first-child td {
    display: block;
  }
  .article-edfc_search #kekkadisp > table:first-child td[style*="19"] {
    float: left;
    clear: both;
  }
  .article-edfc_search #kekkadisp > table:first-child td.al_left {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
    width: calc(100% - 30px) !important;
  }
  .article-edfc_search #HAYAMIHYO_cm {
    display: none !important;
  }
}

.article-stocks .article-body td {
  border-color: #ccc !important;
}
.article-stocks .article-body td span {
  display: inline;
}
.article-stocks .article-body td span [alt*="spacer"] {
  display: none;
}
.article-stocks .article-body td span[style*="margin-left"] {
  display: none;
}
.article-stocks .article-body * {
  box-sizing: content-box;
}
.article-stocks .article-body .xl902580 {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .article-stocks .article-body table {
    width: 100% !important;
    table-layout: auto !important;
  }
  .article-stocks .article-body table td {
    white-space: normal;
    width: auto !important;
    line-height: 1.2;
    font-size: 10px;
    padding: 5px;
  }
  .article-stocks .article-body table .xl824446,
  .article-stocks .article-body table .xl902580,
  .article-stocks .article-body table .xl7520000,
  .article-stocks .article-body table .xl883739,
  .article-stocks .article-body table .xl8719435,
  .article-stocks .article-body table .xl8610677,
  .article-stocks .article-body table .xl8820488,
  .article-stocks .article-body table .xl8420488,
  .article-stocks .article-body table .xl10013703 {
    font-size: 20px;
  }
  .article-stocks .article-body table .xl824446 .font820488,
  .article-stocks .article-body table .xl824446 .font920488,
  .article-stocks .article-body table .xl824446 .font813703,
  .article-stocks .article-body table .xl902580 .font820488,
  .article-stocks .article-body table .xl902580 .font920488,
  .article-stocks .article-body table .xl902580 .font813703,
  .article-stocks .article-body table .xl7520000 .font820488,
  .article-stocks .article-body table .xl7520000 .font920488,
  .article-stocks .article-body table .xl7520000 .font813703,
  .article-stocks .article-body table .xl883739 .font820488,
  .article-stocks .article-body table .xl883739 .font920488,
  .article-stocks .article-body table .xl883739 .font813703,
  .article-stocks .article-body table .xl8719435 .font820488,
  .article-stocks .article-body table .xl8719435 .font920488,
  .article-stocks .article-body table .xl8719435 .font813703,
  .article-stocks .article-body table .xl8610677 .font820488,
  .article-stocks .article-body table .xl8610677 .font920488,
  .article-stocks .article-body table .xl8610677 .font813703,
  .article-stocks .article-body table .xl8820488 .font820488,
  .article-stocks .article-body table .xl8820488 .font920488,
  .article-stocks .article-body table .xl8820488 .font813703,
  .article-stocks .article-body table .xl8420488 .font820488,
  .article-stocks .article-body table .xl8420488 .font920488,
  .article-stocks .article-body table .xl8420488 .font813703,
  .article-stocks .article-body table .xl10013703 .font820488,
  .article-stocks .article-body table .xl10013703 .font920488,
  .article-stocks .article-body table .xl10013703 .font813703 {
    display: block;
  }
  .article-stocks .article-body #goodsz_20000 td {
    padding: 0;
  }
}

.article-stocks .article-body .index_cont .main_con h3 {
  margin-top: 40px;
}
.article-stocks .article-body .index_cont .main_con .cont_spl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.article-stocks .article-body .index_cont .main_con .cont_spl > * {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .article-stocks .article-body .index_cont .main_con .cont_spl > * {
    width: 50%;
  }
}
.article-stocks .article-body .index_cont .main_con .pro_conB {
  padding: 10px 0;
  text-align: center;
}
.article-stocks .article-body .index_cont .main_con .pro_conB .logo_img a {
  padding: 10px;
}
.article-stocks .article-body .index_cont .main_con .pro_conB h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.article-stocks .article-body .index_cont .main_con .pro_conB h4 > a {
  text-decoration: underline;
  color: #009245;
}
.article-stocks .article-body .index_cont .main_con .pro_conB h4 > a:hover {
  text-decoration: none;
}

.box-support {
  border-top: 1px solid #006E3A;
  padding-top: 16px;
  margin-bottom: 80px;
}
.box-support ul {
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .box-support ul {
    min-width: auto;
  }
}
.box-support .btn, .box-support .nav-btns a, .nav-btns .box-support a, .box-support .next-prev-links .link a, .next-prev-links .link .box-support a {
  min-width: 250px;
  height: 68px;
  padding: 0;
  text-align: left;
  position: relative;
  font-size: 18px;
}
.box-support .btn .txt, .box-support .nav-btns a .txt, .nav-btns .box-support a .txt, .box-support .next-prev-links .link a .txt, .next-prev-links .link .box-support a .txt {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.box-support .btn .txt small, .box-support .nav-btns a .txt small, .nav-btns .box-support a .txt small, .box-support .next-prev-links .link a .txt small, .next-prev-links .link .box-support a .txt small {
  font-size: 12px;
}
.box-support .btn .i-icn, .box-support .nav-btns a .i-icn, .nav-btns .box-support a .i-icn, .box-support .next-prev-links .link a .i-icn, .next-prev-links .link .box-support a .i-icn {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 26px;
  margin-top: -0.5em;
}

.section-company {
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-company {
    margin-bottom: 40px;
  }
}
.section-company .container, .section-company .article-shop .article-body, .article-shop .section-company .article-body,
.section-company .article-shop div[onload],
.article-shop .section-company div[onload], .section-company .article-shop #wrapper_contents_All, .article-shop .section-company #wrapper_contents_All, .section-company .article-edfc_search {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .section-company .container, .section-company .article-shop .article-body, .article-shop .section-company .article-body,
  .section-company .article-shop div[onload],
  .article-shop .section-company div[onload], .section-company .article-shop #wrapper_contents_All, .article-shop .section-company #wrapper_contents_All, .section-company .article-edfc_search {
    display: block;
  }
}
.section-company .box-01,
.section-company .box-02 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section-company .box-01,
  .section-company .box-02 {
    width: 100%;
  }
}
.section-company .box-01 {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .section-company .box-01 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.section-company .box-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-right: -50vw;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-company .box-img {
    position: static;
    left: 0;
    margin-right: 0;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.section-company .title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-company .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.section-company .name {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-company .name {
    margin-bottom: 20px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
  }
}
.section-company .name .sm {
  font-size: 14px;
}
.section-company .name .lg {
  font-size: 18px;
}
.section-company .title-sub {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-company .title-sub {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.section-bnrs-lg .bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-bnrs-lg .bnr-list > * {
  width: 48.5%;
  margin-bottom: 30px;
}
.section-bnrs-lg .bnr-list a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .section-bnrs-lg .bnr-list a {
    margin-bottom: 10px;
  }
}
.section-bnrs-lg .bnr-list a:before {
  content: " ";
  display: block;
  padding-top: 52.12224%;
}
.section-bnrs-lg .bnr-list a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
}
.section-bnrs-lg .bnr-list a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 2;
  opacity: .3;
}
.section-bnrs-lg .bnr-list a .label {
  display: block;
  font-size: 28px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-top: -0.6em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-bnrs-lg .bnr-list a .label {
    font-size: 16px;
  }
}

.section-nav {
  margin-bottom: 200px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .section-nav {
    margin-bottom: 40px;
  }
}
.section-nav .nav-btns {
  margin-bottom: 0;
  text-align: right;
}
.section-nav .nav-btns ul {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .section-nav .nav-btns ul {
    flex-wrap: nowrap;
  }
}
.section-nav .nav-btns a {
  text-align: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.section-nav .nav-btns a .i-icn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.section-nav .nav-btns a:hover .i-icn {
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .section-nav .nav-btns a {
    font-size: 12px;
    padding: 10px;
  }
  .section-nav .nav-btns a .i-icn {
    font-size: 14px;
    right: 10px;
  }
}
.section-nav .nav-cat, .section-nav .article-stocks .article-body .index_cont .sidebar, .article-stocks .article-body .index_cont .section-nav .sidebar {
  margin-bottom: 0;
}
.article-import .section-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-shop-area {
  border-top: 1px solid #ccc;
}
.nav-shop-area > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nav-shop-area > ul {
    display: block;
  }
}
.nav-shop-area > ul > li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .nav-shop-area > ul > li {
    width: 100%;
  }
}
.nav-shop-area > ul > li {
  border-bottom: 1px solid #ccc;
}
.nav-shop-area a {
  display: block;
  padding: 10px;
  position: relative;
  width: 100%;
}
.nav-shop-area a i.fa-plus,
.nav-shop-area a i.fa-minus {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  color: #006E3A;
}
.nav-shop-area a i.fa-minus {
  display: none;
}
.nav-shop-area a[aria-expanded="true"] i.fa-minus {
  display: block;
}
.nav-shop-area a[aria-expanded="true"] i.fa-plus {
  display: none;
}
.nav-shop-area li ul li {
  border-top: 1px dashed #ccc;
}
.nav-shop-area li ul a {
  padding: 2px 10px;
  padding-left: 20px;
}

.nav-shop-btns {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.nav-shop-btns .btn, .nav-shop-btns .nav-btns a, .nav-btns .nav-shop-btns a, .nav-shop-btns .next-prev-links .link a, .next-prev-links .link .nav-shop-btns a {
  width: 31%;
  padding: 5px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-dealer_list {
  text-align: left;
}
.article-dealer_list #my_body {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
}
.article-dealer_list th, .article-dealer_list td {
  vertical-align: middle;
}
.article-dealer_list #select_box table {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .article-dealer_list #my_body {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-dealer_list #h1_jpe {
    margin: 20px 0;
    width: 100%;
  }
  .article-dealer_list #select_box {
    margin: 0;
    width: auto;
  }
  .article-dealer_list #select_box table, .article-dealer_list #select_box tbody, .article-dealer_list #select_box thead, .article-dealer_list #select_box tr, .article-dealer_list #select_box th, .article-dealer_list #select_box td {
    white-space: normal;
    display: block;
    width: auto;
    padding: 0;
    border: none;
  }
  .article-dealer_list #select_box td {
    display: inline-block;
  }
  .article-dealer_list #shop_table {
    width: 100%;
  }
  .article-dealer_list #shop_table table {
    width: 100%;
  }
}

.wp-content {
  *zoom: 1;
}
.wp-content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.wp-content,
body#tinymce {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 200;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 20px;
}
.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
body#tinymce h1:first-child,
body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child {
  margin-top: 0;
}
.wp-content h1,
body#tinymce h1 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.wp-content h2,
body#tinymce h2 {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  color: #222222;
}
.wp-content h2:after,
body#tinymce h2:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #006E3A;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.wp-content h3,
body#tinymce h3 {
  color: #0d0d0d;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.wp-content h3:before,
body#tinymce h3:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #006E3A;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.wp-content h4,
body#tinymce h4 {
  color: #0d0d0d;
  font-size: 16px;
}
.wp-content h5,
body#tinymce h5 {
  font-size: 14px;
}
.wp-content a,
body#tinymce a {
  text-decoration: underline;
}
.wp-content a:hover,
body#tinymce a:hover {
  text-decoration: none;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
@media screen and (max-width: 767px) {
  .wp-content .alignleft,
  body#tinymce .alignleft {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-content .alignright,
  body#tinymce .alignright {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ul li,
body#tinymce ul li {
  margin-bottom: 0.25em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content ol li,
body#tinymce ol li {
  margin-bottom: 0.25em;
}
.wp-content ol ol,
body#tinymce ol ol {
  list-style-type: none;
}
.wp-content ol ol li,
body#tinymce ol ol li {
  counter-increment: cnt;
  position: relative;
}
.wp-content ol ol li::before,
body#tinymce ol ol li::before {
  content: counter(cnt) ")";
  position: absolute;
  left: -1.5em;
  top: 0;
  width: 1.2em;
  text-align: right;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
}
.wp-content b, .wp-content strong, .wp-content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.wp-content hr,
body#tinymce hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}
.wp-content table,
body#tinymce table {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 1em;
}
.wp-content table th, .wp-content table td,
body#tinymce table th,
body#tinymce table td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wp-content table th,
body#tinymce table th {
  background: #f7f7f7;
  position: relative;
  white-space: nowrap;
}
.wp-content table.table-sm,
body#tinymce table.table-sm {
  font-size: 11px;
}
.wp-content table.table-sm th,
body#tinymce table.table-sm th {
  white-space: normal;
}
.wp-content table.table-sm th, .wp-content table.table-sm td,
body#tinymce table.table-sm th,
body#tinymce table.table-sm td {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .wp-content table,
  body#tinymce table {
    font-size: 11px;
  }
  .wp-content table th, .wp-content table td,
  body#tinymce table th,
  body#tinymce table td {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .wp-content table.table-responsive,
  body#tinymce table.table-responsive {
    font-size: inherit;
    width: auto;
    display: block;
  }
  .wp-content table.table-responsive tbody, .wp-content table.table-responsive thead,
  body#tinymce table.table-responsive tbody,
  body#tinymce table.table-responsive thead {
    display: block;
  }
  .wp-content table.table-responsive tr, .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive tr,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    width: auto !important;
    display: block;
    border-bottom: none;
  }
  .wp-content table.table-responsive th,
  body#tinymce table.table-responsive th {
    font-weight: bold;
  }
  .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    padding: 5px 8px;
  }
}

[data-wpview-text*="youtube"] .wpview-content,
[data-mce-p-src^="https://www.youtube.com"],
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  min-width: 560px;
}
@media screen and (max-width: 767px) {
  [data-wpview-text*="youtube"] .wpview-content,
  [data-mce-p-src^="https://www.youtube.com"],
  .iframe-container {
    min-width: 100%;
  }
}
[data-wpview-text*="youtube"] .wpview-content iframe,
[data-mce-p-src^="https://www.youtube.com"] iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.youtube-wrap,
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe,
.youtube-wrap video,
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}

#tinymce.post-type-campaign {
  text-align: center;
  background: url(./img/top/240301/bg-campaign.jpg) center bottom no-repeat;
  background-size: cover;
}

.section-mv {
  position: relative;
}
.section-mv .mv-bg {
  height: 640px;
}
.section-mv .mv-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .section-mv .mv-bg {
    height: 140vw;
  }
}
.section-mv .mv-content {
  margin-top: 20px;
}

.search-form-sm {
  background: rgba(0, 110, 58, 0.075);
  border: 3px solid #006E3A;
  border-radius: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search-form-sm {
    display: block;
  }
}
.search-form-sm .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #006E3A;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  width: 150px;
  margin-left: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .search-form-sm .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-form-sm .title br {
    display: none;
  }
}
.search-form-sm .input-wrap {
  width: 100%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .search-form-sm .input-wrap {
    margin-bottom: 10px;
  }
}
.search-form-sm .input-wrap label {
  display: block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.search-form-sm .input-wrap input,
.search-form-sm .input-wrap select {
  font-size: 11px;
  color: #828282;
  width: 100%;
  border: 2px solid #000;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.search-form-sm .input-wrap input {
  color: #000;
}
.search-form-sm .btn-wrap {
  flex-shrink: 0;
  width: 85px;
}
@media screen and (max-width: 767px) {
  .search-form-sm .btn-wrap {
    width: 100%;
  }
}
.search-form-sm .btn-wrap .btn, .search-form-sm .btn-wrap .nav-btns a, .nav-btns .search-form-sm .btn-wrap a, .search-form-sm .btn-wrap .next-prev-links .link a, .next-prev-links .link .search-form-sm .btn-wrap a {
  padding: 0;
  width: 100%;
  height: 78px;
}
@media screen and (max-width: 767px) {
  .search-form-sm .btn-wrap .btn, .search-form-sm .btn-wrap .nav-btns a, .nav-btns .search-form-sm .btn-wrap a, .search-form-sm .btn-wrap .next-prev-links .link a, .next-prev-links .link .search-form-sm .btn-wrap a {
    height: auto;
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-top: 20px;
  }
  .search-form-sm .btn-wrap .btn img, .search-form-sm .btn-wrap .nav-btns a img, .nav-btns .search-form-sm .btn-wrap a img, .search-form-sm .btn-wrap .next-prev-links .link a img, .next-prev-links .link .search-form-sm .btn-wrap a img {
    width: 16px;
  }
}

.section-imgs .img-txt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-imgs .img-txt {
    display: block;
  }
}
.section-imgs .img-txt > * {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .section-imgs .img-txt > * {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-imgs .img-txt > * a {
  display: block;
}
.section-imgs .img-txt > * a .img {
  display: block;
  margin-bottom: 5px;
}
.section-imgs .img-txt > * a .title {
  display: block;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-imgs .img-txt > * a .title {
    font-size: 14px;
  }
}
.section-imgs .img-txt > * a:hover {
  text-decoration: none;
}

.section-txt-img-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-txt-img-wrap {
    display: block;
  }
}
.section-txt-img-wrap > * {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section-txt-img-wrap > * {
    width: auto;
  }
}

.section-txt-img .note {
  margin-bottom: 40px;
}
.section-txt-img .link-img {
  padding-right: 70px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-txt-img .link-img {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.section-txt-img .link-img .img {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
}
.section-txt-img .link-img .img .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 68px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
}
.section-txt-img .link-img .btn.btn-arrow, .section-txt-img .link-img .nav-btns a.btn-arrow, .nav-btns .section-txt-img .link-img a.btn-arrow, .section-txt-img .link-img .next-prev-links .link a.btn-arrow, .next-prev-links .link .section-txt-img .link-img a.btn-arrow {
  border-radius: 50px;
  height: 48px;
  width: 170px;
  display: block;
  padding: 10px 30px 0;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-txt-img .link-img .btn.btn-arrow img, .section-txt-img .link-img .nav-btns a.btn-arrow img, .nav-btns .section-txt-img .link-img a.btn-arrow img, .section-txt-img .link-img .next-prev-links .link a.btn-arrow img, .next-prev-links .link .section-txt-img .link-img a.btn-arrow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-txt-img .link-img .btn.btn-arrow, .section-txt-img .link-img .nav-btns a.btn-arrow, .nav-btns .section-txt-img .link-img a.btn-arrow, .section-txt-img .link-img .next-prev-links .link a.btn-arrow, .next-prev-links .link .section-txt-img .link-img a.btn-arrow {
    height: 24px;
    width: 80px;
    padding: 2px 15px 0;
    right: 10px;
    bottom: 10px;
  }
}
.section-txt-img.sm .link-img {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-txt-img.sm .link-img {
    padding-right: 0;
  }
}
.section-txt-img.sm .btn.btn-arrow, .section-txt-img.sm .nav-btns a.btn-arrow, .nav-btns .section-txt-img.sm a.btn-arrow, .section-txt-img.sm .next-prev-links .link a.btn-arrow, .next-prev-links .link .section-txt-img.sm a.btn-arrow {
  width: 80px;
  height: 35px;
  padding: 6px 10px 0;
}
@media screen and (max-width: 767px) {
  .section-txt-img.sm .btn.btn-arrow, .section-txt-img.sm .nav-btns a.btn-arrow, .nav-btns .section-txt-img.sm a.btn-arrow, .section-txt-img.sm .next-prev-links .link a.btn-arrow, .next-prev-links .link .section-txt-img.sm a.btn-arrow {
    height: 24px;
    width: 80px;
    padding: 2px 15px 0;
    right: 10px;
    bottom: 10px;
  }
}

.section-bnrs .bnr-slider {
  width: 72.5%;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-bnrs .bnr-slider {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.section-bnrs .bnr-slider.slick-slider {
  margin-bottom: 0;
}
.section-bnrs .bnr-slider a {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-bnrs .bnr-slider a:before {
  content: " ";
  display: block;
  padding-top: 34.03509%;
}
.section-bnrs .bnr-slider a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
}
.section-bnrs .bnr-list-lg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-bnrs .bnr-list-lg {
    margin-bottom: 20px;
  }
}
.section-bnrs .bnr-list-lg a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.section-bnrs .bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-bnrs .bnr-list > * {
  width: 31.5%;
}
@media screen and (max-width: 767px) {
  .section-bnrs .bnr-list > * {
    width: 48%;
    margin-bottom: 20px;
  }
}
.section-bnrs .bnr-list a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-bnrs .bnr-list a {
    margin-bottom: 10px;
  }
}
.section-bnrs .bnr-list a:before {
  content: " ";
  display: block;
  padding-top: 50%;
}
.section-bnrs .bnr-list a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
}
.section-bnrs .bnr-list a .bnr-label {
  display: block;
  font-size: 28px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10px;
  text-align: left;
  color: #fff;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: -0.6em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-bnrs .bnr-list a .bnr-label {
    font-size: 16px;
  }
}

.section-posts {
  padding: 40px 0;
}
.section-posts .section-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.section-posts .section-header .title-secondary {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-posts .section-header {
    display: block;
  }
  .section-posts .section-header .title-secondary {
    margin-bottom: 10px;
  }
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

.section-products-cat {
  border-top: 1px solid #006E3A;
  padding: 40px 0;
  margin-bottom: 20px;
}
.section-products-cat h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #006E3A;
}
@media screen and (max-width: 767px) {
  .section-products-cat h2 {
    font-size: 24px;
  }
}

.section-products {
  padding-top: 20px;
}
.section-products h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-products h3 {
    font-size: 22px;
  }
}

.summary-products-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}
@media screen and (max-width: 767px) {
  .summary-products-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.summary-products-list > * {
  width: 25%;
  padding: 0 18px 36px;
}
@media screen and (max-width: 767px) {
  .summary-products-list > * {
    width: 50%;
    padding: 0 5px 25px;
  }
}

.summary-products > a {
  display: block;
}
.summary-products > a:hover {
  text-decoration: none;
}
.summary-products > a .img {
  display: block;
  width: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.summary-products > a .img:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 61.8047%;
}
.summary-products > a .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary-products > a .img img[src*="end_endPlus"],
.summary-products > a .img img[src*="end_endPlus"],
.summary-products > a .img img[src*="IMG_7810"],
.summary-products > a .img img[src*="ends_ends"],
.summary-products > a .img img[src*="atl"],
.summary-products > a .img img[src*="cwg"] {
  object-fit: contain;
}
.summary-products > a .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .summary-products > a .title {
    font-size: 16px;
  }
}
.summary-products > a .entry {
  display: block;
  display: block;
  padding-top: 10px;
}
.summary-products > a .product-txt {
  display: block;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 500;
}
.summary-products > a .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary-products > a .product-icn {
  padding-left: 10px;
}
.summary-products > a .product-icn > * {
  height: 65px;
  width: 65px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  background-color: Crimson;
  padding-top: 5px;
}
.summary-products > a .product-icn .fu-A {
  background-color: Crimson;
}
.summary-products > a:hover .product-logo img,
.summary-products > a:hover .product-icn-img img {
  transform: none;
}
.summary-products[data-locale="en_US"] > a .info {
  display: block;
  text-align: center;
}

.article-products .article-body {
  padding: 0;
  margin: 0 auto;
  max-width: 830px;
  *zoom: 1;
  overflow: hidden;
}
.article-products .article-body:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-products table[cellspacing="1"] {
  border-collapse: separate;
  border-spacing: 1px;
}
.article-products table[cellpadding="1"][cellspacing="0"][border="1"],
.article-products table[cellpadding="0"][cellspacing="0"][border="1"] {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid gray;
  width: 100%;
}
.article-products table[cellpadding="1"][cellspacing="0"][border="1"] th, .article-products table[cellpadding="1"][cellspacing="0"][border="1"] td,
.article-products table[cellpadding="0"][cellspacing="0"][border="1"] th,
.article-products table[cellpadding="0"][cellspacing="0"][border="1"] td {
  border: 1px solid gray;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article-products .table-warp,
  .article-products .table-wrap {
    margin-right: -10px;
    overflow: auto;
    padding-right: 10px;
    clear: both;
  }
  .article-products .table-warp > table,
  .article-products .table-wrap > table {
    width: 800px !important;
    max-width: 800px !important;
  }
  .article-products .table-warp table,
  .article-products .table-wrap table,
  .article-products table.sp_table,
  .article-products table[cellspacing="1"][cellpadding="2"][bgcolor] {
    display: table !important;
  }
  .article-products .table-warp table tbody, .article-products .table-warp table thead,
  .article-products .table-wrap table tbody,
  .article-products .table-wrap table thead,
  .article-products table.sp_table tbody,
  .article-products table.sp_table thead,
  .article-products table[cellspacing="1"][cellpadding="2"][bgcolor] tbody,
  .article-products table[cellspacing="1"][cellpadding="2"][bgcolor] thead {
    display: table-head !important;
  }
  .article-products .table-warp table tr,
  .article-products .table-wrap table tr,
  .article-products table.sp_table tr,
  .article-products table[cellspacing="1"][cellpadding="2"][bgcolor] tr {
    display: table-row !important;
  }
  .article-products .table-warp table th, .article-products .table-warp table td,
  .article-products .table-wrap table th,
  .article-products .table-wrap table td,
  .article-products table.sp_table th,
  .article-products table.sp_table td,
  .article-products table[cellspacing="1"][cellpadding="2"][bgcolor] th,
  .article-products table[cellspacing="1"][cellpadding="2"][bgcolor] td {
    padding: 5px !important;
    display: table-cell !important;
  }
  .article-products .gps_kit {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="edfc_s_parts.css"] .article-body, .article-products[data-css-files*="products_2016.css"] .article-body, .article-products[data-css-files*="products_2016_e.css"] .article-body, .article-products[data-css-files*="products_2015_e.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper, .article-products[data-css-files*="products_2016.css"] #wrapper, .article-products[data-css-files*="products_2016_e.css"] #wrapper, .article-products[data-css-files*="products_2015_e.css"] #wrapper {
  position: relative;
  padding: 5px 0;
  margin: 0 auto;
  clear: both;
  *zoom: 1;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper:after, .article-products[data-css-files*="products_2016.css"] #wrapper:after, .article-products[data-css-files*="products_2016_e.css"] #wrapper:after, .article-products[data-css-files*="products_2015_e.css"] #wrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper *, .article-products[data-css-files*="products_2016.css"] #wrapper *, .article-products[data-css-files*="products_2016_e.css"] #wrapper *, .article-products[data-css-files*="products_2015_e.css"] #wrapper * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper img, .article-products[data-css-files*="products_2016.css"] #wrapper img, .article-products[data-css-files*="products_2016_e.css"] #wrapper img, .article-products[data-css-files*="products_2015_e.css"] #wrapper img {
  max-width: none;
  height: revert-layer;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .link_en,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .fsae,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .page_J, .article-products[data-css-files*="products_2016.css"] #wrapper .link_en,
.article-products[data-css-files*="products_2016.css"] #wrapper .fsae,
.article-products[data-css-files*="products_2016.css"] #wrapper .page_J, .article-products[data-css-files*="products_2016_e.css"] #wrapper .link_en,
.article-products[data-css-files*="products_2016_e.css"] #wrapper .fsae,
.article-products[data-css-files*="products_2016_e.css"] #wrapper .page_J, .article-products[data-css-files*="products_2015_e.css"] #wrapper .link_en,
.article-products[data-css-files*="products_2015_e.css"] #wrapper .fsae,
.article-products[data-css-files*="products_2015_e.css"] #wrapper .page_J {
  display: none;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .swiper, .article-products[data-css-files*="products_2016.css"] #wrapper .swiper, .article-products[data-css-files*="products_2016_e.css"] #wrapper .swiper, .article-products[data-css-files*="products_2015_e.css"] #wrapper .swiper {
  float: none;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .edfc-featurea, .article-products[data-css-files*="products_2016.css"] #wrapper .edfc-featurea, .article-products[data-css-files*="products_2016_e.css"] #wrapper .edfc-featurea, .article-products[data-css-files*="products_2015_e.css"] #wrapper .edfc-featurea {
  line-height: 1.4;
  margin-bottom: 10px;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .titleA, .article-products[data-css-files*="products_2016.css"] #wrapper .titleA, .article-products[data-css-files*="products_2016_e.css"] #wrapper .titleA, .article-products[data-css-files*="products_2015_e.css"] #wrapper .titleA {
  margin-top: 20px;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .eII_price,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .imgtxtA dd, .article-products[data-css-files*="products_2016.css"] #wrapper .eII_price,
.article-products[data-css-files*="products_2016.css"] #wrapper .imgtxtA dd, .article-products[data-css-files*="products_2016_e.css"] #wrapper .eII_price,
.article-products[data-css-files*="products_2016_e.css"] #wrapper .imgtxtA dd, .article-products[data-css-files*="products_2015_e.css"] #wrapper .eII_price,
.article-products[data-css-files*="products_2015_e.css"] #wrapper .imgtxtA dd {
  line-height: 1.6;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tit_font, .article-products[data-css-files*="products_2016.css"] #wrapper .tit_font, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tit_font, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tit_font {
  line-height: 1.6;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB li,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaC li, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB li,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaC li, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB li,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaC li, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB li,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaC li {
  width: 100%;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA .iframe-container,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB .iframe-container,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaC .iframe-container, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA .iframe-container,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB .iframe-container,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaC .iframe-container, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA .iframe-container,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB .iframe-container,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaC .iframe-container, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA .iframe-container,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB .iframe-container,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaC .iframe-container {
  min-width: 0;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB li, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB li, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB li, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA li,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB li {
  width: 48%;
  padding: 0;
  margin: 15px 0;
}
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA.is-open, .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA.is-openA,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB.is-open,
.article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB.is-openA, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA.is-open, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA.is-openA,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB.is-open,
.article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB.is-openA, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA.is-open, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA.is-openA,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB.is-open,
.article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB.is-openA, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA.is-open, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA.is-openA,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB.is-open,
.article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB.is-openA {
  height: auto;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper, .article-products[data-css-files*="products_2016.css"] #wrapper, .article-products[data-css-files*="products_2016_e.css"] #wrapper, .article-products[data-css-files*="products_2015_e.css"] #wrapper {
    width: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper img, .article-products[data-css-files*="products_2016.css"] #wrapper img, .article-products[data-css-files*="products_2016_e.css"] #wrapper img, .article-products[data-css-files*="products_2015_e.css"] #wrapper img {
    max-width: 100%;
    height: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper img[style*="84px"], .article-products[data-css-files*="products_2016.css"] #wrapper img[style*="84px"], .article-products[data-css-files*="products_2016_e.css"] #wrapper img[style*="84px"], .article-products[data-css-files*="products_2015_e.css"] #wrapper img[style*="84px"] {
    margin-left: 0 !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaC, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA,
  .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB,
  .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaC, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaC, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaC {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaA li,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaB li,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.movie-areaC li, .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaA li,
  .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaB li,
  .article-products[data-css-files*="products_2016.css"] #wrapper ul.movie-areaC li, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaA li,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaB li,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.movie-areaC li, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaA li,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaB li,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.movie-areaC li {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .btn-area, .article-products[data-css-files*="products_2016.css"] #wrapper .btn-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .btn-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .btn-area {
    padding: 0;
    margin-top: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .btn-area a, .article-products[data-css-files*="products_2016.css"] #wrapper .btn-area a, .article-products[data-css-files*="products_2016_e.css"] #wrapper .btn-area a, .article-products[data-css-files*="products_2015_e.css"] #wrapper .btn-area a {
    margin: 10px 0 0;
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .btn-area a:before, .article-products[data-css-files*="products_2016.css"] #wrapper .btn-area a:before, .article-products[data-css-files*="products_2016_e.css"] #wrapper .btn-area a:before, .article-products[data-css-files*="products_2015_e.css"] #wrapper .btn-area a:before {
    display: none;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .btn-area li, .article-products[data-css-files*="products_2016.css"] #wrapper .btn-area li, .article-products[data-css-files*="products_2016_e.css"] #wrapper .btn-area li, .article-products[data-css-files*="products_2015_e.css"] #wrapper .btn-area li {
    width: auto;
    float: none;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .endc_info, .article-products[data-css-files*="products_2016.css"] #wrapper .endc_info, .article-products[data-css-files*="products_2016_e.css"] #wrapper .endc_info, .article-products[data-css-files*="products_2015_e.css"] #wrapper .endc_info {
    width: auto;
    margin: 20px 0;
    padding: 20px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .endc_info dt, .article-products[data-css-files*="products_2016.css"] #wrapper .endc_info dt, .article-products[data-css-files*="products_2016_e.css"] #wrapper .endc_info dt, .article-products[data-css-files*="products_2015_e.css"] #wrapper .endc_info dt {
    padding: 10px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .text-area, .article-products[data-css-files*="products_2016.css"] #wrapper .text-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .text-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .text-area {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .copy, .article-products[data-css-files*="products_2016.css"] #wrapper .copy, .article-products[data-css-files*="products_2016_e.css"] #wrapper .copy, .article-products[data-css-files*="products_2015_e.css"] #wrapper .copy {
    font-size: 16px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .detail-txt-area, .article-products[data-css-files*="products_2016.css"] #wrapper .detail-txt-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .detail-txt-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .detail-txt-area {
    clear: both;
    float: none;
    width: auto;
    margin: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spec-area, .article-products[data-css-files*="products_2016.css"] #wrapper .spec-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spec-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spec-area {
    margin: 0;
    height: auto;
    font-size: 0;
    margin-left: -1%;
    margin-right: -1%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spec-area > *, .article-products[data-css-files*="products_2016.css"] #wrapper .spec-area > *, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spec-area > *, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spec-area > * {
    display: inline-block;
    width: 48%;
    margin: 0 1% 2%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spec-area > * img, .article-products[data-css-files*="products_2016.css"] #wrapper .spec-area > * img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spec-area > * img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spec-area > * img {
    margin: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .detail-whole-area,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .btn-area,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .swiper, .article-products[data-css-files*="products_2016.css"] #wrapper .detail-whole-area,
  .article-products[data-css-files*="products_2016.css"] #wrapper .btn-area,
  .article-products[data-css-files*="products_2016.css"] #wrapper .swiper, .article-products[data-css-files*="products_2016_e.css"] #wrapper .detail-whole-area,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .btn-area,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .swiper, .article-products[data-css-files*="products_2015_e.css"] #wrapper .detail-whole-area,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .btn-area,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .swiper {
    width: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .detail-whole-area, .article-products[data-css-files*="products_2016.css"] #wrapper .detail-whole-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .detail-whole-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .detail-whole-area {
    margin: 0;
    padding: 20px 0 20px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .detail-whole-area .detail-img-area, .article-products[data-css-files*="products_2016.css"] #wrapper .detail-whole-area .detail-img-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .detail-whole-area .detail-img-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .detail-whole-area .detail-img-area {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .detail-whole-area .edfc-txt-area, .article-products[data-css-files*="products_2016.css"] #wrapper .detail-whole-area .edfc-txt-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .detail-whole-area .edfc-txt-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .detail-whole-area .edfc-txt-area {
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .detail-whole-area .edfc-txt-area .edfc-featurea, .article-products[data-css-files*="products_2016.css"] #wrapper .detail-whole-area .edfc-txt-area .edfc-featurea, .article-products[data-css-files*="products_2016_e.css"] #wrapper .detail-whole-area .edfc-txt-area .edfc-featurea, .article-products[data-css-files*="products_2015_e.css"] #wrapper .detail-whole-area .edfc-txt-area .edfc-featurea {
    display: inline-block;
    height: auto;
    min-height: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper h3, .article-products[data-css-files*="products_2016.css"] #wrapper h3, .article-products[data-css-files*="products_2016_e.css"] #wrapper h3, .article-products[data-css-files*="products_2015_e.css"] #wrapper h3 {
    margin-left: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper h4, .article-products[data-css-files*="products_2016.css"] #wrapper h4, .article-products[data-css-files*="products_2016_e.css"] #wrapper h4, .article-products[data-css-files*="products_2015_e.css"] #wrapper h4 {
    margin-left: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper h4[style*="400px"], .article-products[data-css-files*="edfc_s_parts.css"] #wrapper h4[style*="220px"], .article-products[data-css-files*="products_2016.css"] #wrapper h4[style*="400px"], .article-products[data-css-files*="products_2016.css"] #wrapper h4[style*="220px"], .article-products[data-css-files*="products_2016_e.css"] #wrapper h4[style*="400px"], .article-products[data-css-files*="products_2016_e.css"] #wrapper h4[style*="220px"], .article-products[data-css-files*="products_2015_e.css"] #wrapper h4[style*="400px"], .article-products[data-css-files*="products_2015_e.css"] #wrapper h4[style*="220px"] {
    margin: 0 !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .edfc-txt-area, .article-products[data-css-files*="products_2016.css"] #wrapper .edfc-txt-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .edfc-txt-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .edfc-txt-area {
    margin: 0;
    width: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .bumprubber-area, .article-products[data-css-files*="products_2016.css"] #wrapper .bumprubber-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .bumprubber-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .bumprubber-area {
    width: auto;
    height: auto;
    min-height: 0;
    padding: 10px;
    background: none;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .bumprubber-area .bumprubber-text, .article-products[data-css-files*="products_2016.css"] #wrapper .bumprubber-area .bumprubber-text, .article-products[data-css-files*="products_2016_e.css"] #wrapper .bumprubber-area .bumprubber-text, .article-products[data-css-files*="products_2015_e.css"] #wrapper .bumprubber-area .bumprubber-text {
    width: auto;
    margin: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .ms-area, .article-products[data-css-files*="products_2016.css"] #wrapper .ms-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .ms-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .ms-area {
    width: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .ms-area img[style*="padding"], .article-products[data-css-files*="products_2016.css"] #wrapper .ms-area img[style*="padding"], .article-products[data-css-files*="products_2016_e.css"] #wrapper .ms-area img[style*="padding"], .article-products[data-css-files*="products_2015_e.css"] #wrapper .ms-area img[style*="padding"] {
    padding: 0 !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .mount_A, .article-products[data-css-files*="products_2016.css"] #wrapper .mount_A, .article-products[data-css-files*="products_2016_e.css"] #wrapper .mount_A, .article-products[data-css-files*="products_2015_e.css"] #wrapper .mount_A {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .mount_A > *, .article-products[data-css-files*="products_2016.css"] #wrapper .mount_A > *, .article-products[data-css-files*="products_2016_e.css"] #wrapper .mount_A > *, .article-products[data-css-files*="products_2015_e.css"] #wrapper .mount_A > * {
    width: 48%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .mount_B, .article-products[data-css-files*="products_2016.css"] #wrapper .mount_B, .article-products[data-css-files*="products_2016_e.css"] #wrapper .mount_B, .article-products[data-css-files*="products_2015_e.css"] #wrapper .mount_B {
    width: auto;
    padding: 20px 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spec-area-main, .article-products[data-css-files*="products_2016.css"] #wrapper .spec-area-main, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spec-area-main, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spec-area-main {
    margin: 20px 0;
    height: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tit-spec, .article-products[data-css-files*="products_2016.css"] #wrapper .tit-spec, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tit-spec, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tit-spec {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper p.copydeco,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper p.copydecoA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conB,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conC,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conD,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conE,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .btnA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .titA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .specA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conA-1,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdB,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conF,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conc_area,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conc_area ol,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .txtbox,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper p.priceA, .article-products[data-css-files*="products_2016.css"] #wrapper p.copydeco,
  .article-products[data-css-files*="products_2016.css"] #wrapper p.copydecoA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conB,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conC,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conD,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conE,
  .article-products[data-css-files*="products_2016.css"] #wrapper .btnA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .titA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .specA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conA-1,
  .article-products[data-css-files*="products_2016.css"] #wrapper .spdA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .spdB,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conF,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conc_area,
  .article-products[data-css-files*="products_2016.css"] #wrapper .conc_area ol,
  .article-products[data-css-files*="products_2016.css"] #wrapper .txtbox,
  .article-products[data-css-files*="products_2016.css"] #wrapper p.priceA, .article-products[data-css-files*="products_2016_e.css"] #wrapper p.copydeco,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper p.copydecoA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conB,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conC,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conD,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conE,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .btnA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .titA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .specA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conA-1,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdB,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conF,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conc_area,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .conc_area ol,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .txtbox,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper p.priceA, .article-products[data-css-files*="products_2015_e.css"] #wrapper p.copydeco,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper p.copydecoA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conB,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conC,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conD,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conE,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .btnA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .titA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .specA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conA-1,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdB,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conF,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conc_area,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .conc_area ol,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .txtbox,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper p.priceA {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6;
    float: none;
    clear: both;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conB, .article-products[data-css-files*="products_2016.css"] #wrapper .conB, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conB, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conB {
    display: block;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conB .txtboxA, .article-products[data-css-files*="products_2016.css"] #wrapper .conB .txtboxA, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conB .txtboxA, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conB .txtboxA {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conB .img_txt, .article-products[data-css-files*="products_2016.css"] #wrapper .conB .img_txt, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conB .img_txt, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conB .img_txt {
    margin-left: 0;
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conB .img_txt td, .article-products[data-css-files*="products_2016.css"] #wrapper .conB .img_txt td, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conB .img_txt td, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conB .img_txt td {
    text-align: center;
    padding: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conB .img_txt td img, .article-products[data-css-files*="products_2016.css"] #wrapper .conB .img_txt td img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conB .img_txt td img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conB .img_txt td img {
    display: inline-block;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper p.copydeco, .article-products[data-css-files*="products_2016.css"] #wrapper p.copydeco, .article-products[data-css-files*="products_2016_e.css"] #wrapper p.copydeco, .article-products[data-css-files*="products_2015_e.css"] #wrapper p.copydeco {
    font-size: 18px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper h3.stilo, .article-products[data-css-files*="products_2016.css"] #wrapper h3.stilo, .article-products[data-css-files*="products_2016_e.css"] #wrapper h3.stilo, .article-products[data-css-files*="products_2015_e.css"] #wrapper h3.stilo {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .T_styleA, .article-products[data-css-files*="products_2016.css"] #wrapper .T_styleA, .article-products[data-css-files*="products_2016_e.css"] #wrapper .T_styleA, .article-products[data-css-files*="products_2015_e.css"] #wrapper .T_styleA {
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .text-area[style*="height"], .article-products[data-css-files*="products_2016.css"] #wrapper .text-area[style*="height"], .article-products[data-css-files*="products_2016_e.css"] #wrapper .text-area[style*="height"], .article-products[data-css-files*="products_2015_e.css"] #wrapper .text-area[style*="height"] {
    height: auto !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .text-area[style*="background"], .article-products[data-css-files*="products_2016.css"] #wrapper .text-area[style*="background"], .article-products[data-css-files*="products_2016_e.css"] #wrapper .text-area[style*="background"], .article-products[data-css-files*="products_2015_e.css"] #wrapper .text-area[style*="background"] {
    padding-right: 0 !important;
    padding-bottom: 80px;
    background-position: center bottom !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper p.copydeco, .article-products[data-css-files*="products_2016.css"] #wrapper p.copydeco, .article-products[data-css-files*="products_2016_e.css"] #wrapper p.copydeco, .article-products[data-css-files*="products_2015_e.css"] #wrapper p.copydeco {
    font-size: 14px !important;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .btn-area, .article-products[data-css-files*="products_2016.css"] #wrapper .btn-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .btn-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .btn-area {
    clear: both;
    float: none !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conc_area li::before, .article-products[data-css-files*="products_2016.css"] #wrapper .conc_area li::before, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conc_area li::before, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conc_area li::before {
    vertical-align: top;
    white-space: nowarp;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .compatible-product, .article-products[data-css-files*="products_2016.css"] #wrapper .compatible-product, .article-products[data-css-files*="products_2016_e.css"] #wrapper .compatible-product, .article-products[data-css-files*="products_2015_e.css"] #wrapper .compatible-product {
    float: none;
    width: auto;
    clear: both;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper button.btn-area02,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper button.btn-area03, .article-products[data-css-files*="products_2016.css"] #wrapper button.btn-area02,
  .article-products[data-css-files*="products_2016.css"] #wrapper button.btn-area03, .article-products[data-css-files*="products_2016_e.css"] #wrapper button.btn-area02,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper button.btn-area03, .article-products[data-css-files*="products_2015_e.css"] #wrapper button.btn-area02,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper button.btn-area03 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .commentary, .article-products[data-css-files*="products_2016.css"] #wrapper .commentary, .article-products[data-css-files*="products_2016_e.css"] #wrapper .commentary, .article-products[data-css-files*="products_2015_e.css"] #wrapper .commentary {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .price-list, .article-products[data-css-files*="products_2016.css"] #wrapper .price-list, .article-products[data-css-files*="products_2016_e.css"] #wrapper .price-list, .article-products[data-css-files*="products_2015_e.css"] #wrapper .price-list {
    width: 100%;
    table-layout: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .price-list th, .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .price-list td, .article-products[data-css-files*="products_2016.css"] #wrapper .price-list th, .article-products[data-css-files*="products_2016.css"] #wrapper .price-list td, .article-products[data-css-files*="products_2016_e.css"] #wrapper .price-list th, .article-products[data-css-files*="products_2016_e.css"] #wrapper .price-list td, .article-products[data-css-files*="products_2015_e.css"] #wrapper .price-list th, .article-products[data-css-files*="products_2015_e.css"] #wrapper .price-list td {
    padding: 5px;
    line-height: 1.4;
    width: auto  !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .price-list th img, .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .price-list td img, .article-products[data-css-files*="products_2016.css"] #wrapper .price-list th img, .article-products[data-css-files*="products_2016.css"] #wrapper .price-list td img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .price-list th img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .price-list td img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .price-list th img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .price-list td img {
    max-width: 100px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conD,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .no_warr,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .M_attention,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .discA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .discB, .article-products[data-css-files*="products_2016.css"] #wrapper .conD,
  .article-products[data-css-files*="products_2016.css"] #wrapper .no_warr,
  .article-products[data-css-files*="products_2016.css"] #wrapper .M_attention,
  .article-products[data-css-files*="products_2016.css"] #wrapper .discA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .discB, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conD,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .no_warr,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .M_attention,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .discA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .discB, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conD,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .no_warr,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .M_attention,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .discA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .discB {
    display: block;
    width: auto;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .txtbox[style*="padding"], .article-products[data-css-files*="products_2016.css"] #wrapper .txtbox[style*="padding"], .article-products[data-css-files*="products_2016_e.css"] #wrapper .txtbox[style*="padding"], .article-products[data-css-files*="products_2015_e.css"] #wrapper .txtbox[style*="padding"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .discB,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .flset, .article-products[data-css-files*="products_2016.css"] #wrapper .discB,
  .article-products[data-css-files*="products_2016.css"] #wrapper .flset, .article-products[data-css-files*="products_2016_e.css"] #wrapper .discB,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .flset, .article-products[data-css-files*="products_2015_e.css"] #wrapper .discB,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .flset {
    text-align: center;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .discB img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .flset img, .article-products[data-css-files*="products_2016.css"] #wrapper .discB img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .flset img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .discB img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .flset img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .discB img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .flset img {
    margin-top: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .img-areaB, .article-products[data-css-files*="products_2016.css"] #wrapper .img-areaB, .article-products[data-css-files*="products_2016_e.css"] #wrapper .img-areaB, .article-products[data-css-files*="products_2015_e.css"] #wrapper .img-areaB {
    width: auto;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .annotation, .article-products[data-css-files*="products_2016.css"] #wrapper .annotation, .article-products[data-css-files*="products_2016_e.css"] #wrapper .annotation, .article-products[data-css-files*="products_2015_e.css"] #wrapper .annotation {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .titleA, .article-products[data-css-files*="products_2016.css"] #wrapper .titleA, .article-products[data-css-files*="products_2016_e.css"] #wrapper .titleA, .article-products[data-css-files*="products_2015_e.css"] #wrapper .titleA {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeE,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeH, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeE,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeH, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeE,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeH, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeE,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeH {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdB, .article-products[data-css-files*="products_2016.css"] #wrapper .spdA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .spdB, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdB, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdB {
    float: none;
    display: block;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdA dl,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdB dl, .article-products[data-css-files*="products_2016.css"] #wrapper .spdA dl,
  .article-products[data-css-files*="products_2016.css"] #wrapper .spdB dl, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdA dl,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdB dl, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdA dl,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdB dl {
    width: auto !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    clear: both;
    text-align: center;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdA dd,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdB dd, .article-products[data-css-files*="products_2016.css"] #wrapper .spdA dd,
  .article-products[data-css-files*="products_2016.css"] #wrapper .spdB dd, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdA dd,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdB dd, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdA dd,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdB dd {
    line-height: 1.6;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdA img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .spdB img, .article-products[data-css-files*="products_2016.css"] #wrapper .spdA img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .spdB img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdA img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .spdB img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdA img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .spdB img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tit_font, .article-products[data-css-files*="products_2016.css"] #wrapper .tit_font, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tit_font, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tit_font {
    font-size: 22px;
    display: block;
    text-align: left;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .img_txt, .article-products[data-css-files*="products_2016.css"] #wrapper .img_txt, .article-products[data-css-files*="products_2016_e.css"] #wrapper .img_txt, .article-products[data-css-files*="products_2015_e.css"] #wrapper .img_txt {
    margin-bottom: 10px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeI, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeI, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeI, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeI {
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .intax, .article-products[data-css-files*="products_2016.css"] #wrapper .intax, .article-products[data-css-files*="products_2016_e.css"] #wrapper .intax, .article-products[data-css-files*="products_2015_e.css"] #wrapper .intax {
    padding-left: 0;
    float: none;
    font-size: 14px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conA .txtbox, .article-products[data-css-files*="products_2016.css"] #wrapper .conA .txtbox, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conA .txtbox, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conA .txtbox {
    overflow: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper p.cm_link, .article-products[data-css-files*="products_2016.css"] #wrapper p.cm_link, .article-products[data-css-files*="products_2016_e.css"] #wrapper p.cm_link, .article-products[data-css-files*="products_2015_e.css"] #wrapper p.cm_link {
    float: none;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper p.cm_link img, .article-products[data-css-files*="products_2016.css"] #wrapper p.cm_link img, .article-products[data-css-files*="products_2016_e.css"] #wrapper p.cm_link img, .article-products[data-css-files*="products_2015_e.css"] #wrapper p.cm_link img {
    margin: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper #other_parts,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper #tool, .article-products[data-css-files*="products_2016.css"] #wrapper #other_parts,
  .article-products[data-css-files*="products_2016.css"] #wrapper #tool, .article-products[data-css-files*="products_2016_e.css"] #wrapper #other_parts,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper #tool, .article-products[data-css-files*="products_2015_e.css"] #wrapper #other_parts,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper #tool {
    clear: both;
    padding-top: 20px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeB,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeC,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toollistA, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeB,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeC,
  .article-products[data-css-files*="products_2016.css"] #wrapper .toollistA, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeB,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeC,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .toollistA, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeB,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeC,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .toollistA {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeA th, .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeA td,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeB th,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeB td,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeC th,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeC td,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toollistA th,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toollistA td, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeA th, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeA td,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeB th,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeB td,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeC th,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeC td,
  .article-products[data-css-files*="products_2016.css"] #wrapper .toollistA th,
  .article-products[data-css-files*="products_2016.css"] #wrapper .toollistA td, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeA th, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeA td,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeB th,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeB td,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeC th,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeC td,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .toollistA th,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .toollistA td, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeA th, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeA td,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeB th,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeB td,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeC th,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeC td,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .toollistA th,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .toollistA td {
    width: auto !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeA th img, .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeA td img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeB th img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeB td img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeC th img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_typeC td img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toollistA th img,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toollistA td img, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeA th img, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeA td img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeB th img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeB td img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeC th img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tb_typeC td img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .toollistA th img,
  .article-products[data-css-files*="products_2016.css"] #wrapper .toollistA td img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeA th img, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeA td img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeB th img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeB td img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeC th img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_typeC td img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .toollistA th img,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .toollistA td img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeA th img, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeA td img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeB th img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeB td img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeC th img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_typeC td img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .toollistA th img,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .toollistA td img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toolboxA,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toolphoto, .article-products[data-css-files*="products_2016.css"] #wrapper .toolboxA,
  .article-products[data-css-files*="products_2016.css"] #wrapper .toolphoto, .article-products[data-css-files*="products_2016_e.css"] #wrapper .toolboxA,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .toolphoto, .article-products[data-css-files*="products_2015_e.css"] #wrapper .toolboxA,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .toolphoto {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .toolphoto, .article-products[data-css-files*="products_2016.css"] #wrapper .toolphoto, .article-products[data-css-files*="products_2016_e.css"] #wrapper .toolphoto, .article-products[data-css-files*="products_2015_e.css"] #wrapper .toolphoto {
    margin-bottom: 10px;
    text-align: center;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .arrow-spec, .article-products[data-css-files*="products_2016.css"] #wrapper .arrow-spec, .article-products[data-css-files*="products_2016_e.css"] #wrapper .arrow-spec, .article-products[data-css-files*="products_2015_e.css"] #wrapper .arrow-spec {
    float: none !important;
    clear: both !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .atltext,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.atllist, .article-products[data-css-files*="products_2016.css"] #wrapper .atltext,
  .article-products[data-css-files*="products_2016.css"] #wrapper ul.atllist, .article-products[data-css-files*="products_2016_e.css"] #wrapper .atltext,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.atllist, .article-products[data-css-files*="products_2015_e.css"] #wrapper .atltext,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.atllist {
    width: auto;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .conF, .article-products[data-css-files*="products_2016.css"] #wrapper .conF, .article-products[data-css-files*="products_2016_e.css"] #wrapper .conF, .article-products[data-css-files*="products_2015_e.css"] #wrapper .conF {
    width: auto;
    padding: 10px !important;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .atl,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .atlA, .article-products[data-css-files*="products_2016.css"] #wrapper .atl,
  .article-products[data-css-files*="products_2016.css"] #wrapper .atlA, .article-products[data-css-files*="products_2016_e.css"] #wrapper .atl,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .atlA, .article-products[data-css-files*="products_2015_e.css"] #wrapper .atl,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .atlA {
    margin-left: 0;
    width: auto;
    float: none;
    clear: both;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .eII_center,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .eII_price, .article-products[data-css-files*="products_2016.css"] #wrapper .eII_center,
  .article-products[data-css-files*="products_2016.css"] #wrapper .eII_price, .article-products[data-css-files*="products_2016_e.css"] #wrapper .eII_center,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .eII_price, .article-products[data-css-files*="products_2015_e.css"] #wrapper .eII_center,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .eII_price {
    line-height: 1.6;
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_spec, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_spec, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_spec, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_spec {
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_spec th, .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tb_spec td, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_spec th, .article-products[data-css-files*="products_2016.css"] #wrapper .tb_spec td, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_spec th, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tb_spec td, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_spec th, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tb_spec td {
    width: auto !important;
    height: auto !important;
    line-height: 1.4;
    font-size: 12px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .detail-whole-area, .article-products[data-css-files*="products_2016.css"] #wrapper .detail-whole-area, .article-products[data-css-files*="products_2016_e.css"] #wrapper .detail-whole-area, .article-products[data-css-files*="products_2015_e.css"] #wrapper .detail-whole-area {
    overflow: visible;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper span, .article-products[data-css-files*="products_2016.css"] #wrapper span, .article-products[data-css-files*="products_2016_e.css"] #wrapper span, .article-products[data-css-files*="products_2015_e.css"] #wrapper span {
    display: inline;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .eII_price, .article-products[data-css-files*="products_2016.css"] #wrapper .eII_price, .article-products[data-css-files*="products_2016_e.css"] #wrapper .eII_price, .article-products[data-css-files*="products_2015_e.css"] #wrapper .eII_price {
    font-size: 14px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .price_emphasis, .article-products[data-css-files*="products_2016.css"] #wrapper .price_emphasis, .article-products[data-css-files*="products_2016_e.css"] #wrapper .price_emphasis, .article-products[data-css-files*="products_2015_e.css"] #wrapper .price_emphasis {
    font-size: 1.8em;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.list_compa, .article-products[data-css-files*="products_2016.css"] #wrapper ul.list_compa, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.list_compa, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.list_compa {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper ul.list_compa li, .article-products[data-css-files*="products_2016.css"] #wrapper ul.list_compa li, .article-products[data-css-files*="products_2016_e.css"] #wrapper ul.list_compa li, .article-products[data-css-files*="products_2015_e.css"] #wrapper ul.list_compa li {
    display: inline-block;
    width: auto;
    margin-right: 2em;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .cate_deco, .article-products[data-css-files*="products_2016.css"] #wrapper .cate_deco, .article-products[data-css-files*="products_2016_e.css"] #wrapper .cate_deco, .article-products[data-css-files*="products_2015_e.css"] #wrapper .cate_deco {
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper table.tb_typeF,
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tableB-1 table, .article-products[data-css-files*="products_2016.css"] #wrapper table.tb_typeF,
  .article-products[data-css-files*="products_2016.css"] #wrapper .tableB-1 table, .article-products[data-css-files*="products_2016_e.css"] #wrapper table.tb_typeF,
  .article-products[data-css-files*="products_2016_e.css"] #wrapper .tableB-1 table, .article-products[data-css-files*="products_2015_e.css"] #wrapper table.tb_typeF,
  .article-products[data-css-files*="products_2015_e.css"] #wrapper .tableB-1 table {
    margin-left: 0;
    margin-right: 0;
    table-layout: auto !important;
    width: 100%;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tableB, .article-products[data-css-files*="products_2016.css"] #wrapper .tableB, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tableB, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tableB {
    overflow: auto;
    margin-right: -10px;
  }
  .article-products[data-css-files*="edfc_s_parts.css"] #wrapper .tableB table, .article-products[data-css-files*="products_2016.css"] #wrapper .tableB table, .article-products[data-css-files*="products_2016_e.css"] #wrapper .tableB table, .article-products[data-css-files*="products_2015_e.css"] #wrapper .tableB table {
    width: 800px;
  }
}
.article-products[data-css-files*="page_set_typeA.css"] .maindis_con {
  padding-top: 40px;
}
.article-products[data-css-files*="page_set_typeA.css"] .maindis_con h4 {
  font-weight: bold;
}
.article-products[data-css-files*="page_set_typeA.css"] .maindis_con p {
  line-height: 1.4;
}
.article-products[data-css-files*="page_set_typeA.css"] .maindis_con .logo_img {
  display: flex;
}
.article-products[data-css-files*="page_set_typeA.css"] .maindis_con .logo_imgA {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA.css"] .maindis_con {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-products[data-css-files*="page_set_typeA.css"] .maindis_con .cont_spl {
    display: block;
    width: auto;
    margin: 0;
  }
  .article-products[data-css-files*="page_set_typeA.css"] .maindis_con .pro_goB {
    width: 100%;
  }
  .article-products[data-css-files*="page_set_typeA.css"] .maindis_con .logo_img {
    justify-content: center;
  }
  .article-products[data-css-files*="page_set_typeA.css"] .maindis_con .logo_imgA a {
    flex-shrink: 0;
  }
  .article-products[data-css-files*="page_set_typeA.css"] .maindis_con .logo_imgA p {
    width: auto;
  }
}
.article-products[data-css-files*="page_set_typeA1.css"] .tb_cap caption, .article-products[data-css-files*="page_set_typeA2.css"] .tb_cap caption, .article-products[data-css-files*="page_set_typeA3.css"] .tb_cap caption {
  margin: 0 10px;
}
.article-products[data-css-files*="page_set_typeA1.css"] .tb_cap caption.indent01, .article-products[data-css-files*="page_set_typeA2.css"] .tb_cap caption.indent01, .article-products[data-css-files*="page_set_typeA3.css"] .tb_cap caption.indent01 {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  caption-side: bottom;
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.article-products[data-css-files*="page_set_typeA1.css"] .area_spec .spec_con, .article-products[data-css-files*="page_set_typeA2.css"] .area_spec .spec_con, .article-products[data-css-files*="page_set_typeA3.css"] .area_spec .spec_con {
  min-width: 0;
}
.article-products[data-css-files*="page_set_typeA1.css"] .area_spec img, .article-products[data-css-files*="page_set_typeA2.css"] .area_spec img, .article-products[data-css-files*="page_set_typeA3.css"] .area_spec img {
  min-width: 0;
}
.article-products[data-css-files*="page_set_typeA1.css"] .iframe-container, .article-products[data-css-files*="page_set_typeA2.css"] .iframe-container, .article-products[data-css-files*="page_set_typeA3.css"] .iframe-container {
  clear: both;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA1.css"] .article-body, .article-products[data-css-files*="page_set_typeA2.css"] .article-body, .article-products[data-css-files*="page_set_typeA3.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article-products[data-css-files*="page_set_typeA1.css"] main, .article-products[data-css-files*="page_set_typeA2.css"] main, .article-products[data-css-files*="page_set_typeA3.css"] main {
  position: relative;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  *zoom: 1;
}
.article-products[data-css-files*="page_set_typeA1.css"] main:after, .article-products[data-css-files*="page_set_typeA2.css"] main:after, .article-products[data-css-files*="page_set_typeA3.css"] main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-products[data-css-files*="page_set_typeA1.css"] main *, .article-products[data-css-files*="page_set_typeA2.css"] main *, .article-products[data-css-files*="page_set_typeA3.css"] main * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-products[data-css-files*="page_set_typeA1.css"] main img, .article-products[data-css-files*="page_set_typeA2.css"] main img, .article-products[data-css-files*="page_set_typeA3.css"] main img {
  max-width: none;
  height: revert-layer;
}
.article-products[data-css-files*="page_set_typeA1.css"] main img[width="auto"], .article-products[data-css-files*="page_set_typeA2.css"] main img[width="auto"], .article-products[data-css-files*="page_set_typeA3.css"] main img[width="auto"] {
  width: 100%;
}
.article-products[data-css-files*="page_set_typeA1.css"] main .unitC, .article-products[data-css-files*="page_set_typeA2.css"] main .unitC, .article-products[data-css-files*="page_set_typeA3.css"] main .unitC {
  display: flex;
}
.article-products[data-css-files*="page_set_typeA1.css"] main .swiper, .article-products[data-css-files*="page_set_typeA2.css"] main .swiper, .article-products[data-css-files*="page_set_typeA3.css"] main .swiper {
  width: 100%;
}
.article-products[data-css-files*="page_set_typeA1.css"] main h2.l-align[style*="width"], .article-products[data-css-files*="page_set_typeA2.css"] main h2.l-align[style*="width"], .article-products[data-css-files*="page_set_typeA3.css"] main h2.l-align[style*="width"] {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA1.css"] main h2.l-align[style*="width"], .article-products[data-css-files*="page_set_typeA2.css"] main h2.l-align[style*="width"], .article-products[data-css-files*="page_set_typeA3.css"] main h2.l-align[style*="width"] {
    margin-left: 0;
  }
}
.article-products[data-css-files*="page_set_typeA1.css"] main table.tb-layoutA, .article-products[data-css-files*="page_set_typeA2.css"] main table.tb-layoutA, .article-products[data-css-files*="page_set_typeA3.css"] main table.tb-layoutA {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA1.css"] main table.tb-layoutA, .article-products[data-css-files*="page_set_typeA2.css"] main table.tb-layoutA, .article-products[data-css-files*="page_set_typeA3.css"] main table.tb-layoutA {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.article-products[data-css-files*="page_set_typeA1.css"] main .splist, .article-products[data-css-files*="page_set_typeA2.css"] main .splist, .article-products[data-css-files*="page_set_typeA3.css"] main .splist {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
}
.article-products[data-css-files*="page_set_typeA1.css"] main .stock_list a, .article-products[data-css-files*="page_set_typeA2.css"] main .stock_list a, .article-products[data-css-files*="page_set_typeA3.css"] main .stock_list a {
  display: block;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA1.css"] main .stock_list, .article-products[data-css-files*="page_set_typeA2.css"] main .stock_list, .article-products[data-css-files*="page_set_typeA3.css"] main .stock_list {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    clear: both;
  }
}
.article-products[data-css-files*="page_set_typeA1.css"] main .heading-041, .article-products[data-css-files*="page_set_typeA2.css"] main .heading-041, .article-products[data-css-files*="page_set_typeA3.css"] main .heading-041 {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA1.css"] main, .article-products[data-css-files*="page_set_typeA2.css"] main, .article-products[data-css-files*="page_set_typeA3.css"] main {
    width: auto;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main img, .article-products[data-css-files*="page_set_typeA2.css"] main img, .article-products[data-css-files*="page_set_typeA3.css"] main img {
    max-width: 100%;
    height: auto;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main ul.specA, .article-products[data-css-files*="page_set_typeA2.css"] main ul.specA, .article-products[data-css-files*="page_set_typeA3.css"] main ul.specA {
    width: auto;
    margin: 0;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main h2,
  .article-products[data-css-files*="page_set_typeA1.css"] main h3,
  .article-products[data-css-files*="page_set_typeA1.css"] main h4, .article-products[data-css-files*="page_set_typeA2.css"] main h2,
  .article-products[data-css-files*="page_set_typeA2.css"] main h3,
  .article-products[data-css-files*="page_set_typeA2.css"] main h4, .article-products[data-css-files*="page_set_typeA3.css"] main h2,
  .article-products[data-css-files*="page_set_typeA3.css"] main h3,
  .article-products[data-css-files*="page_set_typeA3.css"] main h4 {
    width: auto;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .btnA li, .article-products[data-css-files*="page_set_typeA2.css"] main .btnA li, .article-products[data-css-files*="page_set_typeA3.css"] main .btnA li {
    margin: 0 !important;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitA, .article-products[data-css-files*="page_set_typeA2.css"] main .unitA, .article-products[data-css-files*="page_set_typeA3.css"] main .unitA {
    width: auto;
    padding: 0;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitB,
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitB-1, .article-products[data-css-files*="page_set_typeA2.css"] main .unitB,
  .article-products[data-css-files*="page_set_typeA2.css"] main .unitB-1, .article-products[data-css-files*="page_set_typeA3.css"] main .unitB,
  .article-products[data-css-files*="page_set_typeA3.css"] main .unitB-1 {
    width: auto;
    padding: 0;
    display: block;
    float: none;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitC, .article-products[data-css-files*="page_set_typeA2.css"] main .unitC, .article-products[data-css-files*="page_set_typeA3.css"] main .unitC {
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
    float: none;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitC .img-area, .article-products[data-css-files*="page_set_typeA2.css"] main .unitC .img-area, .article-products[data-css-files*="page_set_typeA3.css"] main .unitC .img-area {
    width: auto;
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitC .img-area img, .article-products[data-css-files*="page_set_typeA2.css"] main .unitC .img-area img, .article-products[data-css-files*="page_set_typeA3.css"] main .unitC .img-area img {
    float: none;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitC .txt-area, .article-products[data-css-files*="page_set_typeA2.css"] main .unitC .txt-area, .article-products[data-css-files*="page_set_typeA3.css"] main .unitC .txt-area {
    float: none;
    width: auto;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .copy, .article-products[data-css-files*="page_set_typeA2.css"] main .copy, .article-products[data-css-files*="page_set_typeA3.css"] main .copy {
    font-size: 16px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .mount_A, .article-products[data-css-files*="page_set_typeA2.css"] main .mount_A, .article-products[data-css-files*="page_set_typeA3.css"] main .mount_A {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .mount_A dl, .article-products[data-css-files*="page_set_typeA2.css"] main .mount_A dl, .article-products[data-css-files*="page_set_typeA3.css"] main .mount_A dl {
    margin-bottom: 10px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .mount_A dl, .article-products[data-css-files*="page_set_typeA1.css"] main .mount_A dt, .article-products[data-css-files*="page_set_typeA1.css"] main .mount_A dd, .article-products[data-css-files*="page_set_typeA2.css"] main .mount_A dl, .article-products[data-css-files*="page_set_typeA2.css"] main .mount_A dt, .article-products[data-css-files*="page_set_typeA2.css"] main .mount_A dd, .article-products[data-css-files*="page_set_typeA3.css"] main .mount_A dl, .article-products[data-css-files*="page_set_typeA3.css"] main .mount_A dt, .article-products[data-css-files*="page_set_typeA3.css"] main .mount_A dd {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    float: none;
    clear: both;
    line-height: 1.6;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main h5, .article-products[data-css-files*="page_set_typeA2.css"] main h5, .article-products[data-css-files*="page_set_typeA3.css"] main h5 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    clear: both;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .compatible-product, .article-products[data-css-files*="page_set_typeA2.css"] main .compatible-product, .article-products[data-css-files*="page_set_typeA3.css"] main .compatible-product {
    float: none;
    width: auto;
    clear: both;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main button.btn-area02,
  .article-products[data-css-files*="page_set_typeA1.css"] main button.btn-area03, .article-products[data-css-files*="page_set_typeA2.css"] main button.btn-area02,
  .article-products[data-css-files*="page_set_typeA2.css"] main button.btn-area03, .article-products[data-css-files*="page_set_typeA3.css"] main button.btn-area02,
  .article-products[data-css-files*="page_set_typeA3.css"] main button.btn-area03 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .commentary, .article-products[data-css-files*="page_set_typeA2.css"] main .commentary, .article-products[data-css-files*="page_set_typeA3.css"] main .commentary {
    margin-left: 0;
    float: none;
    clear: both;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main dl.commeA, .article-products[data-css-files*="page_set_typeA2.css"] main dl.commeA, .article-products[data-css-files*="page_set_typeA3.css"] main dl.commeA {
    margin: 0;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .price-list, .article-products[data-css-files*="page_set_typeA2.css"] main .price-list, .article-products[data-css-files*="page_set_typeA3.css"] main .price-list {
    width: 100%;
    table-layout: auto;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .price-list th, .article-products[data-css-files*="page_set_typeA1.css"] main .price-list td, .article-products[data-css-files*="page_set_typeA2.css"] main .price-list th, .article-products[data-css-files*="page_set_typeA2.css"] main .price-list td, .article-products[data-css-files*="page_set_typeA3.css"] main .price-list th, .article-products[data-css-files*="page_set_typeA3.css"] main .price-list td {
    padding: 5px;
    line-height: 1.4;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .hero_img3,
  .article-products[data-css-files*="page_set_typeA1.css"] main .co_title, .article-products[data-css-files*="page_set_typeA2.css"] main .hero_img3,
  .article-products[data-css-files*="page_set_typeA2.css"] main .co_title, .article-products[data-css-files*="page_set_typeA3.css"] main .hero_img3,
  .article-products[data-css-files*="page_set_typeA3.css"] main .co_title {
    width: auto;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .spec_list,
  .article-products[data-css-files*="page_set_typeA1.css"] main .area_spec,
  .article-products[data-css-files*="page_set_typeA1.css"] main .spec_con, .article-products[data-css-files*="page_set_typeA2.css"] main .spec_list,
  .article-products[data-css-files*="page_set_typeA2.css"] main .area_spec,
  .article-products[data-css-files*="page_set_typeA2.css"] main .spec_con, .article-products[data-css-files*="page_set_typeA3.css"] main .spec_list,
  .article-products[data-css-files*="page_set_typeA3.css"] main .area_spec,
  .article-products[data-css-files*="page_set_typeA3.css"] main .spec_con {
    width: auto;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .co_title, .article-products[data-css-files*="page_set_typeA2.css"] main .co_title, .article-products[data-css-files*="page_set_typeA3.css"] main .co_title {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    float: none;
    clear: both;
    margin-top: 20px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .tableD, .article-products[data-css-files*="page_set_typeA2.css"] main .tableD, .article-products[data-css-files*="page_set_typeA3.css"] main .tableD {
    overflow: auto;
    margin-right: -10px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .tableD table, .article-products[data-css-files*="page_set_typeA2.css"] main .tableD table, .article-products[data-css-files*="page_set_typeA3.css"] main .tableD table {
    width: 800px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .heading-041, .article-products[data-css-files*="page_set_typeA2.css"] main .heading-041, .article-products[data-css-files*="page_set_typeA3.css"] main .heading-041 {
    line-height: 1.4;
    font-size: 18px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .btnB-2, .article-products[data-css-files*="page_set_typeA2.css"] main .btnB-2, .article-products[data-css-files*="page_set_typeA3.css"] main .btnB-2 {
    display: block;
    clear: both;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .btnB-2 li, .article-products[data-css-files*="page_set_typeA2.css"] main .btnB-2 li, .article-products[data-css-files*="page_set_typeA3.css"] main .btnB-2 li {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .catelink, .article-products[data-css-files*="page_set_typeA2.css"] main .catelink, .article-products[data-css-files*="page_set_typeA3.css"] main .catelink {
    display: block;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .catelink dl, .article-products[data-css-files*="page_set_typeA2.css"] main .catelink dl, .article-products[data-css-files*="page_set_typeA3.css"] main .catelink dl {
    width: auto;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .photo_box, .article-products[data-css-files*="page_set_typeA2.css"] main .photo_box, .article-products[data-css-files*="page_set_typeA3.css"] main .photo_box {
    display: block;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .photo_box li, .article-products[data-css-files*="page_set_typeA2.css"] main .photo_box li, .article-products[data-css-files*="page_set_typeA3.css"] main .photo_box li {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .imgtxtA, .article-products[data-css-files*="page_set_typeA2.css"] main .imgtxtA, .article-products[data-css-files*="page_set_typeA3.css"] main .imgtxtA {
    width: auto;
    margin-bottom: 10px;
    clear: both;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .imgtxtA dt, .article-products[data-css-files*="page_set_typeA2.css"] main .imgtxtA dt, .article-products[data-css-files*="page_set_typeA3.css"] main .imgtxtA dt {
    text-align: center;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .imgtxtA img, .article-products[data-css-files*="page_set_typeA2.css"] main .imgtxtA img, .article-products[data-css-files*="page_set_typeA3.css"] main .imgtxtA img {
    margin-left: auto;
    margin-right: auto;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .unitB-1 img, .article-products[data-css-files*="page_set_typeA2.css"] main .unitB-1 img, .article-products[data-css-files*="page_set_typeA3.css"] main .unitB-1 img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main ul.list_compa, .article-products[data-css-files*="page_set_typeA2.css"] main ul.list_compa, .article-products[data-css-files*="page_set_typeA3.css"] main ul.list_compa {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    display: block;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main ul.list_compa > *, .article-products[data-css-files*="page_set_typeA2.css"] main ul.list_compa > *, .article-products[data-css-files*="page_set_typeA3.css"] main ul.list_compa > * {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    display: inline-block;
    margin-right: 20px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main ul.list_compa > *:before, .article-products[data-css-files*="page_set_typeA2.css"] main ul.list_compa > *:before, .article-products[data-css-files*="page_set_typeA3.css"] main ul.list_compa > *:before {
    width: 6px;
    height: 6px;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .btnB li, .article-products[data-css-files*="page_set_typeA2.css"] main .btnB li, .article-products[data-css-files*="page_set_typeA3.css"] main .btnB li {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="page_set_typeA1.css"] main .specA.for_lastspace2 li, .article-products[data-css-files*="page_set_typeA2.css"] main .specA.for_lastspace2 li, .article-products[data-css-files*="page_set_typeA3.css"] main .specA.for_lastspace2 li {
    width: 49%;
  }
}
.article-products[data-css-files*="page_set_typeA3.css"] h2 {
  font-weight: bold;
  font-size: 2.0rem;
  border-bottom: double 5px #009245;
  margin-top: 1em;
  margin-bottom: 1em;
}
.article-products[data-css-files*="page_set_typeA3.css"] h3 {
  font-size: 1.8rem;
  border-left: solid 8px #009245;
  padding-left: 5px;
  margin-top: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA3.css"] .goods_sec {
    display: block;
    clear: both;
  }
}
.article-products[data-css-files*="page_set_typeA3.css"] .goods_sec .swiper {
  float: left;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA3.css"] .goods_sec .swiper {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 20px;
  }
}
.article-products[data-css-files*="page_set_typeA3.css"] .data_box {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="page_set_typeA3.css"] .data_box {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    clear: both;
  }
}
.article-products[data-css-files*="page_set_typeA3.css"] .data_box a {
  display: block;
}
.article-products[data-css-files*="page_set_typeA3.css"] .data_box table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
}
.article-products[data-css-files*="high_class_set.css"] {
  background: #333;
}
.article-products[data-css-files*="high_class_set.css"] .article-body {
  border: none;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="high_class_set.css"] .article-body {
    padding: 0;
  }
}
.article-products[data-css-files*="high_class_set.css"] main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-products[data-css-files*="high_class_set.css"] main .breadcrumb,
.article-products[data-css-files*="high_class_set.css"] main .sns-area {
  display: none;
}
.article-products[data-css-files*="high_class_set.css"] main .hero_img {
  margin-top: 0;
}
.article-products[data-css-files*="high_class_set.css"] main .button01 a,
.article-products[data-css-files*="high_class_set.css"] main .btnB a {
  color: #fff;
}
.article-products[data-css-files*="high_class_set.css"] main .heading02 {
  line-height: 1.5;
}
.article-products[data-css-files*="high_class_set.css"] main img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="high_class_set.css"] main {
    width: auto;
  }
  .article-products[data-css-files*="high_class_set.css"] main img {
    max-width: 100%;
    height: auto;
  }
  .article-products[data-css-files*="high_class_set.css"] main .swiper {
    width: 100vw;
  }
  .article-products[data-css-files*="high_class_set.css"] main .button01 a {
    display: block;
    width: 90vw;
  }
  .article-products[data-css-files*="high_class_set.css"] main .button01 li {
    padding: 16px 0;
    width: 100%;
  }
  .article-products[data-css-files*="high_class_set.css"] main .button01 li:before {
    left: 20px;
  }
  .article-products[data-css-files*="high_class_set.css"] main .Part_txt_on_img {
    border: solid 1px #009245;
    padding: 10px;
    margin: 10px;
  }
  .article-products[data-css-files*="high_class_set.css"] main .Part_txt_on_img img {
    border: none;
  }
  .article-products[data-css-files*="high_class_set.css"] main .Part_txt_on_img dl {
    width: auto;
    position: static;
  }
  .article-products[data-css-files*="high_class_set.css"] main .toc-001:has(:checked) > ol {
    padding: 0 10px;
  }
  .article-products[data-css-files*="high_class_set.css"] main .Part_img_nocaption {
    padding: 0;
  }
  .article-products[data-css-files*="high_class_set.css"] main .Part_Img_and_Txt > * {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .article-products[data-css-files*="high_class_set.css"] main .edfc_list dd ul li {
    padding: 2px 10px;
  }
}
.article-products[data-css-files*="high_class_set.css"] main .Part_txt_above_img {
  margin-left: 20px;
  margin-right: 20px;
}
.article-products[data-css-files*="products_transition.css"] .prs_button_area, .article-products[data-css-files*="products_e_transition.css"] .prs_button_area {
  margin: 20px auto;
  float: none;
  text-align: center;
}
.article-products[data-css-files*="products_transition.css"] .prs_button_area p, .article-products[data-css-files*="products_e_transition.css"] .prs_button_area p {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="products_transition.css"] .int_box, .article-products[data-css-files*="products_e_transition.css"] .int_box {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-products[data-css-files*="products_transition.css"] .prs_photo_area,
  .article-products[data-css-files*="products_transition.css"] .prs_heading_area,
  .article-products[data-css-files*="products_transition.css"] .prs_discription_area_1,
  .article-products[data-css-files*="products_transition.css"] .prs_button_area,
  .article-products[data-css-files*="products_transition.css"] .prs_discription_area_2,
  .article-products[data-css-files*="products_transition.css"] .prs_photo_areaA,
  .article-products[data-css-files*="products_transition.css"] .prs_disc_text_area,
  .article-products[data-css-files*="products_transition.css"] .prs_disc_photo_area, .article-products[data-css-files*="products_e_transition.css"] .prs_photo_area,
  .article-products[data-css-files*="products_e_transition.css"] .prs_heading_area,
  .article-products[data-css-files*="products_e_transition.css"] .prs_discription_area_1,
  .article-products[data-css-files*="products_e_transition.css"] .prs_button_area,
  .article-products[data-css-files*="products_e_transition.css"] .prs_discription_area_2,
  .article-products[data-css-files*="products_e_transition.css"] .prs_photo_areaA,
  .article-products[data-css-files*="products_e_transition.css"] .prs_disc_text_area,
  .article-products[data-css-files*="products_e_transition.css"] .prs_disc_photo_area {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .article-products[data-css-files*="products_transition.css"] .prs_photo_area, .article-products[data-css-files*="products_e_transition.css"] .prs_photo_area {
    text-align: center;
  }
  .article-products[data-css-files*="products_transition.css"] .prs_photo_area img, .article-products[data-css-files*="products_e_transition.css"] .prs_photo_area img {
    float: none;
    margin: 0 0 10px !important;
  }
  .article-products[data-css-files*="products_transition.css"] .prs_disc_photo_area, .article-products[data-css-files*="products_e_transition.css"] .prs_disc_photo_area {
    margin-top: 20px;
    text-align: center;
  }
  .article-products[data-css-files*="products_transition.css"] .t_center, .article-products[data-css-files*="products_e_transition.css"] .t_center {
    width: auto;
  }
  .article-products[data-css-files*="products_transition.css"] .prs_features, .article-products[data-css-files*="products_e_transition.css"] .prs_features {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .article-products[data-css-files*="products_transition.css"] .prs_features dd, .article-products[data-css-files*="products_e_transition.css"] .prs_features dd {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
}
.article-products[data-css-files*="/tein_5.css"] .article-body, .article-products[data-css-files*="/teine_5.css"] .article-body {
  padding-top: 20px;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .sns-btn,
.article-products[data-css-files*="/tein_5.css"] .article-body .back_icon,
.article-products[data-css-files*="/tein_5.css"] .article-body .back_icon, .article-products[data-css-files*="/teine_5.css"] .article-body .sns-btn,
.article-products[data-css-files*="/teine_5.css"] .article-body .back_icon,
.article-products[data-css-files*="/teine_5.css"] .article-body .back_icon {
  display: none;
}
.article-products[data-css-files*="/tein_5.css"] .article-body #product_list a, .article-products[data-css-files*="/teine_5.css"] .article-body #product_list a {
  display: inline;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .list_base ul, .article-products[data-css-files*="/teine_5.css"] .article-body .list_base ul {
  display: flex;
  align-items: center;
  border-bottom: dotted #09C 1px;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .list_base li, .article-products[data-css-files*="/teine_5.css"] .article-body .list_base li {
  line-height: 1.2;
  border: none;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .list_base .todofuken, .article-products[data-css-files*="/teine_5.css"] .article-body .list_base .todofuken {
  line-height: 1;
  border: none;
  height: 30px;
  margin-top: 20px;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .list_base .todofuken li, .article-products[data-css-files*="/teine_5.css"] .article-body .list_base .todofuken li {
  line-height: 1;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .list_base .todofuken .todufuken_text, .article-products[data-css-files*="/teine_5.css"] .article-body .list_base .todofuken .todufuken_text {
  padding-top: 0;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .table-tac, .article-products[data-css-files*="/teine_5.css"] .article-body .table-tac {
  margin-left: auto;
  margin-right: auto;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .table-tac table, .article-products[data-css-files*="/teine_5.css"] .article-body .table-tac table {
  margin-left: auto;
  margin-right: auto;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .table-tac th, .article-products[data-css-files*="/tein_5.css"] .article-body .table-tac td, .article-products[data-css-files*="/teine_5.css"] .article-body .table-tac th, .article-products[data-css-files*="/teine_5.css"] .article-body .table-tac td {
  text-align: center;
}
.article-products[data-css-files*="/tein_5.css"] .article-body .table-tac .al_left, .article-products[data-css-files*="/teine_5.css"] .article-body .table-tac .al_left {
  text-align: left;
}
.article-products[data-css-files*="/tein_5.css"] .article-body table[width="750"] [align="center"], .article-products[data-css-files*="/teine_5.css"] .article-body table[width="750"] [align="center"] {
  text-align: center;
}
.article-products[data-css-files*="/tein_5.css"] .article-body table[width="750"] [align="center"] > table, .article-products[data-css-files*="/teine_5.css"] .article-body table[width="750"] [align="center"] > table {
  margin-left: auto;
  margin-right: auto;
}
.article-products[data-css-files*="/tein_5.css"] .article-body table[style*="width:450px;"], .article-products[data-css-files*="/teine_5.css"] .article-body table[style*="width:450px;"] {
  width: auto !important;
}
.article-products[data-css-files*="/tein_5.css"] .article-body table[style*="width:450px;"] ul, .article-products[data-css-files*="/teine_5.css"] .article-body table[style*="width:450px;"] ul {
  margin-left: 0 !important;
  padding-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="/tein_5.css"] .article-body, .article-products[data-css-files*="/teine_5.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body *, .article-products[data-css-files*="/teine_5.css"] .article-body * {
    max-width: 100%;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body #mein, .article-products[data-css-files*="/teine_5.css"] .article-body #mein {
    padding-left: 0;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table, .article-products[data-css-files*="/teine_5.css"] .article-body table {
    width: auto;
    height: auto;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table tbody, .article-products[data-css-files*="/tein_5.css"] .article-body table thead, .article-products[data-css-files*="/tein_5.css"] .article-body table tr, .article-products[data-css-files*="/tein_5.css"] .article-body table th, .article-products[data-css-files*="/tein_5.css"] .article-body table td, .article-products[data-css-files*="/teine_5.css"] .article-body table tbody, .article-products[data-css-files*="/teine_5.css"] .article-body table thead, .article-products[data-css-files*="/teine_5.css"] .article-body table tr, .article-products[data-css-files*="/teine_5.css"] .article-body table th, .article-products[data-css-files*="/teine_5.css"] .article-body table td {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 1.4;
    text-align: left;
    *zoom: 1;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table tbody:after, .article-products[data-css-files*="/tein_5.css"] .article-body table thead:after, .article-products[data-css-files*="/tein_5.css"] .article-body table tr:after, .article-products[data-css-files*="/tein_5.css"] .article-body table th:after, .article-products[data-css-files*="/tein_5.css"] .article-body table td:after, .article-products[data-css-files*="/teine_5.css"] .article-body table tbody:after, .article-products[data-css-files*="/teine_5.css"] .article-body table thead:after, .article-products[data-css-files*="/teine_5.css"] .article-body table tr:after, .article-products[data-css-files*="/teine_5.css"] .article-body table th:after, .article-products[data-css-files*="/teine_5.css"] .article-body table td:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table tbody[bgcolor="#DDDDDD"], .article-products[data-css-files*="/tein_5.css"] .article-body table thead[bgcolor="#DDDDDD"], .article-products[data-css-files*="/tein_5.css"] .article-body table tr[bgcolor="#DDDDDD"], .article-products[data-css-files*="/tein_5.css"] .article-body table th[bgcolor="#DDDDDD"], .article-products[data-css-files*="/tein_5.css"] .article-body table td[bgcolor="#DDDDDD"], .article-products[data-css-files*="/teine_5.css"] .article-body table tbody[bgcolor="#DDDDDD"], .article-products[data-css-files*="/teine_5.css"] .article-body table thead[bgcolor="#DDDDDD"], .article-products[data-css-files*="/teine_5.css"] .article-body table tr[bgcolor="#DDDDDD"], .article-products[data-css-files*="/teine_5.css"] .article-body table th[bgcolor="#DDDDDD"], .article-products[data-css-files*="/teine_5.css"] .article-body table td[bgcolor="#DDDDDD"] {
    display: block;
    padding: 10px !important;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body #product_bunsyo, .article-products[data-css-files*="/teine_5.css"] .article-body #product_bunsyo {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body #product, .article-products[data-css-files*="/teine_5.css"] .article-body #product {
    width: auto;
    float: none;
    margin: 0;
    clear: both;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body #product dt,
  .article-products[data-css-files*="/tein_5.css"] .article-body #product dd, .article-products[data-css-files*="/teine_5.css"] .article-body #product dt,
  .article-products[data-css-files*="/teine_5.css"] .article-body #product dd {
    margin-left: 0;
    margin-right: 0;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table.mytb,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.tb_spec,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.product,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.spec_tb, .article-products[data-css-files*="/teine_5.css"] .article-body table.mytb,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.tb_spec,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.product,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.spec_tb {
    display: table;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table.mytb tbody, .article-products[data-css-files*="/tein_5.css"] .article-body table.mytb thead,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.tb_spec tbody,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.tb_spec thead,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.product tbody,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.product thead,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.spec_tb tbody,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.spec_tb thead, .article-products[data-css-files*="/teine_5.css"] .article-body table.mytb tbody, .article-products[data-css-files*="/teine_5.css"] .article-body table.mytb thead,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.tb_spec tbody,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.tb_spec thead,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.product tbody,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.product thead,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.spec_tb tbody,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.spec_tb thead {
    display: table-cell;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table.mytb tr,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.tb_spec tr,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.product tr,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.spec_tb tr, .article-products[data-css-files*="/teine_5.css"] .article-body table.mytb tr,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.tb_spec tr,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.product tr,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.spec_tb tr {
    display: table-row;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body table.mytb th, .article-products[data-css-files*="/tein_5.css"] .article-body table.mytb td,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.tb_spec th,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.tb_spec td,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.product th,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.product td,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.spec_tb th,
  .article-products[data-css-files*="/tein_5.css"] .article-body table.spec_tb td, .article-products[data-css-files*="/teine_5.css"] .article-body table.mytb th, .article-products[data-css-files*="/teine_5.css"] .article-body table.mytb td,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.tb_spec th,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.tb_spec td,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.product th,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.product td,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.spec_tb th,
  .article-products[data-css-files*="/teine_5.css"] .article-body table.spec_tb td {
    padding: 5px !important;
    display: table-cell;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body img[src*="spacer"], .article-products[data-css-files*="/teine_5.css"] .article-body img[src*="spacer"] {
    display: none;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body .midashi, .article-products[data-css-files*="/teine_5.css"] .article-body .midashi {
    width: auto;
    padding-left: 0;
    margin-left: 0;
  }
  .article-products[data-css-files*="/tein_5.css"] .article-body [style*="width:550px"], .article-products[data-css-files*="/teine_5.css"] .article-body [style*="width:550px"] {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.article-products[data-css-files*="css/component.css"] .article-body main .breadcrumb,
.article-products[data-css-files*="css/component.css"] .article-body main .page_trans {
  display: none;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="css/component.css"] .article-body main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article-products[data-css-files="/products/css/price_list.css"] #wrapper, .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver {
  padding-top: 20px;
}
.article-products[data-css-files="/products/css/price_list.css"] #wrapper #pan-list,
.article-products[data-css-files="/products/css/price_list.css"] #wrapper .p_jump, .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver #pan-list,
.article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver .p_jump, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper #pan-list,
.article-products[data-css-files="/e/products/css/price_list.css"] #wrapper .p_jump, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver #pan-list,
.article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver .p_jump {
  display: none;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper, .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper #wrapper_Lver, .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver #wrapper_Lver, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper #wrapper_Lver, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver #wrapper_Lver {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper .Table-type-1,
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper .table-warp, .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver .Table-type-1,
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver .table-warp, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper .Table-type-1,
  .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper .table-warp, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver .Table-type-1,
  .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver .table-warp {
    margin-right: -10px;
    overflow: auto;
    padding-right: 10px;
  }
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper .Table-type-1 table,
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper .table-warp table, .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver .Table-type-1 table,
  .article-products[data-css-files="/products/css/price_list.css"] #wrapper_Lver .table-warp table, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper .Table-type-1 table,
  .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper .table-warp table, .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver .Table-type-1 table,
  .article-products[data-css-files="/e/products/css/price_list.css"] #wrapper_Lver .table-warp table {
    width: 800px;
  }
}
.article-products[data-css-files="/e/products/css/Products_index.css"] #wrapper .p_area {
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  text-align: center;
}
.article-products[data-css-files="/e/products/css/Products_index.css"] #wrapper .p_area dl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files="/e/products/css/Products_index.css"] #wrapper .p_area dl {
    display: block;
    margin: 0 auto 20px;
  }
}
.article-products[data-css-files*="/car_model_sp"] .article-body {
  max-width: none;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="/car_model_sp"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article-products[data-css-files*="/car_model_sp"] .article-body th, .article-products[data-css-files*="/car_model_sp"] .article-body td {
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}
.article-products[data-css-files*="/car_model_sp"] .article-body dl {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.article-products[data-css-files*="/car_model_sp"] .article-body h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.article-products[data-css-files*="/car_model_sp"] .article-body a {
  color: #007aff;
  text-decoration: underline;
}
.article-products[data-css-files*="/car_model_sp"] .article-body .link_btns li a {
  color: #fff;
  text-decoration: none;
}
.article-products[data-css-files*="/car_model_sp"] .Youtube_g > * {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files*="/car_model_sp"] .Youtube_g > * {
    width: 100%;
  }
}
.article-products[data-css-files*="/car_model_sp"] .Youtube_g .iframe-container {
  max-width: none;
  padding: 10px;
}
.article-products[data-css-files*="/car_model_sp"] .Youtube_g .iframe-container iframe.ratio-16-9 {
  max-width: none;
  position: static;
}
.article-products .page--g-tech_price table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 1px;
  background: #767676;
  width: 100%;
}
.article-products .page--g-tech_price table th, .article-products .page--g-tech_price table td {
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  background: #fff;
  padding: 5px;
}
.article-products .page--g-tech_price table th[bgcolor="#99ccff"], .article-products .page--g-tech_price table td[bgcolor="#99ccff"] {
  background: #99ccff;
  width: 10px;
}
.article-products .page--g-tech_price a {
  color: #0070EB;
}
@media screen and (max-width: 767px) {
  .article-products .page--g-tech_price {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-products .page--g-tech_price .table-warp {
    margin-right: -10px;
    overflow: auto;
  }
  .article-products .page--g-tech_price .table-warp table {
    width: 800px;
  }
}

.article-spd_search #wrapper_contents_All td[align="center"] {
  text-align: center;
  line-height: 1.4;
}
.article-spd_search #wrapper_contents_All hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-spd_search #wrapper_contents_All tr[align="center"] td {
  text-align: center;
}
.article-spd_search #wrapper_contents_All tr[align="center"] td table {
  margin-left: auto;
  margin-right: auto;
}
.article-spd_search #wrapper_contents_All select[size] {
  height: 140px;
  font-size: 14px;
  padding: 0;
}
.article-spd_search #wrapper_contents_All table th, .article-spd_search #wrapper_contents_All table td {
  border-width: 1px;
}
@media screen and (max-width: 767px) {
  .article-spd_search #wrapper_contents_All {
    padding: 10px;
    width: auto;
  }
  .article-spd_search #wrapper_contents_All table {
    width: 100% !important;
  }
  .article-spd_search #wrapper_contents_All [style*="font-size:36px"] {
    font-size: 22px !important;
  }
  .article-spd_search #wrapper_contents_All td.serchlisttitle {
    width: 100% !important;
    display: flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .article-spd_search #wrapper_contents_All td.serchlisttitle.text_left {
    display: none !important;
  }
  .article-spd_search #wrapper_contents_All .tabel-wrap {
    display: block;
    overflow: auto;
    width: calc(100vw - 10px);
    margin-right: -10px;
  }
  .article-spd_search #wrapper_contents_All .tabel-wrap > table {
    margin-right: 10px;
    width: 840px !important;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] {
    display: block;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] thead,
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tbody,
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr,
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] th,
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] td {
    display: block;
    width: auto;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] td.tt_green,
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] td.al_center {
    display: none;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(1) {
    display: none;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td[width="30"], .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td[width="10"], .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td:nth-child(4), .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td:nth-child(5), .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td:nth-child(8), .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td:nth-child(9) {
    display: none !important;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td img {
    display: none;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td:before {
    content: "製品名";
    display: block;
    background: #008837;
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td:nth-child(6):before {
    content: "車名";
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] tr:nth-child(2) td:nth-child(10):before {
    content: "型式";
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] select {
    margin-bottom: 40px;
    width: 100% !important;
  }
  .article-spd_search #wrapper_contents_All table[style="border-collapse:collapse"] td[colspan="7"] td {
    width: auto !important;
    display: inline-block;
  }
}

.article-shop_camp table {
  margin-left: auto;
  margin-right: auto;
}
.article-shop_camp table img {
  max-width: none;
  vertical-align: middle;
}
.article-shop_camp table th, .article-shop_camp table td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article-shop_camp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-shop_camp table {
    width: 100% !important;
  }
}

.article-question .article-body {
  padding: 0;
  padding-top: 15px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.article-question .article-body .heading.otherq_t {
  display: none;
}
.article-question .article-body dl {
  margin-bottom: 40px;
}
.article-question .article-body table {
  margin-top: 10px;
  margin-bottom: 30px;
}
.article-question .article-body table th, .article-question .article-body table td {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.article-question .article-body .faqlist {
  background: rgba(201, 231, 217, 0.5);
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 50vw;
  padding-right: 50vw;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.article-question .article-body .faqlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-question .article-body .faqlist li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.article-question .article-body .faqlist li:after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #000;
  vertical-align: middle;
  display: inline-block;
  margin: 0 30px;
}
.article-question .article-body .faqlist li:last-child:after {
  display: none;
}
.article-question .article-body .otherq_t {
  margin-bottom: 1em;
}
.article-question .article-body .otherq_t .f_weight {
  font-weight: bold;
}
.article-question .article-body .otherq_t a {
  text-decoration: underline;
}
.article-question .article-body .otherq_t a:hover {
  text-decoration: none;
}
.article-question .article-body div.otherq_t ~ .faqlist {
  margin-top: 40px;
}
.article-question .article-body ol.faqA {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 2em;
}
.article-question .article-body ol.faqA li {
  margin-bottom: 5px;
}
.article-question .article-body ol.faqA a {
  display: inline;
  text-decoration: underline;
}
.article-question .article-body ol.faqA a:hover {
  text-decoration: none;
}
.article-question .article-body #main-area .Q_title {
  margin-top: 40px;
}
.article-question .article-body #main-area h3 {
  font-size: 16px;
  border: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.article-question .article-body #main-area .Ans_list_area li,
.article-question .article-body #main-area .g-2-list li,
.article-question .article-body #main-area .g-2-2-list li {
  display: inline-block;
  min-width: 169px;
}
.article-question .article-body #main-area .group-1 {
  margin-top: 40px;
}
.article-question .article-body #main-area ul.Ans {
  list-style: disc;
  margin: 10px 0;
  margin-left: 2em;
}
.article-question .article-body #main-area a {
  display: inline;
  text-decoration: underline;
}
.article-question .article-body #main-area a:hover {
  text-decoration: none;
}
.article-question .article-body #main-area .Ans dl {
  margin: 0;
}
.article-question .article-body #main-area .Ans dl dt {
  border: none;
  font-size: 14px;
  padding: 0;
  padding: 0;
  display: inline;
}
.article-question .article-body #main-area .Ans dl dd {
  display: inline;
}
.article-question .article-body #main-area .Ans table th, .article-question .article-body #main-area .Ans table td {
  border: none;
  padding: 2px;
  line-height: 1.4;
}
.article-question .article-body #main-area .Ans table .total_line {
  border-top: 1px solid #000;
}
.article-question .article-body #main-area .Ans table .color_high {
  background: #CFC;
}

body.page--search div[onload] {
  display: none;
}

#search-form {
  min-height: 200px;
}

#section-search-form {
  min-height: 500px;
}

.section-search-form {
  padding: 40px 0;
}
.section-search-form .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.search-form {
  max-width: 870px;
  margin: 40px auto 0;
}
.search-form .btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.search-form .btns .btn-wrap,
.search-form .btns .btn,
.search-form .btns .nav-btns a,
.nav-btns .search-form .btns a,
.search-form .btns .next-prev-links .link a,
.next-prev-links .link .search-form .btns a {
  display: block;
  border-radius: 50px;
  margin: 0 .5% 10px;
  width: 32.33%;
  border-width: 2px;
  padding: 16px 0;
}
.search-form .btns .btn-wrap {
  width: 24%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .search-form .btns .btn-wrap {
    width: 47%;
    margin-bottom: 20px;
  }
}
.search-form .btns .btn-wrap .btn, .search-form .btns .btn-wrap .nav-btns a, .nav-btns .search-form .btns .btn-wrap a, .search-form .btns .btn-wrap .next-prev-links .link a, .next-prev-links .link .search-form .btns .btn-wrap a {
  width: 100%;
}
.search-form .btns .btn-wrap p {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.6;
}

.search-form-options {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search-form-options {
    display: block;
    clear: both;
  }
  .search-form-options .labels {
    margin-bottom: 10px;
  }
  .search-form-options .btn, .search-form-options .nav-btns a, .nav-btns .search-form-options a, .search-form-options .next-prev-links .link a, .next-prev-links .link .search-form-options a {
    float: right;
  }
}
.search-form-options label {
  margin-right: 30px;
}

.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search-results-header {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .search-results-header .results-title {
    margin-bottom: 20px;
  }
}
.search-results-header .results-title .title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  margin-bottom: 10px;
  display: block;
}
.search-results-header .results-btns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .search-results-header .results-btns ul {
    display: block;
    text-align: left;
  }
}
.search-results-header .results-btns li {
  margin-left: 14px;
  margin-top: 10px;
}
.search-results-header .results-btns li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .search-results-header .results-btns li {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.search-results-header .results-btns .btn, .search-results-header .results-btns .nav-btns a, .nav-btns .search-results-header .results-btns a, .search-results-header .results-btns .next-prev-links .link a, .next-prev-links .link .search-results-header .results-btns a {
  font-weight: 800;
  position: relative;
  padding-right: 30px;
  text-align: left;
  white-space: nowrap;
}
.search-results-header .results-btns .btn .mdi, .search-results-header .results-btns .nav-btns a .mdi, .nav-btns .search-results-header .results-btns a .mdi, .search-results-header .results-btns .next-prev-links .link a .mdi, .next-prev-links .link .search-results-header .results-btns a .mdi {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .search-results-header .results-btns .btn, .search-results-header .results-btns .nav-btns a, .nav-btns .search-results-header .results-btns a, .search-results-header .results-btns .next-prev-links .link a, .next-prev-links .link .search-results-header .results-btns a {
    min-width: 0;
  }
}

.modal-search .radio-options {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.modal-search .radio-options > * {
  width: 25%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal-search .radio-options > * {
    width: 50%;
  }
}
.modal-search .radio-options .input-radio-btn .radio-label {
  padding-left: 0;
  padding-right: 0;
  display: block;
  margin: 0 5px 10px;
}
.modal-search .btns .btn, .modal-search .btns .nav-btns a, .nav-btns .modal-search .btns a, .modal-search .btns .next-prev-links .link a, .next-prev-links .link .modal-search .btns a {
  display: block;
  width: 100%;
  border-radius: 10px;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
  padding: 20px 20px;
}
.modal-search .btns .btn:hover, .modal-search .btns .nav-btns a:hover, .nav-btns .modal-search .btns a:hover, .modal-search .btns .next-prev-links .link a:hover, .next-prev-links .link .modal-search .btns a:hover {
  opacity: 1;
  color: #fff;
}
.modal-search .btns .btn:disabled, .modal-search .btns .nav-btns a:disabled, .nav-btns .modal-search .btns a:disabled, .modal-search .btns .next-prev-links .link a:disabled, .next-prev-links .link .modal-search .btns a:disabled, .modal-search .btns .btn[data-placeholder="true"], .modal-search .btns .nav-btns a[data-placeholder="true"], .nav-btns .modal-search .btns a[data-placeholder="true"], .modal-search .btns .next-prev-links .link a[data-placeholder="true"], .next-prev-links .link .modal-search .btns a[data-placeholder="true"] {
  color: #727272;
}
.modal-search .btns .btn[data-placeholder="true"]:hover, .modal-search .btns .nav-btns a[data-placeholder="true"]:hover, .nav-btns .modal-search .btns a[data-placeholder="true"]:hover, .modal-search .btns .next-prev-links .link a[data-placeholder="true"]:hover, .next-prev-links .link .modal-search .btns a[data-placeholder="true"]:hover {
  color: #fff;
}
.modal-search .btn-wrap {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.modal-search .btn, .modal-search .nav-btns a, .nav-btns .modal-search a, .modal-search .next-prev-links .link a, .next-prev-links .link .modal-search a {
  border-radius: 50px;
  border-width: 2px;
  padding: 20px 0;
  width: 100%;
}
.modal-search .btn.btn-link, .modal-search .nav-btns a.btn-link, .nav-btns .modal-search a.btn-link, .modal-search .next-prev-links .link a.btn-link, .next-prev-links .link .modal-search a.btn-link {
  width: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 15px;
  text-decoration: underline !important;
}
.modal-search .btn.btn-link:hover, .modal-search .nav-btns a.btn-link:hover, .nav-btns .modal-search a.btn-link:hover, .modal-search .next-prev-links .link a.btn-link:hover, .next-prev-links .link .modal-search a.btn-link:hover {
  text-decoration: none !important;
}
.modal-search .nav {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #006E3A;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.modal-search .nav .btn, .modal-search .nav .nav-btns a, .nav-btns .modal-search .nav a, .modal-search .nav .next-prev-links .link a, .next-prev-links .link .modal-search .nav a {
  background: none;
  border: none;
  border-radius: 0;
  width: 16.66%;
}
.modal-search .nav .btn:after, .modal-search .nav .nav-btns a:after, .nav-btns .modal-search .nav a:after, .modal-search .nav .next-prev-links .link a:after, .next-prev-links .link .modal-search .nav a:after {
  content: " ";
  width: 2px;
  background: #000;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
}
.modal-search .nav .btn:before, .modal-search .nav .nav-btns a:before, .nav-btns .modal-search .nav a:before, .modal-search .nav .next-prev-links .link a:before, .next-prev-links .link .modal-search .nav a:before {
  content: " ";
  background: #006E3A;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
}
.modal-search .nav .btn.active, .modal-search .nav .nav-btns a.active, .nav-btns .modal-search .nav a.active, .modal-search .nav .next-prev-links .link a.active, .next-prev-links .link .modal-search .nav a.active {
  color: #006E3A;
}
.modal-search .nav .btn:nth-child(6n):after, .modal-search .nav .nav-btns a:nth-child(6n):after, .nav-btns .modal-search .nav a:nth-child(6n):after, .modal-search .nav .next-prev-links .link a:nth-child(6n):after, .next-prev-links .link .modal-search .nav a:nth-child(6n):after {
  display: none;
}
.modal-search .nav .btn:nth-child(n+7), .modal-search .nav .nav-btns a:nth-child(n+7), .nav-btns .modal-search .nav a:nth-child(n+7), .modal-search .nav .next-prev-links .link a:nth-child(n+7), .next-prev-links .link .modal-search .nav a:nth-child(n+7) {
  border: none;
}
.modal-search .text-field-input {
  border: 2px solid #006E3A;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
}
.modal-search .text-field-wrapper {
  border: none;
}
.modal-search .table-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.modal-search .table-wrap table {
  width: 48%;
  margin: 0 10px;
}
.modal-search .table-wrap table th {
  background-color: #d9e9e1;
}
.modal-search .table-wrap table th, .modal-search .table-wrap table td {
  text-align: center;
  padding: 0 10px;
  border: 1px solid #ccc;
}

.modal-search-jp-years {
  text-align: center;
}
.modal-search-jp-years .btn, .modal-search-jp-years .nav-btns a, .nav-btns .modal-search-jp-years a, .modal-search-jp-years .next-prev-links .link a, .next-prev-links .link .modal-search-jp-years a {
  display: inline-block;
  min-width: 0;
  width: auto;
  padding: 10px 40px;
}

.search-results .item-cat .item-cat-main {
  background: #006E3A;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.search-results .item-cat .item-cat-sub {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.search-results .search-result-item {
  line-height: 1.4;
  margin-bottom: 20px;
  border-bottom: 4px solid #006E3A;
  font-size: 14px;
}
.search-results .search-result-item a {
  text-decoration: underline;
}
.search-results .search-result-item a:hover {
  text-decoration: none;
}
.search-results .search-result-item .item-body {
  border: 4px solid #006E3A;
  border-bottom: none;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-body {
    display: block;
  }
}
.search-results .search-result-item .item-detail {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 4px solid #006E3A;
  border-bottom: none;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-detail {
    display: block;
  }
}
.search-results .search-result-item .item-header,
.search-results .search-result-item .item-specs {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.search-results .search-result-item .item-header:after,
.search-results .search-result-item .item-specs:after {
  content: " ";
  display: block;
  width: 1px;
  background: #000;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-header:after,
  .search-results .search-result-item .item-specs:after {
    display: none;
  }
}
.search-results .search-result-item .item-specs {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-specs {
    padding: 0;
    margin: 0;
  }
}
.search-results .search-result-item .item-specs:before {
  content: " ";
  display: block;
  width: 1px;
  background: #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-specs:before {
    display: none;
  }
}
.search-results .search-result-item .item-header {
  flex-shrink: 0;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-header {
    width: 100%;
  }
}
.search-results .search-result-item .item-main {
  width: 100%;
  position: relative;
}
.search-results .search-result-item .item-main .item-main-body-img {
  width: 180px;
  flex-shrink: 0;
  margin-right: 20px;
}
.search-results .search-result-item .item-main .item-main-body-img img {
  height: 120px;
  width: 180px;
  object-fit: contain;
}
.search-results .search-result-item .item-main .item-main-body {
  display: flex;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-main .item-main-body {
    display: block;
  }
}
.search-results .search-result-item .item-main .item-main-body .item-main-body-box {
  width: 100%;
}
.search-results .search-result-item .item-main .item-main-body .item-main-body-box img.item-logo {
  width: 130px;
}
.search-results .search-result-item .item-main .item-main-body .item-main-body-box .item-logo-text {
  display: block;
  color: #0070EB;
}
.search-results .search-result-item .item-main .item-main-body .item-main-body-box .item-logo-text:before {
  content: "Equivalent of ";
}
[data-lang="ja"] .search-results .search-result-item .item-main .item-main-body .item-main-body-box .item-logo-text:before {
  display: none;
}
.search-results .search-result-item .item-main .item-main-body .item-main-body-box .item-logo-text:after {
  content: "相当品";
}
[data-lang="en"] .search-results .search-result-item .item-main .item-main-body .item-main-body-box .item-logo-text:after {
  display: none;
}
.search-results .search-result-item .item-main .item-main-body-boxs {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .search-results .search-result-item .item-main .item-main-body-boxs {
    display: block;
  }
}
.search-results .search-result-item .item-main .item-main-body-boxs > * {
  width: 48%;
}
@media screen and (max-width: 1080px) {
  .search-results .search-result-item .item-main .item-main-body-boxs > * {
    width: auto;
  }
}
.search-results .search-result-item .item-badge {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: -15px;
  margin-left: -15px;
}
.search-results .search-result-item .item-badge #zaiko,
.search-results .search-result-item .item-badge #new {
  color: #FF0000;
  margin-top: 5px;
}
.search-results .search-result-item .item-specs .item-badge {
  margin: 0;
  margin-bottom: 5px;
}
.search-results .search-result-item .item-img {
  flex-shrink: 0;
  width: 13.5%;
  text-align: right;
}
.search-results .search-result-item .item-img img {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-img {
    width: 100%;
  }
}
.search-results .search-result-item .item-specs {
  flex-shrink: 0;
  width: 20%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .search-results .search-result-item .item-specs {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-specs {
    width: 100%;
  }
}
.search-results .search-result-item .item-table {
  flex-shrink: 0;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-table {
    width: 100%;
  }
}
.search-results .search-result-item .item-table .btns {
  text-align: right;
  margin-top: 12px;
}
.search-results .search-result-item .item-table .btns a {
  font-weight: bold;
}
.search-results .search-result-item .item-table .btns a img {
  margin-right: 5px;
  vertical-align: middle;
}
.search-results .search-result-item .item-table .btns .btn, .search-results .search-result-item .item-table .btns .nav-btns a, .nav-btns .search-results .search-result-item .item-table .btns a, .search-results .search-result-item .item-table .btns .next-prev-links .link a, .next-prev-links .link .search-results .search-result-item .item-table .btns a {
  margin-left: 28px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-main,
  .search-results .search-result-item .item-header,
  .search-results .search-result-item .item-specs {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.search-results .search-result-item .item-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  width: 100%;
}
.search-results .search-result-item .item-info:first-child {
  margin-top: 0;
}
.search-results .search-result-item .item-info .item-label {
  white-space: nowrap;
}
.search-results .search-result-item .item-info .item-value {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.search-results .search-result-item .item-info .item-value img {
  width: 15px;
}
.search-results .search-result-item .item-info .item-value.block {
  display: block;
}
.search-results .search-result-item .item-info .item-value-right {
  text-align: right;
  padding-right: 10px;
  width: 100%;
  font-weight: bold;
}
.search-results .search-result-item .item-info .item-value-right br {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-info .item-value-right {
    text-align: left;
  }
}
.search-results .search-result-item .item-info.lg {
  font-size: 1.2em;
}
.search-results .search-result-item .item-point {
  width: 100%;
}
.search-results .search-result-item .item-voice {
  flex-shrink: 0;
  width: 8%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results .search-result-item .item-voice a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  max-width: 5em;
  white-space: nowrap;
}
.search-results .search-result-item .item-voice a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-voice {
    width: auto;
  }
  .search-results .search-result-item .item-voice a {
    max-width: none;
    margin-top: 10px;
  }
  .search-results .search-result-item .item-voice a img {
    display: inline-block;
    vertical-align: middle;
  }
  .search-results .search-result-item .item-voice a br {
    display: none;
  }
}
.search-results .search-result-item table {
  border: 1px solid #000;
  width: 100%;
}
.search-results .search-result-item table th, .search-results .search-result-item table td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
}
.search-results .search-result-item table tbody th {
  font-size: 16px;
  font-weight: bold;
  width: 10px;
}
.search-results .search-result-item table tbody td.bdr-none {
  border-right: none;
}
.search-results .search-result-item table tbody td.bdl-none {
  border-left: none;
}
.search-results .search-result-item table tbody td .td-flex-inner {
  display: flex;
}
[data-lang="en"] .search-results .search-result-item table tbody td .td-flex-inner {
  display: block;
}
[data-lang="en"] .search-results .search-result-item table tbody td .td-flex-inner > * {
  margin-top: 5px;
}
[data-lang="en"] .search-results .search-result-item table tbody td .td-flex-inner > *:first-child {
  margin-top: 0;
}
.search-results .search-result-item table tbody td .td-flex-inner > * {
  width: 100%;
}
.search-results .search-result-item table tbody td .sm {
  color: #0000FF;
  font-size: 8px;
  margin-left: 5px;
  display: inline;
}
.search-results .search-result-item table thead th, .search-results .search-result-item table thead td {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.05em;
}
.search-results .search-result-item table thead th small, .search-results .search-result-item table thead td small {
  font-size: 10px;
}
.search-results .search-result-item .item-footer {
  background: #d9e9e1;
  padding: 10px;
  font-size: 14px;
  border: 4px solid #006E3A;
  border-top: none;
  border-bottom: none;
  position: relative;
}
.search-results .search-result-item .item-footer:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.search-results .search-result-item .item-maker {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.search-results .search-result-item .item-carmodel {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}
.search-results .search-result-item .ruby {
  font-size: 0.6em;
  vertical-align: top;
}
.search-results .search-result-item .red {
  color: #FF0000;
}
.search-results .search-result-item .red_b {
  color: #FF0000;
  font-weight: bold;
}
.search-results .search-result-item .bold {
  font-weight: bold;
}
.search-results .search-result-item .white {
  color: #FFFFFF;
}
.search-results .search-result-item .mini {
  font-size: 9px;
}
.search-results .search-result-item .midori {
  color: #33A65E;
  font-weight: bold;
}
.search-results .search-result-item .green {
  color: #33A65E;
}
.search-results .search-result-item .orng {
  color: #CC6800;
}
.search-results .search-result-item .redL {
  color: #FF0000;
  font-weight: bold;
}
.search-results .search-result-item .blue {
  color: #0000FF;
}
.search-results .search-result-item .blueL {
  color: #0000FF;
  font-weight: bold;
}
.search-results .search-result-item .bold {
  font-weight: bold;
}
.search-results .search-result-item .boldL {
  font-weight: bold;
}
.search-results .search-result-item .icn-maru {
  background: url(/srch/img/maru.gif) center center no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.search-results .search-result-item .icn-dasshu {
  background: url(/srch/img/dasshu.gif) center center no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.search-results .search-result-item .item-specs-fr {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25em;
  background: #006E3A;
  padding: 2px 5px;
  min-width: 6em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-specs-fr {
    position: static;
    margin-top: 10px;
    display: inline-block;
  }
}
.search-results .search-result-item .item-footer {
  display: flex;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-footer {
    display: block;
  }
}
.search-results .search-result-item .item-footer-title {
  font-size: 1.2em;
  color: #006E3A;
  font-weight: bold;
  display: block;
  margin-right: 1em;
  flex-shrink: 0;
  white-space: nowarp;
}
.search-results .search-result-item .item-footer-content {
  width: 100%;
}
.search-results .search-result-item .item-footer ~ .search-result-item-sub .item-body {
  border-top: 2px solid #006E3A;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .item-footer ~ .search-result-item-sub .item-body {
    margin-top: 0;
  }
}
.search-results .search-result-item .search-result-item-sub .item-body {
  border-top: none;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .search-result-item-sub .item-body {
    margin-top: -20px;
  }
}
.search-results .search-result-item .search-result-item-sub .item-header,
.search-results .search-result-item .search-result-item-sub .item-main .item-main-header,
.search-results .search-result-item .search-result-item-sub .item-main .item-main-body {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-item .search-result-item-sub .item-header,
  .search-results .search-result-item .search-result-item-sub .item-main .item-main-header,
  .search-results .search-result-item .search-result-item-sub .item-main .item-main-body {
    display: none;
  }
}
.search-results .search-result-info {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.search-results .search-result-info dl {
  display: flex;
  margin-bottom: 5px;
}
[data-lang="en"] .search-results .search-result-info dl {
  display: block;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-info dl {
    display: block;
    margin-bottom: 10px;
  }
}
.search-results .search-result-info dl dt {
  width: 180px;
  flex-shrink: 0;
  font-weight: bold;
}
[data-lang="en"] .search-results .search-result-info dl dt {
  width: auto;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-info dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.search-results .search-result-info dl dd {
  font-weight: normal;
}
.search-results .search-result-info ul li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .search-results .search-result-info ul li {
    margin-bottom: 5px;
  }
}
.search-results .search-result-info ul li img {
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -.5em;
}

.article-search .box-nomatch {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article-search .box-nomatch {
    display: block;
  }
}
.article-search .box-nomatch .title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .article-search .box-nomatch .title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.article-search .box-nomatch a {
  text-decoration: underline;
}
.article-search .box-nomatch a:hover {
  text-decoration: none;
}

.article-special .article-body {
  padding: 20px 0 0;
  margin: 0 auto;
  max-width: 830px;
  *zoom: 1;
  overflow: hidden;
}
.article-special .article-body:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .article-special[data-css-files*="special.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-special[data-css-files*="special.css"] .article-body .caption_C p,
  .article-special[data-css-files*="special.css"] .article-body .caption_C_lr p,
  .article-special[data-css-files*="special.css"] .article-body .caption_B_left p,
  .article-special[data-css-files*="special.css"] .article-body .caption_B_right p,
  .article-special[data-css-files*="special.css"] .article-body .caption_A p {
    text-align: center;
  }
  .article-special[data-css-files*="special.css"] .article-body .surface_B .caption_C {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
  }
}
.article-special[data-css-files*="special.css"] main {
  position: relative;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  *zoom: 1;
}
.article-special[data-css-files*="special.css"] main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-special[data-css-files*="special.css"] main * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-special[data-css-files*="special.css"] main img {
  max-width: none;
  height: revert-layer;
}
.article-special[data-css-files*="special.css"] main a {
  text-decoration: underline;
}
.article-special[data-css-files*="special.css"] main a:hover {
  text-decoration: none;
}
.article-special[data-css-files*="special.css"] main .unitC {
  display: flex;
}
.article-special[data-css-files*="special.css"] main .swiper {
  width: 100%;
}
.article-special[data-css-files*="special.css"] main h2.l-align[style*="width"] {
  margin-left: 25px;
}
.article-special[data-css-files*="special.css"] main table.tb-layoutA {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}
.article-special[data-css-files*="special.css"] main .table_of_contents a {
  color: #0070EB;
}
@media screen and (max-width: 767px) {
  .article-special[data-css-files*="special.css"] main {
    width: auto;
  }
  .article-special[data-css-files*="special.css"] main img {
    max-width: 100%;
    height: auto;
  }
  .article-special[data-css-files*="special.css"] main ul.specA {
    width: auto;
    margin: 0;
  }
  .article-special[data-css-files*="special.css"] main h2,
  .article-special[data-css-files*="special.css"] main h3,
  .article-special[data-css-files*="special.css"] main h4 {
    width: 100%;
    margin-left: 0;
  }
  .article-special[data-css-files*="special.css"] main .btnA li {
    margin: 0 !important;
  }
  .article-special[data-css-files*="special.css"] main .unitA {
    width: auto;
    padding: 0;
  }
  .article-special[data-css-files*="special.css"] main .unitB {
    width: auto;
    padding: 0;
    display: block;
  }
  .article-special[data-css-files*="special.css"] main .unitC {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .article-special[data-css-files*="special.css"] main .copy {
    font-size: 16px;
  }
  .article-special[data-css-files*="special.css"] main .YT_area,
  .article-special[data-css-files*="special.css"] main .YT_disc,
  .article-special[data-css-files*="special.css"] main .T_academy_area,
  .article-special[data-css-files*="special.css"] main .T_academy_bottom_area,
  .article-special[data-css-files*="special.css"] main .T_academy_bottom_area dd {
    width: auto;
    float: none;
    clear: both;
  }
  .article-special[data-css-files*="special.css"] main .img_margin_A,
  .article-special[data-css-files*="special.css"] main .img_margin_B,
  .article-special[data-css-files*="special.css"] main .img_margin_C {
    display: block;
    margin: 0 auto 10px;
  }
  .article-special[data-css-files*="special.css"] main .twinT_A p,
  .article-special[data-css-files*="special.css"] main .surface_A p,
  .article-special[data-css-files*="special.css"] main .edfc_A p {
    font-size: 15px;
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B,
  .article-special[data-css-files*="special.css"] main .surface_B,
  .article-special[data-css-files*="special.css"] main .twinT_C,
  .article-special[data-css-files*="special.css"] main .twinT_D,
  .article-special[data-css-files*="special.css"] main .twinT_E,
  .article-special[data-css-files*="special.css"] main .twinT_F,
  .article-special[data-css-files*="special.css"] main .edfc_B {
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B p,
  .article-special[data-css-files*="special.css"] main .surface_B p,
  .article-special[data-css-files*="special.css"] main .twinT_C p,
  .article-special[data-css-files*="special.css"] main .twinT_D p,
  .article-special[data-css-files*="special.css"] main .twinT_E p,
  .article-special[data-css-files*="special.css"] main .twinT_F p,
  .article-special[data-css-files*="special.css"] main .edfc_B p {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .caption_B,
  .article-special[data-css-files*="special.css"] main .surface_B .caption_B,
  .article-special[data-css-files*="special.css"] main .twinT_C .caption_B,
  .article-special[data-css-files*="special.css"] main .twinT_D .caption_B,
  .article-special[data-css-files*="special.css"] main .twinT_E .caption_B,
  .article-special[data-css-files*="special.css"] main .twinT_F .caption_B,
  .article-special[data-css-files*="special.css"] main .edfc_B .caption_B {
    margin: 10px 0;
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .caption_B_left, .article-special[data-css-files*="special.css"] main .twinT_B .caption_B_right,
  .article-special[data-css-files*="special.css"] main .surface_B .caption_B_left,
  .article-special[data-css-files*="special.css"] main .surface_B .caption_B_right,
  .article-special[data-css-files*="special.css"] main .twinT_C .caption_B_left,
  .article-special[data-css-files*="special.css"] main .twinT_C .caption_B_right,
  .article-special[data-css-files*="special.css"] main .twinT_D .caption_B_left,
  .article-special[data-css-files*="special.css"] main .twinT_D .caption_B_right,
  .article-special[data-css-files*="special.css"] main .twinT_E .caption_B_left,
  .article-special[data-css-files*="special.css"] main .twinT_E .caption_B_right,
  .article-special[data-css-files*="special.css"] main .twinT_F .caption_B_left,
  .article-special[data-css-files*="special.css"] main .twinT_F .caption_B_right,
  .article-special[data-css-files*="special.css"] main .edfc_B .caption_B_left,
  .article-special[data-css-files*="special.css"] main .edfc_B .caption_B_right {
    display: block;
    margin: 10px auto;
    width: auto;
    float: none;
    text-align: center;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .caption_B_left img, .article-special[data-css-files*="special.css"] main .twinT_B .caption_B_right img,
  .article-special[data-css-files*="special.css"] main .surface_B .caption_B_left img,
  .article-special[data-css-files*="special.css"] main .surface_B .caption_B_right img,
  .article-special[data-css-files*="special.css"] main .twinT_C .caption_B_left img,
  .article-special[data-css-files*="special.css"] main .twinT_C .caption_B_right img,
  .article-special[data-css-files*="special.css"] main .twinT_D .caption_B_left img,
  .article-special[data-css-files*="special.css"] main .twinT_D .caption_B_right img,
  .article-special[data-css-files*="special.css"] main .twinT_E .caption_B_left img,
  .article-special[data-css-files*="special.css"] main .twinT_E .caption_B_right img,
  .article-special[data-css-files*="special.css"] main .twinT_F .caption_B_left img,
  .article-special[data-css-files*="special.css"] main .twinT_F .caption_B_right img,
  .article-special[data-css-files*="special.css"] main .edfc_B .caption_B_left img,
  .article-special[data-css-files*="special.css"] main .edfc_B .caption_B_right img {
    margin: 10px auto;
    display: block;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B ul,
  .article-special[data-css-files*="special.css"] main .surface_B ul,
  .article-special[data-css-files*="special.css"] main .twinT_C ul,
  .article-special[data-css-files*="special.css"] main .twinT_D ul,
  .article-special[data-css-files*="special.css"] main .twinT_E ul,
  .article-special[data-css-files*="special.css"] main .twinT_F ul,
  .article-special[data-css-files*="special.css"] main .edfc_B ul {
    width: auto;
    margin-left: 20px;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .merit,
  .article-special[data-css-files*="special.css"] main .surface_B .merit,
  .article-special[data-css-files*="special.css"] main .twinT_C .merit,
  .article-special[data-css-files*="special.css"] main .twinT_D .merit,
  .article-special[data-css-files*="special.css"] main .twinT_E .merit,
  .article-special[data-css-files*="special.css"] main .twinT_F .merit,
  .article-special[data-css-files*="special.css"] main .edfc_B .merit {
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B img,
  .article-special[data-css-files*="special.css"] main .surface_B img,
  .article-special[data-css-files*="special.css"] main .twinT_C img,
  .article-special[data-css-files*="special.css"] main .twinT_D img,
  .article-special[data-css-files*="special.css"] main .twinT_E img,
  .article-special[data-css-files*="special.css"] main .twinT_F img,
  .article-special[data-css-files*="special.css"] main .edfc_B img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .LR_placement,
  .article-special[data-css-files*="special.css"] main .surface_B .LR_placement,
  .article-special[data-css-files*="special.css"] main .twinT_C .LR_placement,
  .article-special[data-css-files*="special.css"] main .twinT_D .LR_placement,
  .article-special[data-css-files*="special.css"] main .twinT_E .LR_placement,
  .article-special[data-css-files*="special.css"] main .twinT_F .LR_placement,
  .article-special[data-css-files*="special.css"] main .edfc_B .LR_placement {
    width: auto;
    height: auto;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .LR_placement .L_placement,
  .article-special[data-css-files*="special.css"] main .surface_B .LR_placement .L_placement,
  .article-special[data-css-files*="special.css"] main .twinT_C .LR_placement .L_placement,
  .article-special[data-css-files*="special.css"] main .twinT_D .LR_placement .L_placement,
  .article-special[data-css-files*="special.css"] main .twinT_E .LR_placement .L_placement,
  .article-special[data-css-files*="special.css"] main .twinT_F .LR_placement .L_placement,
  .article-special[data-css-files*="special.css"] main .edfc_B .LR_placement .L_placement {
    width: auto;
    float: none;
    margin: 0;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .Gpress,
  .article-special[data-css-files*="special.css"] main .surface_B .Gpress,
  .article-special[data-css-files*="special.css"] main .twinT_C .Gpress,
  .article-special[data-css-files*="special.css"] main .twinT_D .Gpress,
  .article-special[data-css-files*="special.css"] main .twinT_E .Gpress,
  .article-special[data-css-files*="special.css"] main .twinT_F .Gpress,
  .article-special[data-css-files*="special.css"] main .edfc_B .Gpress {
    width: auto;
    float: none;
    text-align: center;
    padding: 0;
  }
  .article-special[data-css-files*="special.css"] main .twinT_B .Gpress dl,
  .article-special[data-css-files*="special.css"] main .surface_B .Gpress dl,
  .article-special[data-css-files*="special.css"] main .twinT_C .Gpress dl,
  .article-special[data-css-files*="special.css"] main .twinT_D .Gpress dl,
  .article-special[data-css-files*="special.css"] main .twinT_E .Gpress dl,
  .article-special[data-css-files*="special.css"] main .twinT_F .Gpress dl,
  .article-special[data-css-files*="special.css"] main .edfc_B .Gpress dl {
    float: none;
    display: inline-block;
  }
  .article-special[data-css-files*="special.css"] main .novel_intro h2,
  .article-special[data-css-files*="special.css"] main .novel_intro2 h2 {
    background-position: right center;
    background-size: contain;
    padding: 0;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
  }
  .article-special[data-css-files*="special.css"] main .novel_intro p,
  .article-special[data-css-files*="special.css"] main .novel_intro2 p {
    width: auto;
    float: none;
    clear: both;
  }
  .article-special[data-css-files*="special.css"] main .table_of_contents2,
  .article-special[data-css-files*="special.css"] main .table_of_contents {
    height: auto;
    padding-bottom: 200px;
    background-position: center bottom;
  }
}
.article-special[data-css-files*="special.css"] .index {
  margin-left: auto;
  margin-right: auto;
}
.article-special[data-css-files*="special.css"] .index form {
  display: none;
}
.article-special[data-css-files*="special.css"] .index * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .article-special[data-css-files*="special.css"] .index {
    width: auto;
    margin: -20px -10px 0;
  }
}
.article-special[data-css-files*="special.css"] .contents1 *,
.article-special[data-css-files*="special.css"] .contents2 * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-special[data-css-files*="special.css"] .contents1 img,
.article-special[data-css-files*="special.css"] .contents2 img {
  max-width: none;
}
.article-special[data-css-files*="special.css"] .contents1 .col3 h4,
.article-special[data-css-files*="special.css"] .contents2 .col3 h4 {
  line-height: 1.2;
}
.article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 p,
.article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 p {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .article-special[data-css-files*="special.css"] .contents1,
  .article-special[data-css-files*="special.css"] .contents2 {
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] .contents1 p,
  .article-special[data-css-files*="special.css"] .contents2 p {
    width: auto;
    padding: 0;
  }
  .article-special[data-css-files*="special.css"] .contents1 img,
  .article-special[data-css-files*="special.css"] .contents2 img {
    max-width: 100%;
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-01,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-02,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-03,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-04,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-05,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-01,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-02,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-03,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-04,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-05 {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-01 p,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-02 p,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-03 p,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-04 p,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-05 p,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-01 p,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-02 p,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-03 p,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-04 p,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-05 p {
    width: auto;
    margin: 0;
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-01 h3,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-02 h3,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-03 h3,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-04 h3,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-05 h3,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-01 h3,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-02 h3,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-03 h3,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-04 h3,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-05 h3 {
    margin: 0;
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-01 h3:before,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-02 h3:before,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-03 h3:before,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-04 h3:before,
  .article-special[data-css-files*="special.css"] .contents1 #legend04-05 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-01 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-02 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-03 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-04 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-05 h3:before {
    content: "1";
    font-size: 34px;
    color: #a1cba9;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-02 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-02 h3:before {
    content: "2";
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-03 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-03 h3:before {
    content: "3";
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-04 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-04 h3:before {
    content: "4";
  }
  .article-special[data-css-files*="special.css"] .contents1 #legend04-05 h3:before,
  .article-special[data-css-files*="special.css"] .contents2 #legend04-05 h3:before {
    content: "5";
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 {
    width: auto;
    float: none;
    clear: both;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .text_left,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .text_left {
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .img_right,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .img_right {
    float: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 h3,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 h3,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 h3,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 h3,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 h3,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 h3,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 h3,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 h3,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 h3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 h3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 h3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 h3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 h3,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 h3,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 h3,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 h3,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 h3,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 h3,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 h3,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 h3,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 h3,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 h3,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 h3,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 h3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 h3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 h3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 h3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 h3,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 h3,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 h3 {
    width: auto;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 p,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 p,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 p,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 p,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 p,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 p,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 p,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 p,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 p,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 p,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 p,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 p,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 p,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 p,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 p,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 p,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 p,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 p,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 p,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 p,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 p,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 p,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 p,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 p,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 p,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 p,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 p,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 p,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 p,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 p {
    width: auto;
    margin-bottom: 10px;
    float: none;
    height: auto;
    background: none;
    color: #000;
    padding: 0;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 img,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 img,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 img,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 img,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 img,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 img,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 img,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 img,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 img,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 img,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 img,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 img,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 img,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 img,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 img,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 img,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 img,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 img,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 img,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 img,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 img,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .col3,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .col3,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .col3 {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .col3 h4,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .col3 h4 {
    height: auto;
    margin-bottom: 10px;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .col3 h4 br,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .col3 h4 br {
    display: none;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .col3 img,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .col3 img {
    margin-bottom: 10px;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .p-last-area,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .p-last-area {
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 figure,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 figure,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 figure,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 figure,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 figure,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 figure,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 figure,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 figure,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 figure,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 figure,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 figure,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 figure,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 figure,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 figure,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 figure,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 figure,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 figure,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 figure,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 figure,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 figure,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 figure,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 figure,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 figure,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 figure,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 figure,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 figure,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 figure,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 figure,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 figure,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .cr08-03_imgarea,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 figure,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .cr08-03_imgarea {
    width: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .cr08-03_imgarea .img01,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 figure .img01,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .cr08-03_imgarea .img01 {
    width: auto;
    float: none;
    display: inline-block;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .origin_left,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .origin_left {
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #nitouryu04-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #highq06-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #passion07-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #criteria08-04 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents1 #origin09-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #nitouryu04-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #highq06-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #passion07-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-02 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-03 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #criteria08-04 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-01 .origin_right,
  .article-special[data-css-files*="special.css"] .contents2 #origin09-02 .origin_right {
    width: auto;
    float: none;
    margin: 0 auto;
  }
  .article-special[data-css-files*="special.css"] .contents1 img[style*="padding"],
  .article-special[data-css-files*="special.css"] .contents2 img[style*="padding"] {
    padding: 0 !important;
  }
  .article-special[data-css-files*="special.css"] .contents1 img[style*="margin"],
  .article-special[data-css-files*="special.css"] .contents2 img[style*="margin"] {
    margin: 0 !important;
  }
  .article-special[data-css-files*="special.css"] .contents1 img[style*="float"],
  .article-special[data-css-files*="special.css"] .contents2 img[style*="float"] {
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .article-special[data-css-files*="special.css"] .int_box img[style*="margin"] {
    margin: 0 !important;
  }
  .article-special[data-css-files*="special.css"] .int_box .d_profile {
    width: auto;
    float: none;
  }
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_1,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_2,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_3 {
    width: auto;
    float: none;
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
  }
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_1 dl,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_1 dt,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_1 dd,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_2 dl,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_2 dt,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_2 dd,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_3 dl,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_3 dt,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_3 dd {
    border: none;
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_1 dl,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_2 dl,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_3 dl {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_1 dl dt,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_2 dl dt,
  .article-special[data-css-files*="special.css"] .int_box .d_profile .d_profile_3 dl dt {
    width: 5em;
    flex-shrink: 0;
    padding-right: 1em;
  }
  .article-special[data-css-files*="special.css"] .int_box .btn_dl {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
  .article-special[data-css-files*="special.css"] .int_box .d_text_space {
    width: auto;
    left: none;
  }
}
.article-special[data-css-files*="stamp_sp.css"] .article-body {
  max-width: none;
}
.article-special[data-css-files*="stamp_sp.css"] .article-body * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-special[data-css-files*="stamp_sp.css"] .article-body .btn, .article-special[data-css-files*="stamp_sp.css"] .article-body .nav-btns a, .nav-btns .article-special[data-css-files*="stamp_sp.css"] .article-body a, .article-special[data-css-files*="stamp_sp.css"] .article-body .next-prev-links .link a, .next-prev-links .link .article-special[data-css-files*="stamp_sp.css"] .article-body a {
  padding: 0;
}
.article-special .nav-pager a {
  color: #0070EB;
  display: block;
  line-height: 1;
}
.article-special .nav-pager li {
  vertical-align: middle;
  padding: 0 2px;
}

.article-owner .article-body {
  padding: 20px 0 0;
  margin: 0 auto;
  max-width: 830px;
  *zoom: 1;
  overflow: hidden;
}
.article-owner .article-body:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-owner[data-css-files*="how_to_fit"] .article-body {
  max-width: none;
}
.article-owner[data-css-files*="how_to_fit"] .article-body * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-owner[data-css-files*="how_to_fit"] .article-body main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.article-owner[data-css-files*="how_to_fit"] .article-body .boxtype {
  margin-left: auto;
  float: none;
  margin-right: auto;
}
.article-owner[data-css-files*="how_to_fit"] .article-body .ac_menu ul li a {
  text-decoration: underline;
}
.article-owner[data-css-files*="how_to_fit"] .article-body .ac_menu ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .article-owner[data-css-files*="how_to_fit"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .boxtype {
    width: auto;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .boxtype .img_left,
  .article-owner[data-css-files*="how_to_fit"] .article-body .boxtype .img_right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .boxtype .plain_right,
  .article-owner[data-css-files*="how_to_fit"] .article-body .boxtype .plain_left {
    float: none;
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .eap_desctype1 {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .eap_desctype1 dl,
  .article-owner[data-css-files*="how_to_fit"] .article-body .eap_desctype1 dt,
  .article-owner[data-css-files*="how_to_fit"] .article-body .eap_desctype1 dd {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .tein_T table {
    width: 100%;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .box_justified {
    float: none !important;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .left_justified,
  .article-owner[data-css-files*="how_to_fit"] .article-body .right_justified {
    float: none;
    width: auto !important;
    margin-top: 10px;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .other_imgtype1 {
    margin: 0;
    width: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
  .article-owner[data-css-files*="how_to_fit"] .article-body .other_imgtype1 > * {
    text-align: center;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body, .article-owner[data-css-files*="/css/warranty.css"] .article-body {
  max-width: none;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body *, .article-owner[data-css-files*="/css/warranty.css"] .article-body * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body main, .article-owner[data-css-files*="/css/warranty.css"] .article-body main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body a, .article-owner[data-css-files*="/css/warranty.css"] .article-body a {
  display: inline;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h2, .article-owner[data-css-files*="/css/warranty.css"] .article-body h2 {
  clear: both;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h3, .article-owner[data-css-files*="/css/warranty.css"] .article-body h3 {
  margin-top: 40px;
  float: left;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body h4, .article-owner[data-css-files*="/css/warranty.css"] .article-body h4 {
  padding-top: 20px;
  clear: both;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body .Content01, .article-owner[data-css-files*="/css/warranty.css"] .article-body .Content01 {
  padding: 0;
  float: none;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body .sublink, .article-owner[data-css-files*="/css/warranty.css"] .article-body .sublink {
  margin-bottom: 20px;
}
.article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.basic th, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.basic td, .article-owner[data-css-files*="/css/warranty.css"] .article-body table.basic th, .article-owner[data-css-files*="/css/warranty.css"] .article-body table.basic td {
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body, .article-owner[data-css-files*="/css/warranty.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body .listA, .article-owner[data-css-files*="/css/warranty.css"] .article-body .listA {
    clear: both;
    width: auto;
    float: none;
  }
  .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.chartA, .article-owner[data-css-files*="/css/warranty.css"] .article-body table.chartA {
    width: 100%;
  }
  .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body section.data_title, .article-owner[data-css-files*="/css/warranty.css"] .article-body section.data_title {
    width: auto;
    float: none;
  }
  [data-lang="en_US"] .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body section.data_title, [data-lang="en_US"] .article-owner[data-css-files*="/css/warranty.css"] .article-body section.data_title {
    display: block;
    clear: both;
  }
  .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body .ohp_contents, .article-owner[data-css-files*="/css/warranty.css"] .article-body .ohp_contents {
    margin-left: 0;
    margin-right: 0;
  }
  [data-lang="en_US"] .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body .ohp_contents, [data-lang="en_US"] .article-owner[data-css-files*="/css/warranty.css"] .article-body .ohp_contents {
    display: block;
    clear: both;
    width: auto;
    padding: 10px;
  }
  .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.basic, .article-owner[data-css-files*="/css/warranty.css"] .article-body table.basic {
    width: 100% !important;
    table-layout: auto;
    font-size: 10px;
  }
  .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.basic th, .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.basic td, .article-owner[data-css-files*="/css/warranty.css"] .article-body table.basic th, .article-owner[data-css-files*="/css/warranty.css"] .article-body table.basic td {
    padding: 2px;
    line-height: 1.4;
    width: auto !important;
  }
  [data-lang="en_US"] .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.basic th, [data-lang="en_US"] .article-owner[data-css-files*="/css/oh_priceformat.css"] .article-body table.basic td, [data-lang="en_US"] .article-owner[data-css-files*="/css/warranty.css"] .article-body table.basic th, [data-lang="en_US"] .article-owner[data-css-files*="/css/warranty.css"] .article-body table.basic td {
    font-size: 9px;
    letter-spacing: 0;
    padding: 0;
  }
}

.article-import[data-css-files="/e/css/owner.css"] .article-body, .article-import[data-css-files*="/owner/css/owner.css"] .article-body,
.article-owner[data-css-files="/e/css/owner.css"] .article-body,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body {
  max-width: none;
}
.article-import[data-css-files="/e/css/owner.css"] .article-body *, .article-import[data-css-files*="/owner/css/owner.css"] .article-body *,
.article-owner[data-css-files="/e/css/owner.css"] .article-body *,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.article-import[data-css-files="/e/css/owner.css"] .article-body .int_box, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .int_box,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .int_box,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .int_box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.article-import[data-css-files="/e/css/owner.css"] .article-body .subheading, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .subheading,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .subheading,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .subheading {
  width: 100%;
}
.article-import[data-css-files="/e/css/owner.css"] .article-body .sec_owner a,
.article-import[data-css-files="/e/css/owner.css"] .article-body .sec_warr a, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .sec_owner a,
.article-import[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr a,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .sec_owner a,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .sec_warr a,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .sec_owner a,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr a {
  display: inline;
  text-decoration: underline;
}
.article-import[data-css-files="/e/css/owner.css"] .article-body .sec_owner a:hover,
.article-import[data-css-files="/e/css/owner.css"] .article-body .sec_warr a:hover, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .sec_owner a:hover,
.article-import[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr a:hover,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .sec_owner a:hover,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .sec_warr a:hover,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .sec_owner a:hover,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr a:hover {
  text-decoration: none;
}
.article-import[data-css-files="/e/css/owner.css"] .article-body .page_J, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .page_J,
.article-owner[data-css-files="/e/css/owner.css"] .article-body .page_J,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body .page_J {
  display: none;
}
.article-import[data-css-files="/e/css/owner.css"] .article-body table[border="1"] th, .article-import[data-css-files="/e/css/owner.css"] .article-body table[border="1"] td, .article-import[data-css-files*="/owner/css/owner.css"] .article-body table[border="1"] th, .article-import[data-css-files*="/owner/css/owner.css"] .article-body table[border="1"] td,
.article-owner[data-css-files="/e/css/owner.css"] .article-body table[border="1"] th,
.article-owner[data-css-files="/e/css/owner.css"] .article-body table[border="1"] td,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body table[border="1"] th,
.article-owner[data-css-files*="/owner/css/owner.css"] .article-body table[border="1"] td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files="/e/css/owner.css"] .article-body, .article-import[data-css-files*="/owner/css/owner.css"] .article-body,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files="/e/css/owner.css"] .article-body .sec_warr, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body .sec_warr,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr {
    width: auto;
    padding: 0;
  }
  .article-import[data-css-files="/e/css/owner.css"] .article-body .sec_warr dl, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr dl,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body .sec_warr dl,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body .sec_warr dl {
    width: auto;
    float: none;
  }
  .article-import[data-css-files="/e/css/owner.css"] .article-body .hyou1,
  .article-import[data-css-files="/e/css/owner.css"] .article-body .sec_owner p, .article-import[data-css-files*="/owner/css/owner.css"] .article-body .hyou1,
  .article-import[data-css-files*="/owner/css/owner.css"] .article-body .sec_owner p,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body .hyou1,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body .sec_owner p,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body .hyou1,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body .sec_owner p {
    width: 100%;
  }
  .article-import[data-css-files="/e/css/owner.css"] .article-body p[style*="90px"],
  .article-import[data-css-files="/e/css/owner.css"] .article-body p[style*="120px"], .article-import[data-css-files*="/owner/css/owner.css"] .article-body p[style*="90px"],
  .article-import[data-css-files*="/owner/css/owner.css"] .article-body p[style*="120px"],
  .article-owner[data-css-files="/e/css/owner.css"] .article-body p[style*="90px"],
  .article-owner[data-css-files="/e/css/owner.css"] .article-body p[style*="120px"],
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body p[style*="90px"],
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body p[style*="120px"] {
    margin: 0 !important;
  }
  .article-import[data-css-files="/e/css/owner.css"] .article-body div.rn6_can dl dd img, .article-import[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can dl dd img,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body div.rn6_can dl dd img,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can dl dd img {
    margin: 0;
  }
  .article-import[data-css-files="/e/css/owner.css"] .article-body div.rn6_can table, .article-import[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can table,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body div.rn6_can table,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can table {
    width: 100%;
  }
  .article-import[data-css-files="/e/css/owner.css"] .article-body div.rn6_can table td, .article-import[data-css-files="/e/css/owner.css"] .article-body div.rn6_can table th, .article-import[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can table td, .article-import[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can table th,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body div.rn6_can table td,
  .article-owner[data-css-files="/e/css/owner.css"] .article-body div.rn6_can table th,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can table td,
  .article-owner[data-css-files*="/owner/css/owner.css"] .article-body div.rn6_can table th {
    width: auto !important;
  }
}

.article-import .article-body {
  padding: 40px 0 0;
  margin: 0 auto;
  max-width: 830px;
  *zoom: 1;
  overflow: hidden;
}
.article-import .article-body:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-import .article-body a {
  text-decoration: underline;
}
.article-import .article-body a:hover {
  text-decoration: none;
}
.article-import[data-css-files="/css/NewProducts.css"] .article-body {
  max-width: none;
  padding-top: 0;
}
.article-import[data-css-files="/css/NewProducts.css"] .article-body .conB li a {
  text-decoration: none;
}
.article-import[data-css-files="/campaign/css/campaign.css"] .article-body {
  padding-left: 10px;
  padding-right: 10px;
}
.article-import[data-css-files="/campaign/css/campaign.css"] .article-body .shop_cam_area a,
.article-import[data-css-files="/campaign/css/campaign.css"] .article-body .trade_area a {
  box-sizing: content-box;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files="/campaign/css/campaign.css"] .article-body .trade_in_items {
    width: 100%;
    margin: 0;
  }
  .article-import[data-css-files="/campaign/css/campaign.css"] .article-body .trade_in_items table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .int_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .int_box,
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .top_img_area,
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .shop_list,
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .top_img_area ul,
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .shop_list ul {
    width: 100%;
    margin: 0;
  }
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .top_img_area h1 {
    height: auto;
  }
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .button_typeA,
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .button_typeB {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .shop_list a {
    display: block;
  }
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .shop_list ul {
    display: block;
    padding: 5px 0;
  }
  .article-import[data-css-files="/campaign/css/AB_fair.css"] .shop_list ul li {
    display: block;
    float: none;
    width: 100%;
    line-height: 1.4;
  }
}
.article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .heading {
  margin-bottom: 20px;
  font-size: 22px;
}
.article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main #contents-left {
  display: none;
}
.article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main #conAll {
  width: 100%;
}
.article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .int_box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main #conAll,
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .content,
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .headA,
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .headA h3 {
    clear: both;
    display: block;
    width: auto;
    float: none;
  }
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main .conA img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main #contents-left {
    margin-bottom: 20px;
  }
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main #contents-left .sidebar {
    width: auto;
    float: none;
  }
  .article-import[data-css-files="/company_profile/css/company_p.css"] .article-body main #contents-left li {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 15px;
  }
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main h2 {
  font-weight: bold;
  clear: both;
  padding-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main h2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 {
    display: block;
    width: 100%;
  }
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 > * {
    width: 100%;
  }
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 > * img {
  width: 100%;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_03 {
  line-height: 1.4;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_03 dt {
  margin-bottom: 10px;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .hislist caption {
  text-align: center;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .hislist th {
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .hislist img[height="95"][width="auto"] {
  max-width: none;
  height: 95px;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .hislist img[height="40"][width="auto"] {
  max-width: none;
  height: 40px;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .hislist img[height="60"][width="auto"] {
  max-width: none;
  height: 60px;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title h3 {
  clear: both;
  float: none;
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main#INContent {
    width: auto;
  }
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main#INContent h2 {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main#INContent .img_area_02 dl {
  width: 100%;
  line-height: 1.4;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .cate_title img[height="150"] {
  height: 150px;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .cate_title img[height="50"] {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .cate_title {
    display: block;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .cate_title dl {
    margin: 0;
    margin-top: 20px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .cate_title dl dt {
    font-size: 18px !important;
    line-height: 1.6;
    font-weight: bold;
  }
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist tbody th {
  white-space: nowrap;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_linklistA {
  margin-top: 0;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_linklistA a {
  text-decoration: none;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist tbody td a {
  color: #009245;
  display: inline;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main table.comlist th, .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.comlist td {
  vertical-align: middle;
  padding: 10px 0;
}
.article-import[data-css-files*="/css/ir_format.css"] .article-body main table.comlist th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .btn_typeA {
    text-align: center;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_linklistA {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    float: none;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 0;
    margin-top: 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_linklistA a {
    text-decoration: none;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .comlist {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .comlist th, .article-import[data-css-files*="/css/ir_format.css"] .article-body main .comlist td {
    vertical-align: middle;
    line-height: 1.4;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .comlist th {
    padding-right: 1em;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title .hislist {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title .hislist th {
    white-space: nowrap;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title .hislist th, .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title .hislist td {
    font-size: 12px;
    line-height: 1.4;
    vertical-align: middle;
    padding: 10px 5px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title {
    float: none;
    width: auto;
    display: block;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_netA,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_netB,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_netC,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_net_full {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: block;
    margin-top: 40px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_netA dd,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_netB dd,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_netC dd,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.G_net_full dd {
    width: auto;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.renketsu dt::after,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dl.mochibun dt::after {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 4px 10px;
    line-height: 1.2;
    margin-left: 5px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .ir_contents {
    padding: 0;
    font-size: 13px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dd {
    width: auto;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dd th {
    line-height: 1.4;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 12px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dd {
    width: auto;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main dd th {
    line-height: 1.4;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 12px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_box_B {
    float: none;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .data_title {
    clear: both;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .box-001,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .box-002 {
    margin: 0 0 20px;
    float: none;
    width: auto;
    font-size: 14px;
    line-height: 1.4;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .box-001 div,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .box-002 div {
    font-size: 16px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .box-001 p,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .box-002 p {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_01 {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_01 dl {
    width: 100%;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_01 dd {
    margin-top: 10px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_03 {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 dl,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_03 dl {
    padding-bottom: 20px;
    margin: 0 !important;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 dt,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_03 dt {
    margin-bottom: 10px;
    text-align: center;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 dd,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_03 dd {
    width: auto;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_02 .luminous,
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_area_03 .luminous {
    display: inline-block;
    position: relative;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .heading-03 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .heading-03:before {
    left: -60px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist {
    width: 100%;
    margin: 0 0 20px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #ccc;
    clear: both;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist tbody, .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist thead {
    display: block;
    padding: 0;
    margin: 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist thead {
    display: none;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist tr, .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist th, .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist td {
    white-space: normal;
    font-size: 14px;
    display: block;
    border: none;
    padding: 0;
    width: auto;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist th {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 10px 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist td {
    padding: 0 10px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.crlist tr {
    padding: 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_textA {
    display: block;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .img_textA .text {
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_box_A {
    display: block;
    width: auto;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_box_B {
    overflow-x: auto;
    margin-right: -10px;
    width: auto;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_box_B table {
    width: 600px;
    margin: 0;
    margin-right: 10px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_box_B table th, .article-import[data-css-files*="/css/ir_format.css"] .article-body main .in_box_B table td {
    font-size: 10px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .ir_qa dt::before {
    margin-left: 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .ir_qa dd {
    margin-left: 0;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main .p_notice_p dl {
    margin-left: 0;
    font-size: 14px;
  }
  .article-import[data-css-files*="/css/ir_format.css"] .article-body main table.tbcap caption {
    display: block;
    width: auto;
  }
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body {
  line-height: 1.2;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body h1,
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body h2,
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body h3 {
  margin-bottom: 20px;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu {
  line-height: 1.6;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti,
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti2 {
  height: auto;
  padding: 0;
  margin: 0;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu a {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .padi5 {
  padding-left: 0;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou p {
  padding: 10px;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl {
  position: relative;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl dt,
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl dd {
  float: none;
  width: auto;
  height: auto !important;
  margin: 0;
  padding: 10px !important;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl dt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl dd {
  padding-left: 200px !important;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .mp_text {
  margin-bottom: 20px;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .mp_text ~ div {
  text-align: center;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu {
  display: none !important;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .right_w {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .underline_d {
  padding: 2px 0px 2px 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-bottom: double 3px #0070EB;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti2 {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 20px;
    letter-spacing: 0;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti br,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti2 br {
    display: none;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti .padi5,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu .side_menuti2 .padi5 {
    padding-left: 5px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #sidemenu a {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .right_w {
    width: auto;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .flo_left {
    float: none;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .title_sosyoku {
    width: auto;
    padding-left: 0;
    float: none !important;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus1,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus2,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus4,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus5,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig1,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig2,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig4,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig5 {
    width: auto;
    float: none;
    background: none;
    height: auto;
    margin-bottom: 20px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus1 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus1 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus2 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus2 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus3 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus3 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus4 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus4 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus5 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus5 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig1 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig1 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig2 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig2 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig3 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig3 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig4 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig4 p,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig5 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig5 p {
    width: auto;
    float: none;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 5px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus1 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus2 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus3 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus4 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .sus5 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig1 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig2 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig3 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig4 h3,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .jig5 h3 {
    font-size: 18px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso1,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso2 {
    width: auto;
    float: none;
    height: auto;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso1 dl,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso2 dl {
    width: auto;
    float: none;
    height: auto;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso1 dl dt, .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso1 dl dd,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso2 dl dt,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .iso2 dl dd {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 0;
    text-align: left !important;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou {
    width: auto;
    margin: 0;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou p {
    padding: 10px 0;
    font-weight: bold;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl {
    display: block;
    margin: 10px 0;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl dt, .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .gaiyou dl dd {
    position: static;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 !important;
    border: none;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age {
    float: none;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_h {
    height: auto;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_list {
    *zoom: 1;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_list:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_list li {
    float: left;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .seireki_gengo {
    font-weight: bold;
    width: auto;
    margin-top: 10px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body .dekigoto {
    margin: 0;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_1985,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_1990,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_2000,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_2010 {
    height: auto;
    background: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_1985 > *,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_1990 > *,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_2000 > *,
  .article-import[data-css-files*="/e/company_profile/css/campany_p.css"] .article-body #age_2010 > * {
    height: auto !important;
  }
}
.article-import[data-css-files="/recruit/css/recruit.css"] .article-body .no_reception {
  line-height: 1.2;
}
.article-import[data-css-files="/recruit/css/recruit.css"] .article-body .button a {
  text-decoration: none;
}
.article-import[data-css-files="/recruit/css/recruit.css"] .article-body .nav-re,
.article-import[data-css-files="/recruit/css/recruit.css"] .article-body .contents-right {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files="/recruit/css/recruit.css"] .article-body .int_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files="/recruit/css/recruit.css"] .article-body .rec_info p {
    width: auto;
  }
  .article-import[data-css-files="/recruit/css/recruit.css"] .article-body .nav-re {
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 40px;
  }
  .article-import[data-css-files="/recruit/css/recruit.css"] .article-body .contents-right {
    width: auto;
    float: none;
    margin: 0;
  }
  .article-import[data-css-files="/recruit/css/recruit.css"] .article-body .no_reception {
    width: auto;
    margin: 0;
  }
}
.article-import[data-css-files*="/motorsp.css"] .article-body h4 {
  font-weight: bold;
}
.article-import[data-css-files*="/motorsp.css"] .article-body ul.ms_linklist li a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files*="/motorsp.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files*="/motorsp.css"] .article-body #MSContent {
    width: auto;
    margin: 0;
  }
  .article-import[data-css-files*="/motorsp.css"] .article-body #MSContent h2,
  .article-import[data-css-files*="/motorsp.css"] .article-body #MSContent .ms_discription,
  .article-import[data-css-files*="/motorsp.css"] .article-body #MSContent ul.ms_linklist {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .article-import[data-css-files*="/motorsp.css"] .article-body #MSContent .race_title {
    display: block;
  }
  .article-import[data-css-files*="/motorsp.css"] .article-body #MSContent .race_title .ms_box_A {
    width: auto;
  }
  .article-import[data-css-files*="/motorsp.css"] .article-body #MSContent ul.ms_linklist li {
    line-height: 1.4;
  }
}
.article-import[data-css-files="/css/contents.css"] .article-body h2.heading {
  font-weight: bold;
  color: #444;
  font-size: 18px;
  border-bottom: double 6px #009245;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.article-import[data-css-files="/css/contents.css"] .article-body h3.subheading {
  font-weight: bold;
  color: #444;
  font-size: 18px;
  padding: 0.1em 0 0 0.3em;
  border: solid #009245;
  border-width: 0 0 0 9px;
  margin-bottom: 5px;
}
.article-import[data-css-files="/css/contents.css"] .article-body h4.komidasi {
  line-height: 1;
}
.article-import[data-css-files="/css/contents.css"] .article-body a {
  display: inline;
}
@media screen and (max-width: 767px) {
  .article-import[data-css-files="/css/contents.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.page-car .article-body .red_b {
  color: red;
}
@media screen and (max-width: 767px) {
  body.page-car .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.page-car .article-body .tx_left {
    padding-left: 0;
  }
  body.page-car .article-body .cate {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  body.page-car .article-body #mein {
    overflow: auto;
    margin-right: -10px;
  }
}

.article-products[data-css-files="/css/coreshop.css"] .shoplist a,
.article-import[data-css-files="/css/coreshop.css"] .shoplist a {
  display: block;
}
@media screen and (max-width: 767px) {
  .article-products[data-css-files="/css/coreshop.css"] .int_box,
  .article-import[data-css-files="/css/coreshop.css"] .int_box {
    width: 100%;
  }
  .article-products[data-css-files="/css/coreshop.css"] .shoplist ul,
  .article-import[data-css-files="/css/coreshop.css"] .shoplist ul {
    display: block;
    padding: 5px 0;
  }
  .article-products[data-css-files="/css/coreshop.css"] .shoplist ul .s_name_t,
  .article-products[data-css-files="/css/coreshop.css"] .shoplist ul .s_addr_t,
  .article-products[data-css-files="/css/coreshop.css"] .shoplist ul .s_tel_t,
  .article-import[data-css-files="/css/coreshop.css"] .shoplist ul .s_name_t,
  .article-import[data-css-files="/css/coreshop.css"] .shoplist ul .s_addr_t,
  .article-import[data-css-files="/css/coreshop.css"] .shoplist ul .s_tel_t {
    display: none;
  }
  .article-products[data-css-files="/css/coreshop.css"] .shoplist ul li,
  .article-import[data-css-files="/css/coreshop.css"] .shoplist ul li {
    width: auto;
    padding: 0;
    line-height: 1.6;
  }
  .article-products[data-css-files="/css/coreshop.css"] .shoplist ul .s_addr,
  .article-products[data-css-files="/css/coreshop.css"] .shoplist ul .s_tel,
  .article-import[data-css-files="/css/coreshop.css"] .shoplist ul .s_addr,
  .article-import[data-css-files="/css/coreshop.css"] .shoplist ul .s_tel {
    margin-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .lum-lightbox-inner img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .article-import[data-css-files="/css/map.css"] .article-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-import[data-css-files="/css/map.css"] .article-body .Smap_area1 h4 {
    width: 90%;
  }
}
