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

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

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

.firstline {
  margin-bottom: 50px;
}

.firstline * {
  box-sizing: border-box;
}

.firstline .linksquare a {
  padding-bottom: 10px;
  padding-top: 10px;
  border: thin solid #dcdcdc;
  transition: 0.3s;
  background: #dcdcdc; /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  max-width: 300px;
  width: 90%;
  text-align: center;
}

.firstline a i {
  color: #004EA2;
  font-size: 16px;
}

.firstline h3 + p {
  margin-bottom: 30px;
}

.firstline div:first-of-type {
  margin-bottom: 50px;
}

.firstline div h4 {
  margin-bottom: 10px;
}

.firstline div p {
  margin: 0 0 20px;
  padding-left: 1em;
}

.firstline div .bluelink a {
  color: #004EA2;
}

.firstline div .sprit a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
  box-sizing: border-box;
}

.firstline div .sprit img {
  width: 24px;
}

.firstline div .sprit span {
  max-width: calc(100% - 24px);
  padding-right: 10px;
}

.firstline div .annotation {
  font-size: 12px;
}

.scrollwrap h3 {
  margin-bottom: 30px;
}

.scrollbuttonwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.scrollbuttonwrap li {
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
}

.scrollbuttonwrap li:last-child {
  margin-right: 0;
}

.scrollbuttonwrap li a {
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  transition: 0.3s;
}

.scrollbuttonwrap li a span {
  color: #004EA2;
}

.scrollbuttonwrap li a:hover {
  background-color: #004EA2;
  color: #ffffff;
}

.scrollbuttonwrap li a:hover span {
  color: #ffffff;
}

/*.coution dt {
	color:#BA0001;
}*/
.reqest,
.dispatch,
.flow,
.coution {
  margin-bottom: 50px;
}

h4.underline_red {
  border-bottom: 1px solid #004EA2;
}

h4.underline_red span {
  color: #004EA2;
}

.reqest .indent + p {
  padding-left: 1em;
}

.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;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.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;
}

.customercenter_no + p a {
  text-decoration: none;
  color: #ba0001;
}

.customercenter_no + p a:hover {
  color: #004ea2;
  text-decoration: underline;
}

.indent span {
  color: #004EA2;
}

.indent a {
  color: #004EA2;
  text-decoration: underline;
}

.indent a:hover {
  text-decoration: none;
}

.icon_description {
  padding-left: 1em;
  box-sizing: border-box;
}

.icon_description p {
  margin-bottom: 5px;
}

.form_list {
  box-sizing: border-box;
  margin-bottom: 30px;
}

.form_list * {
  box-sizing: border-box;
}

.form_list dt {
  margin-bottom: 10px;
}

.form_list dd > p {
  margin-bottom: 10px;
}

.form_list ul {
  max-width: 500px;
  border: 1px solid #E5E5E5;
  padding-left: 0;
  margin: 0;
}

.form_list ul li.list_header {
  background-color: #ECECEC;
}

.form_list ul li.list_header p {
  text-align: center;
  padding: 10px 0;
}

.form_list ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
}

.form_list ul li:not(:first-of-type):hover {
  background-color: #F5F5F5;
}

.form_list ul li:not(:last-of-type) {
  border-bottom: 1px solid #E5E5E5;
}

.form_list ul li > p {
  width: calc(100% - 100px);
  margin: 0;
  padding: 10px;
  line-height: 1.4;
}

.form_list div {
  display: flex;
  align-items: center;
}

.form_list a {
  height: 100%;
  width: 50px;
  display: block;
  position: relative;
  border-left: 1px solid #E5E5E5;
}

.form_list figure {
  width: 25px;
  height: 25px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form_list figure img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.form_list a:hover img {
  transform: scale(1.3);
}

.form_list div p {
  position: relative;
  width: 50px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #E5E5E5;
}

.form_list div p span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.square {
  border: 1px solid #DCDCDC;
}

.square ul li {
  list-style: none;
}

.square ul li i {
  color: #767676;
}

.flow ul li {
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  text-indent: -2em;
  padding-left: 2em;
}

.flow ul li:after {
  content: "";
  background-image: url(../img/support/support_repair/info_arrow.png);
  position: absolute;
  left: 50px;
  bottom: -20px;
  width: 24px;
  height: 9px;
}

.flow ul li:last-child:after {
  content: none;
}

.flow ul li span {
  color: #004ea2;
  font-size: 16px;
  font-weight: bold;
}

/*.coution ul li {
	list-style-type:decimal;
	margin-bottom:5px;
}
.coution ul li ul li {
	list-style-type:square;
}*/
.square ul {
  padding-right: 1em;
}

.square ul li {
  text-indent: -0.8em;
  padding-left: 1em;
}

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

/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  /*---------------wrapper----------------*/
  .scrollbuttonwrap li {
    margin-bottom: 10px;
    width: 100%;
  }
}
/*===============================================
  画面の横幅が960px未満
===============================================*/
@media screen and (max-width: 960px) {
  /*---------------header----------------*/
  #support.support_repair nav#mainmenu ul.dropmenu li.supportmenu ul li.repair_menu a {
    background-image: none;
    color: #767676;
  }
  .firstline div p br.pconly {
    display: none;
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  ul {
    padding-left: 20px;
  }
  dd {
    margin-left: 1em;
  }
  ul.pdflist {
    padding-left: 10px;
  }
  .customercenter_no {
    width: 100%;
  }
  .form_list dd {
    margin-left: 0em;
  }
  .firstline div:first-of-type p:last-of-type {
    text-align: center;
  }
}/*# sourceMappingURL=support-repair.css.map */