@charset "UTF-8";

.txt-red {
  color: #cf2e2e;
}

.txt-blue {
  color: #005bab;
}

.txt-bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .txt-center-sp {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

#qureo-course-area-01 {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #qureo-course-area-01 {
    padding-top: 40px;
  }
}

.qureo-course-area {
  border: 2px solid #0d57a2;
}

.qureo-course-area .heding-contents .c-column__item.txt-item {
  margin: auto 0;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .qureo-course-area .heding-contents .c-column__item.txt-item {
    margin: auto 0;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
    .c-column--2 {
      gap: 20px;
  }
}

h3.heding-contents-ttl {
  font-size: 2.5rem;
  color: #0074d9;
  padding-left: 0;
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  h3.heding-contents-ttl {
    font-size: 1.5rem;
    text-align: center;
  }
}

h3.heding-contents-ttl::before {
  background-color: transparent;
}


.heding-contents-lead-txt {
  color: #0074d9;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .heding-contents-lead-txt {
    text-align: center;
  }
}

.p-passed__title.js-accordion {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-passed__title.js-accordion {
    font-size: 1.65rem;
  }
}

.qureo-course-innr {
  padding: 0 40px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .qureo-course-innr {
    padding: 0 15px 15px 15px;
  }
}

.qureo-course-item {
  border: 2px solid #0074d9;
}

p.qureo-course-item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #0074d9;
  padding: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  p.qureo-course-item-ttl {
    font-size: 1.2rem;
    padding: 5px;
  }
}

p.qureo-course-item-ttl span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #fff;
  padding: 10px 22px 9px 22px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  p.qureo-course-item-ttl span {
    font-size: 0.9rem;
    padding: 3px 7px 2px 7px;
  }
}

.qureo-course-item-innr {
  padding: 0 40px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .qureo-course-item-innr {
    padding: 0 15px 15px 15px;
  }
}

.qureo-course-item-lead {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0d57a2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .qureo-course-item-lead {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
}

.item-1-bottom-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #E5F1FB;
  padding: 15px 25px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .item-1-bottom-area {
    padding: 15px;
    margin-top: 20px;
  }
}

.item-1-bottom-area .box-1 {
  width: 60%;
}

.item-1-bottom-area .box-2 {
  width: 36%;
}
@media only screen and (max-width: 767px) {

  .item-1-bottom-area .box-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .item-1-bottom-area .box-2 {
    width: 65%;
    margin: 0 auto;
  }
}

.blue-txt-lead {
  font-size: 1.2rem;
  color: #0d57a2;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .blue-txt-lead {
    font-size: 0.95rem;
  }
}

.course-intro-arrow-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .course-intro-arrow-block {
    margin: 20px 0;
  }
}

.course-intro-arrow {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 54px;
  height: 30px;
  background: #0d57a2;
}
@media only screen and (max-width: 767px) {
  .course-intro-arrow {
    width: 27px;
    height: 12px;
  }
}

.popup-youtube {
  display: block;
  margin-top: 20px;
}

.txt-top {
  margin-bottom: 20px;
}

.first-item-txt-top {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .c-column__item > *:first-child.first-item-txt-top {
    margin: 15px 0 0 0;
  }
}



































