.product_detail_name_wrap {
    display: flex;
    align-items: flex-end;
    margin-top: 24px;
}
.product_detail_name {
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
}
.product_detail {
    display: flex;
}
.product_detail_img_wrap {
    width: 600px;
    overflow: hidden;
}
.product_detail_txt_area {
    width: 100%;
    margin-left: 24px;
    flex: 1;
}
.swiper-container {
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    width: 18px;
    height: 18px;
    border-top: 3px solid #a1a1a1;
    border-left: 3px solid #a1a1a1;
    background: none;
    margin: 0;
    top: auto;
    bottom: 30px;
}
.swiper-button-next {
    transform: rotate(135deg);
    right: auto;
    left: 68px;
}
.swiper-button-prev {
    transform: rotate(-45deg);
    left: 35px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}
.swiper-slide-thumb-active {
    border: 2px solid #26b4e6;
}
.swiper-container_product_img_thumb {
    margin-top: 16px;
}
.product_detail_txt {
    display: flex;
    align-items: center;
}
.product_detail_txt + .product_detail_txt {
    margin-top: 16px;
}
.product_detail_txt dt {
    width: 60px;
}
.product_detail_txt dd {
    margin-left: 26px;
}
.product_detail_select {
    width: 180px;
}
.product_detail_txt_num_wrap {
    width: 80px;
    height: 32px;
}
.product_detail_txt_btn {
    width: 204px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.product_detail_txt_price {
    align-items: flex-end;
    color: #26b4e6;
}
.product_detail_txt_price dd {
    font-weight: 700;
    line-height: 1;
}
.product_detail_txt_price_l {
    font-size: 26px;
}
.product_detail_table_obi {
    padding: 9px 8px;
    background-color: #ebf8fc;
    margin-top: 40px;
}
.product_detail_table_txt {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.product_detail_table_txt dt {
    width: 42px;
    margin-right: 14px;
}
.product_detail_table_txt dd {
    width: 100%;
    flex: 1;
}
.product_detail_btn_wrap {
    margin-top: 24px;
}
.swiper-slide {
    line-height: 0;
}
@media (max-width: 767px) {
    .product_detail_name_wrap {
        margin-top: 1rem;
    }
    .product_detail_name {
        font-size: 1.6rem;
        margin-left: 2.2rem;
    }
    .product_detail {
        display: block;
    }
    .product_detail_img_wrap {
        width: 100%;
    }
    .product_detail_txt_area {
        width: 100%;
        margin-left: 0;
    }
    .swiper-container {
        width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 0.9rem;
        height: 0.9rem;
        border-top: 0.15rem solid #a1a1a1;
        border-left: 0.15rem solid #a1a1a1;
        bottom: 1.5rem;
    }
    .swiper-button-next {
        left: 3.4rem;
    }
    .swiper-button-prev {
        left: 1.2rem;
    }
    .swiper-slide-thumb-active {
        border: 0.1rem solid #26b4e6;
    }
    .swiper-container_product_img_thumb {
        margin-top: 0.8rem;
    }
    .product_detail_txt_area {
        margin-top: 2rem;
    }
    .product_detail_txt + .product_detail_txt {
        margin-top: 0.8rem;
    }
    .product_detail_txt dt {
        width: 6rem;
    }
    .product_detail_txt dd {
        margin-left: 1.5rem;
    }
    .product_detail_select {
        width: 18rem;
    }
    .product_detail_txt_num_wrap {
        width: 7.25rem;
        height: 4rem;
    }
    .product_detail_txt_btn {
        width: 100%;
        height: 4.8rem;
        margin-top: 1.2rem;
    }
    .product_detail_txt_price_l {
        font-size: 2.6rem;
    }
    .product_detail_table_obi {
        padding: 0.5rem;
        margin-top: 2rem;
        text-align: center;
    }
    .product_detail_table_txt {
        padding: 0.75rem 0.75rem 0.75rem 0;
        border-bottom: 0.1rem solid #ccc;
    }
    .product_detail_table_txt dt {
        width: 4.2rem;
        margin-right: 0.7rem;
    }
    .product_detail_btn_wrap {
        margin-top: 1.2rem;
    }
}
