#main {
  width: 100%;
}
.search-result {
  width: 100%;
}
  .search-result_head {
    text-align: center;
    font-size: 14px;
  }
    .search-result_head_upper {
      padding: 8px 0;
      background: #2774CC;
      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: 10px 0;
      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 {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding: 5px 0;
      font-size: 18px;
    }
      .search-result_head_count_icon {
        height: 36px;
        object-fit: contain;
      }
      .search-result_head_count span {
        color: red;
        font-size: 24px;
        line-height: 1.3em;
      }

  .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: #2774CC;
        border-color: #2774CC;
        color: #fff;
      }

  .search-result_tabs {
    display: flex;
    width: 100%;
  }
    .search-result_tabs_tab {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      height: 50px;
      background: #bfbfbf;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
      .search-result_tabs_tab img {
        width: 36px;
        height: 36px;
        margin-right: 8px;
      }
      .search-result_tabs_tab.selected {
        background: #2774CC;
      }
        .search-result_tabs_tab.selected::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 18px;
          background: center no-repeat url(/images/search/tab_arrow.png);
          background-size: 18px 18px;
        }

  .search-result_item {
    width: 98%;
    margin: 15px auto 0;
    border: solid 1px #2774CC;
  }
    .search-result_item_tagline {
      padding-left: 15px; 
      color: red;
      font-size: 20px;
      font-weight: bold;
    }
    .search-result_item_head {
      padding-left: 15px; 
      font-size: 24px;
      font-weight: bold;
      text-decoration: underline;
    }
    .search-result_tabs_tab--sp {
      display: block;
      text-align: center;
      font-size: 16px;
      line-height: 1em;
    }
      .search-result_tabs_tab--sp img {
        width: 21px;
        height: 21px;
        margin: 5px 0 0;
      }
    .search-result_item_tabbed-item {
      padding: 8px;
      border: solid 1px #2774CC;
    }
      .search-result_item_tabbed-item_mainimg {
        height: 180px;
      }
      .search-result_item_tabbed-item_tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        margin-top: 5px;
      }
        .search-result_item_tabbed-item_tags_tag {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 48%;
          height: 30px;
          margin: 2px 0.5%;
          background: #bfbfbf;
          border-radius: 5px;
          color: #fff;
          font-size: 12px;
          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: #2774CC;
      border: solid 1px #ccc;
      color: #fff;
    }
    .search-result_item_tabbed-item_fee-table td {
      padding: 10px 0;
      border: solid 1px #aaa;
      text-align: center;
    }
      .search-result_item_tabbed-item_fee-table td:first-of-type {
        background: #fff2cd;
        font-weight: bold;
      }

  .search-result_table {
    width: 920px;
    border: solid 3px #2774CC;
    text-align: center;
  }
    .search-result_table_head th {
      background: #E8FFFF;
      border: solid 1px #2774CC;
      font-size: 14px;
    }
      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: 3.5em;
        color: #333;
        text-decoration: none;
        cursor: pointer;
      }
        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 {
        width: 125px;
      }
      th.search-result_table_head_amount {
        width: 10%;
        font-size: 13px;
      }
      th.search-result_table_head_feature {
        width: 100px;
      }
      th.search-result_table_head_point {
        width: 100px;
      }
      th.search-result_table_head_button {
        width: 110px;
      }
      th.search-result_table_head_fee {
        width: 70px;
      }
    .search-result_table_body th {
      border: solid 1px #2774CC;
    }
      .search-result_table_body--fee {
        text-align: center;
      }

    .search-result_table_body_head {
      font-size: 11px;
    }
      .search-result_table_body_logo {
        display: flex !important;
        align-items: center;
        width: 100%;
        height: 64px;
      }
      .search-result_table_body_head a {
        display: block;
        width: 100%;
      }
    .search-result_table_body td {
      border: solid 1px #2774CC;
      font-size: 12px;
      word-break: break-all;
    }
    .search-result_table img {
      display: block;
      max-width: 98%;
      max-height: 95%;
      margin: auto;
    }
      td.search-result_table_body_buttontd {
        background: #fff;
      }
      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;
      width: 90%;
      margin: 3px auto;
      padding: 8px 5px;
      background: linear-gradient(to bottom, #FF1E00, #FF7400);
      border-radius: 5px;
      box-shadow:0 3px 0 #BF1600;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
    }
    @media screen and (max-width: 768px) {
      .search-result_table {
        width: 100%;
      }
        th.search-result_table_head_name {
          width: 20%;
        }
        th.search-result_table_head_amount {
          width: 23%;
          font-size: 11px;
        }
        th.search-result_table_head_button {
          width: 16%;
        }
    }

    .result-data {
      width: 98%;
      margin: 8px auto 10px;
    }
      .result-data__head {
        width: 30%;
        padding: 5px;
        background: #e2e2e2;
        border: solid #fff 5px;
        font-weight: bold;
      }
        .result-data__head--total {
          background: #ffbb00;
          color: #fff;
        }
      .result-data__content {
        border: solid #fff 5px;
        border-left-width: 12px;
        font-size: 14px;
      }
        .result-data__star {
          display: flex;
          align-items: center;
          color: #ff3600;
          font-size: 18px;
          font-weight: bold;
        }

@media screen and (min-width: 1000px) {
  .search-result {
    width: 1024px;
  }
    .search-result_head_count {
      font-size: 24px;
    }
      .search-result_head_count_icon {
        height: 48px;
        margin-right: 10px;
      }
      .search-result_head_count span {
        font-size: 36px;

      }
  .search-result_table {
    width: 1024px;
  }
    .search-result_table_body_head {
      font-size: 12px;
    }
}