body {
  background-color: white;
}
.wrapper {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
header {
  position: relative;
}
header .bg-wrapper {
  display: flex;
}
header .bg-wrapper img {
  width: 100%;
  height: auto;
}

header .logo-wrapper {
  position: absolute;
  top: 5%;
  left: 3%;
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: end;
}

header .logo-wrapper img {
  width: 100%;
  height: auto;
}
header .logo-wrapper .logo-ruby {
  width: 80%;
}
.fv-cv-wrapper {
  display: block;
  margin-top: -5%;
  margin-bottom: -5%;
  z-index: 100;
  position: relative;
}
.fv-cv-wrapper img {
  width: 100%;
}
main {
  display: block;
}
.promise-wrapper {
  position: relative;
}
.promise-bg {
  display: flex;
}
.promise-bg img {
  width: 100%;
  height: auto;
}
.promise-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15% 9%;
}
.four-promise-title {
  width: 100%;
  height: auto;
  margin-bottom: 6%;
}
.four-prpmise-sub {
  width: 70%;
  margin: 0 auto;
  display: block;
  height: auto;
  margin-bottom: 6%;
}
.promise-list {
  display: flex;
  flex-wrap: wrap;
}

.promise-list img {
  width: 48%;
  height: auto;
}
.promise-list img:first-child {
  margin-right: 4%;
  margin-bottom: 2%;
}
.promise-list img:nth-child(2) {
  margin-bottom: 2%;
}
.promise-list img:nth-child(3) {
  margin-right: 4%;
}
.removal-difference-wrapper {
  position: relative;
}
.removal-difference-wrapper-bg {
  display: flex;
}
.removal-difference-wrapper-bg img {
  width: 100%;
  height: auto;
}
.removal-difference-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10% 6%;
  display: flex;
  flex-direction: column;
}
.removal-difference-inner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.removal-difference-inner img:first-child {
  width: 90%;
  margin-bottom: 5%;
}
.sales-point-wrapper {
  display: flex;
}
.sales-point-wrapper img {
  width: 100%;
  height: auto;
}
.reason-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 8%;
}
.reason-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 10%;
}
.machine-wrapper {
  display: flex;
}
.machine-wrapper img {
  width: 100%;
  height: auto;
}
.price-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 10% 0%;
}

.price-wrapper img {
  width: 100%;
  height: auto;
}
.proposal-flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10%;
}

.proposal-flow-wrapper img {
  width: 100%;
  height: auto;
}
.question-wrapper {
  padding: 0% 6%;
  display: flex;
  margin-bottom: 4%;
}
.question-wrapper img {
  width: 100%;
  height: auto;
  transform: scale(1.02);
}
.question-inner {
  overflow: hidden;
}
.clinic-image-wrapper {
  display: flex;
}

.clinic-image-wrapper img {
  width: 100%;
  height: auto;
}
.clinic-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 12%;
}
.clinic-header {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.area-item {
  width: 100%;
}
.area-item .item-header {
  background-color: #ae9836;
  padding: 3% 5%;
  display: flex;
  cursor: pointer;
  margin-top: 8%;
}
.area-item .item-header img {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.area-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
}
.sub-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub-header {
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 15px 0;
  color: #ae9836;
  text-align: center;
  border-top: 1px solid #ae9836;
  border-bottom: 1px solid #ae9836;
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 300;
}
.sub-body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  color: #441620;
  font-weight: 300;
}
.table-wrapper {
  width: 100%;
}
.map-wrapper {
  width: 100%;
}
.map-wrapper iframe {
  width: 100%;
}
.table-wrapper th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}
.table-wrapper td {
  padding-left: 16px;
  padding-bottom: 12px;
}
.area-item input {
  display: none;
}
.item-inner {
  display: none;
}
.area-item input[type="checkbox"]:checked + .item-inner {
  display: block;
}
footer {
  width: 100%;
}
.footer-inner {
  padding: 10% 9%;
}
.footer-inner img {
  width: 100%;
  height: auto;
}
