@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.personArea.personArea--case.ossm {
    padding: 0 6rem;
}
#contents #category .addParts--detail .block__item.block__recommendation .personArea.personArea--case p {
    padding: 0 3rem 3rem;
}
/***** addParts02 *****/

#contents #category .addParts02 {
  width: 100%;
  background: url(img/addparts_bg.png) repeat;
  padding: 14rem 2rem 11.7rem;
  position: relative;
}
#contents #category .addParts02 .addInner {
  width: min(100%,1200px);
  margin: 0 auto;
}
#contents #category .addParts02 p {
  margin: 0;
}

/*addTopArea*/
#contents #category .addParts02 .addTopArea {
  padding: 0 150px;
  margin: 0 auto 70px;
}

/*sttl*/
#contents #category .addParts02 .sttl {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: url("img/parts02_tit_ico.png") center bottom no-repeat;
  background-size: 43px auto;
  padding: 0 0 70px;
  margin: 0 0 30px;
  position: relative;
}

/*block*/
#contents #category .addParts02 .block {
  background-color: #fff;
}
#contents #category .addParts02 .block + .block {
  margin-top: 7rem;
}
#contents #category .addParts02 .blockBg {
  padding: 5rem 0 4.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#contents #category .addParts02 .blockTitArea {
  text-align: center;
  padding: 0 5rem;
  margin: 0 auto 5.5rem;
}
#contents #category .addParts02 .blockTitSub {
  font-size: 2rem;
  line-height: 1.9;
  text-align: center;
  margin: 0 auto 4rem;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #111;
  padding: 1.8rem 4.6rem;
  position: relative;
  background-color: #fff;
}
#contents #category .addParts02 .blockTitSub::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
    left: -26px;
  background: url(img/recommended_h2_bg.png) repeat;
  background-size: auto;
  z-index: -1;
}
.blockTitSub-label {
  color: #fcf236;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.84px;
  text-align: center;
  background-color: #003375;
  border-bottom: none;
  padding: 1px 15px 1px 16px;
  
}
.blockTitSub-color {
  border-bottom: none;
  letter-spacing: 0.6px;
  text-align: center;
  color: #2a78d3;
}
.detailPic {
  width: 65.8181%;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}
.detailPic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#contents #category .addParts02 .detailPic .caption {
  margin-top: 1.5rem;
  width: unset;
}
#contents #category .addParts02 .blockTit {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 0.94;
  text-align: center;
  padding: 0;
  position: relative;
}
#contents #category .addParts02 .blockTit span {
  border: none;
  display: inline;
  color: inherit;
  font-weight: inherit;
  background: linear-gradient(transparent 75%, rgba(253, 255, 103, 1) 75%);
}

/*slideTxtArea*/
#contents #category .addParts02 .slideTxtArea {
  width: calc(100% - 40px);
  border-left: 1px solid #333;
  padding: 45px 0 15px 35px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
}
#contents #category .addParts02 .slideTxtArea::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents #category .addParts02 .caption {
  margin: 0 0 14px;
}
#contents #category .addParts02 .slideTit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}
#contents #category .addParts02 .slideTxt {
  line-height: 1.6;
}
/*テキスト動き*/
#contents #category .addParts02 .slideTxtArea {
  opacity: 0;
  transition: all 1s 0s ease;
  transition-delay: 300ms;
}
#contents #category .addParts02 .slick-slide.slick-current .slideTxtArea,
#contents #category .addParts02 .slick-slide.is-active-next .slideTxtArea {
  opacity: 1;
}
#contents #category .addParts02 .slideTxtInner {
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s 0s ease;
  transition-delay: 600ms;
}
#contents #category .addParts02 .slick-slide.slick-current .slideTxtInner,
#contents #category .addParts02 .slick-slide.is-active-next .slideTxtInner {
  opacity: 1;
  margin-left: 0;
}

#contents #category .addParts02 .priceIcoArea {
  width: calc(100% - 80px);
  height: 100%;
  padding: 50px 0;
  margin: 0 auto 50px;
  position: relative;
}
#contents #category .addParts02 .priceIcoArea .priceArea {
  padding: 0 1.5rem 2rem;
  display: inline-block;
  margin: 6rem auto 0;
  border-bottom: 2px solid #000;
}
#contents #category .addParts02 .priceIcoArea .priceArea .priceTit {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: inherit;
  padding: 0;
  margin-right: 2rem;
}
#contents #category .addParts02 .priceIcoArea .priceArea .price {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ff6b3d;
  padding: 0;
}
#contents #category .addParts02 .priceIcoArea .priceArea .price span {
  font-size: 1.8rem;
  color: #000;
  padding: 0 0 0 1rem;
  font-weight: inherit;
  border-bottom: none;
}
#contents #category .addParts02 .priceIcoArea .priceArea ul li {
  line-height: 1.5;
  padding: 0 0 12px 18px;
  position: relative;
}
#contents #category .addParts02 .priceIcoArea .priceArea ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#contents #category .addParts02 .priceIcoArea .icoArea {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contents #category .addParts02 .priceIcoArea .icoArea li {
  width: 141px;
  flex-shrink: 0;
  margin: 0;
  max-width: calc((100% - 17rem) / 6);
  text-align: center;
  position: relative;
}
#contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl {
  text-align: center;
  margin: 0 auto 2rem;
  height: 151px;
  padding: 7.2rem 1.5rem 4.5rem;
  color: #fffefe;
  font-size: 2rem;
  font-weight: normal;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(1) .icoTtl {
  background: url(img/detail_icoarea_list_bg01.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(1) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg01_hover.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(2) .icoTtl {
  background: url(img/detail_icoarea_list_bg02.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(2) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg02_hover.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(3) .icoTtl {
  background: url(img/detail_icoarea_list_bg03.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(3) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg03_hover.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(4) .icoTtl {
  background: url(img/detail_icoarea_list_bg04.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(4) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg04_hover.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(5) .icoTtl {
  background: url(img/detail_icoarea_list_bg05.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(5) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg05_hover.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(6) .icoTtl {
  background: url(img/detail_icoarea_list_bg06.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(6) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg06_hover.png) no-repeat top center;
  background-size: 141px auto;
}
#contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl a {
  text-decoration: none;
  pointer-events: none;
}
#contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl span {
  border: none;
  color: inherit;
  font-weight: inherit;
  font-size: 1.4rem;
}

#contents #category .addParts02 .infoArea {
  clear: both;
  width: 100%;
  padding: 0 40px;
  margin: 0 0 60px;
}
#contents #category .addParts02 .infoArea .infoTit {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 45px;
}

#contents #category .addParts02 .infoArea .infoBox .mapArea {
  width: 380px;
  float: left;
}

#contents #category .addParts02 .infoArea .infoBox table {
  width: 100%;
  margin: 0;
  float: right;
}
#contents #category .addParts02 .infoArea .infoBox table th {
  width: 25%;
  background: #cfefff;
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56;
}
#contents #category .addParts02 .infoArea .infoBox table td {
  background: #f9f9f9;
}
#contents #category .addParts03 {
  width: 100%;
  margin: 100px 0 125px;
}
#contents #category .addParts03 .addInner {
  width: min(100%,1100px);
  margin: 0 auto;
}
#contents #category .addParts03 p {
  margin: 0;
}

#contents #category .addParts03 .addTopArea {
  width: 100%;
  margin: 0 auto 3.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: self-start;
  justify-content: space-between;
}
#contents #category .addParts03 .addTopArea .addTopPic {
  width: 450px;
  margin: 0;
  position: relative;
  order: 2;
  flex-shrink: 0;
  max-width: 100%;
}
#contents #category .addParts03 .addTopArea .addTopPic img {
  display: block;
  margin: 0 auto;
}
#contents #category .addParts03 .addTopArea .addTopTxt {
  width: calc(100% - 532px);
  order: 1;
  padding-right: 20px;
}
#contents #category .addParts03 .addTopArea .sttl {
  display: block;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  background: url("img/parts03_tit_ico.png") center bottom no-repeat;
  background-size: 40px auto;
  padding: 0 0 60px;
  margin: 0 0 25px;
  position: relative;
}

#contents #category .addParts03 .addTopArea .addTxt span {
  font-weight: bold;
  color: #111;
  border-bottom: 2px solid #fcf236;
}
#contents #category .addParts03 .personMainArea {
  width: 100%;
  padding: 3.5rem 22.2rem 3.3rem;
  margin: 0 auto 6.2rem;
  position: relative;
  background: #dbf6ff;
  min-height: 200px;
}
#contents #category .addParts03 .personMainArea .subTxt {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  background-color: #f5f5dc;
  background: url("img/parts03_sub_dot01.png") left top repeat-x,
    url("img/parts03_sub_dot01.png") left bottom repeat-x,
    url("img/parts03_sub_dot02.png") left top repeat-y,
    url("img/parts03_sub_dot02.png") right top repeat-y #f5f5dc;
  padding: 15px 20px;
  position: absolute;
  top: -20px;
  right: 20px;
}
#contents #category .addParts03 .personMainArea .personBox {
  display: block;
}
#contents #category .addParts03 .personMainArea .personBox .pic {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
#contents #category .addParts03 .personMainArea .personBox .pic img {
  border-radius: 100px;
}
#contents #category .addParts03 .personMainArea .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 190px);
  padding: 0 0 0 40px;
}
#contents #category .addParts03 .personMainArea .personBox dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8c8200;
  margin: 0 0 20px;
}
#contents #category .addParts03 .personMainArea .personBox dl dt span {
  font-size: 1.6rem;
  color: #333;
  font-weight: inherit;
  border-bottom: none;
}

#contents #category .addParts03 .interviewTitArea {
  display: table;
  position: relative;
  margin: 0;
  border: 2px solid #c1cdd7;
  border-left: none;
}
#contents #category .addParts03 .interviewTitArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  width: 9999px;
  border-top: 2px solid #c1cdd7;
  border-bottom: 2px solid #c1cdd7;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  /* IE対策 */
  #contents #category .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
@supports (-ms-ime-align: auto) {
  /* Edge対策 */
  #contents #category .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
@-moz-document url-prefix() {
  /* Firefox対策 */
  #contents #category .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
#contents #category .addParts03 .interviewTitArea::after {
  content: "";
  width: 1800px;
    height: 252px;
    background: url(img/recommended_h2_bg.png) repeat;
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: -1;
}
#contents #category .addParts03 .interviewTitArea .interviewTit {
  display: table-cell;
  vertical-align: middle;
  width: 420px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.55;
  padding: 4.8rem 0;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 6px;
  font-feature-settings: "palt";
}
#contents #category .addParts03 .interviewTit__small {
  color: inherit;
  border: none;
  font-size: 4rem;
  font-weight: inherit;
  line-height: 1.55;
  letter-spacing: 6px;
  text-align: left;
  color: #fff;
  background-color: #103475;
  padding: 0px 10px 0px 12px;
}
#contents #category .addParts03 .interviewTitArea .interviewTit a {
  display: inline-block;
  position: relative;
}
#contents #category .addParts03 .interviewTitArea .interviewTit a::after {
  content: "";
  position: absolute;
  background: url(img/arrow_white02.png) no-repeat center center / contain;
    width: 19px;
  height: 7px;
  top: 50%;
  transform: translatey(-50%);
  right: -150%;
}
#contents #category .addParts03 .interviewTitArea .interviewTit:after {
  content: "";
  width: 149px;
  height: 24px;
  background: url("img/parts03_eng.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: inherit;
  transform: none;
}
#contents #category .addParts03 .interviewTitArea .interviewTxt {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  font-size: 1.8rem;
  padding: 5.2rem 12.5rem 5.2rem 3.5rem;
  color: #fff;
}
#contents #category .addParts03 .personArea {
  margin: 0 0 80px;
}
#contents #category .addParts--detail .block__item--case .personArea--case {
  margin: 0 0 40px;
}
#contents #category .addParts03 .personArea .personBox {
  display: table;
  padding: 3.5rem 4rem 2.5rem 4rem;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
}
#contents #category .addParts03 .personArea .personBox + .personBox {
  margin-top: 2rem;
}
#contents #category .addParts03 .personArea .personBox .pic {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
#contents #category .addParts03 .personArea .personBox .pic img {
  display: block;
  margin: 0 auto;
}
#contents #category .addParts03 .personArea .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 130px);
  padding: 0 0 0 3rem;
}
#contents #category .addParts03 .personArea .personBox dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.54px;
  color: #2a78d3;
  margin: 0 auto 2rem;
}
#contents #category .addParts03 .personArea .personBox dl dd {
  position: relative;
  margin: 0 auto;
  color: #111;
  line-height: 2;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.48px;
}
#contents #category .addParts03 .personArea .personBox dl dd + dd {
  margin-top: 2rem;
}
#contents #category .addParts03 .personArea .personBox dl dd.caption--voices {
  text-align: right;
  font-size: 1rem;
  color: #9a9a9a;
  line-height: 2.8;
  letter-spacing: 0.3px;
}
#contents #category .addParts03 .summaryArea {
  width: 100%;
  background: url("img/parts03_summary_bg.png") left top repeat;
  padding: 50px 50px 50px;
  margin: 0 0 60px;
}
#contents #category .addParts03 .summaryArea .summaryTit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: url("img/parts03_summary_ico.png") center bottom no-repeat;
  background-size: 70px auto;
  padding: 0 150px 80px;
  margin: 0 0 30px;
  position: relative;
}
#contents #category .addParts03 .summaryArea .summaryTit span {
  font-size: 2.6rem;
  padding: 0 8px;

  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}
#contents #category .addParts03 .summaryArea .txtArea {
  width: 100%;
  background-color: #fff;
  padding: 40px;
}
#contents #category .addParts03 .summaryArea .txtArea .catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 25px;
}

#contents #category .addParts03 .btnArea {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#contents #category .addParts03 .btnArea .btn-internal {
  margin: 0 auto;
}
#contents #category .addParts03 .btnArea .btn-internal a {
  padding: 22px 70px 22px;
}
#contents #category .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
  background: url("img/arrow_black.png") right 15px center no-repeat,
    url("img/parts03_summary_num01.png") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}
#contents #category .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
  background: url("img/arrow_black.png") right 15px center no-repeat,
    url("img/parts03_summary_num02.png") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}

/* addParts--detail */
#contents #category .addParts--detail {
  margin: 8rem auto 0;
  position: relative;
}
#contents #category .addParts--detail::before {
  content: "";
  width: 708px;
  max-width: 80%;
  height: 98px;
  background: url(img/addparts_detail_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -45px;
}
#contents #category .addParts--detail .addTopArea {
  margin: -11.5rem auto 6.5rem;
  display: block;
  padding: 11.5rem 0 0;
}
#contents #category .addParts--detail .addTopArea .sttl {
  text-align: center;
  background: none;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 0;
  margin: 0 auto 3rem;
  letter-spacing: 4.2px;
  color: unset;
}
#contents #category .addParts--detail .addTopArea .sttl a {
  display: block;
}
#contents #category .addParts--detail .sttl__small {
  display: block;
  border: none;
  margin: 0 auto 1rem;
}
#contents #category .addParts--detail .sttl__small--emp {
  font-size: 3rem;
  color: #fff;
  background-color: #2a78d3;
  border-bottom: none;
  padding: 2px 9px 4px 11px;
}
#contents #category .addParts--detail .personMainArea__title {
  background: #fff;
  position: absolute;
  right: 26px;
  top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #010101;
  padding: 1.4rem 3.6rem;
  line-height: 1.5;
}
#contents #category .addParts--detail .personBox__item--detail {
  padding: 1.7rem 1.5rem 1.7rem 6.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #fff;
  background: url(img/detail_list_icon.png) no-repeat left 1rem center;
}
#contents #category .addParts--detail .sliderArea {
  margin: 0 auto 6rem;
  max-width: 1100px;
}
#contents #category .addParts--detail .slick-counter span {
  font-size: 1.2rem;
  color: #000;
}
#contents #category .addParts--detail .sliderArea .slider .slidePic {
  height: auto;
  background: #fff;
}
#contents #category .addParts--detail .sliderArea .slider .slidePic img {
  height: 458px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#contents #category .addParts--detail .sliderArea .caption {
  font-size: 1rem;
  color: #999;
  display: block;
  position: relative;
  top: 0;
  z-index: 1;
  padding: 0 1rem;
  margin: 1.2rem auto 0;
}
#contents #category .addParts--detail .block__item--performance {
  overflow: visible;
  width: 100%;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_performance_deco.png) no-repeat left 10px top;
  text-align: center;
  margin: 0 auto;
}
#contents #category .addParts--detail .block__item__title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.78px;
  margin: 0 auto 3.5rem;
}
#contents #category .addParts--detail .icoTxt {
  text-align: center;
  font-size: 3.8rem;
  color: #010101;
  line-height: 1;
  font-weight: bold;
}
#contents #category .addParts--detail .icoTxt__small {
  font-weight: inherit;
  font-size: 2.4rem;
  border: none;
}
#contents #category .addParts--detail .icoTxt__emp {
  border: none;
  font-weight: inherit;
  color: #ff6b3d;
}
#contents #category .block__modal-contents {
  display: none;
  position: absolute;
  bottom: 219px;
  left: 0;
  background: #8d8d8d;
  width: 308px;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  padding: 2rem 2.4rem 2.2rem;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6875;
}
#contents #category .addParts--detail .priceAreaInner {
  display: flex;
  align-items: baseline;
}
#contents #category .addParts--detail .block__item--feature {
  margin: 7rem auto 0;
  padding: 4.5rem 2rem 0;
  background: url(img/detail_reason_deco.png) no-repeat left top / contain;
  background-size: 463px auto;
  background-color:rgba(255,255,255,0.9);
}
#contents #category .addParts--detail .frame-wrap {
  margin-top: 4.5rem;
  padding: 4rem 0 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contents #category .addParts--detail .block__item--voices {
  margin: 7.2rem auto 0;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_voice_deco.png) no-repeat left top / contain;
  background-size: 363px auto;
  background-color:rgba(255,255,255,0.9);
}
#contents #category .addParts--detail .personArea--voices {
  margin: 6rem auto 0;
}
#contents #category .addParts--detail .block__item--case {
  margin: 7.2rem auto 0;
  padding: 4.5rem 3rem 0 3rem;
  background: url(img/detail_case_deco.png) no-repeat left top / contain;
  background-size: 287px auto;
  background-color:rgba(255,255,255,0.9);
}
#contents #category .addParts--detail .block__item--case .float-wrap img {
  margin: 0;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
    height: auto;
}
#contents #category .addParts--detail .block__item--case .caption {
  margin-top: 0.9rem;
  margin-bottom: 0;
}
#contents #category .addParts--detail .infoArea--information {
  margin: 8rem auto 4.5rem;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_information_deco.png) no-repeat left top / contain;
  background-size: 869px auto;
  background-color:rgba(255,255,255,0.9);
}
#contents #category .addParts--detail .infoArea--information .block__item__title {
  color: #111;
}
#contents #category .addParts--detail .infoBox--information {
  margin: 6rem auto 0;
}



.caption-ex {
  margin: 1rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-all;
  color: #999999;
  text-align: right;
}

.img_center {
  font-size: 10px;
  color: #999999;
  margin: 0 auto 30px;
  text-align: center;
  word-break: break-all;
  line-height: 1.6rem;
}

.img_center img {
  padding-bottom: 5px;
}

#contents #category .addParts--recommended {
  margin: 0 0 40px;
  padding: 3rem 10px;
  background-image: linear-gradient(to top, rgb(6, 86, 190), rgb(86, 209, 255));
}

#contents #category .addParts--recommended .addInner {
  margin: 0px auto;
  width: min(100%, 1100px);
}

#contents #category .addParts--recommended .frame__feature--recommended {
  font-size: 1.4rem;
}

#contents #category .addParts--recommended .frame__title--recommended {
  background: none;
  margin: 0 0 1rem;
  padding: 0;
  max-width: inherit;
  font-size: 2rem;
  border-bottom: none;
}

#contents #category .addParts--recommended .frame__h4--recommended {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: rgb(0, 51, 117);
  align-content: center;
  border-left: none;
  padding: 0;
}

#contents #category .addParts--recommended .frame__h4--recommended::before {
  content: none;
}

#contents #category .addParts--recommended .btn-web a {
  font-size: 1.4rem;
}

.frame__catch--recommended, #contents .frame__catch--recommended {
    height: unset;
}
#contents .addParts--recommended 　span.frame__catch-emp--recommended {}

#contents .addParts--recommended  span.frame__catch-emp--recommended {
    font-size: 3rem;
}

#contents .addParts--recommended .frame__feature--recommended {
    font-size: 1.8rem !important;
}

.frame__txt--recommended span {
    color: #F63759;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
#contents {
    width: 1500px;
}	
	
	
}

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

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

  .img_center {
    width: 92%;
  }

  #contents #category .addParts--recommended .frame__feature--recommended {
    font-size: 1.8rem;
  }

  /***** addParts02 *****/

  #contents #category .addParts02 {
    width: 100%;
    padding: 5rem 0 6rem;
  }
  #contents #category .addParts02 .addInner {
    width: 92%;
    margin: 0 auto;
  }
  #contents #category .addParts02 p {
    margin: 0;
  }

  /*addTopArea*/
  #contents #category .addParts02 .addTopArea {
    padding: 0 0;
    margin: 0 auto 3rem;
  }

  /*sttl*/
  #contents #category .addParts02 .sttl {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts02_tit_ico.png") center bottom no-repeat;
    background-size: 29px auto;
    padding: 0 3.5rem 4.5rem;
    margin: 0 auto 2rem;
    position: relative;
  }

  /*block*/
  #contents #category .addParts02 .block {
    padding: 5rem 0 1rem;
    margin: 0 auto;
    position: relative;
  }
  #contents #category .addParts02 .block + .block {
    margin-top: 5rem;
  }
  #contents #category .addParts02 .block::before {
    width: 10px;
    height: 313px;
    background-size: contain;
    top: -10px;
    left: 16px;
  }
  #contents #category .addParts02 .blockTitArea {
    padding: 0 2rem;
    margin: 0 0 2.5rem;
  }
  #contents #category .detailPic {
    width: 100%;
    padding-inline: 25px;
  }
  #contents #category .detailPic img {
    height: auto;
  }
  #contents #category .addParts02 .blockTitSub {
    font-size: 1.4rem;
    margin: 0 auto 2.5rem;
    padding: 1.5rem 2.5rem;
    display: block;
  }
  #contents #category .addParts02 .blockBg {
  padding: 0;
}
  #contents #category .addParts02 .blockTitSub::before {
    left: -10px;
    top: -10px;
    background-size: auto;
  }
  #contents #category .addParts02 .blockTitSub::after {
    width: 20px;
    height: 10px;
    bottom: -10px;
  }
  #contents #category .addParts02 .blockTit {
    font-size: 2rem;
    max-width: unset;
  }
  #contents #category .blockTitSub-label {
    font-size: 2rem;
    padding: 1px 6px 1px 8px;
  }

  /*slideTxtArea*/
  #contents #category .addParts02 .slideTxtArea {
    width: calc(100% - 30px);
    border-left: 1px solid #333;
    padding: 2.5rem 0 1.5rem 1.5rem;
    margin: -1.5rem auto 0;
    position: relative;
    z-index: 2;
  }
  #contents #category .addParts02 .slideTxtArea::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #contents #category .addParts02 .caption {
    margin: 0 0 1.2rem;
  }
  #contents #category .addParts02 .slideTit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 8px;
  }
  #contents #category .addParts02 .slideTxt {
    line-height: 1.6;
  }
  /*テキスト動き*/
  #contents #category .addParts02 .slideTxtArea {
    opacity: 0;
    transition: all 1s 0s ease;
    transition-delay: 300ms;
  }
  #contents #category .addParts02 .slick-slide.slick-current .slideTxtArea,
  #contents #category .addParts02 .slick-slide.is-active-next .slideTxtArea {
    opacity: 1;
  }
  #contents #category .addParts02 .slideTxtInner {
    opacity: 0;
    margin-left: -15px;
    transition: all 0.5s 0s ease;
    transition-delay: 600ms;
  }
  #contents #category .addParts02 .slick-slide.slick-current .slideTxtInner,
  #contents #category .addParts02 .slick-slide.is-active-next .slideTxtInner {
    opacity: 1;
    margin-left: 0;
  }

  #contents #category .addParts02 .priceIcoArea {
    width: 92%;
    height: 100%;
    overflow: hidden;
    padding: 3rem 0;
    margin: 0 auto 3rem;
    position: relative;
  }
  #contents #category .addParts02 .priceIcoArea .priceArea {
    width: auto;
    padding: 0 3% 1.5rem;
    margin: 3rem auto 0;
    float: none;
  }
  #contents .addParts02 .priceIcoArea .priceArea .priceTit {
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    word-break: break-all;
    margin-right: 1rem;
    font-feature-settings: "palt";
    min-width: 58px;
  }
  #contents #category .addParts02 .priceIcoArea .priceArea .price {
    font-size: 3.2rem;
    font-feature-settings: "palt";
  }
  #contents #category .addParts02 .priceIcoArea .priceArea .price span {
    font-size: 1.6rem;
    padding: 0 0 0 0.4rem;
    font-feature-settings: "palt";
  }

  #contents .addParts02 .priceIcoArea .priceArea ul li {
    line-height: 1.5;
    padding: 0 0 12px 18px;
    position: relative;
  }
  #contents .addParts02 .priceIcoArea .priceArea ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  #contents #category .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    float: none;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0 0 3rem;
    float: none;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li:first-child {
    margin: 0 0 3rem;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li:nth-child(3n + 1) {
    margin: 0 0 3rem;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li:nth-child(n + 4) {
    margin: 0 0 3rem;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li:last-child {
    margin: 0 0 0;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    display: block;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0;
    max-width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li + li {
    margin-top: 1.1rem;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl {
    width: 180px;
    flex-shrink: 0;
    margin: 0 1.5rem 0 0;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: auto;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl::after {
    content: "";
    width: 32px;
    height: 3px;
    position: absolute;
    background: url(img/recommended_frame_list_deco.png) no-repeat;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto 0;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(-n + 4) .icoTtl {
    background: url(img/question_mark01.png) no-repeat right 2.8rem center
    #18b3e9;
  }
  #contents #category .addParts02
    .priceIcoArea
    .icoArea
    li:nth-of-type(-n + 4)
    .icoTtl:hover {
    background: url(img/question_mark02.png) no-repeat right 2.8rem center
    #18b3e9;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li:nth-of-type(n + 5) .icoTtl {
    background: url(img/question_mark01.png) no-repeat right 2.8rem center
    #1875e9;
  }
  #contents #category .addParts02
    .priceIcoArea
    .icoArea
    li:nth-of-type(n + 5)
    .icoTtl:hover {
    background: url(img/question_mark02.png) no-repeat right 2.8rem center
    #1875e9;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl a {
    text-decoration: none;
    pointer-events: auto;
    display: flex;
    padding: 0.7rem 5.5rem 0.7rem 2rem;
    width: 100%;
    align-items: center;
    height: 100%;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl:focus,
  #contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl a:focus {
    outline: none;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl a:hover {
    opacity: 1;
  }
  #contents #category .addParts02 .priceIcoArea .icoArea li .icoTtl span {
    border: none;
    color: inherit;
    font-weight: inherit;
    font-size: 1.4rem;
  }

  #contents #category .addParts02 .infoArea {
    clear: both;
    width: 92%;
    padding: 0 0;
    margin: 0 auto 3rem;
  }
  #contents .addParts02 .infoArea .infoTit {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 2.5rem;
  }

  #contents #category .addParts02 .infoArea .infoBox .mapArea {
    width: 100%;
    overflow: hidden;
    margin: 0 0 2.5rem;
    float: none;
  }

  #contents #category .addParts02 .infoArea .infoBox .mapArea .map iframe {
    display: block;
    width: 100.2% !important;
  }
  #contents .addParts02 .infoArea .infoBox table {
    display: table;
    width: 100%;
    margin: 0;
    float: none;
  }
  #contents .addParts02 .infoArea .infoBox table th {
    display: table-cell;
    width: 35%;
    border-right: 1px solid #fff;
    padding: 1rem;
    font-size: 1.4rem;
  }
  #contents .addParts02 .infoArea .infoBox table td {
    display: table-cell;
    padding: 1rem;
  }

  /*btn*/
  #contents .addParts02 .btn-web,
  #contents .addParts02 .btn-tel {
    width: 75%;
    margin: 3rem auto 4rem;
  }
  #contents .addParts02 .btn-web a {
    background-image: url(img/arrow_white02.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 9px center;
    line-height: 1.6;
  }

  /***** addParts02 *****/

  #contents #category .addParts03 {
    width: 100%;
    margin: 6.5rem auto 7rem;
  }
  #contents #category .addParts03 .addInner {
    width: 92%;
    margin: 0 auto;
  }
  #contents #category .addParts03 p {
    margin: 0;
  }

  #contents #category .addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 3rem;
    display: block;
  }
  #contents #category .addParts03 .addTopArea .addTopPic {
    width: 70%;
    margin: 0 auto 2rem;
    position: relative;
  }
  #contents #category .addParts03 .addTopArea .addTopTxt {
    width: 100%;
    padding-right: 0;
  }
  #contents .addParts03 .addTopArea .sttl {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts03_tit_ico.png") center bottom no-repeat;
    background-size: 30px auto;
    padding: 0 0 4rem;
    margin: 0 auto 1.5rem;
    position: relative;
  }
  #contents #category .addParts03 .personMainArea {
    padding: 4.5rem 2rem 2rem 4.8rem;
    margin: 0 auto 2.5rem;
    position: relative;
  }
  #contents #category .addParts03 .personMainArea .subTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    background-color: #f5f5dc;
    background: url("img/parts03_sub_dot01.png") left top repeat-x,
      url("img/parts03_sub_dot01.png") left bottom repeat-x,
      url("img/parts03_sub_dot02.png") left top repeat-y,
      url("img/parts03_sub_dot02.png") right top repeat-y #f5f5dc;
    padding: 10px 18px;
    position: absolute;
    top: -15px;
    right: 8px;
  }
  #contents #category .addParts03 .personMainArea .personBox {
    display: block;
  }
  #contents #category .addParts03 .personMainArea .personBox .pic {
    display: block;
    width: 100px;
    position: absolute;
    top: 25px;
    left: 8px;
  }
  #contents #category .addParts03 .personMainArea .personBox .pic img {
    border-radius: 100px;
  }
  #contents #category .addParts03 .personMainArea .personBox dl {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
  }
  #contents #category .addParts03 .personMainArea .personBox dl dt {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 15px);
    height: 100px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
    color: #8c8200;
    padding: 0 0 0 12.5rem;
    margin: 0 0 1.5rem;
  }
  #contents #category .addParts03 .personMainArea .personBox dl dt span {
    display: block;
    font-size: 1.3rem;
    color: #333;
  }
  #contents #category .addParts03 .personMainArea .personBox dl dd {
    display: block;
    width: 100%;
    margin: 1.5rem 0 0;
  }
  #contents #category .addParts03 .interviewTitArea {
    display: block;
    padding: 0 4% 2.5rem 0;
    margin: 0 0 1rem;
  }
  #contents #category .addParts03 .interviewTitArea::before {
    right: 100%;
  }
  #contents #category .addParts03 .interviewTitArea::after {
    top: 15px;
    right: 10px;
  }
  #contents .addParts03 .interviewTitArea .interviewTit {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    padding: 3rem 0 2rem;
    position: relative;
    max-width: inherit;
    letter-spacing: normal;
    line-height: 1.4;
  }
  #contents #category .interviewTit__small {
    font-size: 1.8rem;
  }
  #contents .addParts03 .interviewTitArea .interviewTit:after {
    content: "";
    width: 116px;
    height: 18px;
    background: url("img/parts03_eng.png") no-repeat;
    background-size: 100% auto;
    top: -10px;
    left: calc(50% - 58px);
  }
  #contents #category .addParts03 .interviewTitArea .interviewTxt {
    display: block;
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
    border-left: none;
    padding: 0;
  }
  #contents #category .addParts03 .personArea {
    margin: 0 0 4rem;
  }
  #contents #category .addParts03 .personArea .personBox {
    padding: 2rem 4%;
  }
  #contents #category .addParts03 .personArea .personBox .pic {
    display: block;
    width: 50px;
    float: left;
    margin: 1rem;
  }
  #contents #category .addParts03 .personArea .personBox dl {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }
  #contents #category .addParts03 .personArea .personBox dl dt {
    font-size: 1.6rem;
    margin: 0 auto 1.2rem;
  }
  #contents #category .addParts03 .personArea .personBox dl dd {
    margin: 0 auto;
  }
  #contents #category .addParts03 .personArea .personBox dl dd + dd {
    margin-top: 1.5rem;
  }
  #contents #category .addParts03 .personArea .personBox dl dd.caption--voices {
    font-size: 1rem;
  }

  #contents #category .addParts03 .summaryArea {
    width: 100%;
    background: url("img/parts03_summary_bg.png") left top repeat;
    padding: 2.5rem 1.5rem 1.5rem;
    margin: 0 0 4rem;
  }
  #contents .addParts03 .summaryArea .summaryTit {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts03_summary_ico.png") center bottom no-repeat;
    background-size: 35px auto;
    padding: 0 0 4rem;
    margin: 0 auto 1.5rem;
    position: relative;
  }
  #contents .addParts03 .summaryArea .summaryTit span {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  #contents #category .addParts03 .summaryArea .txtArea {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.5rem;
  }
  #contents #category .addParts03 .summaryArea .txtArea .catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 2rem;
  }
  #contents #category .addParts03 .btnArea {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #contents .addParts03 .btnArea .btn-internal {
    margin: 0 auto 2rem;
  }
  #contents .addParts03 .btnArea .btn-internal:last-child {
    margin: 0 auto;
  }
  #contents .addParts03 .btnArea .btn-internal a {
    padding: 1.8rem 5rem 1.8rem;
  }
  #contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
    background: url("img/arrow_black.png") right 15px center no-repeat,
      url("img/parts03_summary_num01.png") 20px center no-repeat;
    background-size: 6px auto, auto 15px;
  }
  #contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
    background: url("img/arrow_black.png") right 15px center no-repeat,
      url("img/parts03_summary_num02.png") 20px center no-repeat;
    background-size: 6px auto, auto 15px;
  }

  /* addParts--detail */
  #contents #category .addParts--detail {
    margin: 0 auto;
    padding: 3.5rem 0 6rem;
  }
  #contents #category .addParts--detail::before {
    width: 220px;
    height: 31px;
    top: -11px;
  }
  #contents #category .addParts--detail .addInner {
    max-width: 92%;
  }
  #contents #category .addParts--detail .addTopArea {
    margin: -10rem auto 3.5rem;
    padding: 10rem 0 0;
  }
  #contents .addParts--detail .addTopArea .sttl {
    text-align: center;
    background: none;
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 3rem;
    letter-spacing: normal;
  }
  #contents .addParts--detail .addTopArea .sttl a {
    display: block;
  }
  #contents #category .addParts--detail .sttl__small {
    font-size: 1.8rem;
    margin: 0 auto 0.5rem;
  }
  #contents #category .addParts--detail .sttl__small--emp {
    font-size: 2rem;
    padding: 2px 9px 4px 11px;
  }
  #contents #category .addTxt {
    max-width: 100%;
    line-height: 1.8;
    width: 100%;
  }
  #contents #category .addParts--detail .personMainArea__title {
    right: 20px;
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
  #contents #category .addParts--detail .personBox__item--detail {
    padding: 1.5rem 0 1.5rem 2.5rem;
    font-size: 1.4rem;
    background-size: 16px auto;
    background-position: left 2px center;
    line-height: 1.4;
  }
  #contents #category .addParts--detail .sliderArea {
    margin: 0 auto 6rem;
  }
  #contents #category .addParts--detail .sliderArea .slider .slick-prev {
    left: 0;
    top: 45%;
  }
  #contents #category .addParts--detail .sliderArea .slider .slick-next {
    right: 0;
    top: 45%;
  }
  #contents #category .addParts--detail .slick-counter span {
    font-size: 1rem;
  }
  #contents #category .addParts--detail .sliderArea .slider .slidePic {
    height: auto;
  }
  #contents #category .addParts--detail .sliderArea .slider .slidePic img {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #contents #category .addParts--detail .sliderArea .caption {
    margin: 1rem auto 0;
  }
  #contents #category .addParts--detail .block__item--performance {
    overflow: visible;
    width: 100%;
    padding: 1.2rem 4% 0;
    background-size: auto 31.5px;
    margin: 0 auto;
    height: auto;
  }
  #contents #category .addParts--detail .block__item__title {
    font-size: 1.8rem;
    margin: 0 auto 3rem;
  }
  #contents #category .addParts--detail .block__item--case {
    margin: 6rem auto 0;
        padding: 1.5rem 4% 0;
        background-size: auto 31.5px;
  }
  #contents #category .modal-description--detail {
    margin: 0 auto 2rem;
    text-align: center;
  }
  #contents #category .addParts--detail .icoTxt {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    line-height: 1;
    color: #010101;
  }
  #contents #category .addParts--detail .icoTxt__small {
    font-weight: inherit;
    font-size: 1.8rem;
    border: none;
    padding: 0.7rem 0 0 0.3rem;
  }
  #contents #category .addParts--detail .icoTxt__emp {
    border: none;
    font-weight: inherit;
    color: #ff6b3d;
  }
  #contents #category .block__modal-contents {
    display: none;
    position: absolute;
    bottom: 219px;
    left: 0;
    background: #8d8d8d;
    width: 308px;
    border: 2px solid #f3f3f3;
    border-radius: 10px;
    padding: 2rem 2.4rem 2.2rem;
    text-align: left;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
  #contents #category .addParts--detail .priceAreaInner {
    align-items: baseline;
  }
  #contents #category .addParts--detail .block__item--feature {
    margin: 6rem auto 0;
    padding: 1.5rem 0% 0;
    background-size: auto 31.5px;
  }
  #contents #category .addParts--detail .frame-wrap {
    margin: 3rem auto 4rem;
    padding: 2rem 0 0;
    display: block;
  }
  #contents #category .addParts--detail .block__item--voices {
    margin: 6rem auto 0;
    padding: 1.5rem 4% 0;
    background-size: auto 31.5px;
  }
  #contents #category .addParts--detail .personArea--voices {
    margin: 3rem auto 0;
  }
  #contents #category .addParts--detail .infoArea--information {
    margin: 6rem auto 4rem;
    padding: 1.5rem 4% 0;
    background-size: auto 29.5px;
    width: 100%;
  }
  #contents #category .addParts--detail .infoArea--information .block__item__title {
    color: #000;
  }
  #contents #category .addParts--detail .infoBox--information {
    margin: 3rem auto 0;
  }
#contents #category .addParts--detail .addTopArea .sttl {
    text-align: center;
    background: none;
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 3rem;
    letter-spacing: normal;
}	
.personArea.personArea--case.ossm {
    padding: 0 2rem;
}	
#contents #category .addParts--detail .block__item.block__recommendation .personArea.personArea--case p {
    padding: 0 2rem;
}	
}
