@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: 20px;
  padding: 0;
  line-height: 1.5;
  margin: 0;
}
.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;
}
.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 {
  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:first-child {}
.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;
  padding: 10px 3em;
}
#other .flex {
  justify-content: center;
}

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


.trainging-box table th{
    background: #e5ecf5;
    color: #333;
    font-size: 16px;
    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: 767px) {
  .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;
  }
}