@charset "utf-8";

.limited{
    display: flex;
    margin: 20px auto 0;
}

.limited-main-title{
    text-align: center;
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 48px;
    letter-spacing: 2px;
}

.limited-main-title2{
    text-align: center;
    font-size: 14px;
    margin-top: -60px;
    margin-bottom: 48px;
    letter-spacing: 2px;
}

/*  */
.limited-container{
    justify-content:center;
    width: 860px;
    margin: auto;
    margin-bottom: 54px;
}

.goods-contents-img {
    width: 80%;
    margin: auto;
}

.img{
    width: 100%;
}

.goods-info{
    width: 70%;
    text-align: center;
    margin-top: 12px;
    margin-left: 70px;
}

.goods-name{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
}

.goods-icon{
    display: inline-block;
    border: 1px solid #B5B5B5;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #333333;
    border-radius: 3px;
    padding: 5.5px 9px 2.5px 9px;
    vertical-align: text-top;
    margin-left: 86px;
    text-align: center;
    letter-spacing: 2px;
}

.goods-info-sub{
    display: flex;
    text-align: left;
    font-size: 14px;
}

.goods-info-sub{
    margin-top: 18px;
}

.goods-info-sub2{
    text-align: left;
    margin-top: 18px;
}

.goods-info-subLR{
    width: 50%;
    border: solid 1px rgb(218, 216, 216);
    border-radius: 8px;
    margin: 0 4px;
    padding: 16px 18px;
}

.goods-info-sub-title{
    font-size: 20px;
}

.goods-info-sub-cost{
    font-size: 16px;
}

.cost{
    font-size: 18px;
    position: relative;
    bottom: 0px;
    right: 0px;
}

.goods-period-r{
    text-align: left;
    font-size: 16px;
    line-height: 23px;
}

.goods-period-r2{
    text-align: left;
    font-size: 14px;
}

.goods-period-r span{
    font-size: 11px;
}

.goods-period-attention{
    font-size: 12px;
    margin-top: 6px;
    text-align: left;
    padding-left: 16px;
}

.goods-period-attention2{
    font-size: 12px;
    margin-top: 6px;
    text-align: left;
}


/* ボタン ---------------------------------------------------------------*/
.bt{
    text-align: center;
}

.button {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #009a53;
    border: 1px solid #009a53;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin: 10px 0px 5px 0px;
    transition: 0.4s;
    padding-top: 5px;
    padding-bottom: 0px;
}

.button:hover {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #009a53;
    color: #009a53;
    border-radius: 5px;
    font-size: 12px;
    transition: 0.4s;
}

.bt2{
    margin-top: 16px;
}

.button01 {
    display: inline-block;
    width: 163px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #009a53;
    border: 1px solid #009a53;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin: 10px 0px 5px 0px;
    transition: 0.4s;
    padding-top: 5px;
    padding-bottom: 0px;
}
    
    .button01:hover {
    display: inline-block;
    width: 163px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #009a53;
    color: #009a53;
    border-radius: 5px;
    font-size: 12px;
    transition: 0.4s;
}

/*------------------------------------------------------------------------------------------------------------------------
clearFix
------------------------------------------------------------------------------------------------------------------------*/
.clear::after {
display: block;
content: '';
clear: both;
}