@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  overflow: visible !important;
}

button {
  cursor: pointer;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.maintenancenote-subnav {
  background-color: #fff;
  width: 100%;
}
.maintenancenote-subnav div {
  box-sizing: border-box;
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}
.maintenancenote-subnav div p {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #101010;
  line-height: 1.3em;
  width: 200px;
  height: 50px;
}
.maintenancenote-subnav div a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  color: #101010;
  text-decoration: none;
  border-bottom: 2px solid #101010;
}
@media screen and (max-width: 768px) {
  .maintenancenote-subnav {
    display: none;
  }
}

.maintenancenote-key {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 226px;
}
.maintenancenote-key h1 {
  color: #101010;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .maintenancenote-key {
    padding: 40px 20px;
    height: auto;
  }
  .maintenancenote-key h1 {
    font-size: 24px;
  }
}

.maintenancenote-wrap {
  -webkit-text-size-adjust: 100%;
  font-family: "MazdaTypeRegular", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic Pro, "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  background-color: #fff;
  box-sizing: border-box;
  color: #101010;
  width: 100%;
  margin: 0 auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 20px;
  z-index: 5000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.modal.open {
  opacity: 1;
  pointer-events: all;
}
.modal .modal-layer {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-wrap {
  position: relative;
  z-index: 1;
  max-width: 980px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-cont {
  background-color: #fff;
  width: 100%;
  padding: 40px;
}
.modal .modal-cont h1 {
  color: #101010;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.4px;
  border-bottom: 1px solid #D5D5D5;
  padding: 0 0 15px;
  width: 100%;
  margin-bottom: 20px;
}
.modal .modal-cont h2 {
  border-left: 2px solid #101010;
  color: #101010;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 0 20px;
  margin: 40px 0 20px;
}
.modal .modal-cont p {
  padding-left: 20px;
}
.modal .modal-cont table {
  border-top: 1px solid #D5D5D5;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
.modal .modal-cont table th,
.modal .modal-cont table td {
  border-bottom: 1px solid #D5D5D5;
}
.modal .modal-cont table th {
  background-color: #E7E7E7;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  width: 30%;
  vertical-align: middle;
  padding: 0 24px;
}
.modal .modal-cont table td {
  font-size: 14px;
  padding: 18px 20px;
}
.modal .modal-cont table .td-bg {
  background-color: #F5F5F5;
}
.modal .modal-cont .agreement {
  margin: 0 0 20px;
}
.modal .modal-cont .agreement span {
  cursor: pointer;
  text-decoration: underline;
}
.modal .modal-cont .agreement_box {
  display: none;
  border: 1px solid #D5D5D5;
  padding: 20px;
  width: calc(100% - 20px);
  margin: 0 0 0 20px;
}
.modal .modal-cont .agreement_box h3 {
  color: #101010;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.modal .modal-cont .agreement_box p {
  color: #000;
  font-size: 15px;
  line-height: 2;
  padding: 0;
  margin: 10px 0;
}
.modal .modal-cont .agreement_box ul {
  list-style-position: inside;
  list-style: none;
}
.modal .modal-cont .agreement_box ul li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
  margin-bottom: 10px;
}
.modal .modal-cont .agreement_box ul li:last-child {
  margin-bottom: 0;
}
.modal .modal-cont .agreement_box ul.list-circle li {
  padding: 0 0 0 20px;
}
.modal .modal-cont .agreement_box ul.list-circle li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  background-color: #999;
  width: 12px;
  height: 12px;
}
.modal .modal-cont .btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.modal .modal-cont .btn_area .btn {
  cursor: pointer;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #101010;
  font-size: 15px;
  line-height: 2;
  width: 184px;
  height: 50px;
  padding: 0;
  margin: 0 10px;
  transition: all 0.3s;
}
.modal .modal-cont .btn_area .back-button {
  border: 2px solid #D5D5D5;
}
.modal .modal-cont .btn_area .back-button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14 3L7 10L14 17' stroke='%23101010' stroke-width='1.5'/%3E%3C/svg%3E");
  margin-right: 10px;
}
.modal .modal-cont .btn_area .back-button:hover {
  background-color: #D5D5D5;
  color: #fff;
}
.modal .modal-cont .btn_area .back-button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14 3L7 10L14 17' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.modal .modal-cont .btn_area .submit-button {
  border: 2px solid #101010;
}
.modal .modal-cont .btn_area .submit-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 3L13 10L6 17' stroke='%23101010' stroke-width='1.5'/%3E%3C/svg%3E");
  margin-left: 10px;
}
.modal .modal-cont .btn_area .submit-button:hover {
  background-color: #101010;
  color: #fff;
}
.modal .modal-cont .btn_area .submit-button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 3L13 10L6 17' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .modal .modal-cont {
    padding: 20px;
  }
  .modal .modal-cont h1 {
    font-size: 22px;
    line-height: 1.45455;
    letter-spacing: 2.2px;
    margin-bottom: 0;
  }
  .modal .modal-cont h2 {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin: 20px 0 10px;
  }
  .modal .modal-cont p {
    font-size: 14px;
    line-height: 1.71429;
    padding: 20px 0;
  }
  .modal .modal-cont table {
    table-layout: auto;
    margin-bottom: 0;
  }
  .modal .modal-cont table th,
  .modal .modal-cont table td {
    border-bottom: 1px solid #D5D5D5;
  }
  .modal .modal-cont table th {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: 1.4px;
    width: 100px;
    padding: 12px 18px;
  }
  .modal .modal-cont table td {
    font-size: 14px;
    vertical-align: middle;
    padding: 0 11px;
  }
  .modal .modal-cont table .td-bg {
    padding: 0 12px;
  }
  .modal .modal-cont table .num-group {
    font-size: 11px;
    vertical-align: middle;
    width: 46px;
  }
  .modal .modal-cont table .kana-group {
    font-size: 11px;
    vertical-align: middle;
    width: 68px;
  }
  .modal .modal-cont .agreement {
    margin: 0;
  }
  .modal .modal-cont .agreement_box {
    width: 100%;
    margin: 0 0 20px;
  }
  .modal .modal-cont .agreement_box h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .modal .modal-cont .agreement_box p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .modal .modal-cont .btn_area {
    margin-top: 0;
  }
  .modal .modal-cont .btn_area .btn {
    width: 115px;
    height: 76px;
  }
  .modal .modal-cont .btn_area .btn span {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */