@charset "UTF-8";
.sub_dat {
  width: 100% !important; }

.modal {
  position: fixed;
  inset: 0;
  transition: opacity .3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  /*pointer-events: auto;
  opacity: 1;
  z-index: 9999;  */
  padding: 50px 0 50px;
  -webkit-overflow-scrolling: touch;
  background: rgba(63, 89, 76, 0.6);
  overflow: scroll;
  scrollbar-width: none; }

.modal.is-show {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999; }

.modal-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0; }

.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  color: #707070;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%; }
  .modal-close span {
    width: 20px;
    height: 1px;
    display: block;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(35deg); }
    .modal-close span:nth-child(1) {
      transform: translate(-50%, -50%) rotate(-35deg); }

/* 中身全体の位置決め用 */
.modal-inner {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: 50px auto; }

/* 各コンテンツ */
.modal-content {
  background: #fff;
  padding: 12px 12px 12px 0;
  box-sizing: border-box;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #efefef;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  .modal-content.is-show {
    display: flex; }
  .modal-content .left {
    position: relative;
    width: 572px;
    background-color: #ccc; }
  .modal-content .pic {
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    margin-bottom: 25px;
    overflow: hidden;
    aspect-ratio: 56/70;
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 560px;
    height: auto; }
    .modal-content .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .modal-content .txt {
    width: 100%;
    border: 1px solid #707070;
    border-left: none;
    background-color: #fff;
    padding: 30px 20px 30px 140px;
    position: relative;
    z-index: 5; }
    .modal-content .txt:before {
      position: absolute;
      content: "";
      display: block;
      aspect-ratio: 1/1;
      width: 100%;
      max-width: 147px;
      height: auto;
      top: -25px;
      left: -35px; }
    .modal-content .txt > small {
      display: block;
      margin: 0 0 5px;
      font: 1.6rem/1.2em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      padding: 0 0 0 15px;
      border-left: 6px solid #ccc; }
    .modal-content .txt h3 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      font: 3rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em; }
      .modal-content .txt h3 span {
        margin: 3px 0 0;
        display: block;
        width: 100%;
        font: 1.5rem/1.5em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em; }
      .modal-content .txt h3 small {
        font: 1.8rem/1.5em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em; }
  .modal-content .right {
    width: calc(100% - 572px);
    padding: 10px 40px; }
    .modal-content .right dl {
      width: 100%; }
    .modal-content .right dt {
      margin: 25px 0 15px;
      min-height: 50px;
      padding: 0 0 0 65px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      font: 1.6rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      position: relative; }
      .modal-content .right dt:before {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        content: "";
        background: url("../images/snap/card__badge.svg") center center no-repeat #ccc;
        background-size: 13px;
        left: 0;
        top: 0; }
    .modal-content .right dd {
      font: 1.6rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 20px;
      border-bottom: dashed 1px #ccc; }
      .modal-content .right dd:last-of-type {
        border-bottom: none; }
  .modal-content.class01 {
    background-color: #FEEFEF; }
    .modal-content.class01 .left {
      background-color: #FEEFEF; }
      .modal-content.class01 .left .txt > small {
        border-left: 6px solid #FFB6B6; }
      .modal-content.class01 .left .txt:before {
        background: url("../images/snap/class01.svg") center center no-repeat;
        background-size: contain; }
    .modal-content.class01 .right dt:before {
      background-color: #FFB6B6; }
  .modal-content.class02 {
    background-color: #D2F8FE; }
    .modal-content.class02 .left {
      background-color: #D2F8FE; }
      .modal-content.class02 .left .txt > small {
        border-left: 6px solid #78E7FA; }
      .modal-content.class02 .left .txt:before {
        background: url("../images/snap/class02.svg") center center no-repeat;
        background-size: contain; }
    .modal-content.class02 .right dt:before {
      background-color: #78E7FA; }
  .modal-content.class03 {
    background-color: #EAEAFE; }
    .modal-content.class03 .left {
      background-color: #EAEAFE; }
      .modal-content.class03 .left .txt > small {
        border-left: 6px solid #BABAFF; }
      .modal-content.class03 .left .txt:before {
        background: url("../images/snap/class03.svg") center center no-repeat;
        background-size: contain; }
    .modal-content.class03 .right dt:before {
      background-color: #BABAFF; }
  .modal-content.class04 {
    background-color: #DEF7F5; }
    .modal-content.class04 .left {
      background-color: #D2F8FE; }
      .modal-content.class04 .left .txt > small {
        border-left: 6px solid #65D6CC; }
      .modal-content.class04 .left .txt:before {
        background: url("../images/snap/class04.svg") center center no-repeat;
        background-size: contain; }
    .modal-content.class04 .right dt:before {
      background-color: #65D6CC; }
  .modal-content.class05 {
    background-color: #DBFDE9; }
    .modal-content.class05 .left {
      background-color: #DBFDE9; }
      .modal-content.class05 .left .txt > small {
        border-left: 6px solid #6CE59E; }
      .modal-content.class05 .left .txt:before {
        background: url("../images/snap/class05.svg") center center no-repeat;
        background-size: contain; }
    .modal-content.class05 .right dt:before {
      background-color: #6CE59E; }
  .modal-content.class06 {
    background-color: #E2EDFF; }
    .modal-content.class06 .left {
      background-color: #E2EDFF; }
      .modal-content.class06 .left .txt > small {
        border-left: 6px solid #A2C1F9; }
      .modal-content.class06 .left .txt:before {
        background: url("../images/snap/class06.svg") center center no-repeat;
        background-size: contain; }
    .modal-content.class06 .right dt:before {
      background-color: #A2C1F9; }

@media (max-width: 1280px) {
  .modal-content .left {
    width: 512px; }
  .modal-content .pic {
    max-width: 500px; }
  .modal-content .right {
    width: calc(100% - 512px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .modal {
    padding: 20px 0 50px; }

  .modal-inner {
    position: relative;
    max-width: 540px;
    width: 90%;
    margin: 50px auto; }

  /* 各コンテンツ */
  .modal-content {
    padding: 0; }
    .modal-content .left {
      width: 100%;
      padding: 10px;
      background-color: #fff !important;
      border-bottom: 1px solid #707070; }
    .modal-content .pic {
      border: 1px solid #707070;
      aspect-ratio: 590/393;
      height: auto;
      width: 100%;
      max-width: 100%; }
    .modal-content .txt {
      padding: 30px 30px 20px;
      border: none; }
      .modal-content .txt:before {
        max-width: 130px;
        height: auto;
        top: -115px;
        left: 10px; }
    .modal-content .right {
      padding: 10px 40px 20px;
      width: 100%; }
      .modal-content .right dt br {
        display: none; }

  .modal-close {
    z-index: 10;
    top: 20px;
    right: 20px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .modal-inner {
    position: relative;
    max-width: 480px;
    width: 85%;
    margin: 50px auto; }

  .modal-content .left .txt {
    padding: 25px 20px 15px; }
    .modal-content .left .txt:before {
      max-width: 100px;
      height: auto;
      top: -90px; }
    .modal-content .left .txt > small {
      font: 1.5rem/1.2em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400; }
    .modal-content .left .txt h3 {
      font: 2.5rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.15em; }
      .modal-content .left .txt h3 span {
        font: 1.3rem/1.5em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em; }
      .modal-content .left .txt h3 small {
        padding: 5px 0 0 5px;
        font: 1.5rem/1.5em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em; }
  .modal-content .right {
    padding: 0 20px 20px; }
    .modal-content .right dl {
      width: 100%; }
    .modal-content .right dt {
      margin: 25px 0 15px;
      min-height: 36px;
      padding: 0 0 0 55px;
      font: 1.5rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      position: relative; }
      .modal-content .right dt:before {
        width: 40px;
        height: 40px;
        background: url("../images/snap/card__badge.svg") center center no-repeat #ccc;
        background-size: 10px;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%); }
      .modal-content .right dt br {
        display: block; }
    .modal-content .right dd {
      font: 1.5rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 25px;
      border-bottom: dashed 1px #ccc; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .modal {
    padding: 10px 0 50px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }

  .modal-inner {
    position: relative;
    max-width: 480px;
    width: 90%;
    margin: 30px auto 50px; }

  .modal-close {
    top: 10px;
    right: 10px; }

  .modal-content .left {
    padding: 5px; }
    .modal-content .left .txt {
      padding: 20px 15px 15px; }
      .modal-content .left .txt:before {
        max-width: 90px;
        height: auto;
        top: -80px;
        left: 5px; }
      .modal-content .left .txt > small {
        font: 1.3rem/1.2em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400; }
      .modal-content .left .txt h3 {
        font: 2rem/1.5em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.15em; }
        .modal-content .left .txt h3 span {
          font: 1.3rem/1.5em "M PLUS Rounded 1c", sans-serif;
          font-weight: 400;
          letter-spacing: 0.01em; }
        .modal-content .left .txt h3 small {
          padding: 5px 0 0 5px;
          font: 1.3rem/1.5em "M PLUS Rounded 1c", sans-serif;
          font-weight: 400;
          letter-spacing: 0.01em; }
  .modal-content .right {
    padding: 0 20px 20px; }
    .modal-content .right dl {
      width: 100%; }
    .modal-content .right dt {
      margin: 15px 0 15px;
      min-height: 36px;
      padding: 0 0 0 45px;
      font: 1.4rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      position: relative; }
      .modal-content .right dt:before {
        width: 36px;
        height: 36px;
        background: url("../images/snap/card__badge.svg") center center no-repeat #ccc;
        background-size: 10px;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%); }
      .modal-content .right dt br {
        display: block; }
    .modal-content .right dd {
      font: 1.4rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 15px;
      border-bottom: dashed 1px #ccc; } }
/*max-width:480px*/
