@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto 10rem;
}
.addInner {
  margin: 0 auto;
  width: min(100%,1100px);
}

header .headTopArea .rightTxt {
  text-align: right;
}

/*--------------------------------------
　visArea TOPページ
---------------------------------------*/
#visArea {
  margin: 0 auto 11rem;
  overflow: hidden;
}
#visArea .mainArea {
  background: url(img/mv_pic_pc.jpg) no-repeat bottom 3rem center;
  background-size: 100%;
  display: block;
  height: auto;
  padding: 0 1.5rem;
}
#visArea .mainArea .mainAreaInner {
  max-width: 1120px;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: .8rem 0 6.3rem;
}
#visArea .mainArea__item {
  margin: 0 auto 0 0;
  width: 670px;
  max-width: 100%;
}
#visArea .mainArea .siteNameArea {
  margin: 0 0 30px;
}
#visArea .mainArea .siteName {
  margin: 0 auto 4rem;
  text-align: left;
}
#visArea .mainArea .siteName img {
  margin: 0 auto 0 0;
}
#visArea .mainArea .siteNameSmall {
  font-size: 1.6rem;
}
#visArea .mainArea .mainTxtBox {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#visArea .mainArea .catchArea {
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0 auto 2.5rem;
}
#visArea .mainArea .catchArea .catch {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #003953;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
}
.catch__emp--blue01 {
  font-size: 4.3rem;
}
.catch__emp--blue02 {
  color: #F3A200;
  font-size: 5.8rem;
}
#visArea .mainArea .txtArea p {
  font-size: 1.4rem;
  line-height: 2;
  width: 580px;
  max-width: 100%;
  text-shadow: 2px 1px 1px #fff;
  letter-spacing: .03em;
}
#visArea .mainArea .txtArea p + p {
  margin-top: 1.5rem;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
  width: 400px;
  margin: 0 40px 10px 0;
  text-align: center;
}
.float-wrap .fr {
  width: 400px;
  margin: 0 0 10px 40px;
}
.float-wrap .ct {
  width: 600px;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap .box {
  width: 519px;
}

/*type-a*/
#contents .box-wrap .type-a .box-body p {
  width: 399px;
}
/*type-b*/
#contents .box-wrap .type-b {
  padding: 30px 20px 0;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame {
}
#contents .frame-wrap .frame:nth-child(n + 4) {
  margin-top: 25px;
}

#contents .frame .frame-body {
  padding: 0 30px 35px;
}

/*type-a*/
#contents .frame-wrap .type-a .frame-catch {
  padding: 20px 40px 20px;
}
#contents .frame-wrap .type-a .frame-head {
  padding: 20px 30px 20px;
}
#contents .frame-wrap .type-a .thumb {
  width: 250px;
}
#contents .frame-wrap .type-a ul.icoArea {
  width: 288px;
}
#contents .frame-wrap .type-a ul.icoArea li {
  width: 88px;
  margin: 0 0 0 12px;
}
#contents .frame-wrap .type-a ul.icoArea li:first-child {
  margin: 0 0 0 0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n + 1) {
  margin: 0 0 0 0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(n + 4) {
  margin-top: 18px;
}

/*type-b*/
#contents .frame-wrap .type-b .frame-head {
  padding: 20px 30px 20px;
}
#contents .frame-wrap .type-b .thumb {
  width: 250px;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
  width: 88%;
}

/*--------------------------------------
オリジナル
---------------------------------------*/

/***** addParts01 *****/

.addParts01 {
  width: 100%;
  margin: 0 0 90px;
}
.addParts01 .addInner {
  width: 1100px;
  margin: 0 auto;
}
.addParts01 p {
  margin: 0;
}
.addParts01 .aadPartsTit {
  text-align: center;
}
.addParts01 .block {
  width: 352px;
  margin: 0 0 0 22px;
  float: left;
}
.addParts01 .block:first-child {
  margin: 0;
}
.addParts01 .block:nth-child(3n + 1) {
  margin: 0;
}
.addParts01 .block:nth-child(n + 4) {
  margin-top: 22px;
}
.addParts01 .block .catch {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 10px;
  margin: 0 0 10px;
  display: table;
  width: 100%;
}
.addParts01 .block .catch span {
  display: table-cell;
  vertical-align: middle;

  color: inherit;
  border-bottom: none;
  font-weight: inherit;
}
.addParts01 .block a {
  display: block;
}
.addParts01 .scrollArea {
  background-color: #f5f5dc;
  padding: 20px 20px 25px;
  position: relative;
}
.addParts01 .scrollArea::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("img/scroll_arrow.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
}
.addParts01 .scrollArea .priceArea {
  display: table;
  margin: 0 0 12px;
}
.addParts01 .scrollArea .priceArea .priceTit {
  display: table-cell;
  vertical-align: middle;
  width: 56px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #333;
  padding: 7px 10px 8px;
}
.addParts01 .scrollArea .priceArea .price {
  display: table-cell;
  vertical-align: middle;
  width: 256px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #8c8200;
  background-color: #fff;
  padding: 7px 10px 8px;
}
.addParts01 .scrollArea .priceArea .price span {
  font-size: 1.4rem;
  color: #333;
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}
.addParts01 .scrollArea .companyName {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

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

.addParts02 {
  width: 100%;
  background: linear-gradient(180deg, #B5D6FC, #D3F0FF);
  padding: 9rem 0 11rem;
  position: relative;
}
.addParts02 .addInner {
  width: min(100%,1100px);
  margin: 0 auto;
}
.addParts02 p {
  margin: 0;
}

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

/*sttl*/
#index .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*/
.addParts02 .block {
  background-color: #fff;
  padding: 9rem 0 7.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.addParts02 .block + .block {
  margin-top: 12rem;
}
.addParts02 .blockTitArea {
  text-align: center;
  padding: 0 12rem;
  margin: 0 auto 5rem;
}
.addParts02 .blockTitSub {
  width: 650px;
  max-width: 100%;
  color: #003953;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 3rem;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #8BACCA;
  border-radius: 8px;
  padding: 1.5rem 3.2rem;
  position: relative;
}
.addParts02 .blockTitSub span {
  background: linear-gradient(transparent 70%, #FAFF72 70%);
  color: #4667BE;
  font-size: 3rem;
  font-weight: bold;
}
.addParts02 .blockTitSub::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: -11px;
  background: #F1F9FD;
  z-index: -1;
  border-radius: 8px;
}
.addParts02 .blockTitSub::after {
  content: "";
  width: 23px;
  height: 25px;
  background: url(img/detail_catch_deco.png) no-repeat;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#index .addParts02 .blockTit {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0;
  position: relative;
}
#index .addParts02 .blockTit span {
  border: none;
  display: inline;
  color: inherit;
  font-weight: inherit;
  background: linear-gradient(transparent 75%, rgba(255, 234, 0, 0.4) 75%);
}

/*slideTxtArea*/
.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;
}
.addParts02 .slideTxtArea::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.addParts02 .caption {
  margin: 0 0 14px;
}
.addParts02 .slideTit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}
.addParts02 .slideTxt {
  line-height: 1.6;
}
/*テキスト動き*/
.addParts02 .slideTxtArea {
  opacity: 0;
  transition: all 1s 0s ease;
  transition-delay: 300ms;
}
.addParts02 .slick-slide.slick-current .slideTxtArea,
.addParts02 .slick-slide.is-active-next .slideTxtArea {
  opacity: 1;
}
.addParts02 .slideTxtInner {
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s 0s ease;
  transition-delay: 600ms;
}
.addParts02 .slick-slide.slick-current .slideTxtInner,
.addParts02 .slick-slide.is-active-next .slideTxtInner {
  opacity: 1;
  margin-left: 0;
}

.addParts02 .priceIcoArea {
  width: calc(100% - 80px);
  height: 100%;
  padding: 50px 0;
  margin: 0 auto 50px;
  position: relative;
}
.addParts02 .priceIcoArea .priceArea {
  padding: 0 1.5rem 2rem;
  display: inline-block;
  margin: 6rem auto 0;
  border-bottom: 2px solid #000;
}
#contents .addParts02 .priceIcoArea .priceArea .priceTit {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: inherit;
  padding: 0;
  margin-right: 2rem;
}
.addParts02 .priceIcoArea .priceArea .price {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ff6b3d;
  padding: 0;
}
.addParts02 .priceIcoArea .priceArea .price span {
  font-size: 1.8rem;
  color: #000;
  padding: 0 0 0 1rem;
  font-weight: inherit;
  border-bottom: none;
}
#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;
}
#index .addParts02 .priceIcoArea .icoArea {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#index .addParts02 .priceIcoArea .icoArea li {
  width: 169px;
  flex-shrink: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
#index .addParts02 .priceIcoArea .icoArea li .icoTtl {
  text-align: center;
  margin: 0 auto .5rem;
  height: 175px;
  padding: 9.7rem 1.5rem 4.5rem;
  color: #003953;
  font-size: 1.8rem;
  font-weight: bold;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(1) .icoTtl {
  background: url(img/detail_icoarea_list_bg01.png) no-repeat top center;
  background-size: 170px auto;
}
#index .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: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(2) .icoTtl {
  background: url(img/detail_icoarea_list_bg04.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(2) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg04_hover.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(3) .icoTtl {
  background: url(img/detail_icoarea_list_bg05.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(3) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg05_hover.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(4) .icoTtl {
  background: url(img/detail_icoarea_list_bg02.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(4) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg02_hover.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(5) .icoTtl {
  background: url(img/detail_icoarea_list_bg03.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li:nth-of-type(5) .icoTtl:hover {
  background: url(img/detail_icoarea_list_bg03_hover.png) no-repeat top center;
  background-size: 170px auto;
}
#index .addParts02 .priceIcoArea .icoArea li .icoTtl a {
  text-decoration: none;
  pointer-events: none;
}
#index .addParts02 .priceIcoArea .icoArea li .icoTtl span {
  border: none;
  color: inherit;
  font-weight: inherit;
  font-size: 1.4rem;
}

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

#contents .addParts02 .infoArea .infoBox table {
  width: 100%;
  margin: 0;
}
#contents .addParts02 .infoArea .infoBox table th {
  width: 20%;
  font-size: 1.6rem;
}
#contents .addParts02 .infoArea .infoBox table td {
  font-size: 1.5rem;
}

#contents .addParts02 .btn-web {
  margin: 5rem auto 3.5rem;
}
#contents .addParts02 .btn-web a {
  line-height: 1.375;
}
#contents .addParts02 .btn-web.two-row a {
}

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

.addParts03 {
  width: 100%;
  margin: 100px 0 125px;
}
.addParts03 .addInner {
  width: min(100%,1100px);
  margin: 0 auto;
}
.addParts03 p {
  margin: 0;
}

.addParts03 .addTopArea {
  width: 100%;
  margin: 0 auto 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.addParts03 .addTopArea .addTopPic {
  width: 570px;
  margin: 0;
  position: relative;
  order: 2;
  flex-shrink: 0;
  max-width: 100%;
}
.addParts03 .addTopArea .addTopPic img {
  display: block;
  margin: 0 auto;
}
.addParts03 .addTopArea .addTopTxt {
  width: calc(100% - 570px);
  order: 1;
  padding-right: 20px;
}
#contents .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;
}

.addParts03 .personMainArea {
  width: 100%;
  padding: 3.5rem 22.2rem 3.3rem;
  margin: 0 auto 6.2rem;
  position: relative;
  background: #dbf6ff;
  min-height: 200px;
}
.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;
}
.addParts03 .personMainArea .personBox {
  display: block;
}
.addParts03 .personMainArea .personBox .pic {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.addParts03 .personMainArea .personBox .pic img {
  border-radius: 100px;
}
.addParts03 .personMainArea .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 190px);
  padding: 0 0 0 40px;
}
.addParts03 .personMainArea .personBox dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8c8200;
  margin: 0 0 20px;
}
.addParts03 .personMainArea .personBox dl dt span {
  font-size: 1.6rem;
  color: #333;
  font-weight: inherit;
  border-bottom: none;
}

.addParts03 .interviewTitArea {
  display: table;
  position: relative;
  margin: 0;
  border: 1px solid #003953;
  border-left: none;
}
.addParts03 .interviewTitArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  width: 9999px;
  border-top: 1px solid #003953;
  border-bottom: 1px solid #003953;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  /* IE対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
@supports (-ms-ime-align: auto) {
  /* Edge対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
@-moz-document url-prefix() {
  /* Firefox対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
.addParts03 .interviewTitArea::after {
  content: "";
  width: 1920px;
  height: 100%;
  background: linear-gradient(120deg, #E6F0FF, #F7FEFF);
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  .addParts03 .interviewTitArea::after {
    width: 100%;
    right: 20px;
  }
}
#contents .addParts03 .interviewTitArea .interviewTit {
  display: table-cell;
  vertical-align: middle;
  background: url(img/arrow_green02.png) no-repeat right center;
  background-size: 14px auto;
  width: 505px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.466666;
  padding: 4.8rem 0;
  position: relative;
  color: #003953;
  box-sizing: border-box;
}
.interviewTit__small {
  color: inherit;
  border: none;
  font-size: 3rem;
  font-weight: inherit;
}
#contents .addParts03 .interviewTitArea .interviewTit a {
  display: inline-block;
}
#contents .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;
}
.addParts03 .interviewTitArea .interviewTxt {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  font-size: 1.4rem;
  line-height: 2;
  padding: 5.2rem 4.5rem 5.2rem 3.5rem;
  color: #010101;
}
.addParts03 .personArea {
  margin: 0 0 80px;
}
.addParts03 .personArea .personBox {
  display: table;
  padding: 3.5rem 4rem 2.5rem;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
}
.addParts03 .personArea .personBox + .personBox {
  margin-top: 2rem;
}
.addParts03 .personArea .personBox .pic {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.addParts03 .personArea .personBox .pic img {
  display: block;
  margin: 0 auto;
}
.addParts03 .personArea .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 130px);
  padding: 0 0 0 3rem;
}
.addParts03 .personArea .personBox dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #18b3e9;
  margin: 0 auto 2rem;
}
.addParts03 .personArea .personBox dl dd {
  position: relative;
  margin: 0 auto;
  color: #333;
  line-height: 2;
}
.addParts03 .personArea .personBox dl dd + dd {
  margin-top: 2rem;
}
.addParts03 .personArea .personBox dl dd.caption--voices {
  text-align: right;
  font-size: 1.4rem;
  color: #9a9a9a;
  line-height: 1.6;
}

.addParts03 .summaryArea {
  width: 100%;
  background: url("img/parts03_summary_bg.png") left top repeat;
  padding: 50px 50px 50px;
  margin: 0 0 60px;
}
#contents .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 .addParts03 .summaryArea .summaryTit span {
  font-size: 2.6rem;
  padding: 0 8px;

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

.addParts03 .btnArea {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#contents .addParts03 .btnArea .btn-internal {
  margin: 0 auto;
}
#contents .addParts03 .btnArea .btn-internal a {
  padding: 22px 70px 22px;
}
#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") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}
#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") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}

/* addParts--recommended */
.addTopArea {
  margin: 0 auto 6.5rem;
}
.addTxt {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
}
.addTxt + .addTxt {
  margin-top: 1.5rem;
}

/* addParts--detail */
.addParts--detail {
  margin: 0 auto;
  position: relative;
}
.addParts--detail::before {
  content: "";
  width: 708px;
  max-width: 80%;
  height: 98px;
  background: url(img/addparts_detail_deco.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -38px;
}
.addParts--detail .addTopArea {
  margin: -11.5rem auto 7.5rem;
  display: block;
  padding: 11.5rem 0 0;
}
#contents .addParts--detail .addTopArea .sttl {
  text-align: center;
  background: none;
  color: #003953;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: bold;
  padding: 0;
  margin: 0 auto 7rem;
  letter-spacing: 5px;
}
#contents .addParts--detail .addTopArea .sttl a {
  display: block;
}
.addParts--detail .sttl__small {
  display: block;
  border: none;
  font-size: 3rem;
  margin: 0 auto 1rem;
  color: inherit;
}
#index .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;
}
#index .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;
}
.addParts--detail .sliderArea {
  margin: 0 auto 6rem;
  max-width: 1100px;
}
#index .addParts--detail .slick-counter span {
  font-size: 1.2rem;
  color: #000;
}
.addParts--detail .sliderArea .slider .slidePic {
  height: auto;
  background: #fff;
}
.addParts--detail .sliderArea .slider .slidePic img {
  height: 458px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.addParts--detail .sliderArea .slider .slick-prev {
  left: 113px;
}
.addParts--detail .sliderArea .slider .slick-next {
  right: 113px;
}
.addParts--detail .sliderArea .slider .slick-counter {
  display: none;
}
.addParts--detail .sliderArea .caption {
  display: block;
  position: relative;
  top: 0;
  z-index: 1;
  padding: 0 3.5rem;
  margin: 1.2rem auto 0;
  text-align: center;
}
#index .addParts--detail .sliderArea .caption a {
  text-decoration: none;
}
.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: 12rem auto 0;
}
#index .addParts--detail .block__item__title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0 auto 4.5rem;
}
.addParts--detail .icoTxt {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.666666;
  font-weight: 500;
  color: #4667BE;
  margin: 25px 0px 25px 0px;
}
.addParts--detail .icoTxt__small {
  font-weight: inherit;
  font-size: 2.4rem;
  border: none;
}
.addParts--detail .icoTxt__emp {
  border: none;
  font-weight: inherit;
  color: #ff6b3d;
}
.block__modal-contents {
  display: none;
  position: absolute;
  bottom: 160px;
  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;
  z-index: 1;
}

.block__modal-contents span:not([class]) {
  background: linear-gradient(transparent 60%, rgb(255 234 0 / 40%) 60%);
  color: #ffffff;
  font-weight: 500;
}

.addParts--detail .priceAreaInner {
  display: flex;
  align-items: baseline;
}
.addParts--detail .block__item--feature {
  margin: 10rem auto 0;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_feature_deco.png) no-repeat left 20px top;
}
#index .addParts--detail .block__item--feature .type-c {
  background-color: #F7F5F2;
  width: calc((100% - 5.5rem) / 2);
  padding: 5.5rem 3rem 3rem;
}
#index .addParts--detail .block__item--feature .type-c::before {
  top: -14px;
  left: 16px;
}
#index .addParts--detail .block__item--feature .type-c .frame-head {
  color: #4667BE;
  font-size: 2.4rem;
  margin: 0 auto 1rem;
}
#index .addParts--detail .frame-wrap {
  margin-top: 4.5rem;
  padding: 4rem 0 0;
  flex-wrap: nowrap;
  margin: 8rem auto 2rem;
}
.addParts--detail .block__item--voices {
  margin: 10.2rem auto 0;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_voices_deco.png) no-repeat left 20px top;
}
.addParts--detail .personArea--voices {
  margin: 6rem auto 0;
}
.addParts--detail .infoArea--information {
  margin: 12rem auto 0;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_information_deco.png) no-repeat left 20px top;
}
.addParts--detail .infoBox--information {
  margin: 6rem auto 0;
}

/* addParts--comparison */
.addParts--comparison {
  background: url(img/bg_addParts-pr.jpg) no-repeat center;
  background-size: cover;
  padding: 3rem 0 10rem;
}
#index .addParts__title--pr {
  position: relative;
}
#index .addParts__title--pr a {
  display: table;
  background: url(img/arrow_green02.png) no-repeat right center;
  color: #003953;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 4rem 7rem;
  margin: 0 auto 7rem;
}
.addParts__title--pr::before {
  content: "";
  position: absolute;
  background: url(img/bg_addParts-title-pr.png) no-repeat;
  width: 227px;
  height: 46px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
}
.addParts__title--pr span {
  color: #F3A200;
  font-size: 3.6rem;
}
.addParts--pr__flex {
  display: flex;
  justify-content: space-between;
}
.addParts--pr__img {
  width: 48%;
  padding-left: 4rem;
}
.addParts--pr__content {
  width: 50%;
}
#index .addParts--pr .btn-internal {
  width: 442px;
  margin: 3.5rem 0;
}

/* addParts--list */
.addParts--list {
  margin: 1rem auto 0;
}
#index .addParts--list .addTopArea .sttl {
  position: relative;
  margin: 0 auto 9rem;
  color: #003953;
  font-size: 3rem;
  background: none;
  border-bottom: 1px solid #111;
  padding: 0 0.5rem 2rem 0;
  font-weight: bold;
  line-height: 1.5;
}
.addParts--list .addParts__title__small {
  font-size: 3rem;
  border: none;
  color: inherit;
}
#index .addParts--list .addTopArea .sttl::after {
  content: "";
  width: calc(100% - 3rem);
  height: 90px;
  background: url(img/list_h2_deco.png) no-repeat bottom 2rem left 3.3rem;
  position: absolute;
  bottom: -65px;
  left: -15px;
  z-index: -1;
}
#index .addParts--list .addTopArea .sttl a {
  display: block;
  background: url(img/arrow_green02.png) no-repeat right center;
  background-size: 10px auto;
  padding-right: 2rem;
}
#index .addParts--list .addTxt {
  width: 100%;
}
#index .frame-wrap--list {
  margin: 2rem auto 0;
}
#index .frame-wrap .frame--list {
  width: calc((100% - 4.6rem) / 3);
  border: 1px solid #003953;
  margin-right: 2.3rem;
  padding: 3rem 2.5rem 4.3rem;
}
#index .frame-wrap .type-b .frame-head--list {
  font-size: 2.6rem;
  padding: 0 0 2rem 0.3rem;
  border-bottom: 1px solid #003953;
  margin: 0 auto 2rem;
}
#index .frame-wrap .type-b .frame-head--list::after {
  content: none;
}
#index .frame-wrap .type-b .frame-head--list a {
  width: 100%;
  background: url(img/arrow_green02.png) right center no-repeat;
  background-size: 12px auto;
  margin: 0 auto;
}
#index .frame-wrap .frame--list p {
  font-size: 1.4rem;
}
#index .frame-wrap .type-b .frame-body--list {
  margin: 0 auto;
  padding: 0;
}
#index .frame-wrap .type-b .frame__table--list th {
  width: 29%;
  font-weight: bold;
}
#index .frame-wrap .type-b .frame__table--list td {
  background: #fff;
}
#index .addParts--list .btn-link a {
  background: url(img/arrow_green02.png) top 7px left no-repeat;
  background-size: 10px auto;
}

/* addParts--area */
.addParts--area {
  background: url(img/bg_addParts-area1.png) no-repeat top 56rem left -9rem, url(img/bg_addParts-area2.png) no-repeat bottom 0 right 9rem;
  margin: 9rem auto;
  padding: 5rem 0 0;
}
#index .addParts--area .interviewTitArea .interviewTit::after {
  width: 308px;
  height: 75px;
  background: url(img/area_h2_deco.png) no-repeat;
  top: -75px;
  left: 0;
}
@media screen and (min-width: 481px) and (max-width: 1400px) {
  #index .addParts--area .interviewTitArea .interviewTit::after {
    left: 10px;
  }
}
#index .box-wrap--area {
  margin: 9rem auto 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 481px) and (max-width: 1199px) {
  #index .box-wrap--area::after {
    right: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1484px) {
  #index .box-wrap--area::after {
    right: calc(50% - 49vw);
  }
}
#index .box-wrap .box--area {
  padding: 4.2rem 0 0;
  width: calc((100% - 8.2rem) / 2);
  position: relative;
}
#index .box-wrap .box--area:nth-child(n + 3) {
  margin-top: 6.3rem;
}
#index .box-wrap .box--area::before {
  display: none;
}
#index .box-wrap .box--area .box-head {
  font-size: 2.6rem;
  margin: 2rem auto 1rem;
  padding: 0;
}
#index .box-wrap .box--area .box-body p {
  width: 100%;
  float: none;
  color: #333;
  font-size: 1.4rem;
  margin: 0 auto;
}
#index .box-wrap .box--area .box-body p + p {
  margin-top: 1.5rem;
}
#index .addParts--area .box__list--area {
  margin: 3rem auto 0;
  background: #f5f5f5 url(img/area_list_deco.png) no-repeat left 23px center;
  min-height: 129px;
  padding: 2.8rem 1.5rem 2.8rem 7.7rem;
}
#index .addParts--area .box__list__item--area {
  font-size: 1.6rem;
  padding: 0 0 0.4rem 3rem;
  background: url(img/area_list_icon.png) no-repeat left center;
  background-size: 16px auto;
  line-height: 1.75;
}
#index .addParts--area .box__list__item--area + .box__list__item--area {
  margin-top: 1rem;
}

/* addParts--points */
.addParts--points {
  margin: 16rem auto 0;
  padding: 5.3rem 0 0;
}
#index .addParts--points .interviewTitArea .interviewTit::after {
  width: 380px;
  height: 75px;
  background: url(img/points_h2_deco.png) no-repeat;
  top: -77px;
  left: 0;
}
@media screen and (min-width: 481px) and (max-width: 1400px) {
  #index .addParts--points .interviewTitArea .interviewTit::after {
    left: 10px;
  }
}
#contents .addParts--points .interviewTitArea .interviewTit {
  line-height: 1.45;
}
#index .frame-wrap--points {
  margin: 13.5rem auto 5rem;
}
#index .frame-wrap .frame--points {
  width: calc((100% - 4.8rem) / 3);
  margin-right: 2.4rem;
  background: #F7F5F2;
  border: none;
}
#index .frame-check {
  padding: 3.5rem 2rem 3.5rem 28rem;
  margin-bottom: 8rem;
}
#index .frame-check:nth-child(1) {
  background: url(img/bg_frame-check1.png) no-repeat left center;
  background-size: 23%;
}
#index .frame-check:nth-child(2) {
  background: url(img/bg_frame-check2.png) no-repeat left center;
  background-size: 23%;
}
#index .frame-check:nth-child(3) {
  background: url(img/bg_frame-check3.png) no-repeat left center;
  background-size: 23%;
}
#index .frame-check:nth-child(4) {
  background: url(img/bg_frame-check4.png) no-repeat left center;
  background-size: 23%;
}
#index .frame-check:nth-child(5) {
  background: url(img/bg_frame-check5.png) no-repeat left center;
  background-size: 23%;
}
#index h3.frame-check__title {
  background: url(img/arrow_green02.png) no-repeat right center;
  background-size: 10px auto;
  font-size: 2.6rem;
  font-weight: bold;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
#index .addParts--points .btn-internal {
  /* width: 85%; */
  margin: 0 auto;
}
#index .addParts--points .btn-internal a {
  background: url(img/arrow_white02_up.png) right 22px center no-repeat, linear-gradient(90deg, #147FC3, #044C80);
  line-height: 1.375;
  padding: 1.5rem 4.5rem;
}


@supports (-ms-ime-align: auto) {
  /* Edge対策 */
  #index .frame-wrap .frame--points {
    width: calc((100% - 4.81rem) / 3);
  }
}

#index .frame-wrap .frame--points .frame-head {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 2rem 1rem;
  display: table;
  width: 100%;
  vertical-align: middle;
}
#index .frame-wrap .frame--points .frame-head a {
  background: url(img/arrow_black02.png) right center no-repeat;
  background-size: 12px auto;
  text-align: center;
}
#index .frame-wrap .frame--points .thumb {
  padding: 0 3rem;
  text-align: center;
  margin: 0 auto 1rem;
}
#index .frame .frame-body--points {
  padding: 0 3rem 3rem;
}

@media screen and (max-width: 480px) {
  /* SP */
  /*------------
  Index
  ------------*/

  #contents {
    width: 100%;
    margin: 0 auto 5rem;
  }

  /*--------------------------------------
  　visArea
  ---------------------------------------*/
  #visArea {
    margin: 0 auto 0rem;
  }
  #visArea .mainArea {
    background: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #visArea .mainArea .mainAreaInner {
    max-width: 100%;
    padding: 38.625vw 0 0;
    background: url(img/mv_pic_sp.jpg) no-repeat top 0vw left 8rem;
    background-size: 100% auto;
    position: relative;
  }
  #visArea .mainArea .mainAreaInner::after {
    content: none;
  }
  #visArea .mainArea .siteNameArea {
    display: table;
    background: url("img/mv_pic_sp.jpg") center top no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    margin: 0 auto;
  }
  #visArea .mainArea .siteName {
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 0vw;
    left: 4.375vw;
    width: 18.75vw;
  }

  #visArea .mainArea .mainTxtBox {
    width: 100%;
    padding: 0;
    margin: 2.2rem auto 0;
  }
  #visArea .mainArea .catchArea {
    padding: 0 0 0.5rem;
    margin: 0 auto 1rem;
  }
  #visArea .mainArea .catchArea::after {
    background: url(img/mv_catch_deco.png) no-repeat bottom left;
    background-size: contain;
    width: 165px;
    height: 11px;
    left: 4%;
    bottom: 0;
  }
  #visArea .mainArea .catchArea .catch {
    font-size: 2rem;
    padding: 0 0 0.5rem 4%;
    border-bottom: 1px solid #111;
    max-width: 96%;
    margin: 0 auto 0 0;
    background: #ffffffeb;
  }
  .catch__emp--blue01 {
    font-size: 2.2rem;
  }
  .catch__emp--blue02 {
    font-size: 2.8rem;
  }
  #visArea .mainArea .txtArea {
    max-width: 92%;
    margin: 1rem auto 0;
  }

  #visArea .mainArea__item {
    margin: 0 auto;
    width: 100%;
  }
  #visArea .mainArea .siteNameArea {
    margin: 0 0 30px;
  }
  #visArea .mainArea .siteName img.sp {
    margin: 0 auto 0 0;
    width: auto;
  }
  #visArea .mainArea .txtArea p {
    color: #333;
    line-height: 1.71;
    width: 100%;
  }

  /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
  #contents .box-wrap .box {
    width: 100%;
  }

  /*type-a*/
  #contents .box-wrap .type-a .box-body p {
    width: calc(100% - 95px);
  }
  /*type-b*/
  #contents .box-wrap .type-b {
    padding: 3rem 0 3rem;
  }

  /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
  #contents .frame {
    width: 100%;
    margin: 0 0 2rem;
  }

  #contents .frame .frame-body {
    padding: 0 1.5rem 3rem;
  }

  /*type-a*/
  #contents .frame-wrap .type-a .frame-catch {
    padding: 1.5rem 2.5rem;
  }
  #contents .frame-wrap .type-a .frame-head {
    padding: 1.8rem 1.5rem;
  }
  #contents .frame-wrap .type-a .thumb {
    width: 80%;
  }
  #contents .frame-wrap .type-a ul.icoArea {
    width: 100%;
  }
  #contents .frame-wrap .type-a ul.icoArea li {
    width: calc(100% / 3);
    margin: 0 0 0 0;
  }
  #contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
  }
  #contents .frame-wrap .type-a ul.icoArea li:nth-child(3n + 1) {
    margin: 0 0 0 0;
  }
  #contents .frame-wrap .type-a ul.icoArea li:nth-child(n + 4) {
    margin-top: 1.6rem;
  }

  /*type-b*/
  #contents .frame-wrap .type-b .frame-head {
    padding: 1.8rem 1.5rem;
  }
  #contents .frame-wrap .type-b .thumb {
    width: 80%;
  }

  /*btn-web*/
  #contents .frame .frame-body .btn-web {
    width: 85%;
  }

  /*--------------------------------------
  オリジナル
  ---------------------------------------*/

  /***** addParts01 *****/

  .addParts01 {
    width: 85%;
    margin: 0 auto 90px;
  }
  .addParts01 .addInner {
    width: 100%;
    margin: 0 auto;
  }
  .addParts01 p {
    margin: 0;
  }
  .addParts01 .aadPartsTit {
    text-align: center;
  }
  .addParts01 .block {
    width: 100%;
    margin: 0 0 2.5rem;
    float: none;
  }
  .addParts01 .block:first-child {
    margin: 0 0 2.5rem;
  }
  .addParts01 .block:nth-child(3n + 1) {
    margin: 0 0 2.5rem;
  }
  .addParts01 .block:nth-child(n + 4) {
    margin: 0 0 2.5rem;
  }
  .addParts01 .block:last-child {
    margin: 0 0 0;
  }
  .addParts01 .block .catch {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px 10px;
    margin: 0 0 0;
  }
  .addParts01 .block a {
    display: block;
  }
  .addParts01 .scrollArea {
    background-color: #f5f5dc;
    padding: 1rem 4rem 2rem 1.5rem;
    position: relative;
  }
  .addParts01 .scrollArea::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("img/scroll_arrow.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 10px);
    left: auto;
    right: 10px;
    bottom: auto;
  }
  .addParts01 .scrollArea .priceArea {
    display: table;
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .addParts01 .scrollArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    background-color: #333;
    padding: 0.7rem 1rem 0.8rem;
  }
  .addParts01 .scrollArea .priceArea .priceTit br {
    display: none;
  }
  .addParts01 .scrollArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #8c8200;
    background-color: #fff;
    padding: 0.7rem 1rem 0.8rem;
  }
  .addParts01 .scrollArea .priceArea .price span {
    font-size: 1.2rem;
    color: #333;
    padding: 0 0 0 5px;
  }
  .addParts01 .scrollArea .companyName {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

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

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

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

  /*sttl*/
  #index .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*/
  .addParts02 .block {
    padding: 3rem 0 3rem;
    margin: 0 auto;
    position: relative;
  }
  .addParts02 .block + .block {
    margin-top: 5rem;
  }
  .addParts02 .block::before {
    width: 10px;
    height: 313px;
    background-size: contain;
    top: -10px;
    left: 16px;
  }
  .addParts02 .blockTitArea {
    padding: 0 4rem;
    margin: 0 0 2.5rem;
  }
  .addParts02 .blockTitSub {
    font-size: 1.4rem;
    margin: 0 auto 2.5rem;
    padding: 1.5rem 2.5rem;
  }
  .addParts02 .blockTitSub::before {
    left: -6px;
    top: -6px;
    background-size: 13px auto;
  }
  .addParts02 .blockTitSub::after {
    width: 20px;
    height: 10px;
    bottom: -10px;
  }
  #index .addParts02 .blockTit {
    font-size: 2rem;
  }
  .addParts02 .blockTitSub span {
    font-size: 2.4rem;
  }

  /*slideTxtArea*/
  .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;
  }
  .addParts02 .slideTxtArea::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .addParts02 .caption {
    margin: 0 0 5rem;
  }
  .addParts02 .slideTit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 8px;
  }
  .addParts02 .slideTxt {
    line-height: 1.6;
  }
  /*テキスト動き*/
  .addParts02 .slideTxtArea {
    opacity: 0;
    transition: all 1s 0s ease;
    transition-delay: 300ms;
  }
  .addParts02 .slick-slide.slick-current .slideTxtArea,
  .addParts02 .slick-slide.is-active-next .slideTxtArea {
    opacity: 1;
  }
  .addParts02 .slideTxtInner {
    opacity: 0;
    margin-left: -15px;
    transition: all 0.5s 0s ease;
    transition-delay: 600ms;
  }
  .addParts02 .slick-slide.slick-current .slideTxtInner,
  .addParts02 .slick-slide.is-active-next .slideTxtInner {
    opacity: 1;
    margin-left: 0;
  }

  .addParts02 .priceIcoArea {
    width: 92%;
    height: 100%;
    overflow: hidden;
    padding: 3rem 0;
    margin: 0 auto 3rem;
    position: relative;
  }
  .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;
  }
  .addParts02 .priceIcoArea .priceArea .price {
    font-size: 3.2rem;
    font-feature-settings: "palt";
  }
  .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;
  }

  .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    float: none;
  }
  .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0 0 3rem;
    float: none;
  }
  .addParts02 .priceIcoArea .icoArea li:first-child {
    margin: 0 0 3rem;
  }
  .addParts02 .priceIcoArea .icoArea li:nth-child(3n + 1) {
    margin: 0 0 3rem;
  }
  .addParts02 .priceIcoArea .icoArea li:nth-child(n + 4) {
    margin: 0 0 3rem;
  }
  .addParts02 .priceIcoArea .icoArea li:last-child {
    margin: 0 0 0;
  }
  #index .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    display: block;
  }
  #index .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0;
    max-width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
  }
  #index .addParts02 .priceIcoArea .icoArea li + li {
    margin-top: 1.1rem;
  }
  #index .addParts02 .priceIcoArea .icoArea li .icoTtl {
    width: 180px;
    flex-shrink: 0;
    margin: 0 1.5rem 0 0;
    font-size: 1.6rem;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: auto;
  }
 
  #index .addParts02 .priceIcoArea .icoArea li:nth-of-type(-n + 4) .icoTtl {
    background: url(img/question_mark01.png) no-repeat right 2.8rem center
    #FFD86F;
  }
  #index
    .addParts02
    .priceIcoArea
    .icoArea
    li:nth-of-type(-n + 4)
    .icoTtl:hover {
    background: url(img/question_mark02.png) no-repeat right 2.8rem center
    #FFD86F;
  }
  #index .addParts02 .priceIcoArea .icoArea li:nth-of-type(n + 5) .icoTtl {
    background: url(img/question_mark01.png) no-repeat right 2.8rem center
    #FFD86F;
  }
  #index
    .addParts02
    .priceIcoArea
    .icoArea
    li:nth-of-type(n + 5)
    .icoTtl:hover {
    background: url(img/question_mark02.png) no-repeat right 2.8rem center
    #FFD86F;
  }
  #index .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%;
  }
  #index .addParts02 .priceIcoArea .icoArea li .icoTtl:focus,
  #index .addParts02 .priceIcoArea .icoArea li .icoTtl a:focus {
    outline: none;
  }
  #index .addParts02 .priceIcoArea .icoArea li .icoTtl a:hover {
    opacity: 1;
  }
  #index .addParts02 .priceIcoArea .icoArea li .icoTtl span {
    border: none;
    color: inherit;
    font-weight: inherit;
    font-size: 1.4rem;
  }

  .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;
  }

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

  .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%;
    font-size: 1.4rem;
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding: 1rem;
  }
  #contents .addParts02 .infoArea .infoBox table td {
    display: table-cell;
    font-size: 1.3rem;
    padding: 1rem;
    border-bottom: 1px solid #9d9d9d;
  }

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

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

  .addParts03 {
    width: 100%;
    margin: 6.5rem auto 7rem;
  }
  .addParts03 .addInner {
    width: 92%;
    margin: 0px auto;
    margin-bottom: 3rem;
  }
  .addParts03 p {
    margin: 0;
  }

  .addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 3rem;
    display: block;
  }
  .addParts03 .addTopArea .addTopPic {
    width: 100%;
    /* margin: 1rem 0 0; */
    position: relative;
  }
  .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;
  }
  .addParts03 .personMainArea {
    padding: 4.5rem 2rem 2rem 4.8rem;
    margin: 0 auto 2.5rem;
    position: relative;
  }
  .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;
  }
  .addParts03 .personMainArea .personBox {
    display: block;
  }
  .addParts03 .personMainArea .personBox .pic {
    display: block;
    width: 100px;
    position: absolute;
    top: 25px;
    left: 8px;
  }
  .addParts03 .personMainArea .personBox .pic img {
    border-radius: 100px;
  }
  .addParts03 .personMainArea .personBox dl {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
  }
  .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;
  }
  .addParts03 .personMainArea .personBox dl dt span {
    display: block;
    font-size: 1.3rem;
    color: #333;
  }
  .addParts03 .personMainArea .personBox dl dd {
    display: block;
    width: 100%;
    margin: 1.5rem 0 0;
  }
  .addParts03 .interviewTitArea {
    display: block;
    padding: 0 4% 2.5rem 0;
    margin: 0 0 1rem;
  }
  .addParts03 .interviewTitArea::before {
    right: 100%;
  }
  .addParts03 .interviewTitArea::after {
    width: 100%;
    right: 20px;
  }
  #contents .addParts03 .interviewTitArea .interviewTit {
    display: block;
    width: 100%;
    background: url(img/arrow_green02.png) no-repeat right 15px center;
    background-size: 10px auto;
    font-size: 2.2rem;
    padding: 3rem 0 2rem;
    position: relative;
    max-width: inherit;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .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);
  }
  .addParts03 .interviewTitArea .interviewTxt {
    display: block;
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
    border-left: none;
    padding: 0 0.5rem 0 0;
  }
  .addParts03 .personArea {
    margin: 0 0 4rem;
  }
  .addParts03 .personArea .personBox {
    padding: 2rem 4%;
  }
  .addParts03 .personArea .personBox .pic {
    display: block;
    width: 80px;
    float: left;
    margin: 0 1.5rem 1rem 0.8rem;
  }
  .addParts03 .personArea .personBox dl {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }
  .addParts03 .personArea .personBox dl dt {
    font-size: 1.5rem;
    margin: 0 auto 1.2rem;
  }
  .addParts03 .personArea .personBox dl dd {
    margin: 0 auto;
  }
  .addParts03 .personArea .personBox dl dd + dd {
    margin-top: 1.5rem;
  }
  .addParts03 .personArea .personBox dl dd.caption--voices {
    font-size: 1rem;
  }

  .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;
  }
  .addParts03 .summaryArea .txtArea {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.5rem;
  }
  .addParts03 .summaryArea .txtArea .catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 2rem;
  }
  .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 */
  .addParts--detail {
    margin: 6rem auto 0;
    padding: 3.5rem 0 6rem;
  }
  .addParts--detail::before {
    width: 220px;
    height: 31px;
    top: -11px;
  }
  .addParts--detail .addInner {
    max-width: 92%;
  }
  .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;
  }
  .addParts--detail .sttl__small {
    font-size: 1.8rem;
    margin: 0 auto 0.5rem;
  }
  .addTxt {
    max-width: 100%;
    line-height: 1.8;
    width: 100%;
  }
  #index .addParts--detail .personMainArea__title {
    right: 20px;
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
  #index .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;
  }
  .addParts--detail .sliderArea {
    margin: 0 auto 5rem;
  }
  .addParts--detail .sliderArea .slider .slick-prev {
    left: 0;
    top: 45%;
  }
  .addParts--detail .sliderArea .slider .slick-next {
    right: 0;
    top: 45%;
  }
  #index .addParts--detail .slick-counter span {
    font-size: 1rem;
  }
  .addParts--detail .sliderArea .slider .slidePic {
    height: auto;
  }
  .addParts--detail .sliderArea .slider .slidePic img {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 300px;
  }
  .addParts--detail .sliderArea .caption {
    margin: 1rem auto 0;
  }
  .addParts--detail .block__item--performance {
    overflow: visible;
    width: 100%;
    padding: 1.2rem 4% 1.5rem;
    background-size: auto 31.5px;
    margin: 0 auto;
    height: auto;
  }
  #index .addParts--detail .block__item__title {
    font-size: 1.8rem;
    margin: 0 auto 3rem;
  }
  #index .modal-description--detail {
    margin: 0 auto 2rem;
    text-align: center;
  }
  .addParts--detail .icoTxt {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  .addParts--detail .icoTxt__small {
    font-weight: inherit;
    font-size: 1.8rem;
    border: none;
    padding: 0.7rem 0 0 0.3rem;
  }
  .addParts--detail .icoTxt__emp {
    border: none;
    font-weight: inherit;
    color: #ff6b3d;
  }
  .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;
  }
  .addParts--detail .priceAreaInner {
    align-items: baseline;
  }
  .addParts--detail .block__item--feature {
    margin: 6rem auto 0;
    padding: 1.5rem 4% 0;
    background-size: auto 31.5px;
  }
  #index .addParts--detail .frame-wrap {
    margin: 3rem auto 4rem;
    padding: 2rem 0 0;
    display: block;
  }
  .addParts--detail .block__item--voices {
    margin: 6rem auto 0;
    padding: 1.5rem 4% 0;
    background-size: auto 31.5px;
  }
  .addParts--detail .personArea--voices {
    margin: 3rem auto 0;
  }
  .addParts--detail .infoArea--information {
    margin: 6rem auto 4rem;
    padding: 1.5rem 4% 0;
    background-size: auto 31.5px;
    width: 100%;
  }
  .addParts--detail .infoArea--information .block__item__title {
    color: #000;
  }
  .addParts--detail .infoBox--information {
    margin: 3rem auto 0;
  }

  /* addParts--comparison */
  .addParts--comparison {
    margin: 6rem auto 0;
    padding: 0 4% 3%;
  }
  .addParts--comparison .addTopArea {
    margin: 0 auto 3rem;
  }
  #index .addParts__title--comparison {
    letter-spacing: normal;
    background-size: auto 20px;
    background-position: bottom 1.2rem center;
    font-size: 2.2rem;
    padding: 0 0 4.5rem;
    margin: 0 auto 2rem;
  }
  .addParts--comparison .addParts__title__small {
    font-size: 1.8rem;
    margin: 0 auto 0.5rem;
  }
  .addParts__title--comparison::after {
    height: 60px;
    background-size: 12px auto;
  }
  #index .addParts__table--comparison {
    margin: 0 auto;
    display: table;
  }
  #index .addParts__table__blank--comparison {
    background: inherit;
  }
  #index .addParts__table--comparison th {
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
    display: table-cell;
    width: auto;
    border-right: solid 1px #fff;
    font-feature-settings: "palt";
  }
  #index .addParts__table--comparison tr:first-of-type th {
    padding: 1.2rem 0.5rem;
  }
  #index .addParts__table--comparison th:first-of-type {
    width: 20%;
  }
  #index .addParts__table--comparison td {
    font-size: 1.4rem;
    padding: 1rem 0.8rem;
    display: table-cell;
    border-right: solid 1px #fff;
  }
  .addParts__table__emp01--comparison {
    font-size: 1.3rem;
  }
  .addParts__table__emp02--comparison {
    color: #ff6b3d;
  }
  .addParts__table__small--comparison {
    font-size: 1rem;
  }
  #index .btn-internal--comparison {
    margin: 4rem auto 0.6rem;
  }
  .btn-internal--comparison a {
    background-size: 4px auto;
    background-position: right 15px center;
  }

  /* addParts--list */
  .addParts--list {
    margin: 0.5rem auto 0;
  }
  #index .addParts--list .addTopArea .sttl {
    position: relative;
    margin: 0 auto 5rem;
    font-size: 2.2rem;
    letter-spacing: normal;
    background: none;
    border-bottom: 2px solid #111;
    padding: 0 0 1rem;
    font-weight: bold;
    line-height: 1.5;
    font-feature-settings: "palt";
    text-align: left;
  }
  .addParts--list .addParts__title__small {
    font-size: 1.8rem;
  }
  #index .addParts--list .addTopArea .sttl::after {
    width: calc(100% - 2rem);
    height: 55px;
    background-size: 30px auto, 12px auto;
    background-position: bottom 1rem left 3rem, center;
    bottom: -40px;
  }
  .addParts--list .addTxt {
    max-width: 100%;
  }
  .addParts--list .addTopArea .addTxt span {
    background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.4) 60%);
    font-weight: inherit;
    color: inherit;
    border: none;
  }
  #index .frame-wrap--list {
    margin: 3.5rem auto 0;
    width: 100%;
    max-width: 100%;
  }
  #index .frame-wrap .frame--list {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 5% 2.5rem;
  }
  #index .frame-wrap .frame--list + .frame--list {
    margin-top: 2.5rem;
  }
  #index .frame-wrap .type-b .frame-head--list {
    font-size: 2rem;
    padding: 0 0 2rem;
    margin: 0 auto 1.5rem;
    display: block;
  }
  #index .frame-wrap .type-b .frame-head--list::after {
    content: none;
  }
  #index .frame-wrap .type-b .frame-head--list a {
    width: 100%;
    margin: 0 auto;
    background-size: 10px auto;
  }
  #index .frame-wrap .type-b .frame-body--list {
    margin: 0 auto;
    padding: 0;
  }
  #index .frame-wrap .type-b .frame__table--list th {
    width: 40%;
    border-bottom: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
  }
  #index .frame-wrap .type-b .frame__table--list td {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #9d9d9d;
  }
  #index .addParts--list .btn-link a {
    background: url(img/arrow_green02.png) right 15px center no-repeat #fff;
    background-size: 10px auto;
  }

  /* addParts--area */
  .addParts--area {
    margin: 8rem auto 0;
    padding: 2.5rem 0 0;
  }
  #index .addParts--area .interviewTitArea .interviewTit::after {
    width: 152px;
    height: 32px;
    top: -32px;
    left: 0;
    background: url(img/area_h2_deco.png) no-repeat;
    background-size: 78%;
  }
  #index .box-wrap--area {
    margin: 4rem auto 0;
  }
  #index .box-wrap--area::after {
    display: none;
  }
  #index .addParts--area .box-wrap .box--area {
    padding: 3rem 0 0;
    width: 100%;
    border: none;
  }
  #index .box-wrap .box--area:nth-child(n + 2) {
    margin-top: 3.5rem;
  }
  #index .box-wrap .box--area::before,
  #index .box-wrap .box--area:nth-child(2)::before,
  #index .box-wrap .box--area:nth-child(3)::before,
  #index .box-wrap .box--area:nth-child(4)::before {
    height: 33px;
  }
  #index .box-wrap .box--area .box-head {
    font-size: 2rem;
    margin: 1.5rem auto;
    padding: 0 4%;
  }
  #index .box-wrap .box--area .box-body p {
    width: 100%;
  }
  #index .box-wrap .box--area .box-body p + p {
    margin-top: 1.5rem;
  }
  #index .addParts--area .box__list--area {
    margin: 2rem auto 0;
    background-size: 15px auto;
    background-position: left 10px center;
    min-height: 80px;
    padding: 1.5rem 4% 1.5rem 4rem;
  }
  #index .addParts--area .box__list__item--area {
    padding: 0 0 0.2rem 2.5rem;
    line-height: 1.6;
  }
  #index .addParts--area .box__list__item--area + .box__list__item--area {
    margin-top: 1rem;
  }

  /* addParts--points */
  .addParts--points {
    margin: 9rem auto 0;
    padding: 2.5rem 0 0;
  }
  #index .addParts--points .interviewTitArea .interviewTit::after {
    width: 133px;
    height: 32px;
    background: url(img/points_h2_deco.png) no-repeat;
    background-size: 78%;
    top: -28px;
    left: 0%;
  }
  #contents .addParts--points .interviewTitArea .interviewTit {
    line-height: 1.45;
  }
  #contents .addParts03 .interviewTitArea .interviewTit a {
    padding-right: 3rem;
  }
  #index .frame-wrap--points {
    margin: 4.5rem auto 3rem;
    width: 100%;
    max-width: 100%;
  }
  #index .frame-wrap .frame--points {
    width: 100%;
    margin: 0 auto;
  }
  #index .frame-wrap .frame--points .frame-head {
    font-size: 1.8rem;
    padding: 1.8rem 5%;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #index .frame-wrap .frame--points .frame-head a {
    display: block;
  }
  #index .frame-wrap .frame--points .thumb {
    width: auto;
    padding: 0 5%;
    margin: 0 auto 1.5rem;
    max-width: 150px;
  }
  #index .frame .frame-body--points {
    padding: 0 5% 2.5rem;
  }

  #index .addParts--detail .block__item--feature .type-c {
    width: 100%;
    padding: 4.5rem 2rem 3rem;
  }
  #index .addParts--detail .block__item--feature .type-c .frame-head {
    font-size: 1.8rem;
  }

  .addParts--pr {
    padding: 1rem 0 5rem;
  }
  #index .addParts__title--pr a {
    background-size: 10px auto;
    font-size: 2rem;
    padding: 2rem 3rem;
    margin: 0 auto 5rem;
  }
  .addParts__title--pr span {
    font-size: 2.8rem;
  }
  .addParts--pr__flex {
    display: block;
  }
  .addParts--pr__img {
    width: 100%;
    padding-left: 0;
  }
  .addParts--pr__content {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
  }
  #index .addParts--pr .btn-internal {
    width: 250px;
    margin: 3.5rem auto;
  }

  #index .frame-check {
    padding: 12rem 2rem 3.5rem;
    margin-bottom: 0;
  }
  #index .frame-check:nth-child(1) {
    background: url(img/bg_frame-check1.png) no-repeat center top;
    background-size: 120px auto;
  }
  #index .frame-check:nth-child(2) {
    background: url(img/bg_frame-check2.png) no-repeat center top;
    background-size: 120px auto;
  }
  #index .frame-check:nth-child(3) {
    background: url(img/bg_frame-check3.png) no-repeat center top;
    background-size: 120px auto;
  }
  #index .frame-check:nth-child(4) {
    background: url(img/bg_frame-check4.png) no-repeat center top;
    background-size: 120px auto;
  }
  #index .frame-check:nth-child(5) {
    background: url(img/bg_frame-check5.png) no-repeat center top;
    background-size: 120px auto;
  }
  #index h3.frame-check__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

}
