@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 100px;
  margin-bottom: 5px;
}

/* title */
.l-content .content_area .c-title--third {
  margin: 40px 0 16px;
  font-size: 19px;
}
.l-content .content_area .c-title--third::before,
.l-content .content_area .c-title--third::after {
  display: inline-block;
  vertical-align: bottom;
}
.l-content .content_area .c-title--third::before {
  content: url("/maker/misumi/press/product/intro/pricedown/img/bg_h3_left.png");
  margin-right: 15px;
}
.l-content .content_area .c-title--third::after {
  content: url("/maker/misumi/press/product/intro/pricedown/img/bg_h3_right.png");
  margin-left: 15px;
}

/* .lead */
.l-content .leadTxt {
  width: 950px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 auto 5px;
}

/* button */
.l-content .scrollBtn a {
  width: 300px;
}
.l-content .pressBtn{
  display: block;
  width: 420px;
  font-size: 15px;
  margin: 30px auto 0;
  padding: 10px 12px;
}

/* text */
.l-content .c-color--red {
  color: #d00;
}

/* content area */
.l-content .content_area {
  padding: 0 10px;
}
.l-content .content_area .m-table {
  width: 860px;
}

/* 価格倍率　縮小イメージ */
.l-content .comparison{
  display: flex;
  justify-content: space-evenly;
}
.l-content .comparisonItem{
  max-width: 380px;
  width: 100%;
  text-align: center;
}
.l-content .comparisonTitle{
  font-size: 19px;
}
.l-content .comparisonItem .u-fs-XL{
  margin-top: 6px;
  color: #dd0000;
}
.l-content .comparisonItem img{
  margin-top: 20px;
}
.l-content .comparisonCaption{
  display: flex;
  margin-top: 10px;
  padding-left: 46px;
}
.l-content .comparisonCaption p{
  font-size: 15px;
}
.l-content .comparisonCaption p:last-of-type{
  margin-left: 32px;
}
.l-content .comparisonDetail{
  text-align: left;
  display: inline-block;
  margin-top: 22px;
}
.l-content .comparisonModel li{
  display: flex;
  justify-content: space-between;
}
.l-content .pressBtn{
  display: block;
  width: 360px;
  font-size: 15px;
  line-height: 40px;
  margin: 30px auto 0;
  padding: 0;
}

/* 商品一覧 */
.l-content .ankerBtn{
  margin-top: 40px;
}
.l-content .ankerBtnTitle{
  font-size: 14px;
  font-weight: bold;
  border-bottom: dotted 1px;
  padding-bottom: 2px;
  position: relative;
}
.l-content .ankerBtnTitle::before{
  background: #0169c6;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 6px;
}
.l-content .ankerList{
  margin-top: 15px;
  display: flex;
}
.l-content .ankerListItem{
  width: 175px;
  margin-left: 50px;
}
.l-content .ankerListItem img{
  padding-left: 24px;
}
.l-content .product_list{
  display: flex;
  flex-wrap: wrap;
}
.l-content .product_item{
  box-sizing: border-box;
  width: 220px;
  padding: 15px 10px 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border: #bfbfbf 1px solid;
}
.l-content .product_item:not(:last-of-type){
  margin-right: 16.65px;
}
.l-content .product_name{
  font-size: 14px;
  text-decoration: none;
}
.l-content .company_name{
  font-size: 12px;
}


.l-content .product_list .price span{
  font-size: 16px;
  color: #dd0000;
}

.l-content .block .comparisonCaption p:last-of-type{
  margin-left: 0;
}