@charset "UTF-8";
#course #main-header {
  margin-bottom: 50px;
}
#course #main-header .main-menu .menu-03 a:before {
  background: #1d2088;
  color: #ffffff;
}
#course #content-header {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  padding-left: 190px;
}
#course #content-header.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 156px;
  background: #ffffff;
  border: 2px solid #231815;
  border-radius: 50%;
  color: #231815;
  font-size: 8rem;
  font-weight: normal;
  text-align: center;
}
#course #content-header h1 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}
#course #content-header h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
#course #content-header p {
  line-height: 1.8;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #course #main-header {
    margin-bottom: 20px;
  }
  #course #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #course #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #course #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #course #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #course #content-header p {
    line-height: 1.8;
  }
}
#course #course-content #course-header {
  margin-bottom: 40px;
}
#course #course-content #course-header h1 {
  background: #e8e9f3;
  color: #1d2088;
  height: 40px;
  line-height: 42px;
  margin-bottom: 15px;
  padding: 0 16px;
  font-size: 2rem;
  font-weight: bold;
}
#course #course-content #course-header ul li {
  /*display: inline;*/
  position: relative;
  padding-left: 14px;
  padding-right: 1rem;
  padding-left: 33px;
}
#course #course-content #course-header ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 0.25rem;
  border-radius: 50%;
  background: transparent;
}
#course #course-content #course-header ul li:before {
  margin-right: 1.6em;
}
#course #course-content #course-header ul li:nth-child(1):before {
  background: #c5ddeb;
}
#course #course-content #course-header ul li:nth-child(2):before {
  background: #daccb6;
}
#course #course-content #course-header ul li:nth-child(3):before {
  background: #c8dab7;
}
#course #course-content #course-header ul li:after {
  content: "・・・";
  position: absolute;
  top: 0;
  left: 10px;
  letter-spacing: -0.6em;
}
#course #course-content #course-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#course #course-content #course-list .item {
  width: 48%;
  margin-bottom: 94px;
}
#course #course-content #course-list .item h2 {
  position: relative;
  padding-left: 18px;
  display: inline;
  font-size: 2rem;
  font-weight: bold;
}
#course #course-content #course-list .item h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 0.25rem;
  border-radius: 50%;
  background: transparent;
}
#course #course-content #course-list .item h2:before {
  margin-right: 0.3em;
}
#course #course-content #course-list .item .time {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-bottom: 20px;
}
#course #course-content #course-list .item .time li {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  border: 1px solid transparent;
  font-weight: bold;
  text-align: center;
}
#course #course-content #course-list .item .time li.day {
  border-color: #e95513;
  color: #e95513;
}
#course #course-content #course-list .item .time li.night {
  border-color: #1d2088;
  color: #1d2088;
}
#course #course-content #course-list .item p img {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  height: auto;
}
#course #course-content #course-list .item#course-01 h2:before {
  background: #c5ddeb;
}
#course #course-content #course-list .item#course-02 h2:before {
  background: #c5ddeb;
}
#course #course-content #course-list .item#course-03 h2:before {
  background: #c5ddeb;
}
#course #course-content #course-list .item#course-04 h2:before {
  background: #c5ddeb;
}
#course #course-content #course-list .item#course-05 h2:before {
  background: #c5ddeb;
}
#course #course-content #course-list .item#course-06 h2:before {
  background: #daccb6;
}
#course #course-content #course-list .item#course-07 h2:before {
  background: #daccb6;
}
#course #course-content #course-list .item#course-08 h2:before {
  background: #c8dab7;
}
#course #course-content #course-list .item a.button {
  margin: 0 auto;
}


/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #course #course-content #course-header {
    margin-bottom: 40px;
  }
  #course #course-content #course-header ul li {
    display: block;
  }
  #course #course-content #course-list .item {
    width: 100%;
  }
}
