.proList {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
}
.proList__item {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 30px;
}
.proList__item__img {
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 75%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    top: 0;
}
.proList__item__img img {
    display: none;
}
.proList__item__img.noshadow {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.proList__item__content {
    text-align: center;
    padding: 5px;
}
.proList__item__content .title {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    padding: 10px 0 3px 0;
}
.proList__item__content .title a {
    color: var(--product-name);
    color: #161616;
}
.proList__item__content .content {
    color: var(--product-text);
    display: flex;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0.05em;
}
@media (max-width: 854px) {
    .proList__item {
        width: 33.3%;
    }
}
@media (max-width: 640px) {
    .proList__item {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .proList__item__content .name {
        font-size: 14px;
        letter-spacing: 0.05em;
        padding: 3px 0;
    }
    .proList__item__content .price {
        flex-direction: column;
    }
    .proList__item__content .price p {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
}
.proList__item a:hover .proList__item__img {
    top: -5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.proList.large .proList__item {
    width: 50%;
}
.proin {
    display: flex;
    width: calc(100% - 220px);
    flex-direction: column;
}
.proinTop {
    display: flex;
    width: 100%;
}
.proinTop__left {
    width: 50%;
    flex-shrink: 0;
}
.proinTop__right {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 50px;
}
.proinTop__right .cat {
    font-size: 15px;
    color: var(--product-cat);
    letter-spacing: 0.08em;
}
.proinTop__right h3 {
    color: var(--product-name);
    font-size: 2em;
    padding: 7px 0;
}
.proinTop__right .price {
    font-size: 15px;
    color: #a50000;
    letter-spacing: 0.1em;
    font-weight: bolder;
    padding-top: 3px;
}
.proinTop__right .price .del {
    color: #a2a1a1;
    text-decoration: line-through;
    margin-right: 10px;
}
.proinTop__right__content {
    border-top: 1px solid #dbdbdb;
    margin-top: 20px;
    padding-top: 5px;
}
@media (max-width: 768px) {
    .proinTop {
        flex-wrap: wrap;
    }
    .proinTop__left {
        width: 100%;
    }
    .proinTop__right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .proinTop__left {
        width: 100%;
        margin-left: 0;
    }
    .proinTop__right {
        width: 100%;
        margin-left: 0;
    }
}
.proinBottom>p {
    font-size: 1.1em;
    font-weight: 300;
    margin: 30px 0;
}
.proinBottom .textcontent {
    padding: 35px 95px;
    border-top: 1px solid #dbdbdb;
}

.proinBottom .procduct__related{
    padding: 20px 95px;
   
}


.procduct__related__title {
    font-size: 1.5em;
    font-weight: 700;
    border-left: 10px solid  #014b89;
    padding-left: 20px;
    margin-bottom: 60px;
    color: #014b89;
}

.relatedList{
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

.relatedList__item{
    display: flex;
    align-items: center;
}

.relatedList__item a{
    color: #fff;
    font-size: 1.1em;
    background-color: #197dce;
    padding: 5px 10px;
    margin-right: 9px;
    margin-bottom: 5px;
    border-bottom: 5px solid #fff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    top: 0;
}

.relatedList__item a:hover{
    top: -4px;
    border-bottom: 5px solid #014b89;
}
/*.relatedList__item::before{
    content: '–';
    margin-right: 5px;
}*/

@media (max-width: 980px) {
    .proinBottom .textcontent {
        padding: 35px;
    }
    .proinBottom .procduct__related {
        padding: 20px 35px;
    }
}
@media (max-width: 640px) {
    .proinBottom .textcontent {
        padding: 35px 0;
    }
    .proinBottom .procduct__related {
        padding: 20px 0;
    }
}
.productimg__main {
    margin-left: -5px;
    margin-right: -5px;
}
.productimg__main li {
    outline: none;
}
.productimg__main .img {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.productimg__nav {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
}
.productimg__nav img {
    height: 0;
}
.productimg__nav .img {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}
.productimg__nav li {
    padding: 5px;
    outline: none;
}
.productimg__nav li.slick-current .img {
    opacity: 1;
    box-shadow: 2px 2px 5px #999;
}
.contentbox {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.contentbox .tit {
    font-size: 18px;
    color: var(--product-content-tit);
    letter-spacing: 0.1em;
    width: 65px;
    flex-shrink: 0;
    line-height: 1.8;
}
.contentbox .con {
    flex-grow: 1;
    line-height: 1.8;
}
.contentbox .con * {
    color: var(--product-content-content);
}
.contentbox .con .numbox {
    width: 100%;
}
.contentbox .con .btnlist {
    flex-wrap: wrap;
}
.contentbox .con .btnlist button {
    width: calc(50% - 15px);
    margin-bottom: 15px;
    min-width: 180px;
    flex-grow: 1;
}
.contentbox--share {
    margin-top: 20px;
    align-items: center;
    border-top: 1px solid #dbdbdb;
}
.share {
    padding: 10px 0;
    display: flex;
}
.share a {
    margin-right: 7px;
    position: relative;
    top: 0;
}
.share a:hover {
    top: -2px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
}
.procduct__extra {
    margin-top: 60px;
}
.procduct__extra__title {
    font-size: 1.5em;
    font-weight: 300;
    border-left: 10px solid var(--procduct-extra-bdcolor);
    padding-left: 20px;
    margin-bottom: 60px;
}
/*# sourceMappingURL=product.css.map */