body > header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  z-index: 999;
}
body > header .pnt-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.scroll > header {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
footer {
  padding: 60px 0 150px;
}
.mv-pc {
  max-width: 1020px;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 20px;
}
.mv-pc > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: auto;
}
@media (min-width: 600px) {
  .mv-sp {
    display: none;
  }
}
@media (max-width: 600px) {
  .mv-pc {
    display: none;
  }
}
.pnt-t-red {
  color: #eb1e1e !important;
}
@media (max-width: 600px) {
  .pnt-t-xxlg {
    font-size: 22px !important;
  }
  .pnt-t-xlg {
    font-size: 18px !important;
  }
  .pnt-t-lg {
    font-size: 16px !important;
  }
}
section > .pnt-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.bg-gray {
  background-color: #f4f4f4;
}
.comment .face {
  flex: 0 0 120px;
  text-align: center;
}
.comment .fukidashi {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  flex: 1 auto;
  font-weight: 700;
  font-size: 18px;
}
.comment .fukidashi:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #f4f4f4;
  transform: scaleY(0.4) rotate(45deg);
  position: absolute;
  left: -12px;
  top: 50%;
}
.comment .fukidashi:first-child:before {
  left: calc(100% - 18px);
}
.lined {
  display: inline-block;
  border-bottom: 1px solid #474747;
  padding-bottom: 10px;
}
h3 .lined {
  padding-bottom: 6px;
}
.title-red {
  display: inline-block;
  background-color: #eb1e1e;
  color: #fff;
  font-weight: 500;
}
h3.beforeafter {
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 3px 10px;
  background-color: #eb1e1e;
  color: #fff;
  font-size: 14px;
}
h3.beforeafter.before {
  background-color: #474747;
}
.sugoi .tablet {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .sugoi {
    position: relative;
    padding-top: 100px;
    margin-top: 0px !important;
  }
  .sugoi .tablet {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .sugoi .tablet img {
    height: 100px;
    width: auto;
  }
}
.redround {
  padding: 10px 20px;
  border: 5px solid #eb1e1e;
  border-radius: 999px;
  font-size: 18px;
  font-weight: bold;
}
.redround.square {
  padding: 10px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 700px) {
  .redround {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .redround.square {
    flex: 0 1 130px;
  }
}

.flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
}
.flow-content {
  padding: 20px 10px;
  flex: 0 0 180px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.flow-content img {
  width: 140px;
  height: 100px;
  display: block;
  margin: auto;
}
.flow-content > span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #eb1e1e;
  border: 3px solid #eb1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 600px) {
  .flow {
    flex-direction: column;
    gap: 12px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .flow-content {
    flex: 0 0 calc(100% - 30px);
    font-size: 14px;
    margin-bottom: 0px !important;
  }
  .flow-content img {
    width: 80px;
    height: auto;
  }
  .flow-content > span {
    transform: translateX(-50%) scale(0.8);
  }
  .flow-content + div.pnt-sp {
    display: none !important;
  }
  .flow-content + div img {
    transform: translateY(-10px) rotate(90deg);
  }
}
.qanda {
  max-width: 900px;
  margin: auto auto 20px auto;
  border-bottom: 1px solid #a4a4a4;
}
.qanda .question,
.qanda .answer {
  padding: 10px 60px 20px 60px;
  position: relative;
}
.qanda .question {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.qanda .answer {
  display: none;
}
.qanda .question:before,
.qanda .answer:before {
  content: "Q";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f4f4f4;
  color: #eb1e1e;
  font-size: 30px;
  font-weight: bold;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qanda .answer:before {
  content: "A";
  color: #a4a4a4;
  background-color: transparent;
}
.qanda .question:after {
  content: "＋";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 20px;
}
.qanda .question.open:after {
  content: "ー";
}
@media (max-width: 900px) {
  .vector {
    text-align: center;
  }
  .vector svg {
    transform: rotate(90deg);
  }
}
.absbtn {
  position: fixed;
  bottom: 20px !important;
  right: 0;
  max-width: 200px;
  transition: all ease 0.5s;
  transform: translateY(-20px);
  opacity: 0;
}
.scroll .absbtn {
  transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 600px) {
  .absbtn {
    max-width: 150px;
  }
}
nav ul li {
  display: inline-block;
}
