@charset 'UTF-8';

#keyimg {margin-top:30px;}
h4 {
    font-size: 130%;
    border-left: 8px solid #CCC;
    padding: 4px 0 1px 15px;
    margin: 20px 0 10px;
}

.section_title { margin-bottom:30px; margin-top: 2em; padding-bottom: 3px; border-bottom: 1px solid #ccc; font-size: 128.5%; font-weight: bold; }
.section_title span { display: inline-block; padding-left: 7px; border-left: 4px solid #e60000; line-height: 1.2; }

#product_list { margin-bottom:3em; }
#product_list .label { font-size: 128%; margin-bottom:0; font-weight: bold; }
#product_list .txtarea .link_list li a { display: inline-block; padding-left: 12px; background: url(../img/arw.png) no-repeat left 0.45em;}
#product_list .item { width:346px; float: right; margin-bottom: 1em; margin:0 0 0 20px; }
#product_list .product { background:#fafafa; border: 1px solid #bebcbc; padding: 30px 3.9% 29px; margin-bottom:30px;}
#product_list .item .thumb img { width: 100%;vertical-align:bottom;border:1px solid #dcdcdc;}
#product_list .item .thumb { margin-bottom:0;}

.fixNavi_item {
	width: 500px;	
    background-color: #353535;
    margin: 15px auto 0;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: .3s ease-out;
}
.fixNavi_item:hover {
    background-color: #e60013;
    transition: .3s ease-out;
}


.fixNavi_item a {
    display: block;
    padding: 20px 0 17px;
    color: #333;
}
.fixNavi_item a:hover {
	    text-decoration: none;
}


.fixNavi_item .fixNavi_inner {
    color: #fff;
}

.arrow {
	display: inline-block;
    padding-left: 12px;
    position: relative;
}

.arrow::before {
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 7px solid transparent;
    border-left-color: #fff;
}


@media screen and (max-width: 640px){
#product_list .product {
    padding: 30px 3.9% 25px;
}

#product_list .item {
    float: none;
    width: 100%;
    margin-left: 0;
}

#product_list .item .thumb {
    margin-bottom: 25px;
}

.fixNavi_item{
width:100%;
}
}

@media only screen and (min-width: 321px){
 br.sp_s{
  display:none;
 }
}

