@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : privacy.css
 style info : 個人情報保護方針
 ※2016/09/09　旧CSSから移植。
 ※2017/03/21　RWD対応
=================================================================== */
/* -----------------------------------------------------------
  .con_privacy
----------------------------------------------------------- */
.con_privacy {
  margin-bottom: 50px;
}
.con_privacy .txt_intro {
  margin-bottom: 20px;
}
.con_privacy ul {
  border-top: 4px solid #bb0000;
  margin-bottom: 20px;
}
.con_privacy ul li {
  list-style-type: decimal;
  padding-left: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: -1em;
  list-style-position: inside;
  border-bottom: 1px dashed #999999;
}
.con_privacy .img_signature {
  text-align: right;
}
@media only screen and (min-width: 741px) {
  .con_privacy {
    max-width: 960px;
    margin: 0 auto 80px;
  }
  .con_privacy ul li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
