@charset "UTF-8";

/* ==========================================================================
   Page
   ========================================================================== */


/* Home
-------------------------------------------------------- */

.home-hero {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.home-hero::before {
  z-index: 2;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/common/dot.png) repeat;
}

.home-hero::before,
.catch-copy,
.main-visual video {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.catch-copy {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
  z-index: 3;
  top: 115px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  -webkit-font-smoothing: inherit;
}

.catch-copy span {
  text-shadow: 1px 1px 20px #000;
}

.catch-copy .bold {
  font-weight: 600;
  margin-right: .25em;
}

.catch-copy .block {
  display: block;
}

.main-visual video {
  z-index: 0;
  top: 0;
  left: 50%;
  width: 1600px;
  height: 400px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sp-main-visual {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  height: 420px;
}

@media screen and (min-width: 100em) {
  .main-visual video {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 53.75em) {
  .catch-copy {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

@media screen and (max-width: 48em) {
  .main-visual {
    display: none;
  }
  .sp-main-visual {
    display: block;
  }
}

@media screen and (max-width: 45em) {
  .catch-copy {
    top: 120px;
  }
}

@media screen and (max-width: 40em) {
  .home-hero {
    height: 420px;
  }
  .catch-copy {
    font-size: 3.5rem;
    top: 140px;
  }
}

@media screen and (max-width: 28.125em) {
  .catch-copy {
    top: 120px;
  }
}

@media screen and (max-width: 25.875em) {
  .home-hero {
    height: 270px;
  }
  .catch-copy {
    font-size: 3rem;
    top: 55px;
    text-align: left;
  }
}

@media screen and (max-width: 20em) {
  .catch-copy {
    top: 55px;
  }
}


/* appeal */

.section-home-appeal .inner {
  text-align: center;
}

.section-home-appeal .title {
  padding-top: 1em;
}

.section-home-appeal .text {
  padding-bottom: 2.5em;
}

@media screen and (max-width: 48em) {
  .section-home-appeal br {
    display: none;
  }
  .section-home-appeal .inner {
    text-align: left;
  }
}


/* products */

.section-home-products {
  padding-top: 2.5em;
  padding-bottom: 3em;
  text-align: center;
}

.section-home-products .title-l {
  text-align: center;
}

.section-home-products .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: -1em;
}

.section-home-products .items::after {
  content: "";
  display: block;
  width: 306px;
}

.section-home-products .item {
  position: relative;
  width: 306px;
  text-align: left;
  margin-bottom: 1.5em;
  border: 1px solid #dadada;
}

.section-home-products .thumb {
  position: relative;
  overflow: hidden;
}

.section-home-products .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s;
}

.section-home-products .item a:hover .thumb:after {
  box-shadow: 0 0 0 3px #d2a116 inset;
  -webkit-transition: .3s cubic-bezier(.1, .8, .35, 1);
  transition: .3s cubic-bezier(.1, .8, .35, 1);
}

.section-home-products .item a:hover img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.section-home-products .item .thumb img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  width: 100%;
  display: block;
}

.section-home-products .item a {
  display: block;
  height: 100%;
  overflow: hidden;
}

.section-home-products .item a:hover .name {
  color: #d2a116;
}

.section-home-products .body {
  padding: 1em 1em 1.2em;
}

.section-home-products .body p {
  line-height: 1.6;
}

.section-home-products .name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .25em;
  text-decoration: underline;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-home-products p {
  color: #353535;
}

.section-home-products .btn {
  font-size: 18px;
  display: block;
  max-width: 330px;
  margin: 20px auto 0;
  text-align: center;
}

.section-home-products .btn .fa::before {
  right: 16px;
}

@media screen and (max-width: 65em) {
  .section-home-products .items::after {
    width: 32%;
  }
  .section-home-products .item {
    width: 32%;
  }
}

@media screen and (max-width: 48em) {
  .section-home-products .title-l,
  .section-home-products .lead {
    text-align: left;
  }
  .section-home-products .lead br {
    display: none;
  }
  .section-home-products .item {
    width: 49%;
    margin-bottom: 1em;
  }
  .section-home-products .btn {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
  }
  .section-home-products .btn .text {
    padding: 6px 0;
  }
}

@media screen and (max-width: 35em) {
  .section-home-products .item {
    width: 100%;
  }
  .section-home-products .item:nth-child(7),
  .section-home-products .item:nth-child(8),
  .section-home-products .item:nth-child(9),
  .section-home-products .item:nth-child(10),
  .section-home-products .item:nth-child(11),
  .section-home-products .item:nth-child(12) {
    display: none;
  }
  .section-home-products .btn {
    max-width: 100%;
  }
}


/* case */

.section-home-case {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 3em;
  text-align: center;
  background: url(../images/home/bg-case.jpg) no-repeat center;
  background-size: cover;
}

.section-home-case::before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/common/dot.png) repeat;
}

.section-home-case .inner {
  position: relative;
  z-index: 1;
}

.section-home-case .title-l {
  text-align: center;
  color: #fff;
}

.section-home-case .lead {
  font-weight: bold;
  color: #fff;
}

.section-home-case .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: -.8em;
}

.section-home-case .item {
  width: 49%;
  text-align: left;
  border: 1px solid #dadada;
  margin-bottom: 1.5em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-home-case .item:hover {
  border-color: #d2a116;
}

.section-home-case .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff;
}

.section-home-case .item a:hover .name {
  color: #d2a116;
}

.section-home-case .thumb {
  position: relative;
  overflow: hidden;
  width: 29.5%;
}

.section-home-case .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s;
}

.section-home-case .item a:hover .thumb:after {
  box-shadow: 0 0 0 2px #d2a116 inset;
  -webkit-transition: .3s cubic-bezier(.1, .8, .35, 1);
  transition: .3s cubic-bezier(.1, .8, .35, 1);
}

.section-home-case .body {
  padding: 1em;
  width: 70.5%;
}

.section-home-case .body p {
  line-height: 1.6;
}

.section-home-case .name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .25em;
  text-decoration: underline;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-home-case .name .fa {
  display: inline-block;
  color: #fff;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1.1;
  background: #d2a116;
  margin-top: -2px;
  vertical-align: middle;
  margin-right: .5em;
  padding-left: 1px;
  font-size: 14px;
}

.section-home-case .name .fa::before {
  display: block;
}

.section-home-case p {
  color: #353535;
}

.section-home-case .btn {
  font-size: 18px;
  display: block;
  max-width: 330px;
  margin: 20px auto 0;
  text-align: center;
  background: #fff;
}

.section-home-case .btn .fa::before {
  right: 16px;
}

.section-home-case .hover-border-top,
.section-home-case .hover-border-bottom {
  height: 2px;
}

.section-home-case .hover-border-right,
.section-home-case .hover-border-left {
  width: 2px;
}

@media screen and (max-width: 56.25em) {
  .section-home-case .items {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-home-case .item {
    width: 100%;
    margin-bottom: 1em;
  }
  .section-home-case .item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-home-case .btn {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
  }
  .section-home-case .btn .text {
    padding: 6px 0;
  }
}

@media screen and (max-width: 48em) {
  .section-home-case .title-l,
  .section-home-case .lead {
    text-align: left;
  }
  .section-home-case .lead br {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  .section-home-case .body p {
    display: none;
  }
  .section-home-case .btn {
    max-width: 100%;
  }
}


/* labo */

.section-home-labo {
  padding-top: 2.5em;
  padding-bottom: 3em;
  text-align: center;
  background: url(../images/home/bg-labo.png) no-repeat center;
  background-size: cover;
}

.section-home-labo .title-l {
  text-align: center;
}

.section-home-labo .entry-title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: .5em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-home-labo .body {
  padding: .5em 1em 1.2em;
  border-width: 0 1px 1px;
  background: #fff;
}

.section-home-labo .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: -.8em;
}

.section-home-labo .item {
  position: relative;
  width: 49%;
  text-align: left;
  margin-bottom: 1.5em;
}

.section-home-labo .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s;
}

.section-home-labo .item a:hover .thumb:after {
  box-shadow: 0 0 0 4px #d2a116 inset;
  -webkit-transition: .3s cubic-bezier(.1, .8, .35, 1);
  transition: .3s cubic-bezier(.1, .8, .35, 1);
}

.section-home-labo .thumb {
  position: relative;
  overflow: hidden;
}

.section-home-labo .item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-home-labo .item .thumb img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  width: 100%;
  display: block;
}

.section-home-labo .item a {
  display: block;
}

.section-home-labo .item a:hover .entry-title {
  color: #d2a116;
}

.section-home-labo .btn {
  font-size: 18px;
  display: block;
  max-width: 330px;
  margin: 20px auto 0;
  text-align: center;
}

.section-home-labo .btn .fa::before {
  right: 16px;
}

@media screen and (max-width: 48em) {
  .section-home-labo {
    background: #fff;
  }
  .section-home-labo .title-l,
  .section-home-labo .lead {
    text-align: left;
  }
  .section-home-labo .lead br {
    display: none;
  }
  .section-home-labo .items {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-home-labo .btn {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
  }
  .section-home-labo .btn .text {
    padding: 6px 0;
  }
}

@media screen and (max-width: 30em) {
  .section-home-labo .item {
    width: 100%;
    margin-bottom: 1em;
  }
  .section-home-labo .btn {
    max-width: 100%;
  }
}


/* Light O Rama */

.section-home-lor {
  display: block;
  padding-top: 5em;
  padding-bottom: 4em;
  text-align: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-home-lor:hover {
  opacity: .6;
}

.section-home-lor .more {
  margin-top: 1.25em;
  line-height: 1;
  color: #333;
}

.section-home-lor .more span {
  text-decoration: underline;
}

.section-home-lor .more .fa {
  margin-right: .5em;
}

@media screen and (max-width: 40em) {
  .section-home-lor {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}


/* about */

.section-home-about .inner {
  clear: both;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
}

.home-about-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -1.5em;
}

.home-about-items .item {
  width: 49%;
  margin-bottom: 1.5em;
}

.section-home-about a {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  color: #333;
}

.section-home-about .thumb,
.section-home-about .body {
  display: table-cell;
  vertical-align: top;
}

.section-home-about .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s;
}

.section-home-about .item a:hover .thumb:after {
  box-shadow: 0 0 0 3px #d2a116 inset;
  -webkit-transition: .3s cubic-bezier(.1, .8, .35, 1);
  transition: .3s cubic-bezier(.1, .8, .35, 1);
}

.section-home-about .thumb {
  position: relative;
  overflow: hidden;
  width: 160px;
}

.section-home-about .thumb img {
  width: 100%;
}

.section-home-about .body {
  padding: 25px 20px;
  background: #fff;
}

.section-home-about h2 {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: .5em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-home-about h2 .fa {
  display: inline-block;
  color: #d2a116;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 8px;
}

.section-home-about a:hover h2 {
  color: #d2a116;
}

@media screen and (max-width: 56.25em) {
  .home-about-items {
    max-width: 640px;
    margin: auto;
  }
  .home-about-items .item {
    width: 100%;
  }
  .section-home-about p br {
    display: none;
  }
}

@media screen and (max-width: 49.125em) {
  .home-about-items {
    width: 100%;
  }
  .section-home-about .title br {
    display: none;
  }
}

@media screen and (max-width: 43.125em) {
  .section-home-about h2 {
    font-size: 1.2rem;
  }
  .section-home-about h2 .fa {
    margin-top: -5px;
  }
}

@media screen and (max-width: 30em) {
  .home-about-items,
  .home-about-items .item {
    margin-bottom: 0;
  }
  .home-about-items {
    padding: .8em 1em;
    background: #fff;
  }
  .home-about-items .item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .home-about-items .item a {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .section-home-about .thumb {
    width: 25%;
  }
  .section-home-about .body {
    padding: .5em 0 0 1em;
  }
  .section-home-about a span:before,
  .section-home-about a span:after {
    content: none;
  }
}

.section-home-news-area .inner {
  clear: both;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
}

.section-home-news-area .title {
  padding-bottom: .156em;
  text-align: center;
  border-bottom: 1px solid #dadada;
}

.section-home-news-area .btn {
  font-size: 18px;
  display: block;
  float: right;
  width: 200px;
  margin: 20px auto 0;
  text-align: center;
}

.section-home-news-area .btn .fa::before {
  right: 16px;
}

@media screen and (max-width: 52.5em) {
  .section-home-news-area .contents {
    padding: 40px 0;
  }
}

@media screen and (max-width: 48em) {
  .section-home-appeal .title {
    padding-top: 1.5em;
  }
  .section-home-news-area .btn {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    padding: 6px 0;
  }
  .section-home-news-area .btn .text {
    padding: 6px 0;
  }
}

@media screen and (max-width: 20em) {
  .section-home-appeal .title {
    padding-top: 2em;
  }
}


/* Factory
-------------------------------------------------------- */

.section-factory-about .list {
  margin-bottom: 2.142em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10em;
}

.section-shenzhen .explain {
  padding: 2.5em 4.5em;
}

.section-shenzhen .explain .list {
  display: table-cell;
  width: 50%;
}

.section-shenzhen .explain li {
  margin-bottom: .8em;
  padding-right: 2em;
}

@media screen and (max-width: 56.25em) {
  .section-shenzhen .explain .list {
    display: block;
    width: 100%;
  }
  .section-shenzhen .explain li {
    padding-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .section-factory-about .list {
    padding-top: 1.5em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    padding-left: 1em;
  }
  .section-shenzhen .explain {
    padding: 2.5em 2em;
  }
}


/* Faq
-------------------------------------------------------- */

.section-faq .col-block {
  margin-bottom: 70px;
}

.faq-items {
  text-align: left;
}

.faq-items .question {
  font-weight: bold;
  position: relative;
  position: relative;
  display: block;
  cursor: pointer;
  color: #456bca;
  border-bottom: 1px solid #f2f2f2;
}

.faq-items .question:hover {
  text-decoration: underline;
}

.faq-items .question::after,
.faq-items .question::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 2px;
  margin: auto;
  content: '';
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translate3d(0, 0, 0);
  background: #333;
}

.faq-items .question::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-items .question.is_open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-items .answer {
  display: none;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.faq-items .question div {
  font-size: 1.2rem;
  padding: 20px 0 24px 60px;
  background: url(../images/contents/about/question.png) no-repeat 0 15px;
}

.faq-items .answer div {
  position: relative;
  padding: 15px 60px;
}

.faq-items .answer div::before {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 25px;
  display: block;
  content: 'A.';
  color: #d2a116;
}

.faq-items .answer dl {
  margin-top: 1em;
}

.faq-items .answer dd {
  margin-bottom: 1em;
}

.faq-items .answer p {
  margin-bottom: 1em;
}

.faq-items .answer p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 48em) {
  .section-faq .title {
    font-size: 22px;
    padding-bottom: 3px;
  }
  .faq-items .question div {
    padding: 24px 40px 24px 40px;
    background: url(../images/contents/about/question.png) no-repeat 0 25px;
    background-size: 30px;
  }
  .faq-items .answer div {
    padding: 15px 40px;
  }
  .faq-items .answer div::before {
    top: 9px;
    left: 15px;
  }
}

@media screen and (max-width: 40em) {
  .section-faq .title {
    font-size: 18px;
  }
  .faq-items .question div {
    font-size: 14px;
  }
}

@media screen and (max-width: 20em) {
  .faq-items .question div {
    background: url(../images/contents/about/question.png) no-repeat 0 22px;
    background-size: 30px;
  }
}


/* Recruit
-------------------------------------------------------- */

.section-recruit>.inner {
  padding-top: 2em;
}

.section-recruit table {
  margin-top: 2em;
}

.section-recruit table ul+em {
  display: block;
  margin-top: 1em;
}

.section-recruit table a:hover {
  text-decoration: underline;
}


/* Product
-------------------------------------------------------- */


/* common */

.section-product-about .col-block {
  margin-bottom: 2em;
}

.section-product-about p:last-of-type {
  margin-bottom: 0;
}

.section-product-about .figure-alignright {
  width: 350px;
  border: 12px solid #f2f2f2;
}


/* 当社製品の特長 */

.productFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 -20px;
  counter-reset: productFeature-counter;
}

.productFeature:after {
  display: block;
  content: '';
  width: 32%;
}

.productFeature-box {
  position: relative;
  width: 32%;
  padding: 30px 1.9em;
  margin-bottom: 20px;
  background: #f3eedf;
  text-align: center;
}

.productFeature-box p {
  text-align: left;
  margin-bottom: 0;
}

.productFeature-box .icon {
  display: block;
  margin: 0 auto 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dcaa10;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
}

.productFeature-box-title {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.productFeature-box-title:before {
  display: inline-block;
  margin-right: .25em;
  content: counter(productFeature-counter, decimal) ".";
  counter-increment: productFeature-counter;
}

@media screen and (max-width: 62.5em) {
  .productFeature-box {
    width: 49%;
  }
}

@media screen and (max-width: 40em) {
  .productFeature-box-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 30em) {
  .productFeature-box {
    width: 100%;
  }
  .productFeature-box-more {
    margin-top: 2em;
  }
}


/* 製品動画 */

.section-product-movie {
  text-align: center;
}

.product-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-movie .movie-thumbnail img {
  border: 8px solid #d2a116;
  width: 100%;
}

.product-movie-item {
  width: 49%;
}

@media screen and (max-width: 40em) {
  .product-movie-item {
    width: 100%;
  }
  .product-movie-item+.product-movie-item {
    margin-top: 1em;
  }
}


/* 製品の特徴 */

.section-product-feature .title-l {
  line-height: 1.6;
  margin-bottom: 0;
}

.feature-items-table {
  counter-reset: feature-counter;
  margin-top: 2em !important;
  margin-bottom: -2em;
}

.feature-items-table+* {
  margin-top: 1em;
}

.feature-items-table .row {
  clear: both;
}

.feature-items-table .item {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 5em;
  margin-bottom: 1.5em;
}

.feature-items-table .item.full {
  width: 100%;
}

.feature-items-table .list-text {
  margin-bottom: 0;
  padding-right: 30px;
}

.feature-items-table .item:before {
  font-size: 34px;
  font-weight: 100;
  line-height: 1.4;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: counter(feature-counter, decimal);
  counter-increment: feature-counter;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #d2a116;
}

.feature-items-table .list-title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: .25em;
}

.feature-items-table .list-title span {
  font-size: 11px;
}

.feature-items-table .notes {
  display: block;
  margin-top: 1em;
}

.other-feature {
  background: #fff;
  padding: 3em;
  margin-top: 3em;
}

.patent-box {
  margin-top: 3.214em;
  padding: 2.1428em 3em .7142em;
  text-align: center;
  background: #fff;
}

.patent-box+table {
  margin-top: 1.7em;
}

.patent-box .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
  text-align: center;
  border-bottom: 2px solid #d2a116;
}

.patent-box .text {
  text-align: left;
}

.section-product-spec .text {
  text-align: center;
}

.spec-table+*,
.spec-table2+* {
  margin-top: 1.5em;
}

.spec-table {
  border: 1px solid #dadada;
}

.spec-table th,
.spec-table td {
  padding: 1em 1.2em;
  border-bottom: 1px solid #fff;
}

.spec-table th {
  width: 290px;
  background: #DADADA;
}

.spec-table td {
  border-bottom: 1px solid #dadada;
  background: #fff;
}

.spec-table2 {
  font-size: .9rem;
  border: 1px solid #fff;
  background: #dadada;
}

ul+.spec-table2 {
  margin-top: 1.5em;
}

.spec-table2 caption {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

.spec-table2 th,
.spec-table2 td {
  border-bottom: 1px solid #fff;
}

.spec-table2 th {
  width: 18%;
  padding: .8em .5em;
  background: #dadada;
}

.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-table2 td {
  width: 32%;
  padding: .8em .8em;
  background: #f2f2f2;
}

.spec-table .notes {
  font-size: 12px;
  margin: 5px 0 0 20px;
}

.btn-wrapper {
  text-align: center;
}

@media screen and (max-width: 48em) {
  .spec-table th {
    width: 30%;
  }
  .spec-table2 th {
    width: 25%;
  }
}

@media screen and (max-width: 40em) {
  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
    padding: .5em 1em;
  }
  .spec-table2 th {
    width: 18%;
  }
}


/* カラーバリエーション */

.section-product-color .text {
  text-align: center;
}

.color-variation .item {
  margin-bottom: 2em;
  text-align: center;
}

.color-variation .name {
  font-size: .8rem;
  font-weight: bold;
  display: block;
  padding-top: .5em;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.color-variation .name .fa {
  margin-right: .5em;
  color: #d2a116;
}

.color-variation .item a:hover .name {
  text-decoration: underline;
}

@media screen and (max-width: 20em) {
  .color-variation .name {
    font-size: .7rem;
  }
}


/* 製品スペック */

.section-product-spec .btn {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  color: #d2a116;
  border: 2px solid #d2a116;
}

.section-product-spec .btn:hover {
  color: #fff;
  background: #d2a116;
}

.section-product-spec .btn .inner {
  display: table;
  width: 100%;
  padding: 0;
}

.section-product-spec .btn .left,
.section-product-spec .btn .right {
  display: table-cell;
  vertical-align: middle;
}

.section-product-spec .btn .left {
  padding: .3em 1em;
}

.section-product-spec .btn .right {
  width: 8%;
  padding: .3em 0;
  text-align: center;
  border-left: 2px solid #d2a116;
  background: #d2a116;
}

.section-product-spec .btn .fa {
  color: #fff !important;
}

@media screen and (max-width: 48em) {
  .list-item.in_table .item {
    background: url(../images/common/marker.png) no-repeat 0 5px;
  }
  .feature-items-table .item {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 1.53846em;
  }
  .feature-items-table .item:first-of-type,
  .feature-items-table .item:nth-last-of-type(2) {
    padding-bottom: 0;
  }
  .feature-items-table .list-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .feature-items-table .item:before {
    top: 5px;
    font-size: 28px;
    width: 40px;
    height: 40px;
  }
  .patent-box {
    padding: 25px 30px 5px;
  }
  .patent-box .title {
    font-size: 20px;
  }
  .section-product-spec .btn {
    font-size: 18px;
    width: 100%;
  }
  .section-product-movie,
  .section-product-spec .text,
  .section-product-color .text {
    text-align: left;
  }
}

@media screen and (max-width: 40em) {
  .list-item.in_table .item {
    background: url(../images/common/marker.png) no-repeat 0 6px;
  }
  .section-product-about .figure-alignright {
    border: 6px solid #f2f2f2;
  }
  .feature-items-table .list-title {
    font-size: 16px;
  }
  .feature-items-table .item {
    padding: 0 0 0 3.846em;
  }
  .feature-items-table .item:before {
    font-size: 25px;
    width: 35px;
    height: 35px;
  }
  .patent-box {
    padding: 1.9230em 1.3846em .3846em;
  }
  .patent-box .title {
    font-size: 16px;
    padding-left: .6em;
    text-align: left;
  }
  .section-product-spec .btn {
    font-size: 14px;
  }
  .section-product-spec .btn .left {
    padding: .3em .5em;
  }
}

@media screen and (max-width: 30em) {
  .section-product-about .figure-alignright {
    width: 100%;
  }
  .feature-items-table .list-title span {
    display: block;
  }
}


/* 製品詳細 */

.product-detail-container {
  display: table;
  width: 100%;
  margin-bottom: 1.5em;
}

.product-detail-image,
.product-detail-body {
  display: table-cell;
  vertical-align: top;
}

.product-detail-image {
  width: 470px;
  max-width: 100%;
  margin-top: 0;
}

.product-detail-body {
  padding-left: 1.5em;
}

.product-detail-body p {
  margin-bottom: 1.5em;
}

.product-detail-body p:last-child {
  margin-bottom: 0;
}

.product-detail-body th {
  white-space: nowrap;
}

.product-detail-body caption {
  font-size: 1.1rem;
}

.product-detail-icon {
  margin-bottom: .5em;
}

.product-detail-icon li {
  display: inline-block;
  margin-right: .25em;
  margin-bottom: .5em;
  padding: .5em .7em .4em;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #3c1371;
}

.product-detail-icon .ip {
  color: #3c1371;
  border: 1px solid #3c1371;
  background: #fff;
}

.product-detail-item+.product-detail-item {
  margin-top: 4em;
}

.zumen {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.zumen+.zumen {
  margin-top: 2em;
}

.zumen figcaption {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 56.25em) {
  .product-detail-image {
    width: 40%;
  }
}

@media screen and (max-width: 40em) {
  .product-detail-image,
  .product-detail-body {
    display: block;
  }
  .product-detail-image {
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  .product-detail-body {
    padding-left: 0;
  }
}

@media screen and (max-width: 40em) {
  .section-product-detail .figure-alignleft {
    width: 470px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .zumen+.zumen {
    border-width: 2px;
  }
  .zumen figcaption {
    bottom: -.5em;
  }
}


/* 製品ラインナップ */

.section-product-lineup .text {
  text-align: center;
}

.lineup-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .5em;
  margin-bottom: -1em;
}

.lineup-list-items::before,
.lineup-list-items::after {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lineup-list-item {
  width: 49%;
  margin-bottom: 1em;
}

.lineup-list-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  border: 1px solid #dadada;
  background: #fff;
}

.lineup-list-item .lineup-thumbnail {
  position: relative;
  text-align: center;
  width: 40%;
}

.lineup-list-item .lineup-thumbnail img {
  vertical-align: middle;
}

.lineup-list-item .lineup-name {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  width: 60%;
  color: #456aca;
  line-height: 1.4;
  padding-right: 1.2em;
  padding-left: .8em;
  margin-bottom: 0;
}

.lineup-list-item .lineup-text {
  color: #333;
  margin-top: 1em;
}

.lineup-list-item .lineup-name .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #d2a116;
}

.lineup-list-item .lineup-new-icon {
  display: inline-block;
  font-weight: bold;
  padding: .6em 2em;
  line-height: 1;
  color: #fff;
  background: #d2a116;
}

.lineup-list-item.new {
  width: 100%;
}

.lineup-list-item.new a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.lineup-list-item.new .lineup-thumbnail,
.lineup-list-item.new .lineup-body {
  width: 50%;
}

.lineup-list-item.new .lineup-thumbnail img {
  width: 100%;
}

.lineup-list-item.new .lineup-body {
  position: relative;
  padding: 1.8em 1.2em;
}

.lineup-list-item.new .lineup-name {
  font-size: 1.3rem;
  width: 100%;
  color: #456aca;
  padding: 0;
}

.lineup-list-item.new .lineup-more {
  position: absolute;
  font-weight: bold;
  right: 1.2em;
  bottom: 2em;
}

.lineup-list-item.new .lineup-more .fa {
  color: #d2a116;
  margin-right: .5em;
}

.lineup-list-item.no-link a {
  pointer-events: none;
}

.lineup-list-item.no-link .lineup-name {
  color: #333;
}

.lineup-list-item.no-link .lineup-name .fa {
  display: none;
}

@media screen and (max-width: 48em) {
  .section-product-lineup .text {
    text-align: left;
  }
  .section-product-lineup .text br {
    display: none;
  }
  .lineup-list-item a {
    display: block;
  }
  .lineup-list-item .lineup-thumbnail,
  .lineup-list-item .lineup-name {
    width: 100%;
  }
  .lineup-list-item .lineup-name {
    padding: 1em;
  }
}

@media screen and (max-width: 43.75em) {
  .lineup-list-item .lineup-name .fa {
    display: none;
  }
  .lineup-list-item.new a {
    display: block;
  }
  .lineup-list-item.new .lineup-thumbnail,
  .lineup-list-item.new .lineup-body {
    width: 100%;
  }
}

@media screen and (max-width: 20em) {
  .lineup-list-item .lineup-name {
    font-size: .9rem;
  }
}


/* Case
-------------------------------------------------------- */

.spot-info address {
  float: right;
  width: 380px;
  word-wrap: break-word;
}

.spot-info .dl-styled dd {
  margin-bottom: 1em;
}

.section-case-background .inner {
  position: relative;
}

.section-case-background .triangle::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 60px 80px 0 80px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.case-background-items {
  display: table;
  width: 100%;
}

.case-background-items .item {
  display: table;
  width: 100%;
  margin-top: 3em;
}

.case-background-items .heading,
.case-background-items .text-area {
  display: table-cell;
  vertical-align: top;
}

.case-background-items .heading {
  width: 20%;
  padding-right: 2em;
  text-align: center;
}

.case-background-items .title {
  margin-top: .5em;
}

.section-case-after .text {
  text-align: center;
}

.section-case-after .video-box-1 {
  margin-bottom: 2em;
}

.section-case-after .inner-md-7 {
  margin: auto;
}

.section-case-after .other-info .sub-title {
  font-weight: bold;
  margin-bottom: .5em;
}

.section-case-after .other-info dd {
  margin-bottom: 1em;
}

.case-use-items {
  margin-top: 2em;
  padding: 3.5em;
}

.case-use-items .item {
  float: left;
  width: 47%;
}

.case-use-items .item:last-of-type {
  float: right;
}

.case-use-items .dl-styled dt+dt {
  margin-top: 1em;
}

.case-use-items .dl-styled dd {
  margin-bottom: 2em;
}

.section-case-info dl dd {
  margin-bottom: 1em;
}

@media screen and (max-width: 61.8125em) {
  .spot-info .figure-alignleft {
    float: none;
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .spot-info address {
    float: none;
    width: 100%;
    margin-top: 2em;
  }
  .case-background-items .item {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 51.25em) {
  .section-case-background .triangle::before {
    border-width: 40px 60px 0 60px;
  }
  .case-background-items .item {
    float: none;
    width: 100%;
  }
  .case-background-items .item:first-of-type {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .case-background-items .title {
    margin-top: 1em;
  }
}

@media screen and (max-width: 48em) {
  .case-background-items .title {
    display: block;
    text-align: left;
  }
  .case-background-items .heading,
  .case-background-items .text-area {
    display: block;
    width: 100%;
  }
  .case-background-items .heading {
    padding-right: 0;
  }
  .case-background-items .heading img {
    width: 30%;
  }
  .section-case-after .inner-md-7 {
    text-align: left;
  }
  .case-use-items {
    padding: 2em;
  }
  .case-use-items .item {
    width: 100%;
  }
  .case-use-items .dl-styled dt,
  .case-use-items .dl-styled dd {
    line-height: 2;
  }
  .case-use-items .dl-styled dt+dt {
    margin-top: 0;
  }
  .section-case-after .text {
    text-align: left;
  }
}


/* Theme / Case / Movie */

.movie-list-items {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.movie-list-items::before {
  content: "";
  display: block;
  width: 32%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.movie-list-item {
  width: 32%;
  margin-bottom: 2.5em;
}

.movie-modal-trigger {
  display: block;
  cursor: pointer;
}

.movie-modal-trigger:hover .movie-title {
  color: #d2a116;
}

.movie-thumbnail {
  position: relative;
  text-align: center;
}

.movie-play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.movie-play {
  display: inline-block;
  z-index: 3;
}

.movie-play .icon {
  font-size: 4rem;
  color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.movie-modal-trigger:hover .icon {
  color: #d2a116;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.movie-title {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #456aca;
  line-height: 1.4;
  padding-left: .8em;
  margin-top: .6em;
  margin-bottom: 0 !important;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.movie-title .fa {
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 48em) {
  .movie-list-item {
    width: 32%;
  }
}

@media screen and (max-width: 30em) {
  .movie-list-item {
    width: 48%;
  }
  .movie-play .icon {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 20em) {
  .movie-list-item {
    width: 100%;
  }
  .movie-play .icon {
    font-size: 4rem;
  }
}


/* Catalog
-------------------------------------------------------- */

.section-catalog-list {
  padding: 2.5em 4em;
  border: 1px solid #ddd;
}

.section-catalog-list .title {
  display: block;
  margin-bottom: .8em;
  padding-bottom: .2em;
}

.section-catalog-list .title small {
  font-size: .6em;
}

.section-catalog-list .list li {
  border-bottom: 1px dashed #ddd;
}

.section-catalog-list .list li:last-child {
  border-bottom: none;
}

.section-catalog-list .list a,
.section-catalog-list-sub .list a {
  font-weight: bold;
  position: relative;
  display: block;
  padding-left: 1.8em;
  color: #353535;
}

.section-catalog-list .list a {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section-catalog-list-sub .list a:hover {
  color: #456bca;
}

.section-catalog-list .list .fa,
.section-catalog-list-sub .list .fa {
  color: #d2a116;
}

.ie .section-catalog-list .list .fa,
.ie .section-catalog-list-sub .list .fa {
  margin-top: -1.5em;
}

.section-catalog-list .list .fa::before {
  left: 12px;
}

.section-catalog-list-sub .list .fa::before {
  left: 10px;
}

.section-catalog .btn {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 4em;
  margin-right: auto;
  margin-bottom: 4em;
  margin-left: auto;
}

.section-catalog .btn .fa::before {
  right: 1em;
}

.table-fixed .table {
  table-layout: fixed;
}

.section-catalog .table {
  width: 100%;
  margin-bottom: 1em;
}

.section-catalog .table+.title {
  margin-top: 2em;
}

.section-catalog .table a {
  display: block;
  font-size: 1.3em;
  line-height: 1;
  text-align: center;
  color: #456bca;
}

.section-catalog .table th,
.section-catalog .table td {
  padding: .4em .6em;
}

.section-catalog .table th {
  font-weight: bold;
}

.section-catalog .table td span {
  display: block;
}

.section-catalog .table .left {
  text-align: left;
}

.section-catalog .table .right {
  text-align: right;
}

.section-catalog .table .bg-white {
  background: #fff !important;
}

.section-catalog .table {
  text-align: center;
  border: 3px solid #4d4d4d;
}

.section-catalog .table th {
  border: 1px solid #999;
}

.section-catalog .table td {
  border: 1px solid #4d4d4d;
}

.section-catalog .table th {
  color: #fff;
  background: #4d4d4d;
}

.section-catalog .table tr td:first-of-type {
  text-align: left;
}

.section-catalog .table .bb {
  border-bottom: 3px solid #4d4d4d;
}

.section-catalog .tr-md-1 td {
  background: #EEEEFF;
}

.section-catalog .tr-md-2 td {
  background: #EEEEDD;
}

.section-catalog .table .fixed-w {
  width: 7em;
}

.section-catalog .table .type-wrap {
  display: block;
  margin-bottom: 2em;
}

.section-catalog .table .type {
  padding-bottom: .8em;
  margin-top: 2em;
  line-height: 1.4;
}

@media screen and (min-width: 48em) {
  .section-catalog-list .list a:hover {
    background: #f2f2f2;
  }
}

@media screen and (max-width: 48em) {
  .section-catalog .table {
    table-layout: fixed;
  }
  .section-catalog .table {
    table-layout: auto;
  }
  .section-catalog .table tr th:nth-of-type(2),
  .section-catalog .table tr th:last-of-type {
    width: 5em;
  }
  .section-catalog .table .fixed-w {
    width: auto;
  }
  .section-catalog-list {
    padding: 3em 1.5em;
  }
  .section-catalog-list .list .fa::before {
    left: 5px;
  }
  .section-catalog-list .list a {
    padding-left: 1.4em;
  }
  .section-catalog-list-sub .list a {
    padding-left: 1em;
  }
  .section-catalog-list-sub .list .fa::before {
    left: 0;
  }
}

@media screen and (max-width: 28.857em) {
  .section-catalog .table br {
    display: none;
  }
  .section-catalog .btn {
    font-size: 1.1rem;
  }
  .section-catalog .btn .fa {
    display: none;
  }
}


/* News
-------------------------------------------------------- */

.section-archives {
  font-size: 1.15rem;
  margin-bottom: 10rem;
}

.section-archives .inner {
  padding: 3em 0;
}

.section-news {
  margin-bottom: 10rem;
}

.section-news h3 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px solid #333;
  margin-bottom: .5em;
}

.section-news h4 {
  font-weight: bold;
}

.section-news .dl-styled {
  margin-top: .3em;
}

.section-news .dl-styled dd {
  margin-bottom: .8em;
}

.section-news .btn {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 6em;
  margin-right: auto;
  margin-left: auto;
  padding: .25em 0;
}

.section-news .btn .fa::before {
  right: 1em;
}

.section-news .figure-alignright {
  width: 380px;
}

.news-header .entry-title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: .5em;
  text-align: left;
}

.pub-date {
  font-size: .9rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3em;
  padding: .2em 1em;
  color: #fff;
  background: #d2a116;
}

.wp-pagenavi {
  font-size: 1em;
  line-height: 35px;
  margin: 40px 0 20px;
  text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 .25em;
  text-align: center;
  color: #aaa;
  background: #eee;
}

.wp-pagenavi .current,
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: #fff;
  background: #d2a116;
}

@media screen and (max-width: 61.875em) {
  .section-archives .inner {
    padding-right: 1.1538em;
    padding-left: 1.1538em;
  }
}

@media screen and (max-width: 48em) {
  .section-archives {
    font-size: inherit;
  }
}

@media screen and (max-width: 40em) {
  .section-news .figure-alignright {
    width: 100%;
  }
}


/* Patent
-------------------------------------------------------- */

.patent-list {
  display: table;
  width: 100%;
  padding: 2em;
  margin-bottom: 4em;
  border: 1px solid #d2a116;
}

.patent-list .heading,
.patent-list .body {
  display: table-cell;
  vertical-align: top;
}

.patent-list .heading {
  width: 300px;
  padding-right: 2em;
}

.patent-list .title-s {
  position: relative;
  padding-left: 20px;
}

.patent-list .title-s::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/common/marker.png) no-repeat;
}

.patent-table th,
.patent-table td {
  padding: 1em 1.2em;
  border-bottom: 1px solid #fff;
}

.patent-table th {
  white-space: nowrap;
  background: #dadada;
}

.patent-table td {
  background: #f2f2f2;
}

.patent-table td li {
  margin-bottom: 1em;
}

.patent-table td li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 56.25em) {
  .patent-list {
    padding: 2em 1em;
  }
  .patent-list .heading,
  .patent-list .body {
    display: block;
  }
  .patent-list .heading {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 48em) {
  .patent-table th {
    width: 30%;
  }
}

@media screen and (max-width: 40em) {
  .patent-list .title-s::before {
    top: 7px;
  }
  .patent-list img {
    width: 100%;
  }
  .patent-table th,
  .patent-table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}


/* Privacy
-------------------------------------------------------- */

.section-privacy .list {
  margin-bottom: 3em;
}


/* Sitemap
-------------------------------------------------------- */

.sitemap-items .item {
  font-size: 1.2rem;
  margin-bottom: 1em;
  padding: 1.2em 3em;
  background: #f2f2f2;
}

.sitemap-items .item ul {
  font-size: 1.1rem;
  margin-top: .3em;
  margin-left: 1.6em;
}

.sitemap-items .item li {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1em;
}

.sitemap-items .item li:last-child {
  margin-bottom: 0;
}

.sitemap-items .item a {
  color: #456aca;
}

.sitemap-items .item>a {
  line-height: 1;
  position: relative;
  display: inline-block;
}

.sitemap-items .item li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: .7em;
  height: 2px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d2a116;
}

.sitemap-items .item .fa {
  margin-right: .8em;
  color: #d2a116;
}

.ie .sitemap-items .item .fa {
  margin-top: -.2em;
}

.sitemap-items a {
  color: #333;
}

.sitemap-items a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 48em) {
  .sitemap-items .item {
    font-size: 1.2rem;
  }
  .sitemap-items .item ul {
    font-size: 1rem;
  }
}

@media screen and (max-width: 28.857em) {
  .sitemap-items .item {
    padding: 1.2em 1.2em;
  }
  .sitemap-items.list-angle-right li .fa::before {
    top: 50%;
  }
}


/* System
-------------------------------------------------------- */

.section-system-about .btn-sub {
  max-width: 350px;
}

.system-connect {
  margin-top: 2em;
  margin-bottom: 2.5em;
  padding-top: 2em;
  padding-right: 3em;
  padding-bottom: 2em;
  padding-left: 3em;
}

.system-connect .title {
  display: block;
  text-align: center;
  border: none !important;
}

.system-connect .title-border {
  border-bottom: 2px solid #dcaa10;
}

.system-connect .connect {
  font-size: 70%;
  display: inline-block;
  margin-right: 1em;
  padding-right: 1em;
  padding-left: 1em;
  vertical-align: middle;
  color: #fff;
  background: #dcaa10;
}

.system-connect .list {
  margin-bottom: 3.3em;
}

.section-system-example .title-l {
  margin-bottom: .625em;
}

.system-example-items dt {
  font-weight: bold;
  position: relative;
  position: relative;
  display: block;
  cursor: pointer;
  color: #456bca;
  border-bottom: 1px solid #f2f2f2;
}

.system-example-items dt::after,
.system-example-items dt::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 2px;
  margin: auto;
  content: '';
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translate3d(0, 0, 0);
  background: #333;
}

.system-example-items dt::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.system-example-items dt.is_open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.system-example-items dd {
  display: none;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.system-example-items dt div {
  font-size: 1.2rem;
  padding: 20px 0 24px 0;
}

.system-example-items dd div {
  position: relative;
  padding: 15px 20px;
}

.system-example-items dl {
  margin-top: 1em;
}

.system-example-items dd {
  margin-bottom: 1em;
}

.system-example-items dd p {
  margin-bottom: 1em;
}

.system-example-items dd p:last-of-type {
  margin-bottom: 0;
}

.section-system-contact .list {
  margin-bottom: 1em;
  margin-left: .8em;
}

.section-system-contact .list li {
  margin-bottom: .5em;
}

.lor-partner {
  max-width: 230px;
}

@media screen and (max-width: 48em) {
  .section-system-about .list {
    padding-top: 1.5em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    padding-left: 1em;
  }
  .system-connect {
    padding-top: 3em;
    padding-right: 2em;
    padding-bottom: 3em;
    padding-left: 2em;
  }
  .system-connect .title {
    padding-left: 0;
  }
  .system-connect .title-border {
    display: block;
    margin-top: .2em;
    border-bottom: none;
  }
  .system-example-items dt div {
    padding: 15px 40px 15px 0;
  }
  .system-example-items dd div {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 40em) {
  .system-example-items dd div {
    font-size: 14px;
  }
}

@media screen and (max-width: 28.857em) {
  .system-connect {
    padding-right: 1.1538em;
    padding-left: 1.1538em;
  }
}


/* Contact
-------------------------------------------------------- */

.section-contact-form {
  margin-bottom: 4em;
}

.contact-form-table .notes {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

.contact-form-table input,
.contact-form-table textarea {
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  border: none;
  border: 1px solid #fff;
  background: #f2f2f2;
}

.contact-form-table input:focus,
.contact-form-table textarea:focus,
.contact-form-table .select select:focus {
  border: 1px solid #d2a116;
}

.contact_submit {
  text-align: center;
}

.contact_submit input {
  font-size: 18px;
  font-weight: bold;
  width: 360px;
  margin: 0 1em;
  padding: .5em 0;
  color: #d2a116;
  border: 2px solid #d2a116;
  background: #fff;
}

.contact_submit input:hover {
  color: #fff;
  background: #d2a116;
}

.contact-form-table .select {
  position: relative;
  width: 250px;
  display: block;
}

.contact-form-table .select select {
  width: 100%;
  display: block;
  font-size: 1.1rem;
  height: 40px;
  padding: 0 .8em;
  border-radius: 0;
  border: 1px solid #fff;
  background: #f2f2f2;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact-form-table .select .fa {
  color: #d2a116;
  position: absolute;
  top: 50%;
  right: .8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mw_wp_form_confirm .contact-form-table .select .fa {
  display: none;
}

.mw_wp_form .error {
  display: block;
  margin-top: .5em;
}

.site-seal {
  margin-top: 5em;
}

.site-seal .inner {
  margin: auto;
  margin-bottom: 10em;
  padding-top: 2rem;
  border-top: 1px solid #dadada;
}

.site-seal img {
  float: left;
  margin-right: 1em;
  margin-bottom: .8em;
}

.site-seal p {
  line-height: 1.7;
}

.thanks-message {
  margin-bottom: 3em;
  padding: 3em 5em;
  text-align: left;
}

.thanks-message p {
  margin-bottom: 1em;
}

.thanks-message .list {
  margin-top: 3em;
  padding: 2em 3em;
}

.return-top {
  display: block;
  margin-top: 3em;
  text-align: center;
}

.return-top .fa {
  margin-right: 5px;
}

@media screen and (max-width: 60em) {
  .dl-table-default dt,
  .dl-table-default dd {
    float: none;
    width: 100%;
  }
  .dl-table-default dt {
    margin-bottom: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 53em) {
  .contact_submit input {
    font-size: 16px;
    width: 100%;
    margin: 0 0 1em 0;
  }
}

@media screen and (max-width: 48em) {
  .dl-table-default,
  .dl-table-default input {
    font-size: 14px;
  }
  .gmap {
    pointer-events: none;
  }
  .thanks-message {
    padding: 2.5em 2em;
  }
}

@media screen and (max-width: 28.857em) {
  .contact-form-table .select {
    width: 100%;
  }
  .site-seal img {
    float: none;
  }
}


/* 404
-------------------------------------------------------- */

.section-404 {
  text-align: center;
}

.section-404 a {
  text-decoration: underline;
}

@media screen and (max-width: 48em) {
  .section-404 br {
    display: none;
  }
}

@media screen and (max-width: 28.857em) {
  .section-404 {
    text-align: left;
  }
}