/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.u-delay01 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.u-delay02 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.u-delay03 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.u-delay04 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.u-delay05 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.u-delay06 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.u-delay07 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.u-delay08 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.u-delay09 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.u-delay10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.u-delay11 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}

.u-delay12 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.u-delay13 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}

.u-delay14 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.u-delay15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.u-delay16 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}

.u-delay17 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}

.u-delay18 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.u-delay19 {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}

.u-delay20 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}

.u-fz-sm {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.u-fz-md {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

.u-fz-lg {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.u-cl-white {
  color: #fff !important;
}

.u-cl-black {
  color: #000000 !important;
}

.u-cl-light_gray {
  color: #f2f2f2 !important;
}

.u-cl-primary {
  color: #003180 !important;
}

.u-cl-yellow {
  color: #f7d54e !important;
}

.u-cl-gray {
  color: #adadad !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ma {
  margin: auto !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-m0a {
  margin: 0 auto !important;
}

.u-mta {
  margin-top: auto !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mra {
  margin-right: auto !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr44 {
  margin-right: 44px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr52 {
  margin-right: 52px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr68 {
  margin-right: 68px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr76 {
  margin-right: 76px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

/* Margin BOTTOM
////////////////////////////// */
.u-mba {
  margin-bottom: auto !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb44 {
  margin-bottom: 44px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb52 {
  margin-bottom: 52px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb68 {
  margin-bottom: 68px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb76 {
  margin-bottom: 76px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mla {
  margin-left: auto !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml44 {
  margin-left: 44px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml52 {
  margin-left: 52px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml68 {
  margin-left: 68px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml76 {
  margin-left: 76px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-wa {
  width: auto !important;
}

.u-w0 {
  width: 0 !important;
}

.u-w1of1,
.u-w100 {
  width: 100% !important;
}

.u-w1of2 {
  width: 50% !important;
}

.u-w2of2 {
  width: 100% !important;
}

.u-w1of3 {
  width: 33.33333% !important;
}

.u-w2of3 {
  width: 66.66667% !important;
}

.u-w3of3 {
  width: 100% !important;
}

.u-w1of4 {
  width: 25% !important;
}

.u-w2of4 {
  width: 50% !important;
}

.u-w3of4 {
  width: 75% !important;
}

.u-w4of4 {
  width: 100% !important;
}

.u-w1of5 {
  width: 20% !important;
}

.u-w2of5 {
  width: 40% !important;
}

.u-w3of5 {
  width: 60% !important;
}

.u-w4of5 {
  width: 80% !important;
}

.u-w5of5 {
  width: 100% !important;
}

.u-w1of6 {
  width: 16.66667% !important;
}

.u-w2of6 {
  width: 33.33333% !important;
}

.u-w3of6 {
  width: 50% !important;
}

.u-w4of6 {
  width: 66.66667% !important;
}

.u-w5of6 {
  width: 83.33333% !important;
}

.u-w6of6 {
  width: 100% !important;
}

.u-w1of8 {
  width: 12.5% !important;
}

.u-w2of8 {
  width: 25% !important;
}

.u-w3of8 {
  width: 37.5% !important;
}

.u-w4of8 {
  width: 50% !important;
}

.u-w5of8 {
  width: 62.5% !important;
}

.u-w6of8 {
  width: 75% !important;
}

.u-w7of8 {
  width: 87.5% !important;
}

.u-w8of8 {
  width: 100% !important;
}

.u-w1of9 {
  width: 11.11111% !important;
}

.u-w2of9 {
  width: 22.22222% !important;
}

.u-w3of9 {
  width: 33.33333% !important;
}

.u-w4of9 {
  width: 44.44444% !important;
}

.u-w5of9 {
  width: 55.55556% !important;
}

.u-w6of9 {
  width: 66.66667% !important;
}

.u-w7of9 {
  width: 77.77778% !important;
}

.u-w8of9 {
  width: 88.88889% !important;
}

.u-w9of9 {
  width: 100% !important;
}

.u-w1of12 {
  width: 8.33333% !important;
}

.u-w2of12 {
  width: 16.66667% !important;
}

.u-w3of12 {
  width: 25% !important;
}

.u-w4of12 {
  width: 33.33333% !important;
}

.u-w5of12 {
  width: 41.66667% !important;
}

.u-w6of12 {
  width: 50% !important;
}

.u-w7of12 {
  width: 58.33333% !important;
}

.u-w8of12 {
  width: 66.66667% !important;
}

.u-w9of12 {
  width: 75% !important;
}

.u-w10of12 {
  width: 83.33333% !important;
}

.u-w11of12 {
  width: 91.66667% !important;
}

.u-w12of12 {
  width: 100% !important;
}

.u-w1em {
  width: 1em !important;
}

.u-w2em {
  width: 2em !important;
}

.u-w3em {
  width: 3em !important;
}

.u-w4em {
  width: 4em !important;
}

.u-w5em {
  width: 5em !important;
}

.u-w6em {
  width: 6em !important;
}

.u-w7em {
  width: 7em !important;
}

.u-w8em {
  width: 8em !important;
}

.u-w9em {
  width: 9em !important;
}

.u-w10em {
  width: 10em !important;
}

.u-w11em {
  width: 11em !important;
}

.u-w12em {
  width: 12em !important;
}

.u-w13em {
  width: 13em !important;
}

.u-w14em {
  width: 14em !important;
}

.u-w15em {
  width: 15em !important;
}

.u-w16em {
  width: 16em !important;
}

.u-w17em {
  width: 17em !important;
}

.u-w18em {
  width: 18em !important;
}

.u-w19em {
  width: 19em !important;
}

.u-w20em {
  width: 20em !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

body {
  font-family: "Noto Sans JP",sans-serif;
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

.p-speakbuddyLead__em {
  font-style: normal;
  font-weight: 500;
}

.p-speakbuddyHdg2__text {
  text-align: center;
  position: relative;
  font-weight: 500;
}

.p-speakbuddyHdg2__text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0063a1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-speakbuddyCouponBox {
  background-color: #0063a1;
  position: relative;
}

.p-speakbuddyCouponBox__ttl {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.p-speakbuddyCouponBox__ttlEm {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 500;
  display: block;
  font-style: normal;
}

.p-speakbuddyCouponBox__code {
  text-align: center;
  background-color: #fff;
}

.p-speakbuddyCouponBox__note {
  text-align: center;
  color: #fff;
}

.p-speakbuddyCouponBox__ico {
  color: #fff;
  background-color: #ebba02;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  margin: 0;
  border-radius: 50%;
}

.p-speakbuddyCouponBox__expireText {
  color: #ebba02;
  font-weight: 500;
  margin: 0;
}

.coupon {
  margin: 0;
}

.expire {
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
}

.p-speakbuddyStepWrap {
  background-color: #f1f1f1;
}

.p-speakbuddyStepSec + .p-speakbuddyStepSec {
  position: relative;
}

.p-speakbuddyStepSec + .p-speakbuddyStepSec::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-speakbuddyStepSec__head {
  background-color: #0063a1;
}

.p-speakbuddyStepSec__head > *:first-child {
  margin-top: 0;
}

.p-speakbuddyStepSec__head > *:last-child {
  margin-bottom: 0;
}

.p-speakbuddyStepSec__hdg {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: 'Roboto',sans-serif;
}

.p-speakbuddyStepSec__hdg4 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-family: 'Roboto',sans-serif;
}

.p-speakbuddyStepSec__body {
  background-color: #fff;
}

.p-speakbuddyStepSec__body > *:first-child {
  margin-top: 0;
}

.p-speakbuddyStepSec__body > *:last-child {
  margin-bottom: 0;
}

.p-speakbuddyStepSec__text {
  text-align: center;
  font-weight: 500;
  margin: 0;
}

.p-speakbuddyStepSec__note {
  text-align: center;
  font-weight: 500;
  color: #999;
}

.p-speakbuddyStepSec__btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-speakbuddyStepSec__stepList {
  list-style: none;
  padding: 0;
  border-top: 1px solid #d6d6d6;
}

.p-speakbuddyStepSec__stepListItem {
  min-height: 0%;
  margin-top: 20px;
}

.p-speakbuddyStepSec__stepListTtl {
  color: #0063a1;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-speakbuddyStepSec__stepListTtlNum {
  background-color: #0063a1;
  font-weight: 500;
  border-radius: 50%;
  font-family: 'Roboto',sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-speakbuddyStepSec__stepListFig {
  min-height: 0%;
}

.p-speakbuddyAbout {
  background: -webkit-gradient(linear, left bottom, left top, from(#336fb5), to(#64ade0));
  background: linear-gradient(0deg, #336fb5, #64ade0);
}

.p-speakbuddyAbout__hdg {
  color: #fff;
  font-weight: 500;
}

.p-speakbuddyAbout__text {
  color: #fff;
}

.p-speakbuddyAbout__btnLink {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.p-speakbuddyAbout__btnLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  margin: auto;
}

.p-speakbuddyFooter__logo {
  display: block;
}

.p-speakbuddyFooter__copyright {
  color: #999;
  margin: 0;
  text-align: center;
}

.p-speakbuddyFooter__copyrightSmall {
  color: #999;
  margin: 0;
  text-align: center;
}

.p-speakbuddyNoteSec__hdg {
  text-align: center;
  font-weight: 500;
}

.p-speakbuddyNoteSec__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-speakbuddyNoteSec__listItem {
  position: relative;
}

.p-speakbuddyNoteSec__listItem::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #d6d6d6;
}

.p-speakbuddyNoteSec__listStrong {
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .u-767lt {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-speaksp {
    display: none !important;
  }
  .p-speakbuddyWrap {
    max-width: 1090px;
    margin: auto;
    margin-top: 57px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-speakbuddyLead {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    text-align: center;
  }
  .p-speakbuddyLead__em {
    background: -webkit-gradient(linear, left bottom, left top, from(#fbf2ce), color-stop(40%, #fbf2ce), color-stop(40%, transparent));
    background: linear-gradient(0deg, #fbf2ce 0%, #fbf2ce 40%, transparent 40%);
  }
  .p-speakbuddyFig {
    margin-top: 50px;
  }
  .p-speakbuddyHdg2__text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.125;
    padding-bottom: 17px;
    margin: 0;
    margin-top: 85px;
  }
  .p-speakbuddyHdg2__text::before {
    width: 30px;
    height: 3px;
  }
  .p-speakbuddyParagraph__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 34px;
    text-align: center;
  }
  .p-speakbuddyCouponBox {
    padding: 52px 25px 39px;
    margin-top: 59px;
    text-align: center;
  }
  .p-speakbuddyCouponBox__ttl {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-speakbuddyCouponBox__ttlEm {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5;
    margin-top: 4px;
  }
  .p-speakbuddyCouponBox__code {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    padding: 21px 15px 25px;
    margin-top: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-speakbuddyCouponBox__note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.57143;
    margin-top: 18px;
  }
  .p-speakbuddyCouponBox__ico {
    width: 72px;
    height: 72px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    top: -20px;
    left: -20px;
  }
  .p-speakbuddyCouponBox__expire {
    margin-top: 16px;
  }
  .p-speakbuddyCouponBox__expireText {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.66667;
  }
  .coupon {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
  }
  .expire {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.4;
  }
  .p-speakbuddyStepWrap {
    padding: 65px 80px 72px;
    max-width: 1040px;
    margin: auto;
    margin-top: 88px;
  }
  .p-speakbuddyStepSec + .p-speakbuddyStepSec {
    margin-top: 90px;
  }
  .p-speakbuddyStepSec + .p-speakbuddyStepSec::before {
    border: 23px solid transparent;
    border-top: 26px solid #000;
    top: -58px;
  }
  .p-speakbuddyStepSec__head {
    border-radius: 8px 8px 0 0;
  }
  .p-speakbuddyStepSec__hdg {
    padding: 3px 5px 2px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.66667;
  }
  .p-speakbuddyStepSec__hdg4 {
    padding: 3px 5px 2px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.4;
  }
  .p-speakbuddyStepSec__hdg4--line {
    padding-top: 40px;
    border-top: 1px solid  #f1f1f1;
  }
  .p-speakbuddyStepSec__body {
    padding: 34px 25px 43px;
  }
  .p-speakbuddyStepSec__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-speakbuddyStepSec__note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 3.64286;
    margin-top: 3px;
    margin-bottom: 0;
  }
  .p-speakbuddyStepSec__btnList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 1px;
  }
  .p-speakbuddyStepSec__btnListItem {
    margin-top: 2px;
    width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 140px;
    -ms-flex: 0 1 140px;
    flex: 0 1 140px;
  }
  .p-speakbuddyStepSec__btnListItem + .p-speakbuddyStepSec__btnListItem {
    margin-left: 24px;
    width: 156px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 156px;
    -ms-flex: 0 1 156px;
    flex: 0 1 156px;
  }
  .p-speakbuddyStepSec__btnListLink {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .p-speakbuddyStepSec__btnListLink:hover {
    opacity: 0.7;
  }
  .p-speakbuddyStepSec__stepList {
    margin-top: 27px;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 684px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-speakbuddyStepSec__stepListItem {
    margin-top: 40px;
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-speakbuddyStepSec__stepListItem--center {
    margin-left: auto;
    margin-right: auto;
  }
  .p-speakbuddyStepSec__stepListTtl {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-speakbuddyStepSec__stepListTtlNum {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    margin-right: 7px;
  }
  .p-speakbuddyStepSec__stepListFig {
    margin-top: 15px;
  }
  .p-speakbuddyAbout {
    min-height: 471px;
    padding: 64px 0;
  }
  .p-speakbuddyAbout__inner {
    position: relative;
    max-width: 1040px;
    margin: auto;
    padding: 0 40px;
  }
  .p-speakbuddyAbout__body {
    margin-top: 37px;
  }
  .p-speakbuddyAbout__contents {
    max-width: 480px;
    width: 50%;
    text-align: left;
  }
  .p-speakbuddyAbout__hdg {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
  }
  .p-speakbuddyAbout__fig {
    position: absolute;
    top: 0;
    right: 14.03846%;
    width: 19.90385%;
  }
  .p-speakbuddyAbout__text {
    margin: 0;
    margin-top: 14px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-speakbuddyAbout__btn {
    text-align: center;
    margin-top: 37px;
  }
  .p-speakbuddyAbout__btnLink {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 26px 43px 30px 43px;
    border-radius: 8px;
    max-width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .p-speakbuddyAbout__btnLink:hover {
    opacity: 0.8;
  }
  .p-speakbuddyAbout__btnLink::before {
    border: 8px solid transparent;
    border-left: 11px solid #fff;
    bottom: -2px;
    right: 18px;
  }
  .p-speakbuddyFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding: 0 48px;
  }
  .p-speakbuddyFooter__logo {
    width: 221px;
    margin-top: 4px;
  }
  .p-speakbuddyFooter__copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1;
    margin-top: -5px;
    letter-spacing: 0.005em;
  }
  .p-speakbuddyFooter__copyrightSmall {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1;
    letter-spacing: 0.005em;
  }
  .p-speakbuddyNoteSec__inner {
    padding: 59px 20px 108px;
  }
  .p-speakbuddyNoteSec__hdg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-speakbuddyNoteSec__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 29px;
  }
  .p-speakbuddyNoteSec__listItem {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 26px;
  }
  .p-speakbuddyNoteSec__listItem::before {
    top: 13px;
    left: 8px;
  }
  .p-speakbuddyNoteSec__listItem + .p-speakbuddyNoteSec__listItem {
    margin-top: 15px;
  }
  .p-speakbuddyNoteSec__listStrong {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    display: inline-block;
    margin-top: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fbf2ce), color-stop(40%, #fbf2ce), color-stop(40%, transparent));
    background: linear-gradient(0deg, #fbf2ce 0%, #fbf2ce 40%, transparent 40%);
  }
}

@media screen and (min-width: 1024px) {
  .u-sp {
    display: none !important;
  }
  .u-fz-sm {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.33333;
  }
  .u-fz-md {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.28571;
  }
  .u-fz-lg {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.125;
  }
  .u-pc-ma {
    margin: auto !important;
  }
  .u-pc-m0 {
    margin: 0 !important;
  }
  .u-pc-m0a {
    margin: 0 auto !important;
  }
  .u-pc-mta {
    margin-top: auto !important;
  }
  .u-pc-mt0 {
    margin-top: 0 !important;
  }
  .u-pc-mt4 {
    margin-top: 4px !important;
  }
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mt8 {
    margin-top: 8px !important;
  }
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mt12 {
    margin-top: 12px !important;
  }
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mt16 {
    margin-top: 16px !important;
  }
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mt24 {
    margin-top: 24px !important;
  }
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mt28 {
    margin-top: 28px !important;
  }
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mt32 {
    margin-top: 32px !important;
  }
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mt36 {
    margin-top: 36px !important;
  }
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mt44 {
    margin-top: 44px !important;
  }
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mt48 {
    margin-top: 48px !important;
  }
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mt52 {
    margin-top: 52px !important;
  }
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mt56 {
    margin-top: 56px !important;
  }
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mt64 {
    margin-top: 64px !important;
  }
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mt68 {
    margin-top: 68px !important;
  }
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mt72 {
    margin-top: 72px !important;
  }
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mt76 {
    margin-top: 76px !important;
  }
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mra {
    margin-right: auto !important;
  }
  .u-pc-mr0 {
    margin-right: 0 !important;
  }
  .u-pc-mr4 {
    margin-right: 4px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-mr8 {
    margin-right: 8px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-mr12 {
    margin-right: 12px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-mr16 {
    margin-right: 16px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-mr24 {
    margin-right: 24px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-mr28 {
    margin-right: 28px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-mr32 {
    margin-right: 32px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-mr36 {
    margin-right: 36px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-mr44 {
    margin-right: 44px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-mr48 {
    margin-right: 48px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-mr52 {
    margin-right: 52px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-mr56 {
    margin-right: 56px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-mr64 {
    margin-right: 64px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-mr68 {
    margin-right: 68px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-mr72 {
    margin-right: 72px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-mr76 {
    margin-right: 76px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-mba {
    margin-bottom: auto !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0 !important;
  }
  .u-pc-mb4 {
    margin-bottom: 4px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-mb8 {
    margin-bottom: 8px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-mb12 {
    margin-bottom: 12px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-mb16 {
    margin-bottom: 16px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-mb24 {
    margin-bottom: 24px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-mb28 {
    margin-bottom: 28px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-mb32 {
    margin-bottom: 32px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-mb36 {
    margin-bottom: 36px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mb44 {
    margin-bottom: 44px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-mb48 {
    margin-bottom: 48px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-mb52 {
    margin-bottom: 52px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-mb56 {
    margin-bottom: 56px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-mb64 {
    margin-bottom: 64px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-mb68 {
    margin-bottom: 68px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-mb72 {
    margin-bottom: 72px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-mb76 {
    margin-bottom: 76px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mla {
    margin-left: auto !important;
  }
  .u-pc-ml0 {
    margin-left: 0 !important;
  }
  .u-pc-ml4 {
    margin-left: 4px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
  .u-pc-ml8 {
    margin-left: 8px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
  .u-pc-ml12 {
    margin-left: 12px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
  .u-pc-ml16 {
    margin-left: 16px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
  .u-pc-ml24 {
    margin-left: 24px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
  .u-pc-ml28 {
    margin-left: 28px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
  .u-pc-ml32 {
    margin-left: 32px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
  .u-pc-ml36 {
    margin-left: 36px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
  .u-pc-ml44 {
    margin-left: 44px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
  .u-pc-ml48 {
    margin-left: 48px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
  .u-pc-ml52 {
    margin-left: 52px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
  .u-pc-ml56 {
    margin-left: 56px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
  .u-pc-ml64 {
    margin-left: 64px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
  .u-pc-ml68 {
    margin-left: 68px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
  .u-pc-ml72 {
    margin-left: 72px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
  .u-pc-ml76 {
    margin-left: 76px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
  .u-pc-wa {
    width: auto !important;
  }
  .u-pc-w0 {
    width: 0 !important;
  }
  .u-pc-w1of1,
  .u-pc-w100 {
    width: 100% !important;
  }
  .u-pc-w1of2 {
    width: 50% !important;
  }
  .u-pc-w2of2 {
    width: 100% !important;
  }
  .u-pc-w1of3 {
    width: 33.33333% !important;
  }
  .u-pc-w2of3 {
    width: 66.66667% !important;
  }
  .u-pc-w3of3 {
    width: 100% !important;
  }
  .u-pc-w1of4 {
    width: 25% !important;
  }
  .u-pc-w2of4 {
    width: 50% !important;
  }
  .u-pc-w3of4 {
    width: 75% !important;
  }
  .u-pc-w4of4 {
    width: 100% !important;
  }
  .u-pc-w1of5 {
    width: 20% !important;
  }
  .u-pc-w2of5 {
    width: 40% !important;
  }
  .u-pc-w3of5 {
    width: 60% !important;
  }
  .u-pc-w4of5 {
    width: 80% !important;
  }
  .u-pc-w5of5 {
    width: 100% !important;
  }
  .u-pc-w1of6 {
    width: 16.66667% !important;
  }
  .u-pc-w2of6 {
    width: 33.33333% !important;
  }
  .u-pc-w3of6 {
    width: 50% !important;
  }
  .u-pc-w4of6 {
    width: 66.66667% !important;
  }
  .u-pc-w5of6 {
    width: 83.33333% !important;
  }
  .u-pc-w6of6 {
    width: 100% !important;
  }
  .u-pc-w1of8 {
    width: 12.5% !important;
  }
  .u-pc-w2of8 {
    width: 25% !important;
  }
  .u-pc-w3of8 {
    width: 37.5% !important;
  }
  .u-pc-w4of8 {
    width: 50% !important;
  }
  .u-pc-w5of8 {
    width: 62.5% !important;
  }
  .u-pc-w6of8 {
    width: 75% !important;
  }
  .u-pc-w7of8 {
    width: 87.5% !important;
  }
  .u-pc-w8of8 {
    width: 100% !important;
  }
  .u-pc-w1of9 {
    width: 11.11111% !important;
  }
  .u-pc-w2of9 {
    width: 22.22222% !important;
  }
  .u-pc-w3of9 {
    width: 33.33333% !important;
  }
  .u-pc-w4of9 {
    width: 44.44444% !important;
  }
  .u-pc-w5of9 {
    width: 55.55556% !important;
  }
  .u-pc-w6of9 {
    width: 66.66667% !important;
  }
  .u-pc-w7of9 {
    width: 77.77778% !important;
  }
  .u-pc-w8of9 {
    width: 88.88889% !important;
  }
  .u-pc-w9of9 {
    width: 100% !important;
  }
  .u-pc-w1of12 {
    width: 8.33333% !important;
  }
  .u-pc-w2of12 {
    width: 16.66667% !important;
  }
  .u-pc-w3of12 {
    width: 25%;
  }
  .u-pc-w4of12 {
    width: 33.33333% !important;
  }
  .u-pc-w5of12 {
    width: 41.66667% !important;
  }
  .u-pc-w6of12 {
    width: 50% !important;
  }
  .u-pc-w7of12 {
    width: 58.33333% !important;
  }
  .u-pc-w8of12 {
    width: 66.66667% !important;
  }
  .u-pc-w9of12 {
    width: 75% !important;
  }
  .u-pc-w10of12 {
    width: 83.33333% !important;
  }
  .u-pc-w11of12 {
    width: 91.66667% !important;
  }
  .u-pc-w12of12 {
    width: 100% !important;
  }
  .u-pc-w1em {
    width: 1em !important;
  }
  .u-pc-w2em {
    width: 2em !important;
  }
  .u-pc-w3em {
    width: 3em !important;
  }
  .u-pc-w4em {
    width: 4em !important;
  }
  .u-pc-w5em {
    width: 5em !important;
  }
  .u-pc-w6em {
    width: 6em !important;
  }
  .u-pc-w7em {
    width: 7em !important;
  }
  .u-pc-w8em {
    width: 8em !important;
  }
  .u-pc-w9em {
    width: 9em !important;
  }
  .u-pc-w10em {
    width: 10em !important;
  }
  .u-pc-w11em {
    width: 11em !important;
  }
  .u-pc-w12em {
    width: 12em !important;
  }
  .u-pc-w13em {
    width: 13em !important;
  }
  .u-pc-w14em {
    width: 14em !important;
  }
  .u-pc-w15em {
    width: 15em !important;
  }
  .u-pc-w16em {
    width: 16em !important;
  }
  .u-pc-w17em {
    width: 17em !important;
  }
  .u-pc-w18em {
    width: 18em !important;
  }
  .u-pc-w19em {
    width: 19em !important;
  }
  .u-pc-w20em {
    width: 20em !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-768au {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-speakpc {
    display: none !important;
  }
  .p-speakbuddyWrap {
    padding: 0 25px;
    margin-top: 34px;
  }
  .p-speakbuddyLead {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .p-speakbuddyLead__em {
    background: -webkit-gradient(linear, left bottom, left top, from(#fbf2ce), color-stop(45%, #fbf2ce), color-stop(45%, transparent));
    background: linear-gradient(0deg, #fbf2ce 0%, #fbf2ce 45%, transparent 45%);
  }
  .p-speakbuddyFig {
    margin-top: 34px;
  }
  .p-speakbuddyHdg2 {
    margin-top: 53px;
  }
  .p-speakbuddyHdg2__text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.41667;
    padding-bottom: 22px;
    margin: 0;
  }
  .p-speakbuddyHdg2__text::before {
    width: 34px;
    height: 3px;
  }
  .p-speakbuddyParagraph__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-top: 22px;
  }
  .p-speakbuddyCouponBox {
    padding: 35px 25px 27px;
    margin-top: 35px;
  }
  .p-speakbuddyCouponBox__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .p-speakbuddyCouponBox__ttlEm {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 2px;
  }
  .p-speakbuddyCouponBox__code {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    padding: 17px 15px 20px;
    margin-top: 11px;
  }
  .p-speakbuddyCouponBox__note {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 16px;
  }
  .p-speakbuddyCouponBox__ico {
    width: 60px;
    height: 60px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    top: -15px;
    left: -15px;
  }
  .p-speakbuddyCouponBox__expire {
    margin-top: 14px;
  }
  .p-speakbuddyCouponBox__expireText {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    text-align: center;
  }
  .coupon {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }
  .expire {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.84615;
  }
  .p-speakbuddyStepWrap {
    padding: 50px 25px 55px;
    margin-top: 55px;
  }
  .p-speakbuddyStepSec + .p-speakbuddyStepSec {
    margin-top: 52px;
  }
  .p-speakbuddyStepSec + .p-speakbuddyStepSec::before {
    border: 18px solid transparent;
    border-top: 20px solid #000;
    top: -36px;
  }
  .p-speakbuddyStepSec__head {
    border-radius: 4px 4px 0 0;
  }
  .p-speakbuddyStepSec__hdg {
    padding: 10px 5px 9px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  .p-speakbuddyStepSec__hdg4 {
    padding: 10px 5px 9px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
  .p-speakbuddyStepSec__body {
    padding: 34px 25px 38px;
  }
  .p-speakbuddyStepSec__text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  .p-speakbuddyStepSec__note {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.84615;
    margin-top: -1px;
  }
  .p-speakbuddyStepSec__btnList {
    padding: 0;
    margin-top: 22px;
  }
  .p-speakbuddyStepSec__btnListItem {
    margin-top: 2px;
    width: 123px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 123px;
    -ms-flex: 0 1 123px;
    flex: 0 1 123px;
  }
  .p-speakbuddyStepSec__btnListItem + .p-speakbuddyStepSec__btnListItem {
    margin-left: 15px;
    width: 137.5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 137.5px;
    -ms-flex: 0 1 137.5px;
    flex: 0 1 137.5px;
  }
  .p-speakbuddyStepSec__stepList {
    margin-top: 32px;
    padding-top: 0;
  }
  .p-speakbuddyStepSec__stepListTtl {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  .p-speakbuddyStepSec__stepListTtlNum {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin-right: 12px;
  }
  .p-speakbuddyStepSec__stepListFig {
    margin-top: 19px;
  }
  .p-speakbuddyAbout {
    padding: 23px 25px 57px;
  }
  .p-speakbuddyAbout__hdg {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-speakbuddyAbout__fig {
    margin-top: 28px;
    width: 128px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-speakbuddyAbout__text {
    margin-top: 13px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-bottom: 0;
  }
  .p-speakbuddyAbout__text + .p-speakbuddyAbout__text {
    margin-top: 0;
  }
  .p-speakbuddyAbout__btn {
    text-align: center;
    margin-top: 35px;
  }
  .p-speakbuddyAbout__btnLink {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 20px 43px 21px 18px;
    border-radius: 4px;
  }
  .p-speakbuddyAbout__btnLink::before {
    border: 5px solid transparent;
    border-left: 7px solid #fff;
    bottom: -2px;
    right: 14px;
  }
  .p-speakbuddyFooter {
    padding: 22px 0 14px;
  }
  .p-speakbuddyFooter__logo {
    width: 200px;
    margin: auto;
  }
  .p-speakbuddyFooter__copyright {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.4;
    margin-top: -5px;
    letter-spacing: 0.005em;
  }
  .p-speakbuddyFooter__copyrightSmall {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.4;
    letter-spacing: 0.005em;
  }
  .p-speakbuddyNoteSec__inner {
    padding: 32px 20px 62px;
  }
  .p-speakbuddyNoteSec__hdg {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 0.9;
  }
  .p-speakbuddyNoteSec__body {
    margin-top: 23px;
  }
  .p-speakbuddyNoteSec__listItem {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.76923;
    padding-left: 25px;
  }
  .p-speakbuddyNoteSec__listItem::before {
    top: 10px;
    left: 5px;
  }
  .p-speakbuddyNoteSec__listItem + .p-speakbuddyNoteSec__listItem {
    margin-top: 12px;
  }
  .p-speakbuddyNoteSec__listStrong {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    background: -webkit-gradient(linear, left bottom, left top, from(#fbf2ce), color-stop(55%, #fbf2ce), color-stop(55%, transparent));
    background: linear-gradient(0deg, #fbf2ce 0%, #fbf2ce 55%, transparent 55%);
  }
}
