@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.inq_wrap {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: -10px;
}
.inq_wrap .address {
  background: url("/assets/img/inquiry/icon_q.png") left center no-repeat;
  padding-left: 120px;
  width: 425px;
  margin: 0 auto 10px;
}
.inq_wrap .address dt {
  font-size: 24px;
}
.inq_wrap .address dd {
  font-weight: 500;
}
.inq_wrap .tel {
  background: url("/assets/img/common/icon_tel.png") 0px center no-repeat;
  background-size: auto 16px;
}
.inq_wrap .fax {
  background: url("/assets/img/inquiry/icon_fax.png") 0px center no-repeat;
  background-size: auto 18px;
}
.inq_wrap .mail {
  background: url("/assets/img/common/icon_mail.png") no-repeat left 5px;
  background-size: auto 15px;
}
.inq_wrap .mail a {
  color: #e60012;
}
.inq_wrap .tel, .inq_wrap .fax, .inq_wrap .mail {
  padding-left: 40px;
  width: 580px;
  margin: auto;
}
.inq_wrap .tel dt, .inq_wrap .fax dt, .inq_wrap .mail dt {
  width: 68px;
}
.inq_wrap .tel dt, .inq_wrap .tel dd, .inq_wrap .fax dt, .inq_wrap .fax dd, .inq_wrap .mail dt, .inq_wrap .mail dd {
  float: left;
}
.inq_wrap .tel dd a, .inq_wrap .fax dd a, .inq_wrap .mail dd a {
  text-indent: 1em;
  display: block;
  margin-bottom: .5em;
}
.inq_wrap .tel dd a, .inq_wrap .fax dd a {
  color: #000;
  text-decoration: none;
}
.inq_wrap .note {
  font-size: 12px;
  font-weight: 500;
  padding-top: 35px;
  width: 620px;
  margin: 0 auto;
}
.inq_wrap .note li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.inq_wrap .note li:before {
  content: "※";
  margin-right: 0.2em;
}
