@charset "utf-8";

.block-banner-lp {
  display: block;
  position: fixed;
  right: 0;
  bottom: 12rem;
  width: 17rem;
  box-sizing: border-box;
  z-index: 310;
}

.block-banner-lp a {
  display: block;
  position: relative;
  width: 17rem;
  padding: 13rem 0 0 0;
  background: #ffe500 url(img/banner_bg_01.jpg) no-repeat center top;
  background-size: 100% auto;
  border: 4px solid #111;
  box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}

/*2024.07.24*/
#lp02 .box_title {
  text-align: center;
  font-weight: bold;
  background: #fff;
  margin: 0;
  padding-bottom: 1.5rem;
}

#lp02 .new_box span {
  display: block;
  text-align: center;
  margin: 1.5rem 0;
  font-weight: bold;
  color: #d23226;
  font-size: 2rem;
}

.select3_ul {
  min-height: 130px;
}

#lp02 .select3_ul li {
  position: relative;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 2.4rem;
}

#lp02 .select3_ul li::before {
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #ffe500;
  border: 2px solid #111;
  border-radius: 50%;
  content: "";
}

#lp02 .addParts01 .block .box {
  display: block;
}

#lp02 .addParts01.lower .block .box-fig .catch {
  font-size: 2.4rem;
  border-bottom: 2px solid #000;
  position: relative;
  padding-bottom: 1.5rem;

}

#lp02 .addParts01.lower .block .box-fig .catch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000 transparent transparent;
  translate: -50% 100%;
}

#lp02 .addParts01.lower .block .box-fig .catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

#lp02 .new_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
}

#lp02 .new_box ul li:before {
  content: none;
}

#lp02 .new_box ul li {
  display: block;
  width: 48%;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  font-weight: bold;
  background: #c7ddfa;
}

#lp02 .addParts04 {
  padding: 0;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .block-banner-lp {
    display: none;
  }
}
