@charset "utf-8";

/* ======================================================
 * reform-work-flow_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- layout ----- */
  .cost-paragraph {
    margin-top: 4.0em !important;
  }
  /* ----- a ----- */
  /* ----- opacity ----- */
  /* ----- transition ----- */
  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  .reform-work-flow-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #010c6a;
    position: relative;
    padding: 9px 16px 0 16px;
  }
  .reform-work-flow-number::after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width:54px;
    height: 54px;
    background: no-repeat 0 0 / 100% url(/hrf/reform/reform-work-flow/img/index_ic01.png);
    content: "";
    z-index: -1;
}
  .reform-work-flow-text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: .6rem;
  }
  .reform-work-flow-cmn-box__title {
    font-size: 1.6rem;
    color: #ed7070;
    font-weight: bold;
    line-height: 1.4;
  }
  .reform-work-flow-cmn-box__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: .6rem;
  }
  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  .reform-work-flow-button-wrap {
    margin-top: 1rem;
  }
  .reform-work-flow-button__inner {
    margin-top: 13px;
  }
  .reform-work-flow-button__type, .reform-work-flow-button__type--pdf, .reform-work-flow-button-v2__type {
    display: inline-block;
    position: relative;
    padding: 3px 38px 8px 25px;
    border-radius: 10em;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #010c6a;
    width: 100%;
  }
  .reform-work-flow-button__type, .reform-work-flow-button__type--pdf {
  }
  .reform-work-flow-button-v2__type {
  }
  .reform-work-flow-button__label, .reform-work-flow-button__label--pdf, .reform-work-flow-button-v2__label {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.39;
    color: #010c6a;
  }
  .reform-work-flow-button__type::after, .reform-work-flow-button-v2__type::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid #010c6a;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
    top: 50%;
    right: 18px;
    margin-top: -6px;
  }
  .reform-work-flow-button__type--pdf::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    right: 17px;
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px -200px;
    margin-top: -7px;
  }
  .reform-work-flow-btn {
    margin-top: 1rem;
  }
  .reform-work-flow-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    height: 65px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 0px -10px #dbdbdb;
    background-color: #ED7070;
    background-image: url(/hrf/reform/reform-work-flow/img/index_ic02.png);
    background-position: 15% center;
    background-size: 32px auto;
    background-repeat: no-repeat;
    padding: 2px 35px 4px 60px;
  }
  .reform-work-flow-btn a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    padding-left: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid transparent;
    content: "";
  }
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  .reform-work-flow-media__head {
    max-width: 283px;
    flex-shrink: 0;
    margin-top: 2rem;
  }
  .onpremise-cloud-figure {
    text-align: center;
    position: relative;
    margin-top: 71px;
    padding-top: 21px;
  }
  .onpremise-cloud-figure img {
    width: 17px;
  }
  .onpremise-cloud-figure::before {
    content: "";
    position: absolute;
    top: -71px;
    left: 27px;
    width: 1px;
    height: 71px;
    background-color: #010c6a;
    z-index: -1;
  }
  .onpremise-cloud-figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 27px;
    width: calc(50% - 27px);
    height: 21px;
    border-top: 1px solid #010c6a;
    border-right: 1px solid #010c6a;
    z-index: -1;
  }
  .reform-work-flow--cmn-box__head {
    flex: 1;
  }
  .reform-work-flow--cmn-box__body {
    width: 36.7%;
  }
  .reform-work-flow--cmn-box__foot {
    width: 100%;
  }
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  .reform-work-flow-heading1-v2__title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #010c6a;
    line-height: 1.82;
  }
  .reform-work-flow-media__body {
    margin-top: 3px;
    width: 100%;
  }
  .reform-work-flow-inner {
    display: flex;
    column-gap: .7rem;
    padding-bottom: 3rem;
  }
  .reform-work-flow-inner:last-of-type {
    padding-bottom: 0;
  }
  .reform-work-flow-media {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 3.5rem;
    flex-direction: column-reverse;
  }
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Grid
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  .reform-work-flow-inner {
    position: relative;
  }
  .reform-work-flow-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27px;
    width: 1px;
    height: 100%;
    background-color: #010c6a;
    z-index: -1;
  }
  .reform-work-flow-inner_head {
    width: 54px;
    position: relative;
  }
  .reform-work-flow-inner_body{}
  .reform-work-flow-box {
    background-color: #f5f5f5;
    margin-top: 2rem;
    padding: 1.7rem 1.5rem;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .reform-work-flow-box__title {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    color: #010c6a;
  }
  .reform-work-flow-box__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 5px;
  }
  .reform-work-flow-inner_body > .reform-work-flow-box__body {
    margin-top: 3rem;
  }
  .reform-work-flow-box__body {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1.3rem;
  }
  .reform-work-flow--cmn-box {
    background: #fcf0f1;
    margin-top: 2.3rem;
    padding: 1.9rem 1.3rem;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 18px;
  }
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix:after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media print {
}