@charset "UTF-8";
html {
  font-size: 14px;
}

body {
  line-height: 1.785;
  font-weight: normal;
  padding-top: 74px;
}

#main_contents {
  padding-top: 24px;
  padding-bottom: 40px;
}

.leftCol,
.rightCol {
  float: none;
  width: auto;
}

.innerWrap {
  max-width: inherit;
  padding: 0 20px !important;
}

a:hover,
a:hover img,
.ro:hover {
  opacity: 1;
  -webkit-transform: 0;
  transform: 0;
}

.ro a:hover,
.ro a:hover img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.pcCont {
  display: none !important;
}

.spCont {
  display: block;
}

#spMenuOverlay,
#spMenu {
  display: block;
}

/* commons */
.bold, strong {
  font-weight: bold;
}

.f_left {
  float: none;
}

.f_right {
  float: none;
}

#pageTop {
  position: fixed;
  right: 12px;
  bottom: 40px;
}

#pageTop a {
  display: block;
  padding: 17px 13px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

#pageTop img {
  display: block;
  height: 10px;
  width: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header,
header h1,
header h1 img,
header .gNav ul li,
header .gNav ul li:before,
header .gNav ul li .menu,
header .gNav ul li .menu .innerWrap,
header .contact ul li img,
header .contact ul li .menu {
  -webkit-transition: none;
  transition: none;
}

header {
  position: fixed;
  height: 74px;
  padding: 0;
}

header h1 {
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 15px;
}

header h1 img {
  height: 47px;
}

header .spBtns {
  float: right;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 10px;
}

header .spBtns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .spBtns ul li {
  min-width: 45px;
}

header .spBtns ul li a {
  display: block;
  text-align: center;
  font-size: 7.5px;
  font-weight: bold;
}

header .spBtns ul li a p {
  margin-top: 4px;
}

header .spBtns ul li:nth-child(2) {
  margin: 0 10px;
}

header .spBtns ul li:nth-child(3) a {
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 8px;
  letter-spacing: 0.15em;
}

header .gNav,
header .contact {
  display: none;
}

@media screen and (max-width: 320px) {
  header h1 {
    padding-left: 10px;
  }
  header .spBtns {
    padding-right: 5px;
  }
  header .spBtns ul li a {
    letter-spacing: 0.01em;
  }
  header .spBtns ul li:nth-child(2) {
    margin: 0 8px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer .contact {
  padding-top: 28px;
  padding-bottom: 24px;
}

footer .contact .hd {
  font-size: 18px;
  line-height: 1.555;
  margin-bottom: 19px;
  padding-bottom: 12px;
}

footer .contact .hd:after {
  width: 89px;
  height: 2px;
}

footer .contact .btns {
  margin-top: 21px;
}

footer .links {
  padding: 24px 0 20px;
  border-width: 1px;
}

footer .links .innerWrap {
  max-width: inherit;
  display: block;
}

footer .links .left,
footer .links .right {
  width: auto;
}

footer .links .left div,
footer .links .right div {
  margin-bottom: 18px !important;
}

footer .links .left div img,
footer .links .right div img {
  width: 100%;
  height: auto;
}

footer .links .right div {
  margin-bottom: 0 !important;
}

footer .socialLinks {
  padding-top: 13px;
  padding-bottom: 14px;
}

footer .copyright {
  font-size: 10px;
  padding: 18px 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■spMenu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 74px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

#spMenu {
  display: none;
  position: fixed;
  width: 100%;
  top: 74px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 0;
}

#spMenu .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#spMenu .inner > ul > li > a {
  display: block;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 15px 20px;
  background: #000000;
  position: relative;
}

#spMenu .inner > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenu .inner > ul > li > a.parent:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#spMenu .inner > ul > li > a.parent.opened:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}

#spMenu .inner > ul > li > a small {
  font-size: 10px;
  margin-left: 10px;
}

#spMenu .inner > ul > li.nav_top > a {
  background: #626262;
}

#spMenu .inner > ul > li.nav_about > a {
  background: #e98c09;
}

#spMenu .inner > ul > li.nav_service > a {
  background: #70be83;
}

#spMenu .inner > ul > li.nav_product > a {
  background: #2d4a68;
}

#spMenu .inner > ul > li.nav_faq > a {
  background: #eb9996;
}

#spMenu .inner > ul > li.nav_other > a {
  background: #d2c678;
}

#spMenu .inner > ul > li .menu {
  display: none;
}

#spMenu .inner > ul > li .menu ul {
  background: #ffffff;
}

#spMenu .inner > ul > li .menu ul li {
  border-bottom: 1px solid #bfbfbf;
}

#spMenu .inner > ul > li .menu ul li:last-child {
  border-bottom: none;
}

#spMenu .inner > ul > li .menu ul li a {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
}

#spMenu .inner > ul > li .menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  border-right: 1px solid #030303;
  border-top: 1px solid #030303;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenu .inner > ul > li.nav_other .menu ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}

#spMenu .close {
  position: fixed;
  top: 0;
  right: 0;
  height: 74px;
  min-width: 45px;
  padding: 0 10px;
}

#spMenu .close a {
  display: block;
  height: 100%;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  padding-top: 14px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#spMenu .close a p {
  margin-top: 4px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pageTitle
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pageTitle {
  padding-top: 57px;
  padding-bottom: 59px;
  background-image: url(../../img/sp/bg_pagetitle.png);
}

.pageTitle .innerWrap {
  padding: 0 25px !important;
}

.pageTitle .eng img {
  height: 17px;
}

.pageTitle h2 {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 9px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pankuzu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pankuzu {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■socialLinks
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.socialLinks {
  border-width: 1px;
}

.socialLinks ul {
  margin-top: 4px;
}

.socialLinks ul li {
  margin: 0 12.5px;
}

.socialLinks ul li img {
  height: 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■telNumbers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.telNumbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.telNumbers li {
  display: block;
  width: 50%;
  margin: 5.5px 0 !important;
  border-left: 2px solid #394d70;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.telNumbers li a {
  text-align: left !important;
  font-size: 19px;
  padding-left: 11px !important;
  padding-right: 0 !important;
  padding-top: 4px;
  padding-bottom: 2px;
}

.telNumbers li a span {
  display: block;
  width: auto !important;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 0;
}

@media screen and (max-width: 320px) {
  .telNumbers li a {
    font-size: 17px;
  }
  .telNumbers li a span {
    font-size: 13px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■newsList
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.newsList li a {
  width: auto;
  display: block;
  padding: 11px 50px 11px 18px;
}

.newsList li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  border-right: 1px solid #d2c678;
  border-top: 1px solid #d2c678;
  height: 6px;
  width: 6px;
  margin-top: -4px;
  margin-right: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsList li a:before {
  background: none !important;
}

.newsList li a:hover:before {
  width: 6px;
}

.newsList li a .date,
.newsList li a .ttl {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
}

.newsList li a .date {
  width: auto;
  margin-bottom: 4px;
}

.newsList li a .cat {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: 112px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■productList
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.productList {
  margin-top: 21px;
  margin-bottom: -6px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.productList li {
  width: 103px !important;
  height: 103px !important;
  font-size: 13px;
  margin: 0 3px 6px !important;
  border: 1px solid #cecece;
}

.productList li:nth-child(5), .productList li:nth-child(6), .productList li:nth-child(7) {
  margin-bottom: 0 !important;
}

.productList li span {
  font-size: 10px;
  margin-top: 2px;
}

@media screen and (max-width: 320px) {
  .products .productList li {
    width: 90px !important;
    height: 90px !important;
    font-size: 12px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■brands
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.brands .box {
  width: 100%;
}

.brands .box.left, .brands .box.right {
  float: none;
}

.brands .box.right {
  margin-top: 29px;
}

.brands .box .hd {
  font-size: 18px;
  padding-bottom: 4px;
}

.brands .box .hd:before {
  width: 89px;
  height: 1.5px;
}

.brands .box .logo {
  margin-top: 16px;
  margin-bottom: 19px;
}

.brands .box .logo img {
  height: 45px;
}

.brands .box .txt {
  line-height: 1.785;
  margin-top: 13px;
  letter-spacing: 0;
}

.brands .box .txt br {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■anchor
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.anchors {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.anchors ul {
  width: 100%;
  margin: 0 !important;
}

.anchors ul li {
  font-size: 14px;
  border-bottom: 2px solid #ffffff !important;
}

.anchors ul li a {
  padding: 11px 35px 11px 50px;
}

.anchors ul li a:before {
  right: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■hd
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.commonHd01 {
  font-size: 20px;
  line-height: 1.57;
  padding-bottom: 15px;
}

.commonHd01:before {
  width: 89px;
}

.commonHd02 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 6px;
}

.commonHd02:before {
  width: 130px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■btn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn {
  width: auto;
}

.btn a {
  font-size: 15px;
  padding: 9px 0;
}

.btn a:after {
  width: 22px;
}

/* btns */
.btns .btn {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.btns .btn:last-child {
  margin-bottom: 0;
}

.btns .btn a {
  font-size: 16px;
  padding: 11px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.commonTable01 th, .commonTable01 td {
  display: block;
  font-size: 13px;
  padding: 0;
}

.commonTable01 th {
  width: auto;
  margin-bottom: 1px;
  padding-top: 10px;
}

.commonTable01 td {
  padding-bottom: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■other
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.description {
  margin-top: 22px;
  padding-left: 0;
  padding-right: 0;
}
