@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    max-width: 768px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header {
    width: 100%;
    padding-left: 1rem;
  }
  /* ナビゲーション */
  nav {
    width: 100%;
    overflow: hidden;
    font-size: small;
    padding: 0.5rem 0;
  }
  nav ul {
    min-width: 320px;
    max-width: 768px;
  }
  nav li {
    width: 20vw;
    vertical-align: middle;
  }
  nav li:first-child {
    border-left: none;
  }
  nav li:last-child {
    border-right: none;
  }
  .TopBrandingArea {
    width: 100%;
  }
  .TopBrandingLine {
    padding-bottom: 0rem;
    font-size: 0;
    background-image: none;
  }
  /* テーブル左タイトル*/
  .TableBase {
    width: 100%;
  }
  .TableBase th, .TableBase td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  table.TableBase th {
    border-bottom: none;
    width: 100%;
  }
  table.TableBase td {
    border-bottom: none;
    width: 100%;
  }
  table.TableBase {
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  /* スライダ */
  .swiper-slide img {
    min-width: 320px;
    max-width: 768px;
  }
  .swiper-container {
    width: 100%;
  }
  .swiper-container img {
    width: 100%;
  }
  /* メイン */
  .MainArea {
    width: 100%;
    min-width: 320px;
    max-width: 768px;
    padding: 0 1rem
  }
  /* キャプション */
  .Caption {
    width: 100%;
    height: 100%;
    filter: none;
  }
  .Caption h1 {
    font-size: large;
    text-align: justify;
  }
  .Caption h2 {
    padding-bottom: 0.5rem;
    text-align: justify;
    margin-right: 1rem;
  }
  /* コース紹介 */
  .CourseArea ul {
    margin-top: 1rem;
    flex-wrap: wrap;
    display: inline-block;
    justify-content: center;
    list-style: none;
    width: 100%;
    min-width: 320px;
    max-width: 768px;
  }
  .CourseArea li {
    position: relative;
    width: 100%;
  }
  .CourseArea span {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 250%;
    background-color: #0071bc;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  .CourseArea img {
    width: 100%;
  }
  /* コンテナ */
  .ContainerArea {
    width: 100%;
    justify-content: center;
  }
  /* コンテンツ */
  .Contents {
    width: 100%;
    min-width: 320px;
    max-width: 768px;
    padding: 0 1rem;
    text-align: justify;
  }
  .Contents img {
    width: 100%;
  }
  /* ルート */
  .TopicPath {
    width: 100%;
    padding: 0 1rem;
    text-align: justify;
  }
  /*コース詳細*/
  .ColumnSet {
    width: 100%;
  }
  .ColumnLeft {
    width: 100%;
  }
  .ColumnLeft img {
    width: 100%;
  }
  .ProductCurriculum {
    width: 100%;
  }
  .ColumnSetRight {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /*コースリスト*/
  dl.CourseList dt {
    width: 100%;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 0.5rem;
  }
  dl.CourseList dd {
    margin: 0 0 0;
    border-left: 0px;
  }
  dl.CourseList dt:first-child {
    display: none;
  }
  dl.CourseList dt:first-child + dd {
    display: none;
  }
  /* フッター */
  footer {
    width: 100%;
    height: 150px;
  }
  .sitemap {
    width: 100%;
    padding: 1rem;
  }
  .sitemap-left {
    width: 100%;
    text-align: center;
  }
  .sitemap-right {
    width: 100%;
    text-align: center;
  }
  /*Back to top button */
  #back-top {
    bottom: 1rem;
    right: 1rem;
  }
}