/* LESS Document */
.bg_h1 {
  background: url(/clinic/img/bg_h1.png) no-repeat right top;
}
.dl_step {
  margin-bottom: 30px;
}
.dl_step dt {
  width: 180px;
  float: left;
  padding: 15px 0 15px 15px;
  clear: both;
}
.dl_step dt:nth-of-type(1) {
  padding-top: 0;
}
.dl_step dd {
  margin-left: 180px;
  padding: 15px;
}
.dl_step dd:nth-of-type(1) {
  padding-top: 0;
}
.dl_step.dlBorder {
  border-bottom: #666 1px dotted;
}
.dl_step.dlBorder dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
.dl_step.dlBorder dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  .dl_step.dlBorder dd:nth-of-type(n+2) {
    border-top: none;
  }
}
.dl_step::after {
  content: '';
  display: block;
  clear: both;
}
.dl_step::after {
  font-family: 'FontAwesome';
  content: '\f078';
  clear: both;
  text-align: center;
  font-size: 8rem;
  color: #D8B33B;
  line-height: 1;
}
.dl_step:nth-last-of-type(1)::after {
  display: none;
}
.dl_step dt {
  height: 180px;
  border-radius: 180px;
  line-height: 180px;
  text-align: center;
  background: #D8B33B;
  color: #FFF;
  font-weight: bold;
  font-size: 4rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .dl_step dt {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
    margin: 0 0 15px;
    padding: 10px!important;
    line-height: 1.2;
    font-size: 3rem;
  }
}
.dl_step dd {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .dl_step dd {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
}
#section_02 .box_01 {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_02 .box_01 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #section_03 .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
  }
  #section_03 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
