﻿.under-h2 {
    font-size: 36px;
    color: #005aab;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.pro_list{
    display:flex;
    flex-wrap:wrap;
    padding:0 70px;
}

.pro_layout {
    padding: 20px 0;
    display:flex;
}

.pro_item {
  position: relative;
  display: block;
  background-color: #eef0f6;
  height: 100%;
  padding: 0.5rem;
  width: calc(33% - 7px);
  margin-right: 15px;
}
.pro_item:nth-child(3n){
    margin-right:0;
}

.product-item.product-small .pro_item_price {
  width: 100%;
  font-size: 12px;
  border-radius: 4rem;
  padding: 0.25rem;
  margin: 0.5rem 0;
}

.product-item.product-small .pro_item_price:before,
.product-item.product-small .pro_item_price:after {
  display: none;
}

.product-item.product-small .pro_item_title {
  display: block;
  font-size: 13px;
  height: 35px;
  margin-bottom: 0;
}

.pro_item_image {
  position: relative;
  overflow: hidden;
}

.pro_item_image:hover img {
  transform: scale(1.1);
}

.pro_item_image img {
  width: 100%;
  transition: 0.3s ease;
}

.pro_item_price {
  position: relative;
  color: #fff;
  background-color: #1B4C87;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.pro_item_price:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 40px solid transparent;
  border-right: 15px solid #1B4C87;
  z-index: 1;
}

.pro_item_price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-bottom: 39px solid transparent;
  border-left: 15px solid #1B4C87;
  z-index: 1;
}

.pro_item_info .list-info {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pro_item_info .list-info li i {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25px;
}

.pro_item_title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 50px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-size: 17px;
}

.pro_item_title:hover {
  color: #1B4C87;
}

.discount {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #da291c;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
}
.product-item .ttl {
  margin: 15px 0 0;
  line-height: 1.5em;
}
.sidebar {
    width: 20%;
    display:none;
}
.pull_right{ width: 100%;}
.sidebar-ttl {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 2em;
    margin:0 ;
    background: #60980c;
    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 a {
        color: #000;
        text-decoration: none;
        font-size: 15px;
        transition: all 0.3s;
    }
        .sidebar-mod a:hover {
            color: #60980c;
        }
.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: 1400px) {
    .product-item {
    width: calc(100%/4 - 40px);
}
}
@media screen and (max-width: 768px) {
.pro_list{
    padding:0;
}
.product-item {
    width: calc(100%/3 - 20px);
    margin: 10px;
}
.pro_itm_img{
    height: 200px;
}
 .product-item:nth-child(5n) {
    margin: 10px;
}
 .sidebar-ttl {
     font-size: 11px;
 }
 .sidebar {
     display:none;
 }
 .sidebar-mod-item a {
     font-size: 12px;
 }
 .pull_right {
     width:100%;
 }
 .pro_layout {
     padding:0;
 }

 .pro_itm_ttl {
     font-size:16px;
     min-width:initial;
 }

 .pro_itm_main {
     min-height:70px;
 }
 .pro_itm_price {
     font-size:13px;
 }
 .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{ width:auto;margin-bottom:20px;}
.pro_item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1.5rem!important;
}
.pro_itm_ttl{
    overflow: hidden;
    font-size:14px;
    left:auto;
}
.sidebar {
    display:none;
}
.pull_right {
    padding:0;
}
}