.spike.bannerBlock {
    border: 0px;
    padding: 0px !important;
}

#form-spike {
    text-align: center;
}

#itemContent .InCartHead h1 {
    font-size: 20px !important;
}

#review_content {
    padding: 0px 20px !important;
}

#review_content .rederChart {
    height: 260px !important;
    padding: 15px 20px 15px 20px !important;
}

#itemInCart .radioText + .radiotxWrap div {
    position: relative;
    top: 8%;
}

#itemInCart .radioText + .radiotxWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radioText + .radiotxWrap svg {
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
}

.radioText:disabled  + .radiotxWrap svg line {
    stroke:rgb(220, 220, 220);
    stroke-width:1;
}



.swiper-chart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-spec {
    margin: 0 10px;
}

.swiper-wrapper.align-items-center {
    align-items: center;
}

.swiper-slide .reviewComent dd {
    text-align: left;
}

.thumbnail-swiper .swiper-slide .thumb-chart,
.thumbnail-swiper .swiper-slide .thumb-slide {
    transform-origin: top left;
}

.swiper-slide.thumb-slide {
    overflow: hidden;
}

.thumb-chart, .thumb-slide {
    display: none;
}

.swiper-container-initialized .thumb-slide {
    display: block;
}

.swiper-container-initialized .thumb-chart {
    display: flex;
}

.swiper-slide {
    overflow: hidden;
}

.canvas_wrap {
    display: block;
    position: relative;


    /* display: block;
    width: 148%;
    position: absolute;
    top: 0;
    left: 0; */
    /* transform: translate(-12%,-18%); */
}

.canvas_wrap .chart{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.canvas_wrap .pt {
    color: #000;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    text-align: center;
}
.canvas_wrap .pt.dark_red{ color: #C01920;}
.canvas_wrap .pt.red{ color: #F2460C;}
.canvas_wrap .pt.orange{ color: #f27f0c;}
.canvas_wrap .pt.yellow{ color: #edb200;}
.canvas_wrap .pt span {
    font-size: 12px;
}

/* SP */
@media only screen and (max-width: 812px) {

    .thumbnail-swiper .swiper-slide .thumb-chart {
        transform: scale(0.11);
        padding-left: 30px;
        height: 16vw;
    }

    .thumbnail-swiper .swiper-slide .thumb-slide {
        transform: scale(0.16);
        padding-top: 40px;
        padding-left: 40px;
        height: 16vw;
    }

    .thumb-slide {
        width: 300px;
        padding-left: 20px;
    }

    .swiper-chart {
        margin: 0 10px;
        display: block;
    }

    .swiper-chart .canvas_wrap {
        width: 100%;
    }

    .swiper-spec {
        margin: 0 20px;
    }

    .itemNote_content > div > table > tbody > tr > th,
    .itemNote_content > div > table > tbody > tr > td{
        font-size:0.8rem;
    }
    
    .itemNote_content > div > table > tbody > tr > td{
        width:calc(100% - 80px);
    }

    .itemNote_content ul.panel li{
        width:calc(calc(100% / 3) - 3px);
        height:24px;
        line-height:24px;
        font-size:0.7rem;
        margin-left:3px;
        margin-bottom:3px;
    }
}

/* iPadでの縮尺を直す */
@media only screen and (min-width: 500px) and (max-width: 812px) {

    .thumbnail-swiper .swiper-slide .thumb-chart {
        transform: scale(0.22);
    }

    .thumbnail-swiper .swiper-slide .thumb-slide {
        transform: scale(0.33);
    }
}

/* PC */
@media only screen and (min-width: 813px) {

    .thumbnail-swiper .swiper-slide .thumb-chart {
        max-height: 101px;
        transform: scale(0.2);
        padding-left: 30px;
    }

    .thumbnail-swiper .swiper-slide .thumb-slide {
        max-height: 101px;
        transform: scale(0.2);
        padding-top: 60px;
    }

    .thumbnail-swiper .swiper-slide {
        max-width: 105.364px;
        max-height: 105.364px;
    }

    .thumb-slide {
        width: 500px;
        padding-left: 20px;
    }

    .itemNote_content > div > table > tbody > tr > td{
        width:300px;
    }
    
    .itemNote_content ul.panel li{
        width:83px;
        height:24px;
        line-height:24px;
        font-size:10px;
        margin-left:3px;
        margin-bottom:3px;
    }

    .swiper-chart .canvas_wrap {
        width: 500px;
        height: 500px;
    }

    .swiper-slide .itemNote_content > div > table > tbody > tr > th {
        width: 46px;
    }
}