@charset "UTF-8";
main {
  display: block;
  background: var(--background);
  padding-top: 17rem;
  height: -moz-fit-content !important;
  height: -webkit-fit-content !important;
  height: fit-content !important;
  max-height: none !important;
  border-radius: 0;
  margin-bottom: 0;
  background: var(--background);
}
main .mainInner {
  width: 80%;
  margin: 0 auto;
  max-width: 750px;
  padding: 100px 0;
}
@media (max-width: 520px) {
  main .mainInner {
    width: 90%;
  }
}

.mainInfo h2 {
  text-align: center;
  padding-bottom: 4rem;
}

h3 {
  font-size: 1.5rem;
  color: var(--primary);
}
h3 span {
  font-size: 1.2rem;
}
@media (max-width: 520px) {
  h3 span {
    font-size: 10px;
    font-weight: normal;
  }
}

.square {
  box-sizing: border-box;
  border: 1px solid var(--primary);
  padding: 6rem;
  position: relative;
}
@media (max-width: 920px) {
  .square {
    padding: 2rem;
  }
}
@media (max-width: 520px) {
  .square {
    padding: 3rem;
  }
}
.square li.dot {
  padding-bottom: 30px;
  font-weight: bold;
}
.square li.dot::before {
  content: "・";
  position: absolute;
  left: 4.8rem;
  color: var(--primary);
}
@media (max-width: 920px) {
  .square li.dot::before {
    left: 0.8rem;
  }
}
@media (max-width: 520px) {
  .square li.dot::before {
    padding-bottom: 20px;
    left: 1.8rem;
  }
}
.square table {
  text-align: left;
  width: 100%;
  font-size: 14px;
}
.square table caption {
  background: var(--primary);
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 0;
}
.square table tbody {
  display: flex;
  background: #fff;
  position: relative;
  flex-wrap: wrap;
}
.square table tr {
  padding-top: 2px;
  width: 50%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 520px) {
  .square table tr {
    width: 100%;
    height: 74px;
  }
}
.square table tr th {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 18px;
  background: #ebeae5;
  width: 60%;
  height: 100%;
  padding: 10px;
}
.square table tr th span {
  display: block;
  font-size: 12px;
}
.square table tr td {
  width: 40%;
  height: 100%;
  background: #fafafa;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.square span {
  font-size: 1.2rem;
}

.returnBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .returnBtn {
    margin-top: 8rem;
  }
}
.returnBtn a:hover .circle {
  fill: #323536;
}

.allMid {
  text-align: center;
}
.allMid div {
  padding-bottom: 5rem;
}
.allMid div span {
  display: block;
  font-size: 12px;
}
.allMid ol li {
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  height: 8rem;
  background: #fff;
  border: solid 1px var(--primary);
  border-radius: 100px;
  padding: 1.5rem;
  margin-bottom: 5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 520px) {
  .allMid ol li {
    border-radius: 40px;
  }
}
.allMid ol li small {
  color: #323536;
}
.allMid ol li em {
  color: var(--primary);
}
.allMid ol li:last-child {
  padding: 2.5rem;
}
.allMid ol li::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  rotate: 135deg;
  z-index: 1;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -40px;
  transform: translateX(-50%);
}/*# sourceMappingURL=rule.css.map */