@charset 'utf-8';
/* アコーディオンを開いておく用 */
/* [data="accordionWrapper"]
  [data="accordionContent"]
    display block !important */
/* ローカルヘッダー */
@media print, screen and (min-width: 641px) {
  #local-header {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 641px) {
  #local-header .heading {
    padding: 15px 0 18px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading {
    padding: 12px 0 17px;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading h1 {
    margin-top: 11px !important;
  }
}
@media only screen and (max-width: 640px) {
  #local-header .heading h1 img {
    width: 114px;
  }
}
/* 各セクション共通 */
/*==============================================================================
  自分のペースで学ぶ
==============================================================================*/
dl.kensyu_02-List01 {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 641px) {
  dl.kensyu_02-List01 dt {
    width: 20%;
  }
}
@media only screen and (max-width: 640px) {
  dl.kensyu_02-List01 dt {
    width: 30%;
  }
}
@media print, screen and (min-width: 641px) {
  dl.kensyu_02-List01 dd {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  dl.kensyu_02-List01 dd {
    width: 70%;
  }
}
dl.kensyu_02-List01 + dl.kensyu_02-List01 {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px dashed #d0d0d0;
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List02 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
ul.kensyu_02-List02 li {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List02 li {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List02 li:not(:last-child) {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 640px) {
  ul.kensyu_02-List02 li:not(:last-child) {
    padding-bottom: 75px;
  }
}
ul.kensyu_02-List02 li:not(:last-child)::after {
  content: "";
  background-image: url("/sol/contents/img/kensyu/kensyu_02/ic_arw.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List02 li:not(:last-child)::after {
    width: 80px;
    height: 31px;
    bottom: 55px;
    left: calc(50% - 40px);
  }
}
@media only screen and (max-width: 640px) {
  ul.kensyu_02-List02 li:not(:last-child)::after {
    width: 48px;
    height: 19px;
    bottom: 29px;
    left: calc(50% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  ul.kensyu_02-List02 li .kensyu_02-List02-img {
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List02 li .kensyu_02-List02-img img {
    width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  ul.kensyu_02-List02 li .kensyu_02-List02-img img {
    width: 62px;
  }
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List02 li div {
    width: 600px;
  }
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List02 li div h4 {
    text-align: left;
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  ul.kensyu_02-List02 li div h4 {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  ul.kensyu_02-List02 li div h4 + p {
    margin-top: 0.5em;
  }
}
ul.kensyu_02-List03 li {
  list-style: outside disc;
}
@media print, screen and (min-width: 641px) {
  ul.kensyu_02-List03 li {
    margin-left: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  ul.kensyu_02-List03 li {
    margin-left: 1.5em;
  }
}
.wrap-kenshu02_01 {
  background-color: #e8f3fa;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .wrap-kenshu02_01 {
    margin-top: 40px;
    padding: 1.5em 0;
    border-radius: 6px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .wrap-kenshu02_01 {
    margin-top: 40px;
    padding: 1.5em 14px;
    border-radius: 6px;
  }
}
.wrap-kenshu02_01 h4 {
  background-color: #68b7e6;
  display: inline-block;
  position: absolute;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .wrap-kenshu02_01 h4 {
    font-size: 16px;
    border-radius: 20px;
    height: 30px;
    width: 250px;
    line-height: 30px;
    top: -15px;
    left: calc(50% - 125px);
  }
}
@media only screen and (max-width: 640px) {
  .wrap-kenshu02_01 h4 {
    font-size: 10px;
    border-radius: 20px;
    height: 22px;
    width: 156px;
    line-height: 22px;
    top: -11px;
    left: calc(50% - 78px);
    text-align: center;
  }
}
/*==============================================================================
  コース申し込み
==============================================================================*/
.kensyu_02-Tx01 {
  text-align: center;
}
.wrap-kenshu02_02 {
  background-color: #e8f3fa;
}
@media print, screen and (min-width: 641px) {
  .wrap-kenshu02_02 {
    margin-top: 55px;
    padding: 3em 0;
    border-radius: 6px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .wrap-kenshu02_02 {
    margin-top: 60px;
    padding: 3em 20px;
    border-radius: 6px;
  }
}
.wrap-kenshu02_02 h4 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 641px) {
  .wrap-kenshu02_02 h4 {
    font-size: 14px;
  }
}
/*==============================================================================
  SP版の既存フッターエリアを非表示
==============================================================================*/
@media only screen and (max-width: 640px) {
    #sideMenu {
        display: none;
    }
}