@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #C79F04;
}

.txt--bl {
  color: #023F75;
}

.txt--red {
  color: #E50112;
}

.txt--gn {
  color: #14A73C;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.color__txt p b {
  color: #1994ee;
}

.color__table table tbody {
  width: 100%;
  display: block;
}
.color__table table tr {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .color__table table tr {
    margin-bottom: 0;
    display: flex;
  }
}
.color__table table tr td:first-of-type {
  width: 100%;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .color__table table tr td:first-of-type {
    font-weight: 300;
    width: 14%;
    display: inline;
  }
}
.color__table table tr td:last-of-type {
  width: 100%;
  display: block;
}
@media screen and (min-width: 740px) {
  .color__table table tr td:last-of-type {
    width: 86%;
    display: inline;
  }
}
.color__table table tr td b {
  color: #1994ee;
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul {
  margin-top: 0 !important;
}
.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.heroimgWrap {
  background: #14a73c;
}

.sec__ttl {
  position: relative;
  margin: auto;
  padding: 0 10px;
  background: #14a73c;
}
@media screen and (min-width: 740px) {
  .sec__ttl {
    padding: 0 20px;
  }
}
.sec__ttl .ttlLv1 {
  padding-top: 10px !important;
}
.sec__ttl .ttlLv1 .heading {
  color: #fff;
}

.top-lead {
  background: #14A73C;
  padding: 20px 0;
}
@media screen and (min-width: 481px) {
  .top-lead {
    padding: 40px 0;
  }
}
.top-lead p {
  color: #fff;
}

.course .acodBlock > .content {
  background: #f4fdf6;
}
.course .course__map {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.course .course__box {
  background: #fff;
  padding: 10px 15px;
}
@media screen and (min-width: 740px) {
  .course .course__box .colWrap .col:first-of-type {
    width: calc(70% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .course .course__box .colWrap .col:last-of-type {
    width: calc(30% - 15px);
  }
}
.course .course__day {
  background: #14a73c;
  padding: 8px 10px 5px;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .course .course__day {
    font-size: 1.6rem;
  }
}
.course .course__time {
  padding: 30px 15px;
  position: relative;
}
.course .course__time p {
  background: #f4fdf6;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.course .course__time p img {
  width: 36px;
}
.course .course__time::before {
  content: "";
  border-right: #14a73c 4px dotted;
  position: absolute;
  left: 50%;
  top: 0;
  height: 50%;
  width: 3px;
}
.course .course__time::after {
  content: "";
  border-right: #14a73c 4px dotted;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50%;
  width: 3px;
}
.course .acodBlock {
  margin-top: 10px;
}
.course .acodBlock .heading {
  background: #f4fdf6 !important;
  border: 1px solid #14a73c !important;
}
.course .acodBlock .heading > span {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  font-size: 1.4rem !important;
  color: #14A73C !important;
  padding: 13px 15px 13px 15px !important;
}
@media screen and (min-width: 740px) {
  .course .acodBlock .heading > span {
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem !important;
    padding: 6px 50px 6px 20px !important;
  }
}
@media screen and (min-width: 740px) {
  .course .acodBlock .heading > span img {
    width: 40%;
  }
}
.course .acodBlock .heading > span .iconAccordion {
  top: 13%;
}
@media screen and (min-width: 740px) {
  .course .acodBlock .heading > span .iconAccordion {
    top: 50%;
  }
}
.course .acodBlock .content {
  border: 1px solid #14a73c !important;
  padding: 20px 17px !important;
  border-top: 0 !important;
}
