/*=============================================================
 added 201806
 マイナビ転職系との違い /service/different_tenshoku_a.html
=============================================================*/
#wrap #contentWrap #contentsArea #mainContentsArea .tableSummarybody01.tableSummarybody--different tr.bf>td {
  padding: 0;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}

#wrap #contentWrap #contentsArea #mainContentsArea .tableSummarybody01.tableSummarybody--different tr.bf td table .group-01--blue {
  background-color: #e7f2ff;
  padding: 1.3em;
}

#wrap #contentWrap #contentsArea #mainContentsArea .tableSummarybody01.tableSummarybody--different tr.bf td table .group-01--red {
  background-color: #ffefef;
  padding: 1.3em;
}

.tableSummarybody--different .table-img {
  margin-bottom: 1em;
}

.tableSummarybody--different .table-img img {
  width: 100%;
  height: auto;
}

.tableSummarybody--different .spacer {
  height: 30px;
}


/*=============================================================
 added 201904
 マイナビ転職系との違い /service/different_tenshoku.html
=============================================================*/
.compare_list {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}


@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


  .spLtrSpc {
    letter-spacing: -0.3px;
  }

  .title_caption {
    font-size: 1.3em;
  }

  .list_head {
    overflow: hidden;
  }

  .list_head_agent {
    background-color: #006baa;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: inline-block;
    width: 49%;
    float: left;
    padding: 10px;
  }

  .list_head_agent img {
    width: 100%;
  }

  .list_head_tenshoku {
    background-color: #ff3019;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: inline-block;
    width: 49%;
    float: right;
    padding: 10px;
  }

  .list_head_tenshoku img {
    width: 85%;
  }

  .list_row {
    margin-top: 12px;
    overflow: hidden;
  }

  .list_title {
    text-align: center;
    border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
    padding: 3px 0 0;
    margin-bottom: 6px;
    font-size: 15px;
  }

  .list_row .list_left {
    border: 1px solid #006baa;
    letter-spacing: 0.01em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.4;
    width: 49%;
    float: left;
    letter-spacing: -0.1em;
    height: 70px;
    text-align: center;
    border-top: none;
  }

  .list_row .list_right {
    border: 1px solid #ff3019;
    letter-spacing: 0.01em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.4;
    width: 49%;
    float: right;
    letter-spacing: -0.1em;
    height: 70px;
    text-align: center;
  }

  .superior_agent {
    color: #006baa;
    font-weight: bold;
    background-color: #ebf8ff;
  }

  .superior_tenshoku {
    color: #ff3019;
    font-weight: bold;
    background-color: #fff1f1;
  }

  .spPT_line01 {
    padding-top: 24px;
  }

  .spPT_line02 {
    padding-top: 12px;
  }
}

/*=============================================================
 added 202509
 マイナビ転職系との違い /service/different_tenshoku_a.html
=============================================================*/
@media screen and (max-width: 767px) {
  .mv-pc {
    display: none;
  }

  #wrap #contentWrap #contentsArea {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .topheader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 115px;
    background: linear-gradient(90deg, #FFF1F1 0%, #FFF1F1 50%, #EBF8FF 50%, #EBF8FF 100%);
  }

  .topheader::before {
    /* beforeでもafterでも*/
    content: "";
    position: absolute;
    height: 115px;
    width: 100%;
    clip-path: polygon(50% 100%, 200% 0%, -100% 0%);
    background-color: #fff;
    left: 0;
  }

  .topheader__title {
    position: relative;
    top: -8px;
    font-size: 21px;
    color: #FF0000;
    text-align: center;
    z-index: 1;
  }

  .topheader__title span {
    color: #005EAB;
  }

  .topheader__title p {
    font-size: 11px;
    color: #333;
    padding-top: 4px;
  }

  #wrap #contentWrap #contentsArea #mainContentsArea {
    width: 100%;
    align-items: center;
  }

  #wrap #contentWrap #contentsArea #mainContentsArea .colmunLead {
    height: auto;
    background: linear-gradient(90deg, #FFF1F1 0%, #FFF1F1 50%, #EBF8FF 50%, #EBF8FF 100%);
  }

  #wrap #contentWrap #contentsArea #mainContentsArea .colmunLead .lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0;
    padding-top: 10px;
  }

  #wrap #contentWrap #contentsArea #mainContentsArea .colmunLead .lead .blankImg_sp img {
    width: 266px;
  }



  .lead .clearfix .pc img {
    text-align: center;
  }

  .lead__bg {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(../img/different_tenshoku/haikei_stripe.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }


  .lead__box {
    display: flex;
    background-color: #fff;
    margin-top: 30px;
  }

  .heading__tenshoku {
    position: absolute;
    top: -12px;
    width: 134px;
    height: 24px;
    background-color: #f00;
    color: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
  }

  .tenshoku__illust {
    height: 84px;
    margin-top: 10px;
    position: relative;
    top: 5px;
    z-index: 1;
  }

  .tenshoku__illust img {
    height: 84px;
  }

  .agent__illust {
    height: 84px;
    margin-top: 10px;
    position: relative;
    top: 5px;
    z-index: 1;
  }

  .agent__illust img {
    height: 84px;
  }

  .content__arrowborder {
    width: 80%;
    margin: 0 auto;
  }

  .content__arrowborder img {
    width: 100%;
  }

  .colunm__tenshoku {
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/different_tenshoku/haikei-aka.svg);
    padding: 10px;
  }

  .content__tenshoku {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
  }

  .content__tenshoku-text {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    width: 100%;
  }

  .content__tenshoku-text p {
    padding: 8px 0;
  }

  .content__tenshoku-text span {
    font-size: 13px;
    display: block;
    background-color: #FFF1F1;
    color: #f00;
    padding: 10px 0 10px 0;
    width: 100%;
    line-height: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
  }

  .example__tenshoku {
    background-color: #f00;
    color: #fff;
    width: 120px;
    height: 20px;
    font-size: 10px;
    border-radius: 15px;
    margin: 15px 0;
  }

  .content__border {
    border-bottom: 1px dashed #C7C7C7;
    width: 80%;
    margin: 10px auto;
  }

  .colunm__agent {
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/different_tenshoku/haikei-ao.svg);
    padding: 10px;
  }

  .heading__agent {
    position: absolute;
    top: -12px;
    width: 134px;
    height: 24px;
    background-color: #005EAB;
    color: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
  }

  .content__agent {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    height: 100%;
  }

  .content__agent-text {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    width: 100%;
  }

  .content__agent-text p {
    padding-bottom: 0px;
    line-height: 140%;
  }

  .content__agent-text span {
    display: block;
    background-color: #EBF8FF;
    color: #005EAB;
    padding: 10px 0 10px 0;
    width: 100%;
    line-height: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
  }

  .example__agent {
    background-color: #005EAB;
    color: #fff;
    width: 120px;
    height: 20px;
    font-size: 10px;
    border-radius: 15px;
    margin: 15px 0;
  }

  /* .compare_list div:nth-child(2) .list_title {
  border-top: 1px solid #676767;
}
.compare_list div:nth-child(18) .list_title {
  border-bottom: 1px solid #676767;
} */

  .title_caption {
    font-size: 16px;
  }

  .list_head {
    display: grid;
    display: -ms-grid;
    grid-template-rows: 45px;
    grid-template-columns: 40% 20% 40%;
    -ms-grid-rows: 45px;
    -ms-grid-columns: 40% 20% 40%;
    margin-bottom: 4px;
  }

  .list_head_agent {
    background-color: #006baa;
    text-align: center;
    border-top-left-radius: 8px;
  }

  .list_head_agent img {
    width: 192px;
  }

  .list_head_tenshoku {
    background-color: #ff3019;
    text-align: center;
    border-top-right-radius: 8px;
  }

  .list_head_tenshoku img {
    width: 162px;
  }

  .compare_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 19px;
    margin-bottom: 48px;
  }

  .compare_title {
    font-size: 21px;
    color: #333;
    text-align: center;
    border-bottom: 3px solid #005EAB;
    margin-bottom: 60px;
  }

  .compare_title span {
    font-size: 26px;
    color: #005EAB;
  }

  .tenshoku__bubble {
    position: absolute;
    top: 125px;
    left: 0px;
    z-index: 1;
  }

  .tenshoku__bubble img {
    width: 75px;
    position: relative;
  }

  .agent__bubble {
    position: absolute;
    top: 130px;
    right: 0px;
    z-index: 1;
  }

  .agent__bubble img {
    width: 75px;
  }

  .list_row {
    position: relative;
    width: 100%;
    margin: 0 0 12px 0;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .list_border {
    display: grid;
    display: -ms-grid;
    grid-template-rows: 1px;
    grid-template-columns: 40% 20% 40%;
    -ms-grid-rows: 1px;
    -ms-grid-columns: 40% 20% 40%;
    margin-bottom: 2px;
  }

  .list_title {
    display: flex;
    flex-direction: row;
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    background-color: #005EAB;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .list_title p {
    flex-direction: row;
    display: none;
  }

  .list_title h3 {
    font-size: 16px;
    padding-bottom: 0;
  }


  .list_row .list_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    border-left: 2px solid #FCCFCF;
    border-bottom: 2px solid #FCCFCF;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 10px 0 0 10px;
    width: 50%;
    height: auto;
    padding: 20px 14px;
    border-radius: 0 0 0 5px;
    text-align: start;
    letter-spacing: 0.01em;
  }


  .list_left img {
    height: 80px;
    margin-bottom: 20px;
  }

  .list_row .list_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row: 1;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    border: 2px solid #005EAB;
    border-top: none;
    font-size: 15px;
    line-height: 1.6;
    background-color: #EBF8FF;
    border-radius: 0 10px 10px 0;
    width: 50%;
    height: auto;
    padding: 20px 14px;
    border-radius: 0 0 5px 0;
    text-align: start;
    letter-spacing: 0.01em;
  }

  .list_right img {
    height: 80px;
    margin-bottom: 20px;
  }


  .request_btn {
    font-size: 11px;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #D10042;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .list_border_line {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin: 0 4px;
    border-top: 1px solid #676767;
  }
}