@charset "utf-8";

.contact-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.contact-box {
  background-color: #fff;
  display: block;
}
.contact-box + .contact-box {
  margin-top: 40px;
}

.contact-box__header {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  font-size: 2.0rem;
  font-weight: 600;
  background-image: url(../../common/img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.contact-box__body {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-radius:0 0 5px 5px;
}
.contact-box__body p {
  font-size: 1.6rem;
  color: #0B1013 !important;
}

.contact-list__item {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
}
.contact-list__item::before {
  content: '・';
}
.contact-border-box {
  margin-top: 40px;
}

.contact-border-box__inner {
  padding: 20px 0;
  border-top: 1px solid #0b1013;
  border-bottom: 1px solid #0b1013;
}
.contact-footer-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact-note {
  margin-top: 30px;
}
.contact-note-text {
  padding-left: 1em;
  text-indent: -1em;
}