@charset "UTF-8";
/*=============================
01.sec1
02.sec2
03.sec3
=============================*/
#course #sec1 h1 {
  border-top: 1px solid #c8bdb3;
}
#course #sec2 {
  color: #666666;
}
#course #sec2 #sec2Bg {
  width: 94%;
  background: #FFF;
  padding: 10px;
  margin: 25px auto 0;
}
#course #sec2 #sec2Bg h1 {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #541C01;
  padding-bottom: 5px;
  border-bottom: 1px solid #541C01;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
  position: relative;
  margin-bottom: 14px;
}
#course #sec2 #sec2Bg h1 span {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  padding: 5px;
  background: #F9A81A;
  color: #FFF;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 5px;
}
#course #sec2 #sec2Bg p{
  font-size: 14px;
  line-height: 1.5em;
}
#course #sec2 #sec2Bg h2{
  font-size: 19px;
  color: #fb8c8c;
  padding: 0 0 10px 0;
}
#course #sec2 #sec2Bg .dl{
  color: #fb8c8c;
  font-size: 12px;
  text-decoration: underline;
}


