@charset "utf-8";

.section {
  margin-bottom: 90px;
}

.site_title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border-bottom: dotted 3px #E0BF98;
  margin-top: 25px;
  display: inline-block
}

.site_content {
  max-width: 650px;
  margin: auto;
  margin-top: 30px;
}

.site_box {
  text-align: center;
  display: block;
}

.text_box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
}

.text_box dt {
  width: 20%;
}

.text_box dd {
  width: 80%;
}

.return_link {
  text-align: center;
  margin-top: 90px;
}

.return_link a {
  display: inline-block;
  border-bottom: solid 2px;
}
