@charset "utf-8";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

.flex {
  display: flex;
  align-items: flex-start;
}

.txt_center {
  text-align: center;
}

.intro img {
  max-width: 300px;
}

.intro div {
  margin-left: 30px;
}

#contents .course-detail .intro h2 {
  background: inherit;
  color: #333;
  text-align: left;
  font-size: 130%;
  padding: 0;
  line-height: 1.5;
  margin: 0;
  font-weight: 1000;
}

.page-nav {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.page-nav li {
  text-align: center;
}

.page-nav li a {
  padding: 0 10px;
  display: flex;
  width: auto;
}

.page-nav li a:before {
  content: '';
  background: url("../img/course/ico-down.png?ver=1.0.1") no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 14px;
}

#contents .course-detail h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 20px auto;
}

#contents .course-detail h3 {
  color: #333;
  font-weight: bold;
  border-left: none;
  padding: 0;
  margin: 0;
}

.course-detail li {
  list-style: none;
}

.course-detail a {
  text-decoration: none;
  transition: .3s;
  color: #0d6bb6;
  font-weight: bold;
}

.course-detail a:hover {
  opacity: .8
}

.course-detail .btn {
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 400px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid #13558a;
  margin: 20px auto;
  background: #0d6bb6 url(../img/course/ico-arw-w.png?ver=1.0.1) no-repeat 98% center;
  justify-content: center;
  background-size: 25px;
}

.course-detail .btn img {
  width: 30px;
  margin-right: 10px;
}

.course-detail section {
  margin: 20px auto 40px;
}

#features li {
  display: flex;
  width: 46%;
  padding: 1% 2%;
}

#features ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

#features li img {
  background: #fbfbfb;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  padding: 15px;
  margin-right: 10px;
}

#contents .course-detail #lineup h3,
#contents .course-detail #support h3 {
  border: 3px solid #333;
  border-left: 3px solid #333;
  padding: 5px;
  text-align: center;
  margin: 30px 0 10px;
}

#lineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#lineup li {
  width: 44.5%;
  margin: 2% 0;
  box-shadow: 0 0 6px #ccc;
  padding: 2%;
  border-radius: 8px;
}

#lineup li .flex {
  border-bottom: 1px solid #bbb;
  padding-bottom: 15px;
}

#lineup li .flex img {
  max-width: 120px;
}

#lineup li .flex div {
  margin-left: 10px;
}

#lineup li .flex h4 {
  font-size: 15px;
  margin-bottom: 3px;
}

#lineup li .flex .cousrse-txt {
  position: relative;
}

#lineup li .flex .cousrse-txt span {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 19px;
  color: #fff;
  white-space: nowrap;
}

#lineup li .flex p {
  margin: 0;
  line-height: 1.7;
}

#lineup li .flex p a {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}

#lineup li .skill {
  border-top: 1px solid #bbb;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lineup li .skill strong {
  display: block;
}

#lineup li .skill p {
  width: 80%;
}

#lineup li .skill a {
  background: #85a8d0;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 10px;
}

#lineup li .skill a img {
  width: 30px;
}

#flow li {
  background: #eee;
  position: relative;
  margin: 20px 0 30px;
  border-radius: 10px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}

#flow li p {
  width: 75%;
}

#flow h3 {
  width: 35%;
}

#flow li h3 span.blue {
  color: #1a4aac;
  margin-right: 1em;
}

#flow li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #eee;
  border-bottom: 0;
  display: block;
  bottom: -20px;
  position: absolute;
  left: 40px;
}

#flow li:last-child:after {
  display: none;
}

#voice ul {
  margin: 30px 0 0;
}

#voice li {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 0;
}

#voice li img {
  max-width: 180px;
  margin-right: 20px;
}

.qa-list dl {
  position: relative;
  margin: 0 0 15px 0;
  padding: 20px 60px 20px 30px;
  cursor: pointer;
  background: #eee;
  border-radius: 10px;
}

.qa-list dl::before {
  position: absolute;
  top: 28px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 16px;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #3285bf;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: 9px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 15px 10px 15px 41px;
  background: #fff;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.cta {
  border: solid #333 3px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}

#contents .course-detail .cta h2 {
  margin: 0;
  background: none;
  color: #333;
}

.cta p {
  text-align: center;
}

.cta .flex {
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.cta .flex .btn {
  width: 37%;
  margin: 0;
  position: relative;
  z-index: 1;
}

.cta .flex a:first-child {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
}

.cta .flex a p {
  margin: 5px auto 0;
  color: #333;
}

#other .btn {
  border: 3px solid #0d6bb6;
  background: #fff url(../img/course/ico-arw.png?ver=1.0.1) no-repeat 98% center;
  background-size: 20px;
  color: #0d6bb6;
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 10px 3em;
}

#other .flex {
  justify-content: center;
}


.trainging-box .flex img {
  background: #d8eaff;
  padding: 10px 30px;
  margin-right: 25px;
}


.trainging-box table th {
  background: #e5ecf5;
  color: #333;
  font-size: 100%;
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.trainging-box table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.trainging-box table {
  margin: 20px 0 0;
}

@media screen and (max-width: 765px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }

  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }

  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }

  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }

  #lineup ul {
    display: block;
    padding-left: 10px;
  }

  div#pagettl h1,
  div#pagettl div {
    text-align: left;
    padding-left: 10px;
  }

  div#pagettl h1,
  div#pagettl div {
    width: 95%;
  }

  #contents .course-detail h2 {
    text-align: left;
  }

  #contents .course-detail #lineup h3,
  #contents .course-detail #support h3 {
    text-align: left;
  }

  .course-detail .btn {
    display: block;
    border-bottom: 4px solid #13558a;
    margin: 20px auto;
    background: #0d6bb6;
  }

  #features ul {
    display: block;
    width: 200%;

  }

  .flex {
    display: block;
  }

  .intro div {
    margin-left: 10px;
  }

  .course-detail .btn {
    margin: 0;
    width: 93%;
  }

  #lineup li {
    width: 90%;
  }

  .page-nav {
    display: flex;
    width: 380px;
    flex-wrap: wrap;
  }

  p span {
    display: inline-block;
  }

  #leftMain {
    width: 100%;
  }

  #other .btn {
    width: 65%;
    margin-top: 10px;
  }

  #contents .course-detail h3 span {
    display: inline-block;
  }

  .txt_center {
    text-align: left;
  }

  #contents .course-detail #lineup h3,
  #contents .course-detail #support h3 {
    width: 94%;
  }

  #voice li img {
    max-width: 20%;
  }

  #contents .course-detail h3 {
    font-size: 150%;
  }

  #contents .course-detail section#flow h3 {
    font-size: 80%;
  }

  #flow li {
    padding: 5px 5px;
  }

  #flow li h3 span.blue {
    margin-right: 0.3em;
  }

}

.problem dl {
  position: relative;
  padding: 10px 60px 10px 10px;
  background: #ffffff;
  border-radius: 10px;
}

.problem dl::before {
  position: absolute;
  top: 28px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
}

.problem dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 16px;
}

.problem dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: url("../image/check.jpg");
  color: #3285bf;
}

section#about {
  margin-bottom: 0;
}

/*
 * 全体設定
 */
.curriculum {
  /* 必要に応じて最大幅を設定し、中央寄せにする */
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
  line-height: 1.6;
}

/*
 * 各項目の見出し (青い縦線)
 */
#contents .course-detail section.curriculum .sub-heading {
  /* デフォルトの余白をリセット */
  margin: 2em 0 1em 0;
  /* 上に大きな余白を持たせる */
  padding: 0.2em 0 0.2em 0.8em;
  /* 左側のパディングを空ける */
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  /* 縦線を作成 */
  border-left: 5px solid #1E88E5;
  /* 青色 */
}

/*
 * 段落テキスト
 */
#contents .course-detail section.curriculum p {
  margin-top: 0;
  margin-bottom: 2em;
  /* 項目間で十分な余白を取る */
  font-size: 1.3em;
  color: #444;
  padding-left: 0.8em;
  /* 見出しの線の位置と合わせるために少し左に余白を持たせる */
}

/* 最後の段落は下の余白を小さく */
#contents .course-detail section .curriculum-item:last-child p {
  margin-bottom: 0;
}

.course-detail ol#ex li {
  list-style: decimal;
}

#contents .course-detail section.curriculum p span.br_span,section#voice .f_1 span.br_span,section#voice .f_2 span.br_span, section#voice .f_3 span.br_span{
  display: inline-block;
}

