@charset "UTF-8";

.l-lp {
  padding: 71px 2.02703%;
}

.l-lp__inner {
  padding:  56px 0;
}

.l-lp .p-links {
  margin: 56px 0;
}

.p-border__rightBlue {
  border: 1px solid #f1f8fc;
}

.p-border__blue {
  border: 1px solid #1087ce; 
}

.p-border__navy {
  border: 1px solid #26455c; 
}

.p-lpSection__title {
  margin: 0 0 56px;
  text-align: center;
}

.p-lpSection__title span {
  position: relative;
  padding: 0 0 32px;
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
}

.p-lpSection__title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #feed56; 
}

.p-introSection {
  display: flex;
  align-items: center;
}

.p-introSection__left {
  width: 60%;
  padding: 48px 48px 0px;
}

.p-introSection__right {
  width: 50%;
  padding: 35px 0;
  text-align: center;
  background: #f1f8fc;
}

.p-introSection__right p {
  margin: 8px 0 0;
  font-size: 18px;
  color: #1087ce;
  text-align: center;
}

.p-introSection__right figure {
  display: block;
  width: 330px;
  margin: 0 auto;
}

.p-introSection__right figure img {
  width: 100%;
}

.p-introSection__heading{
  margin: 0 0 40px;
  font-size: 26px;
  line-height: 40px;
  font-weight: normal;
}

.p-introSection__lead {
  font-size: 14px;
  line-height: 26px;
}

.p-flowSection {
  margin: 56px 0 0;
}

.p-flowSection__image {
  display: flex;
  justify-content: space-between;
}

.p-flowSection__image ul {
  display: flex;
  align-items: center;
}

.p-flowSection__image ul li {
  text-align: center;
}

.p-flowSection__image ul li p {
  font-size: 14px;
  line-height: 26px;
}

.p-flowSection__image ul li figure {
  width: 184px;
  margin: 0;
}

.p-flowSection__image ul li figure img {
  width: 100%;
}

.p-flowSection__image__arrow {
  width: 65px;
  margin: 0 8px;
}

.p-flowSection__image__arrow img {
  width: 100%;
}

.p-programSection {
  margin: 56px 0 0;
}

.p-programSection__text {
  margin: 0 0 40px;
  text-align: center;
}

.p-programSection__main{
  display: flex;
  align-items: center;
  padding: 40px;
}

.p-programSection__left {
  width: 425px;
}

.p-programSection__left picture {
  display: block;
  width: 425px;
}

.p-programSection__right {
  width: 509px;
  padding-left: 32px;
}

.p-programSection__right ul {
  margin: 24px 0;
}

.p-programSection__right ul li {
  font-size: 18px; 
  list-style: 32px;
}

.p-recommendSection {
  margin: 56px 0 0;
}

.p-recommendSection__main ul {
  display: flex;
}

.p-recommendSection__main ul li {
  width: 33.333%;
  padding: 24px;
  background: #deeef7;
}

.p-recommendSection__main ul li:nth-child(2) {
  background: #f1f8fc;
}

.p-recommendSection__main ul li figure {
  margin: 0 0 16px;
}

.p-recommendSection__main ul li figure img {
  width: 100%;
}

.p-recommendSection__main ul li p {
  font-size: 18px;
  letter-spacing: -0.08em;
  color: #333333;
  text-align: center;
}

.p-characterSection {
  margin: 56px 0 0;
}

.p-characterSection__main ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 16px;
}

.p-characterSection__main ul li:after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 1px;
  height: 42px;
  background: #26455c;
}

.p-characterSection__main ul li:last-child {
  margin: 0;
}

.p-characterSection__main ul li:last-child:after {
  display: none;
}

.p-characterSection__main ul li h3 {
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
}

.p-characterSection__left {
  padding: 40px;
}

.p-characterSection__left span {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  line-height: 47px;
  font-size: 26px;
  background: #f8e764;
  text-align: center;
  border-radius: 48px;
}

.p-characterSection__right {
  max-width: 510px;
}

.p-characterSection__right figure {
  margin: 0;
  min-width: 510px;
  width: 100%;
}

.p-characterSection__right figure img {
  width: 100%;
}

.p-characterSection__button {
  margin: 24px 0 0;
}

.p-characterSection__button a {
  display: block;
  width: 258px;
  height: 44px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: #26455c;
  border-radius: 70px;
  transition: opacity 0.2s ease-out;
}

.p-characterSection__button a:hover {
  opacity: 0.5;
}

.p-differenceSection {
  margin: 56px 0 0;
}

.p-differenceSection__main ul li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 16px;
}

.p-differenceSection__main ul li:nth-child(2) {
  flex-direction: row-reverse;
}

.p-differenceSection__main ul li:nth-child(4) {
  flex-direction: row-reverse;
}

.p-differenceSection__main ul li:last-child {
  margin: 0;
}

.p-differenceSection__right {
  position: relative;
  min-width: 420px;
  margin: 0 0 0 32px;
}

.p-differenceSection__main ul li:nth-child(2) .p-differenceSection__right,
.p-differenceSection__main ul li:nth-child(4) .p-differenceSection__right {
  margin: 0 32px 0 0;
  text-align: right;
}

.p-differenceSection__right figure {
  margin: 0;
}

.p-differenceSection__main ul li:first-child figure {
  width: 131px;
}

.p-differenceSection__main ul li:nth-child(2) figure {
  width: 192px;
  margin-left: auto;
}

.p-differenceSection__main ul li:nth-child(3) figure {
  width: 230px;
}

.p-differenceSection__main ul li:nth-child(4) figure {
  width: 187px;
  margin-left: auto;
}

.p-differenceSection__main ul li:nth-child(5) figure {
  width: 237px;
}

.p-differenceSection__right figure img {
  width: 100%;
}

.p-differenceSection__left {
  position: relative;
  padding: 32px 0 0;
}

.p-differenceSection__left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 1px;
  background: #26455c;
}

.p-differenceSection__left__sp {
  display: none;
}

.p-differenceSection__left h3 {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
}

.p-differenceSection__left h4 {
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  white-space: nowrap;
}

.p-differenceSection__main ul li:last-child .p-differenceSection__left h3,
.p-differenceSection__main ul li:last-child .p-differenceSection__left h4,
.p-differenceSection__main ul li:last-child .p-differenceSection__left ul li {
  color: #1087ce;
}

.p-differenceSection__main ul li:last-child .p-differenceSection__left ul li {
  display: block;
  padding: 0;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em
}

.p-differenceSection__main ul li:last-child .p-differenceSection__left h4 {
  white-space: initial;
}

.p-differenceSection__main ul li:last-child .p-differenceSection__left:after {
  background: #1087ce;
}


.p-attendSection {
  margin: 56px 0 0;
}

.p-attendSection__tab {
  display: none;
}

.p-attendSection__slider {
  position: relative;
}

.p-attendSection__slider:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: #9ecbe6;
}

.l-lp__starter01 .p-attendSection__slider:after {
  top: 21%;
  height: 56%;
}

.l-lp__starter02 .p-attendSection__slider:after {
  top: 9%;
  height: 83%;
}


.p-attendSection__slider li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 56px;
  z-index: 1;
}

.p-attendSection__slider li:first-child {
  margin-right: 50px;
}

.p-attendSection__slider li:nth-child(2),
.p-attendSection__slider li:last-child {
  flex-direction: row-reverse;
}

.p-attendSection__slider li:nth-child(3) {
  padding: 32px;
  border: 1px solid #cfd6dc;
  background: #fff;
}

.p-attendSection__slider li:nth-child(3) figure {
  width: 404px;
  margin-right: 40px;
}

.p-attendSection__slider li:last-child {
  margin-bottom: 0;
}

.p-attendSection__right {
  display: flex;
  align-items: center;
  width: 50%;
}

.p-attendSection__slider li:nth-child(2) .p-attendSection__right,
.p-attendSection__slider li:last-child .p-attendSection__right {
  flex-direction: row-reverse;
  width: 60%;
}

.p-attendSection__text {
  width: 405px;
}

.p-attendSection__slider li:nth-child(2) .p-attendSection__text,
.p-attendSection__slider li:last-child .p-attendSection__text {
  width: 445px;
}

.p-attendSection__slider li:nth-child(2) .p-attendSection__right span,
.p-attendSection__slider li:last-child .p-attendSection__right span {
  margin: 0 0 0 24px;
}

.p-attendSection__right span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background: #9ecbe6;
  text-align: center;
  border-radius: 40px;
}

.p-attendSection__right h3 {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
}

.p-attendSection__right span {
  margin: 0 24px 0 0;
}

.p-attendSection__slider li .c-playButton[data-size=small] {
  width: 35px;
  height: 35px;
}

.p-attendSection__slider li .c-playButton[data-size=small] i {
  font-size: 13px;
}

.p-attendSection__slider li:first-child .p-attendSection__left,
.p-attendSection__slider li:nth-child(4) .p-attendSection__left {
  width: 451px;
  margin-right: 20px;
}

.p-attendSection__slider li:nth-child(2) .p-attendSection__left,
.p-attendSection__slider li:last-child .p-attendSection__left {
  width: 451px;
  margin-left: 18px;
}

.p-attendSection__left figure {
  margin: 0;
  width: 451px;
}

.p-attendSection__left figure img {
  width: 100%;
}

.p-attendSection__button {
  margin: 32px 0 0;
}

.p-attendSection__button a {
  display: block;
  width: 258px;
  height: 44px;
  color: #26455c;
  text-align: center;
  line-height: 44px;
  background: #feed55;
  border-radius: 70px;
  transition: opacity 0.2s ease-out;
}

.p-attendSection__button a:hover {
  opacity: 0.5;
}

.p-questionSection {
  margin: 56px 0 0;
}

.p-questionSection__button {
  max-width: 421px;
  height: 60px;
  margin: 40px auto 0;
}

.p-questionSection__button .c-button {
  border-radius: 2em;
}

.p-questionSection__button .c-button__inner {
  height: 60px;
}

.p-questionSection__button .c-button[data-width=full][data-align=center] .c-button__label {
  padding: 0;
  font-size: 18px;
}

.p-questionSection__main ul li {
  display: flex;
  align-items: flex-end;
  padding: 40px 0;
  border-top: 1px solid #9ecbe6;
}

.p-questionSection__main ul li:first-child {
  flex-direction: row-reverse;
}

.p-questionSection__main ul li:nth-child(3) {
  flex-direction: row-reverse;
}

.p-questionSection__main ul li:last-child {
  border-bottom: 1px solid #9ecbe6;
}

.p-questionSection__title {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}

.p-questionSection__number {
  width: 60px;
  margin-right: 16px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #26455c;
  border-radius: 60px;
}

.p-questionSection__number small {
  display: block;
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}

.p-questionSection__number strong {
  display: block;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
}

.p-questionSection__left .p-questionSection__number {
  display: none;
}

.p-questionSection__left p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 32px;
  color: #1087ce;
  text-align: center;
}

.p-questionSection__title h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
}

.p-questionSection__left figure {
  margin: 0 24px 0 0;
}

.p-questionSection__main ul li:first-child .p-questionSection__left figure,
.p-questionSection__main ul li:nth-child(3) .p-questionSection__left figure {
  margin: 0 0 0 24px;
}

.p-questionSection__main ul li:nth-child(2) .p-questionSection__left figure {
  width: 450px;
}

.p-questionSection__main ul li:nth-child(3) .p-questionSection__left figure {
  width: 310px;
}

.p-questionSection__main ul li:nth-child(4) .p-questionSection__left figure {
  width: 315px;
}

.p-questionSection__left figure img {
  width: 100%;
}

.p-questionSection__left__twoColumn {
  display: flex;
  justify-content: space-between;
}

.p-questionSection__left__twoColumn__item {
  width: 48%;
  margin-left: 24px;
}

.p-questionSection__left__twoColumn__item figure {
  width: 48%;
  min-width: 218px;
  margin: 0 !important;
}

.p-questionSection__left .p-questionSection__number {
  display: none;
}

.p-planSection {
  margin: 56px 0 0;
}

.p-planSection__top figure {
  margin: 0;
}

.p-planSection__twoColumn {
  margin: 40px 0;
}

.p-planSection__twoColumn > ul {
  display: flex;
  justify-content: space-between;
}

.p-planSection__twoColumn > ul > li {
  width: 48%;
}

.p-planSection__twoColumn .p-lpCampaign {
  background: #f1f8fc;
  border: 1px solid #bfdcef;
}

.p-lpCampaign__description > dt {
  margin: 0 0 32px;
  font-size: 18px;
}

.p-lpCampaign dd strong {
  font-size: 48px;
}

.p-lpCampaign dd:last-child strong {
  font-size: 18px;
  font-weight: normal;
}

.p-lpCampaign dd strong small {
  font-size: 32px;
}

.p-lpCampaign dd span {
  position: relative;
  font-size: 26px;
}

.p-lpCampaign dd span.del {
  margin-left: 16px;
}

.p-lpCampaign dd span.del:after { 
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #26455c;
  transform: rotate(-15deg);
}

.p-lpCampaign dd span small {
  font-size: 14px;
}

.p-lpCampaign__list>li {
  font-size: 14px;
}

.p-lpCampaign__list em,
.p-lpCampaign__list strong {
  font-size: 14px;
}

.p-lpCampaign em {
  color: #26455c;
}

.p-lpCampaign em span {
  position: relative;
}

.p-lpCampaign em span.del:after { 
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #26455c;
  transform: rotate(-15deg);
}

.p-lpCampaign .c-button {
  border-radius: 2em;
}

.p-lpCampaign .c-button__inner {
  height: 60px;
}

.p-lpCampaign .c-button[data-width=full][data-align=center] .c-button__label {
  padding: 0;
  font-size: 18px;
}

.p-planSection__twoColumn figure {
  margin: 0;
}

.p-planSection__twoColumn figure a {
  display: block;
}

.p-planSection__twoColumn figure a:hover {
  opacity: 
}

.p-planSection__main p {
  margin: 0 0 40px;
}

.p-planSection__bottom {
  margin: 0 0 40px;
}

.p-planSection__bottom .p-lpCampaign {
  padding: 20px 5%;
  background: #fcf4f7;
  border: 1px solid #d14271;
}

.p-planSection__bottom .p-lpCampaign dd span {
  font-size: 32px;
}

.p-planSection__bottom .p-lpCampaign dd strong {
  color: #26455c;
}

.p-planSection__bottom .p-lpCampaign dd:last-child strong {
  color: #b4416b;
  font-weight: normal;
}

.p-planSection__bottom .p-lpCampaign .c-button[data-width=full] {
  max-width: 425px;
  margin: 24px auto 0;
}

.p-paymentSection {
  margin: 56px 0 0;
}

.p-paymentSection__banner {
  text-align: center;
}

.p-paymentSection__main {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  padding: 40px;
  border: 1px solid #daebf6;
  background: #f1f8fc;
}

.p-paymentSection__left {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #daebf6;
}

.p-paymentSection__left h4 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: normal;
}

.p-paymentSection__left p {
  width: 120px;
}

.p-paymentSection__left p img {
  width: 100%;
}

.p-paymentSection__right ul {
  margin: 24px 0 0;
}

.c-pcBr {
  display: block;
}

.c-spBr {
  display: none;
}

.half-flex-section {
  flex: 1;  /* IE11対策 */
}

.small-text-6 {
  font-size: 6px;
}

.small-text-title {
  font-size: 50%;
}

.d-flex {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.flex-grow-0-5 {
  flex-grow: 0.5;
}


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

  .l-lp {
    padding: 50px 0;
  }

  .l-lp__inner {
    padding:  4rem 2rem;
  }

  .l-lp .p-links {
    margin: 0;
  }

  .p-lpSection__title {
    margin: 0 0 1.6em;
  }

  .p-lpSection__title span {
    display: inline-block;
    padding: 0 0 1.2em;
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-introSection {
    display: block;
  }

  .p-introSection__lead {
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-introSection__left {
    width: 100%;
    padding: 2em 1.4em;
  }

  .p-introSection__heading {
    margin-bottom: 1em;
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
  }

  .p-introSection__right {
    width: 100%;
    padding: 20px 0;
  }

  .p-introSection__right p {
    font-size: 1.2rem;
    line-height: 1.6em;
  }

  .p-introSection__right figure {
    width: 69%;
  }

  .p-flowSection {
    margin: 2.4em 0 0;
  }

  .p-flowSection .p-lpImages__image {
    width: 100%;
    margin: 0 auto;
  }

  .p-flowSection__image {
    display: block;
  }

  .p-flowSection__image ul {
    width: 100%;
    margin: 0 auto;
  }

  .p-flowSection__image ul:first-child {
    margin: 0 auto 2em;
  }

  .p-flowSection__image ul li {
    width: 40%;
  }

  .p-flowSection__image ul li p {
    height: 60px;
    font-size: 1.2rem;
    line-height: 1.6em;
  }

  .p-flowSection__image ul li figure {
    width: 100%;
    margin: 0;
  }

  .p-flowSection__image__arrow {
    width: 15% !important;
    margin: 0;
  }

  .p-programSection {
    margin: 2.4em 0 0;
  }

  .p-programSection__text {
    margin-bottom: 1em;
    text-align: left;
  }

  .p-programSection__main {
    display: block;
    padding: 1em;
  }

  .p-programSection__left {
    width: 100%;
  }

  .p-programSection__left picture {
    width: 100%;
  }

  .p-programSection__right {
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
  }

  .p-programSection__right p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-programSection__right ul {
    margin: 1em 0;
  }

  .p-programSection__right ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1.4em;
  }

  .p-recommendSection {
    margin: 2.4em 0 0;
  }

  .p-recommendSection__main ul {
    display: block;
  }

  .p-recommendSection__main ul li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em;
  }

  .p-recommendSection__main ul li figure {
    width: 40%;
    min-width: 40%;
    margin: 0 1em 0 0;
  }

  .p-recommendSection__main ul li figure img {
    width: 100%;
  }

  .p-recommendSection__main ul li p {
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: left;
  }

  .p-characterSection {
    margin: 2.4em 0 0;
  }

  .p-characterSection__main {
    margin: 3.5em 0 0;
  }

  .p-characterSection__main ul li {
     display: block;
     padding: 2.8em 1em 1em 1em;
  }

  .p-characterSection__main ul li h3 {
    margin: 0 0 1em;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }

  .p-characterSection__main ul li p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-characterSection__button {
    margin: 1em 0 0;
  }

  .p-characterSection__button a {
    width: 90%;
    margin: 0 auto;
  }

  .p-characterSection__left {
    padding: 0;
  }

  .p-characterSection__left span {
    top: -22px;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    line-height: 44px;
    font-size: 1.5rem;
  }

  .p-characterSection__right {
    width: 100%;
    max-width: 100%;
    margin: 1em 0 0;
  }

  .p-characterSection__right figure {
    min-width: 100%;
  }

  .p-characterSection__right figure img {
    width: 100%;
  }

  .p-differenceSection {
    margin: 2.4em 0 0;
  }

  .p-differenceSection__main ul li {
    display: block;
    padding: 0;
  }

  .p-differenceSection__left {
    display: inline-block;
    padding: 1.6em 0 0;
  }

  .p-differenceSection__left:after {
    width: 50px;
  }

  .p-differenceSection__left h3 {
    margin: 0 0 1em;
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .p-differenceSection__left h4 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    white-space: inherit;
  }

  .p-differenceSection__right {
    float: right;
    margin: 0 0 1em 1em;
  }

  .p-differenceSection__left__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .p-differenceSection__main ul li:first-child  .p-differenceSection__left__inner {
    align-items: flex-start;
  }

  .p-differenceSection__left p,
  .p-differenceSection__left ul li {
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-differenceSection__main ul li:first-child .p-differenceSection__left__inner figure {
    min-width: 18%;
    max-width: 18%;
  }

  .p-differenceSection__main ul li:nth-child(2) .p-differenceSection__left__inner figure {
    min-width: 28%;
    max-width: 28%;
  }

  .p-differenceSection__main ul li:nth-child(3) .p-differenceSection__left__inner figure {
    min-width: 33%;
    max-width: 33%;
  }

  .p-differenceSection__main ul li:nth-child(4) .p-differenceSection__left__inner figure {
    margin-top: 1em;
    min-width: 29%;
    max-width: 29%;
  }

  .p-differenceSection__main ul li:nth-child(5) .p-differenceSection__left__inner figure {
    margin-top: 2em;
    width: inherit;
    min-width: 33%;
    max-width: 33%;
  }

  .p-differenceSection__left__inner figure {
    margin: 0 0 1em 1em;
    min-width: 16%;
  }

  .p-differenceSection__left__inner figure img {
    width: 100%;
  }

  .p-differenceSection__right__pc {
    display: none;
  }

  .p-differenceSection__left__sp {
    display: block;
  }

  .p-attendSection {
    margin: 2.4em 0 0;
  }

  .p-attendSection__tab {
    display: block;
    margin: 0 0 2.4em;
  }

  .p-attendSection__tab ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }  

  .p-attendSection__tab ul:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 250px;
    height: 1px;
    margin-left: -125px;
    background: #9ecbe6;
  }

  .p-attendSection__tab ul li {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 !important;
    line-height: 39px;
    font-size: 1.4rem;
    text-align: center;
    color: #9ecbe6;
    border: 1px solid #9ecbe6;
    border-radius: 40px;
    background: #fff;
    z-index: 1;
  }

  .p-attendSection__tab ul li:nth-child(3) {
    width: 10px;
    height: 10px;
  }

  .p-attendSection__slider li:nth-child(2) .p-attendSection__left,
  .p-attendSection__slider li:last-child .p-attendSection__left {
    width: 100%;
  }

  .p-attendSection__tab ul li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 1.4rem;
    color: #9ecbe6;
  }

  .p-attendSection__tab ul li.slick-active {
    background: #9ecbe6;
    color: #fff;
  }

  .p-attendSection__tab ul li.slick-active button {
    color: #fff;
  }

  .p-attendSection__right {
    display: block;
  }

  .p-attendSection__right span {
    display: none;
  }

  .p-attendSection__slider:after {
    display: none;
  }

  .p-attendSection__slider li {
    display: block;
  }

  .p-attendSection__slider li:first-child {
    margin: 0;
  }

  .p-attendSection__slider li:last-child .p-attendSection__left {
    margin: 0 0 1em;
    margin-left: 0;
  }

  .p-attendSection__left {
    margin: 0 0 1em;
  }

  .p-attendSection__left figure {
    width: 100%;
  }

  .p-attendSection__left figure img {
    width: 100%;
  }

  .p-attendSection__right {
    width: 100%;
  }

  .p-attendSection__slider li:last-child .p-attendSection__right {
    width: 100%;
  }

  .p-attendSection__text {
    width: 100%;
  }

  .p-attendSection__slider li:nth-child(2) .p-attendSection__text,
  .p-attendSection__slider li:last-child .p-attendSection__text {
    width: 100%;
  }

  .p-attendSection__slider li.show {
    display: block;
  }

  .p-attendSection__right h3 {
    margin: 0 0 0.5em;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .p-attendSection__right p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-attendSection__button {
    margin: 1em 0 0;
  }

  .p-attendSection__button a {
    width: 90%;
    margin: 0 auto;
  }

  .p-attendSection__slider li:first-child:after {
    display: none;
  }

  .p-questionSection {
    margin: 2.4em 0 0;
  }

  .p-questionSection__button {
    height: auto;
    margin: 2em 5% 0;
  }

  .p-questionSection__button .c-button {
    border-radius: 2em;
  }

  .p-questionSection__button .c-button__inner {
    height: 46px;
  }

  .p-questionSection__button .c-button[data-width=full][data-align=center] .c-button__label {
    font-size: 1.4rem;
  }

  .p-questionSection__main ul li {
    display: block;
    padding: 1.8em 0;
  }

  .p-questionSection__main ul li:first-child {
    padding: 0 0 1.8em; 
    border-top: 0;
  }

  .p-questionSection__title {
    display: block;
    margin: 1.8em 0 1em;
  }

  .p-questionSection__number {
    display: none;
  }

  .p-questionSection__number small {
    font-size: 1rem;
  }

  .p-questionSection__number strong {
    font-size: 1.6rem;
  }

  .p-questionSection__title h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }

  .p-questionSection__left figure {
    width: 60%;
    margin: 0 auto !important;
    margin: 0;
  }

  .p-questionSection__left figure img {
    width: 100%;
  }

  .p-questionSection__main ul li:first-child .p-questionSection__left figure {
    width: 100%;
    min-width: inherit;
  }

  .p-questionSection__main ul li:nth-child(2) .p-questionSection__left figure {
    width: 100%;
  }

  .p-questionSection__main ul li:nth-child(3) .p-questionSection__left figure {
    width: 74%;
  }

  .p-questionSection__main ul li:nth-child(4) .p-questionSection__left figure {
    width: 74%;
  }

  .p-questionSection__left__twoColumn__item {
    margin-left: 0;
  }

  .p-questionSection__left p {
    margin: 0.2em 0 0;
    font-size: 1.2rem;
    line-height: 1.6em;
  }

  .p-questionSection__left .p-questionSection__number {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 1em;
    line-height: 44px;
  }

  .p-questionSection__right p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-planSection {
    margin: 2.4em 0 0;
  }

  .p-planSection__twoColumn {
    margin: 2em 0 1em;
  }

  .p-planSection__twoColumn > ul {
    display: block;
  }

  .p-planSection__twoColumn > ul > li {
    width: 100%;
  }

  .p-planSection__twoColumn > ul > li:first-child {
    margin: 0 0 2em;
  }

  .p-lpCampaign__description > dt {
    margin: 0 0 0.4em;
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-lpCampaign dd strong {
    font-size: 2.4rem;
  }

  .p-lpCampaign dd strong small {
    font-size: 0.9rem;
  }

  .p-lpCampaign dd:last-child strong {
    font-size: 1.4rem;
  }

  .p-lpCampaign dd span {
    margin-left: 0;
    font-size: 1.6rem;
  }

  .p-lpCampaign dd span.del {
    margin-left: 10px;
    font-size: 1.6rem;
  }

  .p-lpCampaign dd span.del:after {
    top: 8px;
    height: 1px;
  }

  .p-lpCampaign dd span small {
    font-size: 0.9rem;
  }

  .p-lpCampaign__list>li {
    font-size: 1.4rem;
  }

  .p-lpCampaign__list>li:not(:last-child) {
    margin-bottom: .2em;
  }

  .p-lpCampaign .c-button__inner {
    height: 46px;
  }

  .p-lpCampaign .c-button[data-width=full][data-align=center] .c-button__label {
    font-size: 1.4rem;
  }

  .p-planSection__main p {
    margin: 0 0 1em;
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-planSection__bottom {
    margin: 0 0 1em;
  }

  .p-planSection__bottom .p-lpCampaign dd span {
    font-size: 1.6rem;
  }

  .p-paymentSection {
    margin: 2.4em 0 0;
  }

  .p-paymentSection__main {
    display: block;
    padding: 1em;
    margin: 0 0 2.4em;
  }

  .p-paymentSection__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 1em;
    border-right: 0;
    border-bottom: 1px solid #daebf6;
  }

  .p-paymentSection__left p {
    width: 28%;
  }

  .p-paymentSection__left p img {
    width: 100%;
  }

  .p-paymentSection__left h4 {
    margin: 0;
    font-size: 1.4rem;
  }

  .p-paymentSection__right {
    padding: 1em 0 0;
  }

  .p-paymentSection__right p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-paymentSection__right ul li {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
  }

  .p-paymentSection__banner {
    margin: 2.4em 0 0;
  }

  .p-paymentSection__banner img {
    width: 100%;
  }

  .c-notice {
    padding: 0 2rem;
  }

  .c-pcBr {
    display: none;
  }

  .c-spBr {
    display: block;
  }

  .c-notice.p-0 {
    padding: 0px;
  }
}

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

  .p-introSection__lead {
    font-size: 1.3rem;
  }

  .p-introSection__heading {
    font-size: 1.8rem;
  }

  .p-lpSection__title span {
    font-size: 1.8rem;
  }

  .p-programSection__right p {
    font-size: 1.3rem;
  }

  .p-programSection__right ul li {
    font-size: 1.4rem;
  }

  .p-characterSection__main ul li p {
    font-size: 1.3rem;
  }

  .p-differenceSection__left p,
  .p-differenceSection__left ul li {
    font-size: 1.3rem;
  }

  .p-differenceSection__main ul li:last-child .p-differenceSection__left ul li {
    font-size: 1.3rem;
  }

  .p-attendSection__right p {
    font-size: 1.3rem;
  }

  .p-questionSection__title h3 {
    font-size: 1.4rem;
  }

  .p-questionSection__right p {
    font-size: 1.3rem;
  }

  .p-planSection__main p {
    font-size: 1.3rem;
  }

  .p-paymentSection__left h4 {
    font-size: 1.3rem;
  }

  .p-paymentSection__right p {
    font-size: 1.3rem;
  }

  .p-paymentSection__right ul li {
    font-size: 1.3rem;
  }
  
}
