@import url(./header.css);
@import url(./searchbox.css);
@import url(./list.css);
@import url(./sub-content.css);
@import url(./sidebar.css);

.category-list {
  width: 100%;
  margin: 3px auto;
}
  .category-list_head {
    width: 100%;
    background: #AF1D31;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 12px;  }
  .category-list_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 3px 0 0;
  }
    .category-list_list a {
      width: 100%;
    }
      .category-list_list img {
        width: 100%;
        padding: 2px;
        border-radius: 5px;
      }

/* career-flow */
.career-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: 8px auto;
  padding: 5px 0;
  border: solid 2px #004374;
}
  .career-flow_title{
    width: 100%;
    margin-bottom: 5px;
    padding: 6px 12px; 
    background: #004374;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  } 
  .career-flow_block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 98%;
  }
    .career-flow_block_img {
      display: block;
      width: 33%;
      border-radius: 10px;
    }
    .career-flow_block_content {
      width: 66%;
    }
      .career-flow_block_head {
        padding: 5px 0;
        border-bottom: dotted 2px #004374;
        font-size: 15px;
        font-weight: bold;
      }
        .career-flow_block_head img {
          display: inline-block;
          height: 1em;
        }
      .career-flow_block_text {
        padding: 3px;
        font-size: 14px;
      }
  .career-flow_arrow {
    margin: 3px 0;
    border: solid 15px transparent;
    border-top-color: #004374;
    border-bottom: none;
  }

  
@media screen and (min-width: 765px) {
  .career-flow {
    width: 98%;
    padding: 5px;
    }
    .career-flow_block {
      flex-wrap: wrap;
      align-content: flex-start;
      align-items: flex-start;
      width: 22%;
    }
      .career-flow_block_img {
        display: block;
        width: 95%;
      }
      .career-flow_block_content {
        width: 100%;
      }
    .career-flow_arrow {
      margin: auto;
      border: solid 15px transparent;
      border-left-color: #004374;
      border-right: none;
    }
}

/* job-sample */
.job-sample {
  width: 98%;
  margin: 8px auto;
  padding: 5px;
  background: #F4EFE1;
  text-align: center;
  color: #827D7B;
}
  .job-sample_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
    .job-sample_list_item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
      width: 98%;
      margin: 5px 0;
      padding: 8px;
      background: #fff;
      color: #000;
    }
      .job-sample_list_item_img {
        display: block;
        width: 39%;
      }
      .job-sample_list_item_data {
        width: 58%;
        text-align: left;
        font-size: 14px;
      }
      .job-sample_list_item_link {
        display: block;
        width: 90%;
        text-align: right;
      }
@media screen and (min-width: 765px) {
  .job-sample_list_item {
    width: 48%;
  }
}

/* compare */
.compare {
  width: 100%;
}
  .compare_head {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .compare_table {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
  }
    .compare_table th {
      background: #c5e0b4;
      border: solid 1px #dedede;
    }
    .compare_table td {
      border: solid 1px #dedede;
    }
      .compare_table_name {
        padding: 5px 0;
        text-align: center;
      }
      .compare_table_data {
        width: 15%;
        font-size: 12px;
      }
      .compare_table_logo {
        display: block;
        width: 90%;
        object-fit: contain;
        margin: 0 auto;
      }
      .compare_table_icon {
        display: block;
        width: 75%;
        object-fit: contain;
        margin: 5px auto;
      }
      .compare_table_comment {
        padding: 2px 6px;
      }
@media screen and (min-width: 765px) {
  .compare_table {
    font-size: 16px;
  }
  .compare_table_data {
    width: 15%;
    padding: 3px 0;
    font-size: 16px;
  }
  .compare_table_icon {
    width: 50%;
  }
}
.ranking_compare {
  width: 100%;

}

.compare-table__wrapper{
  overflow: auto;
}
  .search-result_head {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
    .search-result_head_upper {
      padding: 8px 0;
      background: #0075cc;
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
    }
    .search-result_head_bottom {
      font-size: 14px;
      font-weight: initial;
    }
    .search-result_head_option {
      width: 100%;
      margin-top: 5px;
      padding: 5px 5px;
      background: #ddd;
      border-radius: 5px;
      text-align: initial;
      font-size: 14px;
    }
      .search-result_head_option_list {
        width: 100%;
        padding: 5px 10px;
        background: #fff;
        border-radius: 5px;
        font-weight: initial;
      }

    .search-result_head_count {
      font-size: 14px;
      font-weight: initial;
    }
      .search-result_head_count span {
        color: red;
        font-size: 20px;
        font-weight: bold;
      }

  .search-result_head_sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 5px 0;
  }
    .search-result_head_sort a {
      display: block;
      width: 24%;
      margin-top: 5px;
      padding: 2px 0;
      border: solid 1px #555;
      border-radius: 5px;
      text-align: center;
      color: #333;
      font-size: 12px;
      text-decoration: none;
    }
      .search-result_head_sort a.selected {
        background: #0075cc;
        border-color: #0075cc;
        color: #fff;
      }

  .search-result_tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 10px;
  }
    .search-result_tabs_tab {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 99%;
      height: 36px;
      background: #fff;
      border: solid 1px #D0CECE;
      box-shadow: 1px 0px 2px #aaa;
      font-size: 12px;
      
      cursor: pointer;
    }
      .search-result_tabs_tab:last-of-type {
        border-right: solid 1px #D0CECE;
      }
      .search-result_tabs_tab img {
        width: 36px;
        height: 36px;
        margin-right: 8px;
      }
      .search-result_tabs_tab.selected {
        position: relative;
        background: #F1F1F1;
        box-shadow: 2px -1px 4px #555;
        font-size: 14px;
        font-weight: bold;
        color: #000;
      }
        .search-result_tabs_tab.selected::after {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          width: calc(100% - 2px);
          border: solid 1px #F1F1F1;
        }


  .search-result_item {
    width: 98%;
    margin: 15px auto 0;
    border: solid 1px #004676;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
    .search-result_item_head {
      padding-left: 15px; 
      font-size: 24px;
      font-weight: bold;
      text-decoration: underline;
    }
    .search-result_tabs_tab--sp {
      font-size: 14px;
      
    }
      .search-result_tabs_tab--sp.selected {
        background: #0075CC;
        border: none;
        color: #fff;
        font-size: 16px;
      }
      .search-result_tabs_tab--sp.selected::after {
        display: none;
      }
      .search-result_tabs_tab--sp img {
        width: 21px;
        height: 21px;
        margin: 5px 0 0;
      }
    .search-result_item_tabbed-item {
      padding: 8px;
      border: solid 3px #0075CC;
      box-shadow: 2px -1px 4px #555;
    }
      .search-result_item_tabbed-item_mainimg {
        height: 180px;
      }
      .search-result_item_tabbed-item_tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 5px;
      }
        .search-result_item_tabbed-item_tags_tag {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 32%;
          height: 30px;
          margin-top: 5px;
          background: #bfbfbf;
          border-radius: 5px;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
        }
          .search-result_item_tabbed-item_tags_tag:last-of-type {
            font-size: 12px;
          }
          .search-result_item_tabbed-item_tags_tag.on {
            background: #009a46;
          }
      .search-result_item_tabbed-item_data {
        width: 98%;
        margin: 8px auto 0;
      }
        .search-result_item_tabbed-item_data_head {
          width: 30%;
          background: #e2e2e2;
          font-weight: bold;
        }
          .search-result_item_tabbed-item_data_head.total {
            background: #ffbb00;
            color: #fff;
          }
        .search-result_item_tabbed-item_data_contents {
          width: 65%;
        }
          .search-result_item_tabbed-item_data_star {
            display: flex;
            align-items: center;
            padding-left: 15px;
            color: #ff3600;
            font-size: 18px;
            font-weight: bold;
          }
            .search-result_item_tabbed-item_data_star img:last-of-type {
              margin-right: 8px;
            }
          .search-result_item_tabbed-item_data_text {
            padding-left: 15px;
            font-size: 14px;
          }

  .search-result_item_tabbed-item_fee-table {
    width: 95%;
    margin: 10px auto 0;
    font-size: 12px;
  }
    .search-result_item_tabbed-item_fee-table th {
      width: calc(100% / 6);
      padding: 3px 0;
      background: #0075cc;
      border: solid 1px #dedede;
      color: #fff;
    }
    .search-result_item_tabbed-item_fee-table td {
      padding: 10px 0;
      border: solid 1px #dedede;
      text-align: center;
    }
      .search-result_item_tabbed-item_fee-table td:first-of-type {
        background: #fff2cd;
        font-weight: bold;
      }

  .search-result_table {
    box-shadow: 2px -1px 4px #555;
    width: max-content;
  }
  .search-result_table2 {
    width: max-content;
    box-shadow: 2px -1px 4px #555; 
  }

  
  .search-result_table th {
    max-width: 200px;
  }
  
  .search-result_table2 th {
    left: 0;
    /* width: 140px; */
    max-width: 67px;
  }
  
  .compare2__button {
    width: 100px;
  }

  .compare2__button.ranking__compare {
    width: 80px;
  }
  th.search-result_table_head_amount {
    width: 64px;
    font-size: 11px;
  }
  @media screen and (min-width: 765px) {
    .search-result_table2 {
      width: 100%;
    }
      .search-result_table2 th {
        max-width: 83px;
      }
      th.search-result_table_head_amount {
        font-size: 14px;
      }
  }

    .search-result_table_head th {
      background: #F1F1F1;
      border: solid 1px #dedede;
      color:#333;
    }

    .search-result_table_head td {
      width: 40vw;
      max-width: 55px;
      background: #fff;
      text-align: center;
    }

      th.search-result_table_head_amount>a,
      th.search-result_table_head_fee>a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 5em;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        align-content: center;
      }

        th.search-result_table_head_amount>a>span,
        th.search-result_table_head_fee>a>span {
          display: block;
          width: 80%;
          color: #FF7200;
        }
        th.search-result_table_head_amount>a.selected,
        th.search-result_table_head_fee>a.selected {
          background: #ff7200;
          color: #fff;
        }
          th.search-result_table_head_amount>a.selected>span,
          th.search-result_table_head_fee>a.selected>span {
            color: #fff;
          }
      th.search-result_table_head_name {
        position: sticky;
        left: 0;
        width: 70px;
      }
      th.search-result_table_head_amount.amount {
        font-size: 11px;
      }
      th.search-result_table_head_feature {
        width: 200px;
      }
      th.search-result_table_head_point {
        width: 200px;
      }
      th.search-result_table_head_button {
        width: 110px;
      }
      th.search-result_table_head_fee {
        width: 10%;
        max-width: 70px;
      }
      .search-result_table_body {
        background: #fff;
        height: 80px;
      }

      .search-result_table_body.ranking:nth-of-type(2){
        background: #fff2cd;
      }

      .search-result_table_body.ranking:nth-of-type(2) .compare2__badge {
        background: #fff2cd;
      }

      .search-result_table_body.ranking:nth-of-type(2) .compare2__name {
        background: #fff2cd;
      }

  
    .search-result_table_body th {
      border: solid 1px #dedede;
      font-weight: normal;
      font-size: 11px;
    }
    .search-result_table_head .compare2__badge{
      width: 4%;
      left: 0;
    }
    .search-result_table_head .compare2__badge.ranking__compare{
      width: 10%;
      font-size: 11px;
    }

    .search-result_table_body .compare2__badge{
      width: 50px;
      background: #fff;
      left: 0;
    }

    .search-result_table_body.compare__button {
      width: 100px;
    }
    .search-result_table_body td {
      text-align: center;
    }

      .search-result_table_body--fee {
        text-align: center;
      }

    .search-result_table_body_head {
      left: 0;
      font-size: 11px;
    }
    .compare2__name {
    position: sticky;
    background: #fff;
    left: 0;
    width: 100px;
    }
      th.compare2__name--head {
        max-width: 100px;
      }

    .ranking__compare {
      font-size: 11px;
    }
      .search-result_table_body_logo {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
      .search-result_table_body_head a {
        display: block;
        width: 100%;
      }
      img.search-result_table_body_logo_img {
        width: max(95%, 95px);
        max-width: 100% !important;
        max-height: initial !important;
      }
    .search-result_table_body td {
      border: solid 1px #dedede;
      font-size: 12px;
      word-break: break-all;
    }

    .search-result_table_body .font14 {
      font-size: 14px;
    }
    .search-result_table img {
      display: block;
      max-width: 40%;
      max-height: 95%;
      margin: auto;
    }
    .compare2__badge img {
      max-width: 70%;
    }

      td.search-result_table_body_score {
        text-align: center;
        color: #ff3600;
        font-size: 24px;
        font-weight: bold;
        line-height: 1em;
      }
        .search-result_table_body_score img {
          display: inline-block;
          width: 19%;
        }
    .search-result_table_body_button {
      display: block;
      background: #03b403;
      border-radius: 5px;
      box-shadow:0 3px 0 #008000;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      padding: 8px 3px;
      width: 90%;
      margin: 0 auto 3px;
    }
  .search-result_table_button-detail {
    display: block;
    background: #999;
    margin: 5px auto 0;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(81,81,81,1);
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    width: 90%;
  }
  .search-result_table_button-jump {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80% !important;
    margin: 5px auto;
    background: linear-gradient(to bottom, #FF1E00, #FF7400);
    border-radius: 6px;
    box-shadow: 0 2px 0 #BF1600;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }

  .search-result_table_body_btn {
    border: 1px solid #d5d5d5;
    border-radius: .5em;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f2f2f2));
    background: linear-gradient(#fdfdfd, #f2f2f2);
    -webkit-box-shadow: 0 1px 1px 1px rgb(153 153 153 / 30%);
    box-shadow: 0 1px 1px 1px rgb(153 153 153 / 30%);
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-top: 5px;
    padding: 2px 4px;
  }

  .search-result_table_body_btn.compare__btn{
    font-size: 10px;
    width: 97%;

  }
  .search-result_table.compare2__table {
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
  }

  .search-result_table_body .score__text {
    font-size: 22px;
    font-weight: bold;
  }

  .score__text.first {
    color: #AF1D31;
  }


@media screen and (min-width: 768px) {

  th.search-result_table_head_amount>a,
  th.search-result_table_head_fee>a {
  align-content: flex-end;
  }


  .search-result_table_head .compare2__badge.ranking__compare{
    width: 6%;
    font-size: 14px;
  }

  .search-result_table_body_btn.compare__btn{
    font-size: 12px;

  }
  .ranking__compare {
    font-size: 14px;
  }

  .search-result_table_button-detail {
    width: 90%;
    margin: 8px auto;
    padding: 0 5px;
  }

  .compare2__name {
    width: 100px;
    }


  .search-result_table_body_button {
    margin: 3px auto;
    padding: 8px 5px;
  }

  .search-result_table_body_btn {
    padding: .2em;
    width: 90%;
  }
    .search-result_tabs {
      grid-template-columns: repeat(3, 1fr);
    }
      .search-result_tabs_tab {
        height: 45px;
        font-size: 14px;
      }
        .search-result_tabs_tab.selected {
          font-size: 16px;
        }
    .search-result_table_head {
      font-size: 14px;
    }

    th.search-result_table_head_amount {
      width: 7.4%;
    }

    th.search-result_table_head_amount.compare2__data {
      width: 9.2%;
    }
    

    .search-result_table_body_head {
      font-size: 14px;
    }
    th.search-result_table_head_name {
      width: 125px;
    }
    th.search-result_table_head_fee {
      width: 7%;
      font-size: 11px;
    }

    th.search-result_table_head_amount>a,
    th.search-result_table_head_fee>a {
      height: 4.5em;
    }


}


.ranking_compare_head {
  display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    background: #AF1D31;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    width: 100%;
    margin: 3px 0 10px;
}

.ranking_compare_head_img {
  height: 50%;
    margin-right: 10px;
}

.font {
  font-size: 12px;
}

.scroll-hint-icon {top: calc(20% - 6px) !important;}

.button-wrap {
  width: 100%;
  margin-top: 10px;
}

.table-1 {
  width: 1019px;
}
@media screen and (min-width: 768px) {
  .table-1 {
    width: 100%;
  }
}

.compare2__badge {
  display: none;
}
@media screen and (min-width: 768px) {
  .compare2__badge {
    display: table-cell;
  }
}

