@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  contain: strict;
  display: inline-block;
  height: 20px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  display: flex;
  flex-direction: column;
  inset: 0 0.5em 0 auto;
  padding: 1em 0;
}
@font-face {
  font-family: Local Noto Sans JP;
  src: local("Noto Sans JP");
}
.p-test-sensei-ar_main-visual {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.p-test-sensei-ar_main-visual__image {
  width: 100%;
  max-width: 100%;
}
.p-test-sensei-ar_lead-area {
  padding-top: 32px;
  padding-bottom: 32px;
  font-family:
    Local Noto Sans JP,
    Noto Sans JP,
    sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #e60012;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_lead-area {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
}
#container.p-test-sensei-ar_container {
  display: block;
  max-width: none;
  font-family:
    Local Noto Sans JP,
    Noto Sans JP,
    sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  #container.p-test-sensei-ar_container {
    padding: 0;
  }
}
.p-test-sensei-ar_introduction-area {
  width: calc(100% - 80px);
  max-width: 900px;
  padding-top: 130px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_introduction-area {
    width: calc(100% - 40px);
    padding-top: 32px;
  }
}
.p-test-sensei-ar_introduction-title {
  display: grid;
  grid-template-columns: 1fr 257px;
  padding-right: 34px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_introduction-title {
    grid-template-columns: 1fr 90px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-right: 0;
  }
}
.p-test-sensei-ar_introduction-title__text {
  width: 100%;
  padding-top: 12px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_introduction-title__text {
    padding-top: 0;
  }
}
.p-test-sensei-ar_introduction-image {
  margin-top: 14px;
  margin-right: -50px;
  margin-left: -50px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_introduction-image {
    margin-top: 4px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.p-test-sensei-ar_introduction-text-area {
  margin-top: 48px;
  font-size: 18px;
  line-height: 2.83;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_introduction-text-area {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-test-sensei-ar_heading {
  position: relative;
  padding: 10px;
  margin-top: 122px;
  margin-right: 14px;
  margin-left: 14px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #e60012;
}
.p-test-sensei-ar_heading:before,
.p-test-sensei-ar_heading:after {
  position: absolute;
  top: 0;
  display: block;
  width: 14px;
  height: 100%;
  content: "";
  background-color: #e60012;
}
.p-test-sensei-ar_heading:before {
  left: -14px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.p-test-sensei-ar_heading:after {
  right: -14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_heading {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 40px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 16px;
  }
  .p-test-sensei-ar_heading:before,
  .p-test-sensei-ar_heading:after {
    width: 6px;
  }
  .p-test-sensei-ar_heading:before {
    left: -6px;
  }
  .p-test-sensei-ar_heading:after {
    right: -6px;
  }
}
.p-test-sensei-ar_video {
  max-width: 700px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_video {
    max-width: 85%;
  }
}
.p-test-sensei-ar_solution-title {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-title {
    margin-top: 40px;
  }
}
.p-test-sensei-ar_solution-title__problem,
.p-test-sensei-ar_solution-title__solution {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-title__problem,
  .p-test-sensei-ar_solution-title__solution {
    padding: 4px 10px;
  }
}
.p-test-sensei-ar_solution-title__problem {
  width: calc(50% - 10px);
  padding-right: 27px;
  background-color: #717071;
}
.p-test-sensei-ar_solution-title__problem:after {
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  width: 14px;
  height: 100%;
  content: "";
  background-color: #717071;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-title__problem {
    padding-right: 8px;
  }
}
.p-test-sensei-ar_solution-title__solution {
  width: calc(50% - 20px);
  padding-left: 70px;
  background-color: #e60012;
}
.p-test-sensei-ar_solution-title__solution:before {
  position: absolute;
  top: 0;
  left: -14px;
  display: block;
  width: 14px;
  height: 100%;
  content: "";
  background-color: #e60012;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-title__solution {
    padding-left: 6px;
  }
}
.p-test-sensei-ar_solution-title__problem-text,
.p-test-sensei-ar_solution-title__solution-text {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.p-test-sensei-ar_solution-title__problem-text > span,
.p-test-sensei-ar_solution-title__solution-text > span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-title__problem-text,
  .p-test-sensei-ar_solution-title__solution-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-test-sensei-ar_solution-title__problem-text {
  margin-left: auto;
}
.p-test-sensei-ar_solution-title__solution-text {
  margin-right: auto;
}
.p-test-sensei-ar_solution-detail-area {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  height: 764px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.p-test-sensei-ar_solution-detail-area:before,
.p-test-sensei-ar_solution-detail-area:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 50%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-test-sensei-ar_solution-detail-area:before {
  left: 0;
  border-top: 3px solid #717071;
  border-bottom: 3px solid #717071;
  border-left: 3px solid #717071;
}
.p-test-sensei-ar_solution-detail-area:after {
  right: 0;
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  border-bottom: 3px solid #e60012;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-detail-area {
    height: 260px;
    margin-top: 10px;
  }
}
.p-test-sensei-ar_solution-detail-area__scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.p-test-sensei-ar_solution-detail-are__list {
  display: grid;
  row-gap: 16px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-detail-are__list {
    row-gap: 12px;
  }
}
.p-test-sensei-ar_solution-detail-are__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-detail-are__item {
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}
.p-test-sensei-ar_solution-detail-are__problem-item,
.p-test-sensei-ar_solution-detail-are__solution-item {
  min-height: 463px;
  padding: 32px 64px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-detail-are__problem-item,
  .p-test-sensei-ar_solution-detail-are__solution-item {
    min-height: 0;
    padding: 12px 10px;
  }
}
.p-test-sensei-ar_solution-detail-are__problem-item {
  background-color: #e8e8e8;
}
.p-test-sensei-ar_solution-detail-are__solution-item {
  background-color: #fef5f6;
}
.p-test-sensei-ar_solution-detail-are__item-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-detail-are__item-title {
    font-size: 16px;
  }
}
.p-test-sensei-ar_solution-detail-are__item-image {
  width: 100%;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-detail-are__item-image {
    margin-top: 6px;
  }
}
.p-test-sensei-ar_solution-detail-are__item-text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_solution-detail-are__item-text {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-test-sensei-ar_scene-area {
  position: relative;
  padding: 110px 0 48px;
  margin-top: 185px;
  background-image: url(/wp/wp-content/uploads/2020/09/bg_test_sensei_ar_01.png);
  background-position: center;
  background-size: cover 100%;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-area {
    padding: 34px 0 37px;
    margin-top: 60px;
  }
}
.p-test-sensei-ar_scene-area__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 80px);
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(-59%);
}
.p-test-sensei-ar_scene-area__title > .p-test-sensei-ar_heading {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-area__title {
    width: calc(100% - 40px);
  }
}
.p-test-sensei-ar_scene-slider {
  overflow-x: hidden;
}
.p-test-sensei-ar_scene-slider .splide {
  width: 600px;
  padding-bottom: 46px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: visible;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider .splide {
    width: calc(100% - 150px);
    padding-bottom: 29px;
  }
}
.p-test-sensei-ar_scene-slider .splide__track {
  overflow: visible;
}
.p-test-sensei-ar_scene-slider .splide__slide {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider .splide__slide {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.p-test-sensei-ar_scene-slider .splide__arrow {
  top: 238px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  opacity: 1;
}
.p-test-sensei-ar_scene-slider .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.p-test-sensei-ar_scene-slider .splide__arrow:hover:not(:disabled) img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider .splide__arrow {
    top: 100px;
    width: 20px;
    height: 20px;
  }
}
.p-test-sensei-ar_scene-slider .splide__arrow--prev {
  left: max(-200px, 100px - 20vw);
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider .splide__arrow--prev {
    left: max(-54px, -20vw);
  }
}
.p-test-sensei-ar_scene-slider .splide__arrow--next {
  right: max(-200px, 100px - 20vw);
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider .splide__arrow--next {
    right: max(-54px, -20vw);
  }
}
.p-test-sensei-ar_scene-slider .splide__pagination {
  right: 0;
  bottom: 0;
  left: auto;
}
.p-test-sensei-ar_scene-slider .splide__pagination__page {
  width: 14px;
  height: 14px;
  margin: 3px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.p-test-sensei-ar_scene-slider .splide__pagination__page.is-active {
  background: #e60012;
  transform: none;
}
.p-test-sensei-ar_scene-slider__title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider__title {
    font-size: 16px;
  }
}
.p-test-sensei-ar_scene-slider__image {
  display: block;
  width: 100%;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider__image {
    margin-top: 5px;
  }
}
.p-test-sensei-ar_scene-slider__text {
  margin-top: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_scene-slider__text {
    margin-top: 7px;
    font-size: 14px;
  }
}
.p-test-sensei-ar_product-area {
  position: relative;
  padding-top: 116px;
  margin-top: 182px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area {
    padding-top: 40px;
    margin-top: 60px;
  }
}
.p-test-sensei-ar_product-area__content {
  width: calc(100% - 80px);
  max-width: 900px;
  padding-bottom: 108px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__content {
    padding-bottom: 21px;
  }
}
.p-test-sensei-ar_product-area__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 80px);
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(-59%);
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__title {
    width: calc(100% - 40px);
  }
}
.p-test-sensei-ar_product-area__title > .p-test-sensei-ar_heading {
  margin-top: 0;
}
.p-test-sensei-ar_product-area__product {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__product {
    display: block;
  }
}
.p-test-sensei-ar_product-area__product-image {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__product-image {
    width: 100%;
  }
}
.p-test-sensei-ar_product-area__product-text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__product-text-area {
    padding-top: 28px;
  }
}
.p-test-sensei-ar_product-area__how-to-use {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__how-to-use {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.p-test-sensei-ar_product-area__how-to-use__title {
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  font-size: 20px;
  border-right: 1px solid #b4b4b5;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__how-to-use__title {
    padding-top: 14px;
    padding-right: 8px;
    padding-bottom: 14px;
    font-size: 14px;
  }
}
.p-test-sensei-ar_product-area__how-to-use__text {
  margin-right: -10px;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__how-to-use__text {
    margin-right: -8px;
    font-size: 14px;
  }
}
.p-test-sensei-ar_product-area__price {
  margin-top: 70px;
  font-size: 20px;
}
.p-test-sensei-ar_product-area__price > h3 {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__price {
    margin-top: 18px;
    font-size: 14px;
  }
}
.p-test-sensei-ar_product-area__notice-list {
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__notice-list {
    margin-top: 8px;
  }
}
.p-test-sensei-ar_product-area__notice-item {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_product-area__notice-item {
    font-size: 12px;
  }
}
.p-test-sensei-ar_product-area__notice-item:before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: block;
  content: "※";
}
.p-test-sensei-ar_bottom-area {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_bottom-area {
    margin-top: 40px;
  }
}
.p-test-sensei-ar_bottom-area__content {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_bottom-area__content {
    width: 100%;
  }
}
.p-test-sensei-ar_bottom-area__corporate {
  display: block;
  width: 862px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_bottom-area__corporate {
    width: calc(100% - 80px);
  }
}
.p-test-sensei-ar_bottom-area__logo {
  width: 100%;
  margin-top: 123px;
}
@media only screen and (max-width: 768px) {
  .p-test-sensei-ar_bottom-area__logo {
    margin-top: 41px;
  }
}
