@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  background-color: #d9f4ff;
}

body {
  color: #000000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
}

a {
  color: #000000;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

h2, h3, h4 {
  line-height: 1.3;
}

#header {
  height: 60px;
  padding: 5px 13px;
  position: relative;
  z-index: 2;
}
#header img {
  height: 50px;
}

#mv {
  margin-top: -24px;
  position: relative;
}
#mv .lineBtn {
  max-width: calc(100% - 40px);
  position: absolute;
  z-index: 2;
  display: block;
  bottom: 5%;
  left: 20px;
  transition: 0.5s;
}
#mv .lineBtn:hover {
  opacity: 0.5;
}

#intro {
  padding: 15px 20px 15px 35px;
  text-align: center;
}

#onayami {
  padding-bottom: 20px;
}
#onayami .kaiketsu {
  padding: 0 20px;
  margin-top: 15px;
}

#reason {
  background: url(../images/support_bg.webp) no-repeat center/cover;
  padding: 12px 15px 30px;
}
#reason .reasonTitle {
  background: url(../images/memo.webp) no-repeat top center/cover;
  padding: 25px 15px 20px;
}
#reason .reasonList {
  background-color: #fff;
  border-bottom: 14px solid rgba(0, 167, 236, 0.2);
}
#reason .reasonList li {
  border-top: 14px solid rgba(0, 167, 236, 0.2);
  position: relative;
  padding: 25px 15px;
}
#reason .reasonList li .reasonNum {
  width: 37px;
  position: absolute;
  left: calc(50% - 18px);
  top: -28px;
}
#reason .reasonList li h3 {
  color: #1956af;
  text-align: center;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 0.01em;
}
#reason .reasonList li p {
  margin-top: 10px;
}
#reason .reasonList li p span {
  color: #e75b25;
  font-weight: 700;
}
#reason .reasonList li figure {
  margin-top: 15px;
  text-align: center;
}
#reason .reasonList li figure img {
  max-height: 116px;
}
#reason .reasonGraph {
  background: url(../images/memo_2.webp) no-repeat center/cover;
  padding: 20px 10px 0;
}
#reason .tourokuBtn {
  margin-top: 30px;
}
#reason .tourokuBtn a {
  display: block;
  transition: 0.5s;
}
#reason .tourokuBtn a:hover {
  opacity: 0.5;
}

#voice .voiceWrap {
  padding: 20px 0px 30px;
  background-color: #b0e3ec;
  position: relative;
}
#voice .voiceWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 7%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#voice h2 {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
#voice .voiceList {
  margin-top: 40px;
}
#voice .voiceList .slick-list {
  padding-top: 10%;
}
#voice .voiceList .slick-track {
  display: flex;
}
#voice .voiceList .slick-slide {
  height: auto !important;
}
#voice .voiceList .slick-slide > div {
  height: 100%;
}
#voice .voiceList .prev-arrow,
#voice .voiceList .next-arrow {
  display: block;
  width: 29px;
  height: 42px;
  background: url(../images/slide_arrow.webp) no-repeat center/cover;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: 0.5s;
}
#voice .voiceList .prev-arrow:hover,
#voice .voiceList .next-arrow:hover {
  opacity: 0.5;
}
#voice .voiceList .prev-arrow {
  left: 13px;
  top: calc(50% - 21px);
  transform: scale(-1, 1);
}
#voice .voiceList .next-arrow {
  right: 13px;
  top: calc(50% - 21px);
}
#voice .voiceList .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#voice .voiceList .dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#voice .voiceList .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#voice .voiceList .dots-wrap li.slick-active {
  background: #1956af;
}
#voice .voiceList .voiceItem {
  border-left: 30px solid #b0e3ec;
  border-right: 30px solid #b0e3ec;
  background-color: #fff;
  height: 100%;
}
#voice .voiceList .voiceItem .voiceImgWrap {
  background: #1997E8;
  background: linear-gradient(180deg, rgb(25, 151, 232) 0%, rgb(0, 60, 155) 100%);
  position: relative;
}
#voice .voiceList .voiceItem .voiceImgWrap .voiceImgText {
  display: block;
  height: 211px;
  padding: 10px 0;
  position: relative;
  z-index: 3;
}
#voice .voiceList .voiceItem .voiceImgWrap .voiceImgText img {
  height: 100%;
}
#voice .voiceList .voiceItem .voiceImgWrap .voiceImg {
  width: calc(50% + 40px);
  position: absolute;
  z-index: 2;
  left: calc(50% - 10px);
  top: 50%;
  transform: translateY(-50%);
}
#voice .voiceList .voiceItem .voiceTextWrap {
  padding: 12% 30px;
}
#voice .voiceList .voiceItem .voiceTextWrap p span {
  color: #e75b25;
  font-weight: 700;
}
#voice .tourokuBtn {
  padding: 0 15px;
}
#voice .tourokuBtn a {
  display: block;
  transition: 0.5s;
}
#voice .tourokuBtn a:hover {
  opacity: 0.5;
}

#kyujin {
  padding: 35px 0 20px;
  overflow: hidden;
}
#kyujin h2 {
  padding: 0 30px;
}
#kyujin .kyujinList {
  margin-top: 10px;
  display: flex;
  position: relative;
}
#kyujin .kyujinList > div img {
  max-width: inherit;
  width: 1247px;
}
#kyujin .kyujinList > div img:nth-of-type(odd) {
  animation: slideLeft 20s linear infinite;
}
#kyujin .kyujinList > div img:nth-of-type(even) {
  animation: slideRight 20s linear infinite;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

#flow .flowWrap {
  background-color: rgba(255, 243, 148, 0.3);
  padding: 60px 20px 0;
  margin-top: -70px;
}
#flow .flowList {
  padding-left: 42px;
  padding-bottom: 40px;
  position: relative;
}
#flow .flowList:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  background: url(../images/dot.webp) repeat;
  width: 3px;
  height: 100%;
  background-size: 3px auto;
}
#flow .flowList li {
  position: relative;
}
#flow .flowList li + li {
  margin-top: 30px;
}
#flow .flowList li .flowNum {
  position: absolute;
  top: -7px;
  left: -43px;
  width: 37px;
  z-index: 3;
}
#flow .flowList li h3 {
  color: #1956af;
  font-size: 22px;
  font-weight: 900;
}
#flow .flowList li p {
  margin-top: 10px;
}
#flow .flowList li figure {
  text-align: center;
  margin-top: 10px;
}
#flow .flowList li figure img {
  max-height: 130px;
}

.jisseki {
  padding: 25px 30px;
  text-align: center;
}

#faq {
  background-color: #d9f4ff;
  padding: 35px 20px 30px;
}
#faq h2 {
  font-size: 26px;
  text-align: center;
  color: #1956af;
  font-weight: 900;
}
#faq h2 span {
  display: inline-block;
  padding: 0 13px 10px;
  position: relative;
}
#faq h2 span:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background-color: #1956af;
  position: absolute;
  bottom: 0;
  left: 0;
}
#faq .faqList {
  margin-top: 25px;
}
#faq .faqList > div + div {
  margin-top: 15px;
}
#faq .faqList > div dt {
  font-size: 20px;
  color: #fff;
  background: #1997E8;
  background: linear-gradient(90deg, rgb(25, 151, 232) 0%, rgb(0, 60, 155) 100%);
  line-height: 1.3;
  padding: 10px 50px 10px 55px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
#faq .faqList > div dt:hover {
  opacity: 0.5;
}
#faq .faqList > div dt.open:after {
  transform: rotate(180deg);
}
#faq .faqList > div dt:before {
  content: "";
  display: inline-block;
  background: url(../images/q.webp) no-repeat center/cover;
  width: 36px;
  height: 41px;
  position: absolute;
  left: 10px;
  top: calc(50% - 20px);
}
#faq .faqList > div dt:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.webp) no-repeat center/cover;
  width: 27px;
  height: 14px;
  position: absolute;
  right: 13px;
  top: calc(50% - 7px);
  transition: 0.5s;
}
#faq .faqList > div dd {
  background-color: #fff;
  padding: 12px;
  display: none;
}

#linesoudan .linesoudanWrap {
  padding: 15px 20px;
}
#linesoudan .linesoudanWrap .lineBtn {
  margin-top: 10px;
}
#linesoudan .linesoudanWrap .lineBtn a {
  display: inline-block;
  transition: 0.5s;
}
#linesoudan .linesoudanWrap .lineBtn a:hover {
  opacity: 0.5;
}

#form input[type=radio], #form input[type=checkbox] {
  display: none;
}
#form input[type=radio] + label, #form input[type=checkbox] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
}
#form input[type=radio] + label::before, #form input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #919191;
  border-radius: 50%;
  background-color: #fff;
}
#form input[type=radio] + label::after, #form input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1956af;
  opacity: 0;
  transition: opacity 0.2s;
}
#form input[type=radio]:checked + label::after, #form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1997E8;
  background: linear-gradient(90deg, rgb(25, 151, 232) 0%, rgb(0, 60, 155) 100%);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  display: flex;
  width: 100%;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
}

#form button.loading {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    background: rgb(25, 151, 232);
  }
  50% {
    background: rgb(0, 60, 155);
  }
  100% {
    background: rgb(25, 151, 232);
  }
}
#form .formBtn {
  margin: 30px auto 0;
  max-width: 200px;
  position: relative;
}
#form .formBtn:before {
  content: "";
  display: inline-block;
  background: url(../images/btn_arrow.webp) no-repeat center/cover;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  z-index: 2;
}
#form .formBtn.submit:before {
  content: none;
}
#form .formBtn button:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#form input[type=text], #form select {
  border: 2px solid #646464;
  border-radius: 5px;
  padding: 5px 10px;
}
#form input[type=text]::-moz-placeholder, #form select::-moz-placeholder {
  color: #CECECE;
}
#form input[type=text]::placeholder, #form select::placeholder {
  color: #CECECE;
}
#form select {
  min-width: 92px;
}
#form .formWrap {
  position: relative;
}
#form .formWrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1997E8;
  background: linear-gradient(90deg, rgb(46, 143, 218) 12%, rgb(0, 60, 155) 100%);
}
#form .formWrap .formCont {
  padding: 20px 17px 30px;
}
#form .formWrap dl > div + div {
  margin-top: 15px;
}
#form .formWrap dl > div > dt {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  font-weight: bold;
}
#form .formWrap dl > div > dt span {
  color: #fff;
  display: inline-block;
  background-color: #E5550F;
  flex: none;
  padding: 4px 13px;
}
#form .formWrap dl > div > dt span.nini {
  background-color: #646464;
}
#form .formWrap dl > div > dd {
  margin-top: 12px;
}
#form .formWrap dl > div > dd ul li + li {
  margin-top: 5px;
}

#omoi {
  padding: 20px 15px 40px;
}

#footer {
  background-color: #d9f4ff;
  padding: 35px 30px;
}
#footer .footerLogo {
  padding: 0 10px;
  text-align: center;
}
#footer .footerLogo img {
  max-width: 296px;
}
#footer .footerInfo {
  text-align: center;
  margin-top: 15px;
}

#thanks .thanksText {
  background: url(../images/thanks_bg.webp) no-repeat center/cover;
  padding-bottom: 24px;
}
#thanks .thanksText h2 + p {
  color: #fff;
  padding: 0 20px;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
#thanks .thanksText h2 + p span {
  color: #ffff00;
}
#thanks .thanksText .line {
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  border-radius: 20px;
  padding: 0 10px 5px;
}
#thanks .thanksText .line figure {
  position: relative;
  top: -12px;
}
#thanks .thanksText .line p {
  text-align: center;
}
#thanks .thanksText .line .lineBtn {
  margin-top: 5px;
}
#thanks .thanksText .line .lineBtn a {
  display: inline-block;
  transition: 0.5s;
}
#thanks .thanksText .line .lineBtn a:hover {
  opacity: 0.5;
}
#thanks .ouboFlow {
  padding: 30px 20px;
}
#thanks .ouboFlow h2 {
  font-size: 21px;
  text-align: center;
  background-color: #1956af;
  border-radius: 30px;
  color: #fff;
  padding: 8px 15px;
  font-weight: 900;
}
#thanks .ouboFlow .ouboFlowList {
  margin-top: 25px;
}
#thanks .ouboFlow .ouboFlowList > li {
  position: relative;
  padding-left: 44px;
}
#thanks .ouboFlow .ouboFlowList > li:not(:last-of-type):before {
  content: "";
  width: 3px;
  height: calc(100% + 20px);
  background-color: #bacce7;
  position: absolute;
  left: 17px;
  top: 0;
}
#thanks .ouboFlow .ouboFlowList > li + li {
  margin-top: 20px;
}
#thanks .ouboFlow .ouboFlowList > li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1956af;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 21px;
  width: 38px;
  height: 38px;
}
#thanks .ouboFlow .ouboFlowList > li h3 {
  font-size: 20px;
  color: #1956af;
  font-weight: 900;
}
#thanks .ouboFlow .ouboFlowList > li h3 + p {
  margin-top: 5px;
}
#thanks .ouboFlow .ouboFlowList > li ul {
  margin-top: 5px;
}
#thanks .ouboFlow .ouboFlowList > li ul li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.01em;
}
#thanks .ouboFlow .ouboFlowList > li ul li:before {
  content: "●";
}
#thanks .ouboFlow .ouboFlowList > li ul li + li {
  margin-top: 3px;
}

#popup {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 999;
}
#popup.active {
  opacity: 1;
  visibility: visible;
}
#popup .popWrap {
  max-width: 480px;
  margin: 0 auto;
}
#popup .popclose {
  max-width: 20px;
  margin-left: auto;
  cursor: pointer;
}

.fixedBnr {
  position: fixed;
  z-index: 99;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  padding: 0 12px;
}
.fixedBnr a {
  display: inline-block;
  max-width: 460px;
  transition: 0.5s;
}
.fixedBnr a:hover {
  opacity: 0.5;
}
.fixedBnr.active {
  opacity: 1;
  visibility: visible;
}

.privacy {
  text-align: center;
  margin-top: 25px;
}
.privacy a {
  color: #000000;
  text-decoration: underline;
}
.privacy a:hover {
  text-decoration: none;
}

#privacy {
  background-color: #fff;
  padding: 35px 20px;
  min-height: 100vh;
}
#privacy h2 {
  text-align: center;
  font-weight: 900;
  color: rgb(0, 60, 155);
}
#privacy h3 {
  font-size: 18px;
  margin-top: 30px;
}
#privacy p {
  margin-top: 20px;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  #popup {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 999;
  }
  #popup.active {
    opacity: 1;
    visibility: visible;
  }
  #popup .popWrap {
    max-width: 480px;
    margin: 0 auto;
  }
  #popup .popclose {
    max-width: 20px;
    margin-left: auto;
    cursor: pointer;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #popup {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 999;
  }
  #popup.active {
    opacity: 1;
    visibility: visible;
  }
  #popup .popWrap {
    max-width: 480px;
    margin: 0 auto;
  }
  #popup .popclose {
    max-width: 20px;
    margin-left: auto;
    cursor: pointer;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  #popup {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 999;
  }
  #popup.active {
    opacity: 1;
    visibility: visible;
  }
  #popup .popWrap {
    max-width: 480px;
    margin: 0 auto;
  }
  #popup .popclose {
    max-width: 20px;
    margin-left: auto;
    cursor: pointer;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
