@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-display: swap;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  padding-bottom: 200px!important;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo","ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
li {
  list-style: none;
  font-size: 17px;
  font-weight: bold;
}
img {
  display: block;
  width: 100%;
}
body p {
  text-align: center;
  font-size: 17px;
  line-height: 36px;
  margin-bottom: 30px;
}
video {
  width: 100%;
}
.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.body_base {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 100px;
}
.content {
  margin-bottom: 50px;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.p14 {
  font-size: 14px;
}
.p16 {
  font-size: 16px;
}
.p18 {
  font-size: 18px;
}
.p20 {
  font-size: 20px;
}
.p22 {
  font-size: 22px;
}
.p24 {
  font-size: 24px;
}
.p26 {
  font-size: 26px;
}
.p28 {
  font-size: 28px;
}
.p30 {
  font-size: 30px;
}
.p32 {
  font-size: 32px;
}
.p34 {
  font-size: 34px;
}


.pd02 {
  padding: 0 2px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}

.txt_left {
  text-align: left;
}
.doctor_p {
  font-size: 16px;
  line-height: 32px;
}

.mainVisual {
  padding-top: 100px;
}
.mainVisual img {
  width: 100%;
}
.title {
  margin: 0 0 20px;
  line-height: 32px;
}
.title span {
  background-position: 0 bottom;
}
.supervision {
  background-color: #f5f5f5;
  padding: 10px 0;
}
.supervision .wrap {
  padding: 0 20px;
}
.supervision ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
.supervision ul li:first-child{
  margin-right: 10px;
}
.supervision ul li:last-child{
  width: 80%;
}
.supervision img {
  max-width: 74px;
}
.supervision p {
  text-align: left
}
.supervision p.sup_Top {
  margin-bottom: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: initial;
  border-bottom: solid 1px #e3e3e3;
}
.supervision p.sup_low {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.warning_message {
  display: inline-block;
  width: 100%;
  background: linear-gradient(-405deg,#05000c 25%, #fde000 25%,#fde000 50%, #05000c 50%,#05000c 75%, #fde000 75%,#fde000);
  background-size: 40px 40px;
}
.warning_message p {
  margin: 16px;
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  padding: 18px 0;
}
.notTxt {
  text-decoration: line-through;
}
.imgborder {
  border: solid 1px #ececec;
  box-sizing: border-box;
}

/*main
================================================================================*/
.main {
  margin-bottom: 30px;
}

/*txt_link
================================================================================*/
.txt_link a {
  display: block;
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #551a8b;
  text-decoration: underline;
  line-height: normal;
}

/*voice
================================================================================*/
#voice {
  padding: 20px 0;
}
#voice .voice_p {
  position: relative;
  margin-top: 100px;
  padding: 20px 15px;
  border: solid 1px #909292;
  box-sizing: border-box;
  border-radius: 15px;
}
#voice .voice_p .voice_img {
  display: block;
  margin-bottom: 20px;
}
#voice .voice_p dl {
}
#voice .voice_p dl dt {
  position: absolute;
  top: -70px;
  left: 0;
  padding: 0;
  background-color: #212526;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  border-radius: 8px;
}
#voice .voice_p dl dt span {
  position: relative;
  display: block;
  padding: 10px 25px;
}
#voice .voice_p dl dt span::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #212526 transparent transparent transparent;
  position: absolute;
  bottom: -3vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#voice .voice_p dl dd {
  font-size: 1.5rem;
  text-align: justify;
}
#voice .voice_p dl dd span {
  font-weight: bold;
}
.repeat-fadein-out {
  padding: 20px 0;
  background-color: #d5525f;
  animation-duration: 0.7s;
}
.title_q {
  position: relative;
  background-color: #212526;
}
.title_q::before{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #212526 transparent transparent transparent;
}
.title_q p {
  padding: 16px 0 20px;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: bold;
  line-height: 4.2rem;
  text-decoration: underline;
}

#arrow_bottom {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 20px 0 30px;
  animation: fuwafuwa 1s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
