@charset "UTF-8";
.trim {
  margin: 0 auto 15px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.trim img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 150%;
}

.c-basicBorderbox--noBorder {
  margin: 25px 0 !important;
  padding: 20px !important;
}

.c-borBox {
  padding: 25px !important;
}

p span {
  font-weight: bold;
}

.l-narrow {
  width: 100%;
}

.l-narrow__inner {
  max-width: 835px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.l-narrow__inner p,
.l-narrow__inner ul {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.l-twoCols {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.c-heading10 > span {
  display: table-cell;
  vertical-align: middle;
}

.c-heading10 > span:last-child {
  padding-left: 1em;
}

.c-heading10 > span.c-heading10__merit,
.c-heading10 > span.c-heading10__merit02 {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  width: 105px;
  padding-bottom: 15px;
  background: #78B543;
}

.c-heading10 > span.c-heading10__merit02 {
  font-size: 30px;
  line-height: 1.1;
  padding: 30px 0;
}

.c-heading10 > span > span {
  font-size: 18px;
  display: inline-block;
  width: 100%;
}

.c-commonTable01--oneCol {
  margin-top: 50px;
}

.p-instructors__avatar {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.c-commonList01.check > li:before {
  width: 30px;
  height: 29px;
  background: url(/customers/images/check_available30.png);
  border: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: -3px;
}

.c-courseMV03 {
  text-align: center;
  padding: 25px 0;
  background-color: #a9ca41;
  position: relative;
}

.c-courseMV03__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: alpha(opacity=4);
  -moz-opacity: 0.05;
  opacity: 0.04;
}

.c-courseMV03__img {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  border: 8px solid #fff;
  box-shadow: 2.5px 5px 5.8px rgba(0, 0, 0, 0.2);
}

.textBox {
  width: 100%;
}

/* PCへ切り替え */
@media only screen and (min-width: 801px) {
  body,
  .l-main,
  .c-commonTable01,
  .c-commonTable01--oneCol {
    line-height: 1.5 !important;
  }
  .c-heading09 {
    margin-bottom: 50px !important;
  }
  .c-heading10 {
    color: #78B543;
    margin-bottom: 60px;
  }
  .p-mv {
    height: 430px;
  }
  .p-mv__inner {
    margin: 0 auto;
    width: 995px;
    height: 100%;
    position: relative;
  }
  .p-mv__inner__sup {
    font-size: 0.875rem;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 170px;
  }
  .p-mv__inner img {
    position: absolute;
  }
  .p-mv__inner img.img01 {
    top: 82px;
    left: 86px;
  }
  .p-mv__inner img.img02 {
    top: 35px;
    right: 90px;
  }
  .l-twoCols {
    position: relative;
  }
  .l-twoCols__child.is-fixed {
    margin-top: 30px;
    width: 482.5px;
    position: fixed;
    top: 0;
    left: calc(50% + 15px);
  }
  .l-twoCols__child.is-absolute {
    position: absolute;
    bottom: 0;
    left: calc(50% + 15px);
  }
  .p-twoCols {
    margin-top: 15px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-twoCols .img + .form {
    width: calc(100% - 140px);
  }
  .p-twoCols .img + .form input {
    width: 100%;
  }
  .p-twoCols .img + .form .note {
    margin-top: 5px;
    margin-bottom: 18px;
    color: #666;
    font-size: 1.4rem;
  }
  .c-commonList01.asterisk {
    margin-bottom: 10px;
  }
  .c-commonTable01--oneCol dl {
    display: table;
    width: 100%;
  }
  .c-commonTable01--oneCol dl dt,
  .c-commonTable01--oneCol dl dd {
    display: table-cell;
  }
  .c-commonTable01--oneCol dl dt {
    width: 180px;
  }
  .c-commonTable01--oneCol dl dd {
    width: auto;
  }
}

/* SPへ切り替え */
@media only screen and (max-width: 800px) {
  body,
  .l-main,
  .c-commonTable01,
  .c-commonTable01--oneCol {
    line-height: 1.6 !important;
  }
  .l-narrow__inner {
    margin-bottom: 60px;
  }
  .c-heading09 {
    margin-bottom: 30px !important;
  }
  .c-heading10 {
    color: #78B543;
    margin-bottom: 40px;
  }
  .p-mv {
    height: 200px;
  }
  .p-mv__inner {
    position: relative;
    height: 100%;
  }
  .p-mv__inner__sup {
    font-size: 0.875rem;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .p-mv__inner img {
    position: absolute;
  }
  .p-mv__inner img.img01 {
    margin-left: -145px;
    width: 130px;
    top: 42px;
    left: 50%;
  }
  .p-mv__inner img.img02 {
    margin-right: -147px;
    width: 150px;
    top: 25px;
    right: 50%;
  }
  .p-twoCols .img {
    margin: 10px 0;
    text-align: center;
  }
  .p-twoCols .note {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #666;
  }
  .c-commonList01.asterisk {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-heading10 > span {
    display: block;
  }
  .c-heading10 > span:last-child {
    padding-left: 0;
  }
  .c-heading10 > span.c-heading10__merit,
  .c-heading10 > span.c-heading10__merit02 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .c-heading10 > span.c-heading10__merit02 img {
    width: 23px;
  }
  .c-heading10 > span > span {
    font-size: 16px;
    width: auto;
  }
}
