@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@300;400;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "Objective";
  src: url("/font/Objective-Regular.woff2") format("woff2");
}
body {
  color: #302f2f;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
}

body .active {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.l-footer {
  padding: 80px 0 0;
  background: #fff0d8;
  border-top: 1px solid #000;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-footer {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .l-footer {
    padding: 40px 0 40px;
  }
}

.copylight {
  text-align: center;
  padding: 16px 0;
  background: #6c6c6c;
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .copylight {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 479px) {
  .copylight {
    font-size: 12px;
    line-height: 17px;
  }
}

.l-features {
  padding: 80px 0;
}

.l-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 136px 0;
  width: 71%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .l-fv {
    width: 100%;
    padding: 30px 15px 20px;
  }
}
.l-fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 768px;
  right: -70%;
  top: 64%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .l-fv::before {
    background: url(/assets/img/fv/fv-bg.png) no-repeat -20% 60%/100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv::before {
    background: url(/assets/img/fv/fv-bg.png) no-repeat 20% 150%/90%;
    width: 100%;
    height: 50%;
    top: 80%;
  }
}
@media screen and (max-width: 479px) {
  .l-fv::before {
    background: url(/assets/img/fv/sp/fv-bg.png) no-repeat right bottom/90%;
    width: 100%;
    height: 80%;
    top: 55%;
    right: -50%;

  }
}
.l-fv__img {
  width: 277px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__img {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__img {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-fv__wrap .l-fv__img {
  width: 33.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 120px;
}

.l-fv .l-fv__body {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  position: relative;
}

.l-fv .l-fv__body .l-fv__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 10px;
  line-height: 3;
}

.l-fv__body-bg {
  display: none;
 }


@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body {
    text-align: center;
  }
}
.l-fv .l-fv__body .l-fv__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body .l-fv__heading {
    font-size: 14px;
    line-height: 20px;
    display: inline;
    margin-top: 33px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv .l-fv__body .l-fv__heading {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 33px;
    padding: 0;
    text-align: left;
  }

  .l-fv .l-fv__body {
    text-align: center;
    background-color: transparent;
    overflow-x: hidden;
  }

  .l-fv__body-bg {
    background-color: rgba(255, 255, 255, 0.8);
    /* background-color: #000; */
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -1;
    height: 85%;
    width: 100%;
   
  }

}

.l-fv .l-fv__body .l-fv__heading .l-fv__heading-huge {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body .l-fv__heading span {
    font-size: 24px;
    line-height: 26px;
  }
  .l-fv .l-fv__body .l-fv__heading .l-fv__heading-huge {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
  }
  
}
@media screen and (max-width: 479px) {
  .l-fv .l-fv__body .l-fv__heading span {
    font-size: 18px;
    line-height: 26px;
  }
  .l-fv .l-fv__body .l-fv__heading .l-fv__heading-huge {
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
  }
  
}
.l-fv .l-fv__body .l-fv__text {
  margin: 20px 0;
  color: #ff5611;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body .l-fv__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv .l-fv__body .l-fv__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
}
.l-fv .l-fv__body .l-fv__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body .l-fv__title {
    font-size: 24px;
    line-height: 35px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv .l-fv__body .l-fv__title {
    font-size: 24px;
    line-height: 35px;
  }
}
.l-fv .l-fv__body ul {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body ul {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .l-fv .l-fv__body ul {
    font-size: 14px;
  }
}
.l-fv .l-fv__body li {
  line-height: 29px;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body li {
    line-height: 20.27px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv .l-fv__body li {
    line-height: 20.27px;
    padding-left: 10px;
    display: block;
    text-align: left;
  }
}
.l-fv .l-fv__body li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/assets/img/fv/fv-vector.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(4deg);
          transform: translate(-50%, -50%) rotate(4deg);
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv .l-fv__body li::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv .l-fv__body li::before {
    width: 15px;
    height: 15px;
  }

  .l-fv .l-fv__body li:first-child:before {
    top: 10px;
  }
}

@media screen and (max-width: 381px){
  .l-fv .l-fv__body li:nth-child(2):before {
    top: 10px;
  }
}

@media screen and (max-width: 314px){
  .l-fv .l-fv__body li:nth-child(3):before {
    top: 10px;
  }
}


.l-fv__introduction {
  background: rgba(174, 230, 242, 0.6);
  padding: 86px 0 40px;
  text-align: center;
  margin-top: 50px;
}
.l-fv__introduction h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__introduction h1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .l-fv__introduction {
    padding: 40px 0 40px
  }

}
@media screen and (max-width: 479px) {
  .l-fv__introduction h1 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 26px;
  }
  .l-fv__introduction {
    padding: 40px 0 40px
  }

}
.l-fv__introduction .l-fv__introduction-text p {
  background: #fff;
  margin: 0 auto;
  line-height: 46.34px;
}
@media screen and (min-width: 1100px) {
  .l-fv__introduction .l-fv__introduction-text p {
    width: 433px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__introduction .l-fv__introduction-text p {
    font-size: 14px;
    font-weight: 500;
    width: 91.466%;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__introduction .l-fv__introduction-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 91.466%;
  }
}

.l-fv__beginner1 {
  background: rgba(101, 135, 209, 0.3);
}
.l-fv__beginner1-inner > p {
  color: #6587d1;
}
.l-fv__beginner1-wrap > P {
  color: #6587d1;
}

.l-fv__beginner2 {
  background: rgba(18, 146, 72, 0.3);
}
.l-fv__beginner2-inner > p {
  color: #129248;
}
.l-fv__beginner2-wrap > P {
  color: #129248;
}

.l-fv__beginner-intermediate {
  background: rgba(224, 119, 14, 0.3);
}
.l-fv__beginner-intermediate-inner > p {
  color: #e0770e;
}
.l-fv__beginner-intermediate-wrap > P {
  color: #e0770e;
}

.l-fv__intermediate {
  background: rgba(215, 22, 24, 0.3);
}
.l-fv__intermediate-inner > p {
  color: #d71618;
}
.l-fv__intermediate-wrap > P {
  color: #d71618;
}

.l-fv__intermediate-advanced {
  background: rgba(21, 69, 170, 0.3);
}
.l-fv__intermediate-advanced-inner > p {
  color: #1545aa;
}
.l-fv__intermediate-advanced-wrap > P {
  color: #1545aa;
}

.l-fv__advanced {
  background: rgba(128, 24, 59, 0.3);
}
.l-fv__advanced-inner > p {
  color: #80183b;
}
.l-fv__advanced-wrap > P {
  color: #80183b;
}

.l-fv__beginner1,
.l-fv__beginner2,
.l-fv__beginner-intermediate,
.l-fv__intermediate,
.l-fv__intermediate-advanced,
.l-fv__advanced {
  text-align: center;
  margin-top: 50px;
}
.l-fv__beginner1-inner,
.l-fv__beginner2-inner,
.l-fv__beginner-intermediate-inner,
.l-fv__intermediate-inner,
.l-fv__intermediate-advanced-inner,
.l-fv__advanced-inner {
  width: 597px;
  margin: 0 auto;
  padding: 70px 0 40px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__beginner1-inner,
  .l-fv__beginner2-inner,
  .l-fv__beginner-intermediate-inner,
  .l-fv__intermediate-inner,
  .l-fv__intermediate-advanced-inner,
  .l-fv__advanced-inner {
    font-size: 14px;
    font-weight: 500;
    width: 91.466%;
    line-height: 24px;
    padding: 40px 0 40px;

  }
}
@media screen and (max-width: 479px) {
  .l-fv__beginner1-inner,
  .l-fv__beginner2-inner,
  .l-fv__beginner-intermediate-inner,
  .l-fv__intermediate-inner,
  .l-fv__intermediate-advanced-inner,
  .l-fv__advanced-inner {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 91.466%;
    padding: 35px 0 40px;
  }
}
.l-fv__beginner1-inner > p,
.l-fv__beginner2-inner > p,
.l-fv__beginner-intermediate-inner > p,
.l-fv__intermediate-inner > p,
.l-fv__intermediate-advanced-inner > p,
.l-fv__advanced-inner > p {
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__beginner1-inner > p,
  .l-fv__beginner2-inner > p,
  .l-fv__beginner-intermediate-inner > p,
  .l-fv__intermediate-inner > p,
  .l-fv__intermediate-advanced-inner > p,
  .l-fv__advanced-inner > p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__beginner1-inner > p,
  .l-fv__beginner2-inner > p,
  .l-fv__beginner-intermediate-inner > p,
  .l-fv__intermediate-inner > p,
  .l-fv__intermediate-advanced-inner > p,
  .l-fv__advanced-inner > p {
    font-size: 14px;
    line-height: 24px;
  }
}
.l-fv__beginner1-wrap,
.l-fv__beginner2-wrap,
.l-fv__beginner-intermediate-wrap,
.l-fv__intermediate-wrap,
.l-fv__intermediate-advanced-wrap,
.l-fv__advanced-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__beginner1-wrap,
  .l-fv__beginner2-wrap,
  .l-fv__beginner-intermediate-wrap,
  .l-fv__intermediate-wrap,
  .l-fv__intermediate-advanced-wrap,
  .l-fv__advanced-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__beginner1-wrap,
  .l-fv__beginner2-wrap,
  .l-fv__beginner-intermediate-wrap,
  .l-fv__intermediate-wrap,
  .l-fv__intermediate-advanced-wrap,
  .l-fv__advanced-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-fv__beginner1-wrap > P,
.l-fv__beginner2-wrap > P,
.l-fv__beginner-intermediate-wrap > P,
.l-fv__intermediate-wrap > P,
.l-fv__intermediate-advanced-wrap > P,
.l-fv__advanced-wrap > P {
  font-family: Roboto;
  font-size: 100px;
  font-weight: 800;
  line-height: 110px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__beginner1-wrap > P,
  .l-fv__beginner2-wrap > P,
  .l-fv__beginner-intermediate-wrap > P,
  .l-fv__intermediate-wrap > P,
  .l-fv__intermediate-advanced-wrap > P,
  .l-fv__advanced-wrap > P {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__beginner1-wrap > P,
  .l-fv__beginner2-wrap > P,
  .l-fv__beginner-intermediate-wrap > P,
  .l-fv__intermediate-wrap > P,
  .l-fv__intermediate-advanced-wrap > P,
  .l-fv__advanced-wrap > P {
    font-size: 40px;
    line-height: 44px;
  }
}
.l-fv__beginner1-text,
.l-fv__beginner2-text,
.l-fv__beginner-intermediate-text,
.l-fv__intermediate-text,
.l-fv__intermediate-advanced-text,
.l-fv__advanced-text {
  text-align: left;
  margin-top: 10px;
}
.l-fv__beginner1-text > P,
.l-fv__beginner2-text > P,
.l-fv__beginner-intermediate-text > P,
.l-fv__intermediate-text > P,
.l-fv__intermediate-advanced-text > P,
.l-fv__advanced-text > P {
  margin-left: 15px;
  margin-bottom: 6px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__beginner1-text > P,
  .l-fv__beginner2-text > P,
  .l-fv__beginner-intermediate-text > P,
  .l-fv__intermediate-text > P,
  .l-fv__intermediate-advanced-text > P,
  .l-fv__advanced-text > P {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__beginner1-text > P,
  .l-fv__beginner2-text > P,
  .l-fv__beginner-intermediate-text > P,
  .l-fv__intermediate-text > P,
  .l-fv__intermediate-advanced-text > P,
  .l-fv__advanced-text > P {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.l-fv__beginner1-text > h1,
.l-fv__beginner2-text > h1,
.l-fv__beginner-intermediate-text > h1,
.l-fv__intermediate-text > h1,
.l-fv__intermediate-advanced-text > h1,
.l-fv__advanced-text > h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-fv__beginner1-text > h1,
  .l-fv__beginner2-text > h1,
  .l-fv__beginner-intermediate-text > h1,
  .l-fv__intermediate-text > h1,
  .l-fv__intermediate-advanced-text > h1,
  .l-fv__advanced-text > h1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .l-fv__beginner1-text > h1,
  .l-fv__beginner2-text > h1,
  .l-fv__beginner-intermediate-text > h1,
  .l-fv__intermediate-text > h1,
  .l-fv__intermediate-advanced-text > h1,
  .l-fv__advanced-text > h1 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.l-goles {
  padding: 80px 0;
  background: #ededed;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-goles {
    padding: 40px 0;
  }
}
@media screen and (max-width: 479px) {
  .l-goles {
    padding: 40px 0;
  }
}

.l-schedule {
  padding: 100px 0 80px;
  background: #fff;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-schedule {
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 479px) {
  .l-schedule {
    padding: 40px 0 40px;
  }
}
.l-schedule__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  margin: 60px 0 20px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-schedule__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }
}
@media screen and (max-width: 479px) {
  .l-schedule__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }
}
.l-schedule__text span {
  font-size: 20px;
  font-weight: 900;
  line-height: 29px;
}
@media screen and (max-width: 479px) {
  .l-schedule__text span {
    font-size: 16px;
    font-weight: 900;
    line-height: 23px;
  }
}
.l-schedule__img {
  margin: 40px auto 0;
  width: 67.569%;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-schedule__img {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .l-schedule__img {
    width: 100%;
    padding: 0 15px;
  }
}

.l-faq {
  padding: 80px 0;
  background: #ededed;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-faq {
    padding: 40px 0;
  }
}
@media screen and (max-width: 479px) {
  .l-faq {
    padding: 40px 0;
  }
}

.l-plan {
  padding: 80px 0;
  background: #ededed;
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-plan {
    padding: 40px 0;
  }
}
@media screen and (max-width: 479px) {
  .l-plan {
    padding: 40px 0;
  }
}
.l-plan > span {
  font-size: 18px;
  line-height: 26px;
}

.l-test {
  padding: 100px 0 80px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-test {
    padding: 40px 0 0px;
  }
}
@media screen and (max-width: 479px) {
  .l-test {
    padding: 40px 0 0px;
  }
}

.l-textContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 62.5%;
  max-width: 900px;
  margin: 80px auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents {
    margin: 20px auto 40px;
    width: 100%;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents {
    margin: 20px auto 40px;
    width: 100%;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-textContents__text {
  margin-right: 80px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents__text {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents__text {
    margin-right: 0;
  }
}
.l-textContents__teachingMaterials {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 473px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents__teachingMaterials {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents__teachingMaterials {
    width: 100%;
  }
}
.l-textContents .item-4n {
  width: 636px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents .item-4n {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents .item-4n {
    width: 100%;
    margin-top: 30px;
  }
}
.l-textContents .item-4n .p-teachingMaterials__itemsRow {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (min-width: 1100px) {
  .l-textContents .item-4n .p-teachingMaterials__item {
    width: calc(25% - 12px) !important;
    margin-top: 16px !important;
  }
  .l-textContents .item-4n .p-teachingMaterials__item:nth-child(4n) {
    margin-right: 0px !important;
  }
  .l-textContents .item-4n .p-teachingMaterials__item:nth-child(-n+4) {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents .item-4n .p-teachingMaterials__item {
    width: calc(33.3333333333% - 10.6666666667px) !important;
    margin-top: 16px !important;
  }
  .l-textContents .item-4n .p-teachingMaterials__item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .l-textContents .item-4n .p-teachingMaterials__item:nth-child(-n+3) {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents .item-4n .p-teachingMaterials__item {
    width: calc(33.3333333333% - 10.6666666667px) !important;
    margin-top: 16px !important;
  }
  .l-textContents .item-4n .p-teachingMaterials__item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .l-textContents .item-4n .p-teachingMaterials__item:nth-child(-n+3) {
    margin-top: 0px !important;
  }
}
.l-textContents .item-3n {
  width: 476px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents .item-3n {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents .item-3n {
    width: 100%;
    margin-top: 30px;
  }
}
.l-textContents .item-3n .p-teachingMaterials__itemsRow {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.l-textContents .item-3n .p-teachingMaterials__item {
  width: calc(33.3333333333% - 10.6666666667px) !important;
  margin-top: 16px !important;
}
.l-textContents .item-3n .p-teachingMaterials__item:nth-child(3n) {
  margin-right: 0px !important;
}
.l-textContents .item-3n .p-teachingMaterials__item:nth-child(-n+3) {
  margin-top: 0px !important;
}
.l-textContents .item-2n {
  width: 314px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents .item-2n {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents .item-2n {
    width: 100%;
    margin-top: 30px;
  }
}
.l-textContents .item-2n .p-teachingMaterials__itemsRow {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (min-width: 1100px) {
  .l-textContents .item-2n .p-teachingMaterials__item {
    width: calc(50% - 8px) !important;
    margin-top: 16px !important;
  }
  .l-textContents .item-2n .p-teachingMaterials__item:nth-child(2n) {
    margin-right: 0px !important;
  }
  .l-textContents .item-2n .p-teachingMaterials__item:nth-child(-n+2) {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-textContents .item-2n .p-teachingMaterials__item {
    width: calc(33.3333333333% - 10.6666666667px) !important;
    margin-top: 16px !important;
  }
  .l-textContents .item-2n .p-teachingMaterials__item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .l-textContents .item-2n .p-teachingMaterials__item:nth-child(-n+3) {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 479px) {
  .l-textContents .item-2n .p-teachingMaterials__item {
    width: calc(33.3333333333% - 10.6666666667px) !important;
    margin-top: 16px !important;
  }
  .l-textContents .item-2n .p-teachingMaterials__item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .l-textContents .item-2n .p-teachingMaterials__item:nth-child(-n+3) {
    margin-top: 0px !important;
  }
}

.l-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* width: 62.5%; */
  max-width: 900px;
  margin: 80px auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
          overflow-x: scroll;
}

.l-graph .table-scroll tr{
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-graph {
    /* margin: 24px 0 0 16px; */
    margin: 24px auto 0 auto;
    width: 42%;
    display: contents;
  }

  .l-graph .table-scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 479px) {
  .l-graph {
    margin: 24px 0 0 16px;
    /* width: 900px; */
    display: contents;
  }
}

.l-graph .table-scroll {
  overflow-x: scroll;
}

@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-graph .table-scroll {
    padding: 0 20px;
  }  
}

@media screen and (max-width: 479px) {
  .l-graph .table-scroll {
    padding: 0 10px;
  }  
}

.l-graph table {
  width: 900px;
  margin: 0 auto;
  overflow-x: scroll;
}
.l-graph table,
.l-graph td,
.l-graph th {
  border-collapse: collapse;
}
.l-graph td,
.l-graph th {
  padding: 14px 0;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.l-graph td {
  text-align: center;
}
.l-graph td p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  border: 0.5px solid #6c6c6c;
  background: #ffffff;
  border-radius: 2px;
  display: inline-block;
  padding: 0px 6px;
}
.l-graph td img {
  width: 17px;
  vertical-align: middle;
}
.l-graph table tr:nth-child(1) {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.l-graph table tr:nth-child(1) th {
  font-weight: 500;
}
.l-graph table tr:nth-child(2) {
  background: #ededed;
}
.l-graph table tr:nth-child(4),
.l-graph table tr:nth-child(3) {
  border-bottom: 1px solid #e6e6e6;
}
.l-graph table tr th:nth-child(1) {
  width: 60px;
}

.l-graph table tr:nth-child(n+2) th{
  text-align: left;
  padding-left: 20px;
}

.l-graph > img {
  margin: 48px 0 80px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-graph > img {
    margin: 24px 0 0;
    width: 100%;
  }

  .l-graph table {
    width: 900px;
  }
  
}
@media screen and (max-width: 479px) {
  .l-graph > img {
    width: 100%;
    margin: 24px 0 0;
  }  
  
}
.l-graph .td-column {
  position: relative;
}
.l-graph .td-column p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-graph .td-column p:nth-child(1) {
  left: 50%;
  top: 35%;
}
.l-graph .td-column p:nth-child(2) {
  left: 50%;
  top: 71%;
}
.l-graph .dark {
  background: #6c6c6c;
  color: #fff;
}
.l-graph .text {
  border: none;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  background: none;
}

.l-graph__beginner-intermediate tr:nth-child(2) td,
.l-graph__beginner-intermediate tr:nth-child(2) th {
  padding: 10px 0;
}
.l-graph__beginner-intermediate .td-column {
  position: relative;
}
.l-graph__beginner-intermediate .td-column p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-graph__beginner-intermediate .td-column p:nth-child(1) {
  left: 50%;
  top: 41%;
}
.l-graph__beginner-intermediate .td-column p:nth-child(2) {
  left: 50%;
  top: 66%;
}

.l-graph__intermediate tr:nth-child(2) td,
.l-graph__intermediate tr:nth-child(2) th {
  padding: 10px 0;
}
.l-graph__intermediate .td-column {
  position: relative;
}
.l-graph__intermediate .td-column p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-graph__intermediate .td-column p:nth-child(1) {
  left: 50%;
  top: 41%;
}
.l-graph__intermediate .td-column p:nth-child(2) {
  left: 50%;
  top: 66%;
}

.l-graph__intermediate-advanced {
  position: relative;
}
.l-graph__intermediate-advanced tr :nth-child(3) td:nth-of-type(5) {
  position: relative;
}
.l-graph__intermediate-advanced tr:nth-child(2) td:nth-of-type(5) {
  position: relative;
}
.l-graph__intermediate-advanced tr:nth-child(2) td:nth-of-type(5) p:nth-child(1) {
  margin-bottom: 21px;
}
.l-graph__intermediate-advanced tr:nth-child(2) td:nth-of-type(5) p:nth-child(2) {
  position: absolute;
  width: 200px;
  bottom: 23px;
  right: 7px;
  display: block;
}
.l-graph__intermediate-advanced tr:nth-child(2) td:nth-of-type(6) {
  position: relative;
}
.l-graph__intermediate-advanced .text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-graph__advanced {
  position: relative;
}
.l-graph__advanced tr :nth-child(3) td:nth-of-type(5) {
  position: relative;
}
.l-graph__advanced tr:nth-child(2) td:nth-of-type(5) {
  position: relative;
}
.l-graph__advanced tr:nth-child(2) td:nth-of-type(5) p:nth-child(1) {
  margin-bottom: 21px;
}
.l-graph__advanced tr:nth-child(2) td:nth-of-type(5) p:nth-child(2) {
  position: absolute;
  width: 200px;
  bottom: 23px;
  right: 7px;
  display: block;
}
.l-graph__advanced tr:nth-child(2) td:nth-of-type(6) {
  position: relative;
}
.l-graph__advanced .text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-graph__img {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-graph__img {
    padding: 24px 16px 0;
    max-width: 600px;
  }
}
@media screen and (max-width: 479px) {
  .l-graph__img {
    padding: 0;
    max-width: 350px;
    margin-top: 44px;
  }
}

.l-exam {
  padding: 0 0 80px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-exam {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 479px) {
  .l-exam {
    padding: 0 0 40px;
  }
}

.l-level {
  width: 69.444%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .l-level {
    margin: 40px auto;
    width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 479px) {
  .l-level {
    margin: 40px auto;
    width: 100%;
    padding: 0 16px;
  }
}

.popup-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup-wrap.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 500px;
  text-align: center;
}
.popup-content::before {
  content: "";
  background: url(/assets/img/common/close.svg) no-repeat center center/contain;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  top: -20px;
  right: -2px;
  width: 20px;
  height: 20px;
}

.c-section__title-en {
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #ff5611;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-section__title-en {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 479px) {
  .c-section__title-en {
    font-size: 12px;
    line-height: 14px;
  }
}
.c-section__title-jp {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 5px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-section__title-jp {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
  }
}
@media screen and (max-width: 479px) {
  .c-section__title-jp {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
  }
}
@media screen and (max-width: 350px) {
  .c-section__title-jp {
    font-size: 19px;
  }
}

.c-cta {
  text-align: center;
  background: #fff0d8;
  padding: 40px 0;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta {
    padding: 20px 0;
  }
}
@media screen and (max-width: 479px) {
  .c-cta {
    padding: 20px 0;
  }
}
.c-cta__inner {
  margin: 0 auto;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta__inner {
    min-width: 235px;
  }
}
@media screen and (max-width: 479px) {
  .c-cta__inner {
    min-width: 235px;
  }
}
.c-cta__school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-cta__school p {
  font-weight: 500;
  line-height: 23px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta__school p {
    font-size: 12px;
    line-height: 17.38px;
  }
}
@media screen and (max-width: 479px) {
  .c-cta__school p {
    font-size: 12px;
    line-height: 17.38px;
  }
}
.c-cta__school p span {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  position: relative;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta__school p span {
    font-size: 14px;
    line-height: 20.27px;
  }
}
@media screen and (max-width: 479px) {
  .c-cta__school p span {
    font-size: 14px;
    line-height: 20.27px;
  }
}
.c-cta__school p span::before {
  content: "";
  position: absolute;
  background: url(/assets/img/cta/school.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: -15%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta__school p span::before {
    width: 18px;
    height: 18px;
    left: -15%;
    top: 50%;
  }
}
@media screen and (max-width: 479px) {
  .c-cta__school p span::before {
    width: 18px;
    height: 18px;
    left: -15%;
    top: 50%;
  }
}
.c-cta__school p:nth-child(1) {
  padding-left: 20px;
  display: inline;
}
.c-cta__school .c-cta__text {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.c-cta__school .c-cta__text a {
  position: relative;
  padding-right: 20px;
  padding-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-cta__school .c-cta__text a:hover {
  opacity: 0.7;
}
.c-cta__school .c-cta__text a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/assets/img/cta/chevron_right.svg) no-repeat center center/contain;
  right: -6px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-cta .c-cta__btn {
  margin: 30px 0;
  display: inline-block;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta .c-cta__btn {
    margin: 8px 0 6px;
  }
}
@media screen and (max-width: 479px) {
  .c-cta .c-cta__btn {
    margin: 8px 0 6px;
  }
}
.c-cta .c-cta__btn a {
  background: #ff5611;
  color: #ffffff;
  /* -webkit-box-shadow: 0px 4px 10px 0px #ffddcf;
          box-shadow: 0px 4px 10px 0px #ffddcf; */
  padding: 11px 55px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.c-cta .c-cta__btn a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta .c-cta__btn a {
    font-size: 16px;
    line-height: 23.17px;
    padding: 11px 0;
    width: 235px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .c-cta .c-cta__btn a {
    font-size: 16px;
    line-height: 23.17px;
    padding: 11px 0;
    width: 235px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
  }
}
.c-cta__personal {
  margin-top: 24px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .c-cta__personal {
    margin: 24px auto 0;
    text-align: left;
    width: 210px;
  }
}
.c-cta__personal p {
  font-weight: 500;
  line-height: 23px;
  display: inline;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta__personal p {
    line-height: 17.38px;
    display: block;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .c-cta__personal p {
    line-height: 17.38px;
    display: block;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
  }
}
.c-cta__personal p::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/assets/img/cta/person.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta__personal p::before {
    width: 15px;
    height: 15px;
    left: 2%;
    top: 50%;
  }
}
@media screen and (max-width: 479px) {
  .c-cta__personal p::before {
    width: 15px;
    height: 15px;
    left: 2%;
    top: 50%;
  }
}
.c-cta__personal p span {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .c-cta__personal p span {
    font-size: 14px;
    line-height: 20.27px;
  }
}
@media screen and (max-width: 479px) {
  .c-cta__personal p span {
    font-size: 14px;
    line-height: 20.27px;
  }
}

.p-drawer .c-cta__inner {
  width: 100%;
  margin: 0 auto;
}
.p-drawer .c-cta__school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-drawer .c-cta__school p {
  line-height: 17.38px;
  font-size: 12px;
}
.p-drawer .c-cta__school p span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20.27px;
}
.p-drawer .c-cta__school p span::before {
  width: 20px;
  height: 20px;
  left: -20%;
}
.p-drawer .c-cta .c-cta__btn {
  margin: 4px auto 6px;
}
.p-drawer .c-cta .c-cta__btn a {
  padding: 11px 0;
  font-size: 16px;
  width: 235px;
  display: block;
}
.p-drawer .c-cta__personal {
  margin: 24px auto 0;
  text-align: left;
  width: 210px;
}
.p-drawer .c-cta__personal p {
  font-weight: 500;
  line-height: 17.38px;
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 12px;
  text-align: left;
}
.p-drawer .c-cta__personal p::before {
  width: 15px;
  height: 15px;
  left: 2%;
  top: 30%;
}
.p-drawer .c-cta__personal p span {
  font-size: 14px;
  line-height: 20.27px;
}

.p-header {
  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;
  padding: 11.5px 9.72%;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  top: 0;
}

@media screen and (max-width: 1350px) {
  .p-header {
    padding: 11.5px 2%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-header {
    padding: 0 40px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    top: 0;
  }
}
@media screen and (max-width: 479px) {
  .p-header {
    padding: 0 20px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    top: 0;
  }
}
.p-header__logo {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header__logo:hover {
  opacity: 0.7;
}
.p-header__logo p:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-header__logo p:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .p-header__logo p:nth-child(1) {
    font-size: 14px;
  }
}
.p-header__logo p:nth-child(2) {
  color: #ff5611;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-header__logo p:nth-child(2) {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .p-header__logo p:nth-child(2) {
    font-size: 12px;
  }
}
.p-header__nav {
  margin-top: 7px;
}

.p-header .p-header__nav-top nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header .p-header__nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff5611;
}
.p-header .p-header__nav-top li {
  padding-left: 16px;
}
.p-header .p-header__nav-top li:first-child {
  padding-left: 0;
}
.p-header .p-header__nav-top a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header .p-header__nav-top a:hover {
  opacity: 0.7;
}
.p-header .p-header__nav-top .p-header__nav-top-btn a {
  margin-left: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header .p-header__nav-top .p-header__nav-top-btn a:hover {
  opacity: 0.7;
}
.p-header .p-header__nav-top .p-header__nav-top-btn a:nth-child(1) {
  background: #ff5611;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.p-header .p-header__nav-top .p-header__nav-top-btn a:nth-child(2) {
  color: #ff5611;
  border: 1px solid #ff5611;
  padding: 5px 10px;
  border-radius: 5px;
}

.p-header .p-header__nav-bottom {
  margin-top: 14px;
}
.p-header .p-header__nav-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.p-header .p-header__nav-bottom li {
  padding: 0 20px;
  border-left: 1px solid #6c6c6c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header .p-header__nav-bottom li:last-child {
  border-right: 1px solid #6c6c6c;
}
.p-header .p-header__nav-bottom a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header .p-header__nav-bottom a:hover {
  opacity: 0.7;
}

.p-features {
  width: 69.4444%;
  margin: 0 auto;
  max-width: 1000px;
  min-width: 966px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-features {
    width: 90%;
    padding: 0 30px;
    max-width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 479px) {
  .p-features {
    width: 90%;
    padding: 0 15px;
    max-width: initial;
    min-width: initial;
  }
}
.p-features__item {
  margin-top: 205px;
  border: 1px solid #ff5611;
  padding: 60px 47px 40px;
  position: relative;
}

.p-features__item3 {
  margin-top: 164px;
}

.p-features__item4 {
  margin-top: 70px;
}

@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-features__item {
    margin-top: 44px;
    padding: 40px 10px;
  }
}
@media screen and (max-width: 479px) {
  .p-features__item {
    margin-top: 44px;
    padding: 40px 10px;
  }
}
@media screen and (min-width: 1100px) {
  .p-features .p-features__item > img {
    position: absolute;
    right: 57px;
    top: -36%;
    width: 425px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-features .p-features__item > img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 479px) {
  .p-features .p-features__item > img {
    margin-bottom: 24px;
  }
}
.p-features__item-title {
  background: -webkit-gradient(linear, right top, left top, from(#ff5611), to(#ff9d75));
  background: linear-gradient(270deg, #ff5611 0%, #ff9d75 100%);
  display: inline;
  color: #fff;
  padding: 0px 31px;
  position: absolute;
  top: -15px;
  left: 6%;
  width: 125px;
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-features__item-title {
    top: -15px;
  }
}
@media screen and (max-width: 479px) {
  .p-features__item-title {
    top: -15px;
  }
}

.p-features__item-title span {
  font-size: 24px;
}

@media screen and (min-width: 1100px) {
  .p-features__item-text {
    width: 424px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-features__item-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 479px) {
  .p-features__item-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.p-features__graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 1100px) {
  .p-features__graphs {
    margin-top: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-features__graphs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 479px) {
  .p-features__graphs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-features__graph {
  background: #fff0d8;
  padding: 20px 24px;
}
@media screen and (min-width: 1100px) {
  .p-features__graph {
    width: calc(33.3333333333% - 16px);
    padding-right: 24px;
    height: 217px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-features__graph {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 479px) {
  .p-features__graph {
    width: 100%;
    margin-top: 24px;
  }
}
.p-features__graph:nth-child(3) {
  margin-right: 0;
}
.p-features__graph-title {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3000000119px;
  text-align: center;
  color: #ff5611;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff5611;
  margin-bottom: 12px;
}
.p-features__graph-title span {
  font-size: 12px;
  line-height: 14px;
  padding-right: 5px;
}
@media screen and (min-width: 1100px) {
  .p-features .p-features__item:nth-child(3) .p-features__graphs {
    margin-top: 80px;
  }
  .p-features .p-features__item:nth-child(3) .p-features__graph {
    width: 100%;
    height: 128px;
  }
  .p-features .p-features__item:nth-child(3) .p-features__graph-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 479px) {
  .p-features .p-features__item:nth-child(3) .p-features__item-title {
    top: -15px;
  }
}
@media screen and (min-width: 1100px) {
  .p-features .p-features__item:nth-child(4) .p-features__item-text {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    margin-bottom: 40px;
  }
  .p-features .p-features__item:nth-child(4) .p-features__lists {
    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;
            background-color: #FAFAFA;
            padding: 8px 88.5px;
  }
  .p-features .p-features__item:nth-child(4) .p-features__list {
    margin-right: 53px;
    position: relative;
  }
  .p-features .p-features__item:nth-child(4) .p-features__list::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(/assets/img/features/features-arrow.svg) no-repeat center center/contain;
    left: -14px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(4deg);
            transform: translate(-50%, -50%) rotate(4deg);
  }
  .p-features .p-features__item:nth-child(4) .p-features__list:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .p-features .p-features__item:nth-child(4) .p-features__item-title {
    top: -15px;
  }
}
@media screen and (max-width: 479px) {
  .p-features .p-features__item:nth-child(5) .p-features__item-title {
    top: -15px;
  }
}

@media screen and (min-width: 1100px) {
  .p-features__items .p-features__item-last {
    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;
    margin-top: 70px;
  }
  .p-features__items .p-features__item-last .p-features__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 60%;
  }
  .p-features__items .p-features__item-last > img {
    width: 345px;
  }
  .p-features__items .p-features__item-last .p-features__item:nth-child(1) {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
  }
  .p-features__items .p-features__item-last .p-features__item:nth-child(2) {
    margin-top: 65px;
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 479px) {
  .p-features__items .p-features__item-last .p-features__item-title {
    top: -15px;
  }
}

.p-goles {
  margin: 68px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .p-goles {
    width: 1000px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-goles {
    width: 100%;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 479px) {
  .p-goles {
    width: 100%;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-goles__item {
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .p-goles__item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-top: 24px;
  }
  .p-goles__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-goles__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-goles__item {
    width: 100%;
    padding: 20px 10px;
    margin-top: 24px;
  }
  .p-goles__item:first-child {
    margin-top: 0;
  }
  .p-goles__item > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 479px) {
  .p-goles__item {
    width: 100%;
    padding: 20px 10px;
    margin-top: 24px;
  }
  .p-goles__item:first-child {
    margin-top: 0;
  }
  .p-goles__item > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 12px;
  }
}
.p-goles__item-wrap {
  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;
}
.p-goles__item-img {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-goles__item-img {
    width: 35.466%;
    min-width: 130px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 479px) {
  .p-goles__item-img {
    width: 35.466%;
    min-width: 130px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .p-goles__item .p-goles__item-body > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 12px;
  }
}
.p-goles__item .p-goles__item-body .p-goles__item-body-wrap {
  margin-bottom: 12px;
}
@media screen and (min-width: 1100px) {
  .p-goles__item .p-goles__item-body .p-goles__item-body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: top;
  }
}
@media screen and (min-width: 1100px) {
  .p-goles__item .p-goles__item-body .p-goles__item-body-wrap p:nth-child(1) {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-goles__item .p-goles__item-body .p-goles__item-body-wrap p:nth-child(1) {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (max-width: 479px) {
  .p-goles__item .p-goles__item-body .p-goles__item-body-wrap p:nth-child(1) {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .p-goles__item .p-goles__item-body .p-goles__item-body-wrap p:nth-child(2) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-goles__item .p-goles__item-body .p-goles__item-body-wrap p:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media screen and (max-width: 479px) {
  .p-goles__item .p-goles__item-body .p-goles__item-body-wrap p:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}
.p-goles__item .p-goles__item-body .p-goles__item-body-wrap span {
  font-size: 12px;
}
.p-goles__item .p-goles__item-body .p-goles__item-btn {
  margin: 0 0 0 auto;
  width: 140px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-goles__item .p-goles__item-body .p-goles__item-btn {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-goles__item .p-goles__item-body .p-goles__item-btn {
    width: 100%;
  }
}
.p-goles__item .p-goles__item-body .p-goles__item-btn a {
  line-height: 14px;
  color: #333;
  padding: 12px 0px;
  border: 1px solid #6C6C6C;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-goles__item .p-goles__item-body .p-goles__item-btn a:hover {
  color: #fff;
  background: #333;
}

.p-goles__item:nth-child(1) > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(101, 135, 209, 0.3)), to(rgba(101, 135, 209, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(101, 135, 209, 0.3), rgba(101, 135, 209, 0.3)), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.p-goles__item:nth-child(2) > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 146, 73, 0.3)), to(rgba(19, 146, 73, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(19, 146, 73, 0.3), rgba(19, 146, 73, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(3) > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 119, 14, 0.3)), to(rgba(224, 119, 14, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(224, 119, 14, 0.3), rgba(224, 119, 14, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(4) > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 22, 24, 0.3)), to(rgba(215, 22, 24, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(215, 22, 24, 0.3), rgba(215, 22, 24, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(5) > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 69, 170, 0.3)), to(rgba(21, 69, 170, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(21, 69, 170, 0.3), rgba(21, 69, 170, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(6) > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(128, 24, 59, 0.3)), to(rgba(128, 24, 59, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(128, 24, 59, 0.3), rgba(128, 24, 59, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(1) .p-goles__item-body > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(101, 135, 209, 0.3)), to(rgba(101, 135, 209, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(101, 135, 209, 0.3), rgba(101, 135, 209, 0.3)), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.p-goles__item:nth-child(2) .p-goles__item-body > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 146, 73, 0.3)), to(rgba(19, 146, 73, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(19, 146, 73, 0.3), rgba(19, 146, 73, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(3) .p-goles__item-body > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 119, 14, 0.3)), to(rgba(224, 119, 14, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(224, 119, 14, 0.3), rgba(224, 119, 14, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(4) .p-goles__item-body > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 22, 24, 0.3)), to(rgba(215, 22, 24, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(215, 22, 24, 0.3), rgba(215, 22, 24, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(5) .p-goles__item-body > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 69, 170, 0.3)), to(rgba(21, 69, 170, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(21, 69, 170, 0.3), rgba(21, 69, 170, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-goles__item:nth-child(6) .p-goles__item-body > p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(128, 24, 59, 0.3)), to(rgba(128, 24, 59, 0.3))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(128, 24, 59, 0.3), rgba(128, 24, 59, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
}

.p-faq {
  width: 62.5%;
  margin: 40px auto 0;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .p-faq {
    width: 100%;
    padding: 0 15px;
  }
}
.p-faq__item {
  margin-bottom: 16px;
  background: #fff;
  padding: 25px 35px 25px 80px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq__item {
    margin-bottom: 10px;
    padding: 16px 18px 16px 54px;
  }
}
@media screen and (max-width: 479px) {
  .p-faq__item {
    margin-bottom: 10px;
    padding: 16px 18px 16px 54px;
  }
}
.p-faq__item:last-child {
  margin-bottom: 0;
}
.p-faq__q, .p-faq__a {
  position: relative;
  padding-left: 10px;
}
.p-faq__q::before, .p-faq__q::after, .p-faq__a::before, .p-faq__a::after {
  position: absolute;
  top: 50%;
  left: -3.5%;
}
@media screen and (min-width: 1100px) {
  .p-faq__q::before, .p-faq__q::after, .p-faq__a::before, .p-faq__a::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq__q::before, .p-faq__q::after, .p-faq__a::before, .p-faq__a::after {
    left: -40px;
    top: 5%;
  }
}
@media screen and (max-width: 479px) {
  .p-faq__q::before, .p-faq__q::after, .p-faq__a::before, .p-faq__a::after {
    left: -40px;
    top: 5%;
  }
}
.p-faq__q::before, .p-faq__a::before {
  content: "";
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq__q::before, .p-faq__a::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 479px) {
  .p-faq__q::before, .p-faq__a::before {
    width: 28px;
    height: 28px;
  }
}
.p-faq__q::after, .p-faq__a::after {
  font-size: 20px;
}
.p-faq__q {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq__q::before, .p-faq__q::after {
    top: 5%;
  }
}
@media screen and (max-width: 479px) {
  .p-faq__q::before, .p-faq__q::after {
    top: 5%;
  }
}
.p-faq__q::before {
  background: #ff7c1f;
}
.p-faq__q::after {
  content: "Q";
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq__q::after {
    left: -35px;
    top: -5%;
  }
}
@media screen and (max-width: 479px) {
  .p-faq__q::after {
    left: -35px;
    top: 1%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq__a::before, .p-faq__a::after {
    top: 5%;
  }
}
@media screen and (max-width: 479px) {
  .p-faq__a::before, .p-faq__a::after {
    top: 5%;
  }
}
.p-faq__a::before {
  border: 1px solid #ff7c1f;
}
.p-faq__a::after {
  content: "A";
  color: #ff7c1f;
  font-weight: 500;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-faq__a::after {
    left: -33px;
    top: 3%;
  }
}
@media screen and (max-width: 479px) {
  .p-faq__a::after {
    left: -33px;
    top: 3%;
  }
}

.p-plan {
  margin: 60px auto 0;
  width: 62.5%;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan {
    width: 100%;
    padding: 0 30px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 479px) {
  .p-plan {
    width: 100%;
    padding: 0 10px;
    margin: 24px auto 0;
  }
}
.p-plan__item {
  background: #fff;
  margin-bottom: 24px;
  padding: 20px 34px;
  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;
}
.p-plan__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 479px) {
  .p-plan__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px 10px;
  }
}
.p-plan .p-plan__item-btn {
  text-align: right;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan .p-plan__item-btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .p-plan .p-plan__item-btn {
    width: 100%;
    text-align: center;
  }
}
.p-plan .p-plan__item-btn a {
  width: 170px;
  padding: 10px 44px;
  color: #333333;
  border: 1px solid #6c6c6c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-plan .p-plan__item-btn a:hover {
  color: #fff;
  background: #333;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan .p-plan__item-btn a {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .p-plan .p-plan__item-btn a {
    width: 100%;
    display: block;
  }
}

.p-plan__item .p-plan__item-body {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1100px) {
  .p-plan__item .p-plan__item-body {
    padding: 20px;
    height: 230px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-plan__item .p-plan__item-body .p-plan__item-target P:nth-child(1) {
  text-align: left;
  color: #6c6c6c;
}
.p-plan__item .p-plan__item-body .p-plan__item-target P:nth-child(2) {
  font-weight: 700;
  line-height: 29px;
  text-align: left;
}
.p-plan__item .p-plan__item-body .p-plan__item-target li {
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}

.p-plan__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #6c6c6c;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan__item-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .p-plan__item-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}
.p-plan__item-title p:nth-child(1) {
  padding: 2px 12px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.p-plan__item-title p:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.p-plan__item-title p:nth-child(2) span {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.p-plan__item:nth-child(2) .p-plan__item-img-wrap,
.p-plan__item:nth-child(3) .p-plan__item-img-wrap,
.p-plan__item:nth-child(4) .p-plan__item-img-wrap,
.p-plan__item:nth-child(5) .p-plan__item-img-wrap,
.p-plan__item:nth-child(6) .p-plan__item-img-wrap,
.p-plan__item:nth-child(7) .p-plan__item-img-wrap {
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1100px) {
  .p-plan__item:nth-child(2) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(3) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(4) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(5) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(6) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(7) .p-plan__item-img-wrap {
    width: 313px;
    height: 230px;
    padding-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan__item:nth-child(2) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(3) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(4) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(5) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(6) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(7) .p-plan__item-img-wrap {
    padding: 30px 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 479px) {
  .p-plan__item:nth-child(2) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(3) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(4) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(5) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(6) .p-plan__item-img-wrap,
  .p-plan__item:nth-child(7) .p-plan__item-img-wrap {
    padding: 30px 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-plan__item:nth-child(2) .p-plan__item-img-wrap .p-plan__item-img,
.p-plan__item:nth-child(3) .p-plan__item-img-wrap .p-plan__item-img,
.p-plan__item:nth-child(4) .p-plan__item-img-wrap .p-plan__item-img,
.p-plan__item:nth-child(5) .p-plan__item-img-wrap .p-plan__item-img,
.p-plan__item:nth-child(6) .p-plan__item-img-wrap .p-plan__item-img,
.p-plan__item:nth-child(7) .p-plan__item-img-wrap .p-plan__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-plan__item:nth-child(2) .p-plan__item-img-wrap .p-plan__item-img p,
.p-plan__item:nth-child(3) .p-plan__item-img-wrap .p-plan__item-img p,
.p-plan__item:nth-child(4) .p-plan__item-img-wrap .p-plan__item-img p,
.p-plan__item:nth-child(5) .p-plan__item-img-wrap .p-plan__item-img p,
.p-plan__item:nth-child(6) .p-plan__item-img-wrap .p-plan__item-img p,
.p-plan__item:nth-child(7) .p-plan__item-img-wrap .p-plan__item-img p {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  padding-left: 0;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan__item:nth-child(2) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(3) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(4) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(5) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(6) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(7) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1) {
    width: 56.71%;
  }
}
@media screen and (max-width: 479px) {
  .p-plan__item:nth-child(2) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(3) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(4) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(5) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(6) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1),
  .p-plan__item:nth-child(7) .p-plan__item-img-wrap .p-plan__item-img:nth-child(1) {
    width: 56.71%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-plan__item:nth-child(2) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(3) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(4) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(5) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(6) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(7) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2) {
    width: 56.71%;
  }
}
@media screen and (max-width: 479px) {
  .p-plan__item:nth-child(2) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(3) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(4) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(5) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(6) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2),
  .p-plan__item:nth-child(7) .p-plan__item-img-wrap .p-plan__item-img:nth-child(2) {
    width: 56.71%;
  }
}

.p-plan__item:nth-child(1) .p-plan__item-img-wrap {
  height: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 313px;
}
.p-plan__item:nth-child(1) .p-plan__item-img-wrap .p-plan__item-img {
  margin: 0 auto;
  width: 245px;
}
.p-plan__item:nth-child(1) .p-plan__item-img-wrap p {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  padding-left: 22px;
}

.p-plan__item:nth-child(1) .p-plan__item-target li:before {
  content: "・";
  font-size: 16px;
}

.p-plan__item:nth-child(1) .p-plan__item-title p:nth-child(1) {
  background: rgba(115, 217, 239, 0.3);
}

.p-plan__item:nth-child(2) .p-plan__item-title p:nth-child(1) {
  background: rgba(101, 135, 209, 0.3);
}

.p-plan__item:nth-child(3) .p-plan__item-title p:nth-child(1) {
  background: rgba(18, 146, 72, 0.3);
}

.p-plan__item:nth-child(4) .p-plan__item-title p:nth-child(1) {
  background: rgba(224, 119, 14, 0.3);
}

.p-plan__item:nth-child(5) .p-plan__item-title p:nth-child(1) {
  background: rgba(215, 22, 24, 0.3);
}

.p-plan__item:nth-child(6) .p-plan__item-title p:nth-child(1) {
  background: rgba(21, 69, 170, 0.3);
}

.p-plan__item:nth-child(7) .p-plan__item-title p:nth-child(1) {
  background: rgba(128, 24, 59, 0.3);
}

.p-footer {
  width: 63.75%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-footer {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 479px) {
  .p-footer {
    width: 100%;
    padding: 0 15px;
  }
}
.p-footer h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  margin-bottom: 24px;
  position: relative;
  padding-left: 20px;
}
.p-footer h1::before {
  content: "";
  position: absolute;
  background: url(/assets/img/footer/shopping_cart.svg) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  left: 1%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-footer__toptext {
  margin-bottom: 24px;
}
.p-footer__toptext a {
  text-decoration: underline;
}
.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 16px;
  }

  .p-footer div:last-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 16px;
  }
}
.p-footer__wrap:last-child {
  margin-bottom: 0;
}
.p-footer__wrap p:nth-child(1) {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .p-footer__wrap p:nth-child(1) {
    width: 154px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-footer__wrap p:nth-child(1) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 479px) {
  .p-footer__wrap p:nth-child(1) {
    margin-bottom: 6px;
  }
}
.p-footer__wrap p:nth-child(1)::before {
  content: ":";
  position: absolute;
  font-size: 12px;
  top: 0;
  right: -10px;
}
@media screen and (min-width: 1100px) {
  .p-footer__wrap p:nth-child(1)::before {
    content: none;
  }
}
.p-footer__wrap p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-left: 40px;
  position: relative;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-footer__wrap p:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .p-footer__wrap p:nth-child(2) {
    margin-left: 0;
  }
}
.p-footer__wrap p:nth-child(2)::before {
  content: ":";
  position: absolute;
  font-size: 12px;
  top: 0;
  left: -18px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-footer__wrap p:nth-child(2)::before {
    content: none;
  }
}
@media screen and (max-width: 479px) {
  .p-footer__wrap p:nth-child(2)::before {
    content: none;
  }
}

.p-test {
  margin: 0px auto 0;
  /* width: 62.5%; */
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-test {
    width: 100%;
  }
}
.p-test__head {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  color: #ff5611;
  width: 62.5%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__head {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    max-width: 343px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-test__head {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    max-width: 343px;
    margin: 0 auto;
  }
}
.p-test__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  background: #ff8c25;
  color: #ffffff;
  padding: 10px 0;
  margin: 8px auto 60px;
  text-align: center;
  width: 62.5%;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin: 8px auto 24px;
    max-width: 343px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-test__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin: 8px auto 24px;
    max-width: 343px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__body {
    padding: 0 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .p-test__body {
    padding: 0 15px;
  }
}
.p-test__body p:nth-child(1) {
  font-size: 24px;
  line-height: 41px;
}
.p-test__body p:nth-child(1) span {
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__body p:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .p-test__body p:nth-child(1) {
    font-size: 18px;
  }
}
.p-test__body p:nth-child(2), .p-test__body p:nth-child(4) {
  margin: 40px 0;
  line-height: 32px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__body p:nth-child(2), .p-test__body p:nth-child(4) {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 479px) {
  .p-test__body p:nth-child(2), .p-test__body p:nth-child(4) {
    font-size: 14px;
    line-height: 28px;
  }
}
.p-test__body p:nth-child(3) {
  border-bottom: 1px solid #6c6c6c;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__body p:nth-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    display: inline;
  }
}
@media screen and (max-width: 479px) {
  .p-test__body p:nth-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    display: inline;
  }
}
@media screen and (max-width: 350px) {
  .p-test__body p:nth-child(3) {
    font-size: 17px;
  }
}
.p-test__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 30px;
    width: 92%;
  }
}
@media screen and (max-width: 479px) {
  .p-test__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 15px;
    width: 92%;
  }
}
.p-test__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 440px;
}
.p-test__item:nth-child(1) {
  border: 1px solid #0062b3;
  width: 440px;
}
.p-test__item:nth-child(2) {
  margin-right: 0;
  border: 1px solid #1295d8;
  width: 440px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__item:nth-child(2) {
    margin-top: 18px;
    width: 92%;
  }

  .p-test__item:nth-child(1) {
    width: 92%;
  }
}
@media screen and (max-width: 479px) {
  .p-test__item:nth-child(2) {
    margin-top: 18px;
    width: 100%;
  }

  .p-test__item:nth-child(1) {
    width: 100%;
  }

}
@media screen and (min-width: 1100px) {
  .p-test__item {
    /* width: calc(50% - 9px); */
    /* width: 440px; */
    margin-right: 18px;
    padding: 16px 16px 30px;
    height: 662px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__item {
    width: 100%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 479px) {
  .p-test__item {
    width: 100%;
    padding: 20px 10px;
  }
}
.p-test__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 41px;
  padding: 10px 0;
  margin-bottom: 40px;
}
.p-test__item-title p {
  display: inline;
  position: relative;
  padding-left: 20px;
}
.p-test__item-title p::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .p-test__item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .p-test__item-title {
    padding-left: 0;
  }
  .p-test__item-title::before {
    content: none;
  }
}
.p-test__item-title:nth-child(1) p::before {
  background: url(/assets/img/test/test-vector1.svg) no-repeat center center/contain;
}
.p-test__item-title:nth-child(2) p::before {
  background: url(/assets/img/test/test-vector2.svg) no-repeat center center/contain;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__item-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 479px) {
  .p-test__item-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 34px;
  }
}
.p-test__item-text-wrap {
  padding: 0 16px;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__item-text-wrap {
    margin-bottom: 16px;
  }
  .p-test__item-text-wrap:last-child {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 479px) {
  .p-test__item-text-wrap {
    margin-bottom: 16px;
  }
  .p-test__item-text-wrap:last-child {
    margin-bottom: 24px;
  }
}
.p-test__item-text-wrap p {
  padding-left: 52px;
}
.p-test__item-text-wrap p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  margin-bottom: 4px;
  position: relative;
}

.p-test__item-text-wrap p:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/assets/img/test/test-select_check_box1.svg) no-repeat center center/contain;
  left: 25px;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-test__items div:nth-child(2) .p-test__item-text-wrap p:nth-child(1)::before {
  background: url(/assets/img/test/test-select_check_box2.svg) no-repeat center center/contain;
}

.p-test__item-text-wrap p:nth-child(2) {
  line-height: 27px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__item-text-wrap p:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .p-test__item-text-wrap p:nth-child(2) {
    font-size: 16px;
  }
}
.p-test__item-text-wrap p:nth-child(2) span {
  font-weight: 700;
}
.p-test__item-text-wrap:last-child {
  margin-bottom: 0;
}
.p-test__item-btn {
  margin: 40px auto 0;
  width: 300px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__item-btn {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-test__item-btn {
    width: 100%;
  }
}
.p-test__item-btn a {
  display: block;
  border: 1px solid #6c6c6c;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-test__item-btn a:hover {
  color: #fff;
  background: #6c6c6c;
}
.p-test__book {
  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;
  padding: 40px 0;
  background: #fff0d8;
  position: relative;
  /* width: 62%; */
  width: 900px;
  margin: 80px auto 0;
  border: 5px double #e66405;
}

.p-test__book__link {
  display: block;
  /* width: 62%; */
  margin: 0 auto;
}

@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__book {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  width: 100%;
  }

  .p-test__book__link {
    display: block;
    /* width: 62%; */
    margin: 0 auto 80px;
  }
  
}

@media screen and (max-width: 800px) {

  .p-test__book__link {
    display: block;
    width: 92%;
    margin: 0 auto 80px;
  }

}
@media screen and (max-width: 479px) {
  .p-test__book {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
            width: 100%;
  }
}
.p-test__book::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(/assets/img/test/test-icon.png) no-repeat center center/contain;
  left: 6%;
  top: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__book::before {
    width: 43px;
    height: 61px;
    left: 6%;
    top: 7%;
  }
}
@media screen and (max-width: 479px) {
 .p-test__book::before {
    width: 43px;
    height: 61px;
    left: 11%;
    top: 4%;
}
}
.p-test__book-img {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__book-img {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .p-test__book-img {
    margin-right: 0;
  }
}
.p-test__book-body {
  width: 430px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-test__book-body {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-test__book-body {
    width: 100%;
  }
}
.p-test__book-body p:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.p-test__book-body p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  margin: 4px 0 16px;
}
.p-test__book-body p:nth-child(3) {
  line-height: 27px;
  text-align: left;
}
.p-test__book-body p:nth-child(3) span {
  font-size: 18px;
  font-weight: 700;
}

.p-test__items .p-test__item:nth-child(1) .p-test__item-title {
  color: #0062b3;
  background: rgba(21, 69, 170, 0.2);
}
.p-test__items .p-test__item:nth-child(1) .p-test__item-text-wrap p:nth-child(1) {
  color: #0062b3;
}
.p-test__items .p-test__item:nth-child(2) .p-test__item-title {
  color: #1295d8;
  background: rgba(18, 149, 216, 0.2);
}
.p-test__items .p-test__item:nth-child(2) .p-test__item-text-wrap p:nth-child(1) {
  color: #1295d8;
}
.p-text h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  line-height: 41px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-text h1 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 479px) {
  .p-text h1 {
    font-size: 20px;
    line-height: 34px;
  }
}
.p-text__itemsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-text__itemsRow .p-text__item {
  margin-right: 24px;
  width: 180px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-text__itemsRow .p-text__item {
    margin-right: 12px;
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .p-text__itemsRow .p-text__item {
    margin-right: 12px;
    width: 50%;
  }
}
.p-text__itemsRow .p-text__item:last-child {
  margin-right: 0;
}
.p-text__itemsRow .p-text__item p {
  line-height: 27px;
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-text__itemsRow .p-text__item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .p-text__itemsRow .p-text__item p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
}
.p-text__itemsColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1100px) {
  .p-text__itemsColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-text__itemsColumn .p-text__item {
  margin-bottom: 24px;
  width: 180px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-text__itemsColumn .p-text__item {
    margin-right: 12px;
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .p-text__itemsColumn .p-text__item {
    margin-right: 12px;
    width: 50%;
  }
}
.p-text__itemsColumn .p-text__item:last-child {
  margin-bottom: 0;
}
.p-text__itemsColumn .p-text__item p {
  line-height: 27px;
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-text__itemsColumn .p-text__item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .p-text__itemsColumn .p-text__item p {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-teachingMaterials h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.p-teachingMaterials__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-teachingMaterials__item-icon span {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  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: 31px;
  width: 31px;
  border-radius: 2px;
  text-align: center;
  margin-right: 6px;
  color: #fff;
  margin-bottom: 11px;
}
.p-teachingMaterials__item-icon span:last-child {
  margin-right: 0;
}
.p-teachingMaterials__item-icon .icon-character {
  background: #ff8c25;
}
.p-teachingMaterials__item-icon .icon-grammar {
  background: #529baa;
}
.p-teachingMaterials__item-icon .icon-readingComprehension {
  background: #73c357;
}
.p-teachingMaterials__item-icon .icon-composition {
  background: #9677d9;
}
.p-teachingMaterials__item-icon .icon-listeningComprehension {
  background: #fe87c7;
}
.p-teachingMaterials__itemsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-teachingMaterials__itemsRow .p-teachingMaterials__item {
  margin-right: 16px;
  width: 147px;
}
.p-teachingMaterials__itemsRow .p-teachingMaterials__item:last-child {
  margin-right: 0;
}
.p-teachingMaterials__itemsRow .p-teachingMaterials__item p {
  line-height: 27px;
  text-align: center;
}
.p-teachingMaterials .item-3n {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-teachingMaterials .item-3n .p-teachingMaterials__item {
  width: calc(33.3333333333% - 10.6666666667px);
  margin-top: 16px;
}
.p-teachingMaterials .item-3n .p-teachingMaterials__item:nth-child(3n) {
  margin-right: 0px;
}
.p-teachingMaterials .item-3n .p-teachingMaterials__item:nth-child(-n+3) {
  margin-top: 0px;
}

.p-level {
  width: 100%;
  margin-top: 48px;
}
.p-level .table-scroll {
  overflow-x: scroll;
}
.p-level table {
  max-width: 1000px;
  width: 100%;
}
.p-level > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  margin: 48px 0 20px;
}


.p-level:nth-child(2) {
  margin-top: 48px;
}
.p-level table,
.p-level td,
.p-level th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.p-level tr td:nth-child(1) {
  width: 350px;
}
.p-level tr td:nth-child(2) {
  width: 230px;
}
.p-level table tr:nth-child(1) td {
  padding: 8px;
  text-align: center;
}
.p-level table td:nth-child(2) {
  padding: 18px 10px 18px 16px;
}
.p-level table td:nth-child(3) {
  padding: 8px 16px;
}
.p-level table td:nth-child(3) p {
  padding-bottom: 10px;
}
.p-level td {
  vertical-align: middle;
}
.p-level td .red-textbox {
  color: #ff5611;
  background: #fff0d8;
  padding: 8px;
  margin-bottom: 10px;
}
.p-level td .red {
  color: #df333d;
}
.p-level .p-level__item {
  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;
  padding: 8px 16px;
}
.p-level .p-level__item-text {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-level .p-level__item-text p {
  line-height: 21px;
  margin-bottom: 16px;
}
.p-level .p-level__item-btn {
  background: -webkit-gradient(linear, right top, left top, from(#f7820f), to(#ffa246));
  background: linear-gradient(270deg, #f7820f 0%, #ffa246 100%);
  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;
  padding: 8px 12px;
  border-radius: 4px;
  width: 107px;
}
.p-level .p-level__item-btn a {
  font-size: 11px;
  line-height: 14px;
  color: #fff;
}
.p-level .p-level__item-img {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 18px;
}
.p-level table:nth-child(2) {
  margin-top: 48px;
}

.p-drawer {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .p-drawer {
    display: none;
  }
}
.p-drawer__icon {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 42;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: none;
}
.p-drawer__icon span {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 3px;
  background: #ff5611;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.p-drawer__icon span:nth-of-type(1) {
  top: 3px;
}
.p-drawer__icon span:nth-of-type(2) {
  top: 11px;
}
.p-drawer__icon span:nth-of-type(3) {
  top: 19px;
}
.p-drawer__icon.active span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-drawer__icon.active span:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.active span:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-drawer__panel {
  position: fixed;
  top: 42px;
  right: 0;
  z-index: 41;
  padding: 50px 0rem 52px;
  width: 100vw;
  height: 100vh;
  background: #fff0d8;
  translate: 100vw;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-drawer__panel-inner {
  width: 63.46%;
  min-width: 300px;
  margin: 0 auto;
}
.p-drawer__panel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 479px){
  .p-drawer__panel-text {
    margin: 0 0 0 10%;
   }
}

.p-drawer__panel-text > a {
  color: #ff5611;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-drawer__panel-text > a:hover {
  opacity: 0.7;
}
.p-drawer__panel-text > a:last-child {
  padding-bottom: 24px;
}
.p-drawer__panel .p-drawer__panel-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-drawer__panel .p-drawer__panel-list-wrap:nth-child(1) {
  margin-right: 50px;
}
.p-drawer__panel li {
  margin-bottom: 16px;
  position: relative;
  border-left: 2px solid #6c6c6c;
}
.p-drawer__panel li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 79px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* background: url(/img/fv/Icon\ awesome-caret-right.svg) no-repeat center center/contain; */
  width: 15px;
  height: 14px;
}
.p-drawer__panel li > a {
  text-decoration: none;
  color: #6c6c6c;
  font-size: 1rem;
  display: block;
  padding-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-drawer__panel li > a:hover {
  opacity: 0.7;
}
.p-drawer__panel.active {
  translate: 0;
  opacity: 1;
}

.p-exam {
  width: 69.44%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-exam {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .p-exam {
    width: 100%;
    padding: 0 15px;
  }
}
.p-exam > p {
  margin-top: 68px;
  line-height: 27px;
}

@media screen and (max-width: 1100px){
  .p-exam > p {
    margin-top: 40px;
    line-height: 27px;
    text-align: left;
  }
}
.p-exam > ul {
  text-align: left;
  margin-left: 35px;
  margin-top: 48px;
}
.p-exam > ul li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  padding-left: 5px;
}
.p-exam > ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/assets/img/fv/fv-vector.svg) no-repeat center center/contain;
  left: -18px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(4deg);
          transform: translate(-50%, -50%) rotate(4deg);
}


/* li:first-child */
@media screen and (max-width: 1325px) and (min-width: 1100px){
  .p-exam > ul li:first-child:before {
    top: 30%;
    -webkit-transform: translate(-30%, -50%) rotate(4deg);
    transform: translate(-30%, -50%) rotate(4deg);
    left: -24px;
  }  
}
@media screen and (max-width: 980px) and (min-width: 549px){
  .p-exam > ul li:first-child:before {
    top: 28%;
    left: -24px;
    -webkit-transform: translate(-28%, -50%) rotate(4deg);
            transform: translate(-28%, -50%) rotate(4deg);
  }
}

@media screen and (max-width: 548px) and (min-width: 375px){
  .p-exam > ul li:first-child:before {
    top: 18%;
    left: -22px;
    -webkit-transform: translate(-22%, -50%) rotate(4deg);
            transform: translate(-22%, -50%) rotate(4deg);
  }
}

@media screen and (max-width: 374px){
  .p-exam > ul li:first-child:before {
    top: 12%;
    left: -23px;
    -webkit-transform: translate(-12%, -50%) rotate(4deg);
            transform: translate(-12%, -50%) rotate(4deg);
  }
}

/* li:nth-child(2) */
@media screen and (max-width: 763px) and (min-width: 549px){
  .p-exam > ul li:nth-child(2):before {
    top: 28%;
    left: -23px;
    -webkit-transform: translate(-28%, -50%) rotate(4deg);
            transform: translate(-28%, -50%) rotate(4deg);
  }
}

@media screen and (max-width: 548px){
  .p-exam > ul li:nth-child(2):before {
    top: 28%;
    left: -20px;
    -webkit-transform: translate(-28%, -50%) rotate(4deg);
            transform: translate(-28%, -50%) rotate(4deg);
  }
}


@media screen and (max-width: 409px){
  .p-exam > ul li:nth-child(2):before {
    top: 17%;
    left: -23px;
    -webkit-transform: translate(-17%, -50%) rotate(4deg);
            transform: translate(-17%, -50%) rotate(4deg);
  }
}

/* li:last-child */
@media screen and (max-width: 763px) {
  .p-exam > ul li:nth-child(3):before {
    left: -15px;
  }
}
@media screen and (max-width: 698px) {

  .p-exam > ul li:nth-child(3):before {
    top: 34%;
    left: -19px;
    -webkit-transform: translate(-34%, -50%) rotate(4deg);
            transform: translate(-34%, -50%) rotate(4deg);
  }

}

@media screen and (max-width: 548px) {
  .p-exam > ul li:nth-child(3):before {
    left: -16px;
  }
}

@media screen and (max-width: 374px) {
  .p-exam > ul li:nth-child(3):before {
    top: 19%;
    left: -20px;
    -webkit-transform: translate(-19%, -50%) rotate(4deg);
            transform: translate(-19%, -50%) rotate(4deg);
  }

}

.p-exam__gist, .p-exam__contents, .p-exam__score, .p-exam__assessment, .p-exam__price, .p-exam__format {
  padding: 20px 40px;
  border: 1px solid #ff8c25;
  text-align: left;
  margin: 78px 0 24px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-exam__gist, .p-exam__contents, .p-exam__score, .p-exam__assessment, .p-exam__price, .p-exam__format {
    padding: 18px 16px;
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .p-exam__gist, .p-exam__contents, .p-exam__score, .p-exam__assessment, .p-exam__price, .p-exam__format {
    padding: 18px 16px;
    margin: 24px 0 0;
  }
}
.p-exam__gist:last-child, .p-exam__contents:last-child, .p-exam__score:last-child, .p-exam__assessment:last-child, .p-exam__price:last-child, .p-exam__format:last-child {
  margin-bottom: 0;
}
.p-exam__gist h2, .p-exam__contents h2, .p-exam__score h2, .p-exam__assessment h2, .p-exam__price h2, .p-exam__format h2 {
  color: #ff8c25;
  border-bottom: 1px solid #ff8c25;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-exam__gist p, .p-exam__contents p, .p-exam__score p, .p-exam__assessment p, .p-exam__price p, .p-exam__format p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .p-exam__gist p, .p-exam__contents p, .p-exam__score p, .p-exam__assessment p, .p-exam__price p, .p-exam__format p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

   .p-exam__contents p{
    font-size: 12px;

  }
}
.p-exam__gist .text-right, .p-exam__contents .text-right, .p-exam__score .text-right, .p-exam__assessment .text-right, .p-exam__price .text-right, .p-exam__format .text-right {
  padding-left: 28px;
  text-align: left;
}
.p-exam__contents .table-pc {
  margin: 32px auto 0;
  max-width: 920px;
  width: 100%;
}
.p-exam__contents .table-sp {
  width: 100%;
  margin-top: 10px;
}
.p-exam__contents table,
.p-exam__contents td,
.p-exam__contents th {
  border-collapse: collapse;
  border: 1px solid #6c6c6c;
}
.p-exam__contents td,
.p-exam__contents th {
  padding: 3px;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.p-exam__contents tr th:nth-child(1) {
  width: 106px;
}
.p-exam__contents tr td:nth-child(2),
.p-exam__contents tr td:nth-child(3) {
  width: 407px;
}
.p-exam__contents tr:nth-child(5) th:nth-child(1) {
  width: 27px;
  vertical-align: middle;
}
.p-exam__contents th {
  background: #FFF0D8;
}

.p-accordion {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.p-accordion .p-accordionArea {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 10px auto;
  border: 1px solid #000;
}
.p-accordion .p-accordionArea:first-child {
  margin-top: 0;
}
.p-accordion .p-accordionArea li {
  margin: 0;
}
.p-accordion .p-accordionArea li:first-child .box {
  border-top: 1px solid #000;
  border-right: none;
  border-left: none;
}
.p-accordion .p-accordionArea li:nth-child(2) .title {
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-accordion .p-accordionArea li:nth-child(2) .title.close {
  border-bottom: none;
}
.p-accordion .p-accordionArea li:last-child .box {
  border-bottom: none;
}
.p-accordion h3 {
  background: #fff0d8;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 16px;
  border-bottom: 1px solid #333;
}
.p-accordion .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  border: none;
  background: #fff0d8;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 16px;
}
.p-accordion .title::before,
.p-accordion .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.p-accordion .title::before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-accordion .title::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-accordion .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-accordion .title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-accordion .box {
  display: none; /*はじめは非表示*/
  background: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 18px 10px 18px 16px;
}

.p-accordion__item {
  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;
  margin: 0 auto;
  padding: 18px 10px 18px 16px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .p-accordion__item {
    width: 55%;
  }
}
@media screen and (max-width: 479px) {
  .p-accordion__item {
    width: 100%;
 
  }
}
.p-accordion__item-btn {
  background: -webkit-gradient(linear, right top, left top, from(#f7820f), to(#ffa246));
  background: linear-gradient(270deg, #f7820f 0%, #ffa246 100%);
  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;
  padding: 8px 12px;
  border-radius: 4px;
  width: 107px;
  margin-top: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-accordion__item-btn:hover {
  opacity: 0.7;
}
.p-accordion__item-btn a {
  font-size: 11px;
  line-height: 14px;
  color: #fff;
}
.p-accordion__item-btn a:hover {
  opacity: 0.7;
}
.p-accordion__item-img {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.accordion-wrap {
  margin-bottom: 10px;
  border-bottom: 1px #333 solid;
}



.accordion-wrap:last-child {
  margin-bottom: 0;
}

.accordion-title {
  cursor: pointer;
  background: #FFF0D8;
  padding: 5px 15px;
  border: 1px #333333 solid;
}

.accordion-btn {
  cursor: pointer;
  background: #FFF0D8; 
  padding: 5px 15px;
  border: 1px #333333 solid;
  border-bottom: none;
}

.accordion-content p {
  padding: 10px;
}

.accordion-btn::after {
  content: "▼";
  float: right;
}

.accordion-btn.open::after {
  content: "▲";
}

.u-fz-small {
  font-size: 48px;
}

.u-fc-orange {
  color: #e66405;
}

@media screen and (min-width: 1100px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 1099px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .u-hidden-sp {
    display: none;
  }
}

.britness__img {
  margin-bottom: 20px;
}

.accordion-content {
  border-right: 1px #333333 solid; border-left: 1px #333333 solid;
}

.accordion-btn.open {
  border-bottom: 1px solid #333;
  
}

.u-hidden-pc-ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 24px auto 20px;
}

.p-accordionArea-box .accordion-btn.open {
  border-right: none;
  border-left: none;
}

.p-accordionArea-box .accordion-content {
  border-right: none;
  border-left: none;
 
}

.p-accordionArea-box .accordion-btn {
  border-right: none;
  border-left: none;
}