/* パンくずのフォントカラー調整 */
.g-breadcrumb {
  display: none;
}

/* MV下キャッチテキストのフォントサイズ調整 */
@media screen and (min-width: 1024px) {
  #catch-text p.g-font-xl {
    font-size: 42px !important;
    margin-bottom: 40px;
  }
  #catch-text p.g-font-lg {
    font-size: 32px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #catch-text p.g-font-xl {
    font-size: 34px !important;
    margin-bottom: 30px;
  }
  #catch-text p.g-font-lg {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  #catch-text p.g-font-xl {
    font-size: 18px !important;
    margin-bottom: 20px;
  }
  #catch-text p.g-font-lg {
    font-size: 16px !important;
  }
}


/* 資料請求エリア */
@media screen and (min-width: 768px) {
  .shortcourse-conversion {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
  }
}

.g-img-mw-logo {
  max-width: 150px;
  height: auto;
}
.g-img-file {
  max-width: 400px;
  height: auto;
}