@charset "UTF-8";

/* PC */
@media only screen and (min-width: 768px), print, tv {
  .course-wrap {
    width: 960px;
    margin: 0 auto;
    padding: 80px 0px 60px;
  }

  /* FV */
  .course-head {
    margin-bottom: 60px;
  }
  .course-heading-01 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
  }
  .course-lead {
    font-size: 16px;
    text-align: center;
  }
  .course-notice {
    color: #808080;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
  }
  .course-notice li {
    display: inline-block;
    position: relative;
    padding-left: 1.2em;
  }
  .course-notice li:before {
    content: "※";
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* セレクト */
  .course-menu {
    margin-bottom: 50px;
  }
  .course-select {
    display: block;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #222222;
    background-color: #f2f2f2;
    width: 700px;
    margin: 0 auto;
    padding: 14px 16px 16px 16px;
  }

  /* 各コンテンツ */
  /* タイトル 01 */
  .course-section-title-01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  /* タイトル 02 */
  .course-section-title-02 {
    font-size: 18px;
    color: #ffffff;
    background-color: #020202;
    margin: 0px !important;
    padding: 10px 12px 12px 12px;
  }
  /* リスト */
  .course-section-list {
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
  }
  .course-section-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    font-size: 14px;
    color: #020202;
    padding: 10px 12px 12px 12px;
  }
  .course-section-list-item:nth-child(2n) {
    background-color: #f5f2e9;
  }
  .course-section-list-item + .course-section-list-item {
    border-top: solid 1px #e6e6e6;
  }
  .course-section-name {
    box-sizing: border-box;
    width: 85%;
  }
  .course-section-type {
    box-sizing: border-box;
    width: 15%;
  }
}

/* SP */
@media only screen and (max-width: 767px) {
  /* ページ全体 */
  .course-wrap {
    padding: 30px 15px;
  }

  /* FV */
  .course-head {
    margin-bottom: 30px;
  }
  .course-heading-01 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .course-lead {
    font-size: 14px;
    text-align: left;
  }
  .course-notice {
    color: #808080;
    font-size: 12px;
    margin-top: 5px;
  }
  .course-notice li {
    position: relative;
    padding-left: 1.2em;
  }
  .course-notice li:before {
    content: "※";
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* セレクト */
  .course-menu {
    margin-bottom: 50px;
    padding: 0px 20px;
  }
  .course-select {
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #222222;
    background-color: #f2f2f2;
    width: 100%;
    padding: 14px 16px 16px 16px;
  }

  /* 各コンテンツ */
  /* タイトル 01 */
  .course-section-title-01 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* タイトル 02 */
  .course-section-title-02 {
    font-size: 14px;
    color: #ffffff;
    background-color: #020202;
    margin: 0px !important;
    padding: 10px 12px 12px 12px;
  }
  /* リスト */
  .course-section-list {
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
  }
  .course-section-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    font-size: 14px;
    color: #020202;
    padding: 10px 12px 12px 12px;
  }
  .course-section-list-item:nth-child(2n) {
    background-color: #f5f2e9;
  }
  .course-section-list-item + .course-section-list-item {
    border-top: solid 1px #e6e6e6;
  }
  .course-section-name {
    box-sizing: border-box;
    width: 85%;
  }
  .course-section-type {
    box-sizing: border-box;
    width: 15%;
  }
}
