#flow-of-consultation {
  text-align: center;
}

.usually {
  padding: 5% 0 5% 0;
  background-color: #F7F6F4;
}

.usually-hedding,
.plastic-surgery-model-hedding {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.usually-decoration-front,
.plastic-surgery-model-decoration-front {
  width: 35%;
  border-top: #563D38 solid 1px;
  border-left: #563D38 solid 1px;
}

.usually-decoration-back,
.plastic-surgery-model-decoration-back {
  width: 35%;
  border-bottom: #563D38 solid 1px;
  border-right: #563D38 solid 1px;
}

.usually-hedding-jp,
.plastic-surgery-model-hedding-jp {
  font-size: 1.6rem;
  margin: 0;
  color: #563D38;
}

.usually-table {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  width: 100%;
}

.usually-cell {
  width: 25%;
}

.usually-cell-decoration {
  width: 5%;
}

.usually-image {
  width: 80%;
}

.usually-cell-top ,
.usually-cell-bottom {
  height: 50%;
}

.usually-cell-bottom,
.usually-cell-decoration-bottom {
  border-top: #563D38 solid 1px;
}

.usually-flow-hedding,
.plastic-surgery-model-flow-hedding {
  color: #563D38;
}

.usually-flow-hedding h4,
.plastic-surgery-model-flow-hedding h4 {
  margin: 0;
  margin-top: 15px;
  font-size: 1.3rem;
}

.usually-flow-hedding h5,
.plastic-surgery-model-flow-hedding h5 {
  margin: 0;
}

.usually-flow-number,
.sually-flow-text {
  width: 100%;
  text-align: left;
}

.usually-flow-number p,
.sually-flow-text p {
  color: #563D38;
  font-weight: normal;
  margin: 0;
}

.sually-flow-text {
  padding-left: 10px;
}

.sually-flow-text p {
  font-size: 12px;
}

.usually-cell-decoration-top,
.usually-cell-decoration-bottom {
  position: relative;
  height: 50%;
}

.usually-cell-decoration-top::before,
.usually-cell-decoration-bottom::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #563D38;
}

.usually-cell-decoration-top::before {
  bottom: 0%;
  transform: rotate(45deg) translateX(-50%);
}

.usually-cell-decoration-bottom::after {
  top: 0%;
  transform: rotate(-45deg) translateX(-50%);
}

/* モニター */
.plastic-surgery-model {
  margin-top: 5%;
}

.plastic-surgery-model-table {
  margin-top: 1%;
  display: flex;
  justify-content: center;
  width: 100%;
}

.plastic-surgery-model-cell {
  width: 20%;
  height: 50vh;
}

.plastic-surgery-model-cell-decoration {
  width: 5%;
}

.plastic-surgery-model-cell-top,
.plastic-surgery-model-cell-bottom {
  height: 50%;
}

.plastic-surgery-model-cell-top {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.plastic-surgery-model-cell-top {
  border-bottom: #563D38 solid 1px;
  padding-bottom: 10px;
}

.plastic-surgery-model-image {
  width: 10vw;
}

.plastic-surgery-model-cell-decoration {
  height: 50vh;
}

.plastic-surgery-model-cell-decoration-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  padding-bottom: 10px;
  border-bottom: #563D38 solid 1px;
}