/* $pc_container_width_sm: 800px; */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.flow_content {
  background-color: #fcfbf9;
  position: relative;
  padding: 35px 50px 0;
  margin-bottom: 100px;
  margin-top: 100px;
}

@media screen and (max-width: 999px) {
  .flow_content {
    padding: 35px 10px 0;
    margin-bottom: 100px;
    margin-top: 70px;
  }
}

.flow_content .flow_kikan {
  width: 47px;
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_content h3 {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  color: #434343;
  position: relative;
  margin-bottom: 30px;
}

.flow_content h3::after {
  content: "";
  display: block;
  width: 49px;
  height: 2px;
  background: #819a0b;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .flow_content h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.flow_content h4 {
  font-size: 24px;
  font-weight: 400;
  color: #343434;
  margin-bottom: .5em;
}

.flow_content h4 .flow_num {
  color: #7e960e;
  margin-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 999px) {
  .flow_content h4 {
    font-size: 20px;
  }
  .flow_content h4 .flow_num {
    padding-left: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .flow_content .flow_wrapper {
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flow_content .flow_wrapper .flow_txt {
    width: 540px;
    margin-right: 40px;
    font-weight: 400;
    line-height: 2.22;
  }
  .flow_content .flow_wrapper .flow_img {
    width: 160px;
  }
  .flow_content .flow_wrapper .flow_img > img {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .flow_content .flow_wrapper .flow_txt {
    line-height: 1.78571;
  }
  .flow_content .flow_wrapper .flow_img {
    width: 70%;
    max-width: 190px;
    margin: 0 auto 20px;
  }
  .flow_content .flow_wrapper .flow_img > img {
    width: 100%;
  }
}

.flow_content .flow_txt_bottom {
  margin-left: 40px;
  line-height: 2.22;
}

@media screen and (max-width: 999px) {
  .flow_content .flow_txt_bottom {
    margin-left: 0;
    line-height: 1.78571;
  }
}

.flow_content .flow_content_sm {
  position: relative;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 55px;
  margin-bottom: 62px;
}

.flow_content .flow_content_sm::after {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background: url(/treatment/flow/img/bottom_arrow.png) no-repeat center center/cover;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_content .flow_content_sm_none {
  margin-top: 62px;
  padding-bottom: 32px;
}
/*# sourceMappingURL=flow.css.map */