@charset "UTF-8";
/*///////////////////////////////////////

  bridgestone.html

///////////////////////////////////////*/
.bridgestone-point {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W6", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
}
.bridgestone-mv {
  margin-bottom: 40px;
}
.bridgestone-mv {
  width: 100%;
  img {
  width: 100%;
  }
}
.bridgestone_lead {
  margin-bottom: 80px;
}
.bridgestone-sec {
  margin-bottom: 80px;
}
#category h2.bridgestone-hd {
  margin-bottom: 32px;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: .05em;
}
.bridgestone-lineup-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.bridgestone-lineup-list > li {
  border: 1px solid #333;
}
.bridgestone-lineup_name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bridgestone-series-name {
  display: grid;
  row-gap: 10px;
  padding: 16px 36px;
}
.bridgestone-series-name li {
  a {
    display: flex;
    align-items: center;
    color: #343637;
    font-size: 18px;
    font-weight: bold;
  }
  a::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin:  0 4px 2px 0;
    color: #fff;
    background: url(../sp/img/bridgestone/icon_arrow_black.svg) no-repeat center;
    background-size: cover;
  }
}
.shopping {
  .bridgestone-lineup_name {
    background-color: #e0d3af;
  }
}
.kodomo {
  .bridgestone-lineup_name {
    background-color: #ee8245;
  }
}
.school {
  .bridgestone-lineup_name {
    background-color: #12b7d6;
  }
}
.sports {
  .bridgestone-lineup_name {
    background-color: #007f86;
  }
}
.bridgestone_txt {
  margin-bottom: 32px;
}

/*==================================================
	特長
==================================================*/
.bridgestone-hd_sub {
  margin-bottom: 24px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: .05em;
}
.bridgestone-point-sec {
  margin-bottom: 56px;
}
.dual-wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 32px;
}
.dual-wrap-img {
  width: 400px;
  img {
    width: 100%;
  }
}
.dual-box {
  width: 400px;
  padding: 32px 0;
  background-color: #e6f1f6;
}
.dual-box_ttl {
  margin-bottom: 20px;
  color: #008bd6;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
.dual-box_txt {
  text-align: center;
  font-feature-settings: "palt";
}
.dual-list_hd {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.dual-list-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  dt {
    width: 260px;
    padding: 12px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  dd {
    width: 578px;
    padding: 12px 20px;
  }
}
.dual-list-wrap.--shoppingmodel {
  dt {
    background-color: #e0d3af;
  }
  dd {
    background-color: rgba(224, 211, 175, 0.1);
  }
}
.dual-list-wrap.--kodomomodel {
  dt {
    background-color: #ee8245;
  }
  dd {
    background-color: rgba(238, 130, 69, 0.1);
  }
}
.dual-list-wrap.--schoolmodel {
  dt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    background-color: #12b7d6;
  }
  dd {
    background-color: rgba(18, 183, 214, 0.1);
  }
}
.dual-list-wrap.--sportsmodel {
  dt {
    background-color: #007f86;
  }
  dd {
    background-color: rgba(0, 127, 134, 0.1);
  }
}
.bridgestone-point_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  letter-spacing: .05em;
}
.brake-case-wrap {
  display: flex;
  justify-content: space-between;
}
.brake-case_img {
  width: 178px;
  margin: 0 auto 14px;
  img {
    width: 100%;
  }
}
.brake-case {
  width: 259px;
}
.brake-case_txt {
  height: 150px;
  padding: 10px 20px;
  border: 1px solid #333;
  border-radius: 12px;
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 1);
  font-feature-settings: "palt";
  span {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    
  }
}
/*==================================================
	安心サポート
==================================================*/
.bridgestone-support-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  .bridgestone-support-left_img {
    width: 400px;
    img {
      width: 100%;
    }
  }
  .bridgestone-support-right {
    width: 400px;
  }
  .bridgestone-support_hd {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    
    text-align: center;
    letter-spacing: .05em;
  }
  .bridgestone-support-list {
    display: flex;
    justify-content: space-between;
    li {
      width: 124px;
      img {
        width: 100%;
      }
    }
  }
}
.bridgestone-notes-list {
  margin-top: 10px;
  li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
    line-height: 1.47;
  }
}
.bridgestone_notes {
  color: #343637;
  font-size: 12px;
}