@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

main {
  background-color: #000;
}

.sm_br {
  display: block;
}
@media screen and (min-width: 500px) {
  .sm_br {
    display: none;
  }
}

.downloadBtn,
.downloadBtn2 {
  margin-top: 1em;
  width: 100%;
  background: #ff7a00;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.downloadBtn img,
.downloadBtn2 img {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.downloadBtn__anchor,
.downloadBtn2__anchor {
  display: inline-block;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.downloadBtn2 {
  margin-top: 30px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 780px) {
  .downloadBtn2 {
    margin-top: 20px;
    width: 90%;
    max-width: 300px;
  }
}

.modalBtn {
  margin-top: 1em;
  width: 100%;
  background: #3484ce;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.modalBtn::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("xnet-lp-dl/img/ico_newwin.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.modalBtn__newwin {
  display: inline-block;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
}

.lp_formtag {
  background-color: rgb(107, 114, 128);
  color: white;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  padding: 2px 4px;
}
.lp_formtag--required {
  background-color: rgb(239, 68, 68);
}

.x_net_lp {
  padding-top: 3rem;
  background-color: #f0f9ff;
}
@media (max-width: 780px) {
  .x_net_lp {
    padding-top: 1.5rem;
  }
}
.x_net_lp .error {
  color: rgb(239, 68, 68);
  text-align: left;
  display: none;
}
.x_net_lp .submitBtn {
  width: 40%;
  margin: 3rem auto 0;
  color: white;
  font-weight: 600;
  border-radius: 9999px;
  padding: 2rem 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: #9c9c9c;
  cursor: pointer;
}
.x_net_lp .submitBtn__input {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
}
.x_net_lp .submitBtn__errorArea {
  width: fit-content;
  margin: 0 auto;
}
.x_net_lp__title {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}
.x_net_lp__documentArea {
  padding: 3rem 0 8rem;
  margin: 0 auto;
}
.x_net_lp__documentArea__inner {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.x_net_lp__documentArea__one {
  width: 95%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background: white;
}
.x_net_lp__documentArea__one ul {
  margin-top: 15px;
}
.x_net_lp__documentArea__one ul li {
  text-indent: -1em;
  padding-left: 1em;
  word-break: break-all;
}
.x_net_lp__documentArea__one ul li::before {
  content: "・ ";
}
@media (min-width: 640px) {
  .x_net_lp__documentArea__one {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .x_net_lp__documentArea__one {
    width: 30%;
  }
}
.x_net_lp__documentArea__one__h2 {
  font-weight: bold;
  text-align: center;
  min-height: 5em;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x_net_lp__documentArea__one__info {
  /*display: flex;
  flex: 3 3 0;
  height: 100%;*/
  flex: 1;
}
.x_net_lp__documentArea__one__img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 780px) {
  .x_net_lp__documentArea {
    padding: 1.5rem 0 4rem;
  }
}
.x_net_lp .document_form {
  padding: 10rem 0 6rem;
  display: none;
  background: #e4e4e4;
  clip-path: polygon(0px 3%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 780px) {
  .x_net_lp .document_form {
    padding-top: 8rem;
  }
}
.x_net_lp .document_form__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 42rem;
}
.x_net_lp .document_form__title {
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
}
.x_net_lp .document_form__info {
  font-size: 1.125rem;
  text-align: center;
}
.x_net_lp .document_form__imgArea {
  margin-top: 2rem;
  width: 75%;
  margin: 2em auto 0;
}
.x_net_lp .document_form__imgArea__radiotxt {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x_net_lp .document_form__inputArea {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.x_net_lp .document_form__inputArea:first-child {
  margin-bottom: 0;
}
.x_net_lp .document_form__inputArea__title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.x_net_lp .document_form__inputArea__one {
  width: 100%;
  font-size: 0.875rem;
}
.x_net_lp .document_form__inputArea__one__select {
  padding: 2rem;
  color: black;
  width: 100%;
  border-radius: 8px;
}
.x_net_lp .document_form__inputArea__one__input {
  padding: 8px;
  color: black;
  text-align: left;
  border-radius: 8px;
}
.x_net_lp .document_form__inputArea__one__textarea {
  padding: 8px;
  height: 11rem;
  color: black;
}
.x_net_lp .document_form__inputArea__attention {
  font-size: 0.875rem;
  padding: 0.5rem 0;
}
@media (max-width: 780px) {
  .x_net_lp .document_form {
    padding: 5rem 0 4rem;
  }
}
.x_net_lp .form_box {
  padding: 10px 40px 40px;
  background: #e4e4e4;
  width: 100%;
  clip-path: polygon(50% 5%, 100% 0, 100% 35%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
@media (max-width: 780px) {
  .x_net_lp .form_box {
    max-width: max-content;
  }
}
.x_net_lp .policyArea {
  margin-top: 3rem;
}
.x_net_lp .policyArea__inner {
  background: #f2f2f2;
  overflow: scroll;
  padding: 2rem;
  height: 200px;
}
.x_net_lp .policyArea__title {
  margin-bottom: 1rem;
}
.x_net_lp .policyArea__label {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-weight: bold;
}
.x_net_lp .policyArea__label__input {
  font-weight: bold;
  width: 1rem;
  height: 1rem;
}

.main_p {
  font-size: 1rem;
  padding: 0.7rem;
}

.DL_content_flex {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 780px) {
  .DL_content_flex {
    display: block;
  }
}
.DL_content_flex h3 {
  font-size: 20px;
  font-weight: bold;
  color: #355ca8;
  padding: 20px 20px 5px 20px;
}

.DL_FB {
  display: flex;
  background-color: #ffffff;
  padding-top: 0%;
  justify-content: center;
}
@media (max-width: 780px) {
  .DL_FB {
    display: block;
  }
}
.DL_FB .sab_title {
  font-size: 16px;
  text-align: center;
  color: #515a56;
  font-weight: bold;
}
.DL_FB .DL_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.form_title {
  background: white;
  padding-top: 3rem;
  font-size: 2rem;
  color: #355ca8;
  text-align: center;
  font-weight: bold;
}

.box_content {
  background-color: #f0f9ff;
  padding-top: 3rem;
  width: 100%;
}
.box_content .list_dl {
  padding: 20px;
}
.box_content .list_dl h3 {
  font-size: 20px;
  font-weight: bold;
  color: #355ca8;
  padding-bottom: 15px;
}
.box_content .list_dl ul {
  background: white;
  font-size: 14px;
  padding: 17px;
  border-radius: 0.5rem;
}

.main p {
  line-height: 1.5rem;
  text-align: center;
}

.img_size {
  width: 65%;
}

p.document_form__inputArea__one__attention {
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

@media (max-width: 780px) {
  .img_size {
    width: 100%;
  }
}
@media (min-width: 780px) {
  .content_fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 7.5rem;
    padding: 0px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal__in {
  display: flex;
  align-items: center;
  height: 100vh;
}

.modal-content {
  background-color: #fff;
  margin: 90px auto 0;
  padding: 80px 0;
  border: 1px solid #888;
  width: 80%;
  height: auto;
  max-width: 1100px;
  max-height: calc(100vh - 180px);
  text-align: center;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 780px) {
  .modal-content {
    margin: 50px auto 0;
    padding: 25px 20px;
    max-width: 86%;
    max-height: calc(100vh - 90px);
    flex-direction: column;
  }
}

.close {
  color: #333;
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 780px) {
  .close {
    font-size: 40px;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mdimg img {
  width: 40%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #9c9c9c;
}
.mdimg img + img {
  margin-left: 40px;
}
@media (max-width: 780px) {
  .mdimg img {
    width: auto;
    max-height: 30vh;
  }
  .mdimg img + img {
    margin-left: 0;
  }
}/*# sourceMappingURL=x-net-lp.css.map */