
body {
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

header .container {
  width: 88.36%;
  max-width: 945px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
}

.container {
  max-width: 945px;
  min-width: 800px;
  width: 100%;
  margin: auto;
}

.img-1 {
  margin: 3% auto;
  width: 100%;
}

.img-2 {
  margin: 3% auto;
  width: 100%;
}

.img-3 {
  margin: 3% auto;
  width: 100%;
}

.img-4 {
  margin: 3% auto;
  width: 100%;
}

.img-5 {
  margin: 3% auto;
  width: 80%;
}

.img-6 {
  margin: 3% auto;
  width: 80%;
}

.img-7 {
  margin: 3% auto 0;
  width: 100%;
}

.img-8 {
  margin: 3% auto;
  width: 100%;
}

.section {
  margin: 5% 0;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-7,
.section-8,
.section-9 {
  display: block;
  padding: 0 9%;
}

.section-5-title {
  font-size: 150%;
  margin-top: 10px;
}

.section-detail {
  margin: 5% 0;
}

.section-detail p {
  margin: 4% 0;
  font-weight: bold;
  line-height: 190%;
  font-size: 110%;
}

.text-strong-ss {
  font-size: 110%;
}

.text-strong-s {
  font-size: 130%;
}

.text-strong-l {
  font-size: 180%;
}

.text-strong-m {
  font-size: 150%;
}

.t-center {
  text-align: center;
}

.top-title {
  font-size: 220%;
  line-height: 150%;
  font-weight: bold;
  margin: 5% 0;
  text-align: center;
}

.text-marker {
  background: linear-gradient(transparent 50%, #FFFF01 0%);
}

.bg-yellow {
  background: #FFFF01;
  font-weight: bold;
}

.text-red {
  color: #FF0103;
}

.text-blue {
  color: #0000FE;
}

.text-orange {
  color: #FE0000;
}

.text-bold {
  font-weight: bold;
}

.img-caution {
  margin-top: 5px;
  text-align: right;
  font-weight: bold;
}

.review-1 {
  border: solid 1px;
  padding: 2% 9%;
}

.review-1-user-info  {
  font-size: 110%;
}

.review-1-detail  {
  margin: 3% 0;
  font-weight: bold;
  line-height: 160%;
  font-size: 100%;
}

.review-1-detail p {
  margin: 2% 0;
}

.review-1-caution {
  margin-top: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 90%;
}

.review-2 {
  border: solid 1px;
  padding: 4% 9% 2%;
}

.review-2-caution {
  margin-top: 5px;
  font-size: 90%;
  text-align: right;
  font-weight: bold;
}

.review-user-info {
  font-weight: bold;
  font-size: 110%;
}

.section-6-title {
  padding: 4% 10% ;
}

.p-relative {
  position: relative;
}

.top-img {
  width: 100%;
}

.button-hover:hover {
  opacity: 0.8;
}

.up-anime {
  animation: up-anime 2s infinite;
}

@keyframes up-anime {
  0% {
      transform: scale(0.8 ,0.8);
  }
  60% {
      transform: scale(1, 1);
  }

  100% {
      transform: scale(0.8, 0.8);
  }   
}

.img-6-caption-title {
  text-align: center;
  margin: 5% 0 2%;
}

.img-6-caption {
  width: 30%;
}

.interview-img {
  width: 100%;
  margin: 2% 0;
}

.review-area {
  margin: 60px auto;
  border: 1px solid;
  width: 70%;
  /* height: 350px; */
  padding: 30px 5% 10px;
  /* overflow-y: scroll; */
}

.review {
  margin-bottom: 25px;
}

.review-user-icon {
  height: 50px;
  margin-right: 10px;
}

.review-star {
  margin-bottom: 10px;
}

.review-detail {
  margin-top: 20px;
  line-height: 1.6rem;
}

.disp-inline {
  display: inline-block;
}

.list-text {
  padding: 0 3%;
}

.list-text li {
  font-size: 110%;
  font-weight: bold;
  margin: 2% 0;
  list-style: disc;
}

footer {
  background-color: #D10D17;
  color: white;
  padding: 3%;
  text-align: center;
  font-size: 110%;
  margin-top: 5%;
}

footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

footer li {
  padding: 5px 10px 5px;
}

footer li:not(:first-child)::before {
  white-space: pre-wrap;
  content: "|      ";
}

.pc-disp {
  display: block !important;
}

.sp-disp {
  display: none !important;
}

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

  .pc-disp {
    display: none !important;
  }

  .sp-disp {
    display: block !important;
  }

  header .container {
    width: 88.36%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .container {
    max-width: 100%;
    min-width: 100%;
  }

  .section-1,
  .section-2,
  .section-3,
  .section-4,
  .section-7,
  .section-8,
  .section-9 {
    display: block;
    padding: 0 4%;
  }

  .top-title {
    font-size: 140%;
    line-height: 150%;
  }

  .text-strong-ss {
    font-size: 105%;
  }
  

  .text-strong-s {
    font-size: 115%;
  }
  
  .text-strong-l {
    font-size: 125%;
  }
  
  .text-strong-m {
    font-size: 140%;
  }

  .section-detail {
    margin: 5% 0;
  }
  
  .section-detail p {
    margin: 10% 0;
    font-weight: bold;
    line-height: 200%;
    font-size: 105%;
  }

  .review-1-user-info  {
    font-size: 95%;
  }

  .img-1 {
    margin: 1% auto;
  }
  
  .img-2 {
    margin: 1% auto;
  }
  
  .img-3 {
    margin: 3% auto;
    width: 100%;
  }
  
  .img-4 {
    margin: 3% auto;
    width: 100%;
  }
  
  .img-5 {
    margin: 3% auto;
    width: 80%;
  }
  
  .img-6 {
    margin: 3% auto;
    width: 80%;
  }
  
  .img-7 {
    margin: 3% auto 0;
    width: 100%;
  }
  
  .img-8 {
    margin: 3% auto;
    width: 100%;
  }

  .section-5-title {
    font-size: 120%;
    margin-top: 10px;
  }

  .review-1 {
    margin: 2%;
    padding: 8% 5%;
  }

  .review-1-detail  {
    margin: 3% 0;
    font-weight: bold;
    line-height: 180%;
    font-size: 80%;
  }
  
  .review-1-detail p {
    margin: 2% 0;
  }
  
  .review-1-caution {
    font-size: 70%;
  }
  
  .review-2 {
    margin: 2%;
    padding: 8% 5%;
  }

  .review-2-caution {
    font-size: 70%;
  }

  .img-caution {
    font-size: 70%;
  }

  .section-6-title {
    padding: 6% 4%;
  }

  .review-user-info {
    font-size: 85%;
  }

  .review-user-star {
    font-size: 85%;
  }

  .review-detail {
    font-size: 85%;
    margin-top: 20px;
    line-height: 200%;
  }

  .button-img {
    width: 100%;
  }

  .list-text {
    padding: 0 8%;
  }
  
  .list-text li {
    font-size: 110%;
    font-weight: bold;
    margin: 2% 0;
    list-style: disc;
  }
  
  footer {
    padding: 3% 0%;
    font-size: 50%;
  }

  footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  
  footer li {
    padding: 5px 2px 5px;
  }

  footer li:not(:first-child)::before {
    white-space: pre-wrap;
    content: " |  ";
  }
}