@charset "euc-jp";
.main_wrapper{
    margin-top: 0;
}


/*  */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}


/*  */
.group_link{
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    margin-top: -2em;
    margin-bottom: -2em;
    font-size: 80%;
}
.group_link .link{
    display: block;
    padding: .6em 1em;
    border-radius: 5px;
    border: 1px solid #ddd;
    line-height: 1;
}
.group_link .link:hover{
    background: #e7f5ff;
    color: #0065d3;
    text-decoration: none;
}


/*  */
.product_dtl{
    display: flex;
    gap: 3em;
}
.product_dtl .imagebox{
    width: 100%;
    max-width: 550px;
}
.product_dtl .textbox{
    flex: 1;
}
@media (max-width:1100px) and (min-width:961px){
    .product_dtl .imagebox{
        max-width: 40%;
    }
}
@media (max-width:960px){
    .product_dtl{
        flex-direction: column;
    }
    .product_dtl .imagebox{
        max-width: 640px;
        margin-right: auto;
        margin-left: auto;
    }
}


.product_dtl .itemimage{
    display: flex;
    flex-wrap: wrap;
    gap: 2em .5em;
}
.product_dtl .itemimage .box{
    width: calc((100% - .5em * 2) / 3);
}
.product_dtl .itemimage .box:first-child{
    width: 100%;
}


/*  */
.item_datatable{
    border-top: 1px solid #ddd;
}
.item_datatable :is(th, td){
    border-bottom: 1px solid #ddd;
    padding: 1em .5em;
    line-height: 1.1;
    vertical-align: middle;
}
.item_datatable th{
    width: 7em;
    font-size: 90%;
}
@media (max-width:960px){
    .item_datatable{
        width: 100%;
        max-width: 640px;
        margin-right: auto;
        margin-left: auto;
    }
}


/*  */
.num_up_dw_wrapper .inner{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 220px;
}
.num_up_dw_wrapper .inner .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.num_up_dw_wrapper .inner input{
    width: 100%;
    flex: 1;
    height: 100%;
    padding: .3em .5em;
    border: 1px solid #ccc;
}


.product-order .btn{
    margin-top: 1.5em;
}
.product-order .btn-addcart{
    display: flex;
    gap: 1em;
    border-radius: 100vw;
    padding: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 340px;
    justify-content: center;
    align-items: center;
    border: 2px solid #1c5aa4;
    background: #fff;
    color: #1c5aa4;
    font-weight: bold;
    transition: background .3s, color .3s;
}
.product-order .btn-addcart i{
    font-size: 120%;
}
.product-order .btn-addcart:hover{
    background: #1c5aa4;
    color: #fff;
}


/*  */
.other_link{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 640px;
}
.other_link .linkbox{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: .5em 0;
}
.other_link .box{
    padding: .5em .5em .5em 1.7em;
    position: relative;
}
.other_link .box::after{
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    content: "\f0da";
    position: absolute;
    left: .5em;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    color: #1c5aa4;
}