﻿.under-h2 {
    font-size: 36px;
    color: #005aab;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.pro-list {
    display: flex;
    flex-wrap: wrap;
}
.pro-cont {
    position: relative;
    border: 2px solid #e6e6e6;
    overflow: hidden;
    border-radius: 20px;
}
.pro-item {
    margin: 0 40px 0 0;
    width: calc(100%/4 - 30px);
    padding-bottom: 30px;
}
.pro-item:nth-child(4n) {
  margin-right: 0;
}

.pro-itm-info {
    position:relative;
}

.pro-itm-main {
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.pro-itm-img {
    margin: 0;
    text-align:center;
    padding: 25px;
}
    .pro-itm-img img {
        max-width: none;
        max-height: 100%;
        transition: all 0.7s;
        width:100%;
    }
    .pro-itm-img span {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}
.pro-itm-btn {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: flex;
  transition: all 0.3s;
  z-index: 5;
}
.pro-tag {
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 990;
    display: flex;
}
    .pro-tag .sale {
        background:#f00;
        color: #fff;
        text-align: center;
        min-width: 40px;
        border-radius: 20px;
        padding: 2px 0 0;
        margin-right: 5px;
    }
.pro-item-price {
    color:#ff4545;
    text-align:center;
    font-weight:bold;
    font-size: 18px;
}
.pro-price-old {
    color: #818995;
    font-size: 80%;
    text-decoration: line-through;
    margin-right: 15px;
}

.pro-itm-btn a {
  display: flex;
  width: 50%;
  background: #9dcf85;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
}
.pro-itm-btn a:first-child {
  background: #45a814;
}
.pro-itm-btn a:hover {
  background: #6f421b;
}
.pro-itm-ttl {
    text-align: center;
    line-height: 1.5em;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #005aab;
}
.pro-item:hover .pro-itm-btn {
  bottom: 0;
}
.pro-itm-img a {
  display: block;
}
.pro-item:hover .pro-itm-img img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
.pro-itm-ttl a {
  text-decoration: none;
}
.pro-layout {
    display: flex;
}
.sidebar {
    width: 24%;
}
.sidebar-ttl {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 2em;
    margin:20px 0 0 0 ;
    background: #0976bd;
    padding: 5px 10px;
}
.sidebar-mod {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
}
.sidebar-mod-item {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}
    .sidebar-mod-item a {
        color: #000;
        text-decoration: none;
        font-size: 15px;
    }
        .sidebar-mod-item a:hover {
            color: #005aab;
        }
.under .sidenews-item {width: 100%;margin: 20px 0 20px;}
.under .sidenews-item:last-child{margin-bottom: 10px;}
.under .sidenews-item a {display: flex;color: #4d4d4d;text-decoration: none;}
.under .sidenews-img {width: auto;height: auto;flex-shrink: 0;margin: 0 15px 0 0;border-radius: 5px;overflow: hidden;}
.under .sidenews-item a:hover .sidenews-img img {transform: scale(1.1, 1.1);opacity: 0.8;}
.sidenews-itm-main {overflow: hidden;}
.under .sidenews-img img {flex-shrink: 0;transition: all 0.7s ease;max-width: none;width: 100px;height: 100px;object-fit: cover;}
.under .sidenews-itm-ttl {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 15px;font-weight: bold;margin: 0 0 5px;line-height: 22px;}
.under .sidenews-itm-txt {font-size: 13px;margin: 0 0 5px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
@media screen and (max-width: 768px) {
    .pro-item {
        width: calc(50% - 40px);
        margin: 0 30px 10px 10px;
    }
 .sidebar-ttl {
     font-size: 11px;
 }
 .sidebar {
     width: 20%;
 }
 .sidebar-mod-item a {
     font-size: 12px;
 }
 .under .sidenews-img {
     margin:0;
 }
 .under .sidenews-img img  {
     display:none;
 }
 .under .sidenews-itm-ttl {
     font-size:12px;
 }
 .under .sidenews-itm-txt {
     font-size:12px;
 }
}
@media screen and (max-width: 480px) {
.pro-list{justify-content:space-between; width:auto;}
.pro-item {
    width: 49%;
    margin: 0 0 30px;
}
.pro-itm-ttl{
    height: 48px;
    overflow: hidden;
}
.sidebar {
    display:none;
}
}