@charset "UTF-8";
/*---------------header----------------*/
#support.support_parts nav#mainmenu ul.dropmenu li.supportmenu ul li.parts_menu a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------wrapper----------------*/
.mainwrap {
  max-width: 800px;
}

.title2wrap:after {
  left: 50%;
  transform: translateX(-50%);
}

.coution dt {
  color: #BA0001;
}

.reqest {
  margin-bottom: 50px;
}

h4 {
  border-bottom: 1px solid #BA0001;
}

h4 span {
  color: #BA0001;
}

.customercenter_no {
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #DCDCDC;
  background-image: url(../../img/support/support_repair/info_backimg.jpg);
  background-position: center bottom;
  color: #767676;
}

.customercenter_no h5 {
  font-size: 18px;
  border-bottom: 1px solid #DCDCDC;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.customercenter_no ul {
  list-style: none;
  padding-left: 0;
}

.customercenter_no ul li {
  font-size: 20px;
  display: inline-block;
}

.customercenter_no ul li:first-child {
  margin-right: 20px;
}

.customercenter_no ul li span {
  font-weight: bold;
  color: #004EA2;
}

.indent span {
  color: #004EA2;
}

.pdflist li {
  list-style: none;
  margin-bottom: 1em;
}

.pdflist li a {
  text-decoration: none;
  color: #767676;
  transition: 0.3s;
}

.pdflist li a:hover {
  color: #004ea2;
}

.pdflist li a img {
  vertical-align: middle;
}

/*---------------sidenav----------------*/
.sidenav ul li:nth-child(3) a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------footer----------------*/
/*===============================================
●smart.css  画面の横幅が960px以下
===============================================*/
@media screen and (max-width: 960px) {
  /*---------------header----------------*/
  #support.support_parts nav#mainmenu ul.dropmenu li.supportmenu ul li.parts_menu a {
    background-image: none;
    color: #767676;
  }
  /*---------------wrapper----------------*/
  /*---------------footer----------------*/
}
/*===============================================
●smart.css  画面の横幅が641pxから960pxまで
===============================================*/
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /*---------------header----------------*/
  /*---------------wrapper----------------*/
  /*---------------footer----------------*/
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------header----------------*/
  /*---------------wrapper----------------*/
  ul {
    padding-left: 1em;
  }
  .pdflist li {
    text-indent: -3em;
    padding-left: 1em;
  }
  /*---------------footer----------------*/
}/*# sourceMappingURL=support-parts.css.map */