@charset "utf-8";

/* 共通定義の上書き */
._my_title {
  color: #CC0000;
}



/* ========== 一覧ページ ========== */

/* 検索フォーム */

._my_cmcourse_search .panel-heading {
  background-color: #666;
  color: #FFF;
}


/* 結果一覧 */
._my_cmcourse_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

._my_cmcourse_list > ul > li {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px dotted #666;
}

._my_cmcourse_list > ul > li > a {
  display: flex;
}
._my_cmcourse_list > ul > li > a:hover {
  text-decoration: none;
}

._my_cmcourse_list > ul > li > a .image {
  width: 30%;
}
._my_cmcourse_list > ul > li > a .image img {
  width: calc(100% - 1.5rem);
  border-radius: 0.5rem;
}

._my_cmcourse_list > ul > li > a .text {
  width: 70%;
  position: relative;
}
._my_cmcourse_list > ul > li > a .text h4 {
  margin-top: 0;
  margin-bottom: 1.75rem;
  font-weight: bold;
}
._my_cmcourse_list > ul > li > a .text .more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: solid 1px #CC0000;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
}


/* ========== 詳細ページ ========== */

/* モデルコース用の定義 */
._my_cmcourse_title {
  margin: 10px 0;
  padding: 0 0 0 5px;
  border-left: 20px solid #CC0000;
  border-bottom: 1px solid #CC0000;
}

._my_cmcourse_image {
  width: 100%;
}

._my_cmcourse_image img {
  width: 100%;
}


._my_cmcourse_mv {
  margin-bottom: 4rem;
}
._my_cmcourse_overview {
  margin-bottom: 4rem;
}

._my_cmcourse_map {
  margin-bottom: 4rem;
}

._my_cmcourse_detail {
  margin-bottom: 4rem;
}

._my_cmcourse_detail > ul {
  padding-left: 0;
  list-style-type: none;
}

._my_cmcourse_detail > ul > li {
  margin-bottom: 2rem;
  padding: 0;
  border: solid 1px #DDD;
  border-radius: 0.5rem;
}

._my_cmcourse_detail > ul > li.term {
  border: none;
  white-space: nowrap;
}
._my_cmcourse_detail > ul > li.term::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  height: 6rem;
  width: 50%;
  vertical-align: middle;
  border-right: solid 8px #DDD;
}

._my_cmcourse_detail > ul > li h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1.75rem;
}
._my_cmcourse_detail > ul > li h5 span {
  display: inline-block;
  margin-right: 0.5rem;
  padding-top: 0.5rem;
  width: 3rem;
  height: 3rem;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  background-color: #CC0000;
  border-radius: 3rem;
}

._my_cmcourse_detail > ul > li p {
  padding: 1.5rem;
}

._my_cmcourse_detail > ul > li a:hover {
  text-decoration: none;
}

._my_cmcourse_detail > ul > li .more {
  display: inline-block;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  border: solid 1px #CC0000;
  border-radius: 0.5rem;
}

._my_cmcourse_rtime {
  margin-bottom: 1rem;
  text-align: right;
}
._my_cmcourse_note {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

._my_cmcourse_body {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
._my_cmcourse_photo {
  margin-bottom: 1.5rem;
}
._my_cmcourse_photo img {
  width: 100%;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  ._my_cmcourse_body {
    display: flex;
    padding: 0;
  }

  ._my_cmcourse_photo {
    width: 35%;
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  ._my_cmcourse_text {
    width: 65%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}





