@charset "UTF-8";
.summary {
  margin-bottom: 60px;
  padding-bottom: 0;
}
#section_02 {
	margin-bottom: 60px;
}
.back-button {
  margin: 60px 0
}
.bottom-btn {
  display: none;
  background: linear-gradient(90deg, rgb(168, 145, 92) 0%, rgb(217, 201, 155) 50%, rgba(168, 145, 92, 0.99608) 100%);
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
}
.bottom-btn a {
  display: block;
  padding: 15px 0;
  text-align: center;
}
.bottom-btn a:hover {
  text-decoration-color: #222;
}
.bottom-btn a span {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 17px;
  color: #222;
  font-weight: 700;
}
.bottom-btn a span::before, .bottom-btn a span::after {
  content: "";
  display: block;
  top: calc(50% - 1px);
  width: 100vw;
  height: 1px;
  background-color: #222;
  position: absolute;
}
.bottom-btn a span::before {
  right: calc(100% + 20px);
}
.bottom-btn a span::after {
  left: calc(100% + 20px);
}
@media screen and (max-width:767px) {
  .summary {
    margin: 0px 0 25px;
  }
	#section_02 {
		margin-bottom: 32px;
	}
  .back-button {
    margin: 50px 0
  }
.bottom-btn a span::before {
  right: calc(100% + 13px);
}
.bottom-btn a span::after {
  left: calc(100% + 13px);
}
}