@charset "UTF-8";
@-webkit-keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
          animation-name: fadeInUpMin;
}

@-webkit-keyframes fadeInRightMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMin {
  -webkit-animation-name: fadeInRightMin;
          animation-name: fadeInRightMin;
}

@-webkit-keyframes fadeInLeftMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMin {
  -webkit-animation-name: fadeInLeftMin;
          animation-name: fadeInLeftMin;
}

@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
}

@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
}
.vertical01 {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: vertical01 2s ease-in-out infinite alternate;
          animation: vertical01 2s ease-in-out infinite alternate;
}

@-webkit-keyframes vertical01Min {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}

@keyframes vertical01Min {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}
.vertical01Min {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: vertical01Min 4s ease-in-out infinite alternate;
          animation: vertical01Min 4s ease-in-out infinite alternate;
}

/*=====  End of ANIMATION  ======*/
html {
  font-size: 62.5%;
}
html.scroll-prevent {
  overflow: hidden;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  color: #3a3a3a;
  margin: 0;
}
body.scroll-prevent {
  overflow: hidden;
}

.kakugo {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

img {
  max-width: 100%;
}

#siteMain {
  padding-top: 100px;
  overflow: clip;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fdf0b8));
  background: linear-gradient(transparent 70%, #fdf0b8 0%);
  padding: 0 2px 0px;
}

section {
  position: relative;
  z-index: 1;
}

.trialVideoWrapper {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
}
.trialVideoWrapper.fhd {
  padding-top: 56.25%;
}
.trialVideoWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.maxContentWrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

/*=============================================
=            PAGE HEAD SUB            =
=============================================*/
#pageHead.subPage {
  overflow: hidden;
  position: relative;
}
#pageHead.subPage:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(150deg, #fff7e8 50%, #ffece8 100%);
  mix-blend-mode: multiply;
}
#pageHead.subPage .blobWrapper {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pageHead.subPage .blob {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: auto;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: -1;
  max-width: 300px;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#pageHead.subPage .blob.blob02 {
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: -2;
  max-width: 280px;
  opacity: 0.5;
}
#pageHead.subPage .blob.blob03 {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  max-width: 100px;
  -webkit-transform: translate(10%, 50%);
      -ms-transform: translate(10%, 50%);
          transform: translate(10%, 50%);
  z-index: -1;
  opacity: 0.35;
}
#pageHead.subPage .headWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
}
#pageHead.subPage .headWrapper > .container {
  position: relative;
  z-index: 1;
}
#pageHead.subPage .headWrapper .pageTitleWrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
#pageHead.subPage .headWrapper .pageTitleWrapper .pageTitle {
  font-size: 1.4rem;
  font-weight: 900;
  padding-left: 40px;
  position: relative;
  margin-bottom: 0;
  margin-bottom: 5px;
}
#pageHead.subPage .headWrapper .pageTitleWrapper .pageTitle:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  top: 50%;
  left: 0;
  z-index: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #3a3a3a;
}
#pageHead.subPage .headWrapper .pageTitleWrapper .pageSubTitle {
  font-size: 1.6rem;
  color: #ff8800;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#pageHead.subPage .headImgWrapper {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
#pageHead.subPage .headImgWrapper .imgBg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 200px;
  content: "";
  display: block;
}

/*=====  End of PAGE HEAD SUB  ======*/
/*=============================================
=            BLOB            =
=============================================*/
.pageBottomBlobWrapper {
  position: relative;
  z-index: 0;
}
.pageBottomBlobWrapper .blob {
  content: "";
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  width: auto;
  -webkit-transform: translate(20%, -52%);
      -ms-transform: translate(20%, -52%);
          transform: translate(20%, -52%);
  z-index: 1;
}

/*=====  End of BLOB  ======*/
/*=============================================
=            BTNWRAPPER            =
=============================================*/
.btnWrapper .btnBox {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.btnWrapper.smallBtnWrapper .btnBox {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/*=====  End of BTNWRAPPER  ======*/
/*=============================================
=            NAVBTN            =
=============================================*/
.navBtn {
  font-size: 1.2rem;
  background-color: #68bbc4;
  color: #fff;
  min-width: 150px;
  padding: 10px 20px;
  line-height: 1;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #68bbc4;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.navBtn.corporation {
  border-color: #fe8c7f;
  background-color: #fe8c7f;
}
.navBtn.login {
  border: 1px solid #ff8800;
  background-color: #fff;
  color: #ff8800;
}
.navBtn.logout {
  border: 1px solid #ff8800;
  background-color: #fff;
  color: #ff8800;
}
.navBtn.contact {
  border: 1px solid #3a3a3a;
  background-color: #fff;
  color: #3a3a3a;
}

/*=====  End of NAVBTN  ======*/
/*=============================================
=            PECSBTN            =
=============================================*/
.pecsBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #707070;
  background-color: #fff;
  color: #707070;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pecsBtn .arrow {
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pecsBtn .arrow svg {
  width: 16px;
}

/*=====  End of PECSBTN  ======*/
/*=============================================
=            SOLIDBTN            =
=============================================*/
.solidBtn {
  background-color: #ff8800;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 50px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 100%;
  min-width: 300px;
  max-width: 350px;
  border-radius: 80px;
  line-height: 1.3;
  position: relative;
  border: 3px solid #ff8800;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.solidBtn.grayBtn {
  background-color: #d3d3d3;
  border: 3px solid #d3d3d3;
  color: #707070;
}
.solidBtn .arrow {
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.solidBtn .arrow svg {
  width: 25px;
}
.solidBtn.smallBtn {
  font-size: 1.4rem;
  min-width: 0;
  padding: 5px 40px 5px 20px;
  height: auto;
  min-height: 40px;
}
.solidBtn.smallBtn .external svg rect,
.solidBtn.smallBtn .external svg path {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.solidBtn.smallBtn .arrow {
  right: 13px;
}
.solidBtn.smallBtn .arrow svg {
  width: 20px;
}

/*=====  End of SOLIDBTN  ======*/
/*=============================================
=            CIRCLE BTN            =
=============================================*/
.circleBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #ff8800;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.circleBtn .inner {
  padding-left: 15px;
}
.circleBtn svg {
  width: 40px;
  height: 40px;
}
.circleBtn svg path {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*=====  End of CIRCLE BTN  ======*/
/*=============================================
=            SUPPORT BTN            =
=============================================*/
.supportBtn {
  background-color: #ff8800;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 5px;
  border-radius: 90px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.supportBtn svg {
  width: 32px;
  height: 32px;
}
.supportBtn svg path {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.supportBtn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.supportBtn.dialBtn .dialWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.supportBtn.dialBtn .num {
  margin-left: 10px;
  font-size: 3rem;
  letter-spacing: -0.05em;
  font-weight: 900;
  margin-top: -5px;
}
.supportBtn.dialBtn .dialTitle {
  background-color: #fff;
  color: #ff8800;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.supportBtn.dialBtn .inner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.supportBtn.mailBtn .dscWrapper {
  margin-left: 10px;
}
.supportBtn.mailBtn .title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 8px;
}
.supportBtn.mailBtn .anno {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

/*=====  End of SUPPORT BTN  ======*/
/*=============================================
=            FOOTER FIXED WRAPPER            =
=============================================*/
#footerFixedWrapper {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
#footerFixedWrapper .footerFixedBtnWrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footerFixedWrapper .footerFixedBtnWrapper > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
#footerFixedWrapper .footerFixedBtnWrapper .fixedBtn {
  background-color: #68bbc4;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 5px;
  border-radius: 8px 8px 0 0;
}
#footerFixedWrapper .footerFixedBtnWrapper .fixedBtn.corporation {
  background-color: #fe8c7f;
}
#footerFixedWrapper .footerFixedBtnWrapper .fixedBtn.login {
  background-color: #ff8800;
}

/*=====  End of FOOTER FIXED WRAPPER  ======*/
.formWrapper {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.formWrapper.confirm dl dt.required span:after {
  display: none;
}
.formWrapper.confirm dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.formWrapper .confirmSectionTitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #68bbc4;
  margin-bottom: 10px;
}
.formWrapper dl {
  position: relative;
  margin-bottom: 5px;
}
.formWrapper dl dt {
  padding: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #68bbc4;
  color: #fff;
}
.formWrapper dl dt.required span:after {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: "必須";
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #fff;
  margin-left: 10px;
  padding: 1px 8px;
  text-align: center;
  background-color: #d61818;
  border-radius: 4px;
  font-weight: bold;
}
.formWrapper dl dd {
  margin-bottom: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  word-break: break-all;
  background-color: #fafafa;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formWrapper dl dd > .inner {
  width: 100%;
}
.formWrapper dl dd a {
  text-decoration: underline;
}
.formWrapper dl dd .annoBox {
  font-size: 1.4rem;
  line-height: 1.75;
}
.formWrapper dl dd .checkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formWrapper dl dd .checkWrapper .idCheck {
  margin: 0 0 0 15px;
  background-color: #3a3a3a;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  line-height: 1.5;
  border-radius: 4px;
  text-decoration: unset;
}
.formWrapper dl dd .nameWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.formWrapper dl dd .nameWrapper .nameBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formWrapper dl dd .nameWrapper .nameBox .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  font-weight: bold;
  margin-right: 10px;
}
.formWrapper dl dd .qTitle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.5;
}
.formWrapper .termWrapper {
  margin-top: 20px;
  text-align: center;
}
.formWrapper .termWrapper .checkBox label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.formWrapper .termWrapper .checkBox label span {
  font-weight: normal;
}
.formWrapper .passwordWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formWrapper .passwordWrapper .pwToggler {
  cursor: pointer;
  margin-left: 2px;
  height: 42px;
  background-color: #f5fcfa;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background-image: url(../img/common/eye.svg);
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.formWrapper .passwordWrapper .pwToggler2 {
  cursor: pointer;
  margin-left: 2px;
  height: 42px;
  background-color: #f5fcfa;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background-image: url(../img/common/eye.svg);
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.formWrapper .passwordWrapper .pwToggler.inVisible {
  background-image: url(../img/common/eye-slash.svg);
}
.formWrapper .passwordWrapper .pwToggler2.inVisible {
  background-image: url(../img/common/eye-slash.svg);
}
.formWrapper .horizontalWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formWrapper .horizontalWrapper > div {
  padding: 0 5px;
  font-weight: bold;
}
.formWrapper [type=text],
.formWrapper [type=password],
.formWrapper [type=email],
.formWrapper [type=file],
.formWrapper [type=tel],
.formWrapper textarea,
.formWrapper [type=button],
.formWrapper [type=reset],
.formWrapper [type=submit],
.formWrapper input,
.formWrapper button,
.formWrapper .button {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
}
.formWrapper [type=text],
.formWrapper [type=password],
.formWrapper [type=email],
.formWrapper [type=tel],
.formWrapper textarea {
  border: 1px solid #d3d3d3;
  width: 100%;
  border-radius: 0;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.formWrapper [type=text],
.formWrapper [type=password],
.formWrapper [type=email],
.formWrapper [type=tel] {
  max-width: 380px;
}
.formWrapper [type=text].short {
  width: 100px;
}
.formWrapper [type=text].middle {
  width: 180px;
}
.formWrapper textarea {
  height: 280px;
  vertical-align: bottom;
}
.formWrapper [type=text]::-webkit-input-placeholder, .formWrapper [type=email]::-webkit-input-placeholder, .formWrapper [type=tel]::-webkit-input-placeholder, .formWrapper textarea::-webkit-input-placeholder {
  color: #cbcbcb;
}
.formWrapper [type=text]::-moz-placeholder, .formWrapper [type=email]::-moz-placeholder, .formWrapper [type=tel]::-moz-placeholder, .formWrapper textarea::-moz-placeholder {
  color: #cbcbcb;
}
.formWrapper [type=text]:-ms-input-placeholder, .formWrapper [type=email]:-ms-input-placeholder, .formWrapper [type=tel]:-ms-input-placeholder, .formWrapper textarea:-ms-input-placeholder {
  color: #cbcbcb;
}
.formWrapper [type=text]::-ms-input-placeholder, .formWrapper [type=email]::-ms-input-placeholder, .formWrapper [type=tel]::-ms-input-placeholder, .formWrapper textarea::-ms-input-placeholder {
  color: #cbcbcb;
}
.formWrapper [type=text]::placeholder,
.formWrapper [type=email]::placeholder,
.formWrapper [type=tel]::placeholder,
.formWrapper textarea::placeholder {
  color: #cbcbcb;
}
.formWrapper button {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  padding: 0;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  width: 100%;
  max-width: 360px;
  margin: 5px;
}
.formWrapper .button {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  padding: 0;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  width: 100%;
  max-width: 360px;
  margin: 5px;
}
.formWrapper .btnBox input {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  padding: 0;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  width: 100%;
  max-width: 360px;
  margin: 5px;
}
.formWrapper .radioBox > .horizontalWrapper {
  margin-bottom: 0;
}
.formWrapper .radioBox > .horizontalWrapper label {
  margin-right: 10px;
}
.formWrapper .radioBox input[type=radio].radioBtnItem {
  display: none;
}
.formWrapper .radioBox .radioBtnItem input[type=radio] {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formWrapper .radioBox input[type=radio].radioBtnItem + span {
  padding-left: 25px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.formWrapper .radioBox .radioBtnItem label {
    padding-left: 7px;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.formWrapper .radioBox input[type=radio].radioBtnItem + span:after, .formWrapper .radioBox input[type=radio].radioBtnItem + span:before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
.formWrapper .radioBox input[type=radio].radioBtnItem + span:before {
  border: 1px solid #d3d3d3;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 18px;
  width: 18px;
  background-color: #fff;
}
.formWrapper .radioBox .radioBtnItem input[type=radio]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #68bbc4;
    content: '';
}
.formWrapper .radioBox input[type=radio].radioBtnItem + span:after {
  background: #68bbc4;
  height: 10px;
  left: 4px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
.formWrapper .radioBox input[type=radio].radioBtnItem:checked + span:after {
  opacity: 1;
}
.formWrapper .radioBox label {
  display: inline-block;
  margin-bottom: 0;
}
.formWrapper .radioBox div {
  margin-bottom: 10px;
}
.formWrapper .radioBox .indent {
  padding-left: 20px;
}
.formWrapper .selectBox {
  position: relative;
  width: 100%;
  max-width: 230px;
}
.formWrapper .selectBox:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 50%;
  left: auto;
  right: 15px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3a3a3a transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.formWrapper .selectBox select {
  border-radius: 4px;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  padding: 8px 30px 8px 8px;
  border: 1px solid #d3d3d3;
  width: 100%;
  position: relative;
  line-height: 1.5;
  background-color: #fff;
  color: #3a3a3a;
}
.formWrapper .selectBox select:invalid {
  color: #d3d3d3;
}
.formWrapper .checkBox > div {
  margin-bottom: 10px;
}
.formWrapper .checkBox label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.formWrapper .checkBox label span {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
}
.formWrapper .checkBox label label {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
}
.formWrapper .termWrapper .checkBox label label {
    font-weight: unset !important;
}
.formWrapper .checkBox input[type=checkbox] {
  cursor: pointer;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  position: relative;
}
.formWrapper .checkBox input[type=checkbox]:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 7px;
  content: "";
  -webkit-transform: translate(-48%, -63%) rotate(-45deg) scale(0, 0);
      -ms-transform: translate(-48%, -63%) rotate(-45deg) scale(0, 0);
          transform: translate(-48%, -63%) rotate(-45deg) scale(0, 0);
  border: 2px solid #68bbc4;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.formWrapper .checkBox input[type=checkbox]:checked:before {
  -webkit-transform: translate(-48%, -63%) rotate(-45deg) scale(1, 1);
      -ms-transform: translate(-48%, -63%) rotate(-45deg) scale(1, 1);
          transform: translate(-48%, -63%) rotate(-45deg) scale(1, 1);
}
.formWrapper .checkBox input[type=checkbox]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  cursor: pointer;
  border: 1px solid #d3d3d3;
  background: #fff;
}
.formWrapper .confirmBtnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 0px;
}
.formWrapper .confirmBtnWrapper .btnBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 330px;
}
.formWrapper .confirmBtnWrapper button {
  text-align: center;
  background-color: #68bbc4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.formWrapper .confirmBtnWrapper .button {
  text-align: center;
  background-color: #68bbc4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
}
.formWrapper .confirmBtnWrapper input {
  text-align: center;
  background-color: #68bbc4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.formWrapper .confirmBtnWrapper button.back {
  background-color: #d3d3d3;
  color: #3a3a3a;
}
.formWrapper .confirmBtnWrapper .button.back {
  background-color: #d3d3d3;
  color: #3a3a3a;
}

.formWrapper.loginFormWrapper {
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
  max-width: 900px;
  margin-top: 0;
}
.formWrapper.loginFormWrapper .formInner {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.formWrapper.loginFormWrapper dl {
  margin-bottom: 15px;
}
.formWrapper.loginFormWrapper dl dt {
  display: block;
  background-color: transparent;
  color: #3a3a3a;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding: 0;
  margin-bottom: 5px;
}
.formWrapper.loginFormWrapper dl dt span {
  color: #d61818;
}
.formWrapper.loginFormWrapper dl dd {
  display: block;
  padding: 0;
}
.formWrapper.loginFormWrapper dl dd .annoBox {
  font-weight: bold;
  color: #d61818;
}
.formWrapper.loginFormWrapper [type=text],
.formWrapper.loginFormWrapper [type=email],
.formWrapper.loginFormWrapper [type=password] {
  max-width: none;
}
.formWrapper.loginFormWrapper .passwordWrapper .pwToggler {
  background-color: #fff7e8;
}
.formWrapper.loginFormWrapper .confirmBtnWrapper button {
  background-color: #ff8800;
}
.formWrapper.loginFormWrapper .confirmBtnWrapper input {
  background-color: #ff8800;
}

.contactWrapper .formWrapper {
  border-radius: 5px;
  margin-bottom: 30px;
  max-width: none;
  margin-top: 0;
  padding: 20px 0px;
}
.contactWrapper .formWrapper .formInner {
  padding: 0 15px;
}
.contactWrapper .formWrapper dl {
  margin-bottom: 10px;
}
.contactWrapper .formWrapper dl dt {
  display: block;
  background-color: transparent;
  color: #3a3a3a;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  padding: 0;
  margin-bottom: 5px;
}
.contactWrapper .formWrapper dl dt span {
  color: #d61818;
}
.contactWrapper .formWrapper dl dd {
  display: block;
  padding: 0;
}
.contactWrapper .formWrapper dl dd .annoBox {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.contactWrapper .formWrapper .passwordWrapper .pwToggler {
  background-color: #fff7e8;
}
.contactWrapper .formWrapper .confirmBtnWrapper button {
  background-color: #ff8800;
}
.contactWrapper .formWrapper .confirmBtnWrapper .button {
  background-color: #ff8800;
}
.contactWrapper .formWrapper .confirmBtnWrapper input {
  background-color: #ff8800;
}

/*=============================================
=            FOOTER            =
=============================================*/
#footer {
  background-color: #ededed;
  color: #3a3a3a;
  padding-top: 30px;
  border-radius: 50px 0 0 0;
}
#footer .footerWrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#footer .footerWrapper hr {
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
#footer .footerWrapper .footerLogoWrapper {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#footer .footerWrapper .footerLogoWrapper img {
  width: 100%;
}
#footer .footerMenuWrapper {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footerMenuWrapper .supportDialWrapper {
  margin-left: auto;
  margin-right: auto;
}
#footer .footerMenuWrapper .supportDialWrapper .supportDialBtn {
  background-color: #ff8800;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 15px;
  width: 320px;
  font-weight: bold;
}
#footer .footerMenuWrapper .supportDialWrapper .supportDialBtn svg path {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#footer .footerMenuWrapper .supportDialWrapper .supportDialBtn .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#footer .footerMenuWrapper .supportDialWrapper .supportDialBtn .title {
  font-size: 1.6rem;
  line-height: 1.3;
}
#footer .footerMenuWrapper .supportDialWrapper .supportDialBtn .time {
  font-size: 1.4rem;
  line-height: 1.3;
}
#footer .footerMenuWrapper .supportDialWrapper .supportDialBtn .telWrapper {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
#footer .footerMenuWrapper .supportDialWrapper .supportDialBtn .telWrapper i {
  margin-right: 10px;
}
#footer .footerMenuWrapper a {
  color: #3a3a3a;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#footer .footerMenuWrapper .footerMenu {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footerMenuWrapper .footerMenu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
  line-height: 1.5;
}
#footer .footerMenuWrapper .footerMenu .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .footerMenuWrapper .footerMenu .footerSubMenu {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#footer .footerMenuWrapper .footerMenu .footerSubMenu li {
  margin-bottom: 10px;
  line-height: 1.5;
}
#footer .footerMenuWrapper .footerMenu .footerSubMenu a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
#footer .subInfoSection {
  padding-top: 40px;
  background-color: #3a3a3a;
}
#footer .subLinkWrapper .subLink {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 360px;
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
#footer .subLinkWrapper .subLink.subLink02 li {
  margin-bottom: 5px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#footer .subLinkWrapper .subLink li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
#footer .subLinkWrapper .subLink li a {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#footer .subLinkWrapper .mlpWrapper {
  max-width: 160px;
}
#footer .subLinkWrapper .mlpWrapper a {
  display: block;
}
#footer .siteInfo {
  background-color: #3a3a3a;
  color: #fff;
  font-size: 1rem;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 60px;
}
#footer #footerBottom {
  position: relative;
}
#footer #footerBottom #pageTop {
  right: 20px;
  left: auto;
  bottom: 20px;
  top: auto;
  z-index: 10;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  cursor: pointer;
}
#footer #footerBottom #pageTop svg {
  width: 40px;
  height: 40px;
  max-width: 100%;
}
#footer #footerBottom #pageTop svg circle {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*=====  End of FOOTER  ======*/
/*=============================================
=            HEADER            =
=============================================*/
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
#header #mainNav {
  background-color: #fff;
  position: relative;
}
#header #mainNav > hr {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-color: #d3d3d3;
  margin-top: 0;
  margin-bottom: 0;
}
#header #mainNav .navInner {
  width: 100%;
  height: 100%;
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #mainNav .upperNav {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mainNav .lowerNav {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mainNav .logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mainNav .logoWrapper .logo {
  margin-right: 25px;
}
#header #mainNav .logoWrapper .lead {
  color: #3a3a3a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
#header #mainNav .btnWrapper .navBtnWrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -3px;
  margin-right: -3px;
}
#header #mainNav .btnWrapper .navBtnWrapper > li {
  padding-left: 3px;
  padding-right: 3px;
}
#header #mainNav .navWrapper {
  height: 100%;
}
#header #mainNav .navMenu {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
#header #mainNav .navMenu > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
#header #mainNav .navMenu > li.on_hover {
  color: #ff8800;
  border-bottom: 3px solid #ff8800;
}
#header #mainNav .navMenu .title {
  font-size: 1.8rem;
  font-weight: 500;
}
#header #mainNav .navMenu a {
  display: block;
  padding: 5px 0;
  color: #3a3a3a;
}
#header .subMenuWrapper {
  background-color: #ededed;
  border-radius: 0 0 30px 30px;
  position: absolute;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
#header .subMenuWrapper.on_hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
#header .subMenuWrapper > .inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#header .subMenuWrapper > .inner .subMenuTitle {
  color: #ff8800;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 3px solid #ff8800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
#header .subMenuWrapper > .inner ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  font-weight: 500;
  font-size: 1.8rem;
}
#header .subMenuWrapper > .inner ul a {
  display: block;
  padding: 5px;
  color: #3a3a3a;
}
#header #mainNav_mo {
  background-color: #fff;
}
#header #mainNav_mo .label {
  background-color: #ff8800;
  color: #fff;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: clamp(1rem, 3vw, 1.6rem);
}
#header #mainNav_mo .mobileNavWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #d3d3d3;
}
#header #mainNav_mo .mobileNavWrapper .logo {
  margin-left: 20px;
  width: 156px;
}
#header #mainNav_mo .mobileNavWrapper .rightMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mainNav_mo .mobileNavWrapper .rightMenu .navBtnWrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -3px;
  margin-right: 10px;
}
#header #mainNav_mo .mobileNavWrapper .rightMenu .navBtnWrapper > li {
  padding-left: 3px;
  padding-right: 3px;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler {
  position: relative;
  z-index: 10;
  margin-right: 15px;
  cursor: pointer;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler .inner {
  width: 55px;
  height: 55px;
  background-color: #ff8800;
  color: #fff;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler .barBox {
  width: 22px;
  height: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler .barBox span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler .barBox span:first-child {
  top: 0;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler .barBox span:last-child {
  top: 100%;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler .text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}
#header #mainNav_mo .mobileNavWrapper .menuToggler.active .inner .barBox span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
      -ms-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
#header #mainNav_mo .mobileNavWrapper .menuToggler.active .inner .barBox span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) translateX(10px);
      -ms-transform: translate(-50%, -50%) translateX(10px);
          transform: translate(-50%, -50%) translateX(10px);
}
#header #mainNav_mo .mobileNavWrapper .menuToggler.active .inner .barBox span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
      -ms-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}
#header #mainNav_mo .menuWrapper {
  position: fixed;
  width: 100%;
  height: calc(100% - 100px);
  background-color: rgba(255, 255, 255, 0.94);
  color: #3a3a3a;
  top: 100px;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  overflow: auto;
}
#header #mainNav_mo .menuWrapper .navWrapper {
  padding: 50px 30px;
  width: 100%;
}
#header #mainNav_mo .menuWrapper.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
#header #mainNav_mo .menuWrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header #mainNav_mo .menuWrapper ul li {
  cursor: pointer;
}
#header #mainNav_mo .menuWrapper ul li a {
  color: #3a3a3a;
  display: block;
}
#header #mainNav_mo .menuWrapper ul li .title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  color: #3a3a3a;
  padding: 5px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  padding-right: 15px;
  font-size: 1.6rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#header #mainNav_mo .menuWrapper ul li .title .plus {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  top: 55%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header #mainNav_mo .menuWrapper ul li .title .plus:before {
  width: 80%;
  height: 2px;
  background-color: #3a3a3a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header #mainNav_mo .menuWrapper ul li .title .plus:after {
  width: 2px;
  height: 80%;
  background-color: #3a3a3a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#header #mainNav_mo .menuWrapper ul li.active .title {
  border-bottom: 2px solid #ff8800;
  color: #ff8800;
}
#header #mainNav_mo .menuWrapper ul li.active .title .plus:before {
  background-color: #ff8800;
}
#header #mainNav_mo .menuWrapper ul li.active .title .plus:after {
  background-color: #ff8800;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#header #mainNav_mo .menuWrapper ul li > ul {
  width: calc(100% + 60px);
  margin-top: 10px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  background-color: #ededed;
  display: none;
}
#header #mainNav_mo .menuWrapper ul li > ul li {
  border: none;
  margin-bottom: 3px;
}
#header #mainNav_mo .menuWrapper ul li > ul li:last-child {
  border-bottom: none;
}
#header #mainNav_mo .menuWrapper ul li > ul li a {
  font-weight: normal;
  font-size: 1.6rem;
  padding: 5px 0px;
  line-height: 1.5;
}
#header #mainNav_mo .menuWrapper .btnWrapper {
  margin-top: 20px;
}
#header #mainNav_mo .menuWrapper .btnWrapper .navBtn {
  font-size: 1.6rem;
  font-weight: bold;
  border-width: 2px;
}

/*=====  End of HEADER  ======*/
/*----------  FRONT PAGE  ----------*/
#frontpage {
  /*=============================================
  =            COMMON            =
  =============================================*/
  /*=====  End of COMMON  ======*/
  /*=============================================
  =            PAGEHEAD            =
  =============================================*/
  /*=====  End of PAGEHEAD  ======*/
  /*=============================================
  =            PRIMARY NOTICE            =
  =============================================*/
  /*=====  End of PRIMARY NOTICE  ======*/
  /*=============================================
  =            CERTIFICATION            =
  =============================================*/
  /*=====  End of CERTIFICATION  ======*/
  /*=============================================
  =            ABOUT            =
  =============================================*/
  /*=====  End of ABOUT  ======*/
  /*=============================================
  =            INTRO            =
  =============================================*/
  /*=====  End of INTRO  ======*/
  /*=============================================
  =            #CONTENTS            =
  =============================================*/
  /*=====  End of #CONTENTS  ======*/
  /*=============================================
  =            TIRAL            =
  =============================================*/
  /*=====  End of TIRAL  ======*/
  /*=============================================
  =            TREND            =
  =============================================*/
  /*=====  End of TREND  ======*/
  /*=============================================
  =            FLOWPLAN            =
  =============================================*/
  /*=====  End of FLOWPLAN  ======*/
  /*=============================================
  =            FLOW            =
  =============================================*/
  /*=====  End of FLOW  ======*/
  /*=============================================
  =            #PLAN            =
  =============================================*/
  /*=====  End of #PLAN  ======*/
  /*=============================================
  =            FAQ            =
  =============================================*/
  /*=====  End of FAQ  ======*/
  /*=============================================
  =            SUPPORT            =
  =============================================*/
  /*=====  End of SUPPORT  ======*/
  /*=============================================
  =            NEWS            =
  =============================================*/
  /*=====  End of NEWS  ======*/
  /*=============================================
  =            FOOTER            =
  =============================================*/
  /*=====  End of FOOTER  ======*/
}
#frontpage .blob {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
#frontpage .sectionTitleWrapper {
  margin-bottom: 20px;
}
#frontpage .sectionTitleWrapper .sectionTitle {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
#frontpage .sectionTitleWrapper .sectionSubTitle {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ff8800;
  margin-bottom: 5px;
}
#frontpage .sectionTitleWrapper .bar {
  position: relative;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
}
#frontpage #pageHead .kvWrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  overflow: hidden;
}
#frontpage #pageHead .kvWrapper .kvImgWrapper {
  position: relative;
  height: 134.67vw;
  max-height: 500px;
  z-index: -1;
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/index/kv_mo.jpg);
}
#frontpage #pageHead .kvWrapper .contentWrapper {
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
#frontpage #pageHead .kvWrapper .logoWrapper {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(5%, -35%);
      -ms-transform: translate(5%, -35%);
          transform: translate(5%, -35%);
  z-index: 1;
  width: 40%;
  max-width: 650px;
  display: none;
}
#frontpage #pageHead .kvWrapper .titleWrapper {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(10%, 10%);
      -ms-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
  z-index: 1;
  width: 70%;
  max-width: 850px;
}
#frontpage #pageHead .kvWrapper .wave {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 5%);
      -ms-transform: translate(-50%, 5%);
          transform: translate(-50%, 5%);
  z-index: 1;
  line-height: 1;
}
#frontpage #pageHead .kvWrapper .wave svg {
  vertical-align: bottom;
  max-width: 100%;
}
#frontpage #pageHead .pecsWrapper {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #primaryNotice {
  padding-top: 20px;
  padding-bottom: 20px;
}
#frontpage #primaryNotice .primaryWrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #primaryNotice .primaryWrapper dl {
  margin-bottom: 0;
}
#frontpage #primaryNotice .primaryWrapper dl dt {
  color: #fff;
  background-color: #d61818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#frontpage #primaryNotice .primaryWrapper dl dd {
  margin-bottom: 0;
  font-size: 1.4rem;
}
#frontpage #primaryNotice .primaryWrapper dl dd .inner {
  line-height: 1.5;
}
#frontpage #primaryNotice .primaryWrapper dl dd .inner .date {
  margin-right: 20px;
  font-size: 1.2rem;
}
#frontpage #primaryNotice .primaryWrapper dl dd .inner .content {
  display: block;
  color: #3a3a3a;
  padding-right: 50px;
  position: relative;
}
#frontpage #primaryNotice .primaryWrapper dl dd .inner .content .arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  line-height: 1;
}
#frontpage #certification {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 0;
}
#frontpage #certification > .container {
  position: relative;
  z-index: 1;
}
#frontpage #certification > .container .blob {
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#frontpage #certification .certificationTitle {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
}
#frontpage #certification .systemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#frontpage #certification .systemList > .systemItem {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
#frontpage #certification .systemList > .systemItem > div {
  letter-spacing: 0.15em;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #707070;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  min-width: 330px;
  padding: 10px 20px;
  border-radius: 8px;
  line-height: 1.5;
}
#frontpage #certification .btnWrapper {
  margin-top: 20px;
}
#frontpage #about {
  padding-top: 40px;
  padding-bottom: 20px;
}
#frontpage #about .aboutLead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
#frontpage #about .aboutLead .small {
  font-weight: 900;
  font-size: 2rem;
}
#frontpage #about .aboutLead .logo {
  width: 270px;
}
#frontpage #about .dscWrapper {
  max-width: 760px;
}
#frontpage #about .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#frontpage #about .imgWrapper {
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#frontpage #intro {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fffbf7;
}
#frontpage #intro .introWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#frontpage #intro .introWrapper .dscWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  max-width: 100%;
}
#frontpage #intro .introWrapper .imgWrapper {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
#frontpage #intro .unitWrapper {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 2px solid #d3d3d3;
  border-radius: 8px;
  padding: 20px 15px;
}
#frontpage #intro .unitWrapper .dscBox {
  color: #707070;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: center;
}
#frontpage #intro .unitWrapper .unitRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#frontpage #intro .unitWrapper .unitRow .unitCol {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
#frontpage #intro .unitWrapper .unitRow .unitBox {
  border: 2px solid #ff8800;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  color: #ff8800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
}
#frontpage #intro .unitWrapper .unitRow .unitBox .icon {
  width: 40px;
}
#frontpage #intro .unitWrapper .unitRow .unitBox .timeWrapper {
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#frontpage #intro .unitWrapper .unitRow .unitBox .title {
  font-size: 1.8rem;
  padding-left: 10px;
  padding-right: 10px;
  color: #707070;
}
#frontpage #intro .unitWrapper .unitRow .unitBox .time {
  font-size: 2.4rem;
}
#frontpage #intro .unitWrapper .unitRow .symbol {
  font-size: 3rem;
  font-weight: 900;
  color: #707070;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#frontpage #intro .unitWrapper .unitRow .unitCircle {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff8800;
  text-align: center;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
#frontpage #intro .unitWrapper .unitRow .unitCircle .title {
  font-size: 3rem;
}
#frontpage #intro .unitWrapper .unitRow .unitCircle .time {
  font-size: 1.4rem;
}
#frontpage #contents {
  padding-top: 70px;
  padding-bottom: 70px;
}
#frontpage #contents > .container {
  position: relative;
  z-index: 1;
}
#frontpage #contents > .container .blob {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-70%, -50%);
      -ms-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
}
#frontpage #contents .sectionTitleWrapper {
  text-align: center;
  margin-bottom: 20px;
}
#frontpage #contents .sectionTitleWrapper .sectionSubTitle {
  font-size: 2rem;
}
#frontpage #contents .sectionTitleWrapper .sectionTitle {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
#frontpage #contents .contentsWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
#frontpage #contents .contentsWrapper .contentsTitle {
  background-color: #ff8800;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  padding: 10px 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}
#frontpage #contents .contentsWrapper .contentsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#frontpage #contents .contentsWrapper .contentsRow .imgWrapper {
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #contents .contentsWrapper .contentsRow .lineupBox {
  margin-bottom: 20px;
}
#frontpage #contents .contentsWrapper .contentsRow .lineupBox:last-child {
  margin-bottom: 0;
}
#frontpage #contents .contentsWrapper .contentsRow .lineupBox .contentsSubTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ff8800;
  padding: 3px 0px 3px 10px;
  border-left: 6px solid #ff8800;
}
#frontpage #contents .pointsWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #ff8800;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 15px;
}
#frontpage #contents .pointsWrapper .pointsTitleWrapper {
  text-align: center;
  margin-bottom: 25px;
}
#frontpage #contents .pointsWrapper .pointsTitleWrapper .pointsTitle {
  font-size: 2.2rem;
  font-weight: 900;
}
#frontpage #contents .pointsWrapper .pointsTitleWrapper .pointsSubTitle {
  font-size: 1.8rem;
  font-weight: 900;
}
#frontpage #contents .pointsWrapper .pointsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#frontpage #contents .pointsWrapper .pointsRow .imgWrapper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #contents .pointsWrapper .pointsRow .dscWrapper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#frontpage #contents .pointsWrapper .pointsRow .dscWrapper ul {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
}
#frontpage #contents .pointsWrapper .pointsRow .dscWrapper ul > li {
  margin-bottom: 30px;
}
#frontpage #contents .pointsWrapper .pointsRow .dscWrapper ul > li:last-child {
  margin-bottom: 0;
}
#frontpage #contents .pointsWrapper .pointsRow .dscWrapper ul > li span {
  color: #ff8800;
}
#frontpage #trial {
  background-color: #fff7e8;
}
#frontpage #trial .trialSection {
  background-color: #fff7e8;
  padding: 40px 0px 20px;
  border-radius: 20px;
}
#frontpage #trial .sectionTitleWrapper {
  text-align: center;
  margin-bottom: 30px;
}
#frontpage #trial .sectionTitleWrapper .sectionTitle {
  color: #ff8800;
  font-size: 2.8rem;
  margin-bottom: 5px;
}
#frontpage #trial .trialWrapper .videoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#frontpage #trial .trialWrapper .videoRow .videoCol {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 470px;
  margin-bottom: 20px;
}
#frontpage #trend {
  padding-top: 60px;
  padding-bottom: 100px;
}
#frontpage #trend .dscWrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #trend .dscWrapper .sectionSubTitle {
  color: #3a3a3a;
  font-weight: bold;
  font-size: 1.6rem;
}
#frontpage #trend .dscWrapper .sectionTitle {
  font-size: 2.8rem;
  color: #ff8800;
}
#frontpage #trend .dscWrapper .sectionTitle span {
  font-size: 2rem;
}
#frontpage #trend .imgWrapper {
  max-width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage .flowplan {
  padding-top: 80px;
  padding-bottom: 90px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage .flowplan .blob {
  top: 0%;
  right: 0;
  left: auto;
  -webkit-transform: translate(10%, -20%);
      -ms-transform: translate(10%, -20%);
          transform: translate(10%, -20%);
  z-index: -1;
  max-width: 40%;
}
#frontpage .flowplan .blob.bottom {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  -webkit-transform: translate(-20%, 50%);
      -ms-transform: translate(-20%, 50%);
          transform: translate(-20%, 50%);
  max-width: 25%;
}
#frontpage .flowplan:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff7e8), to(#ffece8));
  background-image: linear-gradient(180deg, #fff7e8, #ffece8);
  border-radius: 50vw;
}
#frontpage .flowplan .flowplanTitleWrapper {
  text-align: center;
}
#frontpage .flowplan .flowplanTitleWrapper .flowplanTitle {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
#frontpage .flowplan .flowplanTitleWrapper .flowplanTitle img {
  width: 280px;
  margin: 10px;
}
#frontpage .flowplan .flowplanTitleWrapper .flowplanTitle span {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
#frontpage #flow {
  padding-top: 40px;
}
#frontpage #flow .sectionTitleWrapper {
  text-align: center;
}
#frontpage #flow .sectionTitleWrapper .sectionTitle {
  font-size: 2.4rem;
}
#frontpage #flow .stepWrapper {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #flow .stepWrapper .stepRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
#frontpage #flow .stepWrapper .stepRow .stepCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 440px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
#frontpage #flow .stepWrapper .stepRow .stepCol .imgWrapper {
  position: relative;
}
#frontpage #flow .stepWrapper .stepRow .stepCol .imgWrapper .step {
  color: #ff8800;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
#frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  text-align: center;
}
#frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper .stepTitle {
  color: #ff8800;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper .dscBox .large {
  font-size: 1.6rem;
  font-weight: bold;
}
#frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper .dscBox a {
  color: #ff8800;
}
#frontpage #plan {
  padding-top: 60px;
}
#frontpage #plan .sectionTitleWrapper {
  text-align: center;
}
#frontpage #plan .sectionTitleWrapper .sectionTitle {
  font-size: 2.4rem;
}
#frontpage #plan .courseWrapper {
  margin-bottom: 20px;
}
#frontpage #plan .courseWrapper .courseRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#frontpage #plan .courseWrapper .courseRow .courseCol {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 500px;
}
#frontpage #plan .courseWrapper .courseRow .courseBox {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
#frontpage #plan .courseWrapper .courseRow .courseBox.renewal .courseHead {
  background-color: #587eb1;
}
#frontpage #plan .courseWrapper .courseRow .courseBox.renewal .courseBody {
  background-color: #f7f9fb;
}
#frontpage #plan .courseWrapper .courseRow .courseBox.renewal .courseBody .priceWrapper .price {
  color: #587eb1;
}
#frontpage #plan .courseWrapper .courseRow .courseBox.renewal .courseBody .targetWrapper .targetTitle {
  border-color: #587eb1;
  color: #587eb1;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseHead {
  background-color: #78c3ab;
  text-align: center;
  padding: 10px;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseHead .courseTitle {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody {
  padding: 10px 15px 20px;
  background-color: #f8fcfb;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
  color: #78c3ab;
  font-size: 5rem;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span {
  font-size: 2.3rem;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span.bold {
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
  background-color: #fff;
  padding: 20px 15px;
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #78c3ab;
  border: 2px solid #78c3ab;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  min-width: 145px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
#frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .anno {
  line-height: 1.5;
}
#frontpage #plan .btnWrapper .corpAnno {
  text-align: center;
  font-size: 1.6rem;
}
#frontpage #plan .btnWrapper .corpAnno a {
  color: #ff8800;
  text-decoration: underline;
}
#frontpage #plan .limitTitle {
  margin-top: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
#frontpage #plan .limitTitle span {
  font-size: 3rem;
}
#frontpage #plan .limitTitle span.orange {
  color: #ff8800;
}
#frontpage #plan .limitTitle span.little {
    font-size: 1.4rem !important;
    font-weight: normal;
}
#frontpage #faq {
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 100px;
}
#frontpage #faq .sectionTitleWrapper {
  margin-bottom: 10px;
  text-align: center;
}
#frontpage #faq .sectionTitleWrapper .sectionTitle {
  font-size: 2.4rem;
}
#frontpage #faq .faqSection {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 10px;
}
#frontpage #faq .faqSection .dscWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
#frontpage #faq .faqSection .faqWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 1000px;
}
#frontpage #faq .faqSection .faqWrapper dl {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0;
}
#frontpage #faq .faqSection .faqWrapper dl dt {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 45px 40px 10px 0;
  position: relative;
  cursor: pointer;
}
#frontpage #faq .faqSection .faqWrapper dl dt:before {
  content: "Q";
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1.6rem;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#frontpage #faq .faqSection .faqWrapper dl dt .plus {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  border-radius: 30px;
  border: 2px solid #3a3a3a;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#frontpage #faq .faqSection .faqWrapper dl dt .plus:before {
  width: 50%;
  height: 2px;
  background-color: #3a3a3a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#frontpage #faq .faqSection .faqWrapper dl dt .plus:after {
  width: 2px;
  height: 50%;
  background-color: #3a3a3a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#frontpage #faq .faqSection .faqWrapper dl dt.active .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#frontpage #faq .faqSection .faqWrapper dl dd {
  display: none;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1.6rem;
}
#frontpage #faq .faqSection .faqWrapper dl dd a {
  color: #ff8800;
  text-decoration: underline;
}
#frontpage #faq .faqSection .faqWrapper dl dd .anno {
  font-size: 1.4rem;
  color: #d61818;
}
#frontpage #faq .faqSection .faqWrapper dl dd small {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}
#frontpage #faq .faqSection .btnWrapper {
  margin-top: 30px;
}
#frontpage #support {
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #fff7e8;
}
#frontpage #support .wave {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -95%);
      -ms-transform: translate(-50%, -95%);
          transform: translate(-50%, -95%);
  z-index: 1;
  line-height: 1;
}
#frontpage #support .wave svg {
  vertical-align: bottom;
  max-width: 100%;
}
#frontpage #support .sectionTitleWrapper {
  text-align: center;
  margin-bottom: 20px;
}
#frontpage #support .sectionTitleWrapper .sectionTitle {
  font-size: 2.2rem;
  color: #ff8800;
  margin-bottom: 10px;
}
#frontpage #support .sectionTitleWrapper .lead {
  color: #707070;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
#frontpage #support .supportWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
#frontpage #support .supportWrapper .supportBox {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 100%;
}
#frontpage #support .supportWrapper .supportBox > .anno {
  text-align: center;
  font-size: 1.4rem;
}
#frontpage #support .supportWrapper .supportBtn {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #news {
  background-color: #fffbf7;
  padding-top: 40px;
  padding-bottom: 50px;
}
#frontpage #news .newsContentWrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#frontpage #news .sectionTitleWrapper {
  margin-bottom: 10px;
  text-align: center;
}
#frontpage #news .sectionTitleWrapper .sectionTitle {
  font-size: 2.4rem;
}
#frontpage #news .primaryWrapper {
  color: #d61818;
  font-size: 1.4rem;
  font-weight: bold;
}
#frontpage #news .newsWrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 10px;
}
#frontpage #news .newsWrapper .newsContent {
  max-height: 400px;
  overflow: auto;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#frontpage #news .newsWrapper dl {
  margin-bottom: 20px;
}
#frontpage #news .newsWrapper dl:last-child {
  margin-bottom: 0;
}
#frontpage #news .newsWrapper dl dt {
  font-size: 1.6rem;
  font-weight: normal;
}
#frontpage #news .newsWrapper dl dd {
  margin-bottom: 0;
}
#frontpage #news .newsWrapper dl dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#frontpage #news .newsWrapper dl dd .inner .content {
  display: block;
  color: #3a3a3a;
  position: relative;
  width: 100%;
  padding-right: 30px;
}
#frontpage #news .newsWrapper dl dd .inner .content .arrow {
  text-align: right;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  line-height: 1;
}
#frontpage #news .btnWrapper {
  margin-top: 30px;
}
#frontpage .footerBg {
  background-color: #fffbf7;
}

div.page-features {
  /*=============================================
  =            COMMON            =
  =============================================*/
  /*=====  End of COMMON  ======*/
  /*=============================================
  =            ABOUT            =
  =============================================*/
  /*=====  End of ABOUT  ======*/
  /*=============================================
  =            INTRO            =
  =============================================*/
  /*=====  End of INTRO  ======*/
  /*=============================================
  =            #CONTENTS            =
  =============================================*/
  /*=====  End of #CONTENTS  ======*/
  /*=============================================
  =            TIRAL            =
  =============================================*/
  /*=====  End of TIRAL  ======*/
}
div.page-features .sectionTitleWrapper {
  margin-bottom: 20px;
}
div.page-features .sectionTitleWrapper .sectionTitle {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
div.page-features .sectionTitleWrapper .sectionSubTitle {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ff8800;
  margin-bottom: 5px;
}
div.page-features .sectionTitleWrapper .bar {
  position: relative;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
}
div.page-features #about {
  padding-top: 40px;
  padding-bottom: 20px;
}
div.page-features #about .aboutLead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
div.page-features #about .aboutLead .small {
  font-weight: 900;
  font-size: 2rem;
}
div.page-features #about .aboutLead .logo {
  width: 270px;
}
div.page-features #about .dscWrapper {
  max-width: 760px;
}
div.page-features #about .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.page-features #about .imgWrapper {
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
div.page-features #intro {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fffbf7;
}
div.page-features #intro .introWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.page-features #intro .introWrapper .dscWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  max-width: 100%;
}
div.page-features #intro .introWrapper .imgWrapper {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
div.page-features #intro .unitWrapper {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 2px solid #d3d3d3;
  border-radius: 8px;
  padding: 20px 15px;
}
div.page-features #intro .unitWrapper .dscBox {
  color: #707070;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: center;
}
div.page-features #intro .unitWrapper .unitRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.page-features #intro .unitWrapper .unitRow .unitCol {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
div.page-features #intro .unitWrapper .unitRow .unitBox {
  border: 2px solid #ff8800;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  color: #ff8800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
}
div.page-features #intro .unitWrapper .unitRow .unitBox .icon {
  width: 40px;
}
div.page-features #intro .unitWrapper .unitRow .unitBox .timeWrapper {
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.page-features #intro .unitWrapper .unitRow .unitBox .title {
  font-size: 1.8rem;
  padding-left: 10px;
  padding-right: 10px;
  color: #707070;
}
div.page-features #intro .unitWrapper .unitRow .unitBox .time {
  font-size: 2.4rem;
}
div.page-features #intro .unitWrapper .unitRow .symbol {
  font-size: 3rem;
  font-weight: 900;
  color: #707070;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
div.page-features #intro .unitWrapper .unitRow .unitCircle {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff8800;
  text-align: center;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
div.page-features #intro .unitWrapper .unitRow .unitCircle .title {
  font-size: 3rem;
}
div.page-features #intro .unitWrapper .unitRow .unitCircle .time {
  font-size: 1.4rem;
}
div.page-features #contents {
  padding-top: 70px;
  padding-bottom: 70px;
}
div.page-features #contents > .container {
  position: relative;
  z-index: 1;
}
div.page-features #contents > .container .blob {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-70%, -50%);
      -ms-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
}
div.page-features #contents .sectionTitleWrapper {
  text-align: center;
  margin-bottom: 20px;
}
div.page-features #contents .sectionTitleWrapper .sectionSubTitle {
  font-size: 2rem;
}
div.page-features #contents .sectionTitleWrapper .sectionTitle {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
div.page-features #contents .contentsWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
div.page-features #contents .contentsWrapper .contentsTitle {
  background-color: #ff8800;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  padding: 10px 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}
div.page-features #contents .contentsWrapper .contentsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.page-features #contents .contentsWrapper .contentsRow .imgWrapper {
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
div.page-features #contents .contentsWrapper .contentsRow .lineupBox {
  margin-bottom: 20px;
}
div.page-features #contents .contentsWrapper .contentsRow .lineupBox:last-child {
  margin-bottom: 0;
}
div.page-features #contents .contentsWrapper .contentsRow .lineupBox .contentsSubTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ff8800;
  padding: 3px 0px 3px 10px;
  border-left: 6px solid #ff8800;
}
div.page-features #contents .pointsWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #ff8800;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 15px;
}
div.page-features #contents .pointsWrapper .pointsTitleWrapper {
  text-align: center;
  margin-bottom: 25px;
}
div.page-features #contents .pointsWrapper .pointsTitleWrapper .pointsTitle {
  font-size: 2.2rem;
  font-weight: 900;
}
div.page-features #contents .pointsWrapper .pointsTitleWrapper .pointsSubTitle {
  font-size: 1.8rem;
  font-weight: 900;
}
div.page-features #contents .pointsWrapper .pointsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.page-features #contents .pointsWrapper .pointsRow .imgWrapper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
div.page-features #contents .pointsWrapper .pointsRow .dscWrapper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
div.page-features #contents .pointsWrapper .pointsRow .dscWrapper ul {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
}
div.page-features #contents .pointsWrapper .pointsRow .dscWrapper ul > li {
  margin-bottom: 30px;
}
div.page-features #contents .pointsWrapper .pointsRow .dscWrapper ul > li:last-child {
  margin-bottom: 0;
}
div.page-features #contents .pointsWrapper .pointsRow .dscWrapper ul > li span {
  color: #ff8800;
}
div.page-features #trial {
  padding-bottom: 60px;
  background-color: #fff7e8;
}
div.page-features #trial .trialSection {
  background-color: #fff7e8;
  padding: 40px 0px 20px;
  border-radius: 20px;
}
div.page-features #trial .sectionTitleWrapper {
  text-align: center;
  margin-bottom: 30px;
}
div.page-features #trial .sectionTitleWrapper .sectionTitle {
  color: #ff8800;
  font-size: 2.8rem;
  margin-bottom: 5px;
}
div.page-features #trial .trialWrapper .videoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
div.page-features #trial .trialWrapper .videoRow .videoCol {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 470px;
  margin-bottom: 20px;
}

div.page-info {
  /*=============================================
  =            INFO            =
  =============================================*/
  /*=====  End of INFO  ======*/
}
div.page-info #info {
  padding-top: 50px;
  padding-bottom: 80px;
}
div.page-info #info .contentsWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
div.page-info #info .contentsWrapper:last-child {
  margin-bottom: 0;
}
div.page-info #info .contentsWrapper .contentsTitle {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
}
div.page-info #info .contentsWrapper .contentsTitle span {
  color: #ff8800;
}
div.page-info #info .contentsWrapper .contentsInner {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px 20px 20px;
}
div.page-info #info .contentsWrapper .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
div.page-info #info .contentsWrapper .btnWrapper .btnBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 550px;
}
div.page-info #info .contentsWrapper .btnWrapper .btnBox .solidBtn {
  max-width: 550px;
}

div.page-flow {
  /*=============================================
  =            COMMON            =
  =============================================*/
  /*=====  End of COMMON  ======*/
  /*=============================================
  =            LEAD            =
  =============================================*/
  /*=====  End of LEAD  ======*/
  /*=============================================
  =            STEP            =
  =============================================*/
  /*=====  End of STEP  ======*/
}
div.page-flow #lead {
  padding-top: 70px;
}
div.page-flow #lead .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #3a3a3a;
  line-height: 1.75;
}
div.page-flow #lead .lead small {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.page-flow #step {
  padding-top: 50px;
  padding-bottom: 100px;
}
div.page-flow #step .stepRow {
  margin-bottom: 50px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
div.page-flow #step .stepRow:last-child {
  margin-bottom: 0;
}
div.page-flow #step .stepRow .imgWrapper {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
div.page-flow #step .stepRow .imgWrapper .step {
  color: #ff8800;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  top: 0px;
  font-size: 2rem;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
div.page-flow #step .stepRow .dscWrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
div.page-flow #step .stepRow .dscWrapper .stepTitle {
  font-size: 2.4rem;
  font-weight: 900;
  color: #ff8800;
  margin-bottom: 15px;
}
div.page-flow #step .stepRow .dscWrapper .dscBox {
  font-size: 1.6rem;
  line-height: 1.75;
}
div.page-flow #step .stepRow .dscWrapper .dscBox .red {
  font-size: 1.1em;
  font-weight: bold;
  color: #d61818;
}
div.page-flow #step .stepRow .dscWrapper .dscBox a {
  color: #ff8800;
  word-break: break-all;
}
div.page-flow #step .stepRow .dscWrapper .subInfoBox {
  font-size: 1.4rem;
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #d3d3d3;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  line-height: 1.75;
}
div.page-flow #step .stepRow .dscWrapper .annoWrapper {
  position: relative;
  margin-top: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #d61818;
  padding: 20px 15px 15px;
  background-color: #fdf6f6;
}
div.page-flow #step .stepRow .dscWrapper .annoWrapper .annoTitle {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(-2px, -50%);
      -ms-transform: translate(-2px, -50%);
          transform: translate(-2px, -50%);
  z-index: 1;
  background-color: #d61818;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0px 15px;
}
div.page-flow #step .stepRow .dscWrapper .annoWrapper .inner {
  font-size: 1.6rem;
  font-weight: bold;
  color: #d61818;
  line-height: 1.75;
}
div.page-flow #step .stepRow .dscWrapper .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.page-certification {
  /*=============================================
  =            PECS LEAD            =
  =============================================*/
  /*=====  End of PECS LEAD  ======*/
  /*=============================================
  =            CONTENTS SECTION            =
  =============================================*/
  /*=====  End of CONTENTS SECTION  ======*/
}
.page-certification .contentsSectionTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.page-certification .contentsSectionTitle span {
  color: #1f5695;
}
.page-certification .contentsSectionSubTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-certification .dscBox a {
  color: #ff8800;
  text-decoration: underline;
}
.page-certification .primary {
  color: #d61818;
}
.page-certification #pecsLead {
  padding-top: 60px;
}
.page-certification #pecsLead .maxContentWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-certification #pecsLead .lead {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.page-certification #pecsLead .leadRow .btnWrapper .solidBtn {
  min-width: 260px;
  max-width: 300px;
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-certification #contentsSection {
  padding-top: 60px;
  padding-bottom: 100px;
}
.page-certification #contentsSection #contentsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page-certification #contentsSection #contentsNav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.page-certification #contentsSection #contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.page-certification #contentsSection .navWrapper {
  margin-bottom: 20px;
  position: sticky;
  top: 180px;
}
.page-certification #contentsSection .navWrapper .contentNavBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3a3a3a;
  position: relative;
  line-height: 1.35;
  min-height: 50px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  margin-bottom: -1px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-certification #contentsSection .navWrapper .contentNavBtn .inner {
  padding: 10px 50px 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.page-certification #contentsSection .navWrapper .contentNavBtn .inner span {
  display: inline-block;
}
.page-certification #contentsSection .navWrapper .contentNavBtn .arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-certification #contentsSection .navWrapper .contentNavBtn .arrow svg {
  width: 20px;
}
.page-certification #contentsSection .navWrapper .contentNavBtn .arrow svg path {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active {
  pointer-events: none;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active.kenshuu {
  background-color: #1f5695;
  color: #fff;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active.kenshuu .arrow .chevron {
  fill: #1f5695;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active.kanpou {
  background-color: #78c3ab;
  color: #fff;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active.kanpou .arrow .chevron {
  fill: #78c3ab;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active.unit {
  background-color: #ff8800;
  color: #fff;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active.unit .arrow .chevron {
  fill: #ff8800;
}
.page-certification #contentsSection .navWrapper .contentNavBtn.active .arrow .circle {
  fill: #fff;
}
.page-certification #contentsSection .contentsMainTitleWrapper {
  background-color: #1f5695;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.page-certification #contentsSection .contentsMainTitleWrapper .contentsMainTitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding: 0 0px 5px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #fff;
}
.page-certification #contentsSection .contentsWrapper {
  margin-bottom: 50px;
}
.page-certification #contentsSection .contentsWrapper:last-child {
  margin-bottom: 0;
}
.page-certification #contentsSection.kanpou .contentsMainTitleWrapper {
  background-color: #78c3ab;
}
.page-certification #contentsSection.kanpou .contentsMainTitleWrapper.shouni {
  background-color: #22a37a;
}
.page-certification #contentsSection.kanpou .contentsSectionTitle span {
  color: #78c3ab;
}
.page-certification #contentsSection.unit .contentsMainTitleWrapper {
  background-color: #ff8800;
}
.page-certification #contentsSection.unit .contentsSectionTitle span {
  color: #ff8800;
}

div.page-kenshuu #contentsSection .unitRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.page-kenshuu #contentsSection .unitRow .unitBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #1f5695;
}
div.page-kenshuu #contentsSection .unitRow .unitBox .title {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  background-color: #1f5695;
}
div.page-kenshuu #contentsSection .unitRow .unitBox .inner {
  padding: 15px 20px;
  line-height: 1.75;
}
div.page-kenshuu #contentsSection .unitRow .unitBox .inner span {
  font-weight: bold;
  color: #ff8800;
}
div.page-kenshuu #contentsSection .howtoWrapper dl {
  margin-bottom: 10px;
  border: 1px solid #1f5695;
  border-radius: 5px;
  overflow: hidden;
  line-height: 1.75;
}
div.page-kenshuu #contentsSection .howtoWrapper dl dt {
  font-size: 1.6rem;
  color: #fff;
  background-color: #1f5695;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.page-kenshuu #contentsSection .howtoWrapper dl dd {
  margin-bottom: 0;
  padding: 10px 15px;
}
div.page-kenshuu #contentsSection .exampleImg {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

div.page-kanpou .unitImg {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
div.page-kanpou .unitImg img {
  width: 100%;
}
div.page-kanpou .exampleImg {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
div.page-kanpou .exampleImg img {
  width: 100%;
}

div.page-unit .exampleBox {
  background-color: #fafafa;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.page-unit .exampleBox .title {
  font-size: 2rem;
  margin-right: 40px;
}
div.page-unit .exampleBox .dsc {
  font-weight: 500;
  letter-spacing: 0.025;
}
div.page-unit .imgWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
div.page-unit .imgWrapper img {
  width: 100%;
}
div.page-unit .imgWrapper.unitImg {
  max-width: 700px;
}
div.page-unit .imgWrapper.meisaiImg {
  max-width: 890px;
}
div.page-unit .imgWrapper.scheduleImg {
  max-width: 700px;
}

div.page-pecs #pecs {
  padding-top: 100px;
  padding-bottom: 100px;
}
div.page-pecs #pecs .maxContentWrapper {
  max-width: 1200px;
}
div.page-pecs #pecs .contentsSectionTitle span {
  color: #ff8800;
}
div.page-pecs #pecs .pecsLead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
div.page-pecs #pecs .typeWrapper {
  margin-bottom: 20px;
}
div.page-pecs #pecs .typeWrapper .typeRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
div.page-pecs #pecs .typeWrapper .typeRow .typeCol {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
div.page-pecs #pecs .typeWrapper .typeRow .typeCol .typeBox {
  border: 2px solid #ff8800;
  border-radius: 10px;
  text-align: center;
  padding: 10px 10px 15px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  -webkit-box-shadow: 3px 3px 0 #ff8800;
          box-shadow: 3px 3px 0 #ff8800;
  margin-bottom: 15px;
}
div.page-pecs #pecs .typeWrapper .typeRow .typeCol .typeBox .num {
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  color: #ff8800;
  border-bottom: 3px solid #3a3a3a;
}
div.page-pecs #pecs .typeWrapper .typeRow .typeCol .typeBox small {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin-top: 3px;
}
div.page-pecs #pecs .annoBox {
  background-color: #d61818;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}
div.page-pecs #pecs .usersImg {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page-apply {
  /*=============================================
  =            ABOUT            =
  =============================================*/
  /*=====  End of ABOUT  ======*/
  /*=============================================
  =            ApplyTitle            =
  =============================================*/
  /*=====  End of ApplyTitle  ======*/
  /*=============================================
  =            STEP            =
  =============================================*/
  /*=====  End of STEP  ======*/
  /*=============================================
  =            FORMSECTION            =
  =============================================*/
  /*=====  End of FORMSECTION  ======*/
}
.page-apply .applySectionTitleWrapper {
  background-color: #68bbc4;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.page-apply .applySectionTitleWrapper .applySectionTitle {
  font-size: 2rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.page-apply #footerFixedWrapper {
  display: none;
}
.page-apply #about .maxContentWrapper {
  max-width: 1200px;
}
.page-apply #about .aboutSectionTitleWrapper {
  margin-bottom: 40px;
}
.page-apply #about .aboutSectionTitleWrapper .aboutSectionTitle {
  font-size: 2rem;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #68bbc4;
  letter-spacing: 0.2em;
  border-radius: 5px;
  margin-bottom: 0;
}
.page-apply #about .applySubTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-apply #about .dscWrapper {
  margin-bottom: 35px;
}
.page-apply #about .dscWrapper a {
  color: #68bbc4;
}
.page-apply #applyTitle {
  margin-bottom: -30px;
}
.page-apply #applyTitle .applyTitle {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #68bbc4;
  margin-top: 40px;
}
.page-apply #step {
  padding-top: 40px;
}
.page-apply #step .stepRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-apply #step .stepRow .stepCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  text-align: center;
}
.page-apply #step .stepRow .stepCol.bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
.page-apply #step .stepRow .stepCol.bar > div {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color: #d3d3d3;
}
.page-apply #step .stepRow .stepCol .stepBox {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #d3d3d3;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.page-apply #step .stepRow .stepCol .stepBox span {
  margin-top: 5px;
  padding: 3px;
  background-color: #53969d;
  display: block;
  font-size: 110%;
}
.page-apply #step .stepRow .stepCol .stepBox.active {
  color: #fff;
  background-color: #68bbc4;
  border-color: #68bbc4;
}
.page-apply #step .stepRow .stepCol .stepBox.active .num {
  border-bottom-color: #fff;
}
.page-apply #step .stepRow .stepCol .stepBox .num {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  line-height: 1.3;
  border-bottom: 3px solid #3a3a3a;
}
.page-apply #step .stepRow .stepCol .stepBox .title {
  display: none;
}
.page-apply #step .stepTitle {
  background-color: #68bbc4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.page-apply #formSection {
  padding-top: 40px;
  padding-bottom: 50px;
}
.page-apply #formSection .primary {
  color: #d61818;
}
.page-apply #formSection .maxContentWrapper {
  max-width: 1200px;
}
.page-apply #formSection .infoWrapper {
  padding-bottom: 30px;
}
.page-apply #formSection .infoWrapper .annoBox {
  font-size: 1.4rem;
  line-height: 1.75;
}
.page-apply #formSection .dscWrapper {
  margin-top: 20px;
  text-align: center;
}
.page-apply #formSection .dscWrapper .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.page-apply #formSection .dscWrapper .btnWrapper .btnBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 100%;
}
.page-apply #formSection .dscWrapper .btnWrapper .btnBox a {
  padding: 3px;
  border-radius: 5px;
  color: #68bbc4;
  display: block;
  border: 1px solid #d3d3d3;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-apply #formSection .completeWrapper {
  text-align: center;
  font-size: 2.2rem;
  color: #68bbc4;
  margin-bottom: 20px;
}
.page-apply #formSection .alertWrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #d61818;
  border-radius: 5px;
  line-height: 1.75;
}
div#alertWrapper .inner.primary {
    border: 2px solid #d61818;
    border-radius: 5px;
}
div#alertWrapper .inner.primary li {
	color: Red;
}
.page-apply #formSection .alertWrapper a {
  color: #68bbc4;
}
.page-apply #formSection .alertWrapper .alertTitle {
  background-color: #d61818;
  color: #fff;
  text-align: center;
  padding: 3px;
  font-size: 2rem;
  font-weight: bold;
}
.page-apply #formSection .alertWrapper .inner {
  padding: 20px;
}
.page-apply #formSection .alertWrapper .inner .dscBox {
  font-size: 1.4rem;
  line-height: 2;
}
.page-apply #formSection .formOtherBtnWrapper {
  margin-top: 30px;
}

.page-personal {
  /*=============================================
  =            FORM SECTION            =
  =============================================*/
  /*=====  End of FORM SECTION  ======*/
}
.page-personal #pageHead.subPage:before {
  background-image: linear-gradient(150deg, #f5fcfa 50%, #bee7eb 100%);
}
.page-personal #pageHead.subPage .pageTitleWrapper .pageSubTitle {
  color: #68bbc4;
}
.page-personal.page-personal-entry {
  /*=============================================
  =            COURSE            =
  =============================================*/
  /*=====  End of COURSE  ======*/
  /*=============================================
  =            OTHER            =
  =============================================*/
  /*=====  End of OTHER  ======*/
}
.page-personal.page-personal-entry #step {
  padding-bottom: 30px;
}
.page-personal.page-personal-entry #course {
  padding-top: 50px;
}
.page-personal.page-personal-entry #course .maxContentWrapper {
  max-width: 1200px;
}
.page-personal.page-personal-entry #course .courseWrapper {
  margin-bottom: 20px;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseCol {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 500px;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox.renewal .courseHead {
  background-color: #587eb1;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox.renewal .courseBody {
  background-color: #f7f9fb;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox.renewal .courseBody .priceWrapper .price {
  color: #587eb1;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox.renewal .courseBody .targetWrapper .targetTitle {
  border-color: #587eb1;
  color: #587eb1;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead {
  background-color: #78c3ab;
  text-align: center;
  padding: 10px;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead .courseTitle {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody {
  padding: 10px 15px 20px;
  background-color: #f8fcfb;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
  color: #78c3ab;
  font-size: 5rem;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span {
  font-size: 2.3rem;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span.bold {
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .duration {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
  background-color: #fff;
  padding: 20px 15px;
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #78c3ab;
  border: 2px solid #78c3ab;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  min-width: 145px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
.page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .anno {
  line-height: 1.5;
}
.page-personal.page-personal-entry #course .courseWrapper .btnWrapper {
  margin-bottom: 30px;
}
.page-personal.page-personal-entry #course .courseWrapper .solidBtn {
  max-width: 360px;
}
.page-personal.page-personal-entry #course .courseWrapper .solidBtn.renewal {
  background-color: #587eb1;
  border-color: #587eb1;
}
.page-personal.page-personal-entry #course .courseWrapper .solidBtn.new {
  background-color: #78c3ab;
  border-color: #78c3ab;
}
.page-personal.page-personal-entry #other {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-personal.page-personal-entry #other .limitTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-personal.page-personal-entry #other .limitTitle span {
  font-size: 3rem;
}
.page-personal.page-personal-entry #other .limitTitle span.orange {
  color: #ff8800;
}
.page-personal.page-personal-entry #other .limitTitle + .annoBox {
  text-align: center;
}
.page-personal.page-personal-entry #other .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.page-personal.page-personal-entry #other .lead .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #dcf0f5));
  background: linear-gradient(transparent 70%, #dcf0f5 0%);
}
.page-personal.page-personal-entry #other .creditWrapper {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.page-personal.page-personal-entry #other .creditWrapper .imgWrapper {
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-personal.page-personal-entry #other .solidBtn {
  background-color: #fe8c7f;
  border-color: #fe8c7f;
}
.page-personal #formSection .infoWrapper .courseWrapper > .title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.page-personal #formSection .infoWrapper .courseWrapper .courseRow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.page-personal #formSection .infoWrapper .courseWrapper .courseRow dt {
  text-align: center;
  color: #fff;
  background-color: #78c3ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.page-personal #formSection .infoWrapper .courseWrapper .courseRow dt .courseTitle {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0;
}
.page-personal #formSection .infoWrapper .courseWrapper .courseRow dt .courseTitle span {
  display: block;
  font-size: 1.4rem;
}
.page-personal #formSection .infoWrapper .courseWrapper .courseRow dd {
  padding: 10px 25px;
  line-height: 1.75;
  background-color: #f4faf8;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
.page-personal #formSection .infoWrapper .courseWrapper .courseRow.renewal dt {
  background-color: #587eb1;
}
.page-personal #formSection .infoWrapper .courseWrapper .courseRow.renewal dd {
  background-color: #eef2f7;
}
.page-personal #formSection .infoWrapper .creditWrapper {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.page-personal #formSection .infoWrapper .creditWrapper .imgWrapper {
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-corporation {
  /*=============================================
  =            COMMON            =
  =============================================*/
  /*=====  End of COMMON  ======*/
  /*=============================================
  =            PAGEHEAD            =
  =============================================*/
  /*=====  End of PAGEHEAD  ======*/
  /*=============================================
  =            STEP            =
  =============================================*/
  /*=====  End of STEP  ======*/
  /*=============================================
  =            FORM            =
  =============================================*/
  /*=====  End of FORM  ======*/
}
.page-corporation .applySectionTitleWrapper {
  background-color: #fe8c7f;
}
.page-corporation #pageHead.subPage:before {
  background-image: linear-gradient(150deg, #fff7f7 50%, #ffece8 100%);
}
.page-corporation #pageHead.subPage .pageTitleWrapper .pageSubTitle {
  color: #fe8c7f;
}
.page-corporation #step .stepRow .stepCol.bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
.page-corporation #step .stepRow .stepCol .stepBox.active {
  background-color: #fe8c7f;
  border-color: #fe8c7f;
}
.page-corporation #step .stepTitle {
  background-color: #fe8c7f;
}
.page-corporation #formSection .dscWrapper .btnWrapper .btnBox a {
  color: #fe8c7f;
}
.page-corporation #formSection .completeWrapper {
  color: #fe8c7f;
}
.page-corporation #formSection .formOtherBtnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-corporation .formWrapper .confirmSectionTitle {
  color: #fe8c7f;
}
.page-corporation .formWrapper dl dt {
  background-color: #fe8c7f;
}
.page-corporation .formWrapper dl dd .passwordWrapper .pwToggler {
  background-color: #ffece8;
}
.page-corporation .formWrapper .radioBox input[type=radio].radioBtnItem + span:after {
  background-color: #fe8c7f;
}
.page-corporation .formWrapper .checkBox input[type=checkbox]:before {
  border-color: #fe8c7f;
}
.page-corporation .formWrapper .confirmBtnWrapper button {
  background-color: #fe8c7f;
}
.page-corporation .formWrapper .confirmBtnWrapper .button {
  background-color: #fe8c7f;
}
.page-corporation .formWrapper .confirmBtnWrapper input {
  background-color: #fe8c7f;
}
.page-corporation .formWrapper .confirmBtnWrapper button.back {
  background-color: #d3d3d3;
  color: #3a3a3a;
}
.page-corporation .formWrapper .confirmBtnWrapper .button.back {
  background-color: #d3d3d3;
  color: #3a3a3a;
}

div.page-corporation {
  /*=============================================
  =            APPLY TITLE            =
  =============================================*/
  /*=====  End of APPLY TITLE  ======*/
  /*=============================================
  =            ABOUT            =
  =============================================*/
  /*=====  End of ABOUT  ======*/
}
div.page-corporation #applyTitle .applyTitle {
  color: #fe8c7f;
}
div.page-corporation #about {
  padding-top: 40px;
  padding-bottom: 100px;
}
div.page-corporation #about .aboutSectionTitle {
  background-color: #fe8c7f !important;
}
div.page-corporation #about .aboutLead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
div.page-corporation #about .aboutLead .small {
  font-weight: 700;
  font-size: 2rem;
}
div.page-corporation #about .aboutLead .logo {
  width: 270px;
}
div.page-corporation #about .reasonLists {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
div.page-corporation #about .reasonLists li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: bold;
  font-size: 1.6rem;
}
div.page-corporation #about .reasonLists li span {
  color: #fe8c7f;
}
div.page-corporation #about .flowWrapper {
  margin-top: 70px;
}
div.page-corporation #about .flowWrapper .flowTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #fe8c7f;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 50px;
}
div.page-corporation #about .flowWrapper .flowRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.page-corporation #about .flowWrapper .flowRow .stepCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
}
div.page-corporation #about .flowWrapper .flowRow .stepCol:nth-child(odd) .stepBox {
  background-color: #fafafa;
}
div.page-corporation #about .flowWrapper .flowRow .stepCol .stepBox .imgWrapper {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
div.page-corporation #about .flowWrapper .flowRow .stepCol .stepBox .inner {
  margin-top: 5px;
  padding: 0 10px 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
div.page-corporation #about .flowWrapper .flowRow .stepCol .stepBox .inner small {
  display: block;
  font-size: 1rem;
}
div.page-corporation #about .btnWrapper {
  margin-top: 60px;
}
div.page-corporation #about .btnWrapper .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
div.page-corporation #about .btnWrapper .lead .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffefed));
  background: linear-gradient(transparent 70%, #ffefed 0%);
}

div.page-news {
  /*=============================================
  =            NEWS            =
  =============================================*/
  /*=====  End of NEWS  ======*/
}
div.page-news #news {
  padding-top: 40px;
  padding-bottom: 50px;
}
div.page-news #news .newsContentWrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
div.page-news #news .primaryWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
}
div.page-news #news .primaryWrapper .title {
  background-color: #d61818;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 5px 20px;
}
div.page-news #news .primaryWrapper a {
  line-height: 1.75;
  color: #d61818;
  font-size: 1.4rem;
  font-weight: bold;
}
div.page-news #news .newsWrapper {
  padding: 20px 0px;
}
div.page-news #news .newsWrapper dl {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d3d3d3;
  margin-bottom: 0;
}
div.page-news #news .newsWrapper dl:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #d3d3d3;
}
div.page-news #news .newsWrapper dl dt {
  font-size: 1.6rem;
  font-weight: normal;
  color: #ff8800;
  line-height: 1.3;
}
div.page-news #news .newsWrapper dl dd {
  margin-bottom: 0;
}
div.page-news #news .newsWrapper dl dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.page-news #news .newsWrapper dl dd .inner .content {
  display: block;
  color: #3a3a3a;
  position: relative;
  width: 100%;
  padding-right: 30px;
}
div.page-news #news .newsWrapper dl dd .inner .content .arrow {
  text-align: right;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  line-height: 1;
}
div.page-news #pagination {
  padding-top: 20px;
}
div.page-news #pagination .paginationWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.page-news #pagination .paginationWrapper a {
  display: block;
  font-weight: bold;
  color: #d3d3d3;
  padding: 5px;
  line-height: 1;
  margin-left: 3px;
  margin-right: 4px;
}
div.page-news #pagination .paginationWrapper a.current {
  color: #3a3a3a;
  pointer-events: none;
}

.page-inquiry {
  /*=============================================
  =            SUPPORT            =
  =============================================*/
  /*=====  End of SUPPORT  ======*/
}
.page-inquiry .footerBg {
  background-color: #fff7e8;
}
.page-inquiry #footerFixedWrapper {
  display: none;
}
.page-inquiry .sectionTitleWrapper {
  margin-bottom: 20px;
}
.page-inquiry .sectionTitleWrapper .sectionTitle {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.page-inquiry .confirmBtnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 0px;
}
.page-inquiry .confirmBtnWrapper .btnBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 330px;
}
.page-inquiry .confirmBtnWrapper button {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  border: none;
  cursor: pointer;
  background: transparent;
  width: 100%;
  max-width: 360px;
  margin: 5px;
  text-align: center;
  background-color: #ff8800;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-inquiry .confirmBtnWrapper .button {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  border: none;
  cursor: pointer;
  background: transparent;
  width: 100%;
  max-width: 360px;
  margin: 5px;
  text-align: center;
  background-color: #ff8800;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
}
.page-inquiry .confirmBtnWrapper input {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  border: none;
  cursor: pointer;
  background: transparent;
  width: 100%;
  max-width: 360px;
  margin: 5px;
  text-align: center;
  background-color: #ff8800;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-inquiry .confirmBtnWrapper button.back {
  background-color: #d3d3d3;
  color: #3a3a3a;
}
.page-inquiry .confirmBtnWrapper .button.back {
  background-color: #d3d3d3;
  color: #3a3a3a;
}
.page-inquiry #support {
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #fff7e8;
  margin-top: 4vw;
}
.page-inquiry #support .wave {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -95%);
      -ms-transform: translate(-50%, -95%);
          transform: translate(-50%, -95%);
  z-index: 1;
  line-height: 1;
}
.page-inquiry #support .wave svg {
  vertical-align: bottom;
  max-width: 100%;
}
.page-inquiry #support .sectionTitleWrapper {
  text-align: center;
  margin-bottom: 20px;
}
.page-inquiry #support .sectionTitleWrapper .sectionTitle {
  font-size: 2.2rem;
  color: #ff8800;
  margin-bottom: 10px;
}
.page-inquiry #support .sectionTitleWrapper .lead {
  color: #707070;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.page-inquiry #support .supportWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.page-inquiry #support .supportWrapper .supportBox {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.page-inquiry #support .supportWrapper .supportBox > .anno {
  text-align: center;
  font-size: 1.4rem;
}
.page-inquiry #support .supportWrapper .supportBtn {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

div.page-inquiry {
  /*=============================================
  =            LEAD            =
  =============================================*/
  /*=====  End of LEAD  ======*/
  /*=============================================
  =            CONTACT            =
  =============================================*/
  /*=====  End of CONTACT  ======*/
}
div.page-inquiry #lead {
  padding-top: 20px;
}
div.page-inquiry #lead .maxContentWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
div.page-inquiry #lead .lead {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
div.page-inquiry #lead .leadRow .btnWrapper .solidBtn {
  min-width: 260px;
  max-width: 300px;
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.page-inquiry #contact {
  margin-top: 40px;
  padding-bottom: 50px;
}
div.page-inquiry #contact .contactWrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
}
div.page-inquiry #contact .contactWrapper .contactTitle {
  text-align: center;
  color: #fff;
  background-color: #ff8800;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
}
div.page-inquiry .annoWrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

div.page-inquiry-comfirm #contact {
  margin-top: 30px;
  padding-bottom: 50px;
}
div.page-inquiry-comfirm .inquiryTitleWrapper {
  text-align: center;
}
div.page-inquiry-comfirm .inquiryTitle {
  color: #ff8800;
  font-weight: 900;
  font-size: 2rem;
}
div.page-inquiry-comfirm .formWrapper {
  margin-top: 20px;
}
div.page-inquiry-comfirm .formWrapper dl dt {
  background-color: #fff7e8;
  color: #3a3a3a;
}

div.page-inquiry-complete #complete {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.page-inquiry-complete #complete .completeWrapper {
  padding: 20px 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: #fff7e8;
  margin-bottom: 20px;
}
div.page-inquiry-complete #complete .completeWrapper .completeTitle {
  color: #ff8800;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 5px;
}
div.page-inquiry-complete #complete .completeWrapper .annoBox {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 1.2rem;
}

.page-id-inquiry #footerFixedWrapper {
  display: none;
}

div.page-id-inquiry #id-inquiry {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.page-id-inquiry #id-inquiry .dscWrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
div.page-id-inquiry #id-inquiry .dscWrapper .primary {
  color: #d61818;
}
div.page-id-inquiry #id-inquiry .dscWrapper .annoBox {
  margin-top: 10px;
  font-size: 1.2rem;
}

div.page-id-inquiry-complete #complete {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.page-id-inquiry-complete #complete .completeWrapper {
  padding: 20px 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: #fff7e8;
  margin-bottom: 20px;
}
div.page-id-inquiry-complete #complete .completeWrapper .completeTitle {
  color: #ff8800;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 5px;
}

.page-login #footerFixedWrapper {
  display: none;
}

div.page-login #login_section {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.page-login .otherWrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
div.page-login .otherWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
div.page-login .otherWrapper ul li {
  margin-bottom: 5px;
}
div.page-login .otherWrapper ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-left: 30px;
  position: relative;
  color: #3a3a3a;
  font-weight: bold;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
div.page-login .otherWrapper ul li a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  left: 0;
  z-index: 0;
  background-color: #3a3a3a;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
div.page-login .otherWrapper .annoBox {
  font-size: 1.2rem;
  line-height: 1.5;
}

.page-reissue #footerFixedWrapper {
  display: none;
}

div.page-reissue #reissue {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.page-reissue #reissue .dscWrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

div.page-reissue-complete #complete {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.page-reissue-complete #complete .completeWrapper {
  padding: 20px 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: #fff7e8;
  margin-bottom: 20px;
}
div.page-reissue-complete #complete .completeWrapper .completeTitle {
  color: #ff8800;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 5px;
}

div.page-faq {
  /*=============================================
  =            #PAGE NAV            =
  =============================================*/
  /*=====  End of #PAGE NAV  ======*/
  /*=============================================
  =            FAQ            =
  =============================================*/
  /*=====  End of FAQ  ======*/
}
div.page-faq #pageNav {
  padding-top: 50px;
  padding-bottom: 25px;
}
div.page-faq #pageNav .maxContentWrapper {
  max-width: 1200px;
}
div.page-faq #pageNav .faqNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  color: #ff8800;
}
div.page-faq #pageNav .faqNav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
div.page-faq #pageNav .faqNav li a {
  display: block;
  text-align: center;
  color: #ff8800;
  border: 1px solid #ff8800;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 5px 10px;
}
div.page-faq .faqSection {
  padding-top: 25px;
  padding-bottom: 25px;
}
div.page-faq .faqSection.last {
  padding-bottom: 100px;
}
div.page-faq .faqSection .maxContentWrapper {
  max-width: 1200px;
}
div.page-faq .faqSection .faqTitle {
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #3a3a3a;
  margin-bottom: 15px;
}
div.page-faq .faqSection .faqWrapper dl {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0;
}
div.page-faq .faqSection .faqWrapper dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 40px 15px 0;
  position: relative;
  cursor: pointer;
}
div.page-faq .faqSection .faqWrapper dl dt .plus {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
div.page-faq .faqSection .faqWrapper dl dt .plus:before {
  width: 50%;
  height: 2px;
  background-color: #3a3a3a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.page-faq .faqSection .faqWrapper dl dt .plus:after {
  width: 2px;
  height: 50%;
  background-color: #3a3a3a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
div.page-faq .faqSection .faqWrapper dl dt.active .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
div.page-faq .faqSection .faqWrapper dl dd {
  display: none;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1.6rem;
}
div.page-faq .faqSection .faqWrapper dl dd a {
  color: #ff8800;
  text-decoration: underline;
}
div.page-faq .faqSection .faqWrapper dl dd .anno {
  font-size: 1.4rem;
  color: #ff8800;
}
div.page-faq .faqSection .faqWrapper dl dd small {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}
div.page-faq .faqSection .faqWrapper dl dd .primary {
  color: #d61818;
}
div.page-faq .faqSection .faqWrapper dl dd ol.withNum {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
div.page-faq .faqSection .faqWrapper dl dd ol.withNum li {
  padding-left: 2em;
  text-indent: -2em;
}

.page-other .otherSectionTitleWrapper {
  margin-bottom: 20px;
}
.page-other .otherSectionTitleWrapper .otherSectionTitle {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.page-other .otherSectionTitleWrapper .otherSectionTitle span {
  color: #ff8800;
  font-size: 0.8em;
}
.page-other .otherSection {
  padding-top: 50px;
  padding-bottom: 80px;
}
.page-other .otherContentWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-other ol li {
  margin-bottom: 10px;
}
.page-other .dscBox a {
  color: #ff8800;
}

div.page-organization #organization .imgWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 900px;
}

div.page-legal-notice #notice .legalNoticeWrapper dl {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
div.page-legal-notice #notice .legalNoticeWrapper dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
div.page-legal-notice #notice .imgWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 140px;
}
div.page-legal-notice #notice ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}

div.page-relatedlinks #links .linksWrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
div.page-relatedlinks #links .linksWrapper dl {
  margin-bottom: 0;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
div.page-relatedlinks #links .linksWrapper dl:last-child {
  margin-bottom: 0;
}
div.page-relatedlinks #links .linksWrapper dl dt {
  margin-bottom: 5px;
}
div.page-relatedlinks #links .linksWrapper dl dt .linkImg {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div.page-relatedlinks #links .linksWrapper dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
div.page-relatedlinks #links .linksWrapper dl dd .linkTitle {
  font-size: 1.8rem;
  text-align: center;
}
div.page-relatedlinks #links .linksWrapper dl dd .linkDsc {
  font-size: 1.4rem;
}

div.page-system .otherContentWrapper {
  max-width: 1100px;
}
div.page-system #system .systemContainer {
  margin-bottom: 50px;
}
div.page-system #system .systemContainer:last-child {
  margin-bottom: 0;
}
div.page-system #system .systemTitle {
  background-color: #ff8800;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0;
}
div.page-system #system .speedtestWrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  padding-bottom: 45px;
  margin-bottom: 30px;
}
div.page-system #system .speedtestWrapper .systemTitle {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
div.page-system #system .speedtestWrapper .speedWrapper {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
div.page-system #system .speedtestWrapper .speedWrapper .statusBox {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 300px;
}
div.page-system #system .speedtestWrapper .speedWrapper .statusBox #mbps {
  display: block;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}
div.page-system #system .speedtestWrapper .speedWrapper .resultBox {
  color: #fff;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 300px;
}
div.page-system #system .speedtestWrapper .speedWrapper .resultBox.good {
  background-color: #587eb1;
}
div.page-system #system .speedtestWrapper .speedWrapper .resultBox span {
  display: block;
  margin-bottom: 5px;
}
div.page-system #system .speedtestWrapper .dscWrapper {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
div.page-system #system .osRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.page-system #system .osRow .osWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
div.page-system #system .osRow .osWrapper .osTitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
div.page-system #system .osRow .osWrapper .osBox {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  font-size: 1.6rem;
}
div.page-system #system .osRow .osWrapper .osBox dl {
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.75;
}
div.page-system #system .osRow .osWrapper .osBox dl:last-child {
  border-bottom: none;
}
div.page-system #system .osRow .osWrapper .osBox dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding-left: 15px;
  margin-right: 10px;
}
div.page-system #system .osRow .osWrapper .osBox dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
  padding-right: 15px;
}
div.page-system #system .osRow .osWrapper .osBox dl dd .orange {
  color: #ff8800;
}
div.page-system #system .otherInfoWrapper {
  margin-top: 40px;
}
div.page-system #system .otherInfoWrapper .otherTitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
div.page-system #system .otherInfoWrapper .otherBox {
  margin-bottom: 30px;
}
div.page-system #system .otherInfoWrapper dl {
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.75;
}
div.page-system #system .otherInfoWrapper dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 10px;
}
div.page-system #system .otherInfoWrapper dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
div.page-system #system .otherInfoWrapper dl dd small {
  font-size: 1.4rem;
  font-weight: bold;
}
div.page-system #system .annoBox {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
div.page-system #system .annoBox .inner .title {
  color: #ff8800;
  font-weight: bold;
  margin-right: 10px;
}
div.page-system #system .annoBox .inner .content {
  font-size: 1.2rem;
}
div.page-system #system .tryalWrapper .title {
  font-size: 2rem;
  font-weight: bold;
}
div.page-system #system .annoWrapper {
  font-size: 1.2rem;
}
div.page-system #system .annoWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
div.page-system #system .annoWrapper ul li {
  padding-left: 1em;
  text-indent: -1em;
}

div.page-trademark #trademark ul {
  margin-top: 20px;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
div.page-trademark #trademark ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 576px){
  body {
    margin: 0;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageTitle {
    font-size: 2.6rem;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageSubTitle {
    font-size: 1.8rem;
  }
  .pecsBtn {
    height: 50px;
    padding: 5px 30px;
    font-size: 1.6rem;
  }
  .solidBtn {
    max-width: 500px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footerFixedWrapper .footerFixedBtnWrapper .fixedBtn {
    font-size: 1.6rem;
    height: 60px;
    border-radius: 12px 12px 0 0;
  }
  #footer .footerMenuWrapper .footerMenu {
    margin-left: -15px;
    margin-right: -15px;
  }
  #footer .footerMenuWrapper .footerMenu > li {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #footer .siteInfo {
    font-size: 1.4rem;
    padding-bottom: 80px;
  }
  #header #mainNav_mo .label {
    font-size: 1.6rem;
  }
  #header #mainNav_mo .mobileNavWrapper .logo {
    width: 180px;
  }
  #frontpage #pageHead .kvWrapper .contentWrapper {
    max-width: 540px;
  }
  #frontpage #pageHead .pecsWrapper {
    margin-top: 0;
    margin-left: unset;
    margin-right: unset;
    -webkit-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
    z-index: 1;
    content: "";
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 30px;
    -webkit-transform: translate(0%, -70%);
        -ms-transform: translate(0%, -70%);
            transform: translate(0%, -70%);
    max-width: 410px;
  }
  #frontpage #certification .certificationTitle {
    font-size: 2.8rem;
  }
  #frontpage #about .aboutLead {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  #frontpage #intro .unitWrapper {
    max-width: 420px;
  }
  #frontpage #intro .unitWrapper .dscBox {
    font-size: 1.6rem;
  }
  #frontpage #support .sectionTitleWrapper .lead {
    text-align: center;
  }
  div.page-features #about .aboutLead {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  div.page-features #intro .unitWrapper {
    max-width: 420px;
  }
  div.page-features #intro .unitWrapper .dscBox {
    font-size: 1.6rem;
  }
  div.page-corporation #about .aboutLead {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  div.page-corporation #about .flowWrapper .flowRow .stepCol {
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
    max-width: 33.33%;
  }
  .page-inquiry #support .sectionTitleWrapper .lead {
    text-align: center;
  }
  div.page-inquiry-complete #complete .completeWrapper .completeTitle {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2.8rem;
  }
  div.page-inquiry-complete #complete .completeWrapper .dscBox {
    text-align: center;
  }
  div.page-id-inquiry-complete #complete .completeWrapper .completeTitle {
    margin-bottom: 10px;
    text-align: center;
    font-size: 3rem;
  }
  div.page-id-inquiry-complete #complete .completeWrapper .dscBox {
    text-align: center;
  }
  div.page-reissue-complete #complete .completeWrapper .completeTitle {
    margin-bottom: 10px;
    text-align: center;
    font-size: 3rem;
  }
  div.page-reissue-complete #complete .completeWrapper .dscBox {
    text-align: center;
  }
}
@media only screen and (min-width: 768px){
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  #siteMain.smallNavPage {
    padding-top: 80px;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageTitle {
    padding-left: 60px;
    font-size: 3rem;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageTitle:before {
    width: 50px;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageSubTitle {
    font-size: 2rem;
  }
  #pageHead.subPage .headImgWrapper .imgBg {
    height: 300px;
    border-radius: 30px 0 0 30px;
  }
  .btnWrapper .btnBox {
    margin-bottom: 20px;
  }
  .navBtn {
    font-size: 1.4rem;
  }
  .pecsBtn .arrow {
    right: 20px;
  }
  .pecsBtn .arrow svg {
    width: 22px;
  }
  .solidBtn {
    min-width: 320px;
    height: 80px;
    /*padding: 10px 50px;*/
    font-size: 2rem;
  }
  #topReason .solidBtn {
    padding: 10px 50px 10px 20px;
  }
  .solidBtn .arrow {
    right: 30px;
  }
  .solidBtn .arrow svg {
    width: auto;
  }
  .solidBtn.smallBtn {
    min-height: auto;
    height: 50px;
    font-size: 1.8rem;
  }
  .circleBtn svg {
    width: auto;
    height: auto;
  }
  .circleBtn {
    font-size: 2rem;
  }
  .supportBtn {
    height: 115px;
    border-radius: 115px;
  }
  .supportBtn svg {
    width: auto;
    height: auto;
  }
  .supportBtn.dialBtn .num {
    font-size: 3.5rem;
  }
  .supportBtn.mailBtn .title {
    font-size: 2.4rem;
  }
  .supportBtn.mailBtn .anno {
    font-size: 1.6rem;
  }
  #footerFixedWrapper {
    display: none;
  }
  .formWrapper {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formWrapper.confirm dl dd {
    font-size: 1.8rem;
  }
  .formWrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formWrapper dl dt {
    font-size: 1.6rem;
    padding: 15px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .formWrapper dl dt.required span:after {
    margin-left: 0;
    margin-top: 3px;
    display: block;
  }
  .formWrapper dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .formWrapper [type=text],
  .formWrapper [type=password],
  .formWrapper [type=email],
  .formWrapper [type=tel],
  .formWrapper textarea {
    width: 100%;
  }
  .formWrapper textarea {
    height: auto;
  }
  .formWrapper .confirmBtnWrapper {
    gap: 20px;
  }
  .formWrapper .confirmBtnWrapper .btnBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .formWrapper .confirmBtnWrapper button {
    padding: 20px;
    font-size: 2rem;
  }
  .formWrapper .confirmBtnWrapper .button {
    padding: 20px;
    font-size: 2rem;
  }
  .formWrapper .confirmBtnWrapper input {
    padding: 20px;
    font-size: 2rem;
  }
  .formWrapper.loginFormWrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .formWrapper.loginFormWrapper dl {
    margin-bottom: 40px;
  }
  .formWrapper.loginFormWrapper dl dt {
    padding-top: 8px;
    margin-bottom: 0;
  }
  .contactWrapper .formWrapper {
    padding: 30px 25px;
  }
  .contactWrapper .formWrapper dl {
    margin-bottom: 25px;
  }
  .contactWrapper .formWrapper dl dt {
    padding-top: 8px;
    margin-bottom: 0;
  }
  .contactWrapper .formWrapper dl dd .annoBox {
    font-size: 1.4rem;
  }
  #footer {
    padding-top: 80px;
    border-radius: 100px 0 0 0;
  }
  #footer .footerWrapper .footerLogoWrapper {
    margin-left: unset;
    margin-bottom: 40px;
    max-width: 320px;
  }
  #footer .footerMenuWrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  #footer .footerMenuWrapper .supportDialWrapper {
    margin-left: unset;
    margin-right: unset;
  }
  #footer .footerMenuWrapper .supportDialWrapper .supportDialBtn {
    width: 260px;
  }
  #footer .footerMenuWrapper .supportDialWrapper .supportDialBtn .telWrapper {
    font-size: 2.7rem;
  }
  #footer .subLinkWrapper .subLink li a {
    font-size: 1;
  }
  #footer .siteInfo {
    padding-bottom: 10px;
  }
  #footer #footerBottom #pageTop svg {
    width: auto;
    height: auto;
  }
  #header #mainNav_mo .label {
    font-size: 1.6rem;
  }
  #header #mainNav_mo .mobileNavWrapper .menuToggler .inner {
    width: 60px;
    height: 60px;
  }
  #header #mainNav_mo .menuWrapper {
    max-width: 500px;
  }
  #frontpage .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  #frontpage .sectionTitleWrapper .sectionSubTitle {
    font-size: 2rem;
  }
  #frontpage .sectionTitleWrapper .bar {
    max-width: 400px;
  }
  #frontpage #pageHead .kvWrapper .kvImgWrapper {
    background-position: center center;
    height: auto;
    padding-top: 45.83%;
    max-height: none;
    background-image: url(../img/index/kv.jpg);
  }
  #frontpage #pageHead .kvWrapper .contentWrapper {
    max-width: 720px;
  }
  #frontpage #pageHead .kvWrapper .logoWrapper {
    display: block;
  }
  #frontpage #pageHead .kvWrapper .titleWrapper {
    top: 50%;
    left: 0%;
    -webkit-transform: translate(10%, -50%);
        -ms-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
    z-index: 1;
    width: 60%;
    max-width: 850px;
  }
  #frontpage #pageHead .pecsWrapper {
    max-width: 430px;
  }
  #frontpage #primaryNotice .primaryWrapper dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #frontpage #primaryNotice .primaryWrapper dl dt {
    margin-bottom: 0;
    font-size: 1.6rem;
    height: 80px;
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
  }
  #frontpage #primaryNotice .primaryWrapper dl dd {
    font-size: 2rem;
    margin-left: 40px;
  }
  #frontpage #primaryNotice .primaryWrapper dl dd .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #frontpage #primaryNotice .primaryWrapper dl dd .inner .date {
    font-size: 2rem;
  }
  #frontpage #certification {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #frontpage #certification .certificationTitle {
    font-size: 3.2rem;
  }
  #frontpage #certification .systemList > .systemItem > div {
    font-size: 2rem;
  }
  #frontpage #certification .btnWrapper {
    margin-top: 30px;
  }
  #frontpage #certification .btnWrapper .solidBtn {
   /* min-width: 600px;*/
  }
  #frontpage #about {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #frontpage #about .aboutLead .logo {
    width: 350px;
  }
  #frontpage #about .btnWrapper {
    margin-top: 30px;
  }
  #frontpage #about .btnWrapper .solidBtn {
    min-width: 400px;
  }
  #frontpage #intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #frontpage #intro .introWrapper .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }
  #frontpage #intro .introWrapper .imgWrapper {
    margin-left: unset;
    margin-right: unset;
  }
  #frontpage #intro .unitWrapper {
    max-width: 500px;
  }
  #frontpage #intro .unitWrapper .dscBox {
    font-size: 1.8rem;
  }
  #frontpage #intro .unitWrapper .unitRow .unitCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #frontpage #contents {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #frontpage #contents .sectionTitleWrapper {
    margin-bottom: 50px;
  }
  #frontpage #contents .sectionTitleWrapper .sectionSubTitle {
    font-size: 4rem;
  }
  #frontpage #contents .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  #frontpage #contents .contentsWrapper {
    margin-bottom: 80px;
  }
  #frontpage #contents .contentsWrapper .contentsTitle {
    font-size: 2.2rem;
  }
  #frontpage #contents .contentsWrapper .contentsRow .imgWrapper {
    margin-top: 40px;
  }
  #frontpage #contents .contentsWrapper .contentsRow .lineupBox {
    margin-bottom: 40px;
  }
  #frontpage #contents .contentsWrapper .contentsRow .lineupBox .contentsSubTitle {
    font-size: 2.2rem;
  }
  #frontpage #contents .pointsWrapper {
    padding: 40px 20px;
  }
  #frontpage #contents .pointsWrapper .pointsTitleWrapper .pointsTitle {
    font-size: 3.2rem;
  }
  #frontpage #contents .pointsWrapper .pointsTitleWrapper .pointsSubTitle {
    font-size: 2.4rem;
  }
  #frontpage #trial {
    background-color: transparent;
  }
  #frontpage #trial .trialSection {
    padding: 50px 30px 30px;
  }
  #frontpage #trial .sectionTitleWrapper {
    margin-bottom: 30px;
  }
  #frontpage #trial .sectionTitleWrapper .sectionTitle {
    margin-bottom: 0;
    font-size: 4rem;
  }
  #frontpage #trial .trialWrapper .videoRow .videoCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #frontpage #trend .dscWrapper .sectionSubTitle {
    font-size: 2rem;
  }
  #frontpage #trend .dscWrapper .sectionTitle {
    font-size: 3.6rem;
  }
  #frontpage #trend .dscWrapper .sectionTitle span {
    font-size: 2.6rem;
  }
  #frontpage .flowplan {
    padding-top: 120px;
    padding-bottom: 140px;
    margin-bottom: 80px;
  }
  #frontpage .flowplan .blob.bottom {
    width: auto;
  }
  #frontpage .flowplan .flowplanTitleWrapper .flowplanTitle img {
    margin: 0 10px;
    width: 400px;
  }
  #frontpage .flowplan .flowplanTitleWrapper .flowplanTitle span {
    letter-spacing: 0.1em;
    font-size: 3.6rem;
  }
  #frontpage #flow {
    padding-top: 100px;
  }
  #frontpage #flow .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol {
    max-width: 500px;
    margin-bottom: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol .imgWrapper .step {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    top: 20px;
    font-size: 2rem;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper .dscBox .large {
    font-size: 1.8rem;
  }
  #frontpage #flow .btnWrapper {
    margin-top: -20px;
  }
  #frontpage #plan {
    padding-top: 100px;
  }
  #frontpage #plan .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseHead .courseTitle {
    font-size: 3.2rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
    font-size: 2rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody {
    padding: 10px 30px 20px;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
    font-size: 4rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span {
    font-size: 2rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span.bold {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
    padding: 20px;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
    min-width: 230px;
    font-size: 2.2rem;
  }
  #frontpage #plan .btnWrapper .solidBtn {
    min-width: 600px;
  }
  #frontpage #plan .btnWrapper .corpAnno {
    font-size: 1.8rem;
  }
  #frontpage #plan .limitTitle {
    font-size: 2.4rem;
  }
  #frontpage #faq {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #frontpage #faq .sectionTitleWrapper .sectionTitle {
    font-size: 3.2rem;
  }
  #frontpage #faq .faqSection {
    padding: 40px;
  }
  #frontpage #faq .faqSection .faqWrapper dl dt {
    font-size: 2rem;
    padding: 25px 50px;
  }
  #frontpage #faq .faqSection .faqWrapper dl dt:before {
    left: 0;
    top: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 1.8rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #frontpage #faq .faqSection .faqWrapper dl dd {
    font-size: 1.8rem;
  }
  #frontpage #faq .faqSection .faqWrapper dl dd .anno {
    font-size: 1.6rem;
  }
  #frontpage #faq .faqSection .faqWrapper dl dd small {
    font-size: 1.6rem;
  }
  #frontpage #support .sectionTitleWrapper .sectionTitle {
    font-size: 2.8rem;
  }
  #frontpage #support .sectionTitleWrapper .lead {
    font-size: 1.8rem;
  }
  #frontpage #support .supportWrapper .supportBox {
    width: auto;
  }
  #frontpage #support .supportWrapper .supportBox > .anno {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  #frontpage #support .supportWrapper .supportBtn {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 450px;
  }
  #frontpage #news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #frontpage #news .sectionTitleWrapper {
    margin-bottom: 0px;
    text-align: left;
  }
  #frontpage #news .sectionTitleWrapper .sectionTitle {
    font-size: 3.2rem;
  }
  #frontpage #news .primaryWrapper {
    font-size: 2rem;
  }
  #frontpage #news .newsWrapper {
    border-radius: 20px;
    padding: 50px 10px;
  }
  #frontpage #news .newsWrapper .newsContent {
    padding-left: 20px;
    padding-right: 20px;
    max-height: 250px;
  }
  #frontpage #news .newsWrapper dl {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #frontpage #news .newsWrapper dl dt {
    font-size: 1.8rem;
  }
  #frontpage #news .newsWrapper dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1.8rem;
    margin-left: 40px;
  }
  #frontpage #news .newsWrapper dl dd .inner .content {
    padding-right: 50px;
  }
  #frontpage #news .newsWrapper dl dd .inner .content .arrow {
    right: 10px;
  }
  div.page-features .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  div.page-features .sectionTitleWrapper .sectionSubTitle {
    font-size: 2rem;
  }
  div.page-features .sectionTitleWrapper .bar {
    max-width: 400px;
  }
  div.page-features #about {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  div.page-features #about .aboutLead .logo {
    width: 350px;
  }
  div.page-features #about .btnWrapper {
    margin-top: 30px;
  }
  div.page-features #about .btnWrapper .solidBtn {
    min-width: 400px;
  }
  div.page-features #intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  div.page-features #intro .introWrapper .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }
  div.page-features #intro .introWrapper .imgWrapper {
    margin-left: unset;
    margin-right: unset;
  }
  div.page-features #intro .unitWrapper {
    max-width: 500px;
  }
  div.page-features #intro .unitWrapper .dscBox {
    font-size: 1.8rem;
  }
  div.page-features #intro .unitWrapper .unitRow .unitCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  div.page-features #contents {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  div.page-features #contents .sectionTitleWrapper {
    margin-bottom: 50px;
  }
  div.page-features #contents .sectionTitleWrapper .sectionSubTitle {
    font-size: 4rem;
  }
  div.page-features #contents .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  div.page-features #contents .contentsWrapper {
    margin-bottom: 80px;
  }
  div.page-features #contents .contentsWrapper .contentsTitle {
    font-size: 2.2rem;
  }
  div.page-features #contents .contentsWrapper .contentsRow .imgWrapper {
    margin-top: 40px;
  }
  div.page-features #contents .contentsWrapper .contentsRow .lineupBox {
    margin-bottom: 40px;
  }
  div.page-features #contents .contentsWrapper .contentsRow .lineupBox .contentsSubTitle {
    font-size: 2.2rem;
  }
  div.page-features #contents .pointsWrapper {
    padding: 40px 20px;
  }
  div.page-features #contents .pointsWrapper .pointsTitleWrapper .pointsTitle {
    font-size: 3.2rem;
  }
  div.page-features #contents .pointsWrapper .pointsTitleWrapper .pointsSubTitle {
    font-size: 2.4rem;
  }
  div.page-features #trial {
    padding-bottom: 120px;
    background-color: transparent;
  }
  div.page-features #trial .trialSection {
    padding: 50px 30px 30px;
  }
  div.page-features #trial .sectionTitleWrapper {
    margin-bottom: 30px;
  }
  div.page-features #trial .sectionTitleWrapper .sectionTitle {
    margin-bottom: 0;
    font-size: 4rem;
  }
  div.page-features #trial .trialWrapper .videoRow .videoCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  div.page-info #info {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  div.page-info #info .contentsWrapper .contentsTitle {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  div.page-info #info .contentsWrapper .contentsInner {
    border-radius: 20px;
    padding: 60px 40px 50px;
  }
  div.page-flow #lead {
    padding-top: 140px;
  }
  div.page-flow #lead .lead {
    font-size: 2.4rem;
  }
  div.page-flow #lead .lead small {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.page-flow #step {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  div.page-flow #step .stepRow .dscWrapper .stepTitle {
    font-size: 3rem;
  }
  div.page-flow #step .stepRow .dscWrapper .subInfoBox {
    padding: 20px;
  }
  div.page-flow #step .stepRow .dscWrapper .annoWrapper {
    padding: 25px 30px 20px;
  }
  div.page-flow #step .stepRow .dscWrapper .annoWrapper .annoTitle {
    font-size: 1.8rem;
  }
  div.page-flow #step .stepRow .dscWrapper .annoWrapper .inner {
    font-size: 2rem;
  }
  .page-certification .contentsSectionTitle {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .page-certification .contentsSectionSubTitle {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .page-certification #pecsLead {
    padding-top: 120px;
  }
  .page-certification #pecsLead .lead {
    font-size: 2rem;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  .page-certification #contentsSection .contentsMainTitleWrapper {
    padding: 20px;
    margin-bottom: 50px;
  }
  .page-certification #contentsSection .contentsMainTitleWrapper .contentsMainTitle {
    font-size: 3.2rem;
  }
  div.page-kenshuu #contentsSection .unitRow .unitBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 340px;
  }
  div.page-kenshuu #contentsSection .howtoWrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.page-kenshuu #contentsSection .howtoWrapper dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  div.page-kenshuu #contentsSection .howtoWrapper dl dd {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.page-kanpou .unitImg {
    max-width: 750px;
  }
  div.page-kanpou .exampleImg {
    max-width: 990px;
  }
  div.page-unit .exampleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
  div.page-unit .exampleBox .title {
    font-size: 3rem;
  }
  div.page-unit .imgWrapper {
    margin-top: 50px;
  }
  .page-apply .applySectionTitleWrapper {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .page-apply .applySectionTitleWrapper .applySectionTitle {
    border-bottom: 4px solid #fff;
    font-size: 4rem;
  }
  .page-apply #about .aboutSectionTitleWrapper .aboutSectionTitle {
    font-size: 4rem;
    padding: 20px 30px;
  }
  .page-apply #applyTitle {
    margin-bottom: -50px;
  }
  .page-apply #applyTitle .applyTitle {
    letter-spacing: 0.2em;
    margin-top: 80px;
    font-size: 4rem;
  }
  .page-apply #step {
    padding-top: 85px;
  }
  .page-apply #step .stepRow .stepCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .page-apply #step .stepRow .stepCol .stepBox .num {
    font-size: 3rem;
  }
  .page-apply #step .stepTitle {
    max-width: 650px;
  }
  .page-apply #formSection {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .page-apply #formSection .completeWrapper {
    margin-bottom: 30px;
  }
  .page-apply #formSection .alertWrapper .inner .dscBox {
    font-size: 1.6rem;
  }
  .page-apply #formSection .formOtherBtnWrapper {
    margin-top: 50px;
  }
  .page-personal.page-personal-entry #step {
    padding-bottom: 60px;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead .courseTitle {
    font-size: 3.2rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
    font-size: 2rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody {
    padding: 10px 30px 20px;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
    font-size: 4rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span {
    font-size: 2rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper span.bold {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
    padding: 20px;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
    min-width: 230px;
    font-size: 2.2rem;
  }
  .page-personal.page-personal-entry #other {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .page-personal.page-personal-entry #other .limitTitle {
    font-size: 2.4rem;
  }
  .page-personal.page-personal-entry #other .lead {
    font-size: 3rem;
  }
  .page-personal.page-personal-entry #other .creditWrapper {
    font-size: 2rem;
    margin-top: 60px;
  }
  .page-personal.page-personal-entry #other .solidBtn {
    min-width: 620px;
  }
  .page-personal #formSection .infoWrapper .courseWrapper .courseRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-personal #formSection .infoWrapper .courseWrapper .courseRow dt {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .page-personal #formSection .infoWrapper .courseWrapper .courseRow dt .courseTitle {
    font-size: 3rem;
  }
  .page-personal #formSection .infoWrapper .courseWrapper .courseRow dt .courseTitle span {
    font-size: 2.2rem;
  }
  .page-personal #formSection .infoWrapper .courseWrapper .courseRow dd {
    padding: 20px 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  div.page-corporation #about .aboutLead .logo {
    width: 350px;
  }
  div.page-corporation #about .reasonLists li {
    font-size: 2rem;
  }
  div.page-corporation #about .flowWrapper .flowRow .stepCol .stepBox .inner {
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 0 20px 15px;
  }
  div.page-corporation #about .flowWrapper .flowRow .stepCol .stepBox .inner small {
    font-size: 1.2rem;
  }
  div.page-news #news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  div.page-news #news .primaryWrapper .title {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  div.page-news #news .primaryWrapper a {
    font-size: 2rem;
  }
  div.page-news #news .newsWrapper {
    padding: 50px 0px;
  }
  div.page-news #news .newsWrapper dl {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.page-news #news .newsWrapper dl dt {
    font-size: 1.8rem;
  }
  div.page-news #news .newsWrapper dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1.8rem;
    margin-left: 40px;
  }
  div.page-news #news .newsWrapper dl dd .inner .content {
    padding-right: 50px;
  }
  div.page-news #news .newsWrapper dl dd .inner .content .arrow {
    right: 10px;
  }
  div.page-news #pagination {
    padding-top: 40px;
  }
  .page-inquiry .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  .page-inquiry .confirmBtnWrapper {
    gap: 20px;
  }
  .page-inquiry .confirmBtnWrapper .btnBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .page-inquiry .confirmBtnWrapper button {
    padding: 20px;
    font-size: 2rem;
  }
  .page-inquiry .confirmBtnWrapper .button {
    padding: 20px;
    font-size: 2rem;
  }
  .page-inquiry .confirmBtnWrapper input {
    padding: 20px;
    font-size: 2rem;
  }
  .page-inquiry #support .sectionTitleWrapper .sectionTitle {
    font-size: 2.8rem;
  }
  .page-inquiry #support .sectionTitleWrapper .lead {
    font-size: 1.8rem;
  }
  .page-inquiry #support .supportWrapper .supportBox {
    width: auto;
  }
  .page-inquiry #support .supportWrapper .supportBox > .anno {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .page-inquiry #support .supportWrapper .supportBtn {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 450px;
  }
  div.page-inquiry #lead {
    padding-top: 50px;
  }
  div.page-inquiry #lead .lead {
    font-size: 2rem;
  }
  div.page-inquiry #contact {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  div.page-inquiry #contact .contactWrapper .contactTitle {
    font-size: 1.5rem;
  }
  div.page-inquiry .annoWrapper {
    font-size: 1.4rem;
  }
  div.page-inquiry-comfirm #contact {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  div.page-inquiry-comfirm .inquiryTitle {
    font-size: 3.4rem;
  }
  div.page-inquiry-comfirm .formWrapper {
    margin-top: 40px;
  }
  div.page-inquiry-complete #complete {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  div.page-inquiry-complete #complete .completeWrapper {
    padding: 70px 25px;
    border-radius: 20px;
    margin-bottom: 50px;
  }
  div.page-inquiry-complete #complete .completeWrapper .completeTitle {
    font-size: 4rem;
  }
  div.page-inquiry-complete #complete .completeWrapper .annoBox {
    font-size: 1.6rem;
    margin-top: 40px;
  }
  div.page-id-inquiry #id-inquiry {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  div.page-id-inquiry #id-inquiry .dscWrapper {
    margin-bottom: 40px;
  }
  div.page-id-inquiry #id-inquiry .dscWrapper .annoBox {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  div.page-id-inquiry-complete #complete {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  div.page-id-inquiry-complete #complete .completeWrapper {
    padding: 70px 15px;
    border-radius: 20px;
    margin-bottom: 50px;
  }
  div.page-id-inquiry-complete #complete .completeWrapper .completeTitle {
    font-size: 5rem;
  }
  div.page-login #login_section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  div.page-login .otherWrapper {
    margin-bottom: 70px;
  }
  div.page-login .otherWrapper .annoBox {
    font-size: 1.4rem;
  }
  div.page-reissue #reissue {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  div.page-reissue #reissue .dscWrapper {
    margin-bottom: 40px;
  }
  div.page-reissue-complete #complete {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  div.page-reissue-complete #complete .completeWrapper {
    padding: 70px 15px;
    border-radius: 20px;
    margin-bottom: 50px;
  }
  div.page-reissue-complete #complete .completeWrapper .completeTitle {
    font-size: 5rem;
  }
  div.page-faq #pageNav {
    padding-bottom: 50px;
  }
  div.page-faq #pageNav .faqNav {
    margin-top: 70px;
  }
  div.page-faq #pageNav .faqNav li {
    margin-bottom: 20px;
  }
  div.page-faq #pageNav .faqNav li a {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  div.page-faq .faqSection {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  div.page-faq .faqSection .faqTitle {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  div.page-faq .faqSection .faqWrapper dl dt {
    font-size: 2rem;
    padding: 25px 50px 25px 0;
  }
  div.page-faq .faqSection .faqWrapper dl dd {
    font-size: 1.8rem;
  }
  div.page-faq .faqSection .faqWrapper dl dd .anno {
    font-size: 1.6rem;
  }
  div.page-faq .faqSection .faqWrapper dl dd small {
    font-size: 1.6rem;
  }
  .page-other .otherSectionTitleWrapper {
    margin-bottom: 30px;
  }
  .page-other .otherSectionTitleWrapper .otherSectionTitle {
    font-size: 3rem;
  }
  .page-other .otherSection {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  div.page-organization #organization .imgWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  div.page-legal-notice #notice .legalNoticeWrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.page-legal-notice #notice .legalNoticeWrapper dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  div.page-legal-notice #notice .imgWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  div.page-relatedlinks #links .linksWrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.page-relatedlinks #links .linksWrapper dl dt {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  div.page-relatedlinks #links .linksWrapper dl dd {
    padding-left: 40px;
  }
  div.page-relatedlinks #links .linksWrapper dl dd .linkTitle {
    font-size: 2rem;
    text-align: left;
  }
  div.page-system #system .systemContainer {
    margin-bottom: 80px;
  }
  div.page-system #system .speedtestWrapper .speedWrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.page-system #system .speedtestWrapper .speedWrapper .statusBox {
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  div.page-system #system .speedtestWrapper .speedWrapper .resultBox {
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  div.page-system #system .speedtestWrapper .dscWrapper {
    font-size: 1.6rem;
    text-align: center;
  }
  div.page-system #system .osRow .osWrapper .osBox dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    padding-left: 30px;
  }
  div.page-system #system .osRow .osWrapper .osBox dl dd {
    padding-right: 30px;
  }
  div.page-system #system .otherInfoWrapper dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  div.page-system #system .annoBox {
    padding: 20px 40px;
  }
  div.page-system #system .annoBox .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.page-system #system .annoBox .inner .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3em;
            flex: 0 0 3em;
  }
  div.page-system #system .annoBox .inner .content {
    font-size: 1.4rem;
  }
  div.page-system #system .annoWrapper {
    font-size: 1.4rem;
  }
  div.page-trademark #trademark ul {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px){
  body {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  #pageHead.subPage .blob {
    max-width: 600px;
  }
  #pageHead.subPage .blob.blob02 {
    max-width: 680px;
  }
  #pageHead.subPage .blob.blob03 {
    max-width: 240px;
  }
  #pageHead.subPage .headWrapper {
    height: 200px;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageTitle {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #pageHead.subPage .headImgWrapper {
    margin-top: 0;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    display: block;
  }
  #pageHead.subPage .headImgWrapper .imgBg {
    height: 100%;
  }
  .navBtn {
    font-size: 1.6rem;
  }
  .pecsBtn {
    height: 60px;
    font-size: 1.8rem;
  }
  .pecsBtn .arrow {
    right: 30px;
  }
  .pecsBtn .arrow svg {
    width: auto;
  }
  #footer .footerMenuWrapper .supportDialWrapper .supportDialBtn {
    width: 300px;
  }
  #footer .footerMenuWrapper .footerMenu .title {
    font-size: 2rem;
  }
  #footer .footerMenuWrapper .footerMenu .footerSubMenu li {
    margin-bottom: 15px;
  }
  #footer .footerMenuWrapper .footerMenu .footerSubMenu a {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
  #footer .subLinkWrapper .subLink {
    margin-left: unset;
    margin-right: unset;
    max-width: 560px;
    font-size: 1.4rem;
  }
  #footer .subLinkWrapper .subLink li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
  #footer .subLinkWrapper .mlpWrapper {
    max-width: 200px;
  }
  #frontpage #pageHead .kvWrapper .contentWrapper {
    max-width: 960px;
  }
  #frontpage #pageHead .pecsWrapper {
    max-width: 480px;
  }
  #frontpage #about .aboutLead {
    font-size: 3.8rem;
  }
  #frontpage #about .aboutLead .small {
    font-size: 3rem;
  }
  #frontpage #about .btnWrapper {
    margin-top: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #frontpage #about .imgWrapper {
    margin-top: 0;
    width: 100%;
    max-width: 530px;
    margin-left: unset;
    margin-right: unset;
  }
  #frontpage #intro .introWrapper .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
  #frontpage #intro .introWrapper .imgWrapper {
    max-width: 400px;
  }
  #frontpage #intro .unitWrapper {
    max-width: 1300px;
    padding: 35px 35px 25px;
  }
  #frontpage #intro .unitWrapper .dscBox {
    text-align: left;
  }
  #frontpage #intro .unitWrapper .unitRow {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox .icon {
    width: 50px;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox .timeWrapper {
    display: block;
  }
  #frontpage #intro .unitWrapper .unitRow .symbol {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  #frontpage #contents .contentsWrapper .contentsTitle {
    font-size: 3rem;
  }
  #frontpage #contents .contentsWrapper .contentsRow .imgWrapper {
    margin-left: unset;
    margin-right: unset;
    max-width: 480px;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #frontpage #contents .pointsWrapper .pointsRow .imgWrapper {
    max-width: 400px;
    margin-left: unset;
    margin-right: unset;
  }
  #frontpage #contents .pointsWrapper .pointsRow .dscWrapper {
    margin-top: 0;
    margin-left: unset;
    margin-right: unset;
    max-width: 480px;
    padding-left: 20px;
  }
  #frontpage #trend .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 440px;
  }
  #frontpage #trend .imgWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 460px;
    margin-top: 20px;
  }
  #frontpage #flow .stepWrapper .stepRow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol .imgWrapper .step {
    font-size: 3rem;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper {
    padding: 20px 40px;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper .dscBox .large {
    font-size: 2rem;
  }
  #frontpage #plan .courseWrapper .courseRow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #frontpage #plan .courseWrapper .courseRow .courseCol {
    max-width: 730px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
    font-size: 2rem;
  }
  #frontpage #plan .limitTitle {
    font-size: 2.8rem;
  }
  #frontpage #plan .limitTitle span {
    font-size: 3.4rem;
  }
  div.page-features #about .aboutLead {
    font-size: 3.8rem;
  }
  div.page-features #about .aboutLead .small {
    font-size: 3rem;
  }
  div.page-features #about .btnWrapper {
    margin-top: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  div.page-features #about .imgWrapper {
    margin-top: 0;
    width: 100%;
    max-width: 530px;
    margin-left: unset;
    margin-right: unset;
  }
  div.page-features #intro .introWrapper .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
  div.page-features #intro .introWrapper .imgWrapper {
    max-width: 400px;
  }
  div.page-features #intro .unitWrapper {
    max-width: 1300px;
    padding: 35px 35px 25px;
  }
  div.page-features #intro .unitWrapper .dscBox {
    text-align: left;
  }
  div.page-features #intro .unitWrapper .unitRow {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox .icon {
    width: 50px;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox .timeWrapper {
    display: block;
  }
  div.page-features #intro .unitWrapper .unitRow .symbol {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  div.page-features #contents .contentsWrapper .contentsTitle {
    font-size: 3rem;
  }
  div.page-features #contents .contentsWrapper .contentsRow .imgWrapper {
    margin-left: unset;
    margin-right: unset;
    max-width: 480px;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  div.page-features #contents .pointsWrapper .pointsRow .imgWrapper {
    max-width: 400px;
    margin-left: unset;
    margin-right: unset;
  }
  div.page-features #contents .pointsWrapper .pointsRow .dscWrapper {
    margin-top: 0;
    margin-left: unset;
    margin-right: unset;
    max-width: 480px;
    padding-left: 20px;
  }
  div.page-info #info .contentsWrapper .btnWrapper .btnBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  div.page-flow #lead .lead {
    font-size: 3.2rem;
  }
  div.page-flow #lead .lead small {
    font-size: 3rem;
  }
  div.page-flow #step .stepRow {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.page-flow #step .stepRow .imgWrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 440px;
    margin-left: unset;
    margin-right: unset;
  }
  div.page-flow #step .stepRow .imgWrapper .step {
    font-size: 3rem;
  }
  div.page-flow #step .stepRow .dscWrapper {
    margin-left: unset;
    margin-right: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    margin-left: 20px;
  }
  div.page-flow #step .stepRow .dscWrapper .stepTitle {
    font-size: 3.2rem;
  }
  div.page-flow #step .stepRow .dscWrapper .dscBox {
    font-size: 2rem;
  }
  .page-certification #contentsSection .navWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn .inner span {
    margin-top: 5px;
  }
  div.page-kenshuu #contentsSection .unitRow {
    gap: 20px;
  }
  div.page-kenshuu #contentsSection .unitRow .unitBox {
    max-width: 450px;
  }
  div.page-kenshuu #contentsSection .howtoWrapper dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  div.page-pecs #pecs .typeWrapper {
    margin-bottom: 40px;
  }
  div.page-pecs #pecs .typeWrapper .typeRow {
    margin-left: -10px;
    margin-right: -10px;
  }
  div.page-pecs #pecs .typeWrapper .typeRow .typeCol {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  div.page-pecs #pecs .typeWrapper .typeRow .typeCol .typeBox {
    -webkit-box-shadow: 5px 5px 0 #ff8800;
            box-shadow: 5px 5px 0 #ff8800;
    margin-bottom: 35px;
    min-height: 140px;
  }
  div.page-pecs #pecs .annoBox {
    padding: 3px 10px;
    text-align: center;
  }
  .page-apply #step .stepRow .stepCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
  .page-apply #step .stepRow .stepCol.bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .page-apply #step .stepRow .stepCol .stepBox {
    padding: 5px 5px 15px;
    font-size: 1.4rem;
  }
  .page-apply #step .stepRow .stepCol .stepBox .num {
    margin-bottom: 15px;
  }
  .page-apply #step .stepRow .stepCol .stepBox .title {
    display: block;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseCol {
    max-width: 730px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
    font-size: 2rem;
  }
  .page-personal.page-personal-entry #other .limitTitle {
    font-size: 2.8rem;
  }
  .page-personal.page-personal-entry #other .limitTitle span {
    font-size: 3.4rem;
  }
  .page-personal #formSection .infoWrapper .courseWrapper .courseRow dd {
    font-size: 2.2rem;
  }
  .page-corporation #step .stepRow .stepCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .page-corporation #step .stepRow .stepCol.bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  div.page-corporation #about .aboutLead {
    font-size: 3.8rem;
  }
  div.page-corporation #about .aboutLead .small {
    font-size: 3rem;
  }
  div.page-corporation #about .flowWrapper .flowRow .stepCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  div.page-legal-notice #notice .legalNoticeWrapper dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  div.page-system #system .osRow .osWrapper {
    max-width: 540px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1200px){
  body {
    margin: 0;
  }
  #siteMain {
    padding-top: 160px;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageTitle {
    font-size: 4rem;
  }
  .navBtn {
    font-size: 1.8rem;
  }
  .pecsBtn {
    height: 70px;
    border-radius: 70px;
    font-size: 2rem;
  }
  .solidBtn {
    min-width: 300px;
  }
  .supportBtn.dialBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supportBtn.dialBtn .num {
    font-size: 4.2rem;
  }
  .supportBtn.dialBtn .dialTitle {
    margin-right: 10px;
    margin-left: unset;
    padding: 8px 10px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .supportBtn.dialBtn .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supportBtn.mailBtn .title {
    font-size: 3.2rem;
  }
  #footer .footerWrapper .footerLogoWrapper {
    max-width: 350px;
  }
  #frontpage .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  #frontpage .sectionTitleWrapper .sectionSubTitle {
    font-size: 2.4rem;
  }
  #frontpage #pageHead .kvWrapper .contentWrapper {
    max-width: 1140px;
  }
  #frontpage #pageHead .pecsWrapper {
    left: 0%;
    max-width: 520px;
    -webkit-transform: translate(0%, -100%);
        -ms-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  #frontpage #certification .certificationTitle {
    margin-bottom: 50px;
  }
  #frontpage #certification .systemList > .systemItem > div {
    font-size: 2rem;
    min-width: 400px;
    padding: 10px;
  }
  #frontpage #certification .btnWrapper {
    margin-top: 50px;
  }
  #frontpage #intro .introWrapper .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox {
    padding: 8px 15px;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox .icon {
    width: 40px;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox .timeWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #frontpage #contents .sectionTitleWrapper {
    margin-bottom: 70px;
  }
  #frontpage #contents .sectionTitleWrapper .sectionSubTitle {
    font-size: 5rem;
  }
  #frontpage #contents .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  #frontpage #contents .contentsWrapper {
    margin-bottom: 120px;
  }
  #frontpage #contents .contentsWrapper .contentsRow .imgWrapper {
    max-width: 580px;
  }
  #frontpage #contents .contentsWrapper .contentsRow .lineupBox .contentsSubTitle {
    font-size: 2.4rem;
  }
  #frontpage #contents .pointsWrapper {
    padding: 30px 35px;
  }
  #frontpage #contents .pointsWrapper .pointsTitleWrapper .pointsTitle {
    font-size: 4rem;
  }
  #frontpage #contents .pointsWrapper .pointsTitleWrapper .pointsSubTitle {
    font-size: 2.8rem;
  }
  #frontpage #contents .pointsWrapper .pointsRow .imgWrapper {
    max-width: 450px;
  }
  #frontpage #contents .pointsWrapper .pointsRow .dscWrapper {
    max-width: 550px;
  }
  #frontpage #contents .pointsWrapper .pointsRow .dscWrapper ul {
    font-size: 2rem;
  }
  #frontpage #trial .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  #frontpage #trial .trialWrapper .videoRow .videoCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  #frontpage #trend .dscWrapper {
    max-width: 480px;
  }
  #frontpage #trend .dscWrapper .sectionSubTitle {
    font-size: 2.4rem;
  }
  #frontpage #trend .imgWrapper {
    max-width: 600px;
  }
  #frontpage .flowplan {
    margin-bottom: 90px;
    padding-top: 200px;
    padding-bottom: 180px;
  }
  #frontpage .flowplan .blob.bottom {
    -webkit-transform: translate(-20%, 30%);
        -ms-transform: translate(-20%, 30%);
            transform: translate(-20%, 30%);
  }
  #frontpage .flowplan .flowplanTitleWrapper .flowplanTitle {
    font-size: 3.5rem;
  }
  #frontpage .flowplan .flowplanTitleWrapper .flowplanTitle img {
    width: 530px;
  }
  #frontpage .flowplan .flowplanTitleWrapper .flowplanTitle span {
    font-size: 4.5rem;
  }
  #frontpage #flow {
    padding-top: 130px;
  }
  #frontpage #flow .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol {
    margin-bottom: 100px;
  }
  #frontpage #flow .stepWrapper .stepRow .stepCol .dscWrapper .stepTitle {
    font-size: 3rem;
  }
  #frontpage #plan {
    padding-top: 170px;
  }
  #frontpage #plan .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseHead .courseTitle {
    font-size: 4rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
    font-size: 2.2rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
    font-size: 5rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
    font-size: 2.2rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
    font-size: 2.8rem;
  }
  #frontpage #plan .limitTitle {
    margin-top: 50px;
    font-size: 3.2rem;
  }
  #frontpage #plan .limitTitle span {
    font-size: 4.5rem;
  }
  #frontpage #faq {
    padding-top: 100px;
    padding-bottom: 170px;
  }
  #frontpage #faq .sectionTitleWrapper {
    padding-top: 25px;
    margin-bottom: 40px;
    text-align: left;
  }
  #frontpage #faq .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  #frontpage #faq .faqSection {
    padding: 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #frontpage #faq .faqSection .faqWrapper dl dt {
    font-size: 2.2rem;
  }
  #frontpage #faq .faqSection .faqWrapper dl dt:before {
    top: 22px;
  }
  #frontpage #faq .faqSection .btnWrapper {
    margin-top: 0;
  }
  #frontpage #support {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  #frontpage #support .sectionTitleWrapper .sectionTitle {
    font-size: 3.2rem;
  }
  #frontpage #support .sectionTitleWrapper .lead {
    font-size: 2rem;
  }
  #frontpage #support .supportWrapper .supportBox > .anno {
    font-size: 2rem;
  }
  #frontpage #support .supportWrapper .supportBtn {
    min-width: 540px;
  }
  #frontpage #news {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #frontpage #news .sectionTitleWrapper .sectionTitle {
    font-size: 4rem;
  }
  #frontpage #news .primaryWrapper {
    font-size: 2.4rem;
  }
  #frontpage #news .newsWrapper {
    padding: 70px 0;
  }
  #frontpage #news .newsWrapper dl dt {
    font-size: 2rem;
  }
  #frontpage #news .newsWrapper dl dd {
    font-size: 2rem;
  }
  div.page-features .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  div.page-features .sectionTitleWrapper .sectionSubTitle {
    font-size: 2.4rem;
  }
  div.page-features #intro .introWrapper .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox {
    padding: 8px 15px;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox .icon {
    width: 40px;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox .timeWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.page-features #contents .sectionTitleWrapper {
    margin-bottom: 70px;
  }
  div.page-features #contents .sectionTitleWrapper .sectionSubTitle {
    font-size: 5rem;
  }
  div.page-features #contents .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  div.page-features #contents .contentsWrapper {
    margin-bottom: 120px;
  }
  div.page-features #contents .contentsWrapper .contentsRow .imgWrapper {
    max-width: 580px;
  }
  div.page-features #contents .contentsWrapper .contentsRow .lineupBox .contentsSubTitle {
    font-size: 2.4rem;
  }
  div.page-features #contents .pointsWrapper {
    padding: 30px 35px;
  }
  div.page-features #contents .pointsWrapper .pointsTitleWrapper .pointsTitle {
    font-size: 4rem;
  }
  div.page-features #contents .pointsWrapper .pointsTitleWrapper .pointsSubTitle {
    font-size: 2.8rem;
  }
  div.page-features #contents .pointsWrapper .pointsRow .imgWrapper {
    max-width: 450px;
  }
  div.page-features #contents .pointsWrapper .pointsRow .dscWrapper {
    max-width: 550px;
  }
  div.page-features #contents .pointsWrapper .pointsRow .dscWrapper ul {
    font-size: 2rem;
  }
  div.page-features #trial .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  div.page-features #trial .trialWrapper .videoRow .videoCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  div.page-flow #step .stepRow .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 730px;
            flex: 0 0 730px;
  }
  .page-certification #pecsLead .leadRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-certification #pecsLead .leadRow .btnWrapper .solidBtn {
    margin-top: 0;
    min-width: 200px;
  }
  .page-certification #contentsSection #contentsNav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .page-certification #contentsSection #contents {
    max-width: 810px;
  }
  .page-certification #contentsSection .navWrapper {
    display: block;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn {
    font-size: 1.8rem;
    min-height: 180px;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn .inner span {
    margin-top: 8px;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn .arrow svg {
    width: 32px;
  }
  div.page-kenshuu #contentsSection .unitRow .unitBox {
    max-width: 380px;
  }
  .page-apply #applyTitle .applyTitle {
    font-size: 6rem;
  }
  .page-apply #step .stepRow .stepCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
  .page-apply #step .stepRow .stepCol .stepBox {
    font-size: 1.6rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead .courseTitle {
    font-size: 4rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
    font-size: 2.2rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
    font-size: 5rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper {
    font-size: 2.2rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
    font-size: 2.8rem;
  }
  .page-personal.page-personal-entry #other .limitTitle {
    font-size: 3.2rem;
  }
  .page-personal.page-personal-entry #other .limitTitle span {
    font-size: 4.5rem;
  }
  .page-corporation #formSection .formOtherBtnWrapper .solidBtn {
    min-width: 330px;
  }
  div.page-news #news {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  div.page-news #news .primaryWrapper a {
    font-size: 2.4rem;
  }
  div.page-news #news .newsWrapper {
    padding: 70px 0;
  }
  div.page-news #news .newsWrapper dl dt {
    font-size: 2rem;
  }
  div.page-news #news .newsWrapper dl dd {
    font-size: 2rem;
  }
  .page-inquiry .sectionTitleWrapper .sectionTitle {
    font-size: 5rem;
  }
  .page-inquiry #support {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .page-inquiry #support .sectionTitleWrapper .sectionTitle {
    font-size: 3.2rem;
  }
  .page-inquiry #support .sectionTitleWrapper .lead {
    font-size: 2rem;
  }
  .page-inquiry #support .supportWrapper .supportBox > .anno {
    font-size: 2rem;
  }
  .page-inquiry #support .supportWrapper .supportBtn {
    min-width: 540px;
  }
  div.page-inquiry #lead .leadRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.page-inquiry #lead .leadRow .btnWrapper .solidBtn {
    margin-top: 0;
    min-width: 200px;
  }
}
@media only screen and (min-width: 1600px){
  body {
    margin: 0;
  }
  .container {
    max-width: 1530px;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  #pageHead.subPage .headWrapper .pageTitleWrapper .pageSubTitle {
    font-size: 2.4rem;
  }
  .navBtn {
    font-size: 2rem;
  }
  .solidBtn {
    font-size: 2.4rem;
    min-width: 330px;
  }
  .supportBtn.dialBtn .num {
    font-size: 5.5rem;
  }
  .supportBtn.dialBtn .dialTitle {
    font-size: 1.8rem;
  }
  #footer .footerMenuWrapper .supportDialWrapper .supportDialBtn {
    width: 350px;
  }
  #footer .footerMenuWrapper .supportDialWrapper .supportDialBtn .telWrapper {
    font-size: 3.4rem;
  }
  #footer .footerMenuWrapper .footerMenu {
    margin-left: -30px;
    margin-right: -30px;
  }
  #footer .footerMenuWrapper .footerMenu > li {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .subInfoSection > .container {
    max-width: 1430px;
  }
  #header #mainNav .navInner {
    padding: 0px 45px;
  }
  #header #mainNav .logoWrapper .lead {
    font-size: 2rem;
  }
  #header #mainNav .navMenu {
    margin-left: -20px;
    margin-right: -20px;
  }
  #header #mainNav .navMenu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header #mainNav .navMenu .title {
    font-size: 2rem;
  }
  #header .subMenuWrapper > .inner ul {
    gap: 20px 60px;
    font-size: 2rem;
  }
  #frontpage #pageHead .kvWrapper .contentWrapper {
    max-width: 1500px;
  }
  #frontpage #pageHead .kvWrapper .logoWrapper {
    -webkit-transform: translate(-20%, -35%);
        -ms-transform: translate(-20%, -35%);
            transform: translate(-20%, -35%);
  }
  #frontpage #certification .certificationTitle {
    font-size: 4rem;
  }
  #frontpage #certification .systemList > .systemItem > div {
    padding: 15px;
    min-width: 420px;
  }
  #frontpage #about .aboutLead {
    font-size: 4.5rem;
  }
  #frontpage #about .aboutLead .small {
    font-size: 3.5rem;
  }
  #frontpage #about .aboutLead .logo {
    width: 400px;
  }
  #frontpage #intro .introWrapper .imgWrapper {
    max-width: 550px;
  }
  #frontpage #intro .unitWrapper {
    padding: 35px 35px 25px;
  }
  #frontpage #intro .unitWrapper .unitRow {
    margin-top: 10px;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox {
    padding: 8px 20px;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox .icon {
    width: auto;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox .title {
    font-size: 2rem;
  }
  #frontpage #intro .unitWrapper .unitRow .unitBox .time {
    font-size: 3rem;
  }
  #frontpage #intro .unitWrapper .unitRow .symbol {
    font-size: 4rem;
  }
  #frontpage #contents .pointsWrapper .pointsRow .imgWrapper {
    max-width: 500px;
  }
  #frontpage #contents .pointsWrapper .pointsRow .dscWrapper {
    padding-left: 30px;
    max-width: 600px;
  }
  #frontpage #trial .trialSection {
    padding: 70px 70px 50px;
  }
  #frontpage #trend .dscWrapper {
    max-width: 490px;
  }
  #frontpage #trend .dscWrapper .sectionTitle {
    font-size: 4rem;
  }
  #frontpage #trend .dscWrapper .sectionTitle span {
    font-size: 3rem;
  }
  #frontpage #trend .imgWrapper {
    max-width: 950px;
  }
  #frontpage .flowplan .blob.bottom {
    -webkit-transform: translate(-20%, 0%);
        -ms-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
  }
  #frontpage #flow .stepWrapper {
    max-width: 1040px;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
    font-size: 3rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody {
    padding: 10px 50px 20px;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
    font-size: 6rem;
  }
  #frontpage #plan .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
    font-size: 3.2rem;
  }
  #frontpage #support .supportWrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  #frontpage #support .supportWrapper .supportBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  #frontpage #support .supportWrapper .supportBtn {
    min-width: 680px;
  }
  div.page-features #about .aboutLead {
    font-size: 4.5rem;
  }
  div.page-features #about .aboutLead .small {
    font-size: 3.5rem;
  }
  div.page-features #about .aboutLead .logo {
    width: 400px;
  }
  div.page-features #intro .introWrapper .imgWrapper {
    max-width: 550px;
  }
  div.page-features #intro .unitWrapper {
    padding: 35px 35px 25px;
  }
  div.page-features #intro .unitWrapper .unitRow {
    margin-top: 10px;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox {
    padding: 8px 20px;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox .icon {
    width: auto;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox .title {
    font-size: 2rem;
  }
  div.page-features #intro .unitWrapper .unitRow .unitBox .time {
    font-size: 3rem;
  }
  div.page-features #intro .unitWrapper .unitRow .symbol {
    font-size: 4rem;
  }
  div.page-features #contents .pointsWrapper .pointsRow .imgWrapper {
    max-width: 500px;
  }
  div.page-features #contents .pointsWrapper .pointsRow .dscWrapper {
    padding-left: 30px;
    max-width: 600px;
  }
  div.page-features #trial .trialSection {
    padding: 70px 70px 50px;
  }
  div.page-info #info .contentsWrapper .btnWrapper .btnBox .solidBtn {
    font-size: 2.2rem;
  }
  div.page-flow #lead .lead {
    font-size: 4.5rem;
  }
  div.page-flow #lead .lead small {
    font-size: 4rem;
  }
  div.page-flow #step .stepRow .dscWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800px;
            flex: 0 0 800px;
    margin-left: 40px;
  }
  .page-certification #pecsLead .leadRow .btnWrapper .solidBtn {
    min-width: 260px;
  }
  .page-certification #contentsSection #contentsNav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
  .page-certification #contentsSection #contents {
    max-width: 1010px;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn {
    font-size: 2.2rem;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn .inner {
    padding: 10px 80px 10px 20px;
  }
  .page-certification #contentsSection .contentsMainTitleWrapper .contentsMainTitle {
    font-size: 4rem;
    border-bottom: 4px solid #fff;
  }
  div.page-kenshuu #contentsSection .unitRow .unitBox {
    max-width: 480px;
  }
  .page-apply #step .stepRow .stepCol.bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseHead .courseTitle span {
    font-size: 3rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody {
    padding: 10px 50px 20px;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .priceWrapper .price {
    font-size: 6rem;
  }
  .page-personal.page-personal-entry #course .courseWrapper .courseRow .courseBox .courseBody .targetWrapper .targetTitle {
    font-size: 3.2rem;
  }
  .page-corporation #step .stepRow .stepCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
  .page-corporation #step .stepRow .stepCol.bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  div.page-corporation #about .aboutLead {
    font-size: 4.5rem;
  }
  div.page-corporation #about .aboutLead .small {
    font-size: 3.5rem;
  }
  div.page-corporation #about .aboutLead .logo {
    width: 400px;
  }
  .page-inquiry #support .supportWrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-inquiry #support .supportWrapper .supportBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-inquiry #support .supportWrapper .supportBtn {
    min-width: 680px;
  }
  div.page-inquiry #lead .leadRow .btnWrapper .solidBtn {
    min-width: 260px;
  }
}
@media (hover: hover){
  a:hover {
    text-decoration: none;
  }
  .navBtn:hover {
    color: #68bbc4;
    text-decoration: none;
    background-color: #f0f8f9;
  }
  .navBtn.corporation:hover {
    color: #fe8c7f;
    background-color: #fff4f2;
  }
  .navBtn.login:hover {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
  }
  .navBtn.logout:hover {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
  }
  .navBtn.contact:hover {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
  }
  .pecsBtn:hover {
    color: #707070;
    background-color: #f1f1f1;
  }
  .pecsBtn:hover .arrow {
    -webkit-transform: translate(20%, -50%);
        -ms-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  .solidBtn:hover {
    color: #ff8800;
    background-color: #fffbf7;
  }
  .solidBtn:hover .arrow {
    -webkit-transform: translate(20%, -50%);
        -ms-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  .solidBtn:hover .arrow.external {
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .solidBtn.grayBtn:hover {
    color: #707070;
    background-color: #f1f1f1;
  }
  .solidBtn.smallBtn:hover .external svg rect,
  .solidBtn.smallBtn:hover .external svg path {
    stroke: #ff8800;
  }
  .circleBtn:hover {
    color: #e67a00;
  }
  .circleBtn:hover .arrow svg path#circle {
    fill: #e67a00;
  }
  .supportBtn:hover {
    color: #fff;
    background-color: #e67a00;
  }
  .supportBtn:hover .dialTitle {
    color: #e67a00;
  }
  .supportBtn:hover svg path {
    fill: #e67a00;
  }
  .formWrapper .confirmBtnWrapper button:hover {
    background-color: #53969d;
  }
  .formWrapper .confirmBtnWrapper .button:hover {
    background-color: #53969d;
  }
  .formWrapper .confirmBtnWrapper input:hover {
    background-color: #53969d;
  }
  .formWrapper .confirmBtnWrapper button.back:hover {
    background-color: darkgray;
  }
  .formWrapper .confirmBtnWrapper .button.back:hover {
    background-color: darkgray;
  }
  .formWrapper.loginFormWrapper .confirmBtnWrapper button:hover {
    background-color: #cc6d00;
  }
  .formWrapper.loginFormWrapper .confirmBtnWrapper input:hover {
    background-color: #cc6d00;
  }
  .contactWrapper .formWrapper .confirmBtnWrapper button:hover {
    background-color: #cc6d00;
  }
  .contactWrapper .formWrapper .confirmBtnWrapper .button:hover {
    background-color: #cc6d00;
  }
  .contactWrapper .formWrapper .confirmBtnWrapper input:hover {
    background-color: #cc6d00;
  }
  #footer .footerMenuWrapper .supportDialWrapper .supportDialBtn:hover {
    opacity: 1;
    background-color: #e67a00;
  }
  #footer .footerMenuWrapper .supportDialWrapper .supportDialBtn:hover svg path {
    fill: #e67a00;
  }
  #footer .footerMenuWrapper a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #footer .subLinkWrapper .subLink li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #footer #footerBottom #pageTop:hover svg circle {
    fill: #e67a00;
  }
  #header #mainNav .navMenu a:hover {
    text-decoration: none;
    color: #ff8800;
  }
  #header .subMenuWrapper > .inner ul a:hover {
    color: #ff8800;
  }
  #header #mainNav_mo .menuWrapper ul li a:hover {
    color: #ff8800;
  }
  #header #mainNav_mo .menuWrapper ul li .title:hover {
    color: #ff8800;
  }
  #header #mainNav_mo .menuWrapper .btnWrapper .navBtn:hover {
    color: #fff;
  }
  #frontpage #primaryNotice .primaryWrapper dl dd .inner .content:hover .arrow {
    -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  #frontpage #news .newsWrapper dl dd .inner .content:hover .arrow {
    -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover.kenshuu {
    background-color: #1f5695;
    color: #fff;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover.kenshuu .arrow .chevron {
    fill: #1f5695;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover.kanpou {
    background-color: #78c3ab;
    color: #fff;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover.kanpou .arrow .chevron {
    fill: #78c3ab;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover.unit {
    background-color: #ff8800;
    color: #fff;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover.unit .arrow .chevron {
    fill: #ff8800;
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover .arrow {
    -webkit-transform: translate(20%, -50%);
        -ms-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  .page-certification #contentsSection .navWrapper .contentNavBtn:hover .arrow .circle {
    fill: #fff;
  }
  .page-apply #formSection .dscWrapper .btnWrapper .btnBox a:hover {
    background-color: #68bbc4;
    color: #fff;
    border-color: #68bbc4;
  }
  .page-personal.page-personal-entry #course .courseWrapper .solidBtn.renewal:hover {
    color: #587eb1;
    background-color: #eef2f7;
  }
  .page-personal.page-personal-entry #course .courseWrapper .solidBtn.new:hover {
    color: #78c3ab;
    background-color: #f2f9f7;
  }
  .page-personal.page-personal-entry #other .solidBtn:hover {
    color: #fe8c7f;
    background-color: #fff4f2;
  }
  .page-corporation #formSection .dscWrapper .btnWrapper .btnBox a:hover {
    background-color: #fe8c7f;
    color: #fff;
    border-color: #fe8c7f;
  }
  .page-corporation .formWrapper .confirmBtnWrapper button:hover {
    background-color: #cb7066;
  }
  .page-corporation .formWrapper .confirmBtnWrapper .button:hover {
    background-color: #cb7066;
  }
  .page-corporation .formWrapper .confirmBtnWrapper input:hover {
    background-color: #cb7066;
  }
  .page-corporation .formWrapper .confirmBtnWrapper button.back:hover {
    background-color: darkgray;
  }
  .page-corporation .formWrapper .confirmBtnWrapper .button.back:hover {
    background-color: darkgray;
  }
  div.page-news #news .newsWrapper dl dd .inner .content:hover .arrow {
    -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .page-inquiry .confirmBtnWrapper button:hover {
    background-color: #cc6d00;
  }
  .page-inquiry .confirmBtnWrapper .button:hover {
    background-color: #cc6d00;
  }
  .page-inquiry .confirmBtnWrapper input:hover {
    background-color: #cc6d00;
  }
  .page-inquiry .confirmBtnWrapper button.back:hover {
    background-color: darkgray;
  }
  .page-inquiry .confirmBtnWrapper .button.back:hover {
    background-color: darkgray;
  }
  div.page-login .otherWrapper ul li a:hover {
    color: #ff8800;
  }
  div.page-login .otherWrapper ul li a:hover:before {
    background-color: #ff8800;
  }
}
@media only screen and (min-width: 1800px){
  #pageHead.subPage .headImgWrapper .imgBg {
    border-radius: 30px;
  }
}
#messageArea {
	color: Red;
}
/*# sourceMappingURL=style.css.map */