@charset "utf-8";

.lead{
  margin-bottom:40px;
}
.PolicyItem{
  margin-bottom:40px;
}
.PolicyItem dt{
  font-siza:1.7rem;
  font-weight: bold;
  margin-bottom: .5em;
}
.PolicyItem dd{
  line-height: 1.6;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.signature p{
  text-align: right;
}
.signature p.name span{
  font-size:1.8rem;
  padding-left:1em;
}

@media screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */

}

@media screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
#rwd-content .rwd-product-header .rwd-headline1-type02{
  padding: 20px 0 10px;
}
.signature p.name span{
  font-size:1.7rem;
}
}

