@charset "UTF-8";
.guideList {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.guideList li {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
  width: 25%;
}
.guideList a {
  color: #000;
  background-color: #f9f9f9;
  padding: 0.5rem;
  border: 1px solid #ccc;
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 1.8rem;
  position: relative;
}
.guideList a:after {
  content: "";
  display: block;
  background: url(/html/user_data/assets/img/icons/icon_arrow.svg) no-repeat center center/contain;
  width: 19px;
  height: 12px;
  position: absolute;
  right: 0.4rem;
}
@media (max-width: 767px) {
  .guideList li {
    width: 100%;
  }
  .guideList li br {
    display: none;
  }
}

.guide-section {
  margin-top: 32px;
}

.guide-title02 {
  font-size: 1.3rem;
  background: #e9e9e9;
  padding: 0.6rem;
  margin-bottom: 32px;
}

.guide-title03 {
  font-size: 1.2rem;
  position: relative;
  padding-left: 10px;
  margin-bottom: 16px;
}
.guide-title03:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.9em;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.guide-section__intro {
  margin-bottom: 24px;
}

.guide-section__body .e-content {
  margin-bottom: 32px;
}
.guide-section__body .e-indent {
  margin-left: 1.5em;
}
.guide-section__body dl.e-content dt {
  font-weight: normal;
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.guide-section__body .e-notice {
  font-size: 12px;
  position: relative;
  padding-left: 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.guide-section__body .e-notice:before {
  content: "※";
  position: ABSOLUTE;
  left: 0;
}
.guide-section__body .e-table {
  width: 100%;
  margin-bottom: 16px;
}
.guide-section__body .e-table th {
  width: 20%;
}
.guide-section__body .e-table th,
.guide-section__body .e-table td {
  border: 1px solid #ccc;
  padding: 0.5rem;
}
.guide-section__body .u-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .guide-section__body .e-table tbody {
    display: flex;
  }
  .guide-section__body .e-table tr {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .guide-section__body .e-table th,
.guide-section__body .e-table td {
    width: 100%;
  }
}

.questionItem {
  background: #fff;
  border: 1px solid #c5c5c5;
  margin-bottom: 16px;
}
.questionItem dt {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.questionItem dt:before {
  content: "Q.";
  display: block;
  margin-right: 10px;
}
.questionItem dt:after {
  content: "";
  display: block;
  width: 19px;
  height: 12px;
  background: url(/html/user_data/assets/img/icons/icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.questionItem dt.is-open:after {
  transform: scale(-1, -1);
  top: -0.5rem;
}
.questionItem dd {
  padding: 1rem;
  display: none;
  background: #f5f5f5;
  margin-bottom: 0;
}

.inquiry__content {
  background-color: #e9e9e9;
  padding: 2rem;
  text-align: center;
}

.inquiry__intro {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.1rem;
}

.inquiry-btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.375rem;
  max-width: 25rem;
  width: 100%;
  font-size: 0.9375rem;
}
.inquiry-btn:hover {
  color: #fff;
  opacity: 0.7;
}
/*# sourceMappingURL=userguide.css.map */