@charset "utf-8";
.lp2 p.red {
    color: #ee3333;
}
.lp2 .faq-item {
            margin-bottom: 20px;
            padding: 15px;
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .lp2 .faq-item h3 {
            margin-top: 0;
            color: #333333;
        }
        .lp2 .faq-item .answer {
            padding-left: 20px;
            margin-top: 10px;
        }
        .lp2 .faq-item .answer .label {
            font-weight: bold;
            color: #0056b3;
        }
        .lp2 .faq-item .answer p {
            margin: 5px 0;
        }
        .lp2 .faq-item .answer .recommendation {
            color: #555555;
        }

.lp2 .rightTxt:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 0.5rem;
    padding: 0 0.2rem;
}
.lp2 .kyocho {
    font-weight: bold;
    font-size: 16px;
    color: #e77e32;
    margin: 45px 0 0 0;
}
.lp2 .inyo {
    word-break: break-all;
    font-size: 10px !important;
    color: #696969;
}
.lp2 .inyo a {
    color: #696969;
}

/*20220628oki*/

.lp2 .kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 1rem;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    clear: both;
}
.lp2 .readmore-content {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.lp2 .readmore-content::before {
    display: block;
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, #fff 100%);
    z-index: 2;
}
.lp2 .readmore-label {
    display: block;
    /* bottom: 1rem; */
    left: 0;
    right: 0;
    max-width: max-content;
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #ff6900;
    box-shadow: 3px 4px 0px #964e00;
    color: #FFF;
}
.lp2 .readmore-label:hover {
    opacity: 0.7;
}
.lp2 .readmore-check {
    display: none;
}
.lp2 .readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.lp2 .readmore-label:before {
    content: "\7D9A\304D\3092\8AAD\3080";
}
.lp2 .readmore-check:checked~.readmore-label:before {
    content: "\9589\3058\308B";
}
.lp2 .readmore-check:checked~.readmore-content {
    height: auto;
}
.lp2 .readmore-check:checked~.readmore-content::before {
    display: none;
}
#main .lp2 .kanren a {
    display: block;
}
.lp2 .kanren li {
    padding-left: 15px;
    margin-bottom: 8px;
}
.lp2 .kanren .midashi {
    padding: 1rem 2rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    background: linear-gradient(transparent 50%, #a5dcf2b5 30%);
    text-shadow: 2px 1px 1px #fff;
    max-width: max-content;
    margin: 0 auto;
}
.lp2 .kanren a {
    display: block;
    padding-left: 1rem;
    position: relative;
    z-index: 1;
}
.lp2 .kanren:after {
    content: "";
    background: url(./img/addParts--recommended_right.png) no-repeat center center /contain;
    padding: 12rem 5rem;
    position: absolute;
    right: 2rem;
    top: 5rem;
}

/*目次追加0907*/
/* 見出しを非表示 */
.lp2 .is-hidden {
    display: none;
}

.lp2 .is-hidden {
    display: none;
}
.lp2 .list-btn {
    appearance: none;
    background: #fda520;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 2px 2px #ab612f;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    outline: none;
    padding: 4px 30px;
    position: relative;

}
.lp2 .list-btn:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
}
.lp2 .list-btn-opened:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

/*2022.11.07*/
.lp2 .youtube_area {
    width: 92%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
.lp2 .youtube_area iframe {
    width: 100%;
    height: 100%;
}
.lp2 .display-img img {
    display: block;
    margin: 0 auto;
}

/*2022.11.11*/
#contents .lp2 .custom-table table {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin: 3rem auto;
    border: none;
}
#contents .lp2 .custom-table table th {
    width: 100%;
    padding: 2%;
    display: block;
    border: none;
    border-bottom: none;
}
#contents .lp2 .custom-table table td {
    width: 100%;
    display: block;
    padding: 2% 4%;
    border: none;
    border-bottom: none;
    background: #fff;
}
.lp2 .option-wrap .frame__price--recommended {
    background: #5c7c87;
    color: #fff;
}
.lp2 .option-wrap {
    text-align: center;
}
.lp2 .option-price.\30 1 {
    margin-bottom: 2rem;
}
.lp2 .sec_wrapper p {
    text-align: center;
}
.lp2 dt.frame__price__title--recommended {
    font-size: 1.5rem;
}
.lp2 .sec_wrapper p {
    max-width: 100%;
    margin: 2rem auto 2rem;
    font-weight: bold;
}
.lp2 .frame--recommended span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(255, 224, 148) 30%);
}
.lp2 .option-price {
    font-weight: bold;
}
.lp2 .addInner .frame--recommended {
    width: calc((100% - 2.4rem) / 4);
}
#contents .lp2 ul.additional li:before {
    content: "";
    display: block;
    background-color: #01a2df;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0;
}
#contents .lp2 .addParts04 .addParts--qa_list .additional li {
    margin-bottom: 10px;
}
.lp2 .frame--recommended, #contents .lp2 .frame--recommended {
    width: calc((100% - 4.4rem) / 3);
}
.lp2 .addInner .frame--recommended {
    width: calc((100% - 2.4rem) / 3);
}
.lp2 .report-container {
  display: flex;
  max-width: 900px;
  margin: 40px auto;
  background: #f9fbfd;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}
.lp2 .report-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  background: #ffffff;
}
.lp2 .report-left h2 {
  font-size: 1.4em;
  margin: 0;
  display: block;
  width: 100%;
  background-color: #eef5fc; /* 参考画像と同じグレー */
  padding: 0.5em 1em;       /* お好みで調整 */
  border-bottom: 2px solid #0070f3;
}
.lp2 .report-image {
  display: block;
  width: 100%;
  height: auto;
  align-self: flex-start;
  margin-top: 0.5rem;
}
.lp2 .report-container h2,
.lp2 .report-container h3 {
  margin: 1rem auto!important;
    font-size:19px!important;
}
.lp2 .report-right {
  flex: 2;
  padding: 20px;
  background: #eef5fc;
}
.lp2 .report-right h3 {
  margin-top: 0;
  font-size: 1.2em;
}
.lp2 .report-group.highlight-all h2 {
  margin: 1rem auto!important;
}
.lp2 .report-right ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: disc;
  line-height: 1.6;
}
.lp2 .report-group.highlight-all {
  background-color: rgb(255 224 148 / 7%);              /* 全体背景色 */
  padding: 32px;                          /* 内側余白 */
  margin: 40px 0;                         /* 上下マージン */
  border-radius: 10px;                    /* 角丸 */
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);  /* 浮かせる影 */
  transition: box-shadow 0.3s, transform 0.3s;
}
/* マウスオーバーでさらに浮き上がる（任意） */
.lp2 .report-group.highlight-all:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}
#contents .lp2 table .orange{
    background: #f9cb9c;
}
#contents .lp2 table .blue{
    background: #cfe2f3;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {

    .lp2 .addInner .nmimg {
        min-height: 32rem;
    }
    .lp2 .addInner .frame__title--recommended {
        min-height: 8.5rem;
    }

    /*20230313*/
    .lp2 .block__img-box01 {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
    }
    .lp2 .block__img-box01sp {
        display: none;
    }
.lp2 .flex-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;
}
.lp2 .flex-row {
  display: flex;
  width: 100%;
  min-width: 600px; /* 必要に応じて調整 */
}
.lp2 .flex-cell {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: left;
}
.lp2 .flex-header .flex-cell {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: center;
}

}


/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 480px) {
.lp2 .rightTxt {
    display: flex;
    align-content: center;
    width: auto;
    align-items: end;
}
header .headTopArea .rightTxt {
    text-align: left;
}
.lp2 .rightTxt:before {
    display: flex;
    margin: 3px auto 4px;
    width: 2.3rem;
    margin-right: 3px;
}
    .lp2 .scroll {
        overflow-y: scroll;
    }
    .lp2 .frame-wrap--recommended {
        flex-wrap: unset;
        flex-direction: unset;
        justify-content: space-between;
        width: 1600px;
    }
    .lp2 .frame--recommended, #contents .lp2 .frame--recommended {
        margin: 10px 35px 0px 8px;
        width: 25%;
    }
    .lp2 .frame__catch--recommended {
        height: unset;
        font-size: 1.8rem;
    }
    .lp2 .scroll-txt {
        text-align: center;
    }
    .lp2 .frame__img-wrap--recommended img, #contents .lp2 .frame__img-wrap--recommended img {
        border: solid 1px #eee;
    }
    .lp2 .frame__title--recommended, #contents .lp2 .frame__title--recommended {
        line-height: 1.4;
    }
    #contents .lp2 .addParts--recommended .btn-tel a, .lp2 .addParts--recommended .btn-tel a {
        padding: 2rem;
    }
    .lp2 .frame__catch--recommended br {
        display: none;
    }
    #contents .lp2 .addParts--recommended .btn-internal a {
        background-position: 98%;
    }
    .lp2 .frame__catch--recommended::after, #contents .lp2 .frame__catch--recommended::after {
        display: none;
    }
    #contents .lp2 .addParts--recommended .btn-internal a br, .lp2 .addParts--recommended .btn-internal a br {
        display: none;
    }
    .lp2 .haba {
        margin: 0 10px;
    }
    .lp2 .kyocho {
        font-weight: bold;
        font-size: 16px;
        color: #e77e32;
        margin: 45px 0 13px 0;
    }
    .lp2 .readmore-content::before {
        bottom: 0;
    }
    .lp2 .is-hidden {
        display: none;
    }
    .lp2 .is-hidden {
        display: none;
    }
  .lp2 .faq-item {
                padding: 10px;
            }

            .lp2 .faq-item .answer {
                padding-left: 10px;
            }
    .lp2 .list-btn {
        appearance: none;
        background: #fda520;
        border: none;
        border-radius: 5px;
        box-shadow: 1px 2px 2px #ab612f;
        cursor: pointer;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        outline: none;
        padding: 4px 30px;
        position: relative;

    }
    .lp2 .list-btn:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -8px;
    }
    .lp2 .list-btn-opened:before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .lp2 .display-img img {
        width: 92%;
        display: block;
        margin: 0 auto;
    }
    .lp2 .addInner .nmimg {
        min-height: 32rem;
    }
    .lp2 .addInner .frame__title--recommended {
        min-height: 8.5rem;
    }

    /*20230313*/
    .lp2 .block__img-box01 {
        display: none;
    }
    .lp2 .block__img-box01sp {
        margin: 0 auto;
        text-align: center;
    }
.lp2 .responsive-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スクロールをスムーズに */
}
.lp2 .responsive-table {
  width: 100%;
  min-width: 940px; /* テーブルが画面幅を超えるように設定 */
  border-collapse: collapse;
}
.lp2 .responsive-table th,
.lp2 .responsive-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}
  .lp2 .responsive-table {
    width: auto; /* テーブル幅が自動で調整されるように */
  }
#contents .lp2 .responsive-table-wrapper .table-layout {
  padding: 0;
}
#contents .lp2 .responsive-table-wrapper table {
  width: 100%;
  max-width: 1280px;
  table-layout: fixed;
  margin: 4rem auto;
  border: solid 1px #fff;
}
#contents .lp2 .responsive-table-wrapper table th {
  width: 20%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: solid 1px #fff;
  padding: 1.3rem 1rem;
  word-break: break-all;
  line-height: 1.4;
  vertical-align: middle;
}
#contents .lp2 .responsive-table-wrapper table td {
  padding: 1.3rem 1.5rem;
  background: #f5f7fa;
  font-size: 1.4rem;
  text-align: left;
  border: solid 1px #fff;
  word-break: break-all;
  vertical-align: middle;
}
#contents .lp2 .responsive-table-wrapper table th{
        width: 100%;
        padding: 1em 4%;
        display: table-cell;
        border-bottom: solid 1px #fff;
    }
#contents .lp2 .responsive-table-wrapper table td{
        width: 100%;
        padding: 1em 4%;
        display: table-cell;
        border-bottom: solid 1px #fff;
    }
  .lp2 .report-container {
    flex-direction: column;  /* 左右→上下 */
  }
  .lp2 .report-left,
  .lp2 .report-right {
    width: 100%;             /* 両カラム100%幅 */
    box-sizing: border-box;  /* パディング込みで幅計算 */
  }
  .lp2 .report-left {
    padding-bottom: 0;       /* 必要に応じて余白を調整 */
  }
  .lp2 .report-right {
    padding-top: 16px;       /* 上下の間隔を確保 */
  }
.lp2 .table-sp{
    width: 95%;
    margin: auto;
    overflow-x: scroll;
}
#contents .lp2 .table-sp table {
    width: 800px;
    overflow-x: scroll;
    display: block;
}
#contents .lp2 .table-sp table tr{
    display: flex;
    width: 800px;
}
#contents .lp2 .table-sp table tr th{
    border: solid 2px #fff;
}
#contents .lp2 .table-sp table tr td{
    border: solid 2px #fff;
}

}

/* CSS Document */
header .rightTxt:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}
/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
    width: 100%;
    margin: 0 auto 19rem;
}

.addInner {
    margin: 0 auto;
    width: min(100%, 1200px);
}

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

/*--------------------------------------
　visArea TOPページ
---------------------------------------*/
#visArea {
    margin: 0 auto;
    overflow: hidden;
}

#visArea .mainArea {
    background: #fff;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0 3rem 3rem;
}

#visArea .mainArea .mainAreaInner {
    max-width: 1350px;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 2.8rem 0 6.3rem;
}


#visArea .mainArea .mainAreaInner::after {
    content: "";
    width: calc(100% - 8vw);
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(img/mv_pic_pc.jpg) no-repeat right center;
    background-size: cover;
    left: 35vw;
    z-index: -1;
    top: 0;
}

#visArea .mainArea::after {
    content: "";
    display: block;
    position: absolute;
    /* background: url(img/mv_pic_pc_phone.png) no-repeat; */
    background-size: 300px auto;
    width: 300px;
    right: 10%;
    height: 665px;
    left: auto;
    bottom: 0;
}

#visArea .mainArea__item {
    margin: 0 auto 0 0;
    width: 800px;
    max-width: 100%;
    position: relative;
}

#visArea .mainArea__item::before {
    content: "";
    display: block;
    position: absolute;
    background: url(img/mv_pic_pc_phone.png) no-repeat;
    background-size: 300px auto;
    width: 300px;
    height: 665px;
    left: 99%;
    top: 0;
}

#visArea .mainArea .siteNameArea {
    margin: 0 0 30px;
}

#visArea .mainArea .siteName {
    margin: 0 auto 9rem;
    text-align: left;
}

#visArea .mainArea .siteName img {
    margin: 0 auto 0 6rem;
    width: 48%;
}

#visArea .mainArea .siteNameSmall {
    font-size: 1.6rem;
}

#visArea .mainArea .mainTxtBox {
    width: 85%;
    padding: 0;
    margin: 0 auto;
}

#visArea .mainArea .catchArea {
    position: relative;
    z-index: 0;
    margin: 0 auto 2.5rem;
}

#visArea .mainArea .catchArea::after {
    content: "";
    width: 100%;
    height: calc(100% - 3.5rem);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#visArea .mainArea .catchArea .catch {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: #010101;
    margin: 0 auto;
    border-bottom: 2px solid #111;
    letter-spacing: 6px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#visArea .btn-internal a {
    background: #ffe00c url(img/arrow_black03.png) no-repeat right 30px center;
    border: none;
    color: #000;
    font-weight: bold;
    font-size: 1.9rem;
    max-width: 490px;
    margin: 50px auto 0;
    z-index: 1;
}

#visArea .btn-internal a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    position: absolute;
    right: -6px;
    bottom: -6px;
}

#visArea .btn-internal::after {
    background: none;
}

.catch__emp--blue {
    border: none;
}

.catch_text {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0rem;
}

.catch_text .catch__emp--blue {
    color: #01a2df;
    font-weight: bold;
}

#visArea .mainArea .txtArea p {
    font-size: 1.4rem;
    color: #010101;
    line-height: 2;
    max-width: 100%;
    text-shadow: 2px 1px 1px #fff;
}

#visArea .mainArea .txtArea p span:not([class]) {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #a5dcf2b5 30%);
    font-size: 1.6rem;
}

#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 .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-color: #e3f0ff;
    padding: 9rem 0 10rem;
    position: relative;
}

.addParts02 .addInner {
    width: min(100%, 1200px);
    margin: 0 auto;
}

.addParts02 p {
    margin: 0;
}

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

.addParts02 .btn-internal.up a {
    background: #fff url(img/arrow_black04.png) right 26px center no-repeat;
    color: #000;
    border: 1px solid #fff;
}

/*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: 6.2rem 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;
    padding-top: 7rem;
    margin-top: -7rem;
}

.addParts02 .block__img-box {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.addParts02 .block__img-box img {
    border: 2px solid #f2f2f2;
}

.addParts02 .blockTitSub {
    font-size: 2.6rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 3rem;
    display: inline-block;
    font-weight: bold;
    border-radius: 100px;
    padding: 1.5rem 5rem 2rem;
    position: relative;
    background: #01a2df;
    color: #fff;
}

#contents .addParts02 .blockTitSub .tag span {
    background: #ffe00c;
    color: #000;
    font-size: 2rem;
    margin: 9px 8px;
    padding: 1px 4px;
}

.addParts02 .blockTitSub::after {
    content: "";
    width: 35px;
    height: 26px;
    background: url(img/detail_catch_deco02.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#index .addParts02 .blockTit {
    display: block;
    font-size: 4rem;
    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;
}

/*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: 10px 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: calc(100% - 34rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 3rem auto;
}

#index .addParts02 .priceIcoArea .icoArea li {
    width: 123px;
    flex-shrink: 0;
    margin: 2% 2% 0;
    text-align: center;
    position: relative;
}

#index .addParts02 .priceIcoArea .icoArea li .icoTtl {
    text-align: center;
    margin: 0 auto 2rem;
    height: auto;
    padding: 0;
    color: #fffefe;
    font-size: 2rem;
    font-weight: normal;
}

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

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

#contents .addParts02 .infoArea .infoBox table {}

#contents .addParts02 .infoArea .infoBox table th {
    width: 25%;
    font-weight: normal;
}

#contents .addParts02 .infoArea .infoBox table td {}

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

.addParts03 {
    width: 100%;
    margin: 100px 0 125px;
}

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

.addParts03 p {
    margin: 0;
}

.addParts03 .addTopArea {
    width: 100%;
    margin: 0 auto 12rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: self-start;
    justify-content: space-between;
}

.addParts03 .addTopArea .addTopPic {
    width: 463px;
    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% - 463px);
    order: 1;
    padding-right: 50px;
}

#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 .addTopArea .addTxt span {
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e6dc14;
}

.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 {
    position: relative;
    margin: 0;
    border-left: none;
}

@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);
    }
}

#contents .addParts03 .interviewTitArea .interviewTit {
    vertical-align: middle;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 3.1rem 3rem;
    background: url(img/h2_CASES.png) no-repeat top left;
    position: relative;
    color: #010101;
    box-sizing: border-box;
    letter-spacing: 5px;
    font-feature-settings: "palt";
}

.interviewTit__small {
    color: inherit;
    border: none;
    font-size: 3rem;
    font-weight: inherit;
}

#contents .addParts03 .interviewTitArea .interviewTit a {
    display: inline-block;
    background: url(img/arrow_black05.png) right center no-repeat;
    background-size: 39px auto;
    padding: 0 7.5rem 0 0;
    position: relative;
}

#contents .addParts03 .interviewTit_subtitle {
    font-size: 2.6rem;
    margin-top: 110px;
}

#contents .addParts03 .interviewTit_subtitle.event_title01 {
    background: linear-gradient(transparent 50%, rgba(201, 234, 211) 30%);
}

#contents .addParts03 .interviewTit_subtitle.event_title02 {
    background: linear-gradient(transparent 50%, rgba(216, 167, 207) 30%);
}

#contents .addParts03 .interviewTit_subtitle.event_title03 {
    background: linear-gradient(transparent 50%, rgba(122, 179, 226) 30%);
}

#contents .addParts03 .interviewTit_subtitle.event_title04 {
    background: linear-gradient(transparent 50%, rgba(229, 161, 187) 30%);
}

#contents .addParts03.addParts--area.addParts--event .btn-internal {
    margin-top: 3rem;
}

.addParts03 .interviewTitArea .interviewTxt {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    font-size: 1.8rem;
    padding: 5.2rem 4.5rem 5.2rem 3.5rem;
    color: #010101;
}

.addParts03 .personArea {
    margin: 0 0 66px;
}

.addParts03 .personArea .personBox {
    display: flex;
    padding: 3.5rem 4rem 2.5rem;
    position: relative;
    background: #fff;
    border: 2px solid #dadada;
    align-items: center;
    width: 100%;
}

.addParts03 .personArea .personBox+.personBox {
    margin-top: 2rem;
}

.addParts03 .personArea .personBox .pic {
    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: 2.1rem;
    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;
}


/* addParts04 */

#contents .addParts04 .interviewTitArea .interviewTit {
    vertical-align: middle;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 3.1rem 3rem;
    background: url(img/h2_QA.png) no-repeat top left;
    position: relative;
    color: #010101;
    box-sizing: border-box;
    letter-spacing: 5px;
    font-feature-settings: "palt";
}

#contents .addParts04 .interviewTitArea .interviewTit a {
    display: inline-block;
    background: url(img/arrow_black05.png) right center no-repeat;
    background-size: 39px auto;
    padding: 0 7.5rem 0 0;
    position: relative;
}

#contents .addParts04 .addParts--qa_list {
    margin-top: 60px;
}

#contents .addParts04 .addParts--qa_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}



#contents .addParts04 .addParts--qa_list li .img_box {
    width: 210px;
}

#contents .addParts04 .addParts--qa_list li .text-box {
    width: calc(100% - 260px);
}

#contents .addParts04 .addParts--qa_list li .text-box h3 {
    font-size: 2.2rem;
    color: #01a2df;
    margin-bottom: 30px;
}

#contents .addParts04 .addParts--qa_list li .text-box h3 a {
    line-height: inherit;
    color: inherit;
    background: url(img/arrow_black02.png) right center no-repeat;
    background-size: 19px auto;
    padding: 0 2.5rem 0 1.5rem;
    position: relative;
    text-align: center;
}

#contents .addParts04 .addParts--qa_list li .text-box h3 a {
    text-decoration: none;
    display: inline-block;
}

#contents .addParts04 .addParts--qa_list li .text-box .text_link {
    text-align: right;
}

#contents .addParts04 .addParts--qa_list li .text-box .text_link a {
    position: relative;
}


.addParts05 .addTopArea--list {
    display: flex;
    justify-content: space-between;
}

.addTopPic.addTopPic--list {
    width: 470px;
}


/* addParts05 */

.addParts05 .addTopArea--list .addTopTxt--list {
    width: calc(100% - 520px);
}

.addParts05::after {
    content: "";
    position: absolute;
    display: block;
    background: #ffea71;
    width: 530px;
    height: 530px;
    right: -80px;
    top: 0px;
    z-index: -1;
    border-radius: 900px;
}


.addParts05::before {
    content: "";
    position: absolute;
    display: block;
    background: #ffea71;
    width: 260px;
    height: 260px;
    left: -80px;
    bottom: 0px;
    z-index: -1;
    border-radius: 900px;
}


.addParts05.addParts--list {
    position: relative;
    margin-top: 0;
    padding: 14rem 0 3rem;
    overflow: hidden;
}

#index .addParts05 .addTopArea .sttl {
    position: relative;
}

#index .addParts05 .addTopArea .sttl:after {
    content: "";
    position: absolute;
    display: block;
    background: url(img/h2_PUBLICRELATION.png) no-repeat;
    width: 545px;
    height: 54px;
    z-index: -1;
}


/* addParts--recommended */
.addParts--recommended {
    padding: 0 0 12.5rem;
}

.addTopArea {
    margin: 0 auto 6.5rem;
}

.addTxt {
    max-width: 1280px;
    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: 628px;
    height: 110px;
    background: url(img/addparts_detail_deco.png) no-repeat;
    position: absolute;
    right: calc(50% - 314px);
}

.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;
    font-size: 4.2rem;
    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;
    color: #ff6900;
}

#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 .caption {
    font-size: 1rem;
    color: #999;
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
    padding: 0 1rem;
    margin: 1.2rem auto 0;
}

.addParts--detail .block__item--performance {
    overflow: visible;
    width: 100%;
    padding: 4.5rem 4.5rem 0;
    text-align: center;
    margin: 0 auto;
}

#index .addParts--detail .block__item__title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #010101;
    margin: 0 auto 3.5rem;
}

#index .addParts--detail .block__item__title.feature {
    background: url(img/h2_FEATURE.png) no-repeat center;
    margin: 0;
    padding: 3rem 0;
}

#index .addParts--detail .block__item__title.plan {
    background: url(img/h2_PLAN.png) no-repeat center;
    margin: 0;
    padding: 3rem 0;
}

#index .addParts--detail .block__item__title.performance {
    background: url(img/h2_PERFORMANCE.png) no-repeat center;
    margin: 0;
    padding: 3rem 0;
}

#index .addParts--detail .block__item__title.performance .small {
    font-size: 1.8rem;
    display: block;
}

#index .addParts--detail .block__item__title.cases {
    background: url(img/h2_CASES.png) no-repeat center;
    margin: 0;
    padding: 3rem 0;
    background-size: auto 71px;
}


#index .addParts--detail .block__item__title.info {
    background: url(img/h2_INFORMATION.png) no-repeat center;
    margin: 0;
    padding: 3rem 0;
    background-size: auto 71px;
}

.addParts--detail .icoTxt {
    text-align: center;
    font-size: 3.8rem;
    color: #010101;
    line-height: 1;
    font-weight: bold;
}

.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: 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 {
    display: flex;
    align-items: baseline;
}

.addParts--detail .block__item--feature {
    margin: 0rem auto 0;
    padding: 4.5rem 4.5rem 0;
}

#index .addParts--detail .frame-wrap {
    margin-top: 0;
    padding: 3rem 0 0;
    flex-wrap: wrap;
}

.addParts--detail .block__item--voices {
    margin: 10.2rem auto 0;
    padding: 0 4.5rem 0;
}

.addParts--detail .personArea--voices {
    margin: 4rem auto 0;
}

.addParts--detail .infoArea--information {
    margin: 6rem auto;
    padding: 2.5rem 4.5rem 0;
}

.addParts--detail .infoArea--information .block__item__title {
    color: #000;
}

.addParts--detail .infoBox--information {
    margin: 3rem auto 0;
}

/* addParts--comparison */
.addParts--comparison {
    margin: 9rem auto 0;
}

.addParts--comparison .addTopArea {
    margin: 0 auto 6rem;
}

#index .addParts__title--comparison {
    background: url(img/comparison_h2_deco.png) no-repeat bottom 3rem center;
    background-size: 228px auto;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.54;
    color: #010101;
    text-align: center;
    padding: 0 0 9.8rem;
    position: relative;
    margin: 0 auto 5rem;
    letter-spacing: 5px;
}

.addParts--comparison .addParts__title__small {
    font-size: 3rem;
    border: none;
    color: inherit;
    display: inline-block;
    margin: 0 auto 1rem;
}

.addParts__title--comparison::after {
    content: "";
    width: 100%;
    height: 126px;
    position: absolute;
    background: url(img/recommended_h2_bg.png) repeat;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
}

#index .addParts__table--comparison {
    margin: 0 auto;
}

#index .addParts__table__blank--comparison {
    background: inherit;
}

#index .addParts__table--comparison th {
    padding: 2.2rem 1.5rem;
    font-size: 1.8rem;
}

#index .addParts__table--comparison tr:first-of-type th {
    padding: 2.7rem 1.5rem;
}

#index .addParts__table--comparison th:first-of-type {
    width: 22.6%;
}

#index .addParts__table--comparison td {
    text-align: center;
    color: #010101;
    font-size: 2.8rem;
    padding: 1.2rem 1.5rem;
    line-height: 1.6;
    font-weight: bold;
}

.addParts__table__emp01--comparison,
.addParts__table__emp02--comparison,
.addParts__table__small--comparison {
    border: none;
    font-weight: inherit;
    color: inherit;
}

.addParts__table__emp01--comparison {
    color: #3fc0ed;
    font-size: 2.4rem;
}

.addParts__table__emp02--comparison {
    color: #ff6b3d;
}

.addParts__table__small--comparison {
    font-size: 1.6rem;
}

#index .btn-internal--comparison {
    margin: 9.5rem auto 0.6rem;
}

.btn-internal--comparison a {
    background: url(img/arrow_white02_up.png) no-repeat right 22px center #18b3e9;
    background-size: 6px auto;
    color: #fff;
}

/* addParts--list */
.addParts--list {
    margin: 14rem auto 0;
}

#index .addParts--list .addTopArea .sttl {
    position: relative;
    margin: 0 auto 5rem;
    font-size: 4rem;
    letter-spacing: 5px;
    background: none;
    border-bottom: 2px 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 a {
    display: block;
}

.addParts--list .addTxt {
    color: #333;
}

.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: 6.5rem auto 0;
}

#index .frame-wrap .frame--list {
    width: calc((100% - 4.6rem) / 3);
    margin-right: 2.3rem;
    padding: 3rem 2.5rem 4.3rem;
}

#index .frame-wrap .type-b .frame-head--list {
    padding: 0 0 2.5rem 0.3rem;
    border-bottom: 1px solid #000;
    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%;
    margin: 0 auto;
}

#index .frame-wrap .type-b .frame-body--list {
    margin: 0 auto;
    padding: 0;
}

#index .frame-wrap .type-b .frame__table--list th {
    background: #747474;
    border: none;
    color: #fefefe;
    width: 27%;
}

#index .frame-wrap .type-b .frame__table--list td {
    padding: 1.2rem 1.5rem;
}

/* addParts--area */
.addParts--area {
    margin: 16rem auto;
    padding: 5rem 0 0;
}

@media screen and (min-width: 481px) and (max-width: 1400px) {
    #index .addParts--area .interviewTitArea .interviewTit::after {
        left: 10px;
    }
}

#index .box-wrap--area {
    margin: 0rem 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 3rem;
    width: calc((100% - 8.2rem) / 2);
    position: relative;
    /* border-bottom: 2px solid #000; */
}

#index .box-wrap .box--area:nth-child(n + 3) {
    margin-top: 6.3rem;
}

#index .box-wrap .box--area .box-head {
    margin: 3rem auto;
    padding: 0 2.2rem;
}

#index .box-wrap .box--area .box-body p {
    width: 100%;
    float: none;
    color: #333;
    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 2rem;
    background: #f1f5f9;
    padding: 3rem 4rem 3rem;
}

#index .addParts--area .box__list__item--area {
    padding: 0.5rem 0 0.5rem 3rem;
    background-size: 16px auto;
    line-height: 1.75;
}

#index .addParts--area .box__list__item--area span {
    background: none;
}

#index .addParts--area .box__list__item--area:before {
    content: "";
    display: block;
    background-color: #01a2df;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}

#index .addParts--area .box__list__item--area+.box__list__item--area {}

/* addParts--points */
.addParts--points {
    margin: 10rem auto 0;
    padding: 5.3rem 0 0;
}

#index .addParts--points .interviewTitArea .interviewTit::after {
    width: 279px;
    height: 53px;
    background: url(img/points_h2_deco.png) no-repeat;
    top: -53px;
    left: 10px;
}

@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: 8.5rem auto 0;
}

#index .frame-wrap .frame--points {
    width: calc((100% - 4.8rem) / 3);
    margin-right: 2.4rem;
    background: #f5f7fa;
    border: none;
    padding: 3rem 4rem 3rem;
    margin-bottom: 2rem;
}

#index .frame-wrap .frame--points .btn-internal {}

#index .frame-wrap .frame--points:nth-child(3n) {
    margin-right: 0;
}

@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: 2rem;
    font-weight: bold;
    padding: 0 0 2rem 0;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
}

#index .frame-wrap .frame--points .frame-head a {
    display: table-cell;
    vertical-align: middle;
    background: url(img/arrow_black02.png) right center no-repeat;
    background-size: 19px auto;
    padding-right: 2.5rem;
}

#index .frame-wrap .frame--points .thumb {
    width: auto;
    padding: 0 3rem;
    text-align: center;
    margin: 0 auto 2rem;
}

#index .frame .frame-body--points {
    padding: 0;
}

#index .frame .frame-body--points ul li {
    padding: 0.5rem 0 0.5rem 2rem;
    background-size: 16px auto;
    line-height: 1.75;
    word-break: break-all;
}

#index .frame .frame-body--points ul li span {
    background: none;
    font-weight: bold;
}

#index .frame .frame-body--points ul li:before {
    content: "";
    display: block;
    background-color: #01a2df;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}


/* addParts--event */
#index .box-wrap .type-a .box-head a {
    background: none;
}

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

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

    /*--------------------------------------
  　visArea
  ---------------------------------------*/
    #visArea {
        margin: 0 auto 4rem;
    }

    #visArea .btn-internal a {
        font-size: 16px;
        background: #ffe00c url(img/arrow_black03.png) no-repeat right 15px center;
    }

    #visArea .mainArea {
        background: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #visArea .mainArea::after {
        content: none;
    }

    #visArea .mainArea .mainAreaInner {
        max-width: 100%;
        padding: 36.625vw 0 0;
        background: url(img/mv_pic_sp.jpg) no-repeat top center;
        background-size: 100% auto;
        position: relative;
    }

    #visArea .mainArea .mainAreaInner::after {
        content: "";
        display: block;
        position: absolute;
        background: url(img/mv_pic_sp_phone.png) no-repeat;
        background-size: 86% auto;
        width: 160px;
        right: 2vw;
        height: 140px;
        left: auto;
        top: 3vw;
    }

    #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: 10vw;
        left: 14.375vw;
        width: 18.75vw;
    }

    #visArea .mainArea .mainTxtBox {
        width: 100%;
        padding: 0;
        margin: 2.2rem auto 0;
    }

    #visArea .mainArea .catchArea {
        padding: 0 0 2.8rem;
        margin: 0 auto 0rem;
        width: 92%;
    }

    #visArea .mainArea .catchArea .catch {
        font-size: 2rem;
        padding: 0;
        border-bottom: 1px solid #111;
        max-width: 100%;
        margin: 0 auto 10px 0;
    }

    #visArea .mainArea .catchArea .catch_text {
        font-size: 2.4rem;
    }

    #visArea .mainArea .txtArea {
        max-width: 92%;
        margin: 0 auto;
    }

    #visArea .mainArea__item {
        margin: 0 auto;
        width: 100%;
    }

    #visArea .mainArea__item::before {
        content: none;
    }

    #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-wrap .frame:nth-child(n + 4) {
        margin-top: 0;
    }

    #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 1rem;
        margin: 0 0 2.5rem;
        padding-top: 8rem;
        margin-top: -8rem;
    }

    .addParts02 .blockTitSub {
        font-size: 2rem;
        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;
    }

    /*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 1.2rem;
    }

    .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: flex;
        justify-content: center;
        margin: 0rem auto;
    }

    #index .addParts02 .priceIcoArea .icoArea li {
        width: 60px;
        max-width: 124px;
        margin: 0;
        max-width: 100%;
        text-align: left;
        display: flex;
        justify-content: center;
    }

    #index .addParts02 .priceIcoArea .icoArea li+li {
        margin-top: 1.1rem;
        text-align: center;
    }

    #index .addParts02 .priceIcoArea .icoArea li .icoTtl {
        width: 75%;
        flex-shrink: 0;
        margin: 0 0.5rem 0;
        color: #fff;
        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 {}

    #index .addParts02 .priceIcoArea .icoArea li:nth-of-type(-n + 4) .icoTtl:hover {
        background: url(img/question_mark02.png) no-repeat right 2.8rem center #18b3e9;
    }

    #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%;
        border-right: 1px solid #fff;
        padding: 1rem;
    }

    #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 *****/

    .addParts03 {
        width: 100%;
        margin: 6.5rem auto 7rem;
    }

    .addParts03 .addInner {
        width: 92%;
        margin: 0 auto;
    }

    .addParts03 p {
        margin: 0;
    }

    .addParts03 .addTopArea {
        width: 100%;
        margin: 0 0 3rem;
        display: block;
    }

    .addParts03 .addTopArea .addTopPic {
        width: 100%;
        margin: 0 0 2rem;
        position: relative;
    }

    .addParts03 .addTopArea .addTopPic img {}

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

    #contents .addParts03 .interviewTitArea .interviewTit a {
        padding: 0 3rem 0 0;
        background-size: 25px;
    }

    .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%0 0;
        margin: 0 0 0rem;
    }

    #contents .addParts03 .interviewTit_subtitle {
        margin-top: 6rem;
        font-size: 2rem;
    }

    .addParts03 .interviewTitArea::before {
        right: 100%;
    }

    .addParts03 .interviewTitArea::after {
        background-size: 12px auto;
        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;
        background: url(img/h2_CASES.png) no-repeat center left;
        background-size: auto 50px;
    }

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

    .addParts03 .personArea {
        margin: 0 0 4rem;
    }

    .addParts03 .personArea .personBox {
        padding: 2rem 4%;
        display: block;
    }

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

    /*  addParts04  */

    #contents .addParts04 .interviewTitArea .interviewTit {
        background-size: auto 50px;
        background-position: center left;
        padding: 0 3rem 0 4%;
    }

    #contents .addParts04 .interviewTitArea .interviewTit a {
        font-size: 2.2rem;
        padding-right: 3rem;
        background-size: 2.5rem;
    }

    #contents .addParts04 .addParts--qa_list {
        margin-top: 3rem;
    }

    #contents .addParts04 .addParts--qa_list li {
        display: block;
        padding: 0 4%;
    }


    #contents .addParts04 .addParts--qa_list li .img_box {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    #contents .addParts04 .addParts--qa_list li .text-box h3 {
        margin-bottom: 15px;
    }

    #contents .addParts04 .addParts--qa_list li .text-box {
        width: auto;
    }

    /*  addParts05  */

    .addParts05.addParts--list {
        padding: 3rem 4% 0;
    }

    .addParts05::after {
        width: 200px;
        height: 200px;
        right: -30px;
    }

    .addParts05::before {
        width: 150px;
        height: 150px;
        left: -10px;
    }

    .addParts05 .addTopArea--list {
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

    .addParts05 .addTopArea--list .addTopTxt--list {
        width: auto;
        display: contents;
    }

    /* addParts--detail */
    .addParts--detail {
        margin: 6rem auto 0;
        padding: 3.5rem 0 6rem;
    }

    .addParts--detail::before {
        width: 290px;
        height: 50px;
        background-size: auto 50px;
        left: calc(50% - 145px);
    }

    .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%; */
        margin: 2rem;
    }

    #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 6rem;
    }

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

    .addParts--detail .sliderArea .caption {
        margin: 1rem auto 0;
    }

    .addParts--detail .block__item--performance {
        overflow: visible;
        width: 100%;
        padding: 1.2rem 4% 0;
        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;
        font-size: 3rem;
        line-height: 1;
        color: #010101;
    }

    .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: 0rem auto 0;
        padding: 1.5rem 4% 0;
        background-size: auto 31.5px;
    }

    #index .addParts--detail .frame-wrap {
        margin: 0rem auto 4rem;
        padding: 2rem 0 0;
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .addParts02 .block__img-box {
        padding: 4%;
    }

    .addParts--detail .block__item--voices {
        margin: 3rem auto 0;
        padding: 1.5rem 4% 0;
        background-size: auto 31.5px;
    }

    #index .addParts--detail .block__item__title.feature {
        background: url(img/h2_FEATURE.png) no-repeat center;
        background-size: auto 50px;
    }

    #index .addParts--detail .block__item__title.plan,
    #index .addParts--detail .block__item__title.cases {
        background-size: auto 50px;
    }

    #index .addParts--detail .block__item__title.info {
        background-size: auto 40px;
    }

    #index .addParts--detail .block__item__title.performance {
        background-size: auto 30px;
    }

    .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: 1rem auto 0;
    }

    /* addParts--comparison */
    .addParts--comparison {
        margin: 6rem auto 0;
        padding: 0 4%;
    }

    .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: 5rem auto 0;
    }

    #index .addParts--list .addTopArea .sttl {
        position: relative;
        margin: 0 auto 2rem;
        font-size: 2.2rem;
        letter-spacing: normal;
        background: none;
        border-bottom: 2px solid #111;
        padding: 0 2rem 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: -30px;
    }

    .addParts--list .addTxt {
        order: 3;
    }

    .addTopPic.addTopPic--list {
        width: auto;
        order: 2;
        margin-bottom: 15px;
    }

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

    #index .frame-wrap .type-b .frame-body--list {
        margin: 0 auto;
        padding: 0;
    }

    #index .frame-wrap .type-b .frame__table--list th {
        background: #747474;
        border: none;
        color: #fefefe;
        width: 27%;
    }

    #index .frame-wrap .type-b .frame__table--list td {
        padding: 1.2rem 1.5rem;
    }

    /* addParts--area */
    .addParts--area {
        margin: 3rem auto 0;
        padding: 2.5rem 0 0;
    }

    #index .addParts--area .interviewTitArea .interviewTit::after {
        width: 152px;
        height: 25px;
        top: -25px;
        left: 0;
        /*background: url(img/area_h2_deco.png) no-repeat;*/
        background-size: contain;
    }

    #index .box-wrap--area {
        margin: 4rem auto 0;
        width: 100%;
        max-width: 100%;
    }

    #index .addParts--area .box-wrap .box--area {
        padding: 0rem 0 1rem;
        width: 100%;
    }

    #index .box-wrap .box--area:nth-child(n + 2) {
        margin-top: 4rem;
    }

    #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 {
        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 2rem;
        background-size: 15px auto;
        background-position: left 10px center;
        padding: 1.5rem 4% 1.5rem 1.5rem;
    }

    #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: 4rem auto 0;
        padding: 2.5rem 0 0;
    }

    #index .addParts--points .interviewTitArea .interviewTit::after {
        width: 133px;
        height: 25px;
        background: url(img/points_h2_deco.png) no-repeat;
        background-size: contain;
        top: -25px;
        left: 0%;
    }

    #contents .addParts--points .interviewTitArea .interviewTit {
        line-height: 1.45;
    }

    #index .frame-wrap--pointsav {
        margin: 4.5rem auto 0;
        width: 100%;
        max-width: 100%;
    }

    #index .frame-wrap--points {
        margin-top: 2rem;
    }

    #index .frame-wrap .frame--points {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 10px;
    }

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

    #index .frame .frame-body--points {
        padding: 0 5% 1.5rem;
    }

}

.kyocho {
    font-weight: bold;
    font-size: 16px;
    color: #e77e32;
    margin: 45px 0 0 0;
}


.inyo {
    word-break: break-all;
    font-size: 10px !important;
    color: #696969;
}

.inyo a {
    color: #696969;
}


.option-wrap .frame__price--recommended {background: #5c7c87;color: #fff;}

.option-wrap {
    text-align: center;
}

.option-price.\30 1 {
    margin-bottom: 2rem;
}

.sec_wrapper p {
    text-align: center;
}

dt.frame__price__title--recommended {
    font-size: 1.5rem;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {

.scroll-txt {
    display:none;
}	
.frame--recommended, #contents .frame--recommended {
    width: calc((100% - 4.4rem) / 3);
}
	
}

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

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

.scroll-txt {
    text-align: center;
}	
    .scroll {
        overflow-y: scroll;
    }
	
.frame-wrap--recommended{
    flex-wrap: unset;
    flex-direction: unset;
    justify-content: space-between;
    width: 1000px;
}	
	
.frame--recommended, #contents .frame--recommended {
    margin: 10px 35px 0px 8px;
	width: 33%;
}	
.frame__catch--recommended,
#contents .frame__catch--recommended {
    height: 70px !important;
	width: auto;
}	
	
	
	
	
	
	
}