@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}


/*--------------------------------------------------------------------------
   reset
   ---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    box-sizing: border-box;
    /* font-weight: bold; */
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

td,
th {
    word-break: break-all;
}


/*--------------------------------------
　Base
---------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    min-width: 1100px;
    -webkit-font-smoothing: subpixel-antialiased;
    word-break: break-word;
}

@media all and (-ms-high-contrast:none) {

    body,
    p,
    li,
    dt,
    dd,
    th,
    td,
    span,
    a,
    h1,
    h2:not([class]),
    h3,
    h4,
    h5,
    h6,
    h1 a,
    h2:not([class]) a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-family: 'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    }
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    /* color: #055f8e; */
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p:not([class])>a:not([class]),
li:not([class])>a:not([class]) {
    color: #333;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}


/*p span{
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e6dc14;
    }*/

p:not([class]) span,
.addTxt span:not([class]),
.mh span:not([class]){
    font-weight: bold;
    color: #333;
    background: linear-gradient(transparent 60%, #fffc84 60%);
}

.contents p {
    max-width: 1100px;
    margin: 20px auto 20px;
}

.contents p.center {
    text-align: center;
}

.addInner {
    width: 1100px;
    margin: 0 auto;
}



/*--------------------------------------
　Header
---------------------------------------*/

header .headTopWrap {
    background: #fff;
}

header .headTopArea {
    width: 1100px;
    margin: 6px auto;
}

header .headTopArea .rightTxt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
    color: #666666;
}

header .headTopArea .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: 3rem;
    margin-right: 0.5rem;
    font-size: 1.4rem;
}


/*--------------------------------------
　visArea
---------------------------------------*/

#visArea.visArea--lower {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#visArea.visArea--lower .mainArea {
    display: table;
    background: url("img/mv_pic_ct.png") bottom no-repeat #fbfbfb;
    height: 120px;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
}

#visArea.visArea--lower .mainArea .mainAreaInner {
    display: table-cell;
    vertical-align: middle;
}

#visArea.visArea--lower .mainArea .siteNameArea {
    margin: 0;
}

#visArea.visArea--lower .mainArea .siteName {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 8px;
    max-width: 1100px;
}

#visArea.visArea--lower .mainArea .siteName a {
    display: block;
    text-align: left;
}

#visArea.visArea--lower .mainArea .siteName img {
    margin: 0 auto;
    max-width: 550px;
    display: block;
}

#visArea.visArea--lower .mainArea .siteNameSmall {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
}


/*--------------------------------------
　Global Nav
---------------------------------------*/

#g-nav {
    background-color: #fbfbfb;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#g-nav ul {
    display: flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

#g-nav li {
    width: 100%;
    min-height: 80px;
    text-align: center;
    position: relative;
}

#g-nav li::before {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li:last-child::after {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 20px 12px;
    position: relative;
}

#g-nav li a span {
    display: table-cell;
    vertical-align: middle;
    font-weight: inherit;
    color: inherit;
    border-bottom: none;
}

#g-nav li a:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ec9601;
    position: absolute;
    left: 0;
    bottom: 2px;
    opacity: 1;
}

#g-nav li a:hover {
    opacity: 0.7;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzuWrap {
    margin: 0;
}

#pankuzu {
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 12px 0;
    width: 1100px;
}

#pankuzu span {
    border-bottom: none;
    font-weight: inherit;
    color: inherit;
}


/*--------------------------------------
　Main Contents
---------------------------------------*/

.contents {
    width: 1100px;
    margin: 0 auto 0;
    padding: 0;
    margin-bottom: 10rem;
}

.index {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#category,
.page {
    float: left;
    width: 830px;
    margin: 0;
    padding: 60px 0 0;
}


/*--------------------------------------
　Side
---------------------------------------*/

#side {
    float: right;
    width: 220px;
}

#side .sideTopBox {
    background: #fefef1;
    margin: 60px 0 40px;
    position: relative;
}

#side .sideTopBox a {
    display: block;
    padding: 20px;
}

#side .sideTopBox .catch {
    font-size: 1.6rem;
    margin: 0 0 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

#side .sideTopBox .imgBox {
    margin: 0 0 15px;
}

#side .sideTopBox p {
    line-height: 1.6;
}

#side .sideTopBox .dtlBtn {
    display: block;
    text-align: center;
    color: #333;
    background: url(img/arrow_black.png) right 10px center no-repeat #f4f176;
    background-size: 6px auto;
    padding: 8px 30px;
    margin: 20px 0 0;
    border-radius: 100px;
    font-weight: bold;
}

#side .sideBox {
    margin: 0 0 30px;
    border-top: 1px solid #333;
}

#side .sideBox .sttl {
    font-size: 1.5rem;
    font-weight: bold;
    /*background: url(img/side_line.png) no-repeat bottom left;*/
}

#side .sideBox .sttl a {
    display: block;
    padding: 15px;
}

#side .sideBox ul {
    padding: 0;
    margin: 0;
}

#side .sideBox ul li {
    background-image: none;
    padding: 0;
    position: relative;
}

#side .sideBox ul li::before {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

#side .sideBox ul li a {
    display: block;
    padding: 10px 25px 10px 12px;
    font-size: 1.3rem;
    background: url(img/arrow_black.png) no-repeat right 10px center;
    background-size: 5px auto;
    text-decoration: none;
}

#side .sideBox ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#side .sideBox .subList {
    margin: 0;
}

#side .sideBox .subList li {
    margin: 0;
}

#side .sideBox .subList li a {
    display: block;
    padding: 10px 28px 10px 15px;
}

#side .sideBox .subList li a::before {
    content: "└";
    margin: 0 5px 0 0;
}


/*--------------------------------------
Footer
---------------------------------------*/

footer {
    /*     margin: 10.0rem 0 0; */
    padding: 0;
    background-color: #f5f5f1;
}

footer .areaInner {
    width: 100%;
    padding: 6.0rem 0 5.0rem 0;
}

footer .areaInner .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

footer .areaInner .logo {
    max-width: 550px;
    margin: 0 auto 5.0rem;
}

footer .areaInner .logo a {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #333;
    text-decoration: none;
}

footer .areaInner .logo a:hover {
    opacity: 0.7;
}

footer .areaInner .footBox {
    margin: 0 0 3.0rem 0;
}

footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #999;
    padding: 0 0 1.0rem 0;
    margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
    display: block;
    font-size: 1.6rem;
    color: #333;
    background: url("img/foot_arrow.svg") left center no-repeat;
    background-size: 11px auto;
    border: none;
    padding: 0.3rem 0 0.3rem 2.0rem;
    margin: 0;
}

footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer .footBox ul {
    padding: 0 2.0rem;
}

footer .areaInner .footBox .accChild {
    padding: 0;
    box-sizing: border-box;
}

footer .areaInner .footBox .accChild li.subCat {
    width: 22%;
    margin: 0 4% 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
    margin: 0 0 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
    display: inline-block;
    background: url("img/arrow_black.png") 5px 8px no-repeat;
    background-size: 5px auto;
    padding: 0 0 0 1.5rem;
}

footer .areaInner .footBox .accChild li.subCat::after {
    content: "";
}

footer .areaInner .footBox .accChild .pc+li::before {
    /* content: "　|　"; */
    letter-spacing: 0;
    color: #a40024;
}

footer .areaInner .footBox .accChild .pc+li::before {
    /* content: "|　"; */
    letter-spacing: 0;
    color: #a40024;
}

footer .areaInner .footBox .accChild .pc+li.subCat::before {
    content: "";
}

footer .areaInner .footBox .accChild li {
    float: left;
    display: inline-block;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
    font-size: 1.3rem;
    font-weight: normal;
    color: #333;
    padding: 0;
}

footer .areaInner .footBox .accChild .subList {
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
    padding: 0.2rem 0 0 0;
    display: block;
    float: none;
    margin: 0;
    position: relative;
}

footer .areaInner .footBox .accChild .subList li::before {
    content: "└";
    color: #333;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 0.4rem;
}

footer .areaInner .footBox .accChild .subList li a {
    font-size: 1.3rem;
    background-image: none;
    padding: 0 0 0 1.8rem;
}


/*noticeArea*/

footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 2.5rem 3.0rem;
    margin: 5.0rem auto 0;
}

footer .areaInner .noticeArea p {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

footer .areaInner p.ucp {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    color: #333;
    margin: 2.5rem auto 0;
}

footer .botArea {
    background-color: #fffc84;
}

footer .botArea .inner {
    width: 1100px;
    padding: 1.2rem 0 1.5rem;
    margin: 0 auto;
}

footer .botArea .inner.cf {
    content: none;
}

footer p.sitemap a {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    float: right;
    padding: 0.5rem 0;
    text-decoration: underline;
}

footer p.sitemap a:hover {
    text-decoration: none;
}

footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    color: #333;
    float: left;
    padding: 0.5rem 0;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
    position: fixed;
    bottom: 2.0rem;
    right: 2.0rem;
    z-index: 100;
    width: 60px;
}

#page-top img:hover {
    opacity: 0.7;
}


/* ================== */


/*  サイトマップ　　　*/


/* ================== */

.contents #page.mappage {}

.contents #page.mappage h2:not([class]) {
    margin: 68px auto 28px;
}

.contents #page.mappage h2:not([class]) a {}

.contents #page.mappage h2:not([class]) a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
}

.contents #page.mappage ul {
    margin: 0 auto 0.6rem;
}

.contents #page.mappage ul li {
    padding: 0 0 0.6rem 2.2rem;
}

.contents #page.mappage ul.subList li:last-child {
    margin: 0 0 1.0rem;
}

.contents #page.mappage ul li a {}

.contents #page.mappage ul li a:hover {
    opacity: 0.7;
}

.contents #page.mappage ul.subList li a {
    font-size: 1.4rem;
}


/* ================== */


/*  メインコンテンツ　*/


/* ================== */

.index .common_parts a,
.categorya,
.page a {}

.index .common_parts a:hover,
.categorya:hover,
.page a:hover {}

.index .common_parts h1,
.index .common_parts h2:not([class]),
.index .common_parts h3,
.index .common_parts h4,
.index .common_parts h5,
.index .common_parts h6 {
    max-width: 1100px;
    margin: 0 auto;
}

.index .common_parts h2:not([class]),
.category h1,
.page h1 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #055f8e;
    text-align: center;
    padding: 33px 20px 33px 60px;
    margin: 25px auto 30px;
    position: relative;
    background-image: url(img/icon_slash_l.svg), url(img/icon_slash_r.svg);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 28px auto;
}

.index .common_parts h2:not([class]) {
    margin: 85px auto 30px;
}

.category .tit-box,
.page .tit-box {
    text-align: center;
}

.category h1,
.page h1 {
    margin: 0 0 3rem;
    padding: 0 4.5rem;
    display: inline-block;
    color: #055f8e;
}

.index .common_parts h3,
.category h2:not([class]),
.page h2:not([class]) {
    font-size: 2.6rem;
    font-weight: 500;
    margin: 4rem auto 38px;
    line-height: 1.4;
    color: #333;
    padding: 24px 90px;
    background: url(img/h3_title.svg) no-repeat left 2% center #f5f5f1;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-shadow: 0px -8px 0px #f5f5f1, 0px 8px 0px #f5f5f1;
    position: relative;
    font-weight: bold;
}

.category h2:not([class])::after,
.page h2:not([class])::after {
    right: 20px;
}

.index .common_parts h3 a,
.category h2:not([class]) a,
.page h2:not([class]) a {
    font-weight: 700;
}

.index .common_parts h4:not([class]),
.category h3:not([class]),
.page h3:not([class]) {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 40px auto 30px;
    padding: 1.5rem 2rem 1.5rem 3.5rem;
    line-height: 1.5;
    border-bottom: 1px solid #333;
    position: relative;
}

.index .common_parts h4:not([class])::before,
.category h3:not([class])::before,
.page h3:not([class])::before {
    content: "";
    width: 4px;
    height: calc(100% - 30px);
    background: #ed6a00;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.index .common_parts h5,
.category h6,
.category h4,
.category h5,
.category h6,
.page h4,
.page h5,
.page h6 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 20px 13px 20px;
    margin: 40px auto 30px;
    position: relative;
}

.index .common_parts h5::after,
.category h6::after,
.category h4::after,
.category h5::after,
.category h6::after,
.page h4::after,
.page h5::after,
.page h6::after {
    content: "";
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px dotted rgba(51, 51, 51, 1);
}

.sitemap h2:not([class]) a {
    color: #333;
}


/*--------------------------------------
　list
---------------------------------------*/

.contents ul {
    max-width: 1100px;
    margin: 5px auto 20px;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

.contents ul:not([class]) li:not([class]),
.addParts__selection.lower_bottom ul:not([class]) li:not([class]){
    padding: 0 0 7px 20px;
    position: relative;
}

.contents ul:not([class]) li::before,
.addParts__selection.lower_bottom ul:not([class]) li:not([class])::before{
    content: '';
    display: block;
    background-color: #055f8e;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 0;
}

.contents ul li a,
.contents ol li a {
    text-decoration: underline;
}

.contents ul li a:hover,
.contents ol li a:hover {
    opacity: 1;
    text-decoration: none;
}

.contents ol {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}

.contents ol li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

.contents ol li::before {
    display: block;
    background-color: #295282;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 1.2rem;
}

.contents ol li:nth-child(-n+9)::before {
    content: counter(number);
}

.contents ol li:nth-child(n+10)::before {
    content: counter(number);
}


/*--------------------------------------
　recommend,check,point
---------------------------------------*/

.index .check,
.category.check,
.page .check,
.index .point,
.category.point,
.page .point,
.index .rank,
.category.rank,
.page .rank {
    display: block;
    font-weight: normal;
}

.index .check a,
.category.check a,
.page .check a,
.index .point a,
.category.point a,
.page .point a,
.index .rank a,
.category.rank a,
.page .rank a {
    display: block;
    font-size: 100%;
}

.index .check::before,
.category.check::before,
.page .check::before,
.index .point::before,
.category.point::before,
.page .point::before,
.index .rank::before,
.category.rank::before,
.page .rank::before {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}

.index .check::after,
.category.check::after,
.page .check::after,
.index .point::after,
.category.point::after,
.page .point::after,
.index .rank::after,
.category.rank::after,
.page .rank::after {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}

/*check*/

.contents .check {
    width: 100%;
    max-width: 1100px;
    /*min-height: 98px;*/
    height: 98px;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #333;
    border-bottom: solid 1px #566556;
    padding: 2.0rem 2.0rem 2.0rem 9.4rem;
    margin: 2.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
}

.contents .check::before {
    content: "CHECK";
    width: 74px;
    height: 74px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: url("img/rank_check.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 13px;
    left: 0;
}

.contents .check a {
    color: #566556;
    text-decoration: underline;
}


/*point*/

.contents .point {
    width: 100%;
    max-width: 1100px;
    /*min-height: 98px;*/
    height: 98px;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #055f8e;
    border-bottom: solid 1px #7c6853;
    padding: 2.0rem 2.0rem 2.0rem 9.4rem;
    margin: 3.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
}

.contents .point::before {
    content: "POINT";
    width: 74px;
    height: 74px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #fffc84;
    background: url("img/rank_point.svg") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 0;
}

.contents .point a {
    color: #7c6853;
    text-decoration: underline;
}

.contents .caption,
.addParts__selection .caption {
    margin: 8px 0 0;
    font-size: 1.1rem;
    line-height: 1.7;
    word-break: break-all;
    color: #999;
    text-align: center;
    overflow-x: scroll;
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
}

.caption::-webkit-scrollbar {
    display: block;
    background: #fff;
    border-radius: 100px;
    height: 4px;
}

.caption::-webkit-scrollbar-thumb {
    background-color: #cccc;
}

.attention {
    margin: 8px 0 0;
    font-size: 1.2rem;
    line-height: 1.7;
    word-break: break-all;
    color: #999;
}

/* summary */
.summary {
    background: #f5f5f1;
    padding: 10px 35px;
    margin: 60px 0;
}

.summary-title {
    background: #055f8e;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 20px;
    padding: 7px 10px 7px 80px;
}

.summary-title::before {
    content: "まとめ";
    width: 66px;
    height: 66px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 66px;
    text-align: center;
    color: #055f8e;
    background: url("img/rank_check.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -5px;
    left: 5px;
    letter-spacing: 1px;
}

.summary p {
    font-size: 1.5rem;
    color: #333;
}

/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap {
    max-width: 1100px;
    margin: 40px auto 40px;
    box-sizing: border-box;
}

.float-wrap img {
    width: 100%;
}

.float-wrap .fl {
    width: 350px;
    margin: 0 30px 10px 0;
    text-align: center;
}

.float-wrap .fr {
    width: 350px;
    margin: 0 0 10px 30px;
    text-align: center;
}

.float-wrap .ct,
.low-center-img-box{
    width: 500px;
    margin: 0 auto 20px;
    text-align: center;
}

.float-wrap.ct .catch {
    text-align: center;
}

.contents .float-wrap .catch {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 20px;
    font-weight: bold;

}


/*  btns*/

.contents .btn-internal,
.contents .btn-web,
.addParts__selection .btn-web {
    max-width: 1100px;
    text-align: center;
    margin: 2rem auto 1.5rem;
    padding: 0;
    max-width: 450px;
    position: relative;
    cursor: pointer;
}

.contents .btn-internal a:hover,
.contents .btn-web a:hover {
    opacity: 0.6;
}

.btn-internal a {
    display: block;
    padding: 22px 45px 22px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background: url("img/arrow_black.png") right 20px center no-repeat #f4f176;
    background-size: 7px auto;
    border-radius: 100px;
    transition: 0.2s;
    -webkit-transform: translate(0px, 0px) translateZ(0);
    -moz-transform: translate(0px, 0px) translateZ(0);
    -ms-transform: translate(0px, 0px) translateZ(0);
    -o-transform: translate(0px, 0px) translateZ(0);
    transform: translate(0px, 0px) translateZ(0);
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    z-index: 10;
    position: relative;
}

.btn-web a {
    display: block;
    padding: 2rem 4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background: url("img/arrow_white.png") right 20px center no-repeat #ed6a00;
    background-size: 7px auto;
    position: relative;
    transition: 0.2s;
    -webkit-transform: translate(0px, 0px) translateZ(0);
    -moz-transform: translate(0px, 0px) translateZ(0);
    -ms-transform: translate(0px, 0px) translateZ(0);
    -o-transform: translate(0px, 0px) translateZ(0);
    transform: translate(0px, 0px) translateZ(0);
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    z-index: 10;
    border-radius: 100px;
}


/*.btn-web a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    position: absolute;
    right: -6px;
    bottom: -6px;
    }*/

.contents .btn-link {
    max-width: 1100px;
    margin: 30px auto;
    text-align: right;
}

.btn-link a {
    position: relative;
    display: inline-block;
    padding: 5px 0 4px 26px;
    background: url(img/ico_arrow.png) 0 50% no-repeat;
    background-size: 16px auto;
    line-height: 1.3;
}

.btn-link a::before {}

.btn-link a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.btn-tel {
    display: none;
}


/* ================== */


/*  テーブル　　　　　*/


/* ================== */

.contents .table-layout {
    padding: 0;
}

.contents table {
    width: 100%;
    max-width: 1100px;
    table-layout: fixed;
    margin: 40px auto 40px;
    border: solid 1px #e5e5e5;
}

.contents table th {
    width: 22%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    background: #f9faeb;
    border: solid 1px #e5e5e5;
    padding: 14px 16px;
    /* font-weight: bold; */
}

.contents table td {
    line-height: 2.4rem;
    padding: 14px 20px;
    background: #FFF;
    font-size: 1.5rem;
    /* text-align: left; */
    word-wrap: break-word;
    border: solid 1px #e5e5e5;
    color: #333;
}

.contents table.left td {
    text-align: left;
}


/*--------------------------------------
    toc_parts
---------------------------------------*/

.toc_parts {
    background: #f9f9f9;
    margin: 5rem 0;
    padding: 4rem 5rem;
    box-sizing: border-box;
}

.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid #055f8e;
}

#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 2rem 0;
    border-top: 1px solid #58585e;
}

#toc .chapter {
    margin: 0 0 2rem;
    counter-reset: count;
}

#toc .chapter .chapter-h {
    margin: 2rem 0 0;
    padding: 0 0 0 3.5rem;
    font-size: 1.6rem;
    line-height: 1.8;
    position: relative;
    counter-increment: count;
    background: none;
}

#toc .chapter .chapter-h:last-child {
    margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: #055f8e;
    font-size: 2rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

#toc .chapter .chapter-h a {
    font-weight: bold;
    text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
    opacity: .6;
}

#toc .chapter .chapter-h span {
    color: #0b072b;
    font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
    margin: 1rem 0 1rem 4rem;
    padding: 0 0 0 1.5rem;
    counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #0b072b;
    border-right: solid 1px #0b072b;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
    font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
    font-weight: 400;
}

#toc .chapter br {
    display: none;
}

/* 簡易3選 */
.addTopArea .sttl {
    font-size: 2.4rem;
}

.addTopArea .sttl a {
    display: table;
    padding: 0 2rem;
    margin: auto;
}

.addTopArea .sttl span {
    font-size: 1.6rem;
}

.addTopArea .sttl span .accent {
	font-weight: 700;
	padding: 0;
	font-size: 2.6rem;
}

.addInner .sttl {
    position: relative;
}

.addInner .sttl a::after {
    display: block;
    content: "";
    position: absolute;
    right: -0;
    background: url(img/arrow_black.png) right center no-repeat;
    background-size: 8px auto;
    height: 20px;
    top: 0;
    bottom: 0;
    width: 8px;
    margin: auto;
}

/*--------------------------------------
　addTopArea
---------------------------------------*/

.addTopArea .sttl {
    font-size: 36px;
    /* font-size: 2.6rem; */
    text-align: center;
    line-height: 1.5;
    margin: 0 0 3rem;
    font-weight: bold;
}

.addTopArea .sttl span {
    font-size: 24px;
    font-size: 2rem;
    display: inline-block;
    padding: 0 2rem;
    color: #055f8e;
    font-weight: bold;
}

.addInner .sttl a::after {
    display: block;
    content: "";
    position: absolute;
    right: -0;
    background: url(img/arrow_black.png) right center no-repeat;
    background-size: 8px auto;
    height: 20px;
    top: 0;
    bottom: 0;
    width: 8px;
    margin: auto;
}

.contents .sttl a {
    position: relative;
}

.addTopArea .addTxt {
    max-width: 800px;
    margin: 0 auto 3rem;
    /* font-size: 15px; */
    font-size: 1.5rem;
}

.more-content+.addParts__selection {
    margin-top: 40px;
}

.addParts__selection {
    padding: 7rem 0 8rem;
    background: url(img/bg_selection.jpg) top center;
    background-size: cover;
    /* margin-top: 3rem; */
}

.addTopArea .sttl#selection {
    margin-top: -100px;
    padding-top: 100px;
}

#category .addParts__selection .btn-web a,
#page .addParts__selection .btn-web a {
    font-size: 1.4rem;
    padding: 2.2rem 3rem 2.2rem 2rem;
}

#category .addParts__selection .frame-wrap .type-a .frame-catch,
#page .addParts__selection .frame-wrap .type-a .frame-catch {
    font-size: 2rem;
}

#category .addParts__selection .frame-wrap .type-a .thumb02 img,
#page .addParts__selection .frame-wrap .type-a .thumb02 img {
    height: 150px;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
}

.frame-wrap .inner {
    margin: 0 auto;
}

.frame {
    display: block;
    box-sizing: border-box;
    width: calc((100% - 53px) / 3);
    background-color: #fff;
}

#category .addInner,
#page .addInner {
    width: 100%;
    padding: 0 10px;
}

.lower_bottom.addParts__selection p {
    margin: 20px 0;
}

#category .frame-wrap,
#page .frame-wrap {
    max-width: unset;
    gap: 0 10px;
}

#category .frame,
#page .frame {
    width: calc((100% - 20px) / 3);
}

.frame-wrap .frame:nth-of-type(3n+1) {
    margin-left: 0;
}

.frame-wrap .frame:nth-of-type(n+4) {
    margin-top: 20px;
}

.frame-wrap .frame a {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    width: 98%;
}

.frame-wrap .frame p.center {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

/*frame-head*/
.contents .frame .frame-head {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}

.contents .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
}

.contents .frame .frame-head a:hover {
    opacity: 0.7;
}

.contents .frame .frame-head p {
    margin: 0;
}

.contents .frame .frame-body {
    padding: 0 2.5rem 3rem;
    font-size: 15px;
}

.contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin: 0 0 15px;
}

.contents .frame .frame-body p {
    margin: 0;
}

.contents .frame .thumb {}

.contents .frame p.caption {
    margin: 10px 15px;
}

.frame-wrap .type-a {
    /* border: 1px solid #333; */
    padding: 0 2.5rem 2rem;
    box-shadow: 5px 0px 7px rgba(153, 153, 153, 0.15);
}

.frame-wrap .type-a .frame-catch {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin: 0 -2.5rem 2rem;
    padding: 1.5rem;
    position: relative;
    letter-spacing: normal;
    background: #055f8e;
    display: grid;
    place-items: center;
}

.frame-wrap .type-a .frame-catch span {
    color: #fffc84;
}

.frame-wrap .type-a .frame-head {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
}

.frame-wrap .type-a .frame-head a:hover {
    opacity: 0.7;
}

.frame-wrap .type-a .thumb {
    margin: 0 auto;
}

.frame-wrap .type-a .thumb02 img {
    height: 200px;
    width: auto;
    max-width: unset;
    margin: 0 auto;
    display: block;
}

.frame-wrap .type-a .caption {
    text-align: center;
    padding: 0;
}

.frame-wrap .type-a ul.icoArea {
    width: 224px;
    text-align: center;
    margin: 25px auto;
}

.frame-wrap .type-a ul.icoArea li {
    width: 68px;
    margin: 0 0 0 10px;
    float: left;
}

.frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
}

.frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
    margin: 0 0 0 0;
}

.frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
    margin-top: 16px;
}

.frame-wrap .type-a ul.icoArea .ico {
    width: 57px;
    margin: 0 auto;
}

.frame-wrap .type-a ul.icoArea .icoTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0 8px;
    position: relative;
}

.frame-wrap .type-a ul.icoArea .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
}

.frame-wrap .type-a .tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}

.frame-wrap .type-a li {
    /* width: 90px; */
    /* background: #f5f5f1; */
    /* text-align: center; */
    font-weight: bold;
}

.frame-wrap .type-a .careArea__title {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin: 2rem 0 1.5rem;
    background: url(img/bg_heading_dashed.png) repeat-x center;
    background-size: 80% auto;
}

.frame-wrap .type-a .careArea__title span {
    background: #fff;
    display: inline-block;
    padding: 0 1rem;
    line-height: 1.4;
}

.table-detail {
    border: 3px solid #e5e5e5;
    text-align: center;
    margin: 30px 0 0;
}

.table-detail dt {
    background: #fffc84;
    padding: 6px;
    font-size: 1.6rem;
    font-weight: bold;
}

.table-detail dd {
    position: relative;
    font-size: 1.6rem;
    color: #055f8e;
    font-weight: bold;
    padding: 10px 10px 30px;
    line-height: 1.3;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.table-detail dd b {
    font-size: 2.6rem;
}

.frame-wrap .type-a .supplementary-information {
    position: absolute;
    right: 10px;
    bottom: 6px;
    margin: 0;
    font-weight: 100;
    color: #333;
    font-size: 1.2rem;
}

/* 目次アコーディオン */
.acc-more-btn {
    max-width: 32rem;
    margin: 0 auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .2rem solid var(--site-color05);
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
    background: #f9f9f9;
    display: block;
    font-weight: bold;
}

.acc-more-btn::before {
    content: "";
    width: 2rem;
    height: .2rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
}

.acc-more-btn::after {
    content: "";
    width: .2rem;
    height: 2rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 3.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}

.acc-more-btn:hover {
    opacity: 0.6;
}

.acc-more-btn.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}

.more-content {
    display: none;
}

/* 固定バナーの初期状態（非表示） */
.fixed-banner {
    background: url(img/img_fixed_banner.png) no-repeat 0 0;
    position: fixed;
    width: 220px;
    height: 233px;
    right: 16px;
    bottom: 100px;
    opacity: 0;
    padding-top: 148px;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s linear;
    z-index: 10;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}

.fixed-banner span {
    color: #055f8e;
    font-size: 1.5rem;
    display: block;
    line-height: 1.2;
    margin-bottom: -6px;
}

.fixed-banner.is-visible:hover {
    opacity: .7;
}

.fixed-banner img {
    display: block;
    max-width: 240px;
    height: auto;
}

.fixed-banner.is-visible {
    opacity: 1;
    visibility: visible;
}

/* 480px以下では表示しない */
@media (max-width: 480px) {
    .fixed-banner {
        display: none;
    }
}


/*  PC END  */

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

    .sp,
    .sp_br {
        display: none !important;
    }
}

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

    html,
    body {
        width: 100%;
        position: relative;
    }

    .pc,
    .pc_br {
        display: none !important;
    }

    body {
        width: 100%;
        min-width: initial;
        min-width: auto;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .contents p {
        max-width: 100%;
        margin: 2.0rem auto 2.0rem;
    }

    a:hover {
        opacity: 1;
    }

    /*--------------------------------------
　Header
---------------------------------------*/
    header .headTopWrap {
        background: #fff;
    }

    header .headTopArea {
        width: 100%;
        margin: 6px auto;
    }

    header .headTopArea .rightTxt {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.4;
        text-align: right;
        padding: 0 1rem 0 0;
        font-weight: bold;
    }

    /*--------------------------------------
　visArea
---------------------------------------*/
    #visArea.visArea--lower .mainArea {
        height: auto;
        margin: 0 auto;
        background-size: auto 130%;
    }

    #visArea.visArea--lower .mainArea .mainAreaInner {
        display: block;
    }

    #visArea.visArea--lower .mainArea .siteNameArea {
        display: table;
        height: auto;
        width: 70%;
        margin: 0 auto;
    }

    #visArea.visArea--lower .mainArea .siteNameAreaInner {
        display: table-cell;
        vertical-align: middle;
    }

    #visArea.visArea--lower .mainArea .siteName {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 0 0.6rem;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    }

    #visArea.visArea--lower .mainArea .siteName img {
        width: 100%;
        max-width: 300px;
    }

    #visArea.visArea--lower .mainArea .siteNameSmall {
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.03em;
        text-align: center;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    }

    #visArea.visArea--lower .mainArea .siteName img.sp {
        width: auto;
        height: 15.0rem;
        padding: 1rem 1.5rem;
    }

    /*--------------------------------------
　spMenuBox
---------------------------------------*/
    /*navWrap*/
    #navWrap {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background-color: #faf5d2;
        margin: 0 auto;
    }

    /*navTop*/
    #navWrap .navTop {
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #b5b5b5;
        position: fixed;
        top: 0;
        z-index: 9999;
        display: none;
    }

    #navWrap .navTopInner {
        display: table;
        width: 100%;
        padding: 0.5rem 0;
        position: relative;
    }

    #navWrap .siteName {
        display: table-cell;
        vertical-align: middle;
        width: 49.5%;
        font-size: 1.15rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 0 1.0rem 0 1.0rem;
        border-right: 1px solid #bbb;
        text-align: center;
    }

    #navWrap .siteName img {
        width: 90%;
    }

    #navWrap .recommendBtn {
        display: table-cell;
        vertical-align: middle;
        width: calc(50.5% - 41px);
        font-size: 1.1rem;
        text-align: center;
        color: #333;
        padding: 0 1.2rem;
        border-right: 1px solid #bbb;
        position: relative;
        background: #fffc84;
        font-weight: bold;
        line-height: 1.4;
        font-size: 1.2rem;
    }

    #navWrap .recommendBtn::after {
        content: '';
        position: absolute;
        right: 3px;
        bottom: 3px;
        border-top: 4px solid transparent;
        border-right: 4px solid #333;
        border-bottom: 4px solid #333;
        border-left: 4px solid transparent;
        z-index: 1;
    }

    #menuBtn {
        display: table-cell;
        vertical-align: middle;
        box-sizing: content-box;
        width: 21px;
        height: 50px;
        padding: 0 1.0rem;
        cursor: pointer;
        z-index: 9999;
    }

    #menuBtn .menu {
        width: 21px;
        height: 16px;
        position: absolute;
        top: calc(50% - 8px);
        outline: none;
        border: none;
        background: #000;
        background: url("img/sp_ico_menu.png") center no-repeat;
        background-size: 100%;
    }

    body.open #menuBtn .menu {
        width: 21px;
        height: 16px;
        background: url("img/sp_ico_close.png") center no-repeat;
        background-size: 100%;
    }

    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        z-index: 999;
        display: none;
    }

    #navSp>div {
        height: 100%;
        overflow-y: scroll;
        /*-webkit-overflow-scrolling: touch;*/
    }

    #navSp a {
        text-decoration: none;
    }

    /* 以下装飾など */
    #navSp .navBox {}

    #navSp .navBox:first-child {
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

    #navSp .navBox .sttl a,
    #navSp .sitemap a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
        background: url("img/arrow_black.png") 96% center no-repeat;
        background-size: 6px auto;
        padding: 1.5rem 9% 1.5rem 4%;
    }

    #navSp .navBox .tglMenu a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl.collapsible a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl a br {
        display: none;
    }

    #navSp .navBox .sttl.open>a {
        background: url("img/arrow_black_up.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl,
    #navSp .sitemap {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }

    #navSp .sitemap {
        margin: 0 0 100px;
    }

    #navSp .navBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #navSp .navBox .accChild li {
        float: none;
    }

    #navSp .navBox .accChild li a {
        display: block;
        box-sizing: border-box;
        color: #000;
        background: url("img/arrow_black.png") 95.5% center no-repeat;
        background-size: 5px auto;
        border-bottom: 1px solid #ccc;
        padding: 1.2rem 9% 1.2rem 7%;
    }

    #navSp .navBox .accChild li a:first-child {}

    /*navBottom*/
    #navBottom {
        display: block;
        width: 85%;
        position: relative;
        margin: 7.5% auto 7.5%;
    }

    #navBottom a {
        display: block;
        text-decoration: none;
        background: url("img/banner_bg.png") left top repeat;
        border-top: 3px solid #bee6a0;
        padding: 4%;
        position: relative;
        z-index: 1;
    }

    #navBottom a::before {
        content: "";
        background: url("img/banner_illust01.png") no-repeat;
        background-size: 100% auto;
        width: 49px;
        height: 86px;
        position: absolute;
        top: -10px;
        right: -8px;
    }

    #navBottom a::after {
        content: "";
        background: url("img/banner_illust02.png") no-repeat;
        background-size: 100% auto;
        width: 40px;
        height: 64px;
        position: absolute;
        left: -8px;
        bottom: -10px;
    }

    #navBottom .tit {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.01em;
        padding: 0 15% 0 3%;
        margin-bottom: 1.0rem;
    }

    #navBottom .txtArea {
        background-color: #fff;
        padding: 0 0 6%;
    }

    #navBottom .catch {
        font-size: 1.3rem;
        line-height: 1.4;
        letter-spacing: 0.01em;
        border-bottom: 1px dotted #ccc;
        padding: 3.5% 5%;
    }

    #navBottom .txt {
        padding: 3.5% 5%;
    }

    #navBottom .txt p {
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
        color: #508291;
        margin: 0;
    }

    #navBottom .btn {
        width: 75%;
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 0.01em;
        text-align: center;
        color: #fff;
        background-color: #82b4c3;
        border-radius: 5px;
        padding: 3.5% 4% 3.2% 4%;
        margin: 0 auto;
        box-shadow: 2px 2px 0px rgba(80, 130, 145, 1);
    }

    body.open {
        height: inherit !important;
    }

    /*--------------------------------------
side
---------------------------------------*/
    #side {
        display: none;
    }

    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        padding: 1.0rem 0;
        margin: auto;
        overflow: auto;
        white-space: nowrap;
        position: relative;
    }

    #pankuzu {
        box-sizing: border-box;
        width: 92%;
        font-size: 1.1rem;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: #333;
        padding: 0.7rem 0 0.7rem;
        margin: 0 auto;
        white-space: nowrap;
    }

    #pankuzu a {
        color: #333;
        text-decoration: underline;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    #pankuzu a:hover {
        color: #333;
        text-decoration: underline;
    }

    #pankuzu span:last-child {
        margin-right: 4%;
    }

    #pankuzu a span:last-child {
        margin-right: 0;
    }

    /*--------------------------------------
Main Contents
---------------------------------------*/
    .contents {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto 6rem;
        padding: 0;
    }

    .index {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #category,
    .page {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 4%;
    }

    .category>h1:first-of-type,
    .page>h1:first-of-type {
        margin: 0 auto 3.5rem;
    }

    /*--------------------------------------
　Side
---------------------------------------*/
    #side {
        display: none;
    }

    /*--------------------------------------
　bottomBanner
---------------------------------------*/
    .bottomBanner {
        width: 92%;
        background: #fefef1;
        margin: 6rem auto 4rem;
        position: relative;
    }

    .bottomBanner a {
        display: block;
        padding: 1.5rem;
    }

    .bottomBanner .bnrTop {
        display: table;
        margin: 0 0 1.0rem;
    }

    .bottomBanner.imgBox {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        max-width: 90px;
    }

    .bottomBanner .catch {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.4;
        padding: 0 0 0 1.5rem;
    }

    .contents .bottomBanner p {
        font-size: 1.5rem;
        line-height: 1.6;
        margin: 0 0 1.5rem;
    }

    .bottomBanner .dtlBtn {
        display: block;
        font-size: 1.4rem;
        text-align: center;
        color: #333;
        background: url(img/arrow_black.png) right 10px center no-repeat #f4f176;
        background-size: 6px auto;
        padding: 15px 30px;
        margin: 0 auto;
        border-radius: 100px;
        font-weight: bold;
        margin-top: 1rem;
    }

    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        width: 100%;
    }

    footer .areaInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 3.0rem 0 2.5rem 0;
    }

    footer .areaInner .inner {
        width: 100%;
        padding: 0;
    }

    footer .areaInner .logo {
        display: block;
        box-sizing: border-box;
        width: auto;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #000;
        padding: 0 0 0.5rem 0;
        margin: 0 auto 2.0rem;
        width: 55%;
    }

    footer .areaInner .logo a {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #000;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    footer .areaInner .logo a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    footer .areaInner .logo+.footBox {
        border-top: 1px solid #ccc;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox .sttl {
        border: none;
        padding: 0;
        margin: 0;
    }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        /* font-weight: 600; */
        color: #000;
        background: url("img/arrow_black_down.png") right 10px center no-repeat;
        background-size: 10px auto;
        padding: 1.0rem 4.0rem 1.0rem 4%;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    footer .areaInner .footBox .sttl a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    footer .areaInner .footBox .sttl.open a {
        background: url("img/arrow_black_up.png") right 10px center no-repeat;
        background-size: 10px auto;
    }

    footer .areaInner {
        border-top: 1px solid #ccc;
    }

    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }

    footer .footBox ul {
        padding: 0;
    }

    footer .areaInner .footBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: #ccc;
    }

    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
    }

    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        font-size: 1.3rem;
        color: #000;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        border-bottom: 1px solid #ccc;
        padding: 1.0rem 9% 1.0rem 4%;
    }

    footer .areaInner .footBox .accChild li.subCat {
        width: 100%;
        margin: 0;
    }

    footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
        margin: 0 0 0 0;
    }

    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        padding: 1.0rem 9% 1.0rem 4%;
    }

    footer .areaInner .footBox .accChild li.subCat a::before {
        content: none;
        font-size: 1.2rem;
        position: relative;
        left: -2px;
        margin-right: 0.2rem;
    }

    footer .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
    }

    footer .areaInner .footBox .accChild .subList li {
        padding: 0;
        display: block;
        float: none;
        margin: 0;
    }

    footer .areaInner .footBox .accChild .subList li::before {
        content: none;
        color: #000;
        margin-right: 0;
    }

    footer .areaInner .footBox .accChild .subList li a {
        font-size: 1.3rem;
        padding: 1.0rem 9% 1.0rem 9%;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
    }

    footer .areaInner .footBox .accChild .subList li a::before {
        content: "└";
        display: block;
        color: #000;
        position: absolute;
        top: 12px;
        left: 4%;
        margin-right: 0.4rem;
    }

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 92%;
        margin: 2.5rem auto 0rem;
        background: #fff;
        padding: 1.5rem;
        font-size: 1.2rem;
        line-height: 1.8;
        border-radius: 0;
    }

    footer .areaInner .noticeArea p {
        font-size: 1.2rem;
    }

    footer .areaInner p.ucp {
        font-size: 1.1rem;
        line-height: 1.4;
        text-align: center;
        color: #333;
        margin: 1.5rem auto 0;
    }

    footer .botArea .inner {
        width: 92%;
        padding: 1.2rem 0 1.2rem;
        margin: 0 auto;
    }

    footer .botArea .inner .cf {
        content: none;
    }

    footer p.sitemap {
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: right;
        padding: 0.5rem 0;
    }

    footer p.copy {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
        color: #000;
        padding: 0.5rem 0;
    }

    footer p.sitemap a {
        color: #000;
        text-decoration: underline;
    }

    footer p.copy a {
        color: #000;
        text-decoration: none;
    }

    footer a {
        text-decoration: none;
    }

    footer a:hover {
        text-decoration: none;
    }

    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 4%;
        right: 4%;
        width: 50px;
    }

    #page-top img {
        width: 100%;
    }

    /* ================== */
    /*  サイトマップ　　　*/
    /* ================== */
    .contents #page.mappage {}

    .contents #page.mappage h2:not([class]) {
        margin: 5.0rem auto 2.0rem;
    }

    .contents #page.mappage h2:not([class]) a {}

    .contents #page.mappage h2:not([class]) a:hover {
        color: #333;
        text-decoration: none;
        opacity: 1;
    }

    .contents #page.mappage ul {
        margin: 1.0rem auto 1.0rem;
    }

    .contents #page.mappage ul li {
        padding: 0 0 0.6rem 1.6rem;
    }

    .contents #page.mappage ul.subList li:last-child {
        margin: 0 0 1.0rem;
    }

    .contents #page.mappage ul li a {}

    .contents #page.mappage ul li a:hover {
        opacity: 1;
    }

    .contents #page.mappage ul.subList li a {
        font-size: 1.4rem;
    }

    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    .index a,
    .categorya,
    .page a {}

    .index a:hover,
    .categorya:hover,
    .page a:hover {}

    .index .common_parts h2:not([class]),
    .category h1,
    .page h1 {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        margin: 2.5rem auto 3.0rem;
        position: relative;
    }

    .index .common_parts h2:not([class]) {
        margin: 8.5rem auto 3.0rem;
    }

    .category h1,
    .page h1 {
        margin: 2rem auto 2rem;
    }

    .index .common_parts h3,
    .category h2:not([class]),
    .page h2:not([class]) {
        font-size: 2.1rem;
        margin: 5.5rem auto 2.5rem;
        line-height: 1.4;
        padding: 1.2rem 1rem 1.2rem 4.5rem;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        box-shadow: 0px -5px 0px #f5f5f1, 0px 5px 0px #f5f5f1;
        background-size: 30px auto;
        font-weight: bold;
    }

    .category h2:not([class])::after,
    .page h2:not([class])::after {
        right: 10px;
    }

    .index .common_parts h4,
    .category h3,
    .page h3 {
        position: relative;
    }

    .index .common_parts h4:not([class]),
    .category h3:not([class]),
    .page h3:not([class]) {
        font-size: 2rem;
        font-weight: 500;
        margin: 4.0rem auto 2.0rem;
        padding: 1.2rem 1.0rem 1.2rem 2.2rem;
        line-height: 1.5;
        border-bottom: 1px solid #333;
        position: relative;
        font-weight: bold;
    }

    .index .common_parts h5,
    .category h6,
    .category h4,
    .category h5,
    .category h6,
    .page h4,
    .page h5,
    .page h6 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.5;
        padding: 0 1.0rem 1.1rem 1.0rem;
        margin: 4.0rem auto 1.5rem;
        position: relative;
        font-weight: bold;
    }

    .sitemap h2:not([class]) a {
        color: #333;
    }

    /*--------------------------------------
　list
---------------------------------------*/
    .contents .index>ul,
    .contents .category>ul,
    .contents .page>ul {
        width: 92%;
    }

    .contents ul {
        width: 100%;
        box-sizing: border-box;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }

    .contents ul:not([class]) li:not([class]),
	.addParts__selection.lower_bottom ul:not([class]) li:not([class]){
        font-size: 1.5rem;
        min-height: 12px;
        padding: 0 0 0.3rem 6%;
        position: relative;
    }

    .contents .index>ol,
    .contents .category>ol,
    .contents .page>ol {
        width: 92%;
    }

    .contents ol {
        width: 100%;
        box-sizing: border-box;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }

    .contents ol li {
        font-size: 1.5rem;
        padding: 0 0 0.3rem 8%;
        list-style: none;
        position: relative;
        counter-increment: number;
    }

    .contents ol li::before {
        width: 16px;
        height: 16px;
        top: 5px;
        font-size: 1.0rem;
        line-height: 1.6;
        letter-spacing: -0.5px;
        text-align: center;
    }

    .contents ol li:nth-child(-n+9):before {
        content: counter(number);
    }

    .contents ol li:nth-child(n+10):before {
        content: counter(number);
    }

    /*--------------------------------------
　recommend,check,point
---------------------------------------*/
    .contents .rank_wrap p,
    .contents .recommend_number_wrap p,
    .contents .check_number_wrap p,
    .contents .point_number_wrap p {
        max-width: 92%;
    }

    /*check*/
    .contents .check {
        min-height: 70px;
        height: auto;
        font-size: 1.8rem;
        line-height: 1.4;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 1rem auto 1.5rem;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .contents .check::before {
        width: 50px;
        height: 50px;
        font-size: 1.0rem;
        line-height: 50px;
        top: 15px;
        /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    }

    .contents .check a {
        text-decoration: underline;
    }

    /*point*/
    .contents .point {
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2.0rem auto 1.5rem;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .contents .point::before {
        width: 50px;
        height: 50px;
        font-size: 1.0rem;
        line-height: 50px;
        top: 10px;
        /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    }

    .contents .point a {
        text-decoration: underline;
    }

    /* summary */
    .summary {
        padding: 2rem;
    }

    .summary-title {
        margin: 0 -30px;
        font-size: 1.5rem;
    }

    .contents .rank a {
        color: #333;
        text-decoration: underline;
    }

    .caption {
        margin: 8px 0 0;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
        width: 80%;
    }

    /*--------------------------------------
　float-wrap
---------------------------------------*/
    .contents .float-wrap {
        width: 92%;
        margin: 4.0rem auto 4.0rem;
        position: relative;
    }

    .contents .float-wrap .flame {
        width: 85%;
        margin: 0 auto;
    }

    .contents .float-wrap .float-img,
	.low-center-img{
        box-sizing: border-box;
        width: auto;
        margin: 0 auto 1.0rem;
        text-align: center;
    }

    .contents .float-wrap img {
        box-sizing: border-box;
        max-width: 100%;
    }

    .contents .float-wrap .sttl {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .contents .float-wrap .catch {
        font-size: 1.6rem;
        line-height: 1.6;
        margin: 0 0 1.5rem;
    }

    .contents .float-wrap p {
        margin: 0;
        padding: 0;
    }

    .contents .float-wrap .fl {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1.0rem 0;
        text-align: center;
        float: none;
    }

    .contents .float-wrap .fr {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1.0rem 0;
        text-align: center;
        float: none;
    }

    .contents .float-wrap .ct,
	.low-center-img-box{
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto 1.0rem;
        padding: 0 0 1.0rem;
        text-align: center;
    }

    .contents .float-wrap .fl.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 6% 0.5rem 0;
        text-align: center;
        float: left;
    }

    .contents .float-wrap .fr.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 0 0.5rem 6%;
        text-align: center;
        float: right;
    }

    .contents .float-wrap .fl.t_small .flame,
    .contents .float-wrap .fr.t_small .flame {
        width: 100%;
    }

    .contents .float-wrap .float-body.fl {
        width: auto;
        position: static;
        text-align: left;
    }

    .contents .float-wrap .float-body.fr {
        width: auto;
        position: static;
        text-align: left;
    }

    /*float-wrap-head*/
    .index .float-wrap .float-wrap-head,
    .category.float-wrap .float-wrap-head,
    .page .float-wrap .float-wrap-head {
        display: table;
        width: auto !important;
        height: auto;
        background: none;
        border: none;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: left;
        color: #000;
        margin: 0 auto 0.8rem;
        position: relative;
    }

    .index .float-wrap .float-wrap-head a,
    .category.float-wrap .float-wrap-head a,
    .page .float-wrap .float-wrap-head a {
        width: auto;
        font-size: 100%;
        text-decoration: none;
    }

    .index .float-wrap .float-wrap-head a:hover,
    .category.float-wrap .float-wrap-head a:hover,
    .page .float-wrap .float-wrap-head a:hover {
        color: #000;
        text-decoration: none;
    }

    .index .float-wrap .float-body.fl .float-wrap-head,
    .category.float-wrap .float-body.fl .float-wrap-head,
    .page .float-wrap .float-body.fl .float-wrap-head,
    .index .float-wrap .float-body.fr .float-wrap-head,
    .category.float-wrap .float-body.fr .float-wrap-head,
    .page .float-wrap .float-body.fr .float-wrap-head {
        width: 100%;
    }

    .contents .float-wrap .float-wrap-head::after {
        content: none;
    }

    .contents .float-wrap p {
        width: 100%;
    }

    /*  btns*/
    .contents .btn-internal,
    .contents .btn-web,
    .contents .btn-tel,
    .contents .btn-link {
        max-width: 100%;
        text-align: center;
        margin: 2.0rem auto;
        padding: 0;
        width: 85%;
    }

    .contents .btn-internal:hover a,
    .contents .btn-web:hover a {
        -webkit-transform: none;
        transform: none;
    }

    .btn-internal a {
        display: block;
        padding: 1.8rem 3.0rem 1.8rem;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        background-size: 6px auto;
        position: relative;
        transition: none;
        transform: none;
        background-position: right 15px center;
        font-weight: bold;
    }

    .btn-web a {
        display: block;
        padding: 1.8rem 3.0rem 1.8rem;
        font-size: 1.4rem;
        font-weight: 500;
        color: #fff;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        background-position: right 15px center;
        background-size: 6px auto;
        position: relative;
        transition: none;
        transform: none;
        font-weight: bold;
    }

    .contents .btn-link {
        max-width: 100%;
        text-align: left;
    }

    .btn-link a {
        display: block;
        padding: 1.6rem 3.8rem 1.6rem 2.0rem;
        font-size: 1.4rem;
        font-weight: 500;
        color: #333;
        text-align: left;
        text-decoration: none;
        background: url(img/ico_arrow.png) right 10px center no-repeat;
        background-size: 14px auto;
        border: 1px solid #bbb;
        border-radius: 100px;
        font-weight: bold;
        text-align: center;
    }

    .btn-link a::before {}

    .btn-link a:hover {
        opacity: 1;
        text-decoration: none;
    }

    .btn-tel {
        display: block;
    }

    .btn-tel a {
        background: url(img/ico_tel.svg) left 20px center no-repeat, url(img/arrow_white.png) right 15px center no-repeat #17c94d;
        background-size: 15px auto, 6px auto;
        color: #fff;
        font-size: 1.5rem;
        padding: 1.8rem 3.0rem 1.8rem 4rem;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 100px;
        line-height: 1.3;
        font-weight: bold;
    }

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    .contents .index>table,
    .contents .category>table,
    .contents .page>table {
        width: 92%;
    }

    .contents table {
        box-sizing: border-box;
        width: 100%;
        max-width: initial;
        table-layout: fixed;
        margin: 3.0rem auto 3.0rem;
        border-bottom: none;
    }

    .contents table th {
        width: 100%;
        padding: 1.0em 2.5%;
        line-height: 1.3;
        text-align: center;
        font-size: 1.5rem;
        display: block;
        font-weight: normal;
        border: none;
        border-bottom: solid 1px #e5e5e5;
        /* text-align: left; */
    }

    .contents table td {
        width: 100%;
        display: block;
        line-height: 2.4rem;
        padding: 1.0em 5%;
        background: #fff;
        font-size: 1.5rem;
        text-align: center;
        word-wrap: break-word;
        border: none;
        border-bottom: solid 1px #e5e5e5;
    }

    .toc_parts {
        margin: 3rem 0;
        padding: 3rem 2.5rem 2rem;
    }

    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 2px solid #6e6e6e;
    }

    #toc {
        margin: 1.5rem 0 0 0;
        padding: 1rem 0 0;
    }

    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    #toc ul.chapter .chapter-h::before {
        top: 11px;
        font-size: 1.8rem;
    }

    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 2rem;
    }

    #toc li.chapter-h.chapter-h-three::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }

    #toc li.chapter-h-three+.chapter-h-two {
        margin-top: 2rem;
    }
}


/* ==================
    関連記事
   ================== */

#related-article p {
    margin: 0;
}

#related-article.related-article01-frame {
    margin: 20px auto 60px;
    padding: 35px 30px;
    background: #f9f9f9;
    position: relative;
}

#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: url("./img/dummy-icon.png") no-repeat left center;
    background-size: 50px auto;
    position: relative;
}

#related-article .related-article01-title span {
    font-size: 20px;
    color: #333;
}

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #333;
    font-weight: 700;
}

#related-article .related-article01-list p {
    margin: 0;
}

#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

#related-article .related-article01-list li+li {
    margin-top: 10px;
}

#related-article .related-article01-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ed6a00;
    position: absolute;
    top: 6px;
    left: 0;
}

#related-article .related-article01-list a {
    display: block;
    text-decoration: none;
}

#related-article .related-article01-list a:hover {
    opacity: 0.6;
}

#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}

#related-article .relations-box__pic {
    flex: 0 0 150px;
}

@media screen and (max-width: 480px) {
    #related-article .related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }

    #related-article .related-article01-title span {
        font-size: 16px;
    }

    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }

    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }

    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }

    /* 簡易3選 */
    .addInner {
        width: auto;
        padding: 0 4%;
    }

    .frame-wrap {
        margin: auto;
    }

    .frame-wrap .inner {
        margin: 0 auto;
    }

    .frame {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 2.0rem;
        background-color: #fff;
        float: none;
    }

    #category .frame,
    #page .frame {
        width: 100%;
    }

    .frame-wrap .frame:first-child {}

    .frame-wrap .frame:nth-child(3n+1) {}

    .frame-wrap .frame:nth-child(n+4) {
        margin-top: 0;
    }

    .frame-wrap .frame:last-child {
        margin: 0 0 0;
    }

    .frame-wrap .frame a {
        display: block;
        text-decoration: none;
    }

    .addParts__selection {
        padding: 4rem 0 4rem;
        background: url(img/bg_selection.jpg);
        background-size: 200% auto;
    }

    .contents .addTopArea .sttl {
        font-size: 2.6rem;
    }
	
	.addTopArea .sttl span .accent {
		font-size: 2.4rem;
	}

    .addTopArea .sttl#selection {
        margin-top: -100px;
        padding-top: 100px;
    }

    .frame-wrap .type-a .careArea__title {
        font-size: 1.8rem;
    }

    .frame-wrap .type-a .careArea__list li {
        font-size: 1.4rem;
    }

    /*type-a*/
    .frame-wrap .type-a {
        /* border: 1px solid #333; */
        margin: 0 0 2rem;
        padding: 0 1.5rem 3rem;
        box-shadow: 5px 0px 7px rgba(153, 153, 153, 0.15);
    }

    .frame-wrap .type-a.sp_first {
        order: -1;
    }

    .frame-wrap .type-a .frame-catch {
        font-size: 2.2rem;
        line-height: 1.5;
        text-align: center;
        margin: -1px -1.5rem 0;
        padding: 1.5rem 1.5rem;
        position: relative;
    }

    .frame-wrap .type-a .frame-head {
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 500;
        padding: 2rem;
        font-weight: bold;
    }

    .frame-wrap .type-a .frame-head a {
        display: block;
        width: 100%;
        background: url("img/arrow_black.png") right center no-repeat;
        background-size: 6px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
    }

    .frame-wrap .type-a .frame-head a:hover {
        opacity: 1;
    }

    .frame-wrap .type-a .thumb {
        margin: 0 auto;
    }

    .frame-wrap .type-a .caption {
        text-align: center;
        padding: 0 20px;
    }

    .frame-wrap .type-a ul.icoArea {
        width: 100%;
        text-align: center;
        padding: 0 1.5rem;
        margin: 2.0rem auto;
    }

    .frame-wrap .type-a ul.icoArea li {
        width: calc(100% / 3);
        padding: 0 0.6rem;
        margin: 0 0 0 0;
        float: left;
    }

    .frame-wrap .type-a ul.icoArea li:first-child {
        margin: 0 0 0 0;
    }

    .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
        margin: 0 0 0 0;
    }

    .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
        margin-top: 1.6rem;
    }

    .frame-wrap .type-a ul.icoArea .ico {
        width: 57px;
        margin: 0 auto;
    }

    .frame-wrap .type-a ul.icoArea .icoTxt {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        padding: 10px 0 8px;
        position: relative;
    }

    .frame-wrap .type-a ul.icoArea .icoTxt::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #e6dc14;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.contents .caption a,
.addParts__selection .caption a {
    display: inline;
}

.sliderArea .catch {
    font-weight: bold;
    font-size: 2rem;
    /* PC基準 */
}

/* ===== SP追加分（480px以下） ===== */
@media screen and (max-width: 480px) {
    .addTopArea .sttl {
        font-size: 36px;
        font-size: 2.6rem;
        text-align: center;
        line-height: 1.4;
        margin: 0 0 2rem;
        font-weight: bold;
    }

    .frame-wrap .type-a .frame-head {
        font-size: 2.1rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
        margin: 0 0 1rem;
    }

    .addTopArea .sttl a {
        display: table;
        padding: 0 2rem;
        margin: auto;
    }

    .sliderArea .catch {
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}


/* ===== SP：価格推移テーブルだけ横スクロール ===== */
@media screen and (max-width: 480px) {

    /* ラッパーはそのまま（テーブルだけ横スクロール） */
    .table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        /* 右端の枠が見切れないよう余白を少し確保 */
        padding-bottom: 1px;
    }

    /* 列幅を安定させる＆PCと同じ表レイアウトに戻す */
    .contents .table-scroll>table.price-trend {
        table-layout: fixed;
        border-collapse: separate;
        /* ← collapseだと枠が消えやすい */
        border-spacing: 0;
        min-width: 840px;
        /* 列内容に応じて微調整OK */
    }

    /* 既存の block化を確実に打ち消し＋枠線の復活 */
    .contents .table-scroll>table.price-trend thead,
    .contents .table-scroll>table.price-trend tbody {
        display: table-header-group !important;
    }

    .contents .table-scroll>table.price-trend tr {
        display: table-row !important;
    }

    .contents .table-scroll>table.price-trend th,
    .contents .table-scroll>table.price-trend td {
        display: table-cell !important;
        white-space: nowrap;
        vertical-align: middle;
        box-sizing: border-box;
        /* 枠線込みで幅計算 */
        /* SP共通の「ボーダー消し」を上書きして縦線/横線を復活 */
        border-top: 1px solid #e5e5e5 !important;
        border-right: 1px solid #e5e5e5 !important;
        border-bottom: 1px solid #e5e5e5 !important;
        border-left: 0 !important;
    }

    /* 左端・右端の線を明示（最後の枠が切れないように） */
    .contents .table-scroll>table.price-trend th:first-child,
    .contents .table-scroll>table.price-trend td:first-child {
        border-left: 1px solid #e5e5e5 !important;
    }

    .contents .table-scroll>table.price-trend th:last-child,
    .contents .table-scroll>table.price-trend td:last-child {
        border-right: 1px solid #e5e5e5 !important;
    }

    /* （任意）列幅を固定してズレ防止：必要に応じて数値調整 */
    .price-trend th:nth-child(1),
    .price-trend td:nth-child(1) {
        width: 110px;
    }

    .price-trend th:nth-child(2),
    .price-trend td:nth-child(2) {
        width: 185px;
    }

    .price-trend th:nth-child(3),
    .price-trend td:nth-child(3) {
        width: 185px;
    }

    .price-trend th:nth-child(4),
    .price-trend td:nth-child(4) {
        width: 120px;
    }

    .price-trend th:nth-child(5),
    .price-trend td:nth-child(5) {
        width: 240px;
    }
}

/* === 追加：注記列だけ折り返し（はみ出し防止） === */
@media screen and (max-width: 480px) {

    /* 5列目（注記）は改行許可。長い語でも適切に折り返す */
    .contents .table-scroll>table.price-trend th:nth-child(5),
    .contents .table-scroll>table.price-trend td:nth-child(5) {
        white-space: normal !important;
        /* 既存の nowrap を上書き */
        overflow-wrap: anywhere;
        /* スラッシュや長い単語も折り返し */
        word-break: break-word;
        /* Safari等の保険 */
        hyphens: auto;
        /* ハイフン位置での自然な改行 */
    }

    /* 見出しも折り返したい場合は（任意） */
    .contents .table-scroll>table.price-trend thead th {
        white-space: normal !important;
    }
}

.caption2 {
    margin: 8px 0 0;
    font-size: 1.1rem;
    line-height: 1.7;
    word-break: break-all;
    color: #999;
    text-align: center;
    overflow-x: scroll;
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 4rem;
}

.cttext {
    text-align: center;
	margin-top: 2rem;
}

.price_caption {
    margin: 8px 0 0;
    font-size: 1.1rem;
    line-height: 1.7;
    word-break: break-all;
    text-align: center;
    overflow-x: scroll;
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
	color: #666;
}

.price_caption::-webkit-scrollbar {
    display: block;
    background: #fff;
    border-radius: 100px;
    height: 4px;
}

.price_caption::-webkit-scrollbar-thumb {
    background-color: #cccc;
}

.attention {
    margin: 8px 0 0;
    font-size: 1.2rem;
    line-height: 1.7;
    word-break: break-all;
    color: #999;
}