@media screen and (min-width: 769px) {
  html {
    font-size: var(--FontSizeTab);
  }

  img {
    display: block;
    margin-inline: auto;
    height: auto;
  }

  body {
    font-feature-settings: "palt";
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
    color: var(--Text);
  }

  .forPC {
    display: block;
  }

  .forPC-inline {
    display: inline-block;
  }

  .forSP {
    display: none;
  }

  .inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }

  a {
    color: #1a0dab;
    transition: all ease 0.3s;
  }
  .page-lower h1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .page-lower h2 {
    font-size: 1rem;
  }
  .page-lower h3 {
    font-size: 0.8rem;
    margin-top: 20px;
  }
  .page-lower p {
    font-size: 16px;
    line-height: 2;
  }
  .txt_small_10 {
    font-size: 14px;
  }

  /* パンくずリスト */
  .pankuz {
    margin-bottom: 24px;
  }

  .pankuz__home {
    text-decoration: underline;
  }

  .pankuz ul {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: scroll;
  }

  .pankuz li {
    font-size: 14px;
    white-space: nowrap;
  }

  .pankuz ul a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: inherit;
  }

  .pankuz ul a img {
    width: 20px;
    height: 20px;
  }

  /* ヘッダー */
  .header {
    max-width: 100vw;
    background-color: #389eba;
    background-repeat: repeat-x;
    background-size: 1280px 299px;
    position: relative;
  }

  h1 {
    position: relative;
    text-align: center;
    max-width: 100vw;
    font-size: 2.1875rem;
    font-weight: bold;
    padding: 1rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 3rem;
  }

  /* h2 */
  h2.cm_h2 {
    background-color: var(--Back);
    width: 100%;
    text-align: center;
    position: relative;
    border-right: 3px solid var(--Main);
    border-left: 3px solid var(--Main);
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1rem 0;
    margin-top: 5rem;
    line-height: 2rem;
  }

  /* h3 */
  h3.cm_h3 {
    margin-top: 2rem;
    font-weight: bold;
    color: var(--Main);
    font-size: 1.25rem;
  }

  .card__bnr-img {
    width: 100%;
    margin-top: 1.25rem;
  }

  /* トップ */
  .header_front_area {
    width: 750px;
    margin-inline: auto;
  }
  .header_logo {
    width: 196px;
    height: 26px;
  }

  section {
    width: 750px;
    margin-inline: auto;
  }

  /* 比較表 */
  section.hikaku {
    margin-top: 40px;
  }

  .chartTable {
    overflow-x: unset;
  }
  .chart_tbody {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    margin-top: 20px;
  }
  .chart_head img {
    margin: 0 auto 4px;
    width: auto;
    height: 26px;
  }
  .hukidasi {
    position: absolute;
    content: "";
    background-color: red;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    right: 50%;
    top: 5px;
    text-align: center;
    transform: translateX(50%);
    white-space: nowrap;
  }
  .hukidasi::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 10px solid red;
    border-bottom: 0;
    right: 66%;
    bottom: -6px;
    transform: translateX(50%);
  }
  .chart_tbody .rank_right.jobs {
    padding: 8px 10px 8px 4px;
  }
  .chartTable th a {
    font-size: 14px;
  }

  /* ポイント */
  .cm__point-ttl {
    display: block;
    text-align: center;
  }

  .cm__point {
    margin-top: 2rem;
  }

  .cm__point__list {
    border: 2px solid var(--Main);
    border-radius: 6px;
    padding: 1.875rem 1.25rem 1.5625rem;
    margin-top: -1rem;
  }

  .cmn__table {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    margin-top: 0.625rem;
    border: 1px solid var(--Text);
    border-right: 0;
  }

  .cmn__table dl {
    flex: 1;
    border-right: 1px solid var(--Text);
  }

  .cmn__table dt {
    background-color: var(--Back);
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 5px 0;
  }

  .cmn__table dd {
    text-align: center;
    padding: 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: calc(100% - 20px); */
  }

  .cmn__table dd p {
    margin-top: 0;
    font-size: 0.875rem;
  }

  /* 評判・口コミ */

  .cm__check {
    position: relative;
    padding-left: 1.75rem;
    font-weight: bold;
  }

  .cm__check {
    margin-top: 1.5rem;
  }

  .cm__check::before {
    content: "";
    display: block;
    background-image: url(../img/icon_check.png);
    min-width: 18px;
    max-width: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    height: 18px;
    padding-left: 1.75rem;
  }

  .cm__number {
    position: relative;
  }

  .cm__check + p {
    line-height: 1.5rem;
  }

  .marker {
    background: linear-gradient(transparent 70%, #ffe78a 0%);
    display: inline;
    font-weight: bold;
  }

  /* こんな人に向いている */
  .cm__box {
    margin-top: 1.5rem;
  }

  .cm__box {
    border: 1px solid var(--Text);
    border-radius: 6px;
    padding: 0.9375rem;
    margin-top: 0.9375rem;
    line-height: 1.5rem;
  }

  /* フッター */
  .inner.footer__links-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 750px;
    margin-inline: auto;
  }
  .inner.footer__links-inner dl:last-of-type {
    margin-top: 0;
  }
  .txt-lg {
    font-size: 18px;
  }
  .txt-md {
    line-height: 1.4;
  }

  /* adtxt */
  .adTxt__wrap {
    height: 50px;
  }
  body:not(.result_page) .adTxt {
    position: absolute;
    content: "";
    text-align: right;
    max-width: 750px;
    padding: 4px 4px 3px;
    right: 0;
  }

  .adTxt span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 14px;
  }

  .footer__links {
    font-size: 14px;
    text-align: center;
  }
  .footer__links a {
    color: #fff;
    text-decoration: underline;
  }

  .cta_btn {
    position: relative;
    display: block;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    background: #06c052;
    box-shadow: 0px 6px 0px 0px #016410;
    color: #fff;
    font-weight: bold;
    padding: 12px 0 12px 30px;
    border-radius: 50px;
  }
  .cta_btn::before {
    content: "";
    display: block;
    background-image: url(../img/icon_btn.png);
    min-width: 40px;
    max-width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    height: 36px;
    top: 50%;
    padding-left: 1.75rem;
    transform: translateY(-50%);
  }

  /* ポイント */
  section.point {
    /*margin-top: 50px;*/
    margin-top: 30px;
  }

  .point_box h3.point1::before,
  .point_box h3.point2::before,
  .point_box h3.point3::before {
    min-width: 65px;
    max-width: 65px;
    left: -10px;
    height: 65px;
    top: 41%;
    transform: translateY(-50%);
  }
  .point_box h3 {
    padding: 0;
    text-align: center;
    padding: 4px 0;
  }

  .point_box p {
    font-size: 16px;
  }

  /* 絞り込み */
  section.search_bg h2 {
    background: linear-gradient(#389eba 80%, #fff8b0 80%);
  }
  section.search_bg h2 img {
    width: 630px;
  }
  #Search_Area dl.Search_conditions_Area label {
    font-size: 18px;
  }
  #Search_Area .operation__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  #Search_Area dl.Search_conditions_Area .operation__list {
    margin-top: 16px;
  }
  .radiobtn_text.osusume::before {
    position: absolute;
    content: "";
    background: url(../img/osusume_parts.svg) no-repeat;
    top: -42%;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 37px;
  }
  .Search_Box_wrap.inner {
    padding: 0 40px 40px;
  }
  .operation__list label {
    height: 56px;
  }
  .mokuteki__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .rank_h2 {
    background: #389eba;
    padding: 10px 0;
  }
  .rank_h2 img {
    width: 630px;
  }
  .rank_box {
    width: 720px;
  }
  .rank_ttl {
    height: 120px;
    background-size: 100%;
    margin-bottom: 30px;
  }
  .rank_ttl img {
    width: 60px;
  }
  .rank_tag span {
    font-size: 14px;
  }
  .rank_subTtl {
    line-height: unset;
    display: block;
  }
  .rank_inner {
    padding: 0 20px 20px;
  }
  .rank_h4 {
    font-size: 20px;
  }
  .rank_h4:before,
  .rank_h4:after {
    width: 32%;
  }
  .rank_marker_01 {
    font-size: 18px;
  }
  .rank_check::before {
    content: "";
    display: block;
    min-width: 20px;
    max-width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    height: 20px;
    top: 60%;
    padding-left: 1.75rem;
    transform: translateY(-50%);
  }
  .rank_pointBox dd {
    font-size: 16px;
  }
  .rank_chartBox_inner01 dt,
  .rank_chartBox_inner02 dt {
    font-size: 16px;
    line-height: 1.4;
  }
  .rank_chartBox dd {
    font-size: 16px;
  }
  dd .cm_pay {
    font-size: 14px;
  }
  dd.rank_chart_after {
    line-height: 1.3;
  }

  .rank_chartGrid dt,
  .rank_chartGrid dd {
    height: 64px;
  }

  section.ranking .cta_btn {
    width: 54%;
    font-size: 20px;
    padding: 12px 0 12px 18px;
  }
  section.ranking .cta_btn::before {
    left: 68px;
    height: 44px;
    top: 50%;
    padding-left: 1.75rem;
    transform: translateY(-50%);
  }
  .result__cta__catch {
    font-size: 16px;
    /*margin-top: 20px;*/
    margin-top: 0px;
    width: 80%;
    margin-inline: auto;
  }
  .result__cta__catch__inside {
    font-size: 18px;
    padding: 18px 30px 12px 18px;
  }
  .result__cta__catch::before {
    width: 70px;
    height: 70px;
    right: 8%;
  }

  /* サービスの流れ */
  .flow_box.inner {
    padding: 0 40px 50px;
  }
  .flow_h3 {
    font-size: 22px;
  }

  .flow_flex {
    margin: 12px auto 16px;
  }
  .flow_support_h3 {
    width: 640px;
    margin-inline: auto;
    font-size: 20px;
  }
  .flow_support {
    width: 640px;
    margin-inline: auto;
    padding: 10px;
  }

  .flow_support_box dd a {
    font-size: 18px;
    margin-bottom: 0;
    display: block;
  }
  .flow_support_box {
    grid-template-columns: 58% 1fr;
  }
  /* まとめ */
  .flow_no1_h3 img {
    width: 600px;
    position: absolute;
    top: -6px;
    right: 50%;
    transform: translateX(50%);
  }
  .flow_no1_h3 {
    background-size: 100%;
    width: 100%;
    padding-top: 105px;
    height: auto;
    padding-bottom: 12px;
  }
  .flow_support_no1 p {
    font-size: 18px;
    padding: 0 30px;
  }

  .flow_support_no1 img {
    padding: 0 30px;
  }

  section.summary .cta_btn {
    width: 53%;
    font-size: 22px;
    margin: 36px auto 30px;
  }
  section.summary .cta_btn::before {
    left: 80px;
    height: 49px;
    top: 50%;
  }

  /* 検索結果 */
  #PANKUZU {
    padding: 13px 0;
    background-color: var(--Back);
  }
  .pankuzu {
    padding: 0 120px;
    font-size: 18px;
  }
  .contents.clearfix {
    margin-top: 40px;
    width: 720px;
    margin-inline: auto;
    padding: 0;
  }

  .result_page .cta_btn {
    width: 54%;
    font-size: 20px;
  }

  .result_page .cta_btn::before {
    left: 58px;
    height: 30px;
    top: 50%;
    padding-left: 1.75rem;
    transform: translateY(-50%);
  }

  .cta_btn_05,
  .cta_btn_06,
  .cta_btn_07,
  .cta_btn_08,
  .cta_btn_09,
  .cta_btn_010,
  .cta_btn_011,
  .cta_btn_012,
  .cta_btn_013,
  .cta_btn_014,
  .cta_btn_015 {
    padding: 20px 0 20px;
  }

  .cta_btn_05::before,
  .cta_btn_06::before,
  .cta_btn_07::before,
  .cta_btn_08::before,
  .cta_btn_09::before,
  .cta_btn_010::before,
  .cta_btn_011::before,
  .cta_btn_012::before,
  .cta_btn_013::before,
  .cta_btn_014::before,
  .cta_btn_015::before {
    display: none;
  }

  body.page-lower {
    width: 750px;
    margin-inline: auto;
  }
  body.page-lower .footer,
  body.page-lower .footer__bottom {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
  /* 運営会社 */
  .unei_h3 {
    border-left: 4px solid var(--Main);
    padding-left: 0.625rem;
    margin-top: 2.5rem;
  }

  .cm__box {
    border: 1px solid var(--Text);
    border-radius: 6px;
    padding: 0.9375rem;
    margin-top: 0.9375rem;
  }

  body.page .page-lower {
    padding: 0px;
  }
  body.page #PANKUZU {
    padding: 6px 200px;
  }
  body.page .cm__inner {
    width: 750px;
    margin-inline: auto;
  }
  /* 20240815 追記 */
  .rank_lr .rank_right,
  .hikaku_rank_logo {
    max-height: 45px;
  }
  .rank_lr .rank_left {
    max-height: 45px;
  }
  .chart_tbody .rank_right.jobs {
    padding: 0px;
  }
  /*240820追加_ポジショニングマップ*/
  .positioningMap__wrap {
    width: 90%;
    margin-inline: auto;
  }
  .positioningMap__name {
    font-size: 18px;
    right: 58.5%;
  }
  .positioningMap__name.x {
    bottom: 28%;
  }
  .positioningMap__name.y {
    top: 3%;
    right: 61%;
  }
  .positioningMap__box01 {
    width: 394px;
    height: 228px;
    right: 6%;
    top: 22%;
  }
  .positioningMap__box01::before {
    position: absolute;
    content: "";
    background: url(../img/map_hukidashi.svg) no-repeat center;
    background-size: 100%;
    width: 93px;
    height: 68px;
    right: 2%;
    top: -14%;
    z-index: 10;
  }
  .positioningMap__box02 {
    border: solid 2px #379eb9;
    position: absolute;
    content: "";
    width: 234px;
    height: 126px;
    right: 64%;
    top: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .positioningMap__box03 {
    border: solid 2px #379eb9;
    position: absolute;
    content: "";
    width: 288px;
    height: 130px;
    right: 18%;
    bottom: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }

  .cta_btn.map {
    width: 100%;
    font-size: 22px;
    padding: 10px 0 10px 28px;
    margin: 0;
  }
  .cta_btn.map::before {
    left: 5%;
    height: 45px;
    width: 54px;
    max-width: unset;
  }
  .positioningMap__box__ttl {
    font-size: 32px;
  }
  .positioningMap__box__ttl01 {
    left: 50%;
    top: -29%;
  }
  .positioningMap__box__ttl02,
  .positioningMap__box__ttl03 {
    font-size: 26px;
  }
  .ttl__lines {
    font-size: 18px;
  }
  .positioningMap__box02 .positioningMap__logo {
    height: 38px;
    object-fit: contain;
  }
  .positioningMap__box03 .positioningMap__logo:first-of-type {
    height: 25px;
    object-fit: cover;
  }
  .positioningMap__box03 .positioningMap__logo:last-of-type {
    height: 47px;
    object-fit: cover;
  }
  /*240827追加*/
  .result__cta__catch.pr {
    width: 60%;
    padding: 20px 0 20px 30px;
  }
  .cta_btn.pr {
    width: 340px;
  }
  section.search_bg {
    margin-top: 80px;
  }
  /* =======================================================
20240828 比較表案件追加
========================================================== */
  .chart_tbody .cta_btn {
    font-size: 14px;
  }
  .chart_tbody .cta_btn::before {
    left: 4%;
    height: 28px;
  }
  .chart_tbody .hikaku_rank_logo {
    height: 43px;
    max-width: 170px;
  }
  .chart_head {
    width: 8%;
  }
  /* 20240829 flow修正 */
  .flow_box.inner {
    padding: 0 0 40px;
    width: 716px;
  }
  .flow_flex {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
  .flow_flex p {
    font-size: 16px;
  }
  .flow_flex img {
    width: 200px;
  }
  .flow_h3 {
    margin-left: 0;
    /* display: flex;
  align-items: center;
  justify-content: center; */
  }
  .flow_h3 img {
    /* margin-inline: 0;
  width: 46px;
  height: auto; */
  }
  .rank_chartBox {
    line-height: 1.5;
  }
  dd .cm_pay {
    padding: 4px;
  }
  .cm__number p {
    line-height: 1;
  }
  .cm__number {
    padding-left: 50px;
  }
  .number01::before,
  .number02::before,
  .number03::before,
  .number04::before,
  .number05::before {
    max-width: initial;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
  }
  /* =======================================================
20240903 コラム余白修正
========================================================== */
  body.page-lower h1 {
    font-size: 28px;
  }
  body.page-lower h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  body.page-lower h3 {
    font-size: 20px;
    margin-top: 30px;
  }
  .page-lower .cm__box {
    font-size: 16px;
    line-height: 2;
  }
  .page-lower .cmn__table {
    margin-top: 0;
    grid-template-columns: 1fr 1fr 1fr;
    border: solid 1px #000;
  }
  .page-lower .cmn__table dl,
  .page-lower .cmn__table dl:not(:last-of-type) {
    border: none;
  }
  .page-lower .cmn__table > dl:nth-child(-n + 3) {
    border-bottom: solid 1px #000;
  }
  .page-lower .cmn__table > dl:nth-child(1),
  .page-lower .cmn__table > dl:nth-child(2),
  .page-lower .cmn__table > dl:nth-child(4),
  .page-lower .cmn__table > dl:nth-child(5) {
    border-right: solid 1px #000;
  }
  .page-lower .cmn__table dt {
    font-size: 14px;
  }
  .page-lower .cmn__table dd p {
    font-size: 14px;
  }
  .page-lower .cmn__table dd {
    padding: 5px;
  }
  .page-lower .cta_btn {
    width: 60%;
    margin: 25px auto;
    padding: 20px 0 12px 30px;
    font-size: 20px;
  }
  .page-lower .cm__point-ttl {
    width: 225px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-lower .cm__point__list {
    border-radius: 14px;
    margin-top: 0;
    padding: 30px;
  }
  .page-lower .cm__point {
    position: relative;
    border: 2px solid var(--Main);
    border-radius: 24px;
    padding: 20px;
    font-size: 16px;
  }
  .page-lower .cm__check {
    margin-top: 15px;
    padding-left: 25px;
    font-size: 20px;
  }

  /* =======================================================
20240903 検索改修
========================================================== */
  #Search_Area .condition_ttl {
    font-size: 18px;
  }
  #Search_Area .operation__list,
  #Search_Area .employment__list,
  #Search_Area .years__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .employment__list label,
  .years__list label {
    height: 56px;
  }

  /* =======================================================
20240910　比較表等改修
========================================================== */
  .chartTable_mini {
    overflow-x: unset;
  }
  .chart_tbody_mini .rank_right.jobs {
    padding: 0px 30px;
    width: 100%;
  }
  .arrow_mini {
    width: 150px;
    margin: 0 auto 20px;
  }
  .caption_mini {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  .positioningMap {
    margin-top: 20px;
  }
  .recommendation {
    background: #399dba;
    padding: 0 0 3px;
    margin: 0 0 30px;
  }
  .recommendation p {
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
  }
  .result__cta__catch.pr {
    margin-bottom: 0;
  }
  .afterfollow {
    margin: 30px auto 60px;
  }
  .afterfollow .explain {
    font-size: 16px;
    margin: 30px 0;
  }
  .review-section {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .review-text {
    font-size: 16px;
  }
  .review-author {
    font-size: 14px;
  }
  .read-more {
    font-size: 20px;
  }
  .read-more button:hover {
    /*background-color: #D9410D;*/
    opacity: 80%;
  }
  section.hikaku_mini {
    /*margin-top: 40px;*/
  }
  .chart_tbody_mini {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
  }
  .chart_head_mini img {
    margin: 0 auto 4px;
    width: auto;
    height: 26px;
  }
  .chartTable_mini th a {
    font-size: 14px;
  }
  .rank_lr .rank_right,
  .hikaku_rank_logo {
    max-height: 45px;
  }
  .rank_lr .rank_left {
    max-height: 45px;
  }
  /* 20240918 追記 */
  .Refine_Search_Box_Inner {
    max-width: 720px;
    margin: 0 auto;
  }
  .searchConditions__wrap {
    font-size: 16px;
  }
  dd.rank_chart_flex {
    gap: 5px;
    grid-template-columns: 20px auto;
  }
  /* ==========================================================================
  20240927 グラフコンテンツ
  =========================================================================== */
  .graph {
    margin-top: 40px;
  }
  .graph__inner {
    padding: 0;
  }
  .graph-wrapper__sp-scroll {
    gap: 20px;
    margin-top: 15px;
    padding: 0;
    /* overflow-x: hidden; */
  }
  .graph-wrapper__sp-scroll img {
    /* width: calc((100% - 40px) / 3); */
    width: 300px;
  }
  .graph__inner > p {
    padding: 20px 20px 0;
    font-size: 16px;
  }
  /* 20241010 追記 */
  .flow_txt {
    padding: 20px;
    font-size: 16px;
  }
  /* ==========================================================================
  20241121 ソート追加
=========================================================================== */
  .options_accordion_ul {
    width: 100%;
    max-width: 720px;
    margin: 20px auto;
    padding: 0 70px;
  }
  .options_accordion_ul li a {
    padding: 10px;
    font-size: 16px;
  }
  .ranking__wrap > .rank_box:nth-child(1) > .rank_item > .rank_ttl::before {
    background-size: 60px 80px;
    width: 60px;
    height: 80px;
  }
  .ranking__wrap > .rank_box:nth-child(2) > .rank_item > .rank_ttl::before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
  .ranking__wrap > .rank_box:nth-child(3) > .rank_item > .rank_ttl::before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
  .ranking__wrap > .rank_box:nth-child(1) > .rank_item > .rank_ttl::before,
  .ranking__wrap > .rank_box:nth-child(2) > .rank_item > .rank_ttl::before,
  .ranking__wrap > .rank_box:nth-child(3) > .rank_item > .rank_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: -28px;
    left: 10px;
    z-index: 99;
  }
}
