.fontbold {
  font-weight: bold
}

.underline {
  text-decoration: underline
}

.frd {
  color: #d8261c;
  font-weight: bold
}

.fbl {
  color: #00aadb;
  font-weight: bold
}

.fgn {
  color: #adff65;
  font-weight: bold
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem
}

@media screen and (max-width: 750px) {
  .f24 {
    font-size: 20px;
    font-size: 2rem
  }
}

.f30 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5
}

@media screen and (max-width: 750px) {
  .f30 {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.f36 {
  font-size: 36px;
  font-size: 3.6rem
}

@media screen and (max-width: 750px) {
  .f36 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2
  }
}

.bgy {
  background-color: #feeb35;
  display: inline-block;
  padding: 0.6rem;
  font-weight: 700;
  line-height: 1
}

.ubg {
  display: inline-block;
  position: relative
}

.ubg:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #38cc74;
  position: absolute;
  bottom: -0.4rem;
  left: 0
}

@media screen and (max-width: 750px) {
  .ubg:after {
    content: none
  }
}

.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.moviebox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none
  }
}

.sctbox {
  position: relative;
  margin-top: 40px
}

.sctbox .title {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  margin-right: 40px;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-right: 2px solid #d8261c
}

@media screen and (max-width: 767px) {
  .sctbox .title {
    margin-right: 0
  }
}

.sctbox .title span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-family: Exo, sans-serif;
  color: #d8261c;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  line-height: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.sctbox .title2 {
  text-align: center;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3
}

@media screen and (max-width: 479px) {
  .sctbox .title2 {
    letter-spacing: 0
  }
}

.sctbox .title2:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: contain;
  margin: 0 auto 8px
}

.sctbox .title3 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 4px;
  border: 1px solid #e87d78;
  border-radius: 8px;
  background-color: #fff5f5;
  margin-bottom: 16px;
  position: relative
}

@media screen and (max-width: 991px) {
  .sctbox .title3 {
    margin-bottom: 20px
  }
}

@media screen and (max-width: 767px) {
  .sctbox .title3 {
    height: 60px;
    line-height: 58px
  }
}

@media screen and (max-width: 479px) {
  .sctbox .title3 {
    font-size: 16px;
    letter-spacing: 0
  }
}

.sctbox .title3:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
  background-size: contain;
  position: absolute;
  left: 1.6rem;
  top: calc(50% - 9px)
}

.sctbox .title4 {
  font-size: 28px;
  text-align: center;
  color: #d8261c;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 40px
}

@media screen and (max-width: 479px) {
  .sctbox .title4 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px
  }
}

.sctbox:nth-of-type(odd) .title {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: 40px;
  border-right: none;
  border-left: 2px solid #d8261c
}

@media screen and (max-width: 767px) {
  .sctbox:nth-of-type(odd) .title {
    margin-left: 0
  }
}

#head {
  margin-top: 0;
  padding-top: 100px
}

#head .container {
  padding: 0 20px
}

#head h1 {
  color: #d8261c;
  text-align: center
}

#head h1.title2 {
  margin-bottom: 20px;
  letter-spacing: 3px
}

@media screen and (max-width: 479px) {
  #head h1.title2 {
    margin-bottom: 20px;
    letter-spacing: 1px
  }
}

#head h1.title2:before {
  background-image: url(../common/img/icon_question_circle.png)
}

#head p {
  font-size: 11px;
  line-height: 2;
  text-align: center;
  color: #525252;
  letter-spacing: 1.8px
}

@media screen and (max-width: 479px) {
  #head p {
    padding: 0 20px;
    letter-spacing: 1px
  }
}

@media screen and (max-width: 479px) {
  #faqlist {
    margin-top: 20px
  }
}

#faqlist .container {
  max-width: 780px
}

@media screen and (max-width: 991px) {
  #faqlist .container {
    max-width: 568px
  }
}

@media screen and (max-width: 767px) {
  #faqlist .container {
    width: calc(100% - 80px);
    max-width: none;
    margin: 0 auto
  }
}

@media screen and (max-width: 479px) {
  #faqlist .container {
    width: 100%;
    padding: 0 20px
  }
}

.faqbox {
  margin-bottom: 20px;
  padding: 32px 40px;
  border: 1px solid #d8261c;
  border-radius: 4px
}

@media screen and (max-width: 479px) {
  .faqbox {
    padding: 20px
  }
}

.faqbox dt {
  font-family: kan415typos-std, sans-serif;
  color: #e06d43;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 44px;
  letter-spacing: 1.8px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d8261c;
  position: relative
}

@media screen and (max-width: 479px) {
  .faqbox dt {
    font-size: 12px;
    letter-spacing: 0
  }
}

.faqbox dt:before {
  content: 'Q';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #e06d43;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  border: 3px solid #e06d43;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: calc(50% - 24px)
}

.faqbox dd {
  color: #76ad76;
  font-size: 12px;
  color: #666;
  line-height: 2;
  padding-left: 44px;
  letter-spacing: 1px;
  padding-top: 20px;
  position: relative
}

@media screen and (max-width: 479px) {
  .faqbox dd {
    font-size: 10px;
    letter-spacing: 0
  }
}

.faqbox dd:before {
  content: 'A';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #76ad76;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  border: 3px solid #76ad76;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 12px
}

@media screen and (max-width: 479px) {
  .faqbox dd:before {
    top: 14px
  }
}

.faqbox dd .link {
  text-align: right;
  padding-top: 20px
}

@media screen and (max-width: 479px) {
  .faqbox dd .link {
    padding-top: 16px
  }
}

.faqbox dd .link a {
  font-size: 14px;
  color: #00f;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  text-decoration: underline
}

@media screen and (max-width: 479px) {
  .faqbox dd .link a {
    font-size: 12px
  }
}

.weblesson {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 4px
}

@media screen and (max-width: 479px) {
  .weblesson {
    margin-bottom: 20px
  }
}

.weblesson dt img {
  width: 150px;
  height: 16px
}

.weblesson dd {
  text-align: center
}

.weblesson dd a {
  line-height: 52px;
  height: 52px;
  font-size: 20px;
  display: inline-block;
  width: 280px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #d8261c, #ff9e99);
  background-image: linear-gradient(135deg, #d8261c, #ff9e99);
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.2px
}

@media screen and (max-width: 479px) {
  .weblesson dd a {
    width: 100%
  }
}

.mouse .weblesson dd a:hover {
  -webkit-transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
