@charset "UTF-8";
@media print, screen and (min-width: 641px) {
  body.win #terasu-contents {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 641px) {
  body.win #terasu-contents a * {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

.section {
  width: 960px;
}
@media screen and (max-width: 640px) {
  .section {
    width: 100%;
  }
}

.clr {
  *zoom: 1;
}

.clr::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.disnon {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

.questionnaire-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.questionnaire-modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 60%;
  height: 65%;
  max-width: 1000px;
  background: #fff;
  margin: 56px auto 0;
}
@media screen and (max-width: 640px) {
  .questionnaire-modal__inner {
    width: 93%;
    height: 60vh;
  }
}
.questionnaire-modal__inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.questionnaire-modal__close {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questionnaire-modal__close:hover {
  opacity: 0.7;
}
.questionnaire-modal__close--top {
  border-radius: 99999px;
  background-color: #fff;
  height: 65px;
  width: 65px;
  position: absolute;
  top: 0px;
  right: -78px;
  border: 0;
}
@media screen and (max-width: 640px) {
  .questionnaire-modal__close--top {
    top: -80px;
    right: 0;
  }
}
.questionnaire-modal__close--top::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/jp/terasu/common/img/terasu-tagsearch/icon_close.svg");
  width: 36px;
  height: 48px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.questionnaire-modal__close--bottom {
  max-width: 190px;
  width: 100%;
  padding: 15px 8px;
  border-radius: 28px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 32px auto 0;
  cursor: pointer;
  border: 0;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}