@charset "UTF-8";
/* ******************************************************************************** */
/*  七星文庫　privacy.scss                                                            */
/*                                                                        17.05.24  */
/* ******************************************************************************** */
/* ================================================================================ */
/*      外部CSS読み込み                                                             */
/* ================================================================================ */
@import url("./common.css");
/* ================================================================================ */
/*      枠組み                                                                      */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      フッター                                                                    */
/* -------------------------------------------------------------------------------- */
.footer {
  background-color: #f9f9f9; }

/* ================================================================================ */
/*      個人情報保護方針                                                            */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      ジャンボトロン                                                              */
/* -------------------------------------------------------------------------------- */
.jumbotron {
  background-color: #462101;
  background-position: left top; }

.jumbotron h1{
  text-align: center;
  border: solid 1px #ffffff;
  padding: 1rem; padding: 10px;}

/* -------------------------------------------------------------------------------- */
/*     個人情報保護に関する基本方針                                                                      */
/* -------------------------------------------------------------------------------- */
#privacy .container p.lead {
  padding-bottom: 2rem; padding-bottom: 20px;
  font-size: 1.7rem; font-size: 17px;
}
.privacy-cont {
  margin-bottom: 2rem; margin-bottom: 20px;
}
.privacy-cont h4{
  color: #014621;
  font-weight: 500;
}
.privacy-cont ol, ul {
  list-style: none;
}
