body {
  padding-top: 50px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
}
@media (min-width: 768px) {
  body {
    padding-top: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

header,
footer {
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  color: #8cc63c;
}
.bgcol-green a {
  color: #ffffff;
}

a:active, a:hover, a:focus {
  color: #e4a3a1;
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

h3 {
  color: #cb4e4c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 30px;
}

p {
  line-height: 1.7;
  margin: 15px 0;
  color: #333;
}

.small {
  font-size: 13px;
  font-size: 1.3rem;
}

.content-block {
  padding: 30px 0 ;
}

.bgcol-beige {
  /* background-color: #e8e7d0;
  background-color: #f2eddc;
  background-color: #f5f5dc; */
  background-color: #f3eed5;
}

.bgcol-green {
  /*background-color: #aad577;*/
  background-color: #8cc63c;
  color: #fff;
}

.bgcol-grey {
  background-color: #ccc;
}

.bgcol-darkgrey {
  background-color: #333;
  color: #fff;
}

.bgcol-lightgrey {
  background-color: #f6f6f6;
}

.text-green {
  color: #8cc63c;
}

.text-red {
  color: #cb4e4c;
}

.text-pink {
  color: #e4a3a1;
}
.text-grey {
  color: #ccc;
}

/*------------------------------
  HEADER（ヘッダー）
------------------------------*/
.navbar {
  background-color: #fff;
  /* border-color: #8cc63c; */
  border-color: #e7e7e7;
}

.navbar-brand {
  padding: 15px 0 15px 10px;
  height: 60px;
}

.navbar-nav > li > a {
  color: #888;
}

.navbar-nav > li > a:active,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #8cc63c;
  background-color: #f6f6f6;
}

.navbar-toggle {
  margin-top: 13px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-toggle .icon-bar {
  background-color: #333;
}


.logo {
  width: 264px;
  height: 30px;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 20px 15px;
  }
  .navbar-nav > li > a {
    padding-top: 31px;
    padding-bottom: 29px;
  }
  .navbar-right {
    margin-right: 0;
    padding-right: 5px;
  }
  .logo {
    width: 352px;
    height: 40px;
  }
}

/*------------------------------
  FOOTER（フッター）
------------------------------*/
.footer-nav {
  text-align: center;
  color: #ccc;
  padding: 40px 0;
}

.footer-nav a {
  color: #888;
}

.footer-nav a:active,
.footer-nav a:hover,
.footer-nav a:focus {
  color: #8cc63c;
  text-decoration: none;
}

.copyright {
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

/*------------------------------
  コンテンツ
------------------------------*/

/* ねらい */
#aim {
  background-image: url('../img/bg1.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

/* 連携・協力機関 */
#cooperation {
  background-image: url('../img/bg2.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

/* 特色 */
#features table tr th,
#features table tr td {
  border: 0;
  border-bottom: #fff 10px solid;
  vertical-align: top;
}

#features table tr th {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
}

#features table tr td {
  color: #333;
  padding: 15px;
}

#features table tr:nth-child(odd) th {
  background-color: #8cc63c;
}

#features table tr:nth-child(even) th {
  background-color: #aad577;
}

#features table td {
  background-color: #f6f6f6;
}

.memo {
  color: #e4a3a1;
  font-size: 13px;
  font-size: 1.3rem;
}

ul.memo {
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
}
.memo li {
  margin-top: 5px;
}

/* 指定科目 */
#subjects table tr th {
  background-color: #f6f6f6;
  border-color: #8cc63c;
  color: #8cc63c;
  font-weight: 500;
  vertical-align: middle;
}
#subjects table tr td {
  background-color: #fff;
  color: #333;
  border-color: #8cc63c;
  vertical-align: middle;
}

/* スタッフ */
#staff img {
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #staff img {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  #staff img {
    width: 160px;
    height: 160px;
  }
}

#staff .caption {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 2px;
  margin-bottom: 25px;
}

/* 連携・協力機関 */
#cooperation {
}
