/* LESS Document */
.bg_h1 {
  background: url(/clinic/img/bg_h1.png) no-repeat right top;
}
.table_01 {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .table_01 {
    width: 100%;
  }
}
.table_01 th {
  text-align: left;
  width: 200px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .table_01 th {
    width: 50%;
  }
}
.table_01 td {
  text-align: center;
}
.dl_step {
  margin-bottom: 30px;
  display: table;
}
@media screen and (max-width: 767px) {
  .dl_step {
    display: block;
  }
}
.dl_step dt {
  display: table-cell;
  width: 150px;
  height: 150px;
  line-height: 1.2;
  text-align: center;
  border-radius: 200px;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .dl_step dt {
    display: block;
    margin: 0 auto 10px;
    line-height: 150px;
  }
}
.dl_step dt span {
  display: inline-block;
  transform: rotate(-90deg);
}
.dl_step dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .dl_step dd {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
.dl_step:nth-of-type(1) dt {
  background: #EBD5A9;
}
.dl_step:nth-of-type(2) dt {
  background: #EBCEA9;
}
.dl_step:nth-of-type(3) dt {
  background: #EBC4A9;
}
.dl_step:nth-of-type(4) dt {
  background: #EBC0A9;
}
.dl_step:nth-of-type(5) dt {
  background: #EBB9A9;
}
.dl_step:nth-of-type(6) dt {
  background: #EBB4A9;
}
@media screen and (max-width: 767px) {
  .dl_step:nth-of-type(6) dt {
    padding-top: 15px;
    line-height: 1.2;
  }
}
.dl_step:nth-of-type(7) dt {
  background: #EBAEA9;
}
.dl_step:nth-of-type(8) dt {
  background: #EBAAA9;
}
.dl_step:nth-of-type(9) dt {
  background: #EBA6A9;
}
.flowTable {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .flowTable {
    width: 100%;
  }
  .flowTable th {
    width: 35%;
  }
}
