@charset "utf-8";
/* ==================
	common
====================== */
body {
  background: #fff;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}
.contents_box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.dsp_flx {
  display: flex;
  display: -webkit-flex;
}
.tab_flex {
  display: block !important;
  position: relative;
}
@media screen and (min-width: 1083px) {
  .pc_none {
    display: block !important;
  }
  .tab_none {
    display: none !important;
  }
}
h3.ttl {
  font-weight: 600;
  font-size: 24px;
  text-indent: 1.4rem;
  letter-spacing: 1.6px;
  background-image: url(../images/common/ttl_icon.svg);
  background-size: 13px;
  background-position: 0 7px;
  background-repeat: no-repeat;
}
/*h3.ttl::after {
  content: close-quote;
  border-bottom: 4px solid #A3A3A3;
  width: 256px;
  display: block;
  margin: 12px auto 0 auto;
}*/
h4.subttl {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.6px;
  width: 100%;
  margin-bottom: 14px;
}

/* ==================
	side
====================== */
.leftnavi {
  width: 256px;
  margin-right: 42px;
}
@media screen and (max-width: 1082px) {
  .leftnavi {
    width: 256px;
    margin-right: 0;
  }
}
h3.navttl {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.6px;
}
/*h3.navttl::after {
  content: close-quote;
  border-bottom: 1px solid #A3A3A3;
  width: 100%;
  display: block;
  margin: 12px auto 0 auto;
}*/
.form_section {
  margin: 16px 0;
  display: flex;
  display: -webkit-flex;
}
@media screen and (max-width: 1082px) {
  .form_section {
    margin: 16px 0;
    display: flex;
    display: -webkit-flex;
  }
  input.search_form {
    width: 218px !important;
    border-radius: 0;
  }
  .serach_keyword {
    display: flex;
    display: -webkit-flex;
    margin: 36px 0;
  }
  .serach_keyword > h3.mb10 {
    margin-bottom: 0 !important;
  }
  .serach_keyword > h3.navttl {
    margin-right: 40px;
  }
  .serach_keyword > p {
    margin-right: 21px;
  }
  ul.cate_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  ul.cate_list li {
    margin: 0 0 8px 0;
  }
  .leftnavi > h3.mb30 {
    margin-bottom: 20px !important;
  }
  .tab_cs {
    width: 100%;
    max-width: 528px;
    margin: 0 auto 60px auto;
  }
  .tab_cs > p {
    text-align: center;
  }
  /*.tab_cs > div.tab_flex {
    flex-wrap: wrap;
    grid-gap: 8px;
  }
  p.csnv_bt {
    margin-bottom: 0px;
    width: 49.2%;
  }*/
}
input.search_form {
  border: 1px solid #333;
  height: 38px;
  padding: 5px;
  box-sizing: border-box;
  width: 218px;
  border-radius: 0;
}
input[type="image"] {
  background: #333;
  padding: 3px;
  border: 1px solid #333;
  width: 30px;
}
.serach_keyword {
  padding: 16px 20px;
  background: #F2F2F2;
  box-sizing: border-box;
  margin-bottom: 36px;
  display: block;
}
.serach_keyword p {
  font-size: 16px;
  margin-bottom: 4px;
}
.serach_keyword p a {
  text-decoration: underline;
}
ul.cate_list {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 36px;
  box-sizing: border-box;
}
ul.cate_list li {
  font-size: 16px;
  list-style-position: inside;
  margin-bottom: 8px;
  list-style-image: url("../images/leftnavi/allow.svg");
  width: 100%;
}
p.csnv_bt {
  background: #F2F2F2;
  box-sizing: border-box;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
p.csnv_bt a {
  padding: 20px 20px 18px 52px;
  box-sizing: border-box;
  display: block;
}
p.nvcart {
  background-image: url(../images/leftnavi/cart.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 16px 20px;
}
p.nvpp {
  background-image: url("../images/leftnavi/pp.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 16px 20px;
}
p.nvrev {
  background-image: url("../images/leftnavi/rev.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 16px 22px;
}
p.nvcomp {
  background-image: url("../images/leftnavi/comp.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 16px 20px;
}
img.cs3980 {
  width: 100%;
  margin: 48px 0 4px 0;
}
span.r_t {
  font-size: 0.7rem;
  display: inline-block;
  vertical-align: 5px;
}
span.r_b {
  font-size: 0.7rem;
}