@charset "utf-8";
/*//////////////////////////////////////////////

  保証について

//////////////////////////////////////////////*/
.guar {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
.guar-inner {
  padding: 0 30px;
}
.guar_lead {
  margin-bottom: 68px;
}
.guar_txt {
  margin-bottom: 74px;
}
.guar_txt--last {
  margin-bottom: 32px;
}
.guar-case {
  padding: 0 32px;
}
.guar-case_ttl {
  margin-bottom: 9px;
  font-size: 14px;
  text-align: center;
}
.guar-case_list {
  padding: 23px 30px 3px;
  background-color: #f5f5f5;
}
.guar-case_list li {
  margin-bottom: 7px;
  padding: 0 0 10px 1em;
  text-indent: -1em;;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  list-style-type: decimal;
  list-style-position: inside;
}
.guar-case_list li:last-of-type {
  border-bottom: none;
}