﻿.under-h2 {
    font-size: 36px;
    color: #005aab;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.pro_list {
    display: flex;
    flex-wrap:wrap;
    margin:30px 0;
}
.pro_item {
	width: calc(100%/4 - 53px);
    margin: 0 50px 50px 0;
    background: #f3f3f3;
    position: relative;
    z-index: 2;
    border: 1px solid #e1e1e1;
    transition: all 0.3s;
    height: 320px;
}

.pro_item:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: -1;
	background: url("../W_images/b01_itm_bg.png") no-repeat top right;
	width: 144px;
	height: 20px;
}

.pro_item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.pro_item:hover {
	transform: translateY(-10px);
}


.pro_ttl {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 300;
}
.pro_itm_img {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
}
    .pro_itm_img img {
        flex-shrink: 0;
        max-height: 100%;
    }
.pro_itm_ttl {
    position: absolute;
    font-size: 19px;
    background: #008bd4;
    color: #fff;
    bottom: 30px;
    left: -15px;
    padding: 10px;
    min-width: 250px;
    text-align: center;
    z-index: 2;        
}
.pro_itm_ttl:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #002f49 transparent;
    left: 0;
    top: -15px;
}
.pro_itm_ttl:after {
    content: '';
    position: absolute;
    background: url("../W_images/b01_ttl_bg.png") no-repeat bottom right/auto 100%;
    width: 100%;
    height: 100%;
    right: -25px;
    bottom: 0;
    z-index: -2;
}

.pro_itm_img .discount {
	position: absolute;
	font-size: 14px;
	width: 50px;
	text-align: center;
	color: #fff;
	top: 15px;
	left: 15px;
	z-index: 2;
	background: #8cc63e;padding: 2px;
}
.pro_itm_img .new {
	position: absolute;
	font-size: 14px;
	width: 50px;
	text-align: center;
	color: #fff;
	top: 15px;
	right: 15px;
	z-index: 2;
	background: #e60006;padding: 2px;
}
.pro_itm_main {
    border-left: 3px solid #8cc63e;
    padding-left: 10px;
    font-family: 'UTMBryantLG';
}

.pro_itm_price {
    font-size: 15px;
    margin: 0;
}
.pro_itm_price .old {
	text-decoration: line-through;
	display: inline-block;
	margin-left: 30px;
}
.pro_itm_price .new {
	color: #ed1b24;
	font-size: 120%;
}

.pro_layout {
    padding: 40px 0;
    display:flex;
}

.b04_itm_img img{
    width:100%;
}
.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: 768px) {
.pro_item {
    width: calc(100%/3 - 27px);
    margin: 0 40px 50px 0;
    min-height:265px;
}
 .pro_item:nth-child(3n) {
    margin: 0;
}
 .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_img {
     height:200px;
 }

 .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;justify-content:space-between}
.pro_item {
    width: calc(50% - 30px);
    margin: 0 30px 30px 0;
    height: 50vw;
}
.pro_item:nth-child(3n){
        margin-right: 30px;
}
.pro_itm_img {
    padding:30px;
}
.pro_itm_ttl{
    overflow: hidden;
    font-size:14px;
    left:auto;
}
.pro_itm_main {
    min-height:initial;
}
.pro_itm_txt {
    font-size:12px;
}
.sidebar {
    display:none;
}
.pull_right {
    padding:0;
}
.pro_itm_img {
    height:auto;
}
}