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

/* ================================================================================ */
/*      七星文庫について                                                            */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      ジャンボトロン                                                              */
/* -------------------------------------------------------------------------------- */
.jumbotron {
  background-image: url(../scholarship/img/bcg.jpg);
  background-position: left top; }

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

/* -------------------------------------------------------------------------------- */
/*     奨学生応募要項                                                                      */
/* -------------------------------------------------------------------------------- */
h3{
 padding: 1rem; padding: 10px;
}
.offering-cont {
  margin-bottom: 2rem; margin-bottom: 20px;
}
.offering-cont h4{
  color: #014621;
  font-weight: 500;
}
.offering-cont ol, ul {
  list-style: none;
}
/* ================================================================================ */
/*      レスポンシブル設定                                                            */
/* ================================================================================ */
/* --- Small devices: Tablets (992px未満) --- */
 /* --- Extra small devices: Phones (768px未満) --- */
 @media (max-width: 767px) {
 #offering h3{
  padding: 0.8rem; padding: 8px;
 }
 #offering h3 {
  font-size: 18rem; font-size: 18px;
 }
 }

