@charset "UTF-8";
/* 処理の実績 */

.processing-content .processing-content__title {
    position: relative;
  }
  .processing-content .processing-content__title .plus {
    position: absolute;
    top: 50%;
    right: 3.2rem;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 768px) {
    .processing-content .processing-content__title .plus {
      right: 1.6rem;
    }
  }
  .processing-content__title .plus-btn {
    border-radius: 50%;
    background-color: #509DCE;
    position: relative;
    width: 4.4rem;
    height: 4.4rem;
  }
  @media screen and (max-width: 768px) {
    .processing-content__title .plus-btn {
      width: 3.2rem;
      height: 3.2rem;
    }
  }
  .plus-btn span {
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  .plus-btn span:nth-of-type(2) {
    transform: translate(-50% , -50%) rotate(90deg);
  
  }
  .processing-content__title h2 {
    padding: 3.6rem 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.6em;
    color: #fff;
    background-color: #509DCE;
    border-bottom: initial;
  }
  @media screen and (max-width: 768px) {
    .processing-content__title h2 {
      padding: 1.8rem 0;
      font-size: 2rem;
    }
  }
  .processing-content__title h2::before {
    display: none;
  }
  .processing-content {
    margin: 5.3rem auto 0;
    max-width: 89rem;
  }
  @media screen and (max-width: 768px) {
    .processing-content {
      margin-top: 2.4rem;
    }
  }
  .processing-content ul li {
    padding-left: 0;
  }
  .processing-content ul li:before {
    display: none;
  }
  .processing-list {
    border: 1px solid #509DCE;
    padding: 0rem 3.7rem 3.1rem;
  }
  @media screen and (max-width: 768px) {
    .processing-list {
      border: 1px solid #509DCE;
      padding: 0rem 2.4rem 2rem;
    }
  }
  .processing-content .processing-list li {
    display: flex;
    align-items: center;
    padding: 3.2rem 0rem 1.6rem;
    margin: 0;
  }
  @media screen and (max-width: 768px) {
    .processing-content .processing-list li {
      padding: 2rem 0rem 1rem;
    }
  }
  .processing-list li:nth-child(n+2) {
    border-top: 1px solid #509DCE;
  }
  .processing-list li p {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  @media screen and (max-width: 768px) {
    .processing-list li p {
      font-size: 1.6rem;
    }
  }
  .processing-list li .pdf-btn {
    margin: 0 0 0 auto;
  }
  .q_button_wrap img {
    width: 3.5rem;
    position: absolute;
    top: 50%;
    left: 0.7rem;
    transform: translateY(-50%);
  }
  .processing-content .post_col-2 {
    margin-top: 3.6rem;
  }
  @media screen and (max-width: 768px) {
    .processing-content .post_col-2 {
        margin-top: 2rem;
      }
  }