@charset "UTF-8";
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2b383f;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 100%;
  letter-spacing: 1px;
  line-height: 1.6;
  vertical-align: baseline;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, dl, ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  text-indent: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  text-align: left;
  /*iphone*/
}

.logo-wrapper a img {
  display: block;
  width: 100%;
}

body #contents {
  width: 100% !important;
  line-height: 1.6;
}

.cf {
  zoom: 1;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure > img {
  width: 100%;
}

a {
  color: transparent;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

ul {
  font: inherit;
}

.red {
  color: #c00 !important;
}

.bgc {
  background-color: #eceff1;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  position: fixed;
}

[class*="pc-none"] {
  display: none;
}

@media screen and (max-width: 736px) {
  [class*="sp-none"] {
    display: none;
  }
  [class*="pc-none"] {
    display: block;
  }
}

figure.small {
  width: 85%;
}

#ghcontainer *, #ghcontainer-sp-menu *, #footer-sp *, #footer * {
  letter-spacing: 0px !important;
  vertical-align: baseline !important;
}

#ghcontainer {
  z-index: 50 !important;
}

.l-header-inner {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 736px) {
  .l-header-inner {
    width: 100%;
    padding: 15px 0;
  }
}

.l-section-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 20px;
}

@media screen and (max-width: 736px) {
  .l-section-inner {
    width: 100%;
    padding: 12.5% 4.6875% 3.125%;
  }
}

#sec4 .l-section-inner {
  padding: 70px 0 70px;
}

@media screen and (max-width: 736px) {
  #sec4 .l-section-inner {
    padding: 40px 4.6875% 40px;
  }
}

.l-module-padding-large {
  padding: 30px;
}

@media screen and (max-width: 736px) {
  .l-module-padding-large {
    padding: 15px;
  }
}

.l-module-padding-medium {
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .l-module-padding-medium {
    padding: 15px;
  }
}

.l-module-margin {
  margin: 50px 0;
}

@media screen and (max-width: 736px) {
  .l-module-margin {
    margin: 9.375% 0;
  }
}

.l-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headline {
  position: relative;
  padding: 0 0 10px 0;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .headline {
    padding-bottom: 20px;
    font-size: 22px;
  }
}

.headline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  .headline::before {
    height: 2px;
  }
}

/*--------------------------------------------------
  汎用ボタン
--------------------------------------------------*/
@media screen and (min-width: 737px), print {
  a:hover {
    opacity: .7;
  }
}

a.btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 4px;
  background-color: #009844;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  a.btn_more {
    height: 40px;
    font-size: 14px;
  }
}

a.btn_more::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(45deg);
          transform: scale(0.85, 1) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
}

a.btn_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background-color: #eceff1;
  color: #2b383f;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  a.btn_back {
    width: 320px;
    height: 63px;
  }
}

@media screen and (max-width: 736px) {
  a.btn_back {
    width: auto;
    height: 75px;
    margin: 0 15px;
    font-size: 19px;
  }
}

a.btn_back > span {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 737px), print {
  a.btn_back > span {
    padding-left: 35px;
  }
}

@media screen and (max-width: 736px) {
  a.btn_back > span {
    padding-left: 54px;
  }
}

a.btn_back > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(45deg);
          transform: scale(0.85, 1) rotate(45deg);
  border-bottom: 2px solid #009844;
  border-left: 2px solid #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_back > span::after {
    left: 25px;
    width: 10px;
    height: 10px;
  }
}

a.btn_next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 58px 0 40px;
  border: 2px solid #2b383f;
  color: #2b383f;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  a.btn_next {
    min-height: 77px;
    padding: 0 66px 0 36px;
    border-width: 1px;
    font-size: 14px;
  }
}

a.btn_next span::before {
  display: inline;
  font-weight: normal;
  content: 'NEXT：';
}

@media screen and (max-width: 736px) {
  a.btn_next span::before {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}

a.btn_next::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #009844;
  border-left: 2px solid #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_next::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

a.btn_normal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 45px 0 40px;
  border: 2px solid #2b383f;
  color: #2b383f;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  a.btn_normal {
    min-height: 77px;
    padding: 0 41px 0 36px;
    border-width: 1px;
    font-size: 14px;
  }
}

a.btn_normal::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #009844;
  border-left: 2px solid #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_normal::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

/*--------------------------------------------------
  text
--------------------------------------------------*/
.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.text--heading {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .text--heading {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.text--heading__discription {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .text--heading__discription {
    font-size: 12px;
  }
}

.text--subheading {
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 736px) {
  .text--subheading {
    font-size: 18px;
  }
}

.text--plane {
  color: #2b383f;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 736px) {
  .text--plane {
    font-size: 14px;
  }
}

.text--plane_s {
  font-size: 12px;
}

.text-cap {
  font-size: 14px;
}

.text-under-line {
  text-decoration: underline;
}

[class*="text--"] + [class*="text--"] {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  [class*="text--"] + [class*="text--"] {
    margin-top: 15px;
  }
}

.text-after-arrow {
  position: relative;
}

.text-after-arrow::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 16px;
  margin: auto;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 16px;
  content: "\f054";
}

.text-before-arrow {
  position: relative;
}

.text-before-arrow::after {
  position: absolute;
  left: 10px;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f054";
}

.text-before-plus {
  position: relative;
}

.text-before-plus::after {
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0fe";
}

.text-before-minus {
  position: relative;
}

.text-before-minus::after {
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f146";
}

.text-before-arrow-box {
  position: relative;
}

.text-before-arrow-box::after {
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f152";
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  opacity: .7;
}

.btn--long {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .btn--long {
    width: 100%;
  }
}

.btn i {
  float: right;
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

.btn i::before {
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

header .l-outer-header {
  background-color: #fff;
}

header .l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

header .l-header-inner .hMenu {
  display: block;
  position: relative;
  padding-top: 28px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu {
    margin-right: 20px;
    padding-top: 21px;
  }
}

header .l-header-inner .hMenu span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 25px;
  height: 3px;
  margin: auto;
  background-color: #2b383f;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu span {
    width: 20px;
    height: 2px;
  }
}

header .l-header-inner .hMenu span:nth-of-type(1) {
  top: 0;
}

header .l-header-inner .hMenu span:nth-of-type(2) {
  top: 9px;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu span:nth-of-type(2) {
    top: 7px;
  }
}

header .l-header-inner .hMenu span:nth-of-type(3) {
  top: 18px;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu span:nth-of-type(3) {
    top: 14px;
  }
}

header .l-header-inner .hMenu::after {
  display: block;
  margin: 0 auto;
  color: #2b383f;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  content: "MENU";
}

.js-header-wrapper {
  z-index: 50;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .js-header-wrapper {
    background-color: #fff;
  }
}

.js-header-wrapper.is-fixed {
  top: 0;
}

.js-header-wrapper.is-fixed .l-outer-header {
  background-color: rgba(255, 255, 255, 0.9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab-wrapper {
  background-color: rgba(120, 120, 120, 0.9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab a {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .js-header-wrapper.is-fixed {
    top: 0;
    -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
  }
}

.logo-wrapper {
  width: 186px;
  margin-left: 20px;
}

@media screen and (max-width: 736px) {
  .logo-wrapper {
    width: 133px;
  }
}

.logo-wrapper a img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .js-pc-header-panel {
    display: none;
    width: 980px;
  }
}

.js-pc-header-panel .pc-header-tab-wrapper {
  background-color: #eceff1;
}

.js-pc-header-panel .pc-header-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 980px;
  margin: 0 auto;
  color: #2b383f;
  list-style: none;
}

.js-pc-header-panel .pc-header-tab li {
  position: relative;
}

.js-pc-header-panel .pc-header-tab li.js-pc-header-tabs__items > a {
  cursor: default;
}

.js-pc-header-panel .pc-header-tab span {
  display: none;
}

.js-pc-header-panel .pc-header-tab span.is-active {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
}

.js-pc-header-panel .pc-header-tab a {
  display: block;
  position: relative;
  padding: 20px;
  color: #2b383f;
  font-size: 16px;
}

.js-hover-effect.is-active a {
  background-color: #ffffff;
  color: #009844 !important;
}

.js-hover-effect.is-active span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #009844;
}

@media screen and (max-width: 736px) {
  footer {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 736px) {
  footer a {
    display: inline-block;
    width: 100%;
  }
}

footer a:hover {
  text-decoration: underline;
}

footer p, footer a, footer .text--plane {
  color: #fff;
}

footer li {
  font-size: 14px;
}

footer .js-back-to-top {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 6%;
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 736px) {
  footer .js-back-to-top {
    right: 5%;
    width: 50px;
    height: 50px;
  }
}

footer .js-back-to-top > img {
  width: 100%;
  height: auto;
}

/* ------------------ side navigation ------------------ */
#side_navigation {
  z-index: 49;
}

#side_navigation.hide {
  display: none !important;
}

@media screen and (min-width: 737px), print {
  #side_navigation {
    display: block !important;
    position: fixed;
    top: 204px;
    right: 0;
    width: 184px;
  }
}

@media screen and (max-width: 736px) {
  #side_navigation {
    display: none !important;
    position: relative;
    top: 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 736px) {
  #side_navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li {
    position: absolute;
    top: 0;
    right: 0;
    width: 184px;
    height: 50px;
    margin-bottom: 1px;
    overflow: hidden;
    background-color: rgba(99, 99, 99, 0.8);
    background-position: 2px left;
    background-repeat: no-repeat;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
  }
  #side_navigation ul li:nth-of-type(1) {
    top: 0;
  }
  #side_navigation ul li:nth-of-type(2) {
    top: 52px;
  }
  #side_navigation ul li:nth-of-type(3) {
    top: 103px;
  }
  #side_navigation ul li:hover {
    opacity: .8;
  }
  #side_navigation ul li.side_repair {
    top: 103px;
  }
}

@media screen and (max-width: 736px) {
  #side_navigation ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: 85px;
    border: 1px solid #b5b5b5;
    text-align: center;
  }
  #side_navigation ul li + li {
    margin-left: 7px;
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li.side_search {
    background-image: url(../img/sidenavi/parts_side_nav_search_pc.png);
  }
}

@media screen and (max-width: 736px) {
  #side_navigation ul li.side_search span {
    background-image: url(../img/sidenavi/parts_side_nav_search_sp.png);
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li.side_catalog {
    background-image: url(../img/sidenavi/parts_side_nav_catalog_pc.png);
  }
}

@media screen and (max-width: 736px) {
  #side_navigation ul li.side_catalog span {
    background-image: url(../img/sidenavi/parts_side_nav_catalog_sp.png);
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li.side_repair {
    background-image: url(../img/sidenavi/parts_side_nav_repair_pc.png);
  }
}

@media screen and (max-width: 736px) {
  #side_navigation ul li.side_repair span {
    background-image: url(../img/sidenavi/parts_side_nav_repair_sp.png);
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li.side_business {
    background-image: url(../img/sidenavi/parts_side_nav_business_pc.png);
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li.side_estimate {
    background-image: url(../img/sidenavi/parts_side_nav_estimate_pc.png);
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li a {
    display: block;
    position: absolute;
    left: 55px;
    min-width: 100px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
  }
}

@media screen and (max-width: 736px) {
  #side_navigation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #2b383f;
    font-size: 10px;
    font-weight: bold;
  }
}

@media screen and (min-width: 737px), print {
  #side_navigation ul li a span {
    display: block;
    display: block;
    width: auto;
    height: 50px;
    color: #fff;
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  #side_navigation ul li a span {
    padding-top: 35px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
}

#side_navigation ul li:nth-of-type(3) {
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

#modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 90%;
  margin: auto;
  overflow: auto;
}

@media screen and (min-width: 737px), print {
  #modal {
    width: 970px;
    height: 0;
  }
}

@media screen and (max-width: 736px) {
  #modal {
    display: none;
  }
}

#modal.open {
  display: block;
  height: 90%;
}

#modal-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 101;
  position: relative;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 737px), print {
  #modal-content {
    margin: 0 auto;
    padding: 100px 64px 0;
  }
}

@media screen and (max-width: 736px) {
  #modal-content {
    padding: 45px 15px 0;
  }
}

#modal-content .linkBox {
  height: 58px;
  border: 1px solid #cecece;
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox {
    margin: 10px 0 30px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox {
    margin: 8px 0 10px;
  }
}

#modal-content .linkBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #2b383f;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox a {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox a {
    font-size: 16px;
  }
}

#modal-content .linkBox a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #cecece;
  border-left: 2px solid #cecece;
  content: '';
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox a::after {
    right: 30px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox a::after {
    right: 16px;
  }
}

#modal-content .linkBox a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/modal/ico_modal04.png) left center no-repeat;
  white-space: nowrap;
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox a span {
    min-width: 180px;
    height: 50px;
    padding-left: 63px;
    background-size: 48px 48px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox a span {
    min-width: 125px;
    min-height: 43px;
    padding-left: 40px;
    background-size: 29px 29px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content.lawn-g {
    padding: 45px 0 0;
  }
}

#modal-content .linkBox02 {
  border-bottom: 1px solid #cecece;
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox02 {
    margin: 0;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 {
    margin: 0;
  }
}

#modal-content .linkBox02:first-child {
  border-top: 1px solid #cecece;
}

#modal-content .linkBox02 .linkBox02 {
  border-right: none;
  border-left: none;
  background: #eceff1;
  text-align: left;
}

#modal-content .linkBox02 .linkBox02:last-child {
  border-bottom: none;
}

#modal-content .linkBox02 .linkBox02 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 0.5em;
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 .linkBox02 a {
    padding-left: 0;
  }
}

#modal-content .linkBox02 .linkBox02 a span.sub {
  position: relative;
  width: 7em;
  text-align: left;
}

#modal-content .linkBox02 .linkBox02 a span.sub:before {
  color: #b5b5b5;
  content: '-';
}

#modal-content .linkBox02 .linkBox02 a span.sub:after {
  position: absolute;
  top: 0;
  right: -8em;
  width: 5em;
  height: 50px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 50px;
  content: '';
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 .linkBox02 a span.sub:after {
    height: 40px;
    font-size: 10px;
    line-height: 40px;
  }
}

#modal-content .linkBox02 .linkBox02 a span.sub.store_s:after {
  background: url(../img/icon-sales.png) left center no-repeat;
  background-size: 25px 18px;
  content: '販売店';
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 .linkBox02 a span.sub.store_s:after {
    background-size: 19px 13px;
  }
}

#modal-content .linkBox02 .linkBox02 a span.sub.repair_s:after {
  background: url(../img/icon-repair.png) left center no-repeat;
  background-size: 23px 23px;
  content: '修理店';
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 .linkBox02 a span.sub.repair_s:after {
    background-size: 17px 17px;
  }
}

#modal-content .linkBox02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 58px;
  color: #2b383f;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox02 a {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 40px;
    font-size: 12.5px;
  }
}

#modal-content .linkBox02 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #2d3a41;
  border-left: 2px solid #2d3a41;
  content: '';
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox02 a::after {
    right: 30px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 a::after {
    right: 16px;
  }
}

#modal-content .linkBox02 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

#modal-content .linkBox02 a span.catalog:before {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  height: 50px;
  background: url(../img/icon-cat.png) left center no-repeat;
  background-size: 39px 28px;
  line-height: 50px;
  content: '';
}

#modal-content .linkBox02 a span.sales:before {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  height: 50px;
  background: url(../img/icon-sales.png) left center no-repeat;
  background-size: 39px 28px;
  line-height: 50px;
  content: '';
}

#modal-content .linkBox02 a span.faq:before {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 13px;
  width: 34px;
  height: 50px;
  background: url(../img/faq.png) left center no-repeat;
  background-size: 34px 34px;
  line-height: 50px;
  content: '';
}

#modal-content .linkBox02 a span.opportunity:before {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 13px;
  width: 33px;
  height: 50px;
  background: url(../img/icon-opportunity.png) left center no-repeat;
  background-size: 33px 24px;
  line-height: 50px;
  content: '';
}

#modal-content .linkBox02 a span.repair:before {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 13px;
  width: 33px;
  height: 50px;
  background: url(../img/icon-repair_m.png) left center no-repeat;
  background-size: 33px 30px;
  line-height: 50px;
  content: '';
}

@media screen and (min-width: 737px), print {
  #modal-content .linkBox02 a span {
    min-width: 10em;
    height: 50px;
    padding-left: 63px;
    background-size: 48px 48px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .linkBox02 a span {
    min-width: 125px;
    min-height: 43px;
    padding-left: 40px;
    background-size: 29px 29px;
  }
}

#modal-content .sp_box.hide {
  display: none !important;
}

#modal-content .sp_box li:first-child {
  border-top: none;
}

@media screen and (max-width: 736px) {
  #modal-content .sp_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #modal-content .sp_box li {
    width: 50%;
    height: 80px;
    padding: 0;
    border-bottom: 1px solid #cecece;
  }
  #modal-content .sp_box li:first-child {
    border-left: none;
  }
  #modal-content .sp_box li a {
    width: 100%;
    height: 80px;
  }
  #modal-content .sp_box li a::after {
    display: none;
  }
  #modal-content .sp_box li span.catalog {
    top: 20px;
    line-height: 1;
  }
  #modal-content .sp_box li span.catalog:before {
    top: -37px;
    left: calc(50% - 17px);
    width: 35px;
    background-size: 35px 25px;
  }
  #modal-content .sp_box li span.sales {
    top: 20px;
    line-height: 1;
  }
  #modal-content .sp_box li span.sales:before {
    top: -37px;
    left: calc(50% - 17px);
    width: 35px;
    background-size: 35px 25px;
  }
  #modal-content .sp_box li span.faq {
    top: 20px;
    line-height: 1;
  }
  #modal-content .sp_box li span.faq:before {
    top: -37px;
    left: calc(50% - 14px);
    width: 29px;
    background-size: 29px 29px;
  }
  #modal-content .sp_box li span.opportunity {
    top: 20px;
    line-height: 1;
  }
  #modal-content .sp_box li span.opportunity:before {
    top: -37px;
    left: calc(50% - 14px);
    width: 28px;
    background-size: 28px 20px;
  }
  #modal-content .sp_box li span.repair {
    top: 20px;
    line-height: 1;
  }
}

@media screen and (max-width: 736px) and (max-width: 736px) {
  #modal-content .sp_box li span.repair {
    top: 0;
    padding-left: 80px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .sp_box li span.repair:before {
    top: -37px;
    left: calc(50% - 12px);
    width: 28px;
    background-size: 25px 23px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .sp_box.TopPage_M li {
    border-left: 1px solid #cecece;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .sp_box.TopPage_M li:first-child {
    border-left: none;
  }
}

#modal-content .sp_box.walking_M, #modal-content .sp_box.electric_M, #modal-content .sp_box.engine_M, #modal-content .sp_box.miimo_M, #modal-content .sp_box.ride-on-mower_M {
  display: block;
}

@media screen and (max-width: 736px) {
  #modal-content .sp_box.walking_M, #modal-content .sp_box.electric_M, #modal-content .sp_box.engine_M, #modal-content .sp_box.miimo_M, #modal-content .sp_box.ride-on-mower_M {
    /* display: flex;
        align-items: center;
        justify-content: center; */
    /* li{
          width: calc(100% / 3);
          height: 80px;
          border-left:1px solid #cecece;
          border-bottom:1px solid #cecece;
          padding:0;

          &:first-child{
            border-left: none;
          }

          a{
            width: 100%;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;

            span.catalog,
            span.sales,
            span.faq,
            span.opportunity{
              padding-left: 0;
              min-width: initial;
            }
          }
        } */
  }
  #modal-content .sp_box.walking_M li, #modal-content .sp_box.electric_M li, #modal-content .sp_box.engine_M li, #modal-content .sp_box.miimo_M li, #modal-content .sp_box.ride-on-mower_M li {
    position: relative;
    width: 100%;
    height: 40px;
  }
  #modal-content .sp_box.walking_M li.kensaku::after, #modal-content .sp_box.electric_M li.kensaku::after, #modal-content .sp_box.engine_M li.kensaku::after, #modal-content .sp_box.miimo_M li.kensaku::after, #modal-content .sp_box.ride-on-mower_M li.kensaku::after {
    position: absolute;
    top: 14px;
    right: 6px;
    width: 14px;
    height: 14px;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    border-bottom: 0;
    border-left: 2px solid #2d3a41;
    content: '';
  }
  #modal-content .sp_box.walking_M li.kensaku.active::after, #modal-content .sp_box.electric_M li.kensaku.active::after, #modal-content .sp_box.engine_M li.kensaku.active::after, #modal-content .sp_box.miimo_M li.kensaku.active::after, #modal-content .sp_box.ride-on-mower_M li.kensaku.active::after {
    content: none;
  }
  #modal-content .sp_box.walking_M > li, #modal-content .sp_box.electric_M > li, #modal-content .sp_box.engine_M > li, #modal-content .sp_box.miimo_M > li, #modal-content .sp_box.ride-on-mower_M > li {
    height: auto;
  }
  #modal-content .sp_box.walking_M a, #modal-content .sp_box.electric_M a, #modal-content .sp_box.engine_M a, #modal-content .sp_box.miimo_M a, #modal-content .sp_box.ride-on-mower_M a {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 40px;
  }
  #modal-content .sp_box.walking_M a.kensaku_link::before, #modal-content .sp_box.electric_M a.kensaku_link::before, #modal-content .sp_box.engine_M a.kensaku_link::before, #modal-content .sp_box.miimo_M a.kensaku_link::before, #modal-content .sp_box.ride-on-mower_M a.kensaku_link::before {
    position: absolute;
    top: 6px;
    right: 14px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    border-bottom: 2px solid  #2d3a41;
    border-left: 0;
    content: '';
  }
  #modal-content .sp_box.walking_M span.catalog,
  #modal-content .sp_box.walking_M span.sales,
  #modal-content .sp_box.walking_M span.opportunity, #modal-content .sp_box.electric_M span.catalog,
  #modal-content .sp_box.electric_M span.sales,
  #modal-content .sp_box.electric_M span.opportunity, #modal-content .sp_box.engine_M span.catalog,
  #modal-content .sp_box.engine_M span.sales,
  #modal-content .sp_box.engine_M span.opportunity, #modal-content .sp_box.miimo_M span.catalog,
  #modal-content .sp_box.miimo_M span.sales,
  #modal-content .sp_box.miimo_M span.opportunity, #modal-content .sp_box.ride-on-mower_M span.catalog,
  #modal-content .sp_box.ride-on-mower_M span.sales,
  #modal-content .sp_box.ride-on-mower_M span.opportunity {
    top: 0;
    padding-left: 80px;
  }
  #modal-content .sp_box.walking_M .catalog:before, #modal-content .sp_box.electric_M .catalog:before, #modal-content .sp_box.engine_M .catalog:before, #modal-content .sp_box.miimo_M .catalog:before, #modal-content .sp_box.ride-on-mower_M .catalog:before {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 40px;
    width: 40px;
    height: 40px;
    background: url(../img/icon-cat.png) left center no-repeat;
    background-size: 29px auto;
    line-height: 50px;
    content: '';
  }
  #modal-content .sp_box.walking_M .sales:before, #modal-content .sp_box.electric_M .sales:before, #modal-content .sp_box.engine_M .sales:before, #modal-content .sp_box.miimo_M .sales:before, #modal-content .sp_box.ride-on-mower_M .sales:before {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 40px;
    width: 40px;
    height: 40px;
    background: url(../img/icon-sales.png) left center no-repeat;
    background-size: 29px auto;
    line-height: 50px;
    content: '';
  }
  #modal-content .sp_box.walking_M .repair:before, #modal-content .sp_box.electric_M .repair:before, #modal-content .sp_box.engine_M .repair:before, #modal-content .sp_box.miimo_M .repair:before, #modal-content .sp_box.ride-on-mower_M .repair:before {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 40px;
    width: 40px;
    height: 40px;
    background: url(../img/icon-repair.png) left center no-repeat;
    background-size: 29px auto;
    line-height: 50px;
    content: '';
  }
  #modal-content .sp_box.walking_M .opportunity:before, #modal-content .sp_box.electric_M .opportunity:before, #modal-content .sp_box.engine_M .opportunity:before, #modal-content .sp_box.miimo_M .opportunity:before, #modal-content .sp_box.ride-on-mower_M .opportunity:before {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 43px;
    width: 33px;
    height: 40px;
    background: url(../img/icon-opportunity.png) left center no-repeat;
    background-size: 23px auto;
    line-height: 50px;
    content: '';
  }
}

#modal-content .kensaku a.kensaku_link::before {
  position: absolute;
  top: calc(50% - 14px);
  right: 14px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  border-bottom: 2px solid  #2d3a41;
  border-left: 0;
  content: '';
}

@media screen and (min-width: 737px), print {
  #modal-content .kensaku a.kensaku_link::before {
    right: 28px;
  }
}

#modal-content .kensaku a.kensaku_link::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 6px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  border-bottom: 0;
  border-left: 2px solid #2d3a41;
  content: '';
}

@media screen and (min-width: 737px), print {
  #modal-content .kensaku a.kensaku_link::after {
    right: 20px;
  }
}

#modal-content .kensaku .kensaku_li {
  display: none;
}

#modal-content .kensaku.active a.kensaku_link::after {
  border: none;
  /*content: '';
      height: 100%;
      top: 50%;*/
}

@media screen and (min-width: 737px), print {
  #modal-content .kensaku.active a.kensaku_link::after {
    right: 30px;
  }
}

@media screen and (max-width: 736px) {
  #modal-content .kensaku.active a.kensaku_link::after {
    right: 16px;
  }
}

.menuClose {
  z-index: 101;
  position: absolute;
  top: 0;
  height: 0;
  color: #2b383f;
  font-size: 10px;
  text-align: right;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 737px), print {
  .menuClose {
    right: 0;
    width: 45px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 736px) {
  .menuClose {
    right: 15px;
    width: 36px;
    padding-top: 36px;
  }
}

.menuClose::before, .menuClose::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #2b383f;
  content: '';
}

@media screen and (min-width: 737px), print {
  .menuClose::before, .menuClose::after {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(45deg);
            transform: translate3d(-1px, 0, 0) rotate(45deg);
  }
}

@media screen and (max-width: 736px) {
  .menuClose::before, .menuClose::after {
    -webkit-transform: translate3d(1px, 0, 0) rotate(45deg);
            transform: translate3d(1px, 0, 0) rotate(45deg);
  }
}

@media screen and (min-width: 737px), print {
  .menuClose::before {
    width: 33px;
    height: 3px;
  }
}

@media screen and (max-width: 736px) {
  .menuClose::before {
    width: 23px;
    height: 3px;
  }
}

@media screen and (min-width: 737px), print {
  .menuClose::after {
    width: 3px;
    height: 33px;
  }
}

@media screen and (max-width: 736px) {
  .menuClose::after {
    width: 3px;
    height: 23px;
  }
}

.menuClose span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 737px), print {
  .menuClose span {
    bottom: -10px;
  }
}

@media screen and (max-width: 736px) {
  .menuClose span {
    bottom: -8px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.modal-overlay {
  display: none;
  z-index: 51;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  cursor: pointer;
}

.bnr--miimo {
  margin-top: 50px;
  border-radius: 0;
}

@media screen and (max-width: 736px) {
  .bnr--miimo {
    margin-top: 25px;
  }
}

@media screen and (max-width: 736px) {
  .bnr--miimo img {
    width: 100%;
  }
}

.bnr--anshin {
  margin-top: 30px;
  border-radius: 0;
}

@media screen and (max-width: 736px) {
  .bnr--anshin {
    margin-top: 15px;
  }
}

@media screen and (max-width: 736px) {
  .bnr--anshin img {
    width: 100%;
  }
}

.bnr--anshin.ride-on-mower {
  margin-bottom: 100px;
}

@media screen and (max-width: 736px) {
  .bnr--anshin.ride-on-mower {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (min-width: 737px), print {
  .info-bnr {
    width: 590px;
    margin: 50px auto 23px;
  }
}

@media screen and (max-width: 736px) {
  .info-bnr {
    width: 90.625vw;
    margin: 13px auto 14px;
  }
}

.info-bnr .info-bnr__item {
  background-color: #eceff1;
}

@media screen and (max-width: 736px) {
  .info-bnr .info-bnr__item::after {
    right: 6px;
  }
}

.info-bnr .info-bnr__item a {
  display: block;
  position: relative;
  font-weight: 400;
}

@media screen and (min-width: 737px), print {
  .info-bnr .info-bnr__item a {
    padding: 13px 9px 9px 23px;
  }
}

@media screen and (max-width: 736px) {
  .info-bnr .info-bnr__item a {
    padding: 8px 0 8px 16px;
    letter-spacing: 0.03em;
  }
}

.info-bnr .info-bnr__item a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  height: 22px;
  margin: auto;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  color: #ff6400;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f054";
}

/* side_navigation */
@media screen and (min-width: 737px), print {
  li.drop > a {
    pointer-events: none;
  }
  li > div {
    visibility: hidden;
    margin-top: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  li:nth-of-type(3) > div {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  li.open {
    height: 128px !important;
  }
  li.open.triple {
    height: 170px !important;
  }
  li.side_search.open.triple + li {
    top: 222px !important;
  }
  li.open > div {
    visibility: visible;
    background: #dedfe1;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  li:nth-of-type(3).open > div {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  li.open > div p {
    border-bottom: 1px solid #fff;
    background: #dddfe0;
  }
  li.open a::after, li.drop a::after {
    display: block;
    position: absolute;
    top: 3px;
    right: -20px;
    content: url(../img/sidenavi/open.png);
  }
  li.open a::after {
    content: url(../img/sidenavi/close.png);
  }
  #side_navigation li:nth-of-type(3) {
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  li.open + li {
    top: 182px !important;
  }
  #side_navigation li > div a {
    display: inline-block;
    position: inherit;
    right: inherit;
    min-width: auto;
    height: auto;
    padding: 10px;
    color: #2b383f;
    font-weight: 700;
  }
  #side_navigation li > div a::before {
    -webkit-transform: scale(0.85, 1) rotate(-135deg);
    /* top: 0;
    right: 23px; */
    /* bottom: 0; */
    display: inline-block;
    position: relative;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    margin-right: 7px;
    transform: scale(0.85, 1) rotate(-135deg);
    border-bottom: 2px solid #828282;
    border-left: 2px solid #828282;
    content: '';
  }
}
