@charset "UTF-8";
.modal-open__area {
    position: fixed;
    bottom: 8rem;
    left: 1rem;
    width: 15rem;
    z-index: 50;
}
.modalOpen {
  cursor: pointer;
}
.campain-img__wrap {
    position: relative;
}
.modal-open__close-btn {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .modal-open__area {
        bottom: 8rem;
        left: 1rem;
        width: 30rem;
    }
    .modal-open__close-btn {
        top: 3rem;
        right: 0.5rem;
        width: 5rem;
        height: 5rem;
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;

    display: none
  }
  .modal-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal__content {
    width: 90%;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .modal__content {
      width: 100%;
      max-width: 55rem;
    }
  }
  
  .modal__content a:hover {
    opacity: 1;
  }
  
  .modalClose-btn {
    position: absolute;
    top: -2.8125rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    background-color: #C9C9C9;
    border-radius: 50%;
  }
  
  .modalClose__content {
    position: relative;
    width: 2rem;
    height: 2rem;
    background-color: #ddd;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  
  .modalClose-btn .bar {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 0.1875rem;
    background-color: #fff;
  }
  
  .modalClose-btn .bar:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .modalClose-btn .bar:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  @media screen and (min-width: 768px) {
    .modalClose-btn {
      top: -5rem;
      width: 2rem;
      height: 2rem;
      width: 4rem;
      height: 4rem;
    }
    .modalClose__content {
      position: relative;
      width: 4rem;
      height: 4rem;
    }
    .modalClose-btn .bar {
      width: 2.5rem;
    }
  }

  
  .fixed-img {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .fixed-img {
      display: block;
      position: fixed;
      bottom: 1.875rem;
      right: 1.875rem;
      max-width: 18.75rem;
      z-index: 5;
    }
  }
  .modal__content--texts {
    width: 100%;
    border: 4px solid #eb6520;
    height: 60vh;
    overflow-y: scroll;
    background-color: white;
    padding: 2rem 1rem ;
  }
  .modal__content--texts .title h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .modal__content--texts .title h2 span {
    display: block;
  }
  .modal__content--texts .title h2 .mini {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .large {
    padding-bottom: 0.4rem;
  }
  .modal__content--texts .title h2 .border {
    border-top: 2px solid #000;
  }
  .modal__content--block-wrap {
    display: flex;
    gap: 0.75rem;
  }
  .modal__content--block {
    width: 100%;
    margin-top: 1.2rem;
  }
  .modal__content--block .label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  .modal__content--block .label::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eb6520;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  .modal__content--block h3 {
    min-width: 10rem;
    display: inline-block;
    padding: 0.1rem 0.5rem;
    border-radius: 15px;
    background-color: #eb6520;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
  }
  .modal__content--block .text {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .modal__content--block .textb {
    text-align: left;
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
  }
  .modal__content--block .textb p {
    display: flex;
  }
  .modal__content--block .textb p::before {
    content: "・";
    display: block;
  }
  .modal__content--block .list {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0.5rem;

  }
  .modal__content--block .list li {
    display: flex;

  }
  .modal__content--block .list li:nth-child(n+2) {
    margin-top: 0.1rem;
  }
  .modal__content--block .list li p:nth-of-type(1) {
    width: 6rem;
    display: flex;
    justify-content: space-between;
  }
  .modal__content--block .list li p:nth-of-type(1)::after {
    content: "：";
    display: block;
  }
  html.fixed {
    overflow: hidden;
  }
  .modal__content .entry {
    margin: 1.5rem auto;

  }
  .modal__content .entry a {
    padding: 1rem;
    font-size: 1.5rem;
  }
  @media screen and (min-width: 768px) {
    .modal__content--texts {
      height: 80vh;
      padding: 2.5rem 1.5rem;
    }
    .modal__content--texts .title h2 {
      font-size: 3rem;
    }
    .modal__content--texts .title h2 .mini {
      font-size: 2.2rem;
    }
    .modal__content--block-wrap {
      gap: 1rem;
    }
    .modal__content--block {
      margin-top: 1.5rem;
    }
    .modal__content--block h3 {
      font-size: 1.8rem;
      padding: 0.2rem 1rem;
    }
    .modal__content--block .text {
      margin-top: 0.8rem;
      font-size: 1.5rem;
    }
    .modal__content--block .textb {
      font-size: 1.4rem;
      line-height: 1.5;
    }
    .modal__content--block .textb p {
      display: flex;
    }
    .modal__content--block .textb p::before {
      content: "・";
      display: block;
    }
    .modal__content--block .list {
      font-size: 1.4rem;
    }
    .modal__content--block .list li {
      display: flex;
  
    }
    .modal__content--block .list li:nth-child(n+2) {
      margin-top: 0.4rem;
    }
    .modal__content--block .list li p:nth-of-type(1) {
      width: 8rem;
    }
    .modal__content .entry {
      margin: 1.5rem auto;
  
    }
    .modal__content .entry a {
      padding: 1rem;
      font-size: 2.2rem;
    }
  }
.other_bannar {
  width: 100%;
  margin: 1.5rem auto;
  max-width: 550px;

}
.other_bannar a:hover,
.other_bannar a:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .other_bannar {
    max-width: 900px;
  }
}
.nennmatu-text {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #D5125C;
  max-width: 700px;
  margin: 0 auto 5rem;
  background-color: white;

}
.nennmatu-text span {
  font-weight: bold;

}
@media screen and (min-width: 768px) {
  .nennmatu-text {
    font-size: 1.8rem;
  }
}
.smart-bannar {
  width: 100%;
  margin: 4rem auto 0;
  max-width: 55rem;
  padding: 0 1.4rem;
  cursor: pointer;
  
}
#smart-bannar {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5rem 1.5rem 2rem;

}
.modal-inner2__wrap {
  position: relative;
}
.modal-inner2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2.1rem 2rem;
  overflow-y: scroll;
  max-width: 96rem;
  margin: 0 auto;
}
.smart-bannar__content {
  border: 5px solid #FF6600;
  padding: 2rem 2.2rem;
  max-width: 90rem;
  margin: 0 auto;

}
.smart-bannar__content--title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.smart-bannar__content--title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #0B99FF;
  border-radius: 50%;
  margin-right: 1.2rem;
}
.smart-bannar__content--image {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
}
.smart-bannar__content--image img {
  max-width: 370px;
}
.smart-bannar__content--image p {
  font-size: 3.375rem;
  font-weight: 700;
}
.smart-bannar__content--table {
  width: 100%;
  margin-top: 2.5rem;
}
.smart-bannar__content--table table,
.smart-bannar__content--table tr,
.smart-bannar__content--table tbody {
  width: 100%;
}
.smart-bannar__content--table th ,
.smart-bannar__content--table td {
  font-size: 2rem;
  letter-spacing: -0.04em;
  width: 50%;
  padding: 1.5rem;
  border: 1px solid #D1D1D1;
}
.smart-bannar__content--table th {
  background-color: #F3F3F4;
  font-weight: 700;
  text-align: left;
}
.smart-bannar__content--table td {
  font-weight: 500;
  text-align: center;
}
.smart-bannar__content--table td span {
  color: #FD191F;
}
.smart-bannar__content--tablebtm {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.smart-bannar__content--text {
  font-size: 2.5rem;
  line-height: 1.55;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-top: 2rem;
}
.smart-bannar__content--text .kome-text {
  font-weight: 400;
  display: flex;
  margin-top: 2.4rem;
}
.smart-bannar__content--text .kome-text::before {
  content: "※";
  display: block;
}
.smart-bannar__content--block.orange .smart-bannar__content--title::before {
  background-color: #FF6600;
}
.smart-bannar__content--block.orange .smart-bannar__content--table th ,
.smart-bannar__content--block.orange .smart-bannar__content--table td {
  padding: 4.2rem 2rem;
  text-align: left;
  vertical-align: middle;

}
.smart-bannar__content--block.orange .smart-bannar__content--table th {
  line-height: 1.8;
}
.smart-bannar__content--block.orange .atention {
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.28;
  letter-spacing: -0.04em;

}
.smart-bannar__content--tabletoptext {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.04em;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .modal-inner2 {
    padding: 1rem;
  }
  .smart-bannar__content {
    max-width: 600px;
    padding: 1.2rem 1.5rem;
  }
  .smart-bannar__content--title {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
  .smart-bannar__content--title::before {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.8rem;
  }
  .smart-bannar__content--image {
    gap: 2px;
    margin-top: 1.2rem;
  }
  .smart-bannar__content--image p {
    font-size: 2rem;
  }
  .smart-bannar__content--image img {
    width: calc(50% - 1.3rem);
  }
  .smart-bannar__content--table th ,
  .smart-bannar__content--table td {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
  .smart-bannar__content--text {
    font-size: 0.9rem;
    margin-top: 0.9rem;
  }
  .smart-bannar__content--text .kome-text {
    margin-top: 0.8rem;
  }
  .smart-bannar__content--image p {
    font-size: 2rem;
  }
  .smart-bannar__content--block.orange .smart-bannar__content--table th ,
  .smart-bannar__content--block.orange .smart-bannar__content--table td {
    padding: 1.5rem 0.8rem;
    text-align: left;
  }
  .smart-bannar__content--block.orange .atention {
    margin-top: 0.3rem;
    font-size: 0.5rem;
    line-height: 1.28;
    letter-spacing: -0.04em;
  
  }
  .smart-bannar__content--tabletoptext {
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
  }
}