@charset "UTF-8";
.pagevisual {
  background: url(../img/pv.png) no-repeat center;
  background-size: cover;
}
.indent {
  display: block;
}
.indent.cont {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.block {display: block;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mb64 {margin-bottom: 64px;}
.ml17 {margin-left: 1.7em;}
.sec_h2 {letter-spacing: 4px;}

.minto_sec {
  position: relative;
  background: #F1EFE9;
  padding: 16px 0 80px;
}

.minto_message {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
  }
}
.minto_block {
  position: relative;
  h3 {
    color: #533F3D;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    & + iframe {
      margin-left: 1.7em;
    }
  }
  p {
    letter-spacing: 1.6px;
    span {letter-spacing: 1.6px;}
  }
}
.minto_block.img_block {
  &::before {
    content: '';
    position: absolute;
    background: url(../img/img02.png)no-repeat center;
    background-size: contain;
    width: 366px;
    height: 357px;
    top: 3.3em;
    right: 4em;
    margin: auto;
    border-radius: 16px;
  }
  h3, p {
    width: 100%;
    max-width: 472px;
  }
}

.white_bg {
  border-radius: 10px;
  background: #fff;
  padding: 48px 64px 72px;
}

.table_outer {
  table {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 48px;
    tr {
      display: flex;
      letter-spacing: 3.2px;
    }
    th, td {
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    th {
      width: 240px;
      background: #D8CFC2;
      color: #3A2206;
      border-bottom: 2px solid #fff;
    }
    td {
      width: calc(100% - 240px);
      background: #F9F9F8;
      color: #3A2206;
      text-align: left;
      border-bottom: 2px solid #fff;
      justify-content: flex-start;
      padding-left: 48px;
    }
    td.td_second {
      background: #F1EFE9;
    }
  }
}

.link_btn {
  position: relative;
  padding: 28px 10px;
  padding-left: 48px;
  width: 100%;
  max-width: 589px;
  margin: 0 auto;
  color: #3A2206;
  font-weight: bold;
  background: #D8CFC2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/icon.svg)no-repeat center;
    background-size: contain;
    width: 41px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 3.5em;
    margin: auto;
  }
  &:hover {opacity: 0.8;}
}


@media screen and (max-width: 767px) {
  .sec_h2 {letter-spacing: 2.4px;}
  .mb64 {margin-bottom: 40px;}
  .ml17.sp_ml0 {margin-left: 0;}
  .minto_message {
    padding: 60px 16px;
    figure {
      flex-direction: column;
      align-items: center;
    }
  }
  .minto_block {
    h3 {
      align-items: flex-start;
      letter-spacing: 2.4px;
      img {
        position: relative;
        top: 4px;
      }
      & + iframe.sp_ml0 {
        margin-left: 0;
        height: 320px;
      }
      & + p.sp_ml0 {
        margin-left: 0;
      }
      & + p img {
        height: auto;
      }
    }
  }
  .minto_block.img_block {
    &::before {
      display: none;
    }
    .sec_h2 {
      position: relative;
      margin-bottom: 360px;
      &::after {
        content: '';
        position: absolute;
        background: url(../img/img02.png) no-repeat center;
        background-size: contain;
        background-position: center;
        width: 100%;
        max-width: 324px;
        height: 316px;
        top: 3.3em;
        right: 0;
        left: 0;
        margin: auto;
        border-radius: 16px;
      }
    }
    p {
      width: auto;
    }
  }
  .white_bg {
    padding: 48px 16px;
  }
  .table_outer {
    /* overflow: scroll; */
    margin-bottom: 40px;
    table {
      margin-bottom: 0;
      tr {
        flex-direction: column;
      }
      th {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        letter-spacing: 1px;
      }
      td {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        /* justify-content: center; */
        letter-spacing: 1px;
      }
    }
    /* table {
      width: 896px;
      margin-bottom: 0;
    }
    .table_second {
      width: 480px;
      th {
        width: 180px;
      }
      td {
        width: calc(100% - 180px);
      }
    } */
  }
  .link_btn {
    padding: 10px;
    padding-left: 64px;
    font-size: 1.4rem;
    &::before {
      left: 1em;
    }
  }
}

@media print {
  
}