@charset "utf-8";
p.red {
    color: #ee3333;
}
.faq-item {
            margin-bottom: 20px;
            padding: 15px;
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .faq-item h3 {
            margin-top: 0;
            color: #333333;
        }

        .faq-item .answer {
            padding-left: 20px;
            margin-top: 10px;
        }

        .faq-item .answer .label {
            font-weight: bold;
            color: #0056b3;
        }

        .faq-item .answer p {
            margin: 5px 0;
        }

        .faq-item .answer .recommendation {
            color: #555555;
        }
h1.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;
}

footer p.copy a:before {
    content: "【PR】";
}
.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;
}

#contents #page table.hkk tr th:first-child {
    width: 20%;
    background: #d8d8d8;
    color: unset;
}

#contents #page table.hkk tr th {
    width: 30%;
    background: #ebc8b2;
    /* color: #fff; */
}

#contents #page table.hkk tr:first-child th:last-child {
    background: #d3cfec;
}

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

#category h4::after,
#page h4::after {
    border-bottom: dashed 1px #87CEFA;
    background: unset;
}

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

.inyo a {
    color: #696969;
}

/*20220628oki*/

.kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 1rem;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    clear: both;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    height: 200px;
}

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

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

.readmore-label:hover {
    opacity: 0.7;
}

.readmore-check {
    display: none;
}

.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.readmore-label:before {
    content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check:checked~.readmore-label:before {
    content: "\9589\3058\308B";
}

.readmore-check:checked~.readmore-content {
    height: auto;
}

.readmore-check:checked~.readmore-content::before {
    display: none;
}

#main .kanren a,
#lower-main .kanren a {
    display: block;
}

.kanren li {
    padding-left: 15px;
    margin-bottom: 8px;
}

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

.kanren a {
    display: block;
    padding-left: 1rem;
    position: relative;
    z-index: 1;
}

.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*/
/* 見出しを非表示 */
.is-hidden {
    display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */

#toc {
    background: #fef7ed;
    border: 1px solid #5f3131;
    border-radius: 10px;
    margin: 0 auto 6rem;
    padding: 20px 3rem;
    width: fit-content;
}

#toc p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #111;
}

#toc li.chapter-h-three {
    margin-left: 3rem;
}

#toc li.chapter-h-three:before {
    background: #fda520;
}

.is-hidden {
    display: none;
}

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

}

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

.list-btn-opened:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}



#toc ul li:before {
    position: absolute;
    top: 6px;
    left: -10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #338feb;
    content: "";
}

#toc li.chapter-h-three:before {
    background: #46e6ff;
}

/*2022.11.07*/
.youtube_area {
    width: 92%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.youtube_area iframe {
    width: 100%;
    height: 100%;
}

.display-img img {
    display: block;
    margin: 0 auto;
}

/*2022.11.11*/
#contents .custom-table table {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin: 3rem auto;
    border: none;
}

#contents .custom-table table th {
    width: 100%;
    padding: 2%;
    display: block;
    border: none;
    border-bottom: none;
}

#contents .custom-table table td {
    width: 100%;
    display: block;
    padding: 2% 4%;
    border: none;
    border-bottom: none;
    background: #fff;
}

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

.sec_wrapper p {
    max-width: 100%;
    margin: 2rem auto 2rem;
    font-weight: bold;
}

.frame--recommended span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(255, 224, 148) 30%);
}

.option-price {
    font-weight: bold;
}

.addInner .frame--recommended {
    width: calc((100% - 2.4rem) / 4);
}

#contents ul.additional li:before {
    content: "";
    display: block;
    background-color: #01a2df;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0;
}

#contents .addParts04 .addParts--qa_list .additional li {
    margin-bottom: 10px;
}

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

.addInner .frame--recommended {
    width: calc((100% - 2.4rem) / 3);
}
.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;
}

.report-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  background: #ffffff;
}

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

.report-image {
  display: block;
  width: 100%;
  height: auto;
  align-self: flex-start;
  margin-top: 0.5rem;
}
.report-container h2,
.report-container h3 {
  margin: 1rem auto!important;
	font-size:19px!important;
}
.report-right {
  flex: 2;
  padding: 20px;
  background: #eef5fc;
}

.report-right h3 {
  margin-top: 0;
  font-size: 1.2em;
}
.report-group.highlight-all h2 {
  margin: 1rem auto!important;
}
.report-right ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: disc;
  line-height: 1.6;
}
.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;
}

/* マウスオーバーでさらに浮き上がる（任意） */
.report-group.highlight-all:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

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

    .addInner .nmimg {
        min-height: 32rem;
    }

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

    #category, #page {
        padding: 1.5rem 0 0;
    }

    #category h1, #page h1 {
        padding: 1.5rem 2rem;
    }

    #toc {
        margin: 0 auto 3rem;
    }

    #category h2, #page h2 {
        margin: 6rem auto 4rem;
    }

    /*20230313*/

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

    .block__img-box01sp {
        display: none;
    }
.flex-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;
}

.flex-row {
  display: flex;
  width: 100%;
  min-width: 600px; /* 必要に応じて調整 */
}

.flex-cell {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: left;
}

.flex-header .flex-cell {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: center;
}

}



/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 480px) {

h1.rightTxt:before {
    display: inline-block;
    width: 2.3rem;
}

.rightTxt {
    display: flex;
    align-content: center;
    width: auto;
    align-items: end;
}
header .headTopArea .rightTxt {
    text-align: left;
}
.rightTxt:before {
    display: flex;
    margin: 3px auto 4px;
    width: 2.3rem;
	margin-right: 3px;
}


    .scroll {
        overflow-y: scroll;
    }


    .frame-wrap--recommended {
        flex-wrap: unset;
        flex-direction: unset;
        justify-content: space-between;
        width: 1600px;
    }

    .frame--recommended, #contents .frame--recommended {
        margin: 10px 35px 0px 8px;
        width: 25%;
    }

    .frame__catch--recommended {
        height: unset;
        font-size: 1.8rem;
    }

    .scroll-txt {
        text-align: center;
    }

    .frame__img-wrap--recommended img, #contents .frame__img-wrap--recommended img {
        border: solid 1px #eee;
    }

    .frame__title--recommended, #contents .frame__title--recommended {
        line-height: 1.4;
    }

    #contents .addParts--recommended .btn-tel a, .addParts--recommended .btn-tel a {
        padding: 2rem;
    }

    .frame__catch--recommended br {
        display: none;
    }

    #contents .addParts--recommended .btn-internal a {
        background-position: 98%;
    }

    .frame__catch--recommended::after, #contents .frame__catch--recommended::after {
        display: none;
    }

    #contents .addParts--recommended .btn-internal a br, .addParts--recommended .btn-internal a br {
        display: none;
    }

    .haba {
        margin: 0 10px;
    }

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

    .readmore-content::before {
        bottom: 0;
    }

    .is-hidden {
        display: none;
    }

    /* 「もっと見る／閉じる」ボタンに矢印を追加 */

    #toc {
        background: #fef7ed;
        border: 1px solid #5f3131;
        border-radius: 10px;
        padding: 20px 2rem;
        width: fit-content;
    }

    #toc p {
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }

    #toc:before {
        content: "目次";
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #111;
    }


    #toc li.chapter-h-three {
        margin-left: 3rem;
    }

    #toc li.chapter-h-three:before {
        background: #fda520;
    }

    .is-hidden {
        display: none;
    }
  .faq-item {
                padding: 10px;
            }

            .faq-item .answer {
                padding-left: 10px;
            }
    .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;

    }

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

    .list-btn-opened:before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    #toc ul li:before {
        position: absolute;
        top: 6px;
        left: 3px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #338feb;
        content: "";
    }

    #toc li.chapter-h-three:before {
        background: #46e6ff;
    }

    .display-img img {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    .addInner .nmimg {
        min-height: 32rem;
    }

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

    #contents #page table.hkk tr th, #contents #page table.hkk tr td {
        display: table-cell;
        padding: 8px;
        border: solid 1px #fff;
        line-height: 1.5;
    }

    #contents #page table.hkk tr th:first-child {
        width: 15%;
        padding: 5px;
    }

    /*20230313*/
    .block__img-box01 {
        display: none;
    }

    .block__img-box01sp {
        margin: 0 auto;
        text-align: center;
    }



.responsive-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スクロールをスムーズに */
}

.responsive-table {
  width: 100%;
  min-width: 940px; /* テーブルが画面幅を超えるように設定 */
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}
  .responsive-table {
    width: auto; /* テーブル幅が自動で調整されるように */
  }

#contents .responsive-table-wrapper .table-layout {
  padding: 0;
}
#contents .responsive-table-wrapper table {
  width: 100%;
  max-width: 1280px;
  table-layout: fixed;
  margin: 4rem auto;
  border: solid 1px #fff;
}
#contents .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 .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 .responsive-table-wrapper table th{
        width: 100%;
        padding: 1em 4%;
        display: table-cell;
        border-bottom: solid 1px #fff;
    }

#contents .responsive-table-wrapper table td{
        width: 100%;
        padding: 1em 4%;
        display: table-cell;
        border-bottom: solid 1px #fff;
    }




  .report-container {
    flex-direction: column;  /* 左右→上下 */
  }
  .report-left,
  .report-right {
    width: 100%;             /* 両カラム100%幅 */
    box-sizing: border-box;  /* パディング込みで幅計算 */
  }
  .report-left {
    padding-bottom: 0;       /* 必要に応じて余白を調整 */
  }
  .report-right {
    padding-top: 16px;       /* 上下の間隔を確保 */
  }
















}