/*
Theme Name: TOMEI POWERED INC.
Theme URI: https://tomei-p.mom/
Author: MONOGRAPH ARTS INC.
Author URI: http://www.mn-arts.com/
Description: TOMEI POWERED INC. WordPress Theme
Version: 1.0
*/

* {
  word-wrap: break-word;
  word-break: break-all;
}

body {
  background: #fff;
  color: #333;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #024597;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .5;
}

.linkbtn {
  background: #024597;
  display: block;
  color: #fff;
  line-height: 1.5;
  margin: 60px auto 0;
  padding: 15px 0;
  text-align: center;
  width: 300px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

td img {
  vertical-align: top;
}

strong,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

input:focus,
select:focus {
  outline: none;
}

#loading {
  background: #fff;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

#loading div {
  animation: anime1 .2s linear infinite normal;
  border: 3px solid #024597;
  border-bottom-color: #E8ECF4;
  border-left-color: #E8ECF4;
  border-radius: 50%;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: fixed;
  top: 50%;
  width: 30px;
}

@keyframes anime1 {
  from {
  }

  to {
    transform: rotate(360deg);
  }
}

#wrapper {
  min-width: 1150px;
  padding-top: 125px;
}

.sp {
  display: none;
}



/* -------------------- header -------------------- */

#header-set {
  left: 0;
  min-width: 1050px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

header {
  background: #000;
  color: #fff;
  height: 35px;
  overflow: hidden;
  padding: 20px 30px;
}

header h1 {
  float: left;
}

header h1 a {
  color: #fff;
}

#header-nav {
  float: right;
}

#header-nav ul {
  overflow: hidden;
}

#header-nav li {
  float: left;
  font-size: 13px;
  line-height: 35px;
  margin: 0 0 0 18px;
}

#header-nav li:nth-child(2) {
  border-left: 1px solid #444;
  padding: 0 0 0 18px;
}

#header-nav a {
  color: #fff;
}

#header-nav img {
  padding: 0 4px 0 0;
  vertical-align: middle;
}

#header-nav input {
  background: #222;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 13px;
  height: 35px;
  line-height: 13px;
  padding: 11px;
  -webkit-appearance: none;
  appearance: none;
}

#header-nav input[type=text] {
  width: 150px;
}

#header-nav input[type=submit] {
  background: #222 url(/wp2016/wp-content/uploads/2017/01/s.png) center center no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  width: 35px;
}

#g-navi {
  background: #024597;
  text-align: center;
}

#g-navi li {
  display: inline;
}

#g-navi a {
  color: #fff;
  display: inline-block;
  line-height: 50px;
  padding: 0 3%;
}



/* -------------------- footer -------------------- */

#footer-contents {
  background: #024597;
  padding: 70px 0;
}

#footer-contents nav {
  margin: 0 auto;
  max-width: 1150px;
  overflow: hidden;
  width: 95%;
}

#footer-contents ul {
  float: left;
  width: 25%;
}

#footer-contents li {
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}

#footer-contents li:first-child {
  font-size: 15px;
  margin: 0 0 15px;
}

#footer-contents a {
  color: #fff;
}

footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  padding: 20px 30px;
}

#pagetop {
  bottom: 85px;
  opacity: 0;
  position: fixed;
  right: 25px;
  transition: .2s;
  z-index: 100;
}

#pagetop.on {
  opacity: 1;
}

#footer-nav {
  float: left;
}

#footer-nav ul {
  overflow: hidden;
}

#footer-nav li {
  float: left;
  margin: 0 40px 0 0;
}

#footer-nav a {
  color: #fff;
}

#copyright {
  float: right;
}



/* -------------------- home -------------------- */

#main {
  margin: 75px auto 125px;
  position: relative;
}

.home #main {
  margin: 0;
}

section {
  padding: 75px 0;
}

.home section:nth-of-type(2n+1) {
  background: #E8ECF4;
}

h2 {
  border-bottom: 3px solid #000;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 50px;
  padding: 0 0 20px;
  max-width: 1200px;
  width: 95%;
}

.lang-ja h2 .en{
  color: #aaa;
  display: inline-block !important;
  font-size: 13px;
  font-weight: 300;
  padding: 0 0 0 20px;
  vertical-align: bottom;
}

h2 a {
  color: #000;
}

.home #intro {
  background: #000 url(img/top-main.jpg) center center no-repeat;
  background-size: cover;
  height: 150px;
  overflow: hidden;
  padding: 250px 0 0;
  position: relative;
}

.home #screen-l {
  background: #000;
  height: 100%;
  left: 0;
  transform: skew(-15deg,0) translateX(-55%);
  transition: .5s;
  position: absolute;
  top: 0;
  width: 100%;
}

.home #screen-r {
  background: #000;
  height: 100%;
  left: 0;
  transform: skew(-15deg,0) translateX(55%);
  transition: .5s;
  position: absolute;
  top: 0;
  width: 100%;
}

.home #copy {
  color: #fff;
  font-size: 50px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 95%;
}

.home #copy strong {
  font-weight: 900;
}

.home #slider {
  background: #000;
  width: 100%;
}

.slick-slider {
  margin: 0;
}

.slick-slide {
  opacity: .3;
  transition: opacity .5s;
}

.slick-slide:hover {
  opacity: 1;
}

.slick-slide img {
  height: 220px;
  transform: scale(.95,.85);
  transition: transform .5s;
}

.slick-center {
  opacity: 1;
}

.slick-center img {
  opacity: 1;
  transform: scale(1,1);
}

.slick-prev,
.slick-next {
  background: #024597 !important;
  padding: 25px;
  border-radius: 50%;
  opacity: 1;
  transition: opacity .5s;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  border: 2px solid #fff;
  border-width: 3px 3px 0 0;
  display: block;
  height: 10px;
  opacity: 1;
  width: 10px;
}

.slick-prev:before {
  transform: rotate(225deg) translate(7px,2px);
}

.slick-next:before {
  transform: rotate(45deg) translate(-11px,1px);
}

.slick-prev:hover,
.slick-next:hover {
  opacity: .8;
}

.slick-prev {
  left: 50px;
  z-index: 1;
}

.slick-next {
  right: 50px;
}

#top-news {
  /*padding: 50px 0 65px;*/
}

#top-news a {
  display: block;
}

#top-news ul {
  margin: 0 auto;
  overflow: hidden;
  width: 1050px;
}

#top-news-list {
  border-bottom: 1px solid #eee;
}

#top-news-list li {
  border-top: 1px solid #eee;
  line-height: 25px;
  padding: 10px 0;
}

#top-news-list li div {
  display: inline-block;
}

.news-cat {
  background: #024597;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 90px;
}

.news-date {
  background: #E8ECF4;
  color: #024597;
  font-size: 12px;
  margin: 0 15px 0 0;
  text-align: center;
  width: 90px;
}

#top-product {
  margin: 0 auto;
  overflow: hidden;
  width: 1050px;
}

#top-product a {
  background: #024597 url(img/product-icon-arrow.jpg) right 15px bottom 50px no-repeat;
  color: #fff;
  display: block;
  position: relative;
  width: 500px;
}

#top-product h3 {
  font-size: 20px;
  padding: 220px 20px 20px;
}

#top-product h3:before {
  background: #000 url(img/top-product-model.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#top-product-brand h3:before {
  background-image: url(img/top-product-brand.jpg);
  background-size: cover;
}

#top-product p {
  line-height: 24px;
  padding: 0 20px 20px;
}

#top-product-model {
  float: left;
}

#top-product-brand {
  float: right;
}

#top-sns {
  margin: 0 auto;
  overflow: hidden;
  width: 1050px;
}

#top-sns h3 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  padding: 0 0 50px;
}

#top-sns h3 span {
  font-size: 12px;
  font-weight: 300;
}

#top-sns-tw {
  float: left;
  width: 500px;
}

#top-sns-tw h3 {
  color: #3b94d9;
}

#top-sns-fb {
  float: left;
  margin: 0 0 0 50px;
  width: 500px;
}

#top-sns-fb h3 {
  color: #365899;
}

#top-sns-ig {
  float: left;
  margin: 75px 0 0;
  text-align: center;
  width: 100%;
}

#instagram {
  list-style: none;
  overflow: hidden;
}

#instagram li {
  float: left;
  margin: 0 20px 20px 0;
  width: 194px;
}

#instagram li:nth-child(5n) {
  margin: 0 0 20px 0;
}

#instagram img {
  width: 100%;
}

#top-video {
  margin: 0 auto;
  overflow: hidden;
  width: 1050px;
}

#top-video .videos {
  overflow: hidden;
}

#top-video .videos div {
  background: #000;
  color: #fff;
  float: left;
  width: 500px;
}

#top-video .videos div:first-child {
  margin: 0 50px 0 0;
}

#top-video iframe {
  display: block;
  height: 281px;
  width: 500px;
}

#top-video p {
  padding: 15px;
}

#top-video > a {
  background: #cc181e;
  clear: both;
  color: #fff;
  display: block;
  margin: 40px auto 0;
  max-width: 300px;
  padding: 25px 0;
  text-align: center;
  width: 90%;
}

#top-tec-info {
  margin: 0 auto;
  overflow: hidden;
  width: 1050px;
}

#top-tec-info div {
  float: left;
  overflow: hidden;
  width: 500px;
}

#top-tec-info div:first-child {
  margin: 0 50px 0 0;
}

#top-tec-info h3 {
  font-size: 20px;
  margin: 0 0 30px;
}

#top-tec-info h3 .n {
  font-size: 40px;
  font-weight: 300;
}

#top-tec-info ul {
  float: left;
  list-style: none;
  margin: 0 0 0 65px;
  width: 185px;
}

#top-tec-info div:first-child ul {
  width: 425px;
}

#top-tec-info li {
  background: url(img/list-arrow.png) 0 center no-repeat;
  padding: 7px 0 7px 20px;
}



/* -------------------- page common -------------------- */

.content-body {
  margin: 0 auto;
  width: 1050px;
}



/* -------------------- about -------------------- */

.about #page-header {
  background: url(img/header-about.jpg) center center no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.about .content-body p {
  line-height: 1.8;
}

.about .content-body .copy {
  line-height: 2.5;
}

.about .content-body h3,
.about-child .content-body h3 {
  border-bottom: 2px solid #000;
  font-size: 22px;
  line-height: 1.2;
  margin: 80px 0 40px;
  padding: 0 0 20px;
}

.about .content-body .message {
  overflow: hidden;
}

.about .content-body .message img {
  float: right;
  padding: 0 0 20px 30px;
  width: 250px;
}

.about .content-body .message strong {
  display: inline-block;
  text-align: right;
  width: 100%;
}



/* -------------------- company -------------------- */

.about-child .content-body p {
  line-height: 1.8;
}

.about-child .content-body p:nth-of-type(n+2) {
  margin-top: 30px;
}

.about-child .content-body dl {
  line-height: 1.8;
  margin-top: 50px;
  overflow: hidden;
}

.about-child .content-body dt {
  color: #024597;
  float: left;
  font-weight: 700;
  padding: 10px;
}

.about-child .content-body dd:nth-of-type(2n) {
  background: #F0F4F9;
}

.about-child .content-body .imagebox {
  text-align: center;
}

.about-child .content-body .links {
  padding: 20px 0 0;
  text-align: center;
}

.about-child .content-body .links a {
  background: #024597;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  margin: 0 10px;
  padding: 15px 0;
  text-align: center;
  width: 300px;
}



.profile .content-body dt {
  width: 130px;
}

.profile .content-body dd {
  padding: 10px 10px 10px 150px;
}

.profile .content-body dl.en dt {
  width: 200px;
}

.profile .content-body dl.en dd {
  padding: 10px 10px 10px 220px;
}

.profile .content-body .links {
  padding-top: 80px;
}

.history .content-body dt {
  width: 60px;
}

.history .content-body dd {
  padding: 10px 10px 10px 80px;
}

.history .intro h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 50px 0 30px;
  text-align: center;
}

.recruit .content-body strong {
  font-size: 24px;
  line-height: 1.5;
}

.recruit .content-body img {
  float: right;
  padding: 0 0 20px 30px;
  width: 300px;
}

.recruit .content-body .links a {
  background: #c00;
}

@media screen and (max-width: 768px) {

.about .content-body h3,
.about-child .content-body h3 {
  font-size: 18px;
  margin-top: 50px;
  padding: 0 0 10px;
}

.about-child .content-body .links {
  padding: 0;
}

.about-child .content-body .links a {
  display: block;
  margin: 15px auto 0;
  width: 100%;
}

.profile .content-body .links {
  padding-top: 40px;
}

.history .content-body .links {
  padding-top: 20px;
}

.recruit .content-body strong {
  font-size: 16px;
  line-height: 1.5;
}

.recruit .content-body img {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 300px;
  padding: 0 0 30px;
  width: 90%;
}

}



/* -------------------- privacy -------------------- */

.privacy .content-body p {
  line-height: 1.8;
}



/* -------------------- products -------------------- */

.products #page-header {
  background: url(img/header-products.jpg) center center no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.products article {
  padding-bottom: 125px;
}

.products #main {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 0;
}

.products #main .center {
  text-align: center;
}

.products #main #right {
  line-height: 1.5;
  margin: 0 0 50px;
}

.products #main #right .blocks {
  display: flex;
  justify-content: space-between;
}

.products #main #right .block {
  background: #E8ECF4;
  padding: 20px;
  width: 20%;
}

.products #main #right h3 {
  color: #024597;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px;
}

.products #main input,
.products #main select {
  box-sizing: border-box;
  background: #fff;
  border: 0;
  display: inline-block;
  color: #333;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
}

.products #main select {
  background: #fff url(img/select.png) right 10px center no-repeat;
}

.products #main input[type=button] {
  background: #024597;
  color: #fff;
  cursor: pointer;
  padding: 7px 20px;
}

.products #main input[type=checkbox] {
  border: 1px solid #ccc;
  padding: 5px;
}

.products #main input:checked {
  background: #024597;
}

#LabelErr {
  color: #024597;
}

.products #main #right strong {
  font-size: 16px;
  font-weight: 600;
}

.products #main #option,
.products #main #stock,
.products #main #contact {
  font-size: 12px;
}

.products #main #stock,
.products #main #contact {
  margin: 30px 0 0;
}

.products #main table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.products #main td {
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  padding: 10px;
  vertical-align: middle;
}

.products #main td:last-child {
  border-width: 1px 0 1px 0;
}

.products #main .h td {
  font-weight: 700;
}

.products #main #left img {
  vertical-align: top;
}

.products #main #left a {
  font-size: 16px;
  font-weight: 600;
}

.products #main #empty {
}

.products #main .stock {
  color: #024597;
  font-size: 20px;
}

.brands {
  margin: 100px auto 0;
}

.brands h3 {
  color: #024597;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 15px;
  width: 1050px;
}

.brands ul + h3 {
  margin-top: 30px;
}

.brands ul {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  width: 1050px;
}

.brands li {
  float: left;
  margin-left: 10px;
  width: 202px;
}

.brands li:nth-child(5n+1) {
  margin-left: 0;
}

.brands li:nth-child(n+6) {
  margin-top: 10px;
}

.brands a {
  background: #E8ECF4;
  display: block;
  text-align: center;
}

.products #main .content-body table tr:nth-child(4n-1){
  background-color: #e7eaeb
}

.products #main .content-body table tr:nth-child(4n+0){
  background-color: #e7eaeb
}

/* -------------------- news -------------------- */

.archive article {
  border-bottom: 1px solid #ddd;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  width: 1100px;
}

.archive article:last-of-type {
  border-bottom: none;
  margin: 0 auto;
  padding: 0 0 100px;
}

#news-archive .post-title {
  font-size: 22px;
}

.post-cat {
  background: #024597;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  margin: 20px 0 40px;
  text-align: center;
  width: 90px;
}

.post-date {
  background: #E8ECF4;
  color: #024597;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  margin: 20px 0 40px;
  text-align: center;
  width: 90px;
}

.post .content-body {
  line-height: 1.8;
  width: 100%;
}

.post .content-body > *:nth-child(n+2) {
  margin-top: 20px;
}

.post .content-body img {
  height: auto;
  max-width: 500px;
}

.aligncenter {
  border: 10px solid #E8ECF4;
  display: block;
  margin: 20px auto;
}

#news-archive {
  margin: 0 auto;
  overflow: hidden;
  width: 1100px;
}

#news-archive #left {
  float: left;
  width: 700px;
}

#news-archive #left article {
  width: 100%;
}

#news-archive #right {
  float: right;
  width: 200px;
}

#news-archive #right h4 {
  font-size: 16px;
  margin: 0 0 20px;
}

#news-archive #right h4:nth-of-type(n+2) {
  margin: 50px 0 20px;
}

#side-category ul {
  list-style: none;
}

#side-category li {
  border-top: 1px solid #ddd;
  padding: 10px 0 10px 16px;
  position: relative;
}

#side-category li:before {
  border: 2px solid #024597;
  border-width: 2px 2px 0 0;
  box-sizing: border-box;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 6px;
}

#side-category ul ul {
  margin: 15px 0 0 15px;
}

#side-archive {
  position: relative;
}

#side-archive:before {
  border: 2px solid #024597;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  content: '';
  height: 6px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(45deg);
  width: 6px;
}

#side-archive select {
  -webkit-appearance:none;
  appearance:none;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  display: block;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 13px;
  padding: 10px 15px;
  width: 200px;
}

.pager {
  text-align: center;
  padding: 50px 0 0;
}

.pager span,
.pager a {
  background: #f0f0f0;
  display: inline-block;
  line-height: 35px;
  margin: 0 3px;
  text-align: center;
  width: 35px;
}

.pager span:first-of-type {
  background: #024597;
  color: #fff;
}

.pager .prev { margin: 0 15px 0 0; }
.pager .next { margin: 0 0 0 15px; }



/* -------------------- media -------------------- */

.media .content-body .note {
  list-style: disc;
  padding: 20px 0 0 20px;
}

.media .content-body li {
  line-height: 1.5;
  padding: 5px 0;
}

.media #maker-list {
  list-style: none;
  margin: 50px 0;
  overflow: hidden;
}

.media #maker-list li {
  float: left;
  margin: 0 20px 0 0;
}

.media #maker-list li:before {
  background: #000;
  content: '';
  display: inline-block;
  height: 14px;
  margin: 0 10px 0 0;
  width: 30px;
}

.media #maker-list li:first-child:before { background: #0697d1; }
.media #maker-list li:nth-child(2):before { background: #00b034; }
.media #maker-list li:nth-child(3):before { background: #005073; }
.media #maker-list li:nth-child(4):before { background: #ff9900; }
.media #maker-list li:nth-child(5):before { background: #FF0066; }
.media #maker-list li:nth-child(6):before { background: #6a509b; }
.media #maker-list li:nth-child(7):before { background: #666633; }
.media #maker-list li:nth-child(8):before { background: #CC0000; }

.media dl {
}

.media dt,
.media dd {
  overflow: hidden;
  width: 100%;
}

.media dd {
  margin: 0 0 30px;
}

.media dt div,
.media dd div {
  float: left;
}

.media .num {
  background: #000;
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 10%;
}

.media .name {
  background: #444;
  color: #fff;
  line-height: 40px;
  padding: 0 2%;
  width: 76%;
}

.media .nissan,
.media .mitsubishi,
.media .subaru,
.media .mazda,
.media .toyota,
.media .suzuki,
.media .null,
.media .honda {
  color: #fff;
  background: #000;
  line-height: 40px;
  text-align: center;
  width: 10%;
}

.media .nissan { background: #0697d1; }
.media .mitsubishi { background: #00b034; }
.media .subaru { background: #005073; }
.media .mazda { background: #ff9900; }
.media .toyota { background: #FF0066; }
.media .suzuki { background: #6a509b; }
.media .null { background: #666633; }
.media .honda { background: #CC0000; }

.media .image img {
  height: 100px;
}

.media .date,
.media .comment,
.media .download {
  line-height: 1.5;
  padding: 20px 0 0 20px;
}

.media .date {
  color: #999;
}

.media .comment {
  width: 50%;
}

.media .download {
  float: right;
}



/* -------------------- manuals -------------------- */

.manuals .content-body .full {
  overflow: hidden;
}

.manuals .content-body .half {
  float: left;
  width: 50%;
}

.manuals .content-body h3 {
  border-bottom: 2px solid #000;
  font-size: 20px;
  margin: 50px 0 50px;
  padding: 0 0 10px;
}

.manuals .content-body h4 {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  width: 90%;
}

.manuals .content-body ul {
  list-style: none;
  padding: 0 0 30px;
}

.manuals .content-body .note {
  list-style: disc;
  padding: 20px 0 0 20px;
}

.manuals .content-body li {
  line-height: 1.5;
  margin-left: 2%;
  padding: 7px 0;
  width: 88%;
}

.manuals .content-body .half li:nth-of-type(2n) {
  background: #F0F4F9;
}

.manuals .content-body li img {
  padding: 0 10px;
  vertical-align: middle;
}



/* -------------------- camspec -------------------- */

.camspec .content-body .full {
  overflow: hidden;
}

.camspec .content-body .half {
  float: left;
  width: 50%;
}

.camspec .content-body h3 {
  border-bottom: 2px solid #000;
  font-size: 20px;
  margin: 50px 0 50px;
  padding: 0 0 10px;
}

.camspec .content-body h4 {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 0 30px;
  padding: 0 2%;
  width: 86%;
}

.camspec .content-body h5 {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  width: 90%;
}

.camspec .content-body ul {
  list-style: none;
  padding: 0 0 30px;
}

.camspec .content-body .note {
  list-style: disc;
  padding: 20px 0 0 20px;
}

.camspec .content-body li {
  line-height: 1.5;
  padding: 5px 0;
}

.camspec .content-body li img {
  padding: 0 10px 0 20px;
  vertical-align: middle;
}



/* -------------------- logoset -------------------- */

.logoset .content-body ul {
  list-style: none;
}

.logoset .content-body li {
  line-height: 1.5;
  padding: 5px 0;
}

.logoset .content-body .note {
  list-style: disc;
  padding: 20px 0 50px 20px;
}

.logoset .content-body img {
  display: block;
  margin: 0 auto 50px;
}

.logoset .content-body a {
  display: block;
  line-height: 1.5;
  margin: 0 0 30px;
}



/* -------------------- wallpaper -------------------- */

.wallpaper .content-body {
  overflow: hidden;
}

.wallpaper .content-body div {
  display: table;
  float: left;
  line-height: 1.5;
  margin: 0 4% 30px 0;
  text-align: center;
  width: 22%;
}

.wallpaper .content-body div:nth-child(4n) {
  margin: 0;
}

.wallpaper .content-body div strong {
  display: block;
  font-size: 14px;
  line-height: 40px;
}

.wallpaper .content-body div .two {
  line-height: 20px;
}

.wallpaper .content-body div img {
  display: block;
  padding: 15px 0;
  width: 100%;
}

.wallpaper .content-body div a {
  font-size: 13px;
}



/* -------------------- mail news -------------------- */

.mail-news #wrapper,
.mail-news-child #wrapper {
  background: #222;
  color: #fff;
}

.mail-news h2,
.mail-news-child h2 {
  border-color: #fff;
  color: #fff;
}

.mail-news .content-body,
.mail-news-child .content-body {
  line-height: 1.5;
}

.mail-news .content-body input,
.mail-news-child .content-body input {
  border: 0;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  padding: 10px;
}

.mail-news .content-body input[type=button],
.mail-news-child .content-body input[type=submit] {
  background: #024597;
  color: #fff;
  cursor: pointer;
}

.mail-news .content-body a,
.mail-news-child .content-body a {
  color: #fff;
  text-decoration: underline;
}



/* -------------------- users voice -------------------- */

.users-voice {
  min-width: 1100px;
}











@media screen and (max-width: 768px) {

body {
  font-size: 13px;
}

a:hover {
  opacity: 1;
}

.sp {
  display: initial;
}

.pc {
  display: none;
}



/* -------------------- header -------------------- */

#header-set {
  min-width: inherit;
}

header {
  height: 26px;
  padding: 12px 5%;
}

header h1 {
  margin: 0;
}

header h1 img {
  height: 26px;
}

#g-navi {
  display: none;
  max-height: 80vh;
  overflow: auto;
}

#g-navi > ul li {
  display: block;
  padding: 0 5%;
  width: 90%;
}

#g-navi > ul a {
  display: block;
  line-height: 40px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
}

#g-navi > ul li:nth-child(n+2) a {
  border-top: 1px solid rgba(255,255,255,.2);
}

#g-navi > ul a:before {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  box-sizing: border-box;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 6px;
}

#header-nav {
  background: #000;
  float: none;
  text-align: left;
}

#header-nav img {
  vertical-align: middle;
}

#g-navi #header-nav li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
}

#g-navi #header-nav li:nth-child(2) {
  border-left: 0;
  margin: 0;
  padding: 0;
}

#g-navi #header-nav li a {
  line-height: 35px;
  padding: 0 0 0 5%;
}

#g-navi #header-nav li:first-child {
  padding-top: 10px;
}

#g-navi #header-nav li:nth-child(5) {
  padding-bottom: 10px;
}

#g-navi #header-nav li:last-child {
  display: none;
}

#g-navi-btn {
  height: 26px;
  position: absolute;
  right: 5%;
  top: 12px;
  width: 26px;
}

#g-navi-btn img {
  height: 26px;
  width: 26px;
}

#wrapper {
  min-width: inherit;
  overflow: auto;
  padding-top: 50px;
}



/* -------------------- top -------------------- */

.slick-slide img {
  height: auto;
  width: 100%;
}

.slick-prev,
.slick-next {
  margin-top: -25px;
  transform: scale(.6);
}

.slick-prev {
  left: 3%;
}

.slick-next {
  right: 3%;
}

.home #intro {
  height: 150px;
  padding: 100px 0 0;
}

.home #copy {
  font-size: 30px;
  width: 90%;
}

section {
  padding: 50px 0;
}

#top-news {
  padding: 50px 0;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  width: 90%;
}

.lang-ja h2 .en {
  font-size: 11px;
  padding: 0 0 0 10px;
}

#top-news ul {
  width: 90%;
}

#top-news-list li {
  padding: 15px 0;
}

.news-cat,
.news-date {
  font-size: 11px;
  width: 80px;
}

.news-title {
  padding-top: 5px;
  width: 100%;
}

.linkbtn {
  margin: 30px auto 0;
  max-width: 400px;
  width: 90%;
}

#top-product {
  width: 90%;
}

#top-product a {
  background-image: none;
  width: 100%;
}

#top-product h3 {
  font-size: 16px;
  padding: 165px 15px 10px;
}

#top-product h3 img {
  height: 15px;
}

#top-product h3:before {
  height: 150px;
}

#top-product p {
  line-height: 20px;
  padding: 0 15px 15px;
}

#top-product-brand {
  margin-top: 5%;
}

#top-sns {
  width: 90%;
}

#top-sns-tw,
#top-sns-fb,
#top-sns-ig {
  float: none;
  margin: 0 0 30px;
  width: 100%;
}

#top-sns h3 {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px;
}

#top-sns h3 span {
  font-size: 11px;
}

.top-sns-iframe {
  margin: 0 auto;
  max-width: 500px;
}

#top-sns img {
  width: 100%;
}

#top-video {
  width: 90%;
}

#top-video .videos div {
  width: 47.5%;
}

#top-video .videos div:first-child {
  margin: 0 5% 0 0;
}

#top-video iframe {
  height: 150px;
  width: 100%;
}

#top-tec-info {
  width: 90%;
}

#top-tec-info div {
  width: 100%;
}

#top-tec-info div:first-child {
  margin: 0 0 30px;
}

#top-tec-info h3 {
  font-size: 14px;
  margin: 0 0 20px;
}

#top-tec-info h3 .n {
  font-size: 20px;
}

#top-tec-info ul,
#top-tec-info div:first-child ul {
  float: none;
  margin: 0;
  width: 100%;
}

#top-tec-info li {
  background-size: 7px;
}



/* -------------------- footer -------------------- */

#footer-contents {
  padding: 30px 0;
}

#footer-contents nav {
  width: 90%;
}

#footer-contents ul {
  float: none;
  width: 100%;
}

#footer-contents ul:nth-child(n+2) {
  margin-top: 20px;
}

#footer-contents li {
  font-size: 12px;
}

#footer-contents li:first-child {
  font-size: 13px;
  margin: 0 0 10px;
}

footer {
  padding: 20px 5%;
}

#footer-nav {
  float: none;
}

#footer-nav li {
  margin: 0;
  padding: 5px 15px 5px 0;
}

#footer-nav li:first-child {
  float: none;
}

#footer-nav img {
  height: 14px;
  padding: 0 0 10px;
}

#copyright {
  float: none;
  font-size: 10px;
  padding: 10px 0 0;
}

#pagetop {
  bottom: 5%;
  right: 5%;
}

#pagetop img {
  height: 36px;
  width: 36px;
}



/* -------------------- about -------------------- */

.about #page-header {
  height: 100px;
}

.about .content-body p {
  letter-spacing: .06em;
  line-height: 2;
}

.about .content-body .message img {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 400px;
  padding: 0 0 20px;
  width: 100%;
}

.profile .content-body dt,
.profile .content-body dl.en dt,
.history .content-body dt {
  box-sizing: border-box;
  width: 100%;
}

.profile .content-body dd,
.profile .content-body dl.en dd,
.history .content-body dd {
  box-sizing: border-box;
  padding: 10px;
}

.about-child .content-body .imagebox img {
  height: auto;
  width: 100%;
}

.about .linkbtn,
.about-child .linkbtn {
  width: 100%;
}

.history .intro h4 {
  font-size: 18px;
  margin: 30px 0 15px;
}



/* -------------------- products -------------------- */

.products #page-header {
  height: 100px;
}

.content-body {
  width: 90%;
}

#main {
  margin: 35px auto 125px;
  position: relative;
}

.products #main #right {
  padding: 0;
}

.products #main #right .blocks {
  display: block;
}

.products #main #right .block {
  margin: 5px 0;
  padding: 20px;
  width: 90%;
}

.products #main #right h3 {
  font-size: 14px;
  margin: 0 0 10px;
}

select,
input {
  border-radius: 0;
}

.products #main #right input[type=text],
.products #main #right select {
  margin-bottom: -10px;
}

.products #main #left {
  overflow: auto;
}

.products #main #left p {
  display: block;
  padding: 0 0 25px;
}

.products #main table {
  border: 1px solid #ccc;
  font-size: 11px;
  width: 700px;
}

.products #main td {
  padding: 6px;
}

.products #main #left a {
  font-size: 14px;
}

.products #main #empty p {
  font-size: 16px !important;
  line-height: 1.5;
}

.brands {
  margin: 60px auto 0;
  width: 100%;
}

.brands h3 {
  width: 90%;
}

.brands ul {
  width: 90%;
}

.brands li {
  margin: 0 !important;
  width: 49%;
}

.brands li:nth-child(2n) {
  margin-left: 2% !important;
}

.brands li:nth-child(n+3) {
  margin-top: 2% !important;
}



/* -------------------- news -------------------- */

#news-archive {
  width: 90%;
}

#news-archive #left {
  float: none;
  width: 100%;
}

#news-archive .post-title {
  font-size: 16px;
  line-height: 1.5;
}

.post .content-body img {
  box-sizing: border-box;
  max-width: 100%;
}

#news-archive #right {
  float: none;
  padding-top: 50px;
  width: 100%;
}

#news-archive #right h4 {
  float: left;
  font-size: 13px;
  line-height: 36px;
  margin: 0 0 10px !important;
  width: 30%;
}

#news-archive #right h4:nth-of-type(n+2) {
  line-height: 42px;
}

#side-category,
#side-archive {
  float: left;
  margin: 0 0 30px;
  width: 70%;
}

#side-archive select {
  width: 100%;
}



/* -------------------- manuals -------------------- */

.manuals .content-body .note {
  padding: 20px 0 0 20px;
}

.manuals .content-body .half {
  width: 100%;
}

.manuals .content-body h4 {
  font-size: 14px;
  width: 100%;
}

.manuals .content-body li {
  width: 96%;
}



/* -------------------- wallpaper -------------------- */

.wallpaper .content-body {
  font-size: 0;
}

.wallpaper .content-body div {
  display: inline-block;
  float: none;
  font-size: 13px;
  margin: 0 !important;
  width: 48%;
}

.wallpaper .content-body div:nth-child(2n) {
  margin-left: 3.8% !important;
}

.wallpaper .content-body div:nth-child(n+3) {
  margin-top: 4% !important;
}

.wallpaper .content-body div strong {
  line-height: 20px;
}


}




.page-template-page-plain #main {
  margin: 0;
}

.page-template-page-plain .content-title {
  display: none;
}

.page-template-page-plain .content-body {
  margin: 0 0 100px;
  width: 100%;
}

.page-template-page-plain #inner {
  margin:0 auto;
  width:1050px;
}

.page-template-page-plain #inner > *:nth-child(n+2) {
  margin-top: 40px;
}

.page-template-page-plain .content-body p,
.page-template-page-plain .content-body td {
  line-height: 1.75;
}


.page-template-page-plain .content-body h3 {
  border-bottom: 2px solid #000;
  font-size: 20px;
  margin: 50px 0 50px;
  padding: 0 0 10px;
}

.page-template-page-plain .content-body h4 {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  width: 90%;
}

.page-template-page-plain .content-body a + .linkbtn {
  margin-top: 10px;
}




@media screen and (max-width: 768px) {

.page-template-page-plain #inner {
  width: 90%;
}

.page-template-page-plain .content-body h3 {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 5px;
  margin: 40px 0 20px;
}

}



/* -------------------- dealer -------------------- */

.dealer .content-body a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

.dealer .content-body h3 {
  border-bottom: 2px solid #000;
  font-size: 20px;
  margin: 50px 0 20px;
  padding: 0 0 10px;
}

.dealer .content-body h4 {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin: 30px 10px 10px;
  padding: 0 0 10px;
  width: 98%;
}

.dealer .content-body table{
  width: 98%;
  font-size: 13px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 5px 0;
}

.dealer .content-body table th,table td{
  padding: 10px 12px;
}

.dealer .content-body table tr:nth-child(even){
  background-color: #F0F4F9
}