@charset "UTF-8";
  /* ==========================================================================
  ベース設定
  =========================================================================== */
  :root {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    letter-spacing: 0;
    /* カラー */
    --Text: #575757;
    --Text_blue: #1a0dab;
    --Main: #389eba;
    --Sub: ;
    --Accent: #faef00;
    --Back: #f7f7f7;
    --gray: #575757;
    /* 文字サイズ */
    --FontSizeSP: 16px;
    /* 1010px(inner+padding*2) 〜 max-screen */
    --FontSizeTab: 1.5841584158vw;
  }

  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Noto Sans JP Bold.woff") format("woff");
    font-display: swap;
  }

  /* @font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto Sans JP Medium.woff") format("woff");
  font-display: swap;
} */

  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Noto Sans JP Regular.woff") format("woff");
    font-display: swap;
  }

  body {
    font-size: 1rem;
    color: var(--Text);
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
  }

  html {
    font-size: var(--FontSizeSP);
  }
  img {
    display: block;
    margin-inline: auto;
    width: 100%;
    height: auto;
  }
  .forPC {
    display: none;
  }
  .forPC-inline {
    display: none;
  }
  .forSP {
    display: block;
  }

  a {
    font-weight: bold;
    text-decoration: underline;
    color: var(--Text_blue);
    transition: all ease 0.3s;
  }
  
  a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .accent{
    color: #F25B28;
  }
  .bold{
    font-weight: bold;
  }

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

  small{
    font-size: 10px;
    display: block;
    line-height: 1.3;
  }

  .inner {
    width: 100%;
    padding: 0 10px;
  }

  .txt_small_12 {
    font-size: 0.75rem;
  }

  .txt_small_10 {
    font-size: 0.625rem;
    font-weight: 500;
  }
  /* ヘッダー */
  .header_logo {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    left: 1%;
    top: 50%;
    width: 96px;
    height: 13px;
    transform: translateY(-50%);
  }

  /* トップ */
  .header_front_area{
    width: 100%;
    position: relative;
  }

  .header_front img {
    width: 100%;
    border-top: solid 1px #c3c3c3;

  }

  section {
    width: 100%;
  }

  h2 img {
    width: 100%;
  }

  .link {
    color: #1a0dab;
    font-weight: 600;
    text-decoration: underline;
  }

  /* 比較表 */
  section.hikaku{
    margin-top: 14px;
  }
  .chartTable {
    overflow-x: scroll;
  }
  .chart_tbody {
    width: 625px;
    border-collapse: collapse;
    font-size: 12px;

  }
.chart_tbody .rank_right.jobs{
  padding: 12px 14px 12px 8px;
}

  .chart_tbody tr:first-of-type img{
    margin-inline: auto;
    /* aspect-ratio: 1/1; */
    object-fit: contain;
  }
  .chart_tbody tr th:nth-of-type(2),
  .chart_tbody tr td:nth-of-type(1){
    background-color: #fff8b0;
    position: sticky;
    left: 50px;
    z-index: 10;
  }
  .chart_tbody tr td{
    font-size: 14px;
  }
  .chart_inner {
    padding: 0;
  }

  .chart_inner img.scroll {
    width: 200px;
    margin: 20px auto 10px;
  }

  .chart_head {
    width: 8%;
    text-align: center;
    line-height: 0.9rem;
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 10;
    font-size: 11px;
    padding: 6px 2px;
  }


.td_first{
    position: relative;
    padding: 30px 0 15px;
  }

  .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: 50%;
    bottom: -6px;
    transform: translateX(50%);
  }

  .chart_head img {
    margin: 0 auto 4px;
    width: auto;
    height: 18px;
  }

  th,
  td {
    width: 160px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #333;
  }

  th {
    text-align: center;
    padding: 6px;
  }

  td {
    padding: 15px 0px;
  }

  .chart_td_content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .chart_td_content img {
    margin: 0 10px;
    width: 26px;
    height: auto;
  }

  .chart_td_content p {
    font-weight: 500;
    line-height: 1.3;
    color: var(--Text);
  }

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

  .chart_cta {
    width: 96%;
    font-size: 14px;
    box-shadow: 0px 4px 0px 0px #016410;
    padding: 10px 0 10px 32px;
    margin: auto;
    text-decoration: none;
  }

  .chart_cta::before {
    min-width: unset;
    max-width: unset;
    left: 7%;
    height: 28px;
    top: 50%;
    padding: 0;
    width: 28px;
    transform: translateY(-50%);
  }

  /* ランキング */

  .rank_bnr {
    width: 100%;
  }

  /* 3つのポイント */
  .point_h2 {
    margin-top: 50px;
  }
  section.point{
    /*margin-top: 50px;*/
    margin-top: 20px;
    overflow: hidden;
  }

  .point_inner {
    margin: 30px auto;
  }

  .point_box small{
    margin-top: 6px;
  }

  .point_box img {
    width: 100%;
  }

  .point_box p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.9;
    color: var(--Text);
  }

  .point_box h3 {
    position: relative;
    background: var(--Main);
    color: var(--Accent);
    padding: 0 0 0 40px;
    font-size: 1.125rem;
    font-weight: 500;
    margin:16px auto 0;
    font-weight: bold;
  }

  .point_box h3.point1::before {
    content: "";
    display: block;
    background-image: url(../img/top_point01.png);
    min-width: 45px;
    max-width: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    height: 45px;
    top: -9px;
  }
  .point_box h3.point2::before {
    content: "";
    display: block;
    background-image: url(../img/top_point02.png);
    min-width: 45px;
    max-width: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    height: 45px;
    top: -9px;
  }
  .point_box h3.point3::before {
    content: "";
    display: block;
    background-image: url(../img/top_point03.png);
    min-width: 45px;
    max-width: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    height: 45px;
    top: -9px;
  }
  .positioning__map{
    margin-top: 16px; 
  }
  .multi-item input[type="checkbox"] {
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    margin: 0 !important;
  }

  input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
  }

  .kodawari__list > .multi-item:nth-child(1) > label > span {
    background-image: url(../img/cm_icon_search01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 9.7px;
  }
  .kodawari__list > .multi-item:nth-child(2) > label > span {
    background-image: url(../img/cm_icon_search02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 9.7px;
  }
  .kodawari__list > .multi-item:nth-child(3) > label > span {
    background-image: url(../img/cm_icon_search03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 9.7px;
  }
  .kodawari__list > .multi-item:nth-child(4) > label > span {
    background-image: url(../img/cm_icon_search04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 9.7px;
  }
  .kodawari__list > .multi-item:nth-child(5) > label > span {
    background-image: url(../img/cm_icon_search05.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 9.7px;
  }

  input[type="checkbox"] + span.checkbox_icon {
    display: block;
    height: 24px;
    margin-right: 8px;
    margin-left: 14px;
    position: relative;
    position: relative;
  }

  /* サービスを探す */
  section.search_bg {
    background: #fff8b0;
  }
  .Search_Box_wrap {
    font-size: 0.875rem;
    margin-top: 20px;
    padding-bottom: 50px;
  }

  #Search_Area dl.Search_conditions_Area dd {
    width: 100%;
  }
  #Search_Area dl.Search_conditions_Area .operation__list{
    margin-top: 10px;
  }
  #Search_Area .operation__list .on,
  .mokuteki__list .selected {
    background-color: var(--Main);
    color: #fff;
  }
  #Search_Area .condition_ttl {
    position: relative;
    display: flex;
    padding-left: 22px;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
  }

  #Search_Area .condition_ttl:after {
    content: "";
    display: block;
    background-image: url(../img/top_icon_search.png);
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
  }

  #Search_Area dl.Search_conditions_Area label {
    display: flex;
    align-items: center;
  }

  .radiobtn_text.osusume{
    position: relative;
  }
  .radiobtn_text.osusume::before{
    position: absolute;
    content: "";
    background: url(../img/osusume_parts.svg) no-repeat;
    top: -45%;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 28px;
  }

  .operation__list {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
  }

  .operation__list .operation,
  .price__list .price {
    position: relative;
  }

  .operation__list label,
  .price__list label {
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding-left: 0;
  }

  .operation__list .radiobtn_text:first-of-type {
    border-right: 1px solid #98a6b5 ;
  }

  .operation_list .radiobtn_text:nth-of-type(2),
  .operation__list .radiobtn_text:nth-of-type(3) {
    border-right: 0.5px solid #98a6b5 ;
    border-left: 0.5px solid #98a6b5 ;
  }

  #Search_Area .radiobtn_text,
  #Search_Area .checkbox_text {
    display: inline-block;
    border: 1px solid #98a6b5;
    background-color: #fff;
    font-weight: bold;
  }

  .Search_conditions_Area {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multile;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .mokuteki__list,
  .region__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6px;
    row-gap: 6px;
  }

  .mokuteki__list li,
  .mokuteki__list label,
  .region__list li,
  .region__list label {
    position: relative;
    height: 56px;
    background-color: #fff;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    display: flex;
    font-weight: bold;
    align-items: center;
    line-height: 1.2;
    text-align: left;
  }

  .kodawari__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6px;
  }

  .kodawari__list li,
  .kodawari__list label {
    position: relative;
    height: 56px;
    line-height: 1.33;
    background-color: #fff;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .multi-item {
    display: flex;
    align-items: center;
  }

  .multi-item label {
    width: 100%;
  }

  .Search_Area .on,
  .mokuteki__list .selected {
    background-color: #589bc0 ;
    color: #fff ;
  }

  #Search_Area .mokuteki__list .selected,
  #Search_Area .kodawari__list .selected {
    background-color: #389eba ;
    color: #fff ;
  }

  input[type="radio"]:checked + span.radiobox:after,
  .on input[type="radio"] + span.radiobox:after,
  .on01 input[type="radio"] + span.radiobox:after {
    background-color: #589bc0;
  }

  input[type="checkbox"] + span.checkbox {
    display: block;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid #cdd6dd;
    border-left: 2px solid #cdd6dd;
    border-top: 2px solid #cdd6dd;
    margin-right: 6px;
    margin-left: 8px;
    position: relative;
    background-color: #fff;
  }

  #Search_Area .mokuteki__list .selected input[type="checkbox"] + span.checkbox::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    border-bottom: solid 3px #389eba;
    border-left: solid 3px #389eba;
    transform: rotate(-45deg);
  }

  .mokuteki__list li:before,
  .mokuteki__list label:before,
  .region__list li:before,
  .region__list label:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 24px;
    position: absolute;
    left: 12px;
  }

  .Search_cta {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .Search_submit {
    display: flex;
    align-items: center;
  }

  .Search_number {
    margin-right: 20px;
    font-size: 1rem;
  }

  /* おすすめランキング */

  .rank_h2 {
    margin: 0 auto;
  }
  .rank_box {
    width: calc(100% - 20px);
    margin: 60px auto 0;
    border: solid 2px var(--Main);
    background: #f7f7f7;
    border-radius: 0 0 15px 15px;
  }

  .rank_inner {
    padding: 0 10px;
  }

  .rankbox01 {
    background: #fff8b0;
  }

  .rank_ttl {
    position: relative;
    background-image: url(../img/top_bg_wave.png);
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 110px;
    text-align: center;
    padding: 10px 0 0 0;
  }

  .rank_ttl a {
    font-size: 1.25rem;
    text-decoration: underline;
    background: #fff;
    padding: 5px 30px;
    border-radius: 100px;
    font-weight: 600;
  }

  .rank_subTtl {
    font-size: 0.75rem;
    color: var(--Accent);
    font-weight: 600;
    line-height: 2.2rem;
  }

  .rank_ttl img {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 50px;
    height: auto;
  }

  .rank_unei {
    position: absolute;
    top: -2px;
    right: 10px;
    background: #fff;
    padding: 0 5px;
    border-radius: 0 0 10px 10px;
    color: var(--Main);
  }

  .rank_h4 {
    text-align: center;
    position: relative;
    font-size: 1.125rem;
    color: var(--Main);
    font-weight: 600;
    margin: 30px 0 20px 0;
  }
  .rank_h4_01 {
    color: #f25b27;
  }

  .rank_h4:before,
  .rank_h4:after {
    position: absolute;
    top: 48%;
    width: 5rem;
    border-top: 2px dashed var(--Main);
    content: "";
  }

  .rank_h4_01:before,
  .rank_h4_01:after {
    border-top: 2px dashed #f25b27;
  }

  .rank_h4:before {
    left: 0;
  }

  .rank_h4:after {
    right: 0;
  }
.rank_pointBox{
  color: var(--Text);
}
  .rank_check {
    position: relative;
    color: #575757;
    font-size: 18px;
    font-weight: 600;
    padding-left: 25px;
    margin-top: 10px;
  }

  .rank_check01 {
    color: #f25b27;
  }

  .rank_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;
    top: 7px;
    padding-left: 1.75rem;
  }

  .rank_check01::before {
    background-image: url(../img/icon_check_no1.png);
  }

  .rank_marker {
    background: linear-gradient(transparent 60%, var(--Accent) 0%);
    display: inline;
    font-weight: bold;
  }

  .rank_marker_01 {
    background: linear-gradient(transparent 60%, #fff 0%);
  }

  .rank_chartBox {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    line-height: 1.1rem;
    margin: 30px auto 10px;
  }

  .rank_chartGrid {
    display: flex;
    margin-bottom: 10px;
    border: solid 1px #c3c3c3;
  }

  .rank_chartGrid dt,
  .rank_chartGrid dd {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    color: #fff;
    text-align: center;
    height: 60px;
  }

  .rank_chartGrid dd {
    flex-direction: column;
    background: #fff;
    color: #575757;
    font-size: 0.875rem;
  }

  dd.cm_pay_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  dd.cm_pay_box div{
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }

  dd .cm_pay {
    font-size: 0.625rem;
    background: var(--Main);
    color: #fff;
    border-radius: 50px;
    padding: 0 5px 2px;
  }

  .rank_chartBox_inner01 {
    width: 36%;
  }
  .rank_chartBox_inner02 {
    width: 62%;
  }

  .rank_chartBox_inner01 dt {
    width: 28%;
  }

  .rank_chartBox_inner01 dd {
    width: 72%;
  }

  .rank_chartBox_inner02 dt {
    width: 28%;
  }

  .rank_chartBox_inner02 dd {
    width: 72%;
    padding: 2px;
  }

  dd.rank_chart_price {
    font-weight: 600;
    color: #f25b27;
  }
  
  small.annotation{
    display: unset;
  }
  small.ano{
    padding: 0 4px;
    margin-top: 6px;
  }
  dd.rank_chart_flex {
    display: grid;
    grid-template-columns: 20px 43px;
  }

  dd.rank_chart_after {
    font-size: 0.75rem;
  }

  .rank_tag {
    display: flex;
    flex-wrap: wrap;
  }

  .rank_tag span {
    margin: 0 10px 10px 0;
    background: #fff;
    border: solid 1px #f25b27;
    color: #f25b27;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
  }
  .rank_box:first-of-type .cta_btn{
    margin-top: 24px;
  }
  .cta__wait__num{
    font-size: larger;
    font-weight: bold;
  }
  /* サービスの流れ */
  .flow_h3 {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    margin-top: 10px;
    margin-left: -10px;
    font-size: 1.25rem;
    color: var(--Main);
  }
  .flow_arrow{
    height: 40px;
    width: auto;
  }
 
  .flow_arrow.arrow {
    margin: auto;
    width: 140px;
    height: auto;
  }

  .flow_h3 span {
    background: linear-gradient(transparent 60%, var(--Accent) 0%);
    display: inline;
    font-weight: bold;
    margin-left: 10px;
    width: 100%;
  }

  .flow_flex {
    display: grid;
    grid-template-columns: 140px 1fr;
    margin: 10px auto 15px;
    gap: 6px;
  }
  .flow_flex img {
    margin-right: 10px;
  }
  .flow_flex p{
    line-height: 1.5;
    font-size: 14px;
    color: var(--Text);
  }
  .flow_support_h3 {
    border-radius: 20px 20px 0 0;
    background: #f25b27;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    margin: 20px 0 0 0;
  }
  .flow_support {
    border-radius: 0 0 20px 20px;
    border: 3px solid #f25b27;
    background: #fff8b0;
  }

  .flow_support dl {
    width: fit-content;
    margin: auto;
  }

  .flow_support p {
    font-size: 16px;
    padding: 15px;
    color: var(--Text);
  }

  .flow_support p .bold {
    font-weight: 600;
  }

  .flow_support_box {
    display: grid;
    padding: 0 10px;
    margin-bottom: 15px;
    grid-template-columns: 53% 1fr;
    gap: 10px;
    align-items: center;
  }
  .flow_support_box dd {
    width: auto;
  }
  .flow_support_box dd a {
    color: #1a0dab;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .flow_rank_tag {
    display: grid;
  }

  .flow_rank_tag span {
    margin: 3px 0;
    width: fit-content;
  }

  /* 退職代行サービスNo1 */
  section.summary{
    padding: 0 10px;
  }
  .flow_support_no1 {
    border: solid 3px var(--Main);
    margin: 0 auto;
  }

  .flow_no1_h3 {
    position: relative;
    background-image: url(../img/top_bg_wave.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 125px;
    margin: 0 auto 30px;
    text-align: center;
    padding-top: 65px;
  }
  .flow_no1_h3 a {
    font-size: 1.25rem;
    text-decoration: underline;
    background: #fff;
    padding: 5px 30px;
    border-radius: 100px;
    font-weight: 600;
  }

  .flow_no1_h3 img {
    position: absolute;
    top: -19px;
    right: -10px;
  }

  .flow_support_no1 p {
    padding: 0 6px;
    margin-bottom: 30px;
    color: var(--Text);
  }

  .flow_support_no1 img {
    margin: auto;
    padding: 0 6px;
  }
  .footer{
    margin-top: 60px;
    background-color: #F7F7F7;
  }
  .footer__links-wrapper{
    padding: 10px 0;
  }
  
  .txt-lg{
    color: var(--Main);
    font-weight: bold;
  }

  .inner.footer__links-inner dl:last-of-type{ 
    margin-top: 16px;
  }
  .txt-md li a{
    color: var(--Text);
    text-decoration: none;
    font-weight: unset;
    position: relative;
    padding-left: 16px;
    font-size: 14px;
  }

  .txt-md li a::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid var(--Main);
    border-right: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .footer__bottom{
    background-color: #575757;
  }

  .footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    gap: 14px;
  }

  .footer__links a{
    color: #fff;
    font-weight: normal;
    position: relative;
  }
  .footer__links a:first-of-type::before{
    position: absolute;
    content: "/";
    transform: translateY(-50%);
    top: 21%;
    right: -21%;
    width: 10px;
    height: 10px;
  }

  .footer__copy{
    color: #fff;
    font-size: 10px;
    text-align: center;
  }

  /* 検索結果 */
  body.result_page {
    margin: 0;
  }

  .result_page #CONTENTS {
    background-color: #fff;
  }
  
  #PANKUZU {
    padding: 13px 0;
  }

  .pankuzu{
    padding: 0 20px;
  }

  .medal_04,
  .medal_05,
  .medal_06,
  .medal_07,
  .medal_08,
  .medal_09,
  .medal_010,
  .medal_011,
  .medal_012,
  .medal_013,
  .medal_014,
  .medal_015{
    display: none;
  }
  
  .imgttl_searchresult {
    margin-top: 8px;
  }
  
  .contents.clearfix {
    margin-top: 34px;
    padding: 0 20px;
  }
  
  .searchConditions {
    border: solid 2px #389eba;
    position: relative;
    text-align: center;
  }
  
  .searchConditions__ttl {
    font-size: 16px;
    color: var(--Text);
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    display: inline;
    padding: 4px 8px;
    position: absolute;
    top: -16px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  
  .searchConditions__wrap {
    border-collapse: collapse;
    margin-top: 8px;
    text-align: left;
    padding: 14px 14px 20px;
    font-size: 16px;
    font-weight: bold;
  }
  
  .searchConditions__wrap dl {
      display: grid;
      gap: 10px;
      align-items: center;
      border-bottom: dashed 1px #CCC;
      padding-bottom: 10px;
      grid-template-columns: 36% 1fr;
  }
  
  .searchConditions__wrap dt {
    text-align: center;
    position: relative;
    padding-right: 10px;
    width: 100%;
    white-space: nowrap;
  }
  
  .searchConditions__wrap dt::after {
    position: absolute;
    content: " :";
    top: 50%;
    transform: translateY(-50%);
  }
  
  .searchConditions__wrap dd {
    /* margin-top: 4px; */
    width: 68%;
  }
  .Refine_Result_Count {
    font-size: 16px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    margin-top: 24px;
  }
  .Refine_Search_number{
    margin-right: 10px;
  }
  .result_page .rank_box{
    margin-top: 30px;
  }  
  .result_page .rank_tag span:not(.on){
    display: none;
  }

  img.clear__btn{
    height: 40px;
    width: auto;
  }

  .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;
  }
.Refine_Search_Box_Ttl{
  text-align: center;
  font-weight: bold;
}
.Refine_Search_Box_wrap{
  margin-top: 24px;
}
.ranking__wrap > div:nth-child(1) {
  background: #fff8b0;
  border-radius: 0 0 15px 15px;
}
  /* コラム */

  /* ヘッダー */
  h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h2 {
    font-size: 1.125rem;
    margin-top: 30px;
  }

  /* ポイント */
  .cm__point__list {
    padding: 1.875rem 0.9375rem 0.9375rem;
  }

  .cmn__table {
    flex-wrap: wrap;
  }
  .cmn__table dt {
    font-size: 0.8rem;
  }
  .cmn__table dl {
    flex: initial;
    width: 100%;
  }
  h3 {
    font-size: 1rem;
  }
  body.page-lower .inner{
    margin-top: 10px;
  }
  body.page-lower .header{
    background-color: #389eba;
    background-repeat: repeat-x;
    background-size: 1280px 299px;
    position: relative;
    margin-top: 14px;
  }
  body.page-lower h1{
    position: relative;
    text-align: center;
    max-width: 100vw;
    font-weight: bold;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  body.page-lower 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;
    padding: 1rem 0;
    line-height: 2rem;
  }
  body.page-lower h1+p,
  body.page-lower h2+p{
    margin-top: 16px;
  }
  .page-lower h3 {
    font-weight: bold;
    color: var(--Main);
}
  .pankuz.inner{
    /* overflow-x: scroll; */
  }

  .page-lower p{
    font-size: 14px;
  }
  .cm__number+p{
    margin-top: 8px;
  }
  .pankuz.inner ul{
    display: flex;
    overflow-x: scroll;
    width: 100%;
  }
  .pankuz.inner ul li{
    white-space: nowrap;
  }
  .pankuz__home a{
    display: flex;
    color: var(--Text);
    gap: 4px;
  }

  .pankuz__home img{
    width: 20px;
  }

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

  .cm__point-ttl {
    display: block;
    margin: 0 auto;
    width: 157px;
}
.cm__point {
  border: 2px solid var(--Main);
  border-radius: 24px;
  padding: 1rem;
  margin-top: 1rem;
}
  .page-lower .cm__point {
    margin-top: 2rem;
  }
  
  .page-lower .cm__point__list {
    border: 2px solid var(--Main);
    border-radius: 6px;
    padding: 1.875rem 1.25rem 1.5625rem;
    margin-top: -1rem;
  }
  
  .page-lower .cmn__table {
    margin-top: 1.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0.625rem;
    border: 1px solid var(--Text);
    border-right: 0;
  }
  
  .page-lower .cmn__table dl {
    border-right: 1px solid var(--Text);
    display: grid;
    grid-template-columns: 35% 1fr;
  }

  .page-lower .cmn__table dl:not(:last-of-type){
    border-bottom: solid 1px #000;
  }
  
  .page-lower .cmn__table dt {
    background-color: var(--Back);
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .page-lower .cmn__table dd {
    text-align: center;
    padding: 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .page-lower .cmn__table dd p {
    margin-top: 0;
    font-size: 0.875rem;
  }

.cm__number {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 14px;
}
  .number01::before {
    content: "1";
    text-align: center;
    background: var(--Main);
    min-width: 18px;
    max-width: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 3px 7px 4px 7px;
    border-radius: 18px;
    font-weight: bold;
    color: #fff;
}
.number02::before {
  content: "2";
  text-align: center;
  background: var(--Main);
  min-width: 18px;
  max-width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  padding: 3px 7px 4px 7px;
  border-radius: 18px;
  font-weight: bold;
  color: #fff;
}
.number03::before {
  content: "3";
  text-align: center;
  background: var(--Main);
  min-width: 18px;
  max-width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  padding: 3px 7px 4px 7px;
  border-radius: 18px;
  font-weight: bold;
  color: #fff;
}
.number04::before {
  content: "4";
  text-align: center;
  background: var(--Main);
  min-width: 18px;
  max-width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  padding: 3px 7px 4px 7px;
  border-radius: 18px;
  font-weight: bold;
  color: #fff;
}
.number05::before {
  content: "5";
  text-align: center;
  background: var(--Main);
  min-width: 18px;
  max-width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  padding: 3px 7px 4px 7px;
  border-radius: 18px;
  font-weight: bold;
  color: #fff;
}
.cm__check {
  position: relative;
  padding-left: 1.75rem;
  font-weight: bold;
}

.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;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.75rem;
}
.cm__box {
  border: 1px solid var(--Text);
  border-radius: 6px;
  padding: 0.9375rem;
  margin-top: 0.9375rem;
}
/* コラムここまで */
/* 運営者情報 */

body.page .pankuzu {
  padding: 0px;
}

body.page  h2{
  margin-top: 0;
} 

body.page .page-lower .cm__point{
  margin-top: 0;
}
body.page .page-lower-cont{
  padding: 0 10px;
}
body.page #PANKUZU{
  background-color: var(--Back);
}

/* ========================================================
ステマ対策
=========================================================*/
.adTxt__wrap{
  height: 28px;
  position: relative;
}
.adTxt {
  text-align: right;
  max-width: 100%;
  position: absolute;
  content: "";
  right: 1%;
  top: 45%;
  transform: translateY(-50%);
}
.adTxt span {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  color: #000;
  padding: 2px 10px;
}

/*240807追加_サイトランキング表修正*/
.ranking img{
	padding: 0;
}
.rank_lr{
	overflow: hidden;
}
.rank_lr .rank_left{
	width: 20%;
    /* height: 50px; */
    float: left;
}
.rank_lr .rank_right{
	width: 80%;
    /* height: 50px; */
    float: left;
    margin-top: 0;
	padding-left: 3px;
}
/* 20240815 追記 */
.rank_lr {
  display: flex;
  align-items: center;
}
.chart_tbody .rank_right.jobs {
  padding: 0 10px;
}
.hikaku_rank_bnr {
  aspect-ratio: 6 / 5;
  margin: 5px;
}

/*240820追加_ポジショニングマップ*/
.positioningMap{
  position: relative;
}
.positioningMap{
  position: relative;
  padding-top: 38px;
  margin-top: 10px;
}
.positioningMap__wrap{
  background: url(../img/positioningMap.svg) no-repeat center;
  background-size: 100%;
  aspect-ratio: 1 / 1;
}
.positioningMap__name{
  color: #fff;
  font-weight: bold;
  background-color: #f25b29;
  padding: 4px 10px;
  border-radius: 24px;
  font-size: 12px;
}
.positioningMap__name.x{
  position: absolute;
  content: "";
  right: 0;
  bottom: 30%;
}
.positioningMap__name.y{
  position: absolute;
  content: "";
  right: 59%;
  top: 4%;
}
.positioningMap__box{
  background-color: #fff;
  padding: 14px 10px 10px;
  position: relative;
}
.positioningMap__box01{
  border: solid 3px #f25b29;
  position: absolute;
  content: "";
  width: 213px;
  height: 138px;
  right: 0;
  top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.positioningMap__box01::before{
  position: absolute;
  content: "";
  background: url(../img/map_hukidashi.png) no-repeat center;
  background-size: 100%;
  width: 67px;
  height: 48px;
  right: -5%;
  top: -23%;
  z-index: 10;
}
.positioningMap__box02{
  border: solid 2px #379eb9;
  position: absolute;
  content: "";
  width: 114px;
  height: 79px;
  right: 67%;
  top: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.positioningMap__box03{
  border: solid 2px #379eb9;
  position: absolute;
  content: "";
  width: 154px;
  height: 71px;
  right: 20%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.positioningMap__box__ttl{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
}
.positioningMap__box__ttl01{
  color: #f25b29;
  position: absolute;
  content: "";
  left: 50%;
  top: -32%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 6px;
  white-space: nowrap;
}
.positioningMap__box__ttl02{
  color: #379eb9;
  position: absolute;
  content: "";
  left: 50%;
  top: -16%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 6px;
  white-space: nowrap;
  font-size: 15px;
}
.positioningMap__box__ttl03{
  color: #379eb9;
  position: absolute;
  content: "";
  left: 50%;
  top: -16%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 6px;
  white-space: nowrap;
  font-size: 15px;
}

.ttl__lines{
  position: relative;
  font-size: 14px;
}
.ttl__lines::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 74%;
  background-color: #f25b29;
  transform: rotate(-22deg);
  bottom: 4%;
  left: -10%;
}
.ttl__lines::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 74%;
  background-color: #f25b29;
  transform: rotate(22deg);
  bottom: 4%;
  right: -10%;
}
.positioningMap__box02 .positioningMap__logo{
  height: 26px;
  object-fit: contain;
}
.positioningMap__box03 .positioningMap__logo{
  height: 24px;
  object-fit: cover;
}
.cta_btn.map{
  width: 100%;
  font-size: 15px;
  padding: 10px 0 10px 28px;
  margin: 0;
}

.cta_btn.map::before {
  background-image: url(../img/icon_btn.png);
  width: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 5%;
  height: 30px;
  top: 50%;
  padding-left: 0;
  transform: translateY(-50%);
}
.cta_btn.map::after{
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 25px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}
.result__cta__catch__wrap{
  /*padding: 0 20px;*/
  padding: 0;
  margin-top: 20px;
}
.result__cta__catch{
  background-color: #fff;
  position: relative;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 12px 30px 12px 10px;
}
.result__cta__catch.pr{
  background-color: #fff8b0;
  margin-inline: auto;
  
}
.result__cta__catch::before{
  position: absolute;
  content: "";
  background: url(../img/img_operator.png)no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.result__cta__catch::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  bottom: -17px;
}
.result__cta__catch.pr::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #fff8b0;
  border-bottom: 0;
  bottom: -17px;
}

.result__cta__catch__inside{
  font-size: 14px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  height: 22px;
}

.pulse{
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 20px #22c55e;
  background-color: #22c55e;
  cursor: pointer;
  margin-right: 4px;
}
.pulse::before,
.pulse::after{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #22c55e;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  animation: pulsate-66faab99 2s linear infinite;
  pointer-events: none;
}
.pulse:after {
  animation-delay: 1s;
}
.pulse[data-v-66faab99]:after {
  animation-delay: 1s
}

@keyframes pulsate-66faab99 {
  0% {
      transform: scale(1);
      opacity: 1
  }

  to {
      transform: scale(2);
      opacity: 0
  }
}
.cta_btn_01{
  margin-top: 4px;
}
/*240827追加*/
section.pr{
  margin-top: 26px;
}
.pr__catch{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}
.pr__catch span{
  position: relative;
  display: block;
  font-size: 14px;
}
.pr__catch span::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #000;
  bottom: 4px;
  left: -5%;
  transform: rotate(-16deg);
}
.pr__catch span::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #000;
  bottom: 4px;
  right: -5%;
  transform: rotate(16deg);
}
.cta_btn.pr{
  margin-top: 4px;
}
/* =======================================================
20240828 比較表案件追加
========================================================== */
.chart_tbody {
  width: 800px;
}
.chart_tbody a {
  display: block;
  text-align: center;
  line-height: 1.3;
}
.chart_head {
  width: 6%;
}
.chart_tbody th.ranking {
  width: 18%;
}
.chart_tbody .hikaku_rank_logo {
  height: 33px;
  max-width: 132px;
  object-fit: contain;
}
/* 検索結果1位のみオペレーター表示 */
body.result_page .rank_item:not(.id_01) .result__cta__catch {
  display: none;
}
.pankuz.inner {
  overflow-x: hidden;
}
/* =======================================================
20240903 検索改修
========================================================== */
.operation__list,
.employment__list,
.years__list {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 6px;
}
.employment__list label,
.years__list label {
  height: 40px;
  line-height: 38px;
}
#Search_Area .employment__list .on,
#Search_Area .years__list .on {
  background-color: var(--Main);
  color: #fff;
}


/* =======================================================
20240910 比較表等改修
========================================================== */
section.hikaku_mini{
  /*margin-top: 14px;*/
  }
.chartTable_mini {
   overflow-x: unset;
}
.chart_tbody_mini .rank_right.jobs {
   padding: 0px 30px;
   width: 100%;
}
.arrow_mini{
	width: 100px;
	margin:0 auto 10px;
}
.caption_mini{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0px;
}
.chartTable_mini {
    overflow-x: scroll;
}
.chart_tbody_mini {
    width: 680px;
    /* width: 625px; */
    border-collapse: collapse;
    font-size: 12px;
}
.chart_tbody_mini .rank_right.jobs{
	padding: 0px 25px;
    width: 100%;
}
.chart_tbody_mini tr:first-of-type img{
    margin-inline: auto;
    /* aspect-ratio: 1/1; */
    object-fit: contain;
}
.chart_tbody_mini tr th:nth-of-type(1){
	background: #ffffff;
    position: sticky;
    left: 0px;
    z-index: 10;
}
.chart_tbody_mini tr:nth-of-type(2){
    background-color: #fff8b0;
}
.chart_tbody_mini tr td{
    font-size: 14px;
}
.chart_inner_mini {
    padding: 0;
}
.chart_inner_mini img.scroll {
    width: 200px;
    margin: 15px auto 10px;
}
.chart_head_mini {
    width: 20%;
    text-align: center;
    line-height: 0.9rem;
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 10;
    font-size: 11px;
    padding: 6px 2px;
}
.td_first_mini{
    position: relative;
    padding: 30px 0 15px;
}
.chart_head_mini img {
    margin: 0 auto 4px;
    width: auto;
    height: 18px;
}
.chart_tbody_mini th,
.chart_tbody_mini td {
    width: 130px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #333;
}
.chart_tbody_mini th {
    text-align: center;
    padding: 6px 0px;
}
.chart_tbody_mini td {
    padding: 10px 0px;
}
.chart_td_content_mini {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.chart_td_content_mini img {
    margin: 0 10px;
    width: 26px;
    height: auto;
}
.chart_td_content_mini p {
    font-weight: 500;
    line-height: 1.3;
    color: var(--Text);
}
.cta_btn_mini {
    position: relative;
    display: block;
    width: 270px;
    margin: 30px auto;
    text-align: center;
    font-size: 1.2rem;
    background: #06c052;
    box-shadow: 0px 6px 0px 0px #016410;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 20px 30px;
    border-radius: 50px;
}
.cta_btn_mini::before {
    content: "";
    display: block;
    background-image: url(../img/icon_btn.png);
    min-width: 36px;
    max-width: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 8%;
    height: 50px;
    top: 50%;
    padding-left: 1.75rem;
    transform: translateY(-50%);
}
 .chart_cta_mini {
    width: 85%;
    font-size: 14px;
    box-shadow: 0px 4px 0px 0px #016410;
    padding: 10px 0 10px 32px;
    margin: auto;
    text-decoration: none;
}
.chart_cta_mini::before {
    min-width: unset;
    max-width: unset;
    left: 7%;
    height: 28px;
    top: 50%;
    padding: 0;
    width: 28px;
    transform: translateY(-50%);
}
.chart_tbody_mini th.line_mini {
  width: 160px;
}
.rank_lr_mini{
	overflow: hidden;
}
.rank_lr_mini .rank_left{
	width: 20%;
    /* height: 50px; */
    float: left;
}
.rank_lr_mini .rank_right{
	width: 90%;
    /* height: 50px; */
    float: left;
    margin-top: 0;
	padding-left: 3px;
}
.rank_lr_mini {
  display: flex;
  align-items: center;
}
.recommendation{
	background: #399DBA;
    padding: 0 0 5px;
    margin: 0 auto 15px;
}
.recommendation p{
	color: #ffffff;
	font-size: 18px !important;
	font-weight: 700;
	text-align: center;
}
.torikeshi_btn{
	width: 320px;
}
.afterfollow{
	margin: 30px auto;
}
.afterfollow .explain{
	font-size: 14px;
	margin: 20px 0;
}
/* =======================================================
20240917 口コミコンテンツ
========================================================== */
.review-section {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}
.review-section img{
	margin-bottom: 10px;
}
.review-box {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 10px;
}
.review-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
	border: 2px solid #399CB9;
    margin-right: 15px;
}
.review-content {
    flex-grow: 1;
}
.review-text {
    font-size: 14px;
    margin-bottom: 10px;
}
.review-author {
    font-size: 12px;
    color: gray;
}
.read-more {
    text-align: center;
    margin-top: -20px;
    transition: margin-top 0.3s ease; /* アニメーションを追加 */
}
.read-more.collapsed {
    margin-top: 10px;
}

.read-more button {
    /*background-color: #F25A26;*/
	background: #fff;
    /*color: white;*/
    border: none;
    padding: 10px 50px;
    border-radius: 50px;
    cursor: pointer;
}
/* 最初は非表示 */
 .review-box.hidden {
    display: none;
}
.review-box.first-review {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 10px;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* 下から段々と透過 */
    transition: mask-image 1s ease; /* 透過の変化がスムーズに */
	height: 100px;
}
#toggleButton {
    pointer-events: auto;  /* クリックやタッチを有効にする */
    position: relative;
    z-index: 10;  /* ボタンを前面に表示 */
}
.read-more, .review-box, body {
    pointer-events: auto;  /* 親要素でもイベントを通過させる */
}
/* 20240918 追記 */
.searchConditions__wrap {
  font-size: 14px;
}
.searchConditions__wrap dl {
  padding: 5px 0 0;
  grid-template-columns: 30% 1fr;
}
.searchConditions__wrap dd {
  width: auto;
}
.rank_check {
  font-size: 16px;
}
.ranking__wrap dd {
  font-size: 14px;
}
.rank_chartBox {
  margin: 10px auto 10px;
}
.rank_chartGrid {
  margin-bottom: 0;
}
.rank_tag span {
  margin: 0 5px 5px 0;
}
.rank_chartBox_inner02 {
  width: 64%;
}
.result_page .read-more {
  display: none;
}
.result_page .review-text {
  line-height: 1.6;
}
body.result_page .rank_item:not(.id_01) .review-section {
  display: none;
}
/* ==========================================================================
  20240927 グラフコンテンツ
=========================================================================== */
.graph {
  margin-top: 20px;
}
.graph__inner {
  padding: 0;
}
.graph__ttl {
  width: 100%;
}
.graph-wrapper__sp-scroll {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  margin-top: 15px;
  overflow-x: scroll;
}
.graph-wrapper__sp-scroll img {
  width: 252px;
}
.graph__inner > p {
  padding: 10px 10px 0;
  font-size: 15px;
}
/* 20241010 追記 */
.flow {
  background-color: var(--Back);
  padding-top: 10px;
}
.flow_txt {
  padding: 10px;
  font-size: 14px;
}
/* ==========================================================================
  20241121 ソート追加
=========================================================================== */
.options_accordion_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 10px 20px;
}
.options_accordion_ul li {
  text-align: center;
  border: 2px solid var(--Main);
  border-radius: 100px;
}
.options_accordion_ul li.active {
  background-color: var(--Main);
  font-weight: bold;
}
.options_accordion_ul li a {
  display: block;
  padding: 3px;
  color: var(--Text);
  text-decoration: none;
  font-weight: normal;
}
.options_accordion_ul li.active a {
  color: #fff;
  font-weight: bold;
}
.rank_ttl {
  position: relative;
}
.ranking__wrap > .rank_box:nth-child(1) > .rank_item > .rank_ttl::before {
  background-image: url(../img/top_rank01.png);
  background-size: 50px 65px;
  width: 50px;
  height: 65px;
}
.ranking__wrap > .rank_box:nth-child(2) > .rank_item > .rank_ttl::before {
  background-image: url(../img/top_rank02.png);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}
.ranking__wrap > .rank_box:nth-child(3) > .rank_item > .rank_ttl::before {
  background-image: url(../img/top_rank03.png);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}
.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;
}
