html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3B4043;
  scroll-behavior: smooth;
}

@media screen and (max-width: 900px) {
  html {
    font-size: 27.75%;
  }
}

header, footer {
  font-size: 16px;
}

header *, footer * {
  font-size: 16px;
}

img {
  height: auto;
}

p {
  line-height: inherit;
}

.okippa-box {
  max-width: 1280px;
  margin: 0 auto;
}

.okippa-box .header-img {
  width: 100%;
  margin-bottom: 4rem;
}

.okippa-box .header-img__image {
  width: 100%;
}

.okippa-box .header-img__image:nth-child(1) {
  display: block;
  height: auto;
}

@media screen and (max-width: 900px) {
  .okippa-box .header-img__image:nth-child(1) {
    display: none;
  }
}

.okippa-box .header-img__image:nth-child(2) {
  display: none;
}

@media screen and (max-width: 900px) {
  .okippa-box .header-img__image:nth-child(2) {
    display: block;
  }
}

.okippa-box section {
  width: 100%;
  padding: 8rem 0;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  position: relative;
}

@media screen and (max-width: 900px) {
  .okippa-box section {
    padding: 4rem;
    overflow-x: hidden;
  }
}

.okippa-box section.section--gray {
  background: #F0F3F5;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .okippa-box section.section--gray {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.okippa-box section.section--gray::before {
  z-index: 0;
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10000px;
  left: -10000px;
  background: #F0F3F5;
}

.okippa-box section .section-title {
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
}

.okippa-box section .section-title--no-line {
  width: 100%;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 600;
  position: relative;
}

.okippa-box section .section-title::before {
  width: 5em;
  height: 1px;
  background: #3B4043;
  content: ' ';
  bottom: -0.5em;
  left: calc(50% - 2.5em);
  position: absolute;
}

.okippa-box section .section-big-caption {
  margin-top: 4.8rem;
  width: 100%;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
}

.okippa-box section .section-small-caption {
  margin-top: 4.8rem;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .okippa-box section .section-small-caption {
    font-size: 12px;
    margin-top: 8rem;
    font-weight: normal;
    text-align: start;
  }
}

.okippa-box section .buttons__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.okippa-box section .buttons__button {
  width: 324px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #2AB978;
  color: #2AB978;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 900px) {
  .okippa-box section .buttons__button {
    max-width: 110px;
    width: 110px;
    min-width: 100%;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 320px) {
  .okippa-box section .buttons__button {
    width: auto;
  }
}

@media screen and (max-width: 900px) {
  .okippa-box section .buttons__button:not(:last-child) {
    padding: 0 24px;
  }
}

.okippa-box section .buttons__button:hover {
  color: #ffffff;
  background: #2AB978;
}

.okippa-box section .buttons__button:active {
  color: #ffffff;
  background: #2AB978;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.okippa-box section .wakuwaku__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
}

.okippa-box section .wakuwaku__flex img {
  max-width: 100%;
}

.okippa-box section .wakuwaku__paragraph {
  max-width: 800px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .okippa-box section .wakuwaku__paragraph {
    font-size: 12px;
    line-height: 2;
  }
}

.okippa-box section .wakuwaku__paragraph .notice {
  font-size: 1.2rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .wakuwaku__paragraph .notice {
    font-size: 10px;
  }
}

.okippa-box section .step__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10rem;
  }
}

.okippa-box section .step__card {
  z-index: 1;
  width: calc((100% - 120px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 8rem;
  }
}

.okippa-box section .step__card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__card .text {
    padding-left: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.okippa-box section .step__card .text .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  height: 4rem;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__card .text .title {
    margin-top: 0;
    font-size: 16px;
    text-align: start;
    height: auto;
  }
}

.okippa-box section .step__card .text .content {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__card .text .content {
    font-size: 12px;
  }
}

.okippa-box section .step__card .text .content a {
  text-decoration: none;
  color: #2AB978;
}

.okippa-box section .step__card .text .content a:visited {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.okippa-box section .step__line {
  z-index: 0;
  height: 3px;
  width: calc(100% - 6rem);
  position: absolute;
  top: 10rem;
  left: 3rem;
  background: #CDD6DD;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__line {
    width: 3px;
    height: 80%;
    top: 10rem;
    left: 17.5%;
  }
}

.okippa-box section .step__image {
  width: 80%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__image {
    width: 35%;
  }
}

.okippa-box section .step__button {
  z-index: 1;
  width: 324px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #2AB978;
  color: #2AB978;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 4rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .step__button {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.okippa-box section .step__button:hover {
  color: #ffffff;
  background: #2AB978;
}

.okippa-box section .step__button:active {
  color: #ffffff;
  background: #2AB978;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.okippa-box section .kit__heading {
  margin-top: 6.4rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__heading {
    margin-top: 8rem;
  }
}

.okippa-box section .kit__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.8rem;
}

.okippa-box section .kit__card {
  width: calc(50% - 12px);
}

.okippa-box section .kit__card img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__card:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__card {
    width: 100%;
    margin-bottom: 24px;
  }
}

.okippa-box section .kit__sub-section {
  width: 90%;
  margin-top: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__sub-section {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2;
  }
}

.okippa-box section .kit__big-card {
  margin-top: 1.6rem;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__big-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.okippa-box section .kit__support-text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  width: 100%;
  max-width: 850px;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__support-text {
    font-size: 3rem;
  }
}

.okippa-box section .kit__info {
  font-size: 1.8rem;
  width: 100%;
  max-width: 850px;
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__info {
    font-size: 3rem;
  }
}

.okippa-box section .kit__info--bold {
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__info--bold {
    font-size: 14px;
  }
}

.okippa-box section .kit__amount {
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__amount {
    font-size: 16px;
  }
}

.okippa-box section .kit__paragraph {
  max-width: 850px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__paragraph {
    font-size: 12px;
    line-height: 2;
  }
}

.okippa-box section .kit__card2 {
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__card2 {
    width: 100%;
    padding-top: 3rem;
  }
}

.okippa-box section .kit__card2 img {
  width: 100%;
}

.okippa-box section .kit__contents {
  margin-top: 2rem;
  font-size: 12px;
  margin-bottom: 24px;
}

.okippa-box section .kit__app {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
  max-width: 850px;
  width: 100%;
  height: 140px;
  background: #F0F3F5;
  border-radius: 10px;
  padding: 24px;
  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;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 364px;
  }
}

.okippa-box section .kit__app h2 {
  width: 320px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 24px;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__app h2 {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
  }
}

.okippa-box section .kit__infopic {
  height: 100%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__infopic {
    width: 60%;
    height: auto;
  }
}

.okippa-box section .kit__app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__app-download {
    width: 100%;
  }
}

.okippa-box section .kit__app-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media screen and (max-width: 320px) {
  .okippa-box section .kit__app-links {
    -webkit-transform: scale(0.8) translateX(-12px);
            transform: scale(0.8) translateX(-12px);
  }
}

.okippa-box section .kit__app-link-ios {
  width: 120px;
  height: 40px;
}

.okippa-box section .kit__app-link-and {
  display: block;
  width: 108px;
  height: 40px;
  margin-left: 4rem;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}

@media screen and (max-width: 900px) {
  .okippa-box section .kit__app-link-and {
    -webkit-transform: scale(1.45) translateX(12px);
            transform: scale(1.45) translateX(12px);
  }
}

.okippa-box section .kit__caption {
  font-size: 12px;
}

.okippa-box section .cource__a-button {
  position: absolute;
  bottom: 18rem;
  right: 10rem;
  height: 48px;
  width: 324px !important;
  display: block;
}

@media screen and (max-width: 900px) {
  .okippa-box section .cource__a-button {
    position: relative;
    bottom: 0;
    right: 0;
    height: 0;
    margin-bottom: 16rem;
    width: 100% !important;
  }
}

.okippa-box section .cource__button {
  z-index: 1;
  width: 324px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  color: #ffffff;
  background: #2AB978;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 900px) {
  .okippa-box section .cource__button {
    top: 0;
  }
}

.okippa-box section .cource__button:hover {
  color: #2AB978;
  background: #ffffff;
}

.okippa-box section .cource__button:active {
  color: #2AB978;
  background: #ffffff;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.okippa-box section .voice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6.4rem;
}

.okippa-box section .voice__card {
  width: 100%;
  border: 3px solid #FFBC6E;
  border-radius: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.okippa-box section .voice__card:not(:last-child) {
  margin-bottom: 4rem;
}

.okippa-box section .voice__card .character {
  width: calc((100% - 180px) / 5);
  height: auto;
  background: #FFBC6E;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .okippa-box section .voice__card .character {
    width: calc((100% - 180px) / 3);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 4rem;
  }
}

.okippa-box section .voice__card .character img {
  width: 80%;
}

.okippa-box section .voice__card p {
  width: calc(100% - (100% - 180px) / 5);
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 3.2rem 4rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .voice__card p {
    font-size: 3.2rem;
  }
}

.okippa-box section .app__sub-title {
  z-index: 1;
  margin-top: 6.4rem;
  margin-bottom: 3.6rem;
  text-align: center;
  font-size: 2.4rem;
}

.okippa-box section .app__container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .okippa-box section .app__container {
    max-width: 100%;
  }
}

.okippa-box section .app__store-name {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 2.4rem;
}

.okippa-box section .app__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .okippa-box section .app__item:last-child {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}

.okippa-box section .app__app-link-ios {
  width: 120px;
  height: 40px;
}

.okippa-box section .app__app-link-and {
  display: block;
  width: 108px;
  height: 40px;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}

.okippa-box section .app__qr {
  padding-top: 2.8rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .app__qr {
    display: none;
  }
}

.okippa-box section .qa__flex {
  z-index: 1;
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.okippa-box section .qa__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #98a6b5;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card {
    width: 100%;
  }
}

.okippa-box section .qa__card .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3.2rem;
}

.okippa-box section .qa__card .q .title {
  font-size: 18px;
  line-height: 1.8;
}

.okippa-box section .qa__card .q .expand {
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  margin-left: 4rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .q .expand img {
    width: 16px;
  }
}

.okippa-box section .qa__card .q .expand--expanded {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.okippa-box section .qa__card .a {
  height: 0;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a {
    font-size: 14px;
  }
}

.okippa-box section .qa__card .a a {
  color: #2AB978;
}

.okippa-box section .qa__card .a a:visited {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.okippa-box section .qa__card .a--expanded-1 {
  height: 16rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a--expanded-1 {
    height: 36rem;
  }
}

@media screen and (max-width: 320px) {
  .okippa-box section .qa__card .a--expanded-1 {
    height: 46rem;
  }
}

.okippa-box section .qa__card .a--expanded-2 {
  height: 14rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a--expanded-2 {
    height: 40rem;
  }
}

@media screen and (max-width: 320px) {
  .okippa-box section .qa__card .a--expanded-2 {
    height: 50rem;
  }
}

.okippa-box section .qa__card .a--expanded-3 {
  height: 8rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a--expanded-3 {
    height: 22rem;
  }
}

.okippa-box section .qa__card .a--expanded-4 {
  height: 6rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a--expanded-4 {
    height: 22rem;
  }
}

.okippa-box section .qa__card .a--expanded-5 {
  height: 10rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a--expanded-5 {
    height: 28rem;
  }
}

@media screen and (max-width: 320px) {
  .okippa-box section .qa__card .a--expanded-5 {
    height: 32rem;
  }
}

.okippa-box section .qa__card .a--expanded-6 {
  height: 10rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a--expanded-6 {
    height: 28rem;
  }
}

.okippa-box section .qa__card .a--expanded-7 {
  height: 8rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__card .a--expanded-7 {
    height: 24rem;
  }
}

.okippa-box section .qa__button {
  z-index: 1;
  width: 324px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  color: #ffffff;
  background: #2AB978;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .qa__button {
    margin-top: 8rem;
  }
}

.okippa-box section .qa__button:hover {
  color: #2AB978;
  background: #ffffff;
}

.okippa-box section .qa__button:active {
  color: #2AB978;
  background: #ffffff;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.okippa-box section .try__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.okippa-box section .try__paragraph {
  max-width: 850px;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 6.4rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__paragraph {
    font-size: 12px;
    line-height: 2.4;
  }
}

.okippa-box section .try__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3.2rem;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__container {
    padding-top: 0;
  }
}

.okippa-box section .try__card {
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__card {
    width: 100%;
  }
}

.okippa-box section .try__type {
  font-size: 30px;
  font-weight: 600;
  color: #4281A4;
  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: 92px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__type {
    padding-top: 40px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .okippa-box section .try__type {
    font-size: 24px;
  }
}

.okippa-box section .try__price {
  font-size: 24px;
  font-weight: 600;
  padding-top: 12px;
}

.okippa-box section .try__image {
  width: 100%;
  padding-bottom: 2rem;
}

.okippa-box section .try__board {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
          box-shadow: 0 0 10px 0 #ddd;
  padding: 24px 36px;
  height: 376px;
}

.okippa-box section .try__board a {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__board {
    height: auto;
    padding: 16px;
  }
}

.okippa-box section .try__card-caption {
  font-size: 1.6rem;
  color: #707F89;
  padding-bottom: 8px;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__card-caption {
    font-size: 12px;
  }
}

.okippa-box section .try__card-title {
  font-size: 24px;
  font-weight: 600;
}

.okippa-box section .try__card-content {
  padding-top: 1.6rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__card-content {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}

.okippa-box section .try__card-content span {
  display: block;
  padding-top: 12px;
  font-size: 11px;
}

.okippa-box section .try__card-control {
  width: 248px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  color: #ffffff;
  background: #2AB978;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 4rem;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__card-control {
    width: 168px;
    height: 36px;
    font-size: 12px;
  }
}

.okippa-box section .try__card-control:hover {
  color: #2AB978;
  background: #ffffff;
}

.okippa-box section .try__card-control:active {
  color: #2AB978;
  background: #ffffff;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.okippa-box section .try__card-shoplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 320px) {
  .okippa-box section .try__card-shoplist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.okippa-box section .try__card-shop {
  display: inline-block;
  font-size: 1.6rem;
  color: #2AB978;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .okippa-box section .try__card-shop {
    font-size: 10px;
    font-weight: 600;
  }
}

@media screen and (max-width: 320px) {
  .okippa-box section .try__card-shop {
    font-size: 14px;
    line-height: 2;
  }
}

.okippa-box section .banner-pc {
  margin-top: 4rem;
  width: 100%;
  margin-bottom: 8rem;
  display: block;
}

.okippa-box section .banner-pc img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .banner-pc {
    display: none;
  }
}

.okippa-box section .banner-sp {
  margin-top: 6.4rem;
  width: 100%;
  margin-bottom: 8rem;
  display: none;
}

.okippa-box section .banner-sp img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .okippa-box section .banner-sp {
    display: block;
  }
}

.okippa-box section .store {
  width: 100%;
  margin-top: 8rem;
}

.okippa-box section .store-pc {
  width: 100%;
  margin-top: 2rem;
  display: block;
}

@media screen and (max-width: 900px) {
  .okippa-box section .store-pc {
    display: none;
  }
}

.okippa-box section .store-sp {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: none;
}

@media screen and (max-width: 900px) {
  .okippa-box section .store-sp {
    display: block;
  }
}

.okippa-box section .a--button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.okippa-box .pc-br {
  display: block !important;
}

@media screen and (max-width: 900px) {
  .okippa-box .pc-br {
    display: none !important;
  }
}

.okippa-box .sp-br {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .okippa-box .sp-br {
    display: block !important;
  }
}

.accordion-item::before, .accordion-item::after {
  background: #707F89;
}

.accordion-item::after {
  background: #707F89;
}
