/* ========================================
	人材・スキルマッチングサービス　/solution/skills_matching/
======================================== */
.c-box.c-box--half.c-feature .c-box__inner .c-figure__img {
    display: block;
    margin: 0 auto;
    width: 40%;
  }
  .c-box.c-box--half.c-feature .c-box__inner .c-txt {
    /*padding-left: 20px;
    padding-right: 20px;*/
    box-sizing: border-box;
  }
  .c-box.c-box--half.c-feature .c-box__inner .c-txt.head {
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    font-size: 18px;
  }
  .c-box.c-box--half.c-feature .c-box__inner .c-figure__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-box.c-box--one-third {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
  }
  .c-box.c-box--one-third .c-box__inner {
    width: calc((100% - 30px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
  .c-box.c-box--one-third .c-box__inner .c-figure__inner span {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  .c-box.c-box--one-third .c-box__inner .c-before {
    background-color: #D9D9D9;
    border-radius: 50px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .c-box.c-box--one-third .c-box__inner .c-before .c-txt {
    font-size: 13px;
  }
  .c-box.c-box--one-third .c-box__inner .c-after {
    background-color: #1BC9BE;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
  }
  .c-box.c-box--one-third .c-box__inner .c-after .c-txt {
    color: #fff;
    font-weight: bold;
  }
  @media only screen and (max-width: 579px) {
    .c-box.c-box--one-third .c-box__inner {
      margin-bottom: 15px;
      width: 100%;
    }
    .c-box.c-box--one-third .c-box__inner .c-before .c-txt {
      font-size: 16px;
    }
  }
  