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

/*----------------------------------------
 *        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__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: 85px;
  right: 0px;
}
.header__nav ul {
  display: -webkit-flex;
  display: flex;
}
.header__nav li {
  margin: 0 18px;
  font-size: 1.03rem;
  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--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: auto;
  padding: 13px 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}
.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;
}

.lang-zh .header-sp__cate-list--languege {
  margin-top: 40px;
}
.overseas-network_img img {
  width: 100%
}
/*----------------------------------------
 *        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: 410px;
  z-index: 20;
}

.mega-drop__class {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 0;
}
.mega-drop__class ul.class-l {
  flex-basis: 270px;
  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("../en/product/images/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("../en/product/images/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("../en/product/images/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("../en/product/images/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;
  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") left center no-repeat;
  background-size: 180px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

.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;
  }
}
.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 0 auto;
}
@media only screen and (max-width: 768px) {
  .common__news__list {
    width: 100%;
    min-width: 100%;
    margin: 0 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;
  font-size: 1.14rem;
  line-height: 1.5;
}
.common__news__list dt {
  -webkit-flex-basis: 160px;
  flex-basis: 160px;
}
@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;
  }
}
.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 70px;
  }
}
.common__news__list a.pdf:hover {
  background-color: #f0f0f0;
}
.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: 1px;
}
@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: 720px;
  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 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: 240px;
  flex-basis: 240px;
  padding-right: 20px;
}

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

.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: 240px;
}

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

.footer__cate-list--languege {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 0.85rem;
}
.footer__cate-list--languege li {
  margin: 0;
}

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

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

.btn-footer-kokoku, .footer-sp .btn-footer-kokoku-sp {
  width: 240px;
  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;
  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;
}

.lang-zh .footer__cate-list--languege {
  right: 260px;
  bottom: 39px;
}
.lang-zh .footer__cate-list--languege a {
  color: #fff;
}
.lang-zh .footer__cate-list--languege a:hover {
  color: #666;
}
.lang-zh .footer__cate-list--languege .active {
  color: #666;
}

/*----------------------------------------
 *        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;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .layout-wrap {
    display: -webkit-block;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 40px 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;
}
@media only screen and (max-width: 768px) {
  .layout__main img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .product__main-visual + .layout-wrap {
    margin-top: 10px;
  }
}
/*----------------------------------------
 *        Page-Header
 *---------------------------------------- */
.contents-header {
  min-width: 1200px;
  background: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .contents-header {
    min-width: 100%;
  }
}

.contents-header--title {
  position: relative;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .contents-header--title {
    height: auto;
  }
}
.contents-header--title h1 {
  margin-top: 1px;
  font-size: 2.14rem;
  font-weight: bold;
  line-height: 99px;
}
@media only screen and (max-width: 768px) {
  .contents-header--title h1 {
    padding: 15px 0;
    font-size: 1.66rem;
    line-height: 1.5;
  }
}

.contents-header--breadcrumb {
  position: absolute;
  top: 44px;
  right: 0px;
}
.contents-header--breadcrumb ul {
  display: -webkit-flex;
  display: flex;
}
.contents-header--breadcrumb li {
  padding-right: 14px;
  margin-right: 4px;
  background: url("../images/common/contents-header-slash-2x.png") top right no-repeat;
  background-size: 12px 14px;
  font-size: 0.85rem;
}
.contents-header--breadcrumb .last-child {
  margin: 0;
  padding: 0;
  background: none;
  color: #929497;
}

/*----------------------------------------
 *        SideMenu
 *---------------------------------------- */
.sidemenu__class-l, .sidemenu__class--about {
  width: 270px;
}
@media only screen and (max-width: 768px) {
  .sidemenu__class-l, .sidemenu__class--about {
    width: 100%;
  }
}
.sidemenu__class-l > li, .sidemenu__class--about > li {
  border-bottom: 1px solid #ccc;
}
.sidemenu__class-l > li > a, .sidemenu__class--about > li > a {
  display: block;
  padding: 18px 25px 18px 10px;
  background: url("../images/common/contents-btn-plus2.png") no-repeat;
  background-position: top 26px right 10px;
  font-size: 1.14rem;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .sidemenu__class-l > li > a, .sidemenu__class--about > li > a {
    padding: 17px 36px 16px 16px;
    background: url("../images/common/contents-btn-plus-b.png") no-repeat #f5f5f5;
    background-size: 17px 17px;
    background-position: top 16px right 16px;
    font-size: 1.08rem;
    line-height: 1.4;
  }
}
.sidemenu__class-l > li:nth-child(1) > a, .sidemenu__class--about > li:nth-child(1) > a {
  border-top: 2px solid #e91d25;
}
@media only screen and (max-width: 768px) {
  .sidemenu__class-l > li:nth-child(1) > a, .sidemenu__class--about > li:nth-child(1) > a {
    border-top: 1px solid #ccc;
  }
}
.sidemenu__class-l .state-open, .sidemenu__class--about .state-open {
  background: url("../images/common/contents-btn-minus2.png") no-repeat;
  background-position: top 26px right 10px;
}
@media only screen and (max-width: 768px) {
  .sidemenu__class-l .state-open, .sidemenu__class--about .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;
  }
}

.sidemenu__class-m > li > a {
  display: block;
  padding: 13px 0 13px 26px;
  border: none;
  font-size: 1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .sidemenu__class-m > li > a {
    border-top: 1px solid #ccc;
    font-size: 1.08rem;
  }
}
.sidemenu__class-m > li:nth-last-child(1) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .sidemenu__class-m > li:nth-last-child(1) {
    margin: 0;
  }
}

.side__nav--top {
  background: #fff !important;
}
@media only screen and (max-width: 768px) {
  .side__nav--top {
    background: #f5f5f5 !important;
  }
}

.sidemenu__class-l--active {
  color: #929497;
}
@media only screen and (max-width: 768px) {
  .sidemenu__class-l--active {
    color: #222222;
  }
}

.sidemenu__class--about > li > a {
  background: none;
}

/*----------------------------------------
 * Header */
/*---------------------------------------- */
.common__column__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.common__column__header:before, .common__column__header:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  .common__column__header:before, .common__column__header:after {
    display: none;
  }
}
.common__column__header:before {
  margin-top: -1px;
}
.common__column__header:after {
  margin-top: 1px;
  right: 1px;
}
@media only screen and (max-width: 768px) {
  .common__column__header {
    margin-bottom: 25px;
    background: url("../images/common/contents-column-bar-sp.png") repeat-x;
  }
}
.common__column__header h1 {
  padding: 0 30px 0 42px;
  background: url("../images/common/contents-column-b-2x.png") no-repeat #fff;
  background-size: 33px 28px;
  font-size: 2.14rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .common__column__header h1 {
    padding: 0 20px 0 20px;
    background: url("../images/common/contents-column-b-2x.png") no-repeat #fff;
    background-position: top 0 left 0;
    background-size: 16px 14px;
    font-size: 1.25rem;
  }
}
.common__column__header .copy {
  padding-right: 20px;
  background: #fff;
  font-size: 1.28rem;
  position: relative;
}
.common__column__header .copy:after {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -1px;
  background: #fff;
}

/*----------------------------------------
 * MediaBox */
/*---------------------------------------- */
.common__mediabox--btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 384px;
  margin: 0 0 25px 24px;
  padding: 9px;
  border: 1px solid #222;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .common__mediabox--btn {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 6px;
  }
}
.common__mediabox--btn:hover {
  color: #fff;
}

.common__mediabox--btn, .common__mediabox--btn: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;
}

.common__mediabox--btn:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.common__mediabox--btn:after {
  top: 0;
  right: 110%;
  width: 120%;
  height: 100%;
  background: #222;
  transform: skewX(-30deg);
}

.common__mediabox--btn:hover::after {
  -webkit-transform: translate(100%) skewX(-30deg);
  -moz-transform: translate(100%) skewX(-30deg);
  transform: translate(100%) skewX(-30deg);
  background: #222;
  color: #fff;
}

.common__mediabox--thumb {
  flex-basis: 90px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .common__mediabox--thumb {
    flex-basis: 54px;
  }
}
.common__mediabox--thumb img {
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .common__mediabox--thumb img {
    width: 54px;
    margin-right: 20px;
  }
}

.common__mediabox--name {
  flex: 1;
  margin: 0 8px;
  font-size: 1.14rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common__mediabox--name {
    font-size: 1rem;
  }
}

/*----------------------------------------
 *        General-parts
 *---------------------------------------- */
.layout__main .example-parts--caption, .lang-en .ir .example-parts--caption, .lang-en .about .example-parts--caption, .lang-zh .company-index .example-parts--caption {
  padding: 8px 15px 8px 15px;
  margin: 80px 0 2em 0;
  font-size: 1.3rem;
  font-weight: bold;
  border-left: 8px solid #222;
  border-bottom: 1px solid #222;
}
@media only screen and (max-width: 768px) {
  .layout__main .example-parts--caption, .lang-en .ir .example-parts--caption, .lang-en .about .example-parts--caption, .lang-zh .company-index .example-parts--caption {
    margin: 40px 0 2em 0;
    padding: 2px 10px 2px 10px;
  }
}
.layout__main .example-parts--caption:nth-child(1), .lang-en .ir .example-parts--caption:nth-child(1), .lang-en .about .example-parts--caption:nth-child(1), .lang-zh .company-index .example-parts--caption:nth-child(1) {
  margin: 0 0 2em 0;
}
.layout__main .example-parts--classname, .lang-en .ir .example-parts--classname, .lang-en .about .example-parts--classname, .lang-zh .company-index .example-parts--classname {
  display: inline-block;
  margin-top: 2em;
  padding: 8px 15px;
  background: #ccc;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #222;
}
.layout__main .example-parts--blockquote, .lang-en .ir .example-parts--blockquote, .lang-en .about .example-parts--blockquote, .lang-zh .company-index .example-parts--blockquote {
  padding: 30px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .layout__main .example-parts--blockquote, .lang-en .ir .example-parts--blockquote, .lang-en .about .example-parts--blockquote, .lang-zh .company-index .example-parts--blockquote {
    padding: 15px;
  }
}
.layout__main p, .lang-en .ir p, .lang-en .about p, .lang-zh .company-index p {
  font-size: 1.14rem;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .layout__main p, .lang-en .ir p, .lang-en .about p, .lang-zh .company-index p {
    font-size: 1rem;
  }
}
.layout__main table th, .layout__main table td, .lang-en .ir table th, .lang-en .ir table td, .lang-en .about table th, .lang-en .about table td, .lang-zh .company-index table th, .lang-zh .company-index table td {
  font-size: 1.07rem;
}
@media only screen and (max-width: 768px) {
  .layout__main table th, .layout__main table td, .lang-en .ir table th, .lang-en .ir table td, .lang-en .about table th, .lang-en .about table td, .lang-zh .company-index table th, .lang-zh .company-index table td {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .layout__main .table1, .lang-en .ir .table1, .lang-en .about .table1, .lang-zh .company-index .table1 {
    overflow: auto;
  }
}
.layout__main .table1 h2, .lang-en .ir .table1 h2, .lang-en .about .table1 h2, .lang-zh .company-index .table1 h2 {
  background: #222;
  font-size: 1rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .layout__main .table1 h2, .lang-en .ir .table1 h2, .lang-en .about .table1 h2, .lang-zh .company-index .table1 h2 {
    min-width: 640px;
    line-height: 41px;
  }
}
.layout__main .table1 table, .lang-en .ir .table1 table, .lang-en .about .table1 table, .lang-zh .company-index .table1 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 .table1 table, .lang-en .ir .table1 table, .lang-en .about .table1 table, .lang-zh .company-index .table1 table {
    min-width: 640px;
    margin: 0 0 25px 0;
  }
}
.layout__main .table1 table td, .layout__main .table1 table th, .lang-en .ir .table1 table td, .lang-en .ir .table1 table th, .lang-en .about .table1 table td, .lang-en .about .table1 table th, .lang-zh .company-index .table1 table td, .lang-zh .company-index .table1 table th {
  padding: 18px 20px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .table1 table td, .layout__main .table1 table th, .lang-en .ir .table1 table td, .lang-en .ir .table1 table th, .lang-en .about .table1 table td, .lang-en .about .table1 table th, .lang-zh .company-index .table1 table td, .lang-zh .company-index .table1 table th {
    padding: 13px 15px;
  }
}
.layout__main .table1 table th, .lang-en .ir .table1 table th, .lang-en .about .table1 table th, .lang-zh .company-index .table1 table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.layout__main .table1 table td.map, .lang-en .ir .table1 table td.map, .lang-en .about .table1 table td.map, .lang-zh .company-index .table1 table td.map {
  text-align: center;
}
.layout__main .table1 table td.map a, .lang-en .ir .table1 table td.map a, .lang-en .about .table1 table td.map a, .lang-zh .company-index .table1 table td.map a {
  border-bottom: 1px solid #222;
}
.layout__main .table1 table td.map a:hover, .lang-en .ir .table1 table td.map a:hover, .lang-en .about .table1 table td.map a:hover, .lang-zh .company-index .table1 table td.map a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .layout__main .table2, .lang-en .ir .table2, .lang-en .about .table2, .lang-zh .company-index .table2 {
    overflow: auto;
  }
}
.layout__main .table2 table, .lang-en .ir .table2 table, .lang-en .about .table2 table, .lang-zh .company-index .table2 table {
  width: 100%;
  margin: 0 0 60px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .table2 table, .lang-en .ir .table2 table, .lang-en .about .table2 table, .lang-zh .company-index .table2 table {
    min-width: 640px;
    margin: 0 0 25px 0;
  }
}
.layout__main .table2 table td, .layout__main .table2 table th, .lang-en .ir .table2 table td, .lang-en .ir .table2 table th, .lang-en .about .table2 table td, .lang-en .about .table2 table th, .lang-zh .company-index .table2 table td, .lang-zh .company-index .table2 table th {
  padding: 18px 20px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .table2 table td, .layout__main .table2 table th, .lang-en .ir .table2 table td, .lang-en .ir .table2 table th, .lang-en .about .table2 table td, .lang-en .about .table2 table th, .lang-zh .company-index .table2 table td, .lang-zh .company-index .table2 table th {
    padding: 13px 15px;
  }
}
.layout__main .table2 table th, .lang-en .ir .table2 table th, .lang-en .about .table2 table th, .lang-zh .company-index .table2 table th {
  background: #f5f5f5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .layout__main .table3, .lang-en .ir .table3, .lang-en .about .table3, .lang-zh .company-index .table3 {
    overflow: auto;
  }
}
.layout__main .table3 table, .lang-en .ir .table3 table, .lang-en .about .table3 table, .lang-zh .company-index .table3 table {
  width: 100%;
  margin: 0 0 60px 0;
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .table3 table, .lang-en .ir .table3 table, .lang-en .about .table3 table, .lang-zh .company-index .table3 table {
    min-width: 640px;
    margin: 0 0 25px 0;
  }
}
.layout__main .table3 table td, .layout__main .table3 table th, .lang-en .ir .table3 table td, .lang-en .ir .table3 table th, .lang-en .about .table3 table td, .lang-en .about .table3 table th, .lang-zh .company-index .table3 table td, .lang-zh .company-index .table3 table th {
  padding: 18px 20px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .table3 table td, .layout__main .table3 table th, .lang-en .ir .table3 table td, .lang-en .ir .table3 table th, .lang-en .about .table3 table td, .lang-en .about .table3 table th, .lang-zh .company-index .table3 table td, .lang-zh .company-index .table3 table th {
    padding: 13px 15px;
  }
}
.layout__main .table3 table th, .lang-en .ir .table3 table th, .lang-en .about .table3 table th, .lang-zh .company-index .table3 table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.layout__main .table3 table th.year, .lang-en .ir .table3 table th.year, .lang-en .about .table3 table th.year, .lang-zh .company-index .table3 table th.year {
  background: #e1e1e1;
}
@media only screen and (max-width: 768px) {
  .layout__main .table4, .lang-en .ir .table4, .lang-en .about .table4, .lang-zh .company-index .table4 {
    overflow: auto;
  }
}
.layout__main .table4 table, .lang-en .ir .table4 table, .lang-en .about .table4 table, .lang-zh .company-index .table4 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 .table4 table, .lang-en .ir .table4 table, .lang-en .about .table4 table, .lang-zh .company-index .table4 table {
    min-width: 640px;
    margin: 0 0 25px 0;
  }
}
.layout__main .table4 table td, .layout__main .table4 table th, .lang-en .ir .table4 table td, .lang-en .ir .table4 table th, .lang-en .about .table4 table td, .lang-en .about .table4 table th, .lang-zh .company-index .table4 table td, .lang-zh .company-index .table4 table th {
  padding: 18px 20px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .table4 table td, .layout__main .table4 table th, .lang-en .ir .table4 table td, .lang-en .ir .table4 table th, .lang-en .about .table4 table td, .lang-en .about .table4 table th, .lang-zh .company-index .table4 table td, .lang-zh .company-index .table4 table th {
    padding: 13px 15px;
  }
}
.layout__main .table4 table th, .lang-en .ir .table4 table th, .lang-en .about .table4 table th, .lang-zh .company-index .table4 table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.layout__main .table4 table td.data, .lang-en .ir .table4 table td.data, .lang-en .about .table4 table td.data, .lang-zh .company-index .table4 table td.data {
  text-align: center;
}
.layout__main .table2 th a,
.layout__main .table2 td a,
.layout__main .table3 th a,
.layout__main .table3 td a,
.layout__main .table4 th a,
.layout__main .table4 td a, .lang-en .ir .table2 th a,
.lang-en .ir .table2 td a,
.lang-en .ir .table3 th a,
.lang-en .ir .table3 td a,
.lang-en .ir .table4 th a,
.lang-en .ir .table4 td a, .lang-en .about .table2 th a,
.lang-en .about .table2 td a,
.lang-en .about .table3 th a,
.lang-en .about .table3 td a,
.lang-en .about .table4 th a,
.lang-en .about .table4 td a, .lang-zh .company-index .table2 th a,
.lang-zh .company-index .table2 td a,
.lang-zh .company-index .table3 th a,
.lang-zh .company-index .table3 td a,
.lang-zh .company-index .table4 th a,
.lang-zh .company-index .table4 td a {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid #222;
}
.layout__main .table2 th a:hover,
.layout__main .table2 td a:hover,
.layout__main .table3 th a:hover,
.layout__main .table3 td a:hover,
.layout__main .table4 th a:hover,
.layout__main .table4 td a:hover, .lang-en .ir .table2 th a:hover,
.lang-en .ir .table2 td a:hover,
.lang-en .ir .table3 th a:hover,
.lang-en .ir .table3 td a:hover,
.lang-en .ir .table4 th a:hover,
.lang-en .ir .table4 td a:hover, .lang-en .about .table2 th a:hover,
.lang-en .about .table2 td a:hover,
.lang-en .about .table3 th a:hover,
.lang-en .about .table3 td a:hover,
.lang-en .about .table4 th a:hover,
.lang-en .about .table4 td a:hover, .lang-zh .company-index .table2 th a:hover,
.lang-zh .company-index .table2 td a:hover,
.lang-zh .company-index .table3 th a:hover,
.lang-zh .company-index .table3 td a:hover,
.lang-zh .company-index .table4 th a:hover,
.lang-zh .company-index .table4 td a:hover {
  border-bottom-color: transparent;
}
@media only screen and (max-width: 768px) {
  .layout__main .table5, .lang-en .ir .table5, .lang-en .about .table5, .lang-zh .company-index .table5 {
    overflow: auto;
  }
}
.layout__main .table5 h2, .lang-en .ir .table5 h2, .lang-en .about .table5 h2, .lang-zh .company-index .table5 h2 {
  width: 80%;
  background: #808080;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .layout__main .table5 h2, .lang-en .ir .table5 h2, .lang-en .about .table5 h2, .lang-zh .company-index .table5 h2 {
    width: 100%;
    line-height: 41px;
  }
}
.layout__main .table5 table, .lang-en .ir .table5 table, .lang-en .about .table5 table, .lang-zh .company-index .table5 table {
  width: 80%;
  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 .table5 table, .lang-en .ir .table5 table, .lang-en .about .table5 table, .lang-zh .company-index .table5 table {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.layout__main .table5 table td, .layout__main .table5 table th, .lang-en .ir .table5 table td, .lang-en .ir .table5 table th, .lang-en .about .table5 table td, .lang-en .about .table5 table th, .lang-zh .company-index .table5 table td, .lang-zh .company-index .table5 table th {
  padding: 12px 20px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .layout__main .table5 table td, .layout__main .table5 table th, .lang-en .ir .table5 table td, .lang-en .ir .table5 table th, .lang-en .about .table5 table td, .lang-en .about .table5 table th, .lang-zh .company-index .table5 table td, .lang-zh .company-index .table5 table th {
    padding: 13px 15px;
  }
}
.layout__main .table5 table th, .lang-en .ir .table5 table th, .lang-en .about .table5 table th, .lang-zh .company-index .table5 table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.layout__main .table5 table td, .layout__main .table5 table td.map, .lang-en .ir .table5 table td.map, .lang-en .about .table5 table td.map, .lang-zh .company-index .table5 table td.map {
  text-align: center;
}
.layout__main .table5 table td.map a, .lang-en .ir .table5 table td.map a, .lang-en .about .table5 table td.map a, .lang-zh .company-index .table5 table td.map a {
  border-bottom: 1px solid #222;
}
.layout__main .table5 table td.map a:hover, .lang-en .ir .table5 table td.map a:hover, .lang-en .about .table5 table td.map a:hover, .lang-zh .company-index .table5 table td.map a:hover {
  border-bottom: none;
}
.layout__main .midashi1, .lang-en .ir .midashi1, .lang-en .about .midashi1, .lang-zh .company-index .midashi1 {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi1, .lang-en .ir .midashi1, .lang-en .about .midashi1, .lang-zh .company-index .midashi1 {
    margin-bottom: 25px;
  }
}
.layout__main .midashi1 h2, .lang-en .ir .midashi1 h2, .lang-en .about .midashi1 h2, .lang-zh .company-index .midashi1 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 .midashi1 h2, .lang-en .ir .midashi1 h2, .lang-en .about .midashi1 h2, .lang-zh .company-index .midashi1 h2 {
    padding-bottom: 8px;
    font-size: 1.5rem;
  }
}
.layout__main .no-border h2, .lang-en .ir .no-border h2, .lang-en .about .no-border h2, .lang-zh .company-index .no-border h2 {
  padding: 0;
  border-bottom: none;
}
.layout__main .midashi2, .lang-en .ir .midashi2, .lang-en .about .midashi2, .lang-zh .company-index .midashi2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi2, .lang-en .ir .midashi2, .lang-en .about .midashi2, .lang-zh .company-index .midashi2 {
    margin-bottom: 25px;
  }
}
.layout__main .midashi2 h3, .lang-en .ir .midashi2 h3, .lang-en .about .midashi2 h3, .lang-zh .company-index .midashi2 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 .midashi2 h3, .lang-en .ir .midashi2 h3, .lang-en .about .midashi2 h3, .lang-zh .company-index .midashi2 h3 {
    font-size: 1.25rem;
  }
}
.layout__main .midashi3, .lang-en .ir .midashi3, .lang-en .about .midashi3, .lang-zh .company-index .midashi3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi3, .lang-en .ir .midashi3, .lang-en .about .midashi3, .lang-zh .company-index .midashi3 {
    margin-bottom: 10px;
  }
}
.layout__main .midashi3 p, .lang-en .ir .midashi3 p, .lang-en .about .midashi3 p, .lang-zh .company-index .midashi3 p {
  margin: 0 0 0 0;
  font-size: 1.43rem;
  font-weight: bold;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi3 p, .lang-en .ir .midashi3 p, .lang-en .about .midashi3 p, .lang-zh .company-index .midashi3 p {
    font-size: 1.25rem;
  }
}
.layout__main .midashi4 p, .lang-en .ir .midashi4 p, .lang-en .about .midashi4 p, .lang-zh .company-index .midashi4 p {
  margin: 0 0 10px;
  font-size: 1.14rem;
  font-weight: bold;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi4 p, .lang-en .ir .midashi4 p, .lang-en .about .midashi4 p, .lang-zh .company-index .midashi4 p {
    font-size: 1.08rem;
  }
}
.layout__main .list1, .lang-en .ir .list1, .lang-en .about .list1, .lang-zh .company-index .list1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list1, .lang-en .ir .list1, .lang-en .about .list1, .lang-zh .company-index .list1 {
    margin-bottom: 10px;
  }
}
.layout__main .list1 li, .lang-en .ir .list1 li, .lang-en .about .list1 li, .lang-zh .company-index .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, .lang-en .ir .list1 li strong:first-of-type, .lang-en .about .list1 li strong:first-of-type, .lang-zh .company-index .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, .lang-en .ir .list1 li, .lang-en .about .list1 li, .lang-zh .company-index .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 .list2, .lang-en .ir .list2, .lang-en .about .list2, .lang-zh .company-index .list2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list2, .lang-en .ir .list2, .lang-en .about .list2, .lang-zh .company-index .list2 {
    margin-bottom: 10px;
  }
}
.layout__main .list2 li, .lang-en .ir .list2 li, .lang-en .about .list2 li, .lang-zh .company-index .list2 li {
  margin: 0 0 17px 0;
  padding: 0 0 0 20px;
  background: url("../images/common/contents-link-arrow-2x.png") no-repeat;
  background-size: 7px 14px;
  background-position: top 3px left 0;
  line-height: 1.4;
  font-size: 1.14rem;
}
@media only screen and (max-width: 768px) {
  .layout__main .list2 li, .lang-en .ir .list2 li, .lang-en .about .list2 li, .lang-zh .company-index .list2 li {
    margin: 0 0 11px 0;
    padding: 0 0 0 18px;
    background-size: 6px 12px;
    background-position: top 2px left 7px;
    line-height: 1.6;
    font-size: 1rem;
  }
}
.layout__main .list3, .lang-en .ir .list3, .lang-en .about .list3, .lang-zh .company-index .list3 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list3, .lang-en .ir .list3, .lang-en .about .list3, .lang-zh .company-index .list3 {
    margin-bottom: 10px;
  }
}
.layout__main .list3 li, .lang-en .ir .list3 li, .lang-en .about .list3 li, .lang-zh .company-index .list3 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;
  font-size: 1.14rem;
}
@media only screen and (max-width: 768px) {
  .layout__main .list3 li, .lang-en .ir .list3 li, .lang-en .about .list3 li, .lang-zh .company-index .list3 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 .list4, .lang-en .ir .list4, .lang-en .about .list4, .lang-zh .company-index .list4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list4, .lang-en .ir .list4, .lang-en .about .list4, .lang-zh .company-index .list4 {
    margin-bottom: 10px;
  }
}
.layout__main .list4 ol, .lang-en .ir .list4 ol, .lang-en .about .list4 ol, .lang-zh .company-index .list4 ol {
  list-style: decimal;
}
.layout__main .list4 li, .lang-en .ir .list4 li, .lang-en .about .list4 li, .lang-zh .company-index .list4 li {
  margin: 0 0 17px 16px;
  line-height: 1.4;
  font-size: 1.14rem;
}
@media only screen and (max-width: 768px) {
  .layout__main .list4 li, .lang-en .ir .list4 li, .lang-en .about .list4 li, .lang-zh .company-index .list4 li {
    line-height: 1.6;
    font-size: 1rem;
  }
}
.layout__main .list4 ol.list_parentheses, .lang-en .ir .list4 ol.list_parentheses, .lang-en .about .list4 ol.list_parentheses, .lang-zh .company-index .list4 ol.list_parentheses {
  padding: 0;
  margin: 18px 0 18px 0;
}
.layout__main .list4 ol.list_parentheses li, .lang-en .ir .list4 ol.list_parentheses li, .lang-en .about .list4 ol.list_parentheses li, .lang-zh .company-index .list4 ol.list_parentheses li {
  margin: 0 0 14px 0;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  font-size: 1.08rem;
}
@media only screen and (max-width: 768px) {
  .layout__main .list4 ol.list_parentheses li, .lang-en .ir .list4 ol.list_parentheses li, .lang-en .about .list4 ol.list_parentheses li, .lang-zh .company-index .list4 ol.list_parentheses li {
    font-size: 1rem;
  }
}
.layout__main .list4 ol.list_parentheses li::before, .lang-en .ir .list4 ol.list_parentheses li::before, .lang-en .about .list4 ol.list_parentheses li::before, .lang-zh .company-index .list4 ol.list_parentheses li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.layout__main .list5, .lang-en .ir .list5, .lang-en .about .list5, .lang-zh .company-index .list5 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list5, .lang-en .ir .list5, .lang-en .about .list5, .lang-zh .company-index .list5 {
    margin-bottom: 10px;
  }
}
.layout__main .list5 li, .lang-en .ir .list5 li, .lang-en .about .list5 li, .lang-zh .company-index .list5 li {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.4;
  text-align: right;
  font-size: 1.14rem;
}
@media only screen and (max-width: 768px) {
  .layout__main .list5 li, .lang-en .ir .list5 li, .lang-en .about .list5 li, .lang-zh .company-index .list5 li {
    line-height: 1.6;
    font-size: 1rem;
  }
}
.layout__main .list6, .lang-en .ir .list6, .lang-en .about .list6, .lang-zh .company-index .list6 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .layout__main .list6, .lang-en .ir .list6, .lang-en .about .list6, .lang-zh .company-index .list6 {
    margin-bottom: 10px;
  }
}
.layout__main .list6 li, .lang-en .ir .list6 li, .lang-en .about .list6 li, .lang-zh .company-index .list6 li {
  margin: 0 0 12px 1em;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .list6 li, .lang-en .ir .list6 li, .lang-en .about .list6 li, .lang-zh .company-index .list6 li {
    line-height: 1.7;
  }
}
.layout__main .list6 li::before, .lang-en .ir .list6 li::before, .lang-en .about .list6 li::before, .lang-zh .company-index .list6 li::before {
  content: "※";
  margin-left: -1em;
}
.layout__main .install-adobe, .lang-en .ir .install-adobe, .lang-en .about .install-adobe, .lang-zh .company-index .install-adobe {
  margin: 40px 0 60px;
  padding: 20px;
  background: #f5f5f5;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .layout__main .install-adobe, .lang-en .ir .install-adobe, .lang-en .about .install-adobe, .lang-zh .company-index .install-adobe {
    flex-direction: column;
    margin: 25px 0 30px;
    padding: 20px 15px;
  }
}
.layout__main .install-adobe p, .lang-en .ir .install-adobe p, .lang-en .about .install-adobe p, .lang-zh .company-index .install-adobe p {
  margin-left: 20px;
  line-height: 1.6;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .layout__main .install-adobe p, .lang-en .ir .install-adobe p, .lang-en .about .install-adobe p, .lang-zh .company-index .install-adobe p {
    margin: 15px 0 0;
  }
}
.layout__main .pdf-image a,
.layout__main .pdf-image a:after, .lang-en .ir .pdf-image a,
.lang-en .ir .pdf-image a:after, .lang-en .about .pdf-image a,
.lang-en .about .pdf-image a:after, .lang-zh .company-index .pdf-image a,
.lang-zh .company-index .pdf-image a: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;
}
.layout__main .pdf-image a:after, .lang-en .ir .pdf-image a:after, .lang-en .about .pdf-image a:after, .lang-zh .company-index .pdf-image a:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  right: 115%;
  width: 130%;
  height: 100%;
  background: #222;
  transform: skewX(-30deg);
}
.layout__main .pdf-image a:hover, .lang-en .ir .pdf-image a:hover, .lang-en .about .pdf-image a:hover, .lang-zh .company-index .pdf-image a:hover {
  color: #fff;
}
.layout__main .pdf-image a:hover:after, .lang-en .ir .pdf-image a:hover:after, .lang-en .about .pdf-image a:hover:after, .lang-zh .company-index .pdf-image a:hover:after {
  -webkit-transform: translate(100%) skewX(-30deg);
  -moz-transform: translate(100%) skewX(-30deg);
  transform: translate(100%) skewX(-30deg);
  background: #222;
}
.layout__main .pdf-image a, .lang-en .ir .pdf-image a, .lang-en .about .pdf-image a, .lang-zh .company-index .pdf-image a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
}
@media only screen and (max-width: 768px) {
  .layout__main .pdf-image a, .lang-en .ir .pdf-image a, .lang-en .about .pdf-image a, .lang-zh .company-index .pdf-image a {
    padding: 6px 18px;
    background-size: 16px 16px;
    background-position: center right 20px;
  }
}
.layout__main .pdf-image a:before, .lang-en .ir .pdf-image a:before, .lang-en .about .pdf-image a:before, .lang-zh .company-index .pdf-image a:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  background: url("../images/common/news-icon-pdf-2x.png") no-repeat;
  background-size: 31px 31px;
}
@media only screen and (max-width: 768px) {
  .layout__main .pdf-image a:before, .lang-en .ir .pdf-image a:before, .lang-en .about .pdf-image a:before, .lang-zh .company-index .pdf-image a:before {
    width: 15px;
    height: 15px;
    right: 15px;
    background-size: 15px auto;
  }
}
.layout__main .pdf-image a .text, .lang-en .ir .pdf-image a .text, .lang-en .about .pdf-image a .text, .lang-zh .company-index .pdf-image a .text {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .layout__main .pdf-image a .text, .lang-en .ir .pdf-image a .text, .lang-en .about .pdf-image a .text, .lang-zh .company-index .pdf-image a .text {
    margin-left: 20px;
    font-size: 0.91rem;
  }
}
.layout__main .pdf-image a .text p, .lang-en .ir .pdf-image a .text p, .lang-en .about .pdf-image a .text p, .lang-zh .company-index .pdf-image a .text p {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .layout__main .pdf-image a img, .lang-en .ir .pdf-image a img, .lang-en .about .pdf-image a img, .lang-zh .company-index .pdf-image a img {
    width: 25px;
  }
}
.layout__main .pdf-image a h3, .lang-en .ir .pdf-image a h3, .lang-en .about .pdf-image a h3, .lang-zh .company-index .pdf-image a h3 {
  margin-bottom: 16px;
  font-size: 1.14rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .layout__main .pdf-image a h3, .lang-en .ir .pdf-image a h3, .lang-en .about .pdf-image a h3, .lang-zh .company-index .pdf-image a h3 {
    margin-bottom: 4px;
    font-size: 1.08rem;
  }
}
.layout__main .image-center, .lang-en .ir .image-center, .lang-en .about .image-center, .lang-zh .company-index .image-center {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .layout__main .image-center, .lang-en .ir .image-center, .lang-en .about .image-center, .lang-zh .company-index .image-center {
    margin-bottom: 10px;
  }
}
.layout__main .image-center p, .lang-en .ir .image-center p, .lang-en .about .image-center p, .lang-zh .company-index .image-center p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .layout__main .image-center p img, .lang-en .ir .image-center p img, .lang-en .about .image-center p img, .lang-zh .company-index .image-center p img {
    width: 100%;
  }
}
.layout__main .naiyo--wrap, .lang-en .ir .naiyo--wrap, .lang-en .about .naiyo--wrap, .lang-zh .company-index .naiyo--wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .layout__main .naiyo--wrap, .lang-en .ir .naiyo--wrap, .lang-en .about .naiyo--wrap, .lang-zh .company-index .naiyo--wrap {
    margin-bottom: 30px;
  }
}

/*----------------------------------------
 *        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;
}
@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 .midashi2 h3::before, .product__categorie .midashi2 h3::before {
  content: " ";
  float: left;
  position: relative;
  left: -9px;
  width: 12px;
  height: 20px;
  background: #e91d25;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
@media only screen and (max-width: 768px) {
  .layout__main .midashi2 h3::before, .product__categorie .midashi2 h3::before {
    width: 9px;
    height: 15px;
  }
}
.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, .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 {
  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, .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 {
    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: 20px;
  }
}
.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, .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 {
  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, .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 {
    padding-bottom: 8px;
    font-size: 1.5rem;
  }
}
.layout__main .network1 h2 {
  padding: 5px;
  font-size: 1.86rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  background: #808080
}
@media only screen and (max-width: 768px) {
  .layout__main .network1 h2 {
    padding-bottom: 8px;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.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 {
  position: relative;
  margin-left: 13px;
  font-size: 1.42rem;
  font-weight: bold;
  color: #222;
}
@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 h3::before, .layout__main .memo2 h3::before, .product__categorie .memo1 h3::before, .product__categorie .memo2 h3::before {
  content: " ";
  float: left;
  position: relative;
  left: -9px;
  width: 12px;
  height: 20px;
  background: #e91d25;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
@media only screen and (max-width: 768px) {
  .layout__main .memo1 h3::before, .layout__main .memo2 h3::before, .product__categorie .memo1 h3::before, .product__categorie .memo2 h3::before {
    width: 9px;
    height: 15px;
  }
}
.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, .product__categorie .vali1 caption, .product__categorie .vali2 caption, .product__categorie .vali3 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, .product__categorie .vali1 caption, .product__categorie .vali2 caption, .product__categorie .vali3 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;
}
.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--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--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--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--dxf:hover {
    color: #929497;
  }
}

.btn-product, .btn-product--inquiry, .btn-product--catalogue, .btn-product--office, .btn-product--movie, .btn-product--dxf, .btn-product::after, .btn-product--inquiry::after, .btn-product--catalogue::after, .btn-product--office::after, .btn-product--movie::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--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--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--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--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--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;
}
