@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "base_min.css";
/*******************
shared
+00 common
+01 site-frame (size and position)
+02 header
+03 catch and main
+04 sidebar
+05 footer
+06 block style (product-item,search-box,etc...)
********************/

/*-------------------------------------------
00 common
-----------------------------------------------*/
/* font-style */
.red {color: #ce060d;}
.bold {font-weight: bold;}
.uline {text-decoration: underline;}
.fs-s {font-size: .8em;}
.fs-l {font-size: 1.2em;}
.mk {
  background-color: rgb(255, 250, 109);
}
a img {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
a:hover img {
  opacity: .7;
}
body {
  min-width: 1300px;
}

/*-------------------------------------------
01 site-frame
-----------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/top_bk2.png");
  background-position: top center;
  background-repeat: repeat-x;
}
.header-box {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  width: 1300px;
  height: 60px;
  background: url(../img/header_bk.png) no-repeat top center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#container {
  box-sizing: border-box;
  margin: 36px auto;
  width: 1000px;
}
#container #main {
  box-sizing: border-box;
  display: block;
  float: right;
  width: 700px;
}
#container #side {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 260px;
}




/*-------------------------------------------
02 header
-----------------------------------------------*/
.header-box h1 {
  margin: 6px 0 0 225px;
}
.header-box .had-la {
  position: absolute;
  bottom: 0;
  left: 140px;
  z-index: 999;
}
.header-box h1 {
  display: inline-block;
}
.header-box nav {
  display: inline-block;
  position: absolute;
  right: 120px;
}
.header-box .header-nav {
  display: inline-block;
  padding: 0 20px;
}
.header-box li {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0px .5em;
}
.header-box li a {
  color: #fff;
  font-weight: bold;
  margin-left: 3px;
}
/*-------------------------------------------
03 fv main
-----------------------------------------------*/
.fv {
  width: 700px;
  position: relative;
}
.fv-btn {
  position: absolute;
  bottom: 25px;
  left: 10px;
}
.search-box-table th span {
  display: inline-block;
  font-size: 16px;
}

/* top-ranking  */
.top-ranking {
  position: relative;
  background: url(../../img/top_bg003.jpg) no-repeat top center;
  width: 100%;
  height: 950px;
}
.top-ranking-ttl {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.top-ranking-list {
  position: relative;
  display: table;
  width: 650px;
  text-align: center;
  margin: 0 auto;
  padding: 235px 0 80px;
}
.top-ranking-list li {
  display: table-cell;
  width: -webkit-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  text-align: center;
  vertical-align: top;
}
.top-ranking-list li:nth-of-type(3) {

}
.top-ranking-list span {
  display: block;
}
.top-ranking-name {
  display: block;
  color: #202020;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
  /*! margin: .4em auto; */
}
.top-ranking-num {
  margin-bottom: 50px;
}
.top-ranking-cp {
  font-size: 1.1em;
  font-weight: bold;

}
.top-ranking-name,.top-ranking-cp:hover {
  text-decoration: none;
}
.top-ranking-img {
  width: 220px;
  margin-bottom: 30px;
  height: 110px;
  /*   outline: 1px solid red; */
}
.top-ranking-btn {
  position: relative;
  text-align: center;
}
.ranking-box {
  position: relative;
  background: url(../../img/product_bk001.jpg) no-repeat top center;
  width: 100%;
  height: 750px;
  margin-bottom: 40px;
}

/*-------------------------------------------
04 sidebar
-----------------------------------------------*/
.side-dl + .side-dl {
  margin-top: 50px;
}
.side-dl dt {
  /*! background-color: #aaa; */
  padding: 0 .5em;
  font-size: 1.2em;
  font-weight: bold;
}
.side-dl dd {
  /*! background-color: #ddd; */
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.side-dl li {
  box-sizing: border-box;
  display: block;
}
.side-column ul li a {
  box-sizing: border-box;
  display: block;
  margin-left: 2em;
  text-indent: -2em;
  padding-left: 10px;
  font-size: .95em;
  padding: 1px 5px;
  /*   text-decoration: underline; */
}
/* .side-dl li a:hover {
text-decoration: none;
} */
.side-column {
  background: url(../img/side_bk001.jpg) no-repeat top center;
  height: 760px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.side-column ul li a:before {
  content: url(../img/side_square.png);
  margin-right: 10px;
  position: relative;
  top: 5px;
}

/* side-column */
.side-column ul li {
  background: url(../img/side_line.png) no-repeat bottom center;
  box-sizing: border-box;
  padding: 9.5px;
}
.side-column ul li:last-child {
  background: none;
}
/* .side-column ul li a {
text-decoration: underline;
} */


/* side-product */
.side-product {
  background: url(../img/side_bk002.jpg) no-repeat top center;
  height: 2060px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.side-product ul{
  background-color: #fff;
  box-sizing: border-box;
  /*   padding: 0 10px; */
  width: 100%;
}
.side-product li {
  box-sizing: border-box;
  text-align: center;
  padding: 28px 0;
  position: relative;
  line-height: 1.4;
}
.side-product li:last-child {
  padding-bottom: 0;
}
.side-product li + li {
  background: url(../img/side_line.png) no-repeat top center;
}

.side-product .side-product-img {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.side-product .side-product-name,.side-product-com {
  text-align: center;
  font-size: 1em;
}
.side-product .side-product-name,.side-product-com:hover {
  text-decoration: none;
}
/* .side-product .side-product-com {
text-align: center;
font-size: 1em;
}
*/





/*-------------------------------------------
05 footer
-----------------------------------------------*/
footer {
  margin: 50px auto 0;
}
.footer-ttl {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 1em 0;
}
/* gotop btn */
#gotop-btn {
  box-sizing: border-box;
  background-color: #fffef9;
  width: 100%;
  background-image: url(../img/footer_bg_pattern.png);
}
#gotop-btn .gotop-btn-box {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 1060px;
}
#gotop-btn #gotop {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 0;
}

/* link list */
.footer-list {
  box-sizing: border-box;
  background-color: #fffef9;
  width: 100%;
  padding: 1em 0;
  background-image: url(../img/footer_bg_pattern.png);
}
.footer-list .footer-list-area {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-list .footer-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  /*! width: 100%; */
}
.footer-list .footer-list-box li {
  margin-bottom: 20px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.footer-list .footer-list-box > ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin-right: 120px;
}
.footer-list .footer-list-dl {
  width: 100%;
  margin-right: 50px;
}
.footer-list .footer-list-dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #0d825b;
  width: 100%;
  border-bottom: 2px solid #0d825b;
  margin-bottom: 19px;
  padding-bottom: 19px;
}
.footer-list .footer-list-dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-list .footer-list-dl dd > ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
.footer-list .footer-list-dl dd > ul li {
  margin-bottom: 1em;
}

.footer-list-box ul li a:before {
  content: url(../img/footer_icon.png);
  margin-right: 10px; 
}

/* footer link */

.footer-link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
}
.footer-link li {
  display: inline-block;
  padding-left: .6em;
}
#copy {
  background-image: -moz-linear-gradient( -90deg, rgb(2,96,55) 0%, rgb(1,167,126) 68%);
  background-image: -webkit-linear-gradient( -90deg, rgb(2,96,55) 0%, rgb(1,167,126) 68%);
  background-image: -ms-linear-gradient( -90deg, rgb(2,96,55) 0%, rgb(1,167,126) 68%);

  text-align: center;
  width: 100%;
  color: #fff;
  padding: .8em 0;
  font-size: 0.9rem;
}



/*-------------------------------------------
06 block style (product-item,search-box,etc...)
-----------------------------------------------*/
.search-box-table select {
  /*! outline: 1px solid red; */
  position: relative;
  width: 100%;
  padding:  0.625em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 0.208em;
  margin-bottom: 0.417em;
}
.search-box-table div {
  position: relative;
}

.search-box-table div:after {
  display: block;
  content: " ";
  position: absolute;
  top: 42%;
  right: .5em;
  width: 1.5em;
  height: 1.9em;
  margin-top: -0.813em;
  background: url(../img/select_box_img.png) no-repeat top center;
  background-size: 100%;
  pointer-events: none;
  vertical-align: top;
}
/* .search-box-table .bl:after {
  right: 0em;
} */
select::-ms-expand {
  display: none;
}

/* pan */
.pan {
  font-size: .85em;
  width: 100%;
}
.pan li {
  display: inline-block;
}
.pan li + li:before {
  content: ">";
  display: inline-block;
  padding-right: .3em;
}

/* search-box */
.search-box-table tr td .box {
  width: 600px;
  margin: 0 auto 10px;
}
.search-box-table tr td .box2 {
  width: 270px;
/*   margin-right: 14.5px; */
  display: inline-block;
}

.search-box-table tr td .box3 {
  width: 310px;
/*   margin: 0 auto; */
}
.onepoint {
  margin: 70px auto 0;
  text-align: center;
}
.search-box {
  margin: 30px auto 70px;
}
.search-box-ttl {
  text-align: center;
}
.search-box-table {
  width: 100%;
  max-width: 638px;
  margin: 0 auto 20px;
  outline: 1px solid #c57024;
}
.search-box-table th {
  border: 1px solid #68360a;
  outline: 1px solid #c57024;
  background-color: #eeeeee;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding:  10px;
  vertical-align: middle;
  width: 160px;
}
.search-box-table td {
  border: 1px solid #68360a;
  outline: 1px solid #c57024;
  background-color: #fff;
  box-sizing: border-box;
  padding: 18px;
  vertical-align: middle;
}
.search-box-table td label {
  padding:.2em .8em .2em 0;
  display: inline-block;
  font-size: 18px;
}
.search-box-table td label input {
  margin-right: 5px;
}
.search-box-table td label:last-child {
  padding-right: 0;
}
.search-box .search-box-submit {
  margin: 0 auto;
  padding: 0;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/top_btn002.png) no-repeat top center;
  width: 288px;
  height: 78px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.search-box .search-box-submit:hover {
  opacity: .7;
}

/* comparison-table */
.comparison-table {
  /*! margin: 50px auto; */
}
.comparison-table table {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.comparison-table caption {
  position: relative;
  /*   text-align: center; */
  vertical-align: bottom;
}
.comparison-table tbody tr th small {
  vertical-align: top;
}
.comparison-table {
  margin-bottom: 60px;
}
.fl-l {
  float: left;
}

.comparison-table tr th {
  width: 115px;
  /*! background-color: #fff; */
  border: 1px solid #000;
  border-right: 1px solid #fff;
  padding: 5px 0;
}
.comparison-table tr .t-cr{
  border-left: 5px solid #d60200;
  border-right: 5px solid #d60200;
  border-top: 1px solid #d60200;
  border-bottom: none;

  -webkit-box-shadow:inset 0px 3px 0px 0px #d60200;
  -moz-box-shadow:inset 0px 3px 0px px #d60200;
  box-shadow:inset 0px 3px 0px 0px #d60200;

}
.comparison-table tr .t-cr2{
  border: 5px solid #d60200;
  border-bottom: none;
  border-top: 1px solid #000;
}
.comparison-table tr .t-cr3{
  border-left: 5px solid #d60200;
  border-right: 5px solid #d60200;
  border-bottom: 1px solid #d60200;
  border-top: 1px solid #000;

  -webkit-box-shadow:inset 0px -3px 0px 0 #d60200;
  -moz-box-shadow:inset 0px -3px 0px 0 #d60200;
  box-shadow:inset 0 -3px 0 0 #d60200;
}
.comparison-table tr th:last-child {
  border-right: 1px solid #000;
}
.comparison-table tr th:first-child {
  width: 115px;
  box-sizing: border-box;
  /*   padding: 16px 0; */
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #000;
}
.comparison2 tr th:first-child {
  width: 100px;
}
.comparison2 tr th {
  width: 111px;

}
.comparison-table tr td {
  text-align: center;
  border: 1px solid #333;
  line-height: 1.3em;
  /*   vertical-align: text-top; */
  background-color: #fff;
}
.comparison-table tr .s_v {
  background-color: #ffff7f;
}
.comparison-table tbody .s {
  background:#ffff7f url(../img/S.png) no-repeat;
  background-position: 50% 20px;
  padding-top: 50px;
  padding-bottom: 6px;
}
.comparison-table tbody .a {
  background:#fff url(../img/a.png) no-repeat;
  background-position: 50% 20px;
  padding-top: 50px;
  padding-bottom: 8px;
}
.comparison-table tbody .b {
  background:#fff url(../img/B.png) no-repeat;
  background-position: 50% 20px;
  padding-top: 50px;
  padding-bottom: 8px;
}
.comparison-table tbody .c {
  background:#fff url(../img/c.png) no-repeat;
  background-position: 50% 20px;
  padding-top: 50px;
  padding-bottom: 8px;
}
.comparison-table tbody .d {
  background:#fff url(../img/D.png) no-repeat;
  background-position: 50% 20px;
  padding-top: 50px;
  padding-bottom: 8px;
}
.comparison-table tbody .e {
  background:#fff url(../img/E.png) no-repeat;
  background-position: 50% 20px;
  padding-top: 50px;
  padding-bottom: 8px;
}
.comparison-table .comparison-table-head {
  background-color: #0d825b;
  color: #fff;
  height: 95px;
}
.comparison-table .comparison-table-name  {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
}
.comparison-table .comparison-table-com {
  text-align: center;
  font-weight: normal;
  display: block;
  font-size: .8em;
  line-height: 1.3em;
}
.comparison-table .comparison-table-point td {
  vertical-align: middle;
  padding: 15px 0 15px;
}
.comparison-table .total-vgood {
  background-color: #fffcb1;
  color: #ce060d;
  font-weight: bold;
}
.comparison-table .comparison-table-btn {
  border: none;
}
.comparison-table .comparison-table-btn tr {
}
.comparison-table .comparison-table-btn td {
  border: none;
  padding: 10px 0;
}
.comparison-table .comparison-table-btn td img {
  width: 115px;
}
.comparison-table .comparison-table__text {
  text-align: right;
}

/* product-item */
.product-item {
  border: 1px solid #c57024;
  background: #68360a;
  box-sizing: border-box;
  position: relative;
  padding: 1px;
  width: 100%;
  margin: 60px auto;
}
.product-box {
  background-color: #fff;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.product-box-ttl {
  position: relative;
  top: -2px;
  left: -2px;
}
.product-box-catch {
  position: relative;
  margin-bottom: 45px;
}
.product-box .mb0 {
  margin-bottom: 0;
}
.product-box .box{
  position: relative;
  margin-bottom: 0;
}
.product-box .mb-box{
  position: relative;
  margin-bottom: 10px;
}
.product-box .mb-box2{
  position: relative;
  margin-top: -60px;
  margin-bottom: 10px;
  z-index: 999;
}
.rank-kuchikomi {
  margin-bottom: 10px;
  text-align: center;
}
.product-box-catch .product-box-img {
  position: relative;
  z-index: 2;
}
.product-box-catch .product-box-list {
  position: absolute;
  top: 50px;
  left: 320px;
  box-sizing: border-box;
  width: 49%;
  z-index: 3;
}
.product-box-catch .product-box-list  dt {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 auto .5em;
  color: #0d825b;
  border-bottom: 2px solid #0d825b;
}
.check-list li {
  background: url(../img/icon_check.png) no-repeat top left;
  box-sizing: border-box;
  padding: 0 0 0 26px;
  margin: 0 auto .8em;
}
.product-box-btn-m {
  position: absolute;
  display: block;
  bottom: 0;
  left: 32px;
  z-index: 3;
}
.product-box-btn-m2 {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 32px;
  z-index: 3;
}
.product-box-btn-m3{
  position: absolute;
  display: block;
  bottom: 40px;
  left: 32px;
  z-index: 3;
}
.product-box-table {
  width: 94%;
  margin: 0 auto 30px;
}
.product-box-table table {
  width: 100%;
  margin: 0 auto;
}
.product-box .mb {
  margin-bottom: 10px;
}
.product-box-table th {
  width: 33.333%;
  color: #fff;
  text-align: center;
  background-color: #0d825b;
  font-size: 21px;
  font-weight: bold;
  padding: 20px 0;
  border: 1px solid #0d825b;
  border-right: 1px solid #fff;
  line-height: .6em;
}
.product-box-table small {
  font-size: .6em;
}
.product-box-table th:last-child {
  border: 1px solid #0d825b;
}
.product-box-table td {
  border: 1px solid #202020;
  text-align: center;
  padding: 16px 0;
  font-size: 21px;
}
.product-box-table .f-siz {
  font-size: .9em;
  line-height: 1.3em;
}
.product-box-table-att {
  font-size: .8em;
  text-align: right;
}
.product-box-fea {
  width: 100%;
  margin: 0 auto 30px;
}
.product-box-fea h3 {
  position: relative;
  left: -2px;
  margin-bottom: 50px;

}
.product-box-fea .product-box-fea-txt {
  margin: 0 auto;
  display: table;
  width: 97%;
}
.product-box-fea .product-box-fea-txt + .product-box-fea-txt {
  /*! margin-top: 30px; */
}
.product-box-fea .product-box-fea-txt > dl {
  display: table-cell;
  vertical-align: text-top;
  padding: 22px 10px;
}
.product-box-fea .product-box-fea-txt > div {
  display: table-cell;
  vertical-align: middle;
  width: 290px;
  text-align: center;
  padding: 0 10px;
}
.product-box-fea .product-box-fea-txt dt {
  font-size: 1.3em;
  color: #0d825b;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0d825b;
}
.product-box-fea .product-box-fea-txt dd {
  line-height: 1.6em;
}

.product-box-kuchikomi {
  border: 2px solid #c57024;
  background: #f1efe5;
  box-sizing: border-box;
  position: relative;
  padding: 15px;
  width: 640px;
  margin: 0px auto;
}
.product_annotation {
  text-align: right;
  width: 640px;
  margin: .3em auto 0;
}
.product-kuchikomi-text {
  text-align: right;
  font-size: .8em;
}
.product-box-kuchikomi h3 {
  position: relative;
  left: -17px;
  top: -17px;
}
.product-box-kuchikomi .product-box-kuchikomi-list {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  height: 300px;
  overflow-y: scroll;
}
.product-box-kuchikomi li {
  padding: 10px 0;
}
.product-box-kuchikomi li + li {
  border-top: 1px solid #0d825b;
}
.product-box-kuchikomi .kuchikomi-name {
  display: inline-block;
  color: #c57024;
  margin: 10px auto;
  /*   background-color: #ccc; */
  padding: .1em .5em;
}
.product-box-btn {
  text-align: center;
  margin: 0 auto;
}
.product-box-btn > div {
  display: inline-block;
  padding: 30px 0 0;
}








/* medal */
.product-item-01:before {
  content: "";
  background: url(../img/ranking_img001.png) no-repeat top left;
  width: 121px;
  height: 126px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-02:before {
  content: "";
  background: url(../img/ranking_img002.png) no-repeat top left;
  width: 121px;
  height: 125px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-03:before {
  content: "";
  background: url(../img/ranking_img003.png) no-repeat top left;
  width: 120px;
  height: 124px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-04:before {
  content: "";
  background: url(../img/ranking_img004.png) no-repeat top left;
  width: 112px;
  height: 114px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-05:before {
  content: "";
  background: url(../img/ranking_img005.png) no-repeat top left;
  width: 112px;
  height: 114px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-06:before {
  content: "";
  background: url(../img/ranking_img006.png) no-repeat top left;
  width: 112px;
  height: 114px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-07:before {
  content: "";
  background: url(../img/ranking_img007.png) no-repeat top left;
  width: 112px;
  height: 114px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-08:before {
  content: "";
  background: url(../img/ranking_img008.png) no-repeat top left;
  width: 112px;
  height: 114px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 5;
}
.product-item-09:before {
  content: "";
  background: url(../img/medal_09.png) no-repeat top left;
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 5;
}
.product-item-10:before {
  content: "";
  background: url(../img/medal_10.png) no-repeat top left;
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 5;
}