
/*product-list*/
.product-list {

}


.product-list .slider {
    margin: -12px;
}

.product-list .slider .slick-arrow {
    margin-top: -15px;
}

.product-list .slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
}

.product-list-item {
    display: block;
    position: relative;
}

.product-list-item .img {
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    -webkit-transition: box-shadow 300ms ease-out;
    -moz-transition: box-shadow 300ms ease-out;
    -ms-transition: box-shadow 300ms ease-out;
    -o-transition: box-shadow 300ms ease-out;
    transition: box-shadow 300ms ease-out;
}

.product-list-item .img .guide {
    display: block;
    width: 100%;

}

.product-list-item .img .product-tb {
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product-list-item .desc {
    text-align: left;
}

.product-list-item .desc:hover {
    text-decoration: underline;
}

.product-list-item .product-name,
.product-list-item .product-subtitle {
    line-height: 1.44;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}

.product-list-item .product-subtitle {
    color: #888;
    margin-top: 8px;
}

/*.product-list-item:hover .img {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}*/
.product-list-item:hover .img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    content: '';
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
}

.product-list-item:hover .img:after {
    height: 100%;
}

.list .product-list-item .desc {
    height: 88px;
}

.products-title {
	border: 1px solid #ddd;
	padding: 13px 25px;
}

.ntt-dose-sug {
    font-weight: 700;
    color: #023586;
}

@media screen and (max-width: 768px) {
    .list .product-list-item .desc {
        height: 60px;
    }
    .products-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .product-list .slider .product-list-item .product-name,
    .product-list .slider .product-list-item .product-subtitle {
        font-size: 20px;
    }
}

.z9k8ygmx > * + * {
    /* border-bottom: 1px solid #A7A7A7; */
}
.mbt9cwbn {
    width: 100%;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.mbt9cwbn dt {
    display: inline-flex;
    background-color: #EEEEEE;
    align-items: center;
    justify-content: center;
}
.z9k8ygmx .mbt9cwbn dt {
    width: 60px;
    height: 60px;
    font-size: 16px;
}
.mbt9cwbn dd {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-content: space-around;
    color: #9B9C9C;
}
.z9k8ygmx .mbt9cwbn dd {
    font-size: 14px;
    padding: 0 10px 0 20px;
}
.dv10z3ha .mbt9cwbn dd {
    padding: 0 10px 0 60px;
}
.dv10z3ha .qrkfccfo {
    border-top: 1px solid #A7A7A7;
}
.mbt9cwbn span {
    display: inline-flex;
}
.mbt9cwbn .checked {
    color: #023586;
}
.z9k8ygmx .mbt9cwbn span::before {
    margin-right: 4px;
}
.mbt9cwbn span:not(.checked)::before {
    display: inline-block;
    border: 1px solid #A7A7A7;
    content: '';
}
.z9k8ygmx .mbt9cwbn span:not(.checked)::before {
    width: 14px;
    height: 14px;
}
.mbt9cwbn .checked::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #023586;
    color: #fff;
    content: '\2714';
}
.z9k8ygmx .mbt9cwbn .checked::before {
    width: 16px;
    height: 16px;
    font-size: 12px;
}
.dv10z3ha .mbt9cwbn span::before {
    margin-right: 8px;
}
.dv10z3ha .mbt9cwbn span:not(.checked)::before {
    width: 22px;
    height: 22px;
}
.dv10z3ha .mbt9cwbn .checked::before {
    width: 24px;
    height: 24px;
    font-size: 18px;
}

figure.wp-block-image.size-full img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .mbt9cwbn dt {
        font-size: 14px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .mbt9cwbn dd {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 10px;
        padding-left: 30px !important;
        font-size: 12px !important;
    }
    .mbt9cwbn span:not(.checked)::before {
        width: 12px !important;
        height: 12px !important;
    }
    .mbt9cwbn .checked::before {
        width: 14px !important;
        height: 14px !important;
        font-size: 10px !important;
    }
}