@charset "UTF-8";
/*
channel code : qhtGN7wHcQse
for store
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* CSS Document */
/* -----------------------------------------------
    common
----------------------------------------------- */
div#allcont_area {
  padding-bottom: 0 !important;
}

.basic-page {
  padding-bottom: 0 !important;
}

#campaign_cont {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
#campaign_cont * {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  #campaign_cont h1 p {
    font-size: 32px;
  }
  #campaign_cont .pagetitle img {
    max-width: 320px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
}
#campaign_cont img {
  max-width: 100%;
  /*width: 100%;*/
}
#campaign_cont sup {
  line-height: 1em;
}
#campaign_cont .caption {
  color: #666;
}
#campaign_cont .box-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #campaign_cont .box-flex {
    display: block;
  }
}
#campaign_cont .box-grid {
  display: grid;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 16px;
}
#campaign_cont .box-grid.col-3-1 {
  grid-template-columns: repeat(1, 3fr 1fr);
}
@media screen and (max-width: 640px) {
  #campaign_cont .box-grid.col-3-1 {
    grid-template-columns: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  #campaign_cont .box-grid {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  #campaign_cont .box-grid {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
#campaign_cont .box-btn {
  margin: auto;
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #campaign_cont .box-btn {
    /*padding-right: 40px;
    padding-left: 40px;*/
    display: block;
  }
}
#campaign_cont .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
  margin: 0;
  height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #campaign_cont .button {
    font-size: 16px;
  }
}
#campaign_cont .button a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#campaign_cont .button:hover {
  opacity: 0.8;
}
#campaign_cont .button.top {
  max-width: 342px;
  width: 100%;
  height: 80px !important;
  margin-inline: 0 !important;
}
@media screen and (max-width: 640px) {
  #campaign_cont .button.top {
    max-width: none !important;
    width: 100% !important;
    height: 60px !important;
    margin: 16px auto 16px !important;
  }
}
#campaign_cont .button.blue {
  background: #1A1A1A;
}
#campaign_cont .button.black {
  background: #1A1A1A;
}
#campaign_cont .button.default {
  background-color: #1A1A1A;
  height: 80px;
  margin: auto;
  width: 100%;
  max-width: 342px;
}
@media screen and (max-width: 640px) {
  #campaign_cont .button.secondary {
    max-width: 342px;
    width: 100%;
    height: 60px;
    margin: 0 auto 12px;
  }
}
#campaign_cont .button.secondary a {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  transition: opacity 0.4s ease;
}
#campaign_cont .button.secondary a:hover {
  opacity: 0.6;
}
#campaign_cont .button.external a::after {
  content: url(/store/page/pc/common_2024/img/icon_external.svg);
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}
#campaign_cont .button-answer a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A1A1A;
  height: 156px;
  transition: 0.3s;
  /*&:active {
      transform: translateY(5px);
      box-shadow: 0 0 0 #00826f;
  }*/
}
@media screen and (max-width: 640px) {
  #campaign_cont .button-answer a {
    height: auto;
  }
}
#campaign_cont .button-answer a:hover {
  opacity: 0.8;
}
#campaign_cont .hidden {
  display: none;
}
#campaign_cont input {
  display: none;
}

/* -----------------------------------------------
    top
----------------------------------------------- */
.sec-top {
  padding-top: 56px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec-top {
    padding-top: 28px;
    padding-inline: 24px;
  }
}
.sec-top .info {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1A1A1A;
}
@media screen and (max-width: 640px) {
  .sec-top .info {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sec-top .box-title {
  position: relative;
  margin: auto;
  max-width: 1280px;
}
.sec-top .box-title .box-img {
  max-width: 480px;
  margin: auto;
}
.sec-top .box-title p {
  font-size: 50px;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.sec-top .box-img {
  position: relative;
  z-index: 10;
}
.sec-top .box-img .img-pc {
  position: relative;
}
.sec-top .lead {
  position: relative;
  z-index: 20;
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .sec-top .lead {
    font-size: 20px;
  }
}
.sec-top .period {
  position: relative;
  z-index: 20;
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 8px;
  margin-top: 24px;
  margin-inline: auto;
  margin-bottom: 32px;
  display: inline-block;
  max-width: 1280px;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec-top .period {
    font-size: 18px;
  }
}
.sec-top .box-btn .button {
  width: 49% !important;
  max-width: none !important;
  height: 80px;
  margin: auto;
}
.sec-top .box-btn .button.external a::after {
  top: 0 !important;
}

/* -----------------------------------------------
    sec-questions
----------------------------------------------- */
form .button {
  margin-inline: 18px;
}

@media screen and (min-width: 641px) {
  #hiddenSec1-o .contents .box-kaisetsu .img-kaisetsu,
  #hiddenSec1-x .contents .box-kaisetsu .img-kaisetsu {
    width: 37%;
    height: 200px;
  }
}
.box-kaisetsu .button {
  max-width: 342px;
  margin: auto !important;
}

@media screen and (max-width: 480px) {
  #campaign_cont .sec-questions .button.default {
    margin-inline: 6%;
    max-width: none !important;
    width: auto !important;
  }
}
.sec-questions {
  padding-top: 116px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec-questions {
    padding-top: 28px;
  }
}
.sec-questions#hiddenSec1 .illust {
  width: 100%;
  max-width: 872px;
}
@media screen and (max-width: 640px) {
  .sec-questions h1 img {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 320px;
  }
}
.sec-questions .contents {
  background-color: #f2f2f2;
  max-width: 976px;
  padding-bottom: 60px;
  margin: auto;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents {
    margin: 0 4% 0 4%;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
.sec-questions .contents .badge {
  height: 140px;
  width: 140px;
  background-color: #1A1A1A;
  border-radius: 140px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -30px;
  top: -30px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .badge {
    height: 100px;
    width: 100px;
    left: 0;
    right: 0;
    top: -50px;
    margin-inline: auto;
  }
}
.sec-questions .contents .badge p {
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .badge p {
    font-size: 30px;
    line-height: 80px;
  }
}
.sec-questions .contents h1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents h1 {
    margin-bottom: -30px;
  }
}
.sec-questions .contents h1 .for-pc {
  width: 320px;
  margin-right: 52px;
  margin-top: 32px;
}
.sec-questions .contents .question {
  font-size: 28px;
  margin: 0 4%;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .question {
    font-size: 20px;
  }
}
.sec-questions .contents .question .caution {
  font-size: 0.8em;
  vertical-align: top;
}
.sec-questions .contents .question .attention {
  font-size: 0.8em;
}
.sec-questions .contents > .caption {
  max-width: 872px;
  margin: 24px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents > .caption {
    margin: 24px 4% 0;
  }
}
.sec-questions .contents .illust {
  width: 370px;
  margin: 30px auto 40px auto;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .illust {
    width: 288px;
    margin-bottom: 72px;
  }
}
.sec-questions .contents .box-answer-button {
  max-width: 872px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
.sec-questions .contents .box-answer-button li {
  width: 48%;
  position: relative;
}
.sec-questions .contents .box-answer-button li a:hover {
  opacity: 1 !important;
  background-color: #626262 !important;
}
.sec-questions .contents .box-answer-button li a p {
  font-size: 20px;
  color: #fff;
  margin-top: 24px;
  padding: 0 8px;
}
.sec-questions .contents .box-answer-button li:first-child::before {
  content: "A";
}
.sec-questions .contents .box-answer-button li:nth-child(2)::before {
  content: "B";
}
.sec-questions .contents .box-answer-button li:first-child::before, .sec-questions .contents .box-answer-button li:nth-child(2)::before {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  margin: auto;
  top: 18px;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-answer-button {
    display: block;
    margin: -32px auto 0 auto;
  }
  .sec-questions .contents .box-answer-button li {
    width: 82%;
    margin: 0 auto 16px auto;
  }
  .sec-questions .contents .box-answer-button li a p {
    font-size: 18px;
    padding: 16px 8px;
  }
  .sec-questions .contents .box-answer-button li:first-child::before, .sec-questions .contents .box-answer-button li:nth-child(2)::before {
    top: 5px;
  }
}
.sec-questions .contents .kekka {
  width: 398px;
  margin: 0 auto 40px;
  font-size: 30px;
  color: #1A1A1A;
}
.sec-questions .contents .kekka p.ox-txt {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .kekka {
    width: 292px;
    margin: -10px auto 12px;
  }
}
.sec-questions .contents .kekka img {
  width: 138px;
}
.sec-questions .contents .kotae {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1A1A1A;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .kotae {
    font-size: 18px;
    margin: 0 4% 36px;
  }
}
.sec-questions .contents .box-kaisetsu {
  background: #E6E6E6;
  padding: 40px 56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu {
    padding: 8% 6%;
  }
}
.sec-questions .contents .box-kaisetsu .box-txt {
  width: auto;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .box-txt {
    margin: auto;
    width: 100%;
  }
}
.sec-questions .contents .box-kaisetsu .box-txt .title {
  margin-bottom: 16px;
  width: 80px;
}
.sec-questions .contents .box-kaisetsu .box-txt .caption {
  text-align: left;
}
.sec-questions .contents .box-kaisetsu .box-table {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .box-table {
    overflow: scroll;
  }
  .sec-questions .contents .box-kaisetsu .box-table table {
    min-width: 330px;
  }
}
.sec-questions .contents .box-kaisetsu .box-table table {
  width: 100%;
  text-align: center;
}
.sec-questions .contents .box-kaisetsu .box-table table tr {
  height: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sec-questions .contents .box-kaisetsu .box-table table tr th {
  vertical-align: middle;
  background: #6E7B8C;
  color: #fff;
}
.sec-questions .contents .box-kaisetsu .box-table table tr th sup {
  color: #fff;
}
.sec-questions .contents .box-kaisetsu .box-table table tr td {
  vertical-align: middle;
  background-color: #f2f2f2;
}
.sec-questions .contents .box-kaisetsu .box-table table tr td:first-child {
  background: #8494a9;
  color: #fff;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .box-table table {
    min-width: 400px;
  }
}
.sec-questions .contents .box-kaisetsu .box-table .caption {
  text-align: left;
}
.sec-questions .contents .box-kaisetsu .lead {
  text-align: left;
  line-height: 2em;
}
.sec-questions .contents .box-kaisetsu .inner-kaisetsu {
  margin-inline: auto;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .inner-kaisetsu {
    margin: auto;
  }
}
.sec-questions .contents .box-kaisetsu .inner-kaisetsu iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.sec-questions .contents .box-kaisetsu .img-kaisetsu {
  margin-left: 20px;
  max-width: 420px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .img-kaisetsu {
    height: auto;
    margin: 0 auto 20px;
  }
}
.sec-questions .contents .box-kaisetsu .img-kaisetsu.ajust img {
  max-height: 200px;
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu {
  font-size: 20px;
  text-decoration: underline;
  transition: 0.3s;
  display: inline;
  cursor: pointer;
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu:hover {
  text-decoration: none;
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu a {
  color: #1A1A1A;
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu.modal-q1-open::after,
.sec-questions .contents .box-kaisetsu .link-kaisetsu.modal-q2-open::after {
  content: none;
}
.sec-questions .contents .box-kaisetsu .button.secondary a {
  font-size: 16px !important;
  margin-top: 24px;
}

#resultIncorrect .contents {
  /*padding-left: 4%;
  padding-right: 4%;*/
}
#resultIncorrect .contents h1 .badge p {
  font-size: 40px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents h1 .badge p {
    font-size: 25px;
  }
}
#resultIncorrect .contents .box-close {
  /*position: relative;
  max-width: 700px;
  margin: 100px auto 40px auto;
  padding: 90px 0;
  border-radius: 12px;*/
  display: inline-flex;
  align-items: flex-end;
  border-bottom: solid 3px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents .box-close {
    border-radius: 0;
  }
}
#resultIncorrect .contents .box-close .questionsNum {
  font-size: 30px;
  padding-bottom: 8px;
  line-height: 1.2;
}
#resultIncorrect .contents .box-close .seikaisuu {
  font-size: 50px;
  margin: -20px 0 0 0;
  line-height: 1.2;
}
#resultIncorrect .contents .box-close .seikaisuu span {
  font-size: 70px;
}
#resultIncorrect .contents .box-close .img-close {
  max-width: 350px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents .box-close .img-close {
    width: 80%;
  }
}
#resultIncorrect .contents .kekka {
  font-size: 30px;
  margin-bottom: 32px;
}
#resultIncorrect .contents .caption {
  margin-top: 12px;
  margin-bottom: 32px;
}
#resultIncorrect .contents .advice {
  font-size: 22px;
  margin: 0 6% 12px;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents .advice {
    font-size: 20px;
  }
}

#resultCorrect .contents h1 .badge p {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents h1 .badge p {
    font-size: 25px;
  }
}
#resultCorrect .contents h3 {
  color: #1a1a1a;
}
#resultCorrect .contents lottie-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 44%;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents lottie-player {
    height: 38%;
  }
}
#resultCorrect .contents .kekka-allcorrect {
  /*max-width: 398px;*/
  margin: 0 auto 40px;
  font-size: 30px;
  color: #1A1A1A;
  animation-duration: 1s;
}
#resultCorrect .contents .kekka-allcorrect p.ox-txt {
  font-size: 30px;
}
#resultCorrect .contents .kekka-allcorrect img {
  width: 138px;
}
#resultCorrect .contents .advice {
  font-size: 22px;
  margin: 0 6% 40px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .advice {
    font-size: 20px;
  }
}
#resultCorrect .contents .box-coupon {
  border: 1px solid #1A1A1A;
  max-width: 872px;
  margin: 0 auto 40px auto;
  padding: 50px 8px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .box-coupon {
    margin: 0 4% 40px 4%;
  }
}
#resultCorrect .contents .box-coupon .discount-comment {
  font-size: 24px;
  margin: 0 0 20px 0;
}
#resultCorrect .contents .box-coupon .coupon-lead {
  font-size: 18px;
  margin: 0 0 -10px 0;
}
#resultCorrect .contents .box-coupon .coupon-code {
  font-size: 50px;
}
@media screen and (max-width: 480px) {
  #resultCorrect .contents .box-coupon .coupon-code {
    font-size: 36px;
  }
}
#resultCorrect .contents .box-coupon .coupon-copy {
  display: inline-block;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  font-size: 16px;
  padding: 8px 20px;
  transition: 0.3s;
  margin-top: 10px;
  cursor: pointer;
}
#resultCorrect .contents .box-coupon .coupon-copy:hover {
  opacity: 0.8;
}
#resultCorrect .contents .box-coupon .coupon-copy.copied:hover {
  opacity: 1;
}
#resultCorrect .contents .coupon-detail {
  max-width: 872px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail {
    padding: 0 4% 0 4%;
  }
}
#resultCorrect .contents .coupon-detail .coupon-gaiyou {
  font-size: 26px;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail .coupon-gaiyou {
    font-size: 22px;
  }
}
#resultCorrect .contents .coupon-detail .coupon-setumei {
  font-size: 16px;
  text-align: left;
  margin-bottom: 24px;
}
#resultCorrect .contents .coupon-detail .coupon-setumei.caption {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
#resultCorrect .contents .coupon-detail h4.coupon-setumei {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail h4.coupon-setumei {
    font-size: 18px;
  }
}
#resultCorrect .contents .coupon-detail .lineup_box img {
  max-width: 280px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail .lineup_box {
    flex-direction: column;
  }
}
#resultCorrect .contents .coupon-detail .lineup_box > div {
  justify-content: center;
}
#resultCorrect .contents .coupon-detail .lineup_box > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #resultCorrect .contents .coupon-detail .lineup_box > div {
    margin-right: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail .lineup_box > div + div {
    margin-top: 40px;
  }
}
#resultCorrect .contents .coupon-detail .lineup_box > div div.btn-white a {
  margin-bottom: 32px;
}
#resultCorrect .contents .coupon-detail .lineup_box > div .button {
  font-size: 16px;
}
#resultCorrect .contents .coupon-detail .lineup_box > div:first-child {
  margin-left: 0;
  margin-top: 0;
}
#resultCorrect .contents .coupon-detail .lineup_box_text {
  font-size: 20px;
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail .lineup_box_text {
    font-size: 18px;
  }
}
#resultCorrect .contents .coupon-detail .new {
  color: #bf4846;
  font-size: 18px;
  font-weight: 500;
  line-height: 0;
  position: relative;
  top: 10px;
}
#resultCorrect .contents .coupon-detail .lineup_box_type {
  line-height: 1;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
#resultCorrect .contents .coupon-detail .lineup_box_type span.lineup_box_type_series {
  font-size: 26px;
  margin-right: 8px;
  transform: translateY(-1px);
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail .lineup_box_type span.lineup_box_type_series {
    font-size: 22px;
  }
}
#resultCorrect .contents .coupon-detail .lineup_box_spec {
  font-size: 16px;
  margin-top: 25px;
  padding-bottom: 5px;
  text-align: center;
}
#resultCorrect .contents .coupon-detail .lineup_box_spec.for-pc .box-flex p {
  width: 100%;
  max-width: 405px;
  margin-right: 32px;
}
#resultCorrect .contents .coupon-detail .lineup_box_spec > li {
  border-top: 1px solid #707070;
  padding: 16px 0;
}
#resultCorrect .contents .coupon-detail .lineup_box_spec > li:last-child {
  border-bottom: 1px solid #707070;
}

#pd_main-header__inner {
  z-index: 100;
}

/* -----------------------------------------------
    other
----------------------------------------------- */
/* モーダルを開いた時の外側のレイヤー */
.over-lay {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  opacity: 0.7;
  z-index: 999;
}

/* モーダルウィンドウ */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 95%;
  height: 75%;
  padding: 40px 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: scroll;
  z-index: 1002;
}
@media screen and (max-width: 640px) {
  .modal {
    height: 96.75%;
  }
}
.modal .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 62px;
}
@media screen and (max-width: 640px) {
  .modal .title {
    margin-top: 22px;
  }
}
.modal .button {
  font-size: 18px;
  max-width: 300px;
  height: 62px;
}
.modal .modal-close-btn::before {
  content: url(../img/close.svg);
  position: absolute;
  display: inline-block;
  height: 42px;
  width: 42px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .modal .modal-close-btn::before {
    width: 32px;
  }
}

/* モーダルを開いたとき */
.modal.active,
.over-lay.active {
  display: block;
}

.modal-q1 .box-style {
  margin-bottom: 48px;
  position: relative;
}
.modal-q1 .box-style .style {
  font-size: 20px;
  background: #e5e5e5;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.modal-q1 .box-style .style.icon-pc::before {
  content: url(../img/q1modal_pcimg.svg);
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 62px;
  right: 20%;
  top: -12px;
}
@media screen and (max-width: 640px) {
  .modal-q1 .box-style .style.icon-pc::before {
    right: -10px;
    top: -5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style .style.icon-pc::before {
    right: 8%;
    top: -12px;
  }
}
.modal-q1 .box-style .style.icon-tab::before {
  content: url(../img/q1modal_tabimg.svg);
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 62px;
  right: 20%;
  top: -2px;
}
@media screen and (max-width: 640px) {
  .modal-q1 .box-style .style.icon-tab::before {
    right: -10px;
    top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style .style.icon-tab::before {
    right: 8%;
    top: -2px;
  }
}
.modal-q1 .box-style ul.box-flex {
  margin-bottom: 60px;
  justify-content: center !important;
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style ul.box-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.modal-q1 .box-style ul.box-flex li {
  width: 30%;
}
.modal-q1 .box-style ul.box-flex li + li {
  margin-left: 24px;
}
@media screen and (max-width: 640px) {
  .modal-q1 .box-style ul.box-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal-q1 .box-style ul.box-flex li + li {
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style ul.box-flex li {
    width: 48%;
  }
}
.modal-q1 .box-style ul.box-flex li .caption {
  font-size: 16px;
}

.modal-q2 .box-img {
  margin-bottom: 20px;
}
.modal-q2 ul {
  font-size: 16px;
  text-align: left;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.modal-q2 ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .modal-q2 ul {
    text-align: left;
  }
}

section,
.hidden,
.modal {
  animation: appear 1.5s ease;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .for-pc,
  .for_pc {
    display: none;
  }
  .for-sp,
  .for_sp {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .for-pc,
  .for_pc {
    display: block;
  }
  .for-sp,
  .for_sp {
    display: none;
  }
}
.my_pagetop_end {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: auto;
  text-align: right;
  padding: 30px 0 0;
}
.my_pagetop_end p {
  float: none;
}

@media screen and (max-width: 576px) {
  .c-cmn004 {
    padding: 16px 24px 16px !important;
    background: #f2f2f2;
  }
}/*# sourceMappingURL=style.css.map */