@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.section-result {
    margin-bottom: 80px;
}
.section-result .result-heading {
    margin-bottom: 36px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #434343;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .section-result .result-heading {
        font-size: 14px;
        line-height: 19px;
    }
}
.section-result .result-heading span {
    margin-left: 22px;
}
@media screen and (max-width: 991px) {
    .section-result .result-heading span {
        display: none;
    }
}
.section-result .result-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1400px) {
    .section-result .result-inner {
        padding: 0 1.5rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-inner {
        padding: 0;
    }
}
.section-result .result-textBox {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
    .section-result .result-textBox {
        margin-bottom: 8px;
        padding: 0 10px;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: flex-end;
    }
}
.section-result .result-mainText {
    margin-right: 18px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #434343;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .section-result .result-mainText {
        font-size: 16px;
        line-height: 21px;
    }
}
.section-result .result-mainText span:first-child {
    margin-left: 1px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #1c3388;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .section-result .result-mainText span:first-child {
        font-size: 20px;
        line-height: 27px;
    }
}
.section-result .result-mainText span:last-child {
    margin-left: 17px;
    font-weight: normal;
}
.section-result .result-subTextBox {
    flex: 1;
    display: flex;
    margin-right: 28px;
}
@media screen and (max-width: 1199px) {
    .section-result .result-subTextBox {
        flex-direction: column;
        margin-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-subTextBox {
        display: none;
    }
}
.section-result .result-subText {
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-subText {
        font-size: 11px;
        line-height: 15px;
    }
}
.section-result .result-subText:last-child {
    margin-left: auto;
}
@media screen and (max-width: 1199px) {
    .section-result .result-subText:last-child {
        margin-left: 0;
    }
}
.section-result .result-arrange {
    display: none;
}
@media screen and (max-width: 991px) {
    .section-result .result-arrange {
        display: flex;
    }
}
.section-result .result-arrange .arrange-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-result .result-arrange .arrange-outer:first-child {
    margin-right: 10px;
}
.section-result .result-arrange .arrange-textBox {
    margin-bottom: 6px;
    padding: 2px 11px;
    box-sizing: border-box;
    background-color: #eaeaea;
    border-radius: 9px;
}
.section-result .result-arrange .arrange-text {
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #434343;
}
@media screen and (max-width: 991px) {
    .section-result .result-arrange .arrange-text {
        font-size: 10px;
        line-height: 14px;
    }
}
.section-result .result-arrange .arrange-inner {
    display: flex;
    align-items: center;
}
.section-result .result-arrange .arrange-inner .arrange-btn {
    position: relative;
}
.section-result .result-arrange .arrange-inner .arrange-btn:first-child {
    margin-right: 11px;
}
.section-result .result-arrange .arrange-inner .arrange-pic {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3 linear 0s;
}
.section-result .result-arrange .arrange-inner .arrange-pic:nth-of-type(2n) {
    position: absolute;
    top: 0;
}
.section-result .result-arrange .arrange-inner .arrange-pic.active {
    opacity: 1;
    visibility: visible;
}
.section-result .result-arrange .arrange-pic {
    max-width: 22px;
}
.section-result .result-table {
    max-width: 1200px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bcbcbc;
}
@media screen and (max-width: 991px) {
    .section-result .result-table {
        border: none;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .section-result .result-table_sp {
        display: block;
        width: 100%;
    }
    .section-result .result-table_sp tbody {
        display: block;
        width: 100%;
    }
    .category_search1.d-none {
        display: none;
    }
    .category_search1.d-block {
        display: block;
        width: 100%;
    }
    .category_search1.d-block.d-lg-none {
        display: block;
        width: 100%;
        visibility: visible;
    }
    .category_search1.d-block.d-lg-none .result-table_sp,
    .category_search1.d-block.d-lg-none .result-table_sp tbody,
    .category_search1.d-block.d-lg-none .result-tr_sp,
    .category_search1.d-block.d-lg-none .result-tr_sp .result-td {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }
}
@media screen and (min-width: 992px) {
    .category_search1.d-lg-table-row {
        display: block;
        width: 100%;
    }
    .category_search1.d-block.d-lg-none {
        display: none;
    }
}
.section-result .result-tr {
    border-collapse: collapse;
}
@media screen and (max-width: 991px) {
    .section-result .result-tr {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .section-result .result-tr.grid {
        border: none;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-tr_pc {
        display: none;
    }
}
.section-result .result-tr_pc_odd {
    background-color: #f7f7f7;
}
.section-result .result-tr_sp {
    display: none;
}
@media screen and (max-width: 991px) {
    .section-result .result-tr_sp {
        display: block;
    }
}
.section-result .result-tr_sp_even {
    background-color: #fcfde5;
}
.section-result .result-tr_sp .result-td {
    width: 100%;
    display: block;
}
.section-result .result-tr_sp .result-td_wrapper {
    display: flex;
    margin-bottom: 16px;
}
.section-result .result-tr_sp .result-td_buy_wrapper {
    margin-top: 12px;
}
.section-result .result-tr_sp .result-td_info_wrapper .result-linkText {
    display: inline-block;
}
.section-result
    .result-tr_sp
    .result-td_info_wrapper
    .result-linkText
    .result-td_text {
    margin-bottom: 12px;
    color: #1c3388;
    font-weight: bold;
    -webkit-text-decoration: #1c3388 underline;
    text-decoration: #1c3388 underline;
}
@media screen and (max-width: 575px) {
    .section-result
        .result-tr_sp
        .result-td_info_wrapper
        .result-linkText
        .result-td_text {
        margin-bottom: 5px;
        line-height: 16px;
    }
}
.section-result .result-tr_sp .result-td_info_wrapper .result-td_text_sm {
    margin-bottom: 8px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-tr_sp .result-td_info_wrapper .result-td_text_sm {
        font-size: 12px;
        line-height: 16px;
    }
}
.section-result .result-tr_sp .result-td_info_wrapper .result-td_inner {
    width: 100%;
}
.section-result .result-tr_sp .result-td_buy_wrapper {
    display: flex;
}
.section-result .result-th {
    padding: 10px 0 10px;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #bcbcbc;
}
@media screen and (max-width: 991px) {
    .section-result .result-th {
        display: none;
    }
}
.section-result .result-th_title {
    margin-bottom: 9px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #1c3388;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .section-result .result-th_title {
        font-size: 16px;
        line-height: 21px;
    }
}
.section-result .result-th_heading {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-result .result-th_pic {
    max-width: 16px;
    margin-left: 7px;
    transform: translateY(-15%);
}
.section-result .result-th_num {
    width: 5%;
}
.section-result .result-th_inner {
    display: flex;
    justify-content: center;
}
.section-result .result-th_arrow {
    width: 18px;
    height: 9px;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #bababa;
    cursor: pointer;
}
.section-result .result-th_arrow.active {
    background-color: #000000;
}
.section-result .result-th_arrow_down {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
}
.section-result .result-th_text {
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-th_text {
        font-size: 11px;
        line-height: 15px;
    }
}
.section-result .result-td {
    padding: 13px 0;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
}
@media screen and (max-width: 991px) {
    .section-result .result-td {
        padding: 13px 15px;
        border: none;
    }
}
.section-result .result-td_text {
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-td_text {
        font-size: 14px;
        line-height: 19px;
    }
}
.section-result .result-td_price .result-td_pic {
    max-width: 18px;
}
.section-result .result-td_num .result-td_text {
    text-align: center;
}
.section-result .result-td_type .result-td_link {
    margin-left: 16px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #1c3388;
    font-weight: bold;
    -webkit-text-decoration: #1c3388 underline;
    text-decoration: #1c3388 underline;
}
@media screen and (max-width: 767px) {
    .section-result .result-td_type .result-td_link {
        font-size: 14px;
        line-height: 19px;
    }
}
.section-result .result-td_code .result-td_text {
    text-align: center;
}
.section-result .result-td_direction .result-td_text {
    text-align: center;
}
.section-result .result-td_buy .result-td_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-result .result-td_buy .result-td_inner {
    width: 100%;
    display: flex;
}
.section-result .result-td_buy .result-td_text {
    margin-right: 10px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-td_buy .result-td_text {
        font-size: 12px;
        line-height: 20px;
    }
}
@media screen and (max-width: 575px) {
    .section-result .result-td_buy .result-td_text {
        margin-right: 10px;
    }
}
.section-result .result-td_surface .result-td_text {
    text-align: center;
}
.section-result .result-td_density .result-td_text {
    text-align: center;
}
.section-result .result-td_adsorp .result-td_text {
    text-align: center;
}
.section-result .result-td_temp .result-td_text {
    text-align: center;
}
.section-result .result-link {
    margin-right: 10px;
}
.section-result .result-pic {
    width: 100%;
}
.section-result .result-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-result .result-tr_sp .result-pic {
    width: 200px;
    height: 150px;
    flex: 0 0 200px;
}
.section-result .result-tr_sp .result-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-result .result-pic_reg {
    display: none;
}
.section-result .result-buy {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-result .result-buy_input {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-result .result-buy_input_btn {
    padding: 4.5px;
    box-sizing: border-box;
    background-color: #efefef;
    border: 2px solid #a0a0a0;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_input_btn {
        display: none;
    }
}
.section-result .result-buy_input_sub {
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.section-result .result-buy_input_add {
    margin-right: 8px;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section-result .result-buy_input_text {
    margin-right: 15px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-buy_input_text {
        font-size: 11px;
        line-height: 15px;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_input_text {
        margin-right: 21px;
    }
}
.section-result .result-buy_input_num {
    max-width: 50px;
    width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: right;
    border: 2px solid #a0a0a0;
}
@media screen and (max-width: 767px) {
    .section-result .result-buy_input_num {
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_input_num {
        display: none;
    }
}
.section-result .result-tr_sp .result-buy_input_btn {
    display: inline-flex;
}
.section-result .result-tr_sp .result-buy_input_num {
    display: inline-block;
}
.section-result .result-tr_sp .result-buy_input_arrow {
    display: none;
}
.section-result .result-tr_sp .result-buy_input_btn {
    display: inline-flex;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1;
}
.section-result .result-tr_sp .result-buy_input_num {
    display: inline-block;
    max-width: 90px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px;
}
.section-result .result-tr_sp .result-buy_input_arrow {
    display: none;
}
.section-result .result-buy_input_arrow {
    width: 45px;
    height: 32px;
    display: none;
    margin-right: 4px;
    position: relative;
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_input_arrow {
        display: block;
    }
}
.section-result .result-buy_input_arrow:after {
    content: "";
    width: 11px;
    height: 5px;
    pointer-events: none;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #000000;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 9;
    transform: translateY(-50%);
}
.section-result .result-buy_input_select {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 5px 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    font-family:
        "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
        sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media screen and (max-width: 767px) {
    .section-result .result-buy_input_select {
        font-size: 16px;
        line-height: 16px;
    }
}
.section-result .result-buy_input_select option {
    font-family:
        "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
        sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-buy_input_select option {
        font-size: 16px;
        line-height: 16px;
    }
}
.section-result .result-buy_cart {
    max-width: 140px;
    width: 100%;
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_cart {
        max-width: 200px;
    }
}
.section-result .result-buy_cart_pic {
    max-width: 18px;
    margin-right: 7px;
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_cart_pic {
        margin-right: 27px;
    }
}
@media screen and (max-width: 380px) {
    .section-result .result-buy_cart_pic {
        margin-right: 10px;
    }
}
.section-result .result-buy_cart_pic_add {
    max-width: 13px;
}
.section-result .result-buy_cart_text {
    margin-right: 20px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_cart_text {
        font-size: 12px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_cart_text {
        margin-right: 40px;
    }
}
@media screen and (max-width: 575px) {
    .section-result .result-buy_cart_text {
        margin-right: 20px;
    }
}
@media screen and (max-width: 380px) {
    .section-result .result-buy_cart_text {
        margin-right: 10px;
    }
}
.section-result .result-buy_cart_link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #f7cf46;
    box-shadow: 0px 3px 0px #c39b13;
    border-radius: 4px;
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_cart_link {
        padding: 8px 5px;
    }
}
.section-result .result-buy_delete {
    max-width: 20px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .section-result .result-buy_delete {
        margin-right: 23px;
    }
}
.section-result .result-buy_delete_link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-result .result-buy_delete_pic {
    max-width: 17px;
}
.section-result .result-buy_delete_text {
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #707070;
}
@media screen and (max-width: 767px) {
    .section-result .result-buy_delete_text {
        font-size: 10px;
        line-height: 14px;
    }
}
.section-result .result-price_wrapper {
    position: relative;
}
.section-result .result-price_wrapper:hover .result-price_dropdown {
    display: block;
}
@media screen and (min-width: 992px) {
    .section-result .result-price_wrapper:hover .result-price_dropdown {
        height: auto !important;
    }
}
.section-result .result-price_link {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .section-result .result-price_link {
        display: inline-block;
        margin-bottom: 8px;
        position: relative;
    }
}
.section-result .result-price_text {
    margin-right: 15px;
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #5e85ba;
}
@media screen and (max-width: 575px) {
    .section-result .result-price_text {
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-price_text {
        margin-right: 28px;
    }
}
@media screen and (max-width: 575px) {
    .section-result .result-price_text {
        margin-right: 10px;
    }
}
@media screen and (max-width: 380px) {
    .section-result .result-price_text {
        margin-right: 5px;
    }
}
.section-result .result-price_text span {
    display: none;
}
@media screen and (max-width: 991px) {
    .section-result .result-price_text span {
        display: block;
    }
}
.section-result .result-price_show {
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear 0s;
}
.section-result .result-price_show.hide {
    opacity: 0;
    visibility: hidden;
}
.section-result .result-price_hide {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
}
.section-result .result-price_hide.show {
    opacity: 1;
    visibility: visible;
}
.section-result .result-price_hide .result-price_text {
    margin-right: 45px;
}
@media screen and (max-width: 575px) {
    .section-result .result-price_hide .result-price_text {
        margin-right: 10px;
    }
}
.section-result .result-price_arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    transform: translateY(30%) rotate(315deg);
    transition: all 0.3s linear 0s;
}
.section-result .result-price_arrow::before {
    content: "";
    height: 1.5px;
    background: #5e85ba;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.section-result .result-price_arrow::after {
    content: "";
    width: 1.5px;
    background: #5e85ba;
    border-radius: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.section-result .result-price_dropdown {
    width: 220px;
    display: none;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #ffffff;
    border: solid 1px #c9c9c9;
    position: absolute;
    bottom: 200%;
    left: -25%;
    z-index: 9999;
}
@media screen and (max-width: 1199px) {
    .section-result .result-price_dropdown {
        left: -40%;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-price_dropdown {
        width: auto;
        height: 0;
        display: block;
        padding: 0;
        border: none;
        position: relative;
        left: 0;
        bottom: 0;
        overflow: hidden;
        transition: all 0.3s linear 0s;
    }
}
.section-result .result-price_dropdown:before {
    content: "";
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    bottom: -24px;
    left: 50%;
    z-index: 2;
}
@media screen and (max-width: 991px) {
    .section-result .result-price_dropdown:before {
        display: none;
    }
}
.section-result .result-price_dropdown:after {
    content: "";
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #c9c9c9;
    position: absolute;
    bottom: -27.5px;
    left: 50.25%;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .section-result .result-price_dropdown:after {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-price_dropdown_list {
        padding: 13px;
        box-sizing: border-box;
        border: 1px solid #cccccc;
    }
}
@media screen and (max-width: 575px) {
    .section-result .result-price_dropdown_list {
        padding: 5px;
    }
}
.section-result .result-price_dropdown_text {
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .section-result .result-price_dropdown_text {
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (max-width: 575px) {
    .section-result .result-price_dropdown_text {
        font-size: 11px;
    }
}
.section-result .result-price_pic {
    max-width: 18px;
}
.section-result .result-reg {
    max-width: 78px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .section-result .result-reg {
        max-width: 40px;
    }
}
.section-result .result-reg_pic {
    max-width: 15px;
    margin-right: 6px;
}
@media screen and (max-width: 991px) {
    .section-result .result-reg_pic {
        margin-right: 0px;
    }
}
.section-result .result-reg_link {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 6px;
    box-sizing: border-box;
    background-color: #b2b2b2;
    box-shadow: 0px 3px 0px #919191;
    border-radius: 5px;
}
@media screen and (max-width: 991px) {
    .section-result .result-reg_link {
        padding: 9px 13px;
    }
}
.section-result .result-reg_link_alr {
    background-color: #ab2323;
    box-shadow: 0px 3px 0px #721515;
}
.section-result .result-reg_text {
    font-family:
        "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .section-result .result-reg_text {
        font-size: 11px;
        line-height: 15px;
    }
}
@media screen and (max-width: 991px) {
    .section-result .result-reg_text {
        display: none;
    }
}
.section-result .loading-text {
    margin: 20px 0 50px;
    font-family:
        "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
        sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #808080;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .section-result .loading-text {
        font-size: 12px;
        line-height: 18px;
    }
}

tbody {
    padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
    tbody.grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    tbody.grid .result-tr {
        border: none;
    }
    tbody.grid .result-tr_sp {
        flex: 0 0 calc((100% - 20px) / 2);
        max-width: 100%;
    }
    tbody.grid .result-tr_sp .result-link {
        margin-right: 0;
    }
    tbody.grid .result-tr_sp .result-td {
        padding: 13px 0 0 15px;
    }
    tbody.grid .result-tr_sp .result-td_wrapper {
        flex-direction: column;
    }
    tbody.grid .result-tr_sp .result-td_text_sm {
        font-size: 15px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
    tbody.grid .result-tr_sp .result-td_text_sm {
        font-size: 15px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) {
    tbody.grid .result-tr_sp .result-td_buy_wrapper {
        display: none;
    }
    tbody.grid .result-tr_sp .result-pic {
        margin-right: 0;
        margin-bottom: 12px;
    }
    tbody.grid .result-tr_sp .result-pic_reg {
        display: block;
    }
    tbody.grid .result-tr_sp .result-price_wrapper {
        display: none;
    }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
    tbody.grid .result-tr_sp .result-reg {
        position: absolute;
        bottom: 10px;
        right: 6px;
    }
}
@media screen and (max-width: 991px) {
    tbody.grid .result-tr_sp_even {
        background-color: #ffffff;
    }
    tbody.grid .result-tr_sp_even .result-td {
        padding: 13px 15px 0 0;
    }
}

/*# sourceMappingURL=resultTable.css.map */
