/*================================================
 * sub_main
 ================================================*/
#sub_main .sub_img {
  background: url(../images/bg-policy.jpg) no-repeat center/cover;
}


/*================================================
 * policy
 ================================================*/
#policy .wrap {
  max-width: 900px;
  line-height: 2;
  font-weight: normal;
}

#policy dl {
  font-size: 1.4rem;
}

#policy dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

#policy dl dd {
  margin-bottom: 20px;
  padding-left: 10px;
}

#policy ol {
  padding-left: 20px;
}