﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/*----------------------------------------
 * Initialize */
/*---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    background: url("../images/common/extra-bg.png") #222;
  }
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background-color: #FFF;
    max-width: 1920px;
    width: 1920px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
}

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;
}

/*----------------------------------------
 *        Initialize
 *---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
  text-decoration: none;
}

/*----------------------------------------
 *        Common
 *---------------------------------------- */
.contents-wrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contents-wrap {
    width: 100%;
    min-width: 100%;
    padding: 0 16px;
  }
}

.common__cate-list--languege {
  display: -webkit-flex;
  display: flex;
  font-size: 0.85rem;
}
.common__cate-list--languege li {
  margin: 0;
}

.common__cate-list--ja {
  min-height: 13px;
  padding-left: 27px;
  background: url("../images/common/footer-ja-2x.png") no-repeat;
  background-size: 18px 13px;
}
.common__cate-list--ja .active {
  color: #666;
}

.common__cate-list--en, .common__cate-list--cn {
  padding-left: 28px;
  background: url("../images/common/footer-slash-2x.png") no-repeat 10px 0;
  background-size: 8px 12px;
}

/*----------------------------------------
 *        Header
 *---------------------------------------- */
header {
  z-index: 10;
}
header .contents-wrap {
  height: 180px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .contents-wrap {
    height: 60px;
  }
}
header .common__cate-list--languege {
  float: right;
}
header .common__cate-list--ja {
  background-image: url("../images/common/head-ja-2x.png");
}
header .common__cate-list--ja .active {
  color: #929497;
}
header .common__cate-list--en, header .common__cate-list--cn {
  background-image: url("../images/common/head-slash-2x.png");
}

.header__logo {
  width: 273px;
  height: 56px;
  position: absolute;
  top: 62px;
}
.header__logo a {
  display: block;
  width: 273px;
  height: 56px;
  background: url("../images/common/head-logo-2x.png") no-repeat;
  background-size: 273px 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header__logo a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 146px;
    height: 30px;
    top: 15px;
    margin-left: -6px;
  }
  .header__logo a {
    display: block;
    width: 146px;
    height: 30px;
    background: url("../images/common/head-logo-sp.png") no-repeat;
    background-size: 146px 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__logo a:hover {
    opacity: 0.6;
  }
}

.header__nav {
  position: absolute;
  top: 87px;
  right: 0px;
}
.header__nav ul {
  display: -webkit-flex;
  display: flex;
}
.header__nav li {
  margin: 0 14px;
  font-size: 1.14rem;
  list-style: none;
}
.header__nav a:hover {
  color: #929497;
}

.header__nav--otoiawase {
  margin-right: 0 !important;
  padding-left: 20px;
}
.header__nav--otoiawase a {
  margin-top: -18px;
}
.header__nav--otoiawase a:hover {
  color: #fff;
}

.header__nav-switch {
  position: absolute;
  top: 15px;
  right: 15px;
}

.header__nav-koukoku {
  margin: 0 0 0 18px;
  padding-left: 12px;
  float: right;
  font-size: 0.85rem;
  background: url("../images/common/head-arrow-2x.png") left center no-repeat;
  background-size: 6px auto;
}

.header__nav--active a {
  color: #929497;
}

.header-sp__menu {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.header-sp__menu a {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/common/head-menu-sp.png") no-repeat;
  background-size: 60px 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header-sp__menu a:hover {
  opacity: 1;
}

.header-sp__menu--open {
  width: 60px;
  height: 60px;
}
.header-sp__menu--open a {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/common/head-menu-sp-o.png") no-repeat;
  background-size: 60px 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header-sp__menu--open a:hover {
  opacity: 1;
}

.header-sp__nav {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #ccc;
  font-size: 1.08rem;
  z-index: 30;
}
@media only screen and (min-width: 769px) {
  .header-sp__nav {
    display: none !important;
  }
}

.header-sp__cate-list li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
.header-sp__cate-list .header-sp__nav--coll--about, .header-sp__cate-list .header-sp__nav--coll--product, .header-sp__cate-list .header-sp__nav--coll--ir {
  background: url("../images/common/contents-btn-plus-b.png") no-repeat #f5f5f5;
  background-size: 17px 17px;
  background-position: top 16px right 16px;
}
.header-sp__cate-list .state-open {
  background: url("../images/common/contents-btn-minus.png") no-repeat #222;
  background-size: 17px 2px;
  background-position: top 24px right 16px;
  color: #fff !important;
}

#header-sp__nav--about li a, #header-sp__nav--product li a, #header-sp__nav--ir li a {
  background: #fff;
  border-bottom: dotted 1px #ccc;
}

.header-sp__otoiawase {
  display: block;
  margin: 33px 16px;
  border: 2px solid #222;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.header-sp__cate-list--languege {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 35px auto;
}
.header-sp__cate-list--languege ul {
  display: -webkit-flex;
  display: flex;
}

.header-sp__cate-list--en, .header-sp__cate-list--cn {
  padding-left: 28px;
  background: url("../images/common/footer-slash-2x.png") no-repeat 10px 0;
  background-size: 8px 12px;
}

.header-sp__cate-list--active {
  color: #929497;
  text-decoration: underline;
}
.header-sp__cate-list--active:hover {
  color: #929497;
}
.header-sp__cate-list--active:visited {
  color: #929497;
}

/*----------------------------------------
 *        MegaDrop
 *---------------------------------------- */
.mega-drop {
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  min-width: 100%;
  background: #222222;
  z-index: 20;
  overflow: hidden;
  margin-top: -28px;
}

.mega-drop__body {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: visible;
}

.mega-drop__tri {
  height: 28px;
  background: #fff;
}

.mega-drop__tri__body {
  width: 1200px;
  margin: 0 auto;
}

.mega-drop__tri__body::before {
  content: " ";
  border-bottom: 14px solid #222;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  position: relative;
  left: 611px;
  z-index: 20;
}

.mega-drop__class {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 0;
}
.mega-drop__class ul.class-l {
  margin-right: 20px;
}
.mega-drop__class ul:nth-child(4) {
  margin: 0;
}
.mega-drop__class ul.class-m {
  margin: 40px 25px;
}
.mega-drop__class li {
  margin: 0 0 1.4em 0;
}
.mega-drop__class a {
  color: #fff;
}
.mega-drop__class a:visited {
  color: #fff;
}
.mega-drop__class a:hover {
  color: #666;
}

.mega-drop__class--image1 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image1 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../images/common/head-drop-product1-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image1 a:hover {
  opacity: 0.6;
}

.mega-drop__class--image2 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image2 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../images/common/head-drop-product2-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image2 a:hover {
  opacity: 0.6;
}

.mega-drop__class--image3 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image3 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../images/common/head-drop-product3-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image3 a:hover {
  opacity: 0.6;
}

.mega-drop__class--image4 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image4 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../images/common/head-drop-product4-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image4 a:hover {
  opacity: 0.6;
}

/*----------------------------------------
 *        Contact
 *---------------------------------------- */
.contact-area {
  min-width: 1200px;
  position: relative;
  z-index: 0;
  background: url("../images/common/contents-contact-bg.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .contact-area {
    min-width: 100%;
    background: url("../images/common/contents-contact-bg-sp.jpg") no-repeat;
    background-size: cover;
  }
}
.contact-area .contents-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .contact-area .contents-wrap {
    height: 150px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-area .contact--form {
    width: 100%;
    height: 100%;
  }
}

/*----------------------------------------
 * Gotop */
/*---------------------------------------- */
.gotop .contents-wrap {
  width: 100%;
  min-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .gotop .contents-wrap {
    min-width: 100%;
    padding: 0;
  }
}

.gotop__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #333;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .gotop__btn {
    height: 40px;
  }
}
.gotop__btn:hover {
  background: #929497;
}
.gotop__btn:hover .gotop__btn--arrow {
  display: block;
  width: 24px;
  height: 12px;
  background: url("../images/common/footer-arrow-o-2x.png") no-repeat;
  background-size: 24px 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .gotop__btn:hover .gotop__btn--arrow {
    background-size: 20px 10px;
  }
}

.gotop__btn--arrow {
  display: block;
  width: 24px;
  height: 12px;
  background: url("../images/common/footer-arrow-2x.png") no-repeat;
  background-size: 24px 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .gotop__btn--arrow {
    background-size: 20px 10px;
  }
}

/*----------------------------------------
 * Copyright */
/*---------------------------------------- */
.copyright, .copyright-sp {
  min-width: 1200px;
  background: #222;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  .copyright, .copyright-sp {
    min-width: 100%;
  }
}
.copyright .contents-wrap, .copyright-sp .contents-wrap {
  position: relative;
  height: 100px;
}

.copyright--kazari {
  display: block;
  width: 180px;
  height: 100px;
  background: url("../images/common/footer-kazari-2x.png") no-repeat;
  background-size: 180px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -58px;
}

.copyright__list {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 46px;
  right: 0;
  color: #fff;
}
.copyright__list li {
  margin-left: 30px;
}
.copyright__list a {
  color: #fff;
}
.copyright__list a:hover {
  color: #666;
}

.copyright-sp .contents-wrap {
  height: 40px;
  padding: 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

/*----------------------------------------
 *        Button
 *---------------------------------------- */
.btn-regular, .btn-large, .btn-footer-form {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 50px;
  border: 2px solid #222;
  font-size: 1.14rem;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  color: #222;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .btn-regular, .btn-large, .btn-footer-form {
    width: 112px;
    height: 35px;
    font-size: 0.91rem;
    line-height: 35px;
  }
}
.btn-regular:hover, .btn-large:hover, .btn-footer-form:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-regular:hover, .btn-large:hover, .btn-footer-form:hover {
    color: #929497;
  }
}

.btn-regular, .btn-large, .btn-footer-form, .btn-regular::after, .btn-large::after, .btn-footer-form::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

.btn-regular::after, .btn-large::after, .btn-footer-form::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn-regular::after, .btn-large::after, .btn-footer-form::after {
  top: 0;
  right: 120%;
  width: 130%;
  height: 100%;
  background: #222;
  transform: skewX(-30deg);
}

.btn-regular:hover::after, .btn-large:hover::after, .btn-footer-form:hover::after {
  -webkit-transform: translate(100%) skewX(-30deg);
  -moz-transform: translate(100%) skewX(-30deg);
  transform: translate(100%) skewX(-30deg);
  background: #222;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-regular:hover::after, .btn-large:hover::after, .btn-footer-form:hover::after {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

.btn-large {
  width: 340px;
  height: 80px;
  font-size: 1.41rem;
  line-height: 76px;
}
@media only screen and (max-width: 768px) {
  .btn-large {
    width: 100%;
    height: 50px;
    font-size: 1.08rem;
    line-height: 50px;
  }
}

.btn-footer-form {
  width: 600px;
  height: 120px;
  border: 4px solid #fff;
  font-size: 1.71rem;
  line-height: 112px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-footer-form {
    width: 100%;
    height: auto;
    border: none;
    font-size: 1.25rem;
    line-height: 150px;
  }
  .btn-footer-form img {
    display: inline-block !important;
    margin-left: 14px;
    vertical-align: -1px;
  }
}
.btn-footer-form:visited {
  color: #fff;
}
.btn-footer-form:hover {
  color: #222;
}
@media only screen and (max-width: 768px) {
  .btn-footer-form:hover {
    color: #fff;
  }
}

.btn-footer-form::after {
  background: #fff;
}

.btn-footer-form:hover::after {
  background: #fff;
}

.btn-dropdown {
  display: inline-block;
  width: 180px;
  height: 40px;
  padding: 12px 0 0 10px;
  border: 2px solid #222;
  background: url("../images/common/contents-dropdown-arrow-2x.png") no-repeat #fff;
  background-position: top 16px right 10px;
  background-size: 16px 8px;
  font-size: 0.92rem;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .btn-dropdown {
    width: 100%;
    padding: 14px 0 0 10px;
    border: 1px solid #222;
  }
}
@media only screen and (min-width: 769px) {
  .btn-dropdown:visited {
    color: #222;
  }
  .btn-dropdown:hover {
    background: url("../images/common/contents-dropdown-arrow-o-2x.png") no-repeat #222;
    background-position: top 16px right 10px;
    background-size: 16px 8px;
    color: #fff;
  }
  .btn-dropdown:focus {
    text-decoration: none;
  }
}

/*----------------------------------------
 *        News
 *---------------------------------------- */
.common__news__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  width: 1200px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .common__news__list {
    width: 100%;
    min-width: 100%;
    margin: 10px auto 30px auto;
    padding: 0 16px;
  }
}
.common__news__list a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: url("../images/common/news-icon-arrow-2x.png") no-repeat center right 20px;
  background-size: 12px 24px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .common__news__list a {
    -webkit-flex-flow: column;
    flex-flow: column;
    align-items: stretch;
    background: none;
  }
}
.common__news__list a:hover {
  background-color: #f0f0f0;
}
.common__news__list dt, .common__news__list dd {
  align-items: stretch;
  padding: 30px 0 30px 0;
  font-size: 1.14rem;
  line-height: 1.5;
}
.common__news__list dt {
  -webkit-flex-basis: 280px;
  flex-basis: 280px;
}
@media only screen and (max-width: 768px) {
  .common__news__list dt {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 17px 0 2px 0;
    border: none;
    font-size: 0.83rem;
  }
}
.common__news__list dd {
  -webkit-flex-basis: 920px;
  flex-basis: 920px;
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .common__news__list dd {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 5px 0 17px 0;
    font-size: 0.91rem;
    line-height: 1.7;
  }
}
.common__news__list a.pdf {
  background: url("../images/common/news-icon-pdf-2x.png") no-repeat center right 10px;
  background-size: 31px 31px;
}
@media only screen and (max-width: 768px) {
  .common__news__list a.pdf {
    background-size: 16px 16px;
    background-position: top 15px left 144px;
  }
}
.common__news__list a.pdf:hover {
  background-color: #f0f0f0;
}
.common__news__list .ir dt, .common__news__list .product dt, .common__news__list .exhibition dt, .common__news__list .notice dt {
  position: relative;
}
.common__news__list .ir dt:after, .common__news__list .product dt:after, .common__news__list .exhibition dt:after, .common__news__list .notice dt:after {
  content: "投資家情報";
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 35px;
  width: 90px;
  border: 2px solid #0099ff;
  background: #fff;
  font-size: 0.92rem;
  line-height: 32px;
  text-align: center;
  color: #0099ff;
}
@media only screen and (max-width: 768px) {
  .common__news__list .ir dt:after, .common__news__list .product dt:after, .common__news__list .exhibition dt:after, .common__news__list .notice dt:after {
    top: 14px;
    left: 82px;
    width: 55px;
    border: 1px solid #0099ff;
    font-size: 0.75rem;
    line-height: 16px;
  }
}
.common__news__list .product dt:after {
  content: "製品情報";
  border: 2px solid #1d47c9;
  color: #1d47c9;
}
@media only screen and (max-width: 768px) {
  .common__news__list .product dt:after {
    border: 1px solid #1d47c9;
  }
}
.common__news__list .exhibition dt:after {
  content: "展示会情報";
  border: 2px solid #339900;
  color: #339900;
}
@media only screen and (max-width: 768px) {
  .common__news__list .exhibition dt:after {
    border: 1px solid #339900;
  }
}
.common__news__list .notice dt:after {
  content: "お知らせ";
  border: 2px solid #ff3300;
  color: #ff3300;
}
@media only screen and (max-width: 768px) {
  .common__news__list .notice dt:after {
    border: 1px solid #ff3300;
  }
}
.common__news__list .new dd:after {
  content: "NEW";
  display: inline-block;
  width: 46px;
  margin: 0 0 0 10px;
  background: #e91d25;
  font-family: "Open Sans", sans-serif;
  font-size: 0.86rem;
  font-style: italic;
  letter-spacing: 0.03rem;
  line-height: 22px;
  text-align: center;
  color: #fff;
  vertical-align: 2px;
}
@media only screen and (max-width: 768px) {
  .common__news__list .new dd:after {
    width: auto;
    padding: 2px 6px;
    margin: 0 0 0 2px;
    font-size: 0.6rem;
    line-height: 11px;
  }
}

/*----------------------------------------
 *        Icon
 *---------------------------------------- */
.icon__link--external:after {
  content: "";
  width: 11px;
  height: 9px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: 1px;
  background: url(../images/common/icon-external-link.png);
  background-size: 11px auto;
}
@media only screen and (max-width: 768px) {
  .icon__link--external:after {
    vertical-align: baseline;
  }
}

/*----------------------------------------
 *        Footer
 *---------------------------------------- */
footer {
  height: 600px;
  background: #222;
  min-width: 1200px;
}
@media only screen and (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}
footer .contents-wrap {
  height: 100%;
  position: relative;
  padding: 60px 0 0 0;
}
footer .common__cate-list--languege {
  position: absolute;
  right: 0;
  bottom: 10px;
}
footer a {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #666;
}

.footer__cate-list {
  display: -webkit-flex;
  display: flex;
}

.footer__cate-col {
  -webkit-flex-basis: 340px;
  flex-basis: 340px;
  padding-right: 20px;
}

.footer__cate-list--cate {
  margin: 0 0 2.3em 0;
  font-size: 1.14rem;
  font-weight: bold;
}

.footer__cate-list .footer__cate-list--cate:not(:first-of-type) {
  margin-top: 3.3em;
}

.footer__cate-list--class-m li {
  margin: 0 0 1.4em 0;
  line-height: 1.3;
}

.footer__cate-list--product {
  margin: 3.8em 0 0 0;
}
.footer__cate-list--product li {
  margin: 0 0 1.4em 0;
}

.footer__cate-row {
  width: 260px;
}

.footer__cate-list--parent {
  font-weight: bold;
}

.btn-footer-kokoku, .footer-sp .btn-footer-kokoku-sp {
  width: 190px;
  margin: 18px 0 0 0;
  padding: 0 18px;
  background: url("../images/common/contents-space.png") no-repeat #333;
  background-size: 8px 16px;
  background-position: center right 12px;
  border: 2px solid #929497;
  font-size: 1rem;
  text-align: left;
  color: #fff;
}
.btn-footer-kokoku:hover::after, .footer-sp .btn-footer-kokoku-sp:hover::after {
  background-color: #929497;
}

.footer-sp {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  z-index: 0;
  background: #222;
}
.footer-sp .footer-sp__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 15px 0;
  font-size: 0.83rem;
}
.footer-sp .footer-sp__list a {
  color: #fff;
}
.footer-sp .footer-sp__list a:visited {
  color: #fff;
}
.footer-sp .footer-sp__list a:hover {
  color: #666;
}
.footer-sp .footer-sp__list .last-child {
  padding-left: 28px;
  background: url("../images/common/footer-slash-2x.png") no-repeat 10px 0;
  background-size: 8px 12px;
}
.footer-sp .btn-footer-kokoku-sp {
  width: 100%;
  height: 50px;
  margin-top: 15px;
  padding: 0;
  text-align: center;
  line-height: 50px;
}

/*----------------------------------------
 *        Layout
 *---------------------------------------- */
.layout-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 1200px;
  min-width: 1200px;
  margin: 80px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .layout-wrap {
    display: -webkit-block;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 22px auto 0 auto;
  }
}
.layout-wrap .contents-wrap {
  width: 100%;
  min-width: 100%;
}

.layout__side {
  margin-right: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .layout__side {
    margin: 0;
    padding-bottom: 0;
  }
}

.layout__main {
  flex: 1;
}

/*----------------------------------------
 *        Product-parts
 *---------------------------------------- */
.layout__main, .product__categorie {
  padding-bottom: 60px;
  font-size: 1.142rem;
}
@media only screen and (max-width: 768px) {
  .layout__main, .product__categorie {
    padding-bottom: 20px;
  }
}
.layout__main p, .product__categorie p {
  margin-bottom: 30px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .layout__main p, .product__categorie p {
    margin-bottom: 25px;
  }
}
.layout__main .imgR, .product__categorie .imgR {
  float: right;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .layout__main .imgR, .product__categorie .imgR {
    float: none;
    width: 80%;
    margin-left: calc(100%/2 - 40%);
    margin-bottom: 20px;
  }
}
.layout__main .col1, .layout__main .col2, .layout__main .col3, .product__categorie .col1, .product__categorie .col2, .product__categorie .col3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -40px;
}
.layout__main .col1.col-center, .layout__main .col2.col-center, .layout__main .col3.col-center, .product__categorie .col1.col-center, .product__categorie .col2.col-center, .product__categorie .col3.col-center {
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .layout__main .col1, .layout__main .col2, .layout__main .col3, .product__categorie .col1, .product__categorie .col2, .product__categorie .col3 {
    display: block;
    margin-bottom: 0;
  }
}
.layout__main .col1 .cols-item, .layout__main .col2 .cols-item, .layout__main .col3 .cols-item, .product__categorie .col1 .cols-item, .product__categorie .col2 .cols-item, .product__categorie .col3 .cols-item {
  margin-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .layout__main .col1 .cols-item, .layout__main .col2 .cols-item, .layout__main .col3 .cols-item, .product__categorie .col1 .cols-item, .product__categorie .col2 .cols-item, .product__categorie .col3 .cols-item {
    margin-bottom: 20px;
  }
}
.layout__main .col1 .cols-item h3, .layout__main .col2 .cols-item h3, .layout__main .col3 .cols-item h3, .product__categorie .col1 .cols-item h3, .product__categorie .col2 .cols-item h3, .product__categorie .col3 .cols-item h3 {
  font-size: 1.14rem;
  font-weight: normal;
}
.layout__main .col1 .cols-item img, .layout__main .col2 .cols-item img, .layout__main .col3 .cols-item img, .product__categorie .col1 .cols-item img, .product__categorie .col2 .cols-item img, .product__categorie .col3 .cols-item img {
  max-width: 100%;
  height: auto;
}
.layout__main .col2 .cols-item, .product__categorie .col2 .cols-item {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.layout__main .col3 .cols-item, .product__categorie .col3 .cols-item {
  padding: 12px;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
}
.layout__main .attention__sign, .product__categorie .attention__sign {
  vertical-align: super;
  font-size: 0.7rem;
}
.layout__main .attention__body, .product__categorie .attention__body {
  display: block;
  font-size: 1rem;
}
.layout__main .midashi2, .product__categorie .midashi2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi2, .product__categorie .midashi2 {
    margin-bottom: 25px;
  }
}
.layout__main .midashi2 h3, .product__categorie .midashi2 h3 {
  position: relative;
  margin: 0 0 0 13px;
  font-size: 1.42rem;
  font-weight: bold;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi2 h3, .product__categorie .midashi2 h3 {
    font-size: 1.25rem;
  }
}
.layout__main .list1, .product__categorie .list1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list1, .product__categorie .list1 {
    margin-bottom: 10px;
  }
}
.layout__main .list1 li, .product__categorie .list1 li {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 20px;
  background: url("../images/common/contents-btn-minus3.png") no-repeat;
  background-size: 11px 2px;
  background-position: top 8px left 0;
  line-height: 1.6;
  font-size: 1.08rem;
}
.layout__main .list1 li strong:first-of-type, .product__categorie .list1 li strong:first-of-type {
  display: block;
  font-size: 1.14rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list1 li, .product__categorie .list1 li {
    padding: 0 0 0 17px;
    background-size: 8px 2px;
    background-position: top 10px left 0;
    line-height: 1.6;
    font-size: 1rem;
  }
}
.layout__main .gaiyo1, .layout__main .gaiyo2, .layout__main .gaiyo3, .layout__main .gaiyo4, .layout__main .gaiyo5, .layout__main .tokucho2, .product__categorie .gaiyo1, .product__categorie .gaiyo2, .product__categorie .gaiyo3, .product__categorie .gaiyo4, .product__categorie .gaiyo5, .product__categorie .tokucho2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .layout__main .gaiyo1, .layout__main .gaiyo2, .layout__main .gaiyo3, .layout__main .gaiyo4, .layout__main .gaiyo5, .layout__main .tokucho2, .product__categorie .gaiyo1, .product__categorie .gaiyo2, .product__categorie .gaiyo3, .product__categorie .gaiyo4, .product__categorie .gaiyo5, .product__categorie .tokucho2 {
    margin-bottom: 30px;
  }
}
.layout__main .tokucho3, .layout__main .tokucho4.tokucho9, .layout__main .tokucho12, .layout__main .memo1, .layout__main .memo2, .product__categorie .tokucho3, .product__categorie .tokucho4.tokucho9, .product__categorie .tokucho12, .product__categorie .memo1, .product__categorie .memo2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho3, .layout__main .tokucho4.tokucho9, .layout__main .tokucho12, .layout__main .memo1, .layout__main .memo2, .product__categorie .tokucho3, .product__categorie .tokucho4.tokucho9, .product__categorie .tokucho12, .product__categorie .memo1, .product__categorie .memo2 {
    margin-bottom: 25px;
  }
}
.layout__main .head2 h2, .layout__main .tokucho1 h2, .layout__main .tokucho2 h2, .layout__main .tokucho3 h2, .layout__main .tokucho4 h2, .layout__main .memo1 h2, .layout__main .memo2 h2, .layout__main .vali1 h2, .layout__main .vali2 h2, .layout__main .vali3 h2, .layout__main .vali5 h2, .layout__main .vali6 h2, .layout__main .vali7 h2, .product__categorie .head2 h2, .product__categorie .tokucho1 h2, .product__categorie .tokucho2 h2, .product__categorie .tokucho3 h2, .product__categorie .tokucho4 h2, .product__categorie .memo1 h2, .product__categorie .memo2 h2, .product__categorie .vali1 h2, .product__categorie .vali2 h2, .product__categorie .vali3 h2, .product__categorie .vali5 h2, .product__categorie .vali6 h2, .product__categorie .vali7 h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .layout__main .head2 h2, .layout__main .tokucho1 h2, .layout__main .tokucho2 h2, .layout__main .tokucho3 h2, .layout__main .tokucho4 h2, .layout__main .memo1 h2, .layout__main .memo2 h2, .layout__main .vali1 h2, .layout__main .vali2 h2, .layout__main .vali3 h2, .layout__main .vali5 h2, .layout__main .vali6 h2, .layout__main .vali7 h2, .product__categorie .head2 h2, .product__categorie .tokucho1 h2, .product__categorie .tokucho2 h2, .product__categorie .tokucho3 h2, .product__categorie .tokucho4 h2, .product__categorie .memo1 h2, .product__categorie .memo2 h2, .product__categorie .vali1 h2, .product__categorie .vali2 h2, .product__categorie .vali3 h2, .product__categorie .vali5 h2, .product__categorie .vali6 h2, .product__categorie .vali7 h2 {
    margin-bottom: 25px;
  }
}
.layout__main .gaiyo1 h3, .layout__main .gaiyo2 h3, .layout__main .gaiyo3 h3, .layout__main .gaiyo4 h3, .layout__main .gaiyo5 h3,
.layout__main .tokucho2 h3, .layout__main .tokucho3 h3, .layout__main .tokucho4.tokucho9 h3, .layout__main .tokucho12 h3,
.layout__main .memo1 h3, .layout__main .memo2 h3, .product__categorie .gaiyo1 h3, .product__categorie .gaiyo2 h3, .product__categorie .gaiyo3 h3, .product__categorie .gaiyo4 h3, .product__categorie .gaiyo5 h3,
.product__categorie .tokucho2 h3, .product__categorie .tokucho3 h3, .product__categorie .tokucho4.tokucho9 h3, .product__categorie .tokucho12 h3,
.product__categorie .memo1 h3, .product__categorie .memo2 h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .layout__main .gaiyo1 h3, .layout__main .gaiyo2 h3, .layout__main .gaiyo3 h3, .layout__main .gaiyo4 h3, .layout__main .gaiyo5 h3,
  .layout__main .tokucho2 h3, .layout__main .tokucho3 h3, .layout__main .tokucho4.tokucho9 h3, .layout__main .tokucho12 h3,
  .layout__main .memo1 h3, .layout__main .memo2 h3, .product__categorie .gaiyo1 h3, .product__categorie .gaiyo2 h3, .product__categorie .gaiyo3 h3, .product__categorie .gaiyo4 h3, .product__categorie .gaiyo5 h3,
  .product__categorie .tokucho2 h3, .product__categorie .tokucho3 h3, .product__categorie .tokucho4.tokucho9 h3, .product__categorie .tokucho12 h3,
  .product__categorie .memo1 h3, .product__categorie .memo2 h3 {
    margin-bottom: 10px;
  }
}
.layout__main .gaiyo1 p + h3, .layout__main .gaiyo1 ul + h3, .layout__main .gaiyo1 ol + h3, .layout__main .gaiyo2 p + h3, .layout__main .gaiyo2 ul + h3, .layout__main .gaiyo2 ol + h3, .layout__main .gaiyo3 p + h3, .layout__main .gaiyo3 ul + h3, .layout__main .gaiyo3 ol + h3, .layout__main .gaiyo4 p + h3, .layout__main .gaiyo4 ul + h3, .layout__main .gaiyo4 ol + h3, .layout__main .gaiyo5 p + h3, .layout__main .gaiyo5 ul + h3, .layout__main .gaiyo5 ol + h3,
.layout__main .tokucho2 p + h3,
.layout__main .tokucho2 ul + h3,
.layout__main .tokucho2 ol + h3, .layout__main .tokucho3 p + h3, .layout__main .tokucho3 ul + h3, .layout__main .tokucho3 ol + h3, .layout__main .tokucho4.tokucho9 p + h3, .layout__main .tokucho4.tokucho9 ul + h3, .layout__main .tokucho4.tokucho9 ol + h3, .layout__main .tokucho12 p + h3, .layout__main .tokucho12 ul + h3, .layout__main .tokucho12 ol + h3,
.layout__main .memo1 p + h3,
.layout__main .memo1 ul + h3,
.layout__main .memo1 ol + h3, .layout__main .memo2 p + h3, .layout__main .memo2 ul + h3, .layout__main .memo2 ol + h3, .product__categorie .gaiyo1 p + h3, .product__categorie .gaiyo1 ul + h3, .product__categorie .gaiyo1 ol + h3, .product__categorie .gaiyo2 p + h3, .product__categorie .gaiyo2 ul + h3, .product__categorie .gaiyo2 ol + h3, .product__categorie .gaiyo3 p + h3, .product__categorie .gaiyo3 ul + h3, .product__categorie .gaiyo3 ol + h3, .product__categorie .gaiyo4 p + h3, .product__categorie .gaiyo4 ul + h3, .product__categorie .gaiyo4 ol + h3, .product__categorie .gaiyo5 p + h3, .product__categorie .gaiyo5 ul + h3, .product__categorie .gaiyo5 ol + h3,
.product__categorie .tokucho2 p + h3,
.product__categorie .tokucho2 ul + h3,
.product__categorie .tokucho2 ol + h3, .product__categorie .tokucho3 p + h3, .product__categorie .tokucho3 ul + h3, .product__categorie .tokucho3 ol + h3, .product__categorie .tokucho4.tokucho9 p + h3, .product__categorie .tokucho4.tokucho9 ul + h3, .product__categorie .tokucho4.tokucho9 ol + h3, .product__categorie .tokucho12 p + h3, .product__categorie .tokucho12 ul + h3, .product__categorie .tokucho12 ol + h3,
.product__categorie .memo1 p + h3,
.product__categorie .memo1 ul + h3,
.product__categorie .memo1 ol + h3, .product__categorie .memo2 p + h3, .product__categorie .memo2 ul + h3, .product__categorie .memo2 ol + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .layout__main .gaiyo1 p + h3, .layout__main .gaiyo1 ul + h3, .layout__main .gaiyo1 ol + h3, .layout__main .gaiyo2 p + h3, .layout__main .gaiyo2 ul + h3, .layout__main .gaiyo2 ol + h3, .layout__main .gaiyo3 p + h3, .layout__main .gaiyo3 ul + h3, .layout__main .gaiyo3 ol + h3, .layout__main .gaiyo4 p + h3, .layout__main .gaiyo4 ul + h3, .layout__main .gaiyo4 ol + h3, .layout__main .gaiyo5 p + h3, .layout__main .gaiyo5 ul + h3, .layout__main .gaiyo5 ol + h3,
  .layout__main .tokucho2 p + h3,
  .layout__main .tokucho2 ul + h3,
  .layout__main .tokucho2 ol + h3, .layout__main .tokucho3 p + h3, .layout__main .tokucho3 ul + h3, .layout__main .tokucho3 ol + h3, .layout__main .tokucho4.tokucho9 p + h3, .layout__main .tokucho4.tokucho9 ul + h3, .layout__main .tokucho4.tokucho9 ol + h3, .layout__main .tokucho12 p + h3, .layout__main .tokucho12 ul + h3, .layout__main .tokucho12 ol + h3,
  .layout__main .memo1 p + h3,
  .layout__main .memo1 ul + h3,
  .layout__main .memo1 ol + h3, .layout__main .memo2 p + h3, .layout__main .memo2 ul + h3, .layout__main .memo2 ol + h3, .product__categorie .gaiyo1 p + h3, .product__categorie .gaiyo1 ul + h3, .product__categorie .gaiyo1 ol + h3, .product__categorie .gaiyo2 p + h3, .product__categorie .gaiyo2 ul + h3, .product__categorie .gaiyo2 ol + h3, .product__categorie .gaiyo3 p + h3, .product__categorie .gaiyo3 ul + h3, .product__categorie .gaiyo3 ol + h3, .product__categorie .gaiyo4 p + h3, .product__categorie .gaiyo4 ul + h3, .product__categorie .gaiyo4 ol + h3, .product__categorie .gaiyo5 p + h3, .product__categorie .gaiyo5 ul + h3, .product__categorie .gaiyo5 ol + h3,
  .product__categorie .tokucho2 p + h3,
  .product__categorie .tokucho2 ul + h3,
  .product__categorie .tokucho2 ol + h3, .product__categorie .tokucho3 p + h3, .product__categorie .tokucho3 ul + h3, .product__categorie .tokucho3 ol + h3, .product__categorie .tokucho4.tokucho9 p + h3, .product__categorie .tokucho4.tokucho9 ul + h3, .product__categorie .tokucho4.tokucho9 ol + h3, .product__categorie .tokucho12 p + h3, .product__categorie .tokucho12 ul + h3, .product__categorie .tokucho12 ol + h3,
  .product__categorie .memo1 p + h3,
  .product__categorie .memo1 ul + h3,
  .product__categorie .memo1 ol + h3, .product__categorie .memo2 p + h3, .product__categorie .memo2 ul + h3, .product__categorie .memo2 ol + h3 {
    margin-top: 25px;
  }
}
.layout__main .gaiyo1 h4, .layout__main .gaiyo2 h4, .layout__main .gaiyo3 h4, .layout__main .gaiyo4 h4, .layout__main .gaiyo5 h4,
.layout__main .tokucho2 h4, .layout__main .tokucho3 h4, .layout__main .tokucho4.tokucho9 h4, .layout__main .tokucho12 h4,
.layout__main .memo1 h4, .layout__main .memo2 h4, .product__categorie .gaiyo1 h4, .product__categorie .gaiyo2 h4, .product__categorie .gaiyo3 h4, .product__categorie .gaiyo4 h4, .product__categorie .gaiyo5 h4,
.product__categorie .tokucho2 h4, .product__categorie .tokucho3 h4, .product__categorie .tokucho4.tokucho9 h4, .product__categorie .tokucho12 h4,
.product__categorie .memo1 h4, .product__categorie .memo2 h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .gaiyo1 h4, .layout__main .gaiyo2 h4, .layout__main .gaiyo3 h4, .layout__main .gaiyo4 h4, .layout__main .gaiyo5 h4,
  .layout__main .tokucho2 h4, .layout__main .tokucho3 h4, .layout__main .tokucho4.tokucho9 h4, .layout__main .tokucho12 h4,
  .layout__main .memo1 h4, .layout__main .memo2 h4, .product__categorie .gaiyo1 h4, .product__categorie .gaiyo2 h4, .product__categorie .gaiyo3 h4, .product__categorie .gaiyo4 h4, .product__categorie .gaiyo5 h4,
  .product__categorie .tokucho2 h4, .product__categorie .tokucho3 h4, .product__categorie .tokucho4.tokucho9 h4, .product__categorie .tokucho12 h4,
  .product__categorie .memo1 h4, .product__categorie .memo2 h4 {
    margin-bottom: 15px;
  }
}
.layout__main .gaiyo2 h3, .layout__main .gaiyo3 h3, .layout__main .gaiyo4 h3, .layout__main .gaiyo5 h3, .product__categorie .gaiyo2 h3, .product__categorie .gaiyo3 h3, .product__categorie .gaiyo4 h3, .product__categorie .gaiyo5 h3 {
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .layout__main .gaiyo2 h3, .layout__main .gaiyo3 h3, .layout__main .gaiyo4 h3, .layout__main .gaiyo5 h3, .product__categorie .gaiyo2 h3, .product__categorie .gaiyo3 h3, .product__categorie .gaiyo4 h3, .product__categorie .gaiyo5 h3 {
    font-size: 1.5rem;
  }
}
.layout__main .gaiyo5 li, .product__categorie .gaiyo5 li {
  margin: 0 0 17px 0;
  padding: 0 0 0 20px;
  background: url("../images/common/contents-btn-minus3.png") no-repeat;
  background-size: 11px 2px;
  background-position: top 8px left 0;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .gaiyo5 li, .product__categorie .gaiyo5 li {
    margin-bottom: 9px;
    padding: 0 0 0 17px;
    background-size: 8px 2px;
    background-position: top 10px left 0;
    line-height: 1.6;
  }
}
.layout__main .head2 h2, .layout__main .tokucho1 h2, .layout__main .tokucho2 h2, .layout__main .tokucho3 h2, .layout__main .tokucho4 h2, .layout__main .memo1 h2, .layout__main .memo2 h2, .layout__main .vali1 h2, .layout__main .vali2 h2, .layout__main .vali3 h2, .layout__main .vali5 h2, .layout__main .vali6 h2, .layout__main .vali7 h2, .product__categorie .head2 h2, .product__categorie .tokucho1 h2, .product__categorie .tokucho2 h2, .product__categorie .tokucho3 h2, .product__categorie .tokucho4 h2, .product__categorie .memo1 h2, .product__categorie .memo2 h2, .product__categorie .vali1 h2, .product__categorie .vali2 h2, .product__categorie .vali3 h2, .product__categorie .vali5 h2, .product__categorie .vali6 h2, .product__categorie .vali7 h2 {
  padding: 0 0 12px;
  font-size: 1.86rem;
  font-weight: bold;
  line-height: 1.6;
  color: #e91d25;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .head2 h2, .layout__main .tokucho1 h2, .layout__main .tokucho2 h2, .layout__main .tokucho3 h2, .layout__main .tokucho4 h2, .layout__main .memo1 h2, .layout__main .memo2 h2, .layout__main .vali1 h2, .layout__main .vali2 h2, .layout__main .vali3 h2, .layout__main .vali5 h2, .layout__main .vali6 h2, .layout__main .vali7 h2, .product__categorie .head2 h2, .product__categorie .tokucho1 h2, .product__categorie .tokucho2 h2, .product__categorie .tokucho3 h2, .product__categorie .tokucho4 h2, .product__categorie .memo1 h2, .product__categorie .memo2 h2, .product__categorie .vali1 h2, .product__categorie .vali2 h2, .product__categorie .vali3 h2, .product__categorie .vali5 h2, .product__categorie .vali6 h2, .product__categorie .vali7 h2 {
    padding-bottom: 8px;
    font-size: 1.5rem;
  }
}
.layout__main .tokucho2:after, .layout__main .tokucho3:after, .layout__main .tokucho4:after, .layout__main .tokucho5:after, .layout__main .tokucho6:after, .layout__main .tokucho7:after, .layout__main .tokucho9:after, .layout__main .tokucho10:after, .product__categorie .tokucho2:after, .product__categorie .tokucho3:after, .product__categorie .tokucho4:after, .product__categorie .tokucho5:after, .product__categorie .tokucho6:after, .product__categorie .tokucho7:after, .product__categorie .tokucho9:after, .product__categorie .tokucho10:after {
  content: "";
  display: block;
  clear: both;
}
.layout__main .tokucho2 h3, .layout__main .tokucho3 h3, .layout__main .tokucho4 h3, .layout__main .tokucho5 h3, .layout__main .tokucho6 h3, .layout__main .tokucho7 h3, .layout__main .tokucho9 h3, .layout__main .tokucho10 h3, .product__categorie .tokucho2 h3, .product__categorie .tokucho3 h3, .product__categorie .tokucho4 h3, .product__categorie .tokucho5 h3, .product__categorie .tokucho6 h3, .product__categorie .tokucho7 h3, .product__categorie .tokucho9 h3, .product__categorie .tokucho10 h3 {
  font-size: 1.42rem;
  font-weight: bold;
  line-height: 1.4;
}
.layout__main .tokucho2 h4, .layout__main .tokucho3 h4, .layout__main .tokucho4 h4, .layout__main .tokucho5 h4, .layout__main .tokucho6 h4, .layout__main .tokucho7 h4, .layout__main .tokucho9 h4, .layout__main .tokucho10 h4, .product__categorie .tokucho2 h4, .product__categorie .tokucho3 h4, .product__categorie .tokucho4 h4, .product__categorie .tokucho5 h4, .product__categorie .tokucho6 h4, .product__categorie .tokucho7 h4, .product__categorie .tokucho9 h4, .product__categorie .tokucho10 h4 {
  font-size: 1.24rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 h4, .layout__main .tokucho3 h4, .layout__main .tokucho4 h4, .layout__main .tokucho5 h4, .layout__main .tokucho6 h4, .layout__main .tokucho7 h4, .layout__main .tokucho9 h4, .layout__main .tokucho10 h4, .product__categorie .tokucho2 h4, .product__categorie .tokucho3 h4, .product__categorie .tokucho4 h4, .product__categorie .tokucho5 h4, .product__categorie .tokucho6 h4, .product__categorie .tokucho7 h4, .product__categorie .tokucho9 h4, .product__categorie .tokucho10 h4 {
    font-size: 1rem;
  }
}
.layout__main .tokucho2 ul, .layout__main .tokucho2 ol, .layout__main .tokucho3 ul, .layout__main .tokucho3 ol, .layout__main .tokucho4 ul, .layout__main .tokucho4 ol, .layout__main .tokucho5 ul, .layout__main .tokucho5 ol, .layout__main .tokucho6 ul, .layout__main .tokucho6 ol, .layout__main .tokucho7 ul, .layout__main .tokucho7 ol, .layout__main .tokucho9 ul, .layout__main .tokucho9 ol, .layout__main .tokucho10 ul, .layout__main .tokucho10 ol, .product__categorie .tokucho2 ul, .product__categorie .tokucho2 ol, .product__categorie .tokucho3 ul, .product__categorie .tokucho3 ol, .product__categorie .tokucho4 ul, .product__categorie .tokucho4 ol, .product__categorie .tokucho5 ul, .product__categorie .tokucho5 ol, .product__categorie .tokucho6 ul, .product__categorie .tokucho6 ol, .product__categorie .tokucho7 ul, .product__categorie .tokucho7 ol, .product__categorie .tokucho9 ul, .product__categorie .tokucho9 ol, .product__categorie .tokucho10 ul, .product__categorie .tokucho10 ol {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 ul, .layout__main .tokucho2 ol, .layout__main .tokucho3 ul, .layout__main .tokucho3 ol, .layout__main .tokucho4 ul, .layout__main .tokucho4 ol, .layout__main .tokucho5 ul, .layout__main .tokucho5 ol, .layout__main .tokucho6 ul, .layout__main .tokucho6 ol, .layout__main .tokucho7 ul, .layout__main .tokucho7 ol, .layout__main .tokucho9 ul, .layout__main .tokucho9 ol, .layout__main .tokucho10 ul, .layout__main .tokucho10 ol, .product__categorie .tokucho2 ul, .product__categorie .tokucho2 ol, .product__categorie .tokucho3 ul, .product__categorie .tokucho3 ol, .product__categorie .tokucho4 ul, .product__categorie .tokucho4 ol, .product__categorie .tokucho5 ul, .product__categorie .tokucho5 ol, .product__categorie .tokucho6 ul, .product__categorie .tokucho6 ol, .product__categorie .tokucho7 ul, .product__categorie .tokucho7 ol, .product__categorie .tokucho9 ul, .product__categorie .tokucho9 ol, .product__categorie .tokucho10 ul, .product__categorie .tokucho10 ol {
    margin-bottom: 20px;
  }
}
.layout__main .tokucho2 li, .layout__main .tokucho3 li, .layout__main .tokucho4 li, .layout__main .tokucho5 li, .layout__main .tokucho6 li, .layout__main .tokucho7 li, .layout__main .tokucho9 li, .layout__main .tokucho10 li, .product__categorie .tokucho2 li, .product__categorie .tokucho3 li, .product__categorie .tokucho4 li, .product__categorie .tokucho5 li, .product__categorie .tokucho6 li, .product__categorie .tokucho7 li, .product__categorie .tokucho9 li, .product__categorie .tokucho10 li {
  margin: 0 0 17px 0;
  padding: 0 0 0 20px;
  background: url("../images/common/contents-btn-minus3.png") no-repeat;
  background-size: 11px 2px;
  background-position: top 8px left 0;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 li, .layout__main .tokucho3 li, .layout__main .tokucho4 li, .layout__main .tokucho5 li, .layout__main .tokucho6 li, .layout__main .tokucho7 li, .layout__main .tokucho9 li, .layout__main .tokucho10 li, .product__categorie .tokucho2 li, .product__categorie .tokucho3 li, .product__categorie .tokucho4 li, .product__categorie .tokucho5 li, .product__categorie .tokucho6 li, .product__categorie .tokucho7 li, .product__categorie .tokucho9 li, .product__categorie .tokucho10 li {
    margin-bottom: 9px;
    padding: 0 0 0 17px;
    background-size: 8px 2px;
    background-position: top 10px left 0;
    line-height: 1.6;
  }
}
.layout__main .tokucho2 .image, .layout__main .tokucho3 .image, .layout__main .tokucho4 .image, .layout__main .tokucho5 .image, .layout__main .tokucho6 .image, .layout__main .tokucho7 .image, .layout__main .tokucho9 .image, .layout__main .tokucho10 .image, .product__categorie .tokucho2 .image, .product__categorie .tokucho3 .image, .product__categorie .tokucho4 .image, .product__categorie .tokucho5 .image, .product__categorie .tokucho6 .image, .product__categorie .tokucho7 .image, .product__categorie .tokucho9 .image, .product__categorie .tokucho10 .image {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 .image, .layout__main .tokucho3 .image, .layout__main .tokucho4 .image, .layout__main .tokucho5 .image, .layout__main .tokucho6 .image, .layout__main .tokucho7 .image, .layout__main .tokucho9 .image, .layout__main .tokucho10 .image, .product__categorie .tokucho2 .image, .product__categorie .tokucho3 .image, .product__categorie .tokucho4 .image, .product__categorie .tokucho5 .image, .product__categorie .tokucho6 .image, .product__categorie .tokucho7 .image, .product__categorie .tokucho9 .image, .product__categorie .tokucho10 .image {
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 .image img, .layout__main .tokucho3 .image img, .layout__main .tokucho4 .image img, .layout__main .tokucho5 .image img, .layout__main .tokucho6 .image img, .layout__main .tokucho7 .image img, .layout__main .tokucho9 .image img, .layout__main .tokucho10 .image img, .product__categorie .tokucho2 .image img, .product__categorie .tokucho3 .image img, .product__categorie .tokucho4 .image img, .product__categorie .tokucho5 .image img, .product__categorie .tokucho6 .image img, .product__categorie .tokucho7 .image img, .product__categorie .tokucho9 .image img, .product__categorie .tokucho10 .image img {
    width: 100%;
  }
}
.layout__main .tokucho2 .image-nm, .layout__main .tokucho3 .image-nm, .layout__main .tokucho4 .image-nm, .layout__main .tokucho5 .image-nm, .layout__main .tokucho6 .image-nm, .layout__main .tokucho7 .image-nm, .layout__main .tokucho9 .image-nm, .layout__main .tokucho10 .image-nm, .product__categorie .tokucho2 .image-nm, .product__categorie .tokucho3 .image-nm, .product__categorie .tokucho4 .image-nm, .product__categorie .tokucho5 .image-nm, .product__categorie .tokucho6 .image-nm, .product__categorie .tokucho7 .image-nm, .product__categorie .tokucho9 .image-nm, .product__categorie .tokucho10 .image-nm {
  margin-top: 0;
}
.layout__main .tokucho2 .culumn3, .layout__main .tokucho3 .culumn3, .layout__main .tokucho4 .culumn3, .layout__main .tokucho5 .culumn3, .layout__main .tokucho6 .culumn3, .layout__main .tokucho7 .culumn3, .layout__main .tokucho9 .culumn3, .layout__main .tokucho10 .culumn3, .product__categorie .tokucho2 .culumn3, .product__categorie .tokucho3 .culumn3, .product__categorie .tokucho4 .culumn3, .product__categorie .tokucho5 .culumn3, .product__categorie .tokucho6 .culumn3, .product__categorie .tokucho7 .culumn3, .product__categorie .tokucho9 .culumn3, .product__categorie .tokucho10 .culumn3 {
  width: 840px;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 .culumn3, .layout__main .tokucho3 .culumn3, .layout__main .tokucho4 .culumn3, .layout__main .tokucho5 .culumn3, .layout__main .tokucho6 .culumn3, .layout__main .tokucho7 .culumn3, .layout__main .tokucho9 .culumn3, .layout__main .tokucho10 .culumn3, .product__categorie .tokucho2 .culumn3, .product__categorie .tokucho3 .culumn3, .product__categorie .tokucho4 .culumn3, .product__categorie .tokucho5 .culumn3, .product__categorie .tokucho6 .culumn3, .product__categorie .tokucho7 .culumn3, .product__categorie .tokucho9 .culumn3, .product__categorie .tokucho10 .culumn3 {
    width: 100%;
    margin: 10px 0 20px 0;
  }
}
.layout__main .tokucho2 figcaption, .layout__main .tokucho3 figcaption, .layout__main .tokucho4 figcaption, .layout__main .tokucho5 figcaption, .layout__main .tokucho6 figcaption, .layout__main .tokucho7 figcaption, .layout__main .tokucho9 figcaption, .layout__main .tokucho10 figcaption, .product__categorie .tokucho2 figcaption, .product__categorie .tokucho3 figcaption, .product__categorie .tokucho4 figcaption, .product__categorie .tokucho5 figcaption, .product__categorie .tokucho6 figcaption, .product__categorie .tokucho7 figcaption, .product__categorie .tokucho9 figcaption, .product__categorie .tokucho10 figcaption {
  margin: 10px 0;
  font-size: 1rem;
  text-align: center;
}
.layout__main .tokucho2 dl, .layout__main .tokucho3 dl, .layout__main .tokucho4 dl, .layout__main .tokucho5 dl, .layout__main .tokucho6 dl, .layout__main .tokucho7 dl, .layout__main .tokucho9 dl, .layout__main .tokucho10 dl, .product__categorie .tokucho2 dl, .product__categorie .tokucho3 dl, .product__categorie .tokucho4 dl, .product__categorie .tokucho5 dl, .product__categorie .tokucho6 dl, .product__categorie .tokucho7 dl, .product__categorie .tokucho9 dl, .product__categorie .tokucho10 dl {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 dl, .layout__main .tokucho3 dl, .layout__main .tokucho4 dl, .layout__main .tokucho5 dl, .layout__main .tokucho6 dl, .layout__main .tokucho7 dl, .layout__main .tokucho9 dl, .layout__main .tokucho10 dl, .product__categorie .tokucho2 dl, .product__categorie .tokucho3 dl, .product__categorie .tokucho4 dl, .product__categorie .tokucho5 dl, .product__categorie .tokucho6 dl, .product__categorie .tokucho7 dl, .product__categorie .tokucho9 dl, .product__categorie .tokucho10 dl {
    margin-bottom: 5px;
  }
}
.layout__main .tokucho2 dt, .layout__main .tokucho3 dt, .layout__main .tokucho4 dt, .layout__main .tokucho5 dt, .layout__main .tokucho6 dt, .layout__main .tokucho7 dt, .layout__main .tokucho9 dt, .layout__main .tokucho10 dt, .product__categorie .tokucho2 dt, .product__categorie .tokucho3 dt, .product__categorie .tokucho4 dt, .product__categorie .tokucho5 dt, .product__categorie .tokucho6 dt, .product__categorie .tokucho7 dt, .product__categorie .tokucho9 dt, .product__categorie .tokucho10 dt {
  margin: 20px 0 15px 0;
  font-size: 1.14rem;
  font-weight: bold;
  color: #222222;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 dt, .layout__main .tokucho3 dt, .layout__main .tokucho4 dt, .layout__main .tokucho5 dt, .layout__main .tokucho6 dt, .layout__main .tokucho7 dt, .layout__main .tokucho9 dt, .layout__main .tokucho10 dt, .product__categorie .tokucho2 dt, .product__categorie .tokucho3 dt, .product__categorie .tokucho4 dt, .product__categorie .tokucho5 dt, .product__categorie .tokucho6 dt, .product__categorie .tokucho7 dt, .product__categorie .tokucho9 dt, .product__categorie .tokucho10 dt {
    margin: 10px 0 10px 0;
    font-size: 1.08rem;
  }
}
.layout__main .tokucho2 dd, .layout__main .tokucho3 dd, .layout__main .tokucho4 dd, .layout__main .tokucho5 dd, .layout__main .tokucho6 dd, .layout__main .tokucho7 dd, .layout__main .tokucho9 dd, .layout__main .tokucho10 dd, .product__categorie .tokucho2 dd, .product__categorie .tokucho3 dd, .product__categorie .tokucho4 dd, .product__categorie .tokucho5 dd, .product__categorie .tokucho6 dd, .product__categorie .tokucho7 dd, .product__categorie .tokucho9 dd, .product__categorie .tokucho10 dd {
  margin-bottom: 40px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho2 dd, .layout__main .tokucho3 dd, .layout__main .tokucho4 dd, .layout__main .tokucho5 dd, .layout__main .tokucho6 dd, .layout__main .tokucho7 dd, .layout__main .tokucho9 dd, .layout__main .tokucho10 dd, .product__categorie .tokucho2 dd, .product__categorie .tokucho3 dd, .product__categorie .tokucho4 dd, .product__categorie .tokucho5 dd, .product__categorie .tokucho6 dd, .product__categorie .tokucho7 dd, .product__categorie .tokucho9 dd, .product__categorie .tokucho10 dd {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho8, .product__categorie .tokucho8 {
    overflow: auto;
  }
}
.layout__main .tokucho8 table, .product__categorie .tokucho8 table {
  width: 100%;
  margin: 0 0 50px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho8 table, .product__categorie .tokucho8 table {
    min-width: 640px;
    margin: 0 0 25px 0;
  }
}
.layout__main .tokucho8 table td, .layout__main .tokucho8 table th, .product__categorie .tokucho8 table td, .product__categorie .tokucho8 table th {
  padding: 18px 20px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho8 table td, .layout__main .tokucho8 table th, .product__categorie .tokucho8 table td, .product__categorie .tokucho8 table th {
    padding: 13px 15px;
  }
}
.layout__main .tokucho8 table th, .product__categorie .tokucho8 table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.layout__main .tokucho12, .product__categorie .tokucho12 {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho12, .product__categorie .tokucho12 {
    display: block;
  }
}
.layout__main .tokucho12 h3, .product__categorie .tokucho12 h3 {
  font-size: 1.42rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho12 h3, .product__categorie .tokucho12 h3 {
    font-size: 1.25rem;
  }
}
.layout__main .tokucho12 div, .product__categorie .tokucho12 div {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho12 div, .product__categorie .tokucho12 div {
    margin: 0;
  }
}
.layout__main .tokucho12 img, .product__categorie .tokucho12 img {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  .layout__main .tokucho12 img, .product__categorie .tokucho12 img {
    width: 80%;
    margin-bottom: 15px;
    margin-left: calc(100%/2 - 40%);
  }
}
.layout__main .memo1 h3, .layout__main .memo2 h3, .product__categorie .memo1 h3, .product__categorie .memo2 h3 {
  padding-left: 10px;
  font-size: 1.42rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: 8px solid #e91d25;
}
@media only screen and (max-width: 768px) {
  .layout__main .memo1 h3, .layout__main .memo2 h3, .product__categorie .memo1 h3, .product__categorie .memo2 h3 {
    font-size: 1.25rem;
  }
}
.layout__main .memo1 ul, .layout__main .memo1 ol, .layout__main .memo2 ul, .layout__main .memo2 ol, .product__categorie .memo1 ul, .product__categorie .memo1 ol, .product__categorie .memo2 ul, .product__categorie .memo2 ol {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .layout__main .memo1 ul, .layout__main .memo1 ol, .layout__main .memo2 ul, .layout__main .memo2 ol, .product__categorie .memo1 ul, .product__categorie .memo1 ol, .product__categorie .memo2 ul, .product__categorie .memo2 ol {
    margin: 13px 0 23px 0;
  }
}
.layout__main .memo1 li, .layout__main .memo2 li, .product__categorie .memo1 li, .product__categorie .memo2 li {
  margin: 0 0 17px 0;
  padding: 0 0 0 20px;
  background: url("../images/common/contents-btn-minus3.png") no-repeat;
  background-size: 11px 2px;
  background-position: top 8px left 0;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .memo1 li, .layout__main .memo2 li, .product__categorie .memo1 li, .product__categorie .memo2 li {
    margin-bottom: 9px;
    padding: 0 0 0 17px;
    background-size: 8px 2px;
    background-position: top 10px left 0;
  }
}
.layout__main .vali1 caption, .layout__main .vali2 caption, .layout__main .vali3 caption, .layout__main .vali6 caption, .product__categorie .vali1 caption, .product__categorie .vali2 caption, .product__categorie .vali3 caption, .product__categorie .vali6 caption {
  margin: 0 0 15px 0;
  font-size: 1.14rem;
  font-weight: bold;
  color: #222222;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali1 caption, .layout__main .vali2 caption, .layout__main .vali3 caption, .layout__main .vali6 caption, .product__categorie .vali1 caption, .product__categorie .vali2 caption, .product__categorie .vali3 caption, .product__categorie .vali6 caption {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }
}
@media only screen and (max-width: 768px) {
  .layout__main .vali1, .product__categorie .vali1 {
    overflow: auto;
  }
}
.layout__main .vali1 table, .product__categorie .vali1 table {
  width: 100%;
  margin: 0 0 45px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali1 table, .product__categorie .vali1 table {
    min-width: 640px;
    margin: 0 0 22px 0;
  }
}
.layout__main .vali1 table td, .layout__main .vali1 table th, .product__categorie .vali1 table td, .product__categorie .vali1 table th {
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali1 table td, .layout__main .vali1 table th, .product__categorie .vali1 table td, .product__categorie .vali1 table th {
    padding: 13px 15px;
  }
}
.layout__main .vali1 table th, .product__categorie .vali1 table th {
  padding: 2px 10px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.layout__main .vali1 table td, .product__categorie .vali1 table td {
  width: 16%;
  padding: 15px 10px;
  text-align: center;
}
.layout__main .vali1 table .bikou, .product__categorie .vali1 table .bikou {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali2, .product__categorie .vali2 {
    overflow: auto;
  }
}
.layout__main .vali2 table, .product__categorie .vali2 table {
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali2 table, .product__categorie .vali2 table {
    min-width: 640px;
    margin: 0 0 25px 0;
  }
}
.layout__main .vali2 table td, .layout__main .vali2 table th, .product__categorie .vali2 table td, .product__categorie .vali2 table th {
  padding: 15px 10px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali2 table td, .layout__main .vali2 table th, .product__categorie .vali2 table td, .product__categorie .vali2 table th {
    padding: 13px 15px;
  }
}
.layout__main .vali2 table th, .product__categorie .vali2 table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali3, .product__categorie .vali3 {
    overflow: auto;
  }
}
.layout__main .vali3 table, .product__categorie .vali3 table {
  width: 100%;
  margin: 0 0 45px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali3 table, .product__categorie .vali3 table {
    min-width: 640px;
    margin: 0 0 22px 0;
  }
}
.layout__main .vali3 table td, .layout__main .vali3 table th, .product__categorie .vali3 table td, .product__categorie .vali3 table th {
  padding: 15px 10px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali3 table td, .layout__main .vali3 table th, .product__categorie .vali3 table td, .product__categorie .vali3 table th {
    padding: 13px 15px;
  }
}
.layout__main .vali3 table th, .product__categorie .vali3 table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.layout__main .vali3 table td, .product__categorie .vali3 table td {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali5, .product__categorie .vali5 {
    overflow: auto;
  }
}
.layout__main .vali5 table, .product__categorie .vali5 table {
  width: 100%;
  margin: 20px 0 20px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali5 table, .product__categorie .vali5 table {
    min-width: 640px;
    margin: 10px 0 15px 0;
  }
}
.layout__main .vali5 table td, .product__categorie .vali5 table td {
  padding: 15px 10px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali5 table td, .product__categorie .vali5 table td {
    padding: 13px 15px;
  }
}
.layout__main .vali5 table td, .product__categorie .vali5 table td {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali6, .product__categorie .vali6 {
    overflow: auto;
  }
}
.layout__main .vali6 table, .product__categorie .vali6 table {
  width: 100%;
  margin: 0 0 45px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali6 table, .product__categorie .vali6 table {
    min-width: 640px;
    margin: 0 0 22px 0;
  }
}
.layout__main .vali6 table td, .layout__main .vali6 table th, .product__categorie .vali6 table td, .product__categorie .vali6 table th {
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali6 table td, .layout__main .vali6 table th, .product__categorie .vali6 table td, .product__categorie .vali6 table th {
    padding: 13px 15px;
  }
}
.layout__main .vali6 table th, .product__categorie .vali6 table th {
  padding: 2px 10px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.layout__main .vali6 table td, .product__categorie .vali6 table td {
  width: 54%;
  padding: 15px 10px;
  text-align: center;
}
.layout__main .vali6 table .bikou, .product__categorie .vali6 table .bikou {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali7, .product__categorie .vali7 {
    overflow: auto;
  }
}
.layout__main .vali7 table, .product__categorie .vali7 table {
  width: 83%;
  margin: 20px 0 20px 0;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali7 table, .product__categorie .vali7 table {
    min-width: 640px;
    margin: 10px 0 15px 0;
  }
}
.layout__main .vali7 table td, .product__categorie .vali7 table td {
  padding: 3px 10px;
}
@media only screen and (max-width: 768px) {
  .layout__main .vali7 table td, .product__categorie .vali7 table td {
    padding: 3px 15px;
  }
}
.layout__main .vali7 table td, .product__categorie .vali7 table td {
  text-align: center;
}
.layout__main .product__common--text, .product__categorie .product__common--text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .product__common--text, .product__categorie .product__common--text {
    margin-bottom: 15px;
  }
}
.layout__main .last, .product__categorie .last {
  margin-bottom: 0 !important;
}

.product__page--btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0 -20px;
}
@media only screen and (max-width: 768px) {
  .product__page--btn {
    margin: 30px 0 0 0;
  }
}
.product__page--btn a {
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .product__page--btn a {
    margin: 0 0 15px 0;
  }
}

.btn-product, .btn-product--inquiry, .btn-product--catalogue, .btn-product--office, .btn-product--movie, .btn-product--movie0, .btn-product--dxf {
  display: inline-block;
  position: relative;
  width: 410px;
  height: 80px;
  border: 2px solid #222;
  font-size: 1.42rem;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  color: #222;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .btn-product, .btn-product--inquiry, .btn-product--catalogue, .btn-product--office, .btn-product--movie, .btn-product--movie0, .btn-product--dxf {
    width: 100%;
    height: 50px;
    font-size: 1.08rem;
    line-height: 50px;
  }
}
.btn-product:hover, .btn-product--inquiry:hover, .btn-product--catalogue:hover, .btn-product--office:hover, .btn-product--movie:hover, .btn-product--movie0:hover, .btn-product--dxf:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-product:hover, .btn-product--inquiry:hover, .btn-product--catalogue:hover, .btn-product--office:hover, .btn-product--movie:hover, .btn-product--movie0:hover, .btn-product--dxf:hover {
    color: #929497;
  }
}

.btn-product, .btn-product--inquiry, .btn-product--catalogue, .btn-product--office, .btn-product--movie, .btn-product--movie0, .btn-product--dxf, .btn-product::after, .btn-product--inquiry::after, .btn-product--catalogue::after, .btn-product--office::after, .btn-product--movie::after, .btn-product--movie0::after, .btn-product--dxf::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

.btn-product::after, .btn-product--inquiry::after, .btn-product--catalogue::after, .btn-product--office::after, .btn-product--movie::after, .btn-product--movie0::after, .btn-product--dxf::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn-product::after, .btn-product--inquiry::after, .btn-product--catalogue::after, .btn-product--office::after, .btn-product--movie::after, .btn-product--movie0::after, .btn-product--dxf::after {
  top: 0;
  right: 110%;
  width: 120%;
  height: 100%;
  background: #222;
  transform: skewX(-30deg);
}

.btn-product:hover::after, .btn-product--inquiry:hover::after, .btn-product--catalogue:hover::after, .btn-product--office:hover::after, .btn-product--movie:hover::after, .btn-product--movie0:hover::after, .btn-product--dxf:hover::after {
  -webkit-transform: translate(100%) skewX(-30deg);
  -moz-transform: translate(100%) skewX(-30deg);
  transform: translate(100%) skewX(-30deg);
  background: #222;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-product:hover::after, .btn-product--inquiry:hover::after, .btn-product--catalogue:hover::after, .btn-product--office:hover::after, .btn-product--movie:hover::after, .btn-product--movie0:hover::after, .btn-product--dxf:hover::after {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

.btn-product--inquiry {
  border-color: #e91d25;
  color: #e91d25;
}
.btn-product--inquiry::after {
  background: #e91d25;
}
.btn-product--inquiry:hover::after {
  background: #e91d25;
}

.btn-product--catalogue {
  position: relative;
}

.btn-product--catalogue::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 24px;
  bottom: 0;
  right: 30px;
  background: url("../images/common/news-icon-pdf-2x.png") no-repeat;
  background-size: 31px 31px;
}
@media only screen and (max-width: 768px) {
  .btn-product--catalogue::before {
    top: 16px;
    right: 3px;
    background-size: 16px 16px;
  }
}

.btn-product--movie {
  background: url("../images/common/product-icon-movie-2x.png") no-repeat;
  background-size: 21px 26px;
  background-position: center right 30px;
  border-color: #00a3db;
  color: #00a3db;
}
@media only screen and (max-width: 768px) {
  .btn-product--movie {
    background-size: 16px 16px;
    background-position: center right 16px;
  }
}
.btn-product--movie::after {
  background: #00a3db;
}
.btn-product--movie:hover::after {
  background: #00a3db;
}
.btn-product--movie0 {
  border-color: #00a3db;
  color: #00a3db;
}
@media only screen and (max-width: 768px) {
  .btn-product--movie0 {
    background-size: 16px 16px;
    background-position: center right 16px;
  }
}
.btn-product--movie0::after {
  background: #00a3db;
}
.btn-product--movie0:hover::after {
  background: #00a3db;
}
.btn-product--dxf {
  position: relative;
}

.btn-product--dxf::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 24px;
  bottom: 0;
  right: 30px;
  background: url("../images/common/news-icon-pdf-2x.png") no-repeat;
  background-size: 31px 31px;
  border-color: #024fa6;
  color: #024fa6;
}
@media only screen and (max-width: 768px) {
  .btn-product--dxf::before {
    top: 16px;
    right: 3px;
    background-size: 16px 16px;
  }
}
.btn-product--dxf::before::after {
  background: #024fa6;
}
.btn-product--dxf::before:hover::after {
  background: #024fa6;
}
.kies_img img {
  width: 100%
}


.sys_images {
	margin-top: -145px;
}

.image-container {
  padding: 3px;
  text-align: center;
}
.image-container img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.text-container {
        padding: 20px;
        text-align: center;
      }
