/*----------------------------------------------------
    共通css
----------------------------------------------------*/
#headTopArea h1:before{
    content: "PR";
    display: inline-block;
    background: #fff;
    color: #000;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
    line-height: 1.3;
    margin: 5px;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}

h2 a,
h3 a,
h4 a,
h5 a,
.caption a {
    pointer-events: none !important;
    background-image: none !important;
    text-decoration: none !important;
}

h2 a:after,
h3 a:after,
h4 a:after,
h5 a:after {
    display: none !important;
}

#contents .btn-internal a {
    display: none;
}

#contents .btn-internal.down a {
    display: block;
}

#contents .btn-internal.up a {
    display: block;
}

.blind {
    display: none;
}

#contents .addParts03 li .boxTtl a {
    padding: 0;
}

#main .frame .frame-head a {
    padding: 0;
}

.btn_area a,
.addParts11_item .btn_area a {
    display: none;
}

.addParts11 h2::after {
    display: none;
}

/*2022.05.12*/
#contents .addParts01 .font-s .introTxt {
    font-size: .8em;
}
#main .lp-3select .flex-box-w .box {
    width: 32%;
    margin: 0;
}

#main .lp-3select .flex-box-w {
    justify-content: space-between;
}

#main .lp-3select .flex-box-w .box .catch {
    padding: 1rem;
    font-size: 1.8rem;
}

#main .lp-3select .flex-box-w .box .catch span {
    font-size: 2rem;
}

#main .lp-3select .flex-box-w .box .machine-name {
    background: none;
    color: #053657;
    margin: 2rem 0 0;
    padding: 0;
}

.lp-3select .maker {
    text-align: center;
}

.lp-3select .box-img img {
    height: 180px;
}

.lp-3select .box-img {
    min-height: 300px;
}

.index .lp-3select h4 {
    margin: 0;
    text-align: center;
    border: none;
    padding-bottom: 0;
}

.index .lp-3select h4::before {
    left: 50%;
    transform: translateX(-50%);
}

#contents .lp-3select .flex-box-w .box ul {
    margin: 0;
}

#main .lp-3select .flex-box-w .box .btn-web {
    max-width: 90%;
    width: 100%;
}

#contents .lp-3select .btn-internal a {
    display: block;
    color: #fff;
    padding: 15px 45px;
}

#main .lp-3select .btn-internal {
    margin: 0 auto 20px;
    max-width: 90%;
    width: 100%;
}
.lp3 #resultBox h3 {
    background: none;
    color: #053657;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

.lp3 #resultBox .maker {
    padding: 0;
    margin-bottom: 30px;
}

.lp3 #resultBox .maker:before,#resultBox .maker:after {
    content: none;
}

.lp3 #resultBox .box_head {
    margin: -5rem -5rem 0;
    padding: 10px;
    font-size: 3rem;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

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

    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*2022.05.12*/
    #main .lp-2select {
        margin-bottom: 10rem;
    }

    #main .flex-box-w {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2rem auto;
    }

    #main .flex-box-w .box {
        background: #fff;
        padding: 0 0 20px;
        margin-left: 20px;
        width: 45%;
        display: flex;
        flex-direction: column;
    }

    #main .flex-box-w .box .catch {
        font-weight: 700;
        font-size: 2.0rem;
        display: table-cell;
        vertical-align: middle;
        padding: 2rem 2rem 2rem;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        background: #053657;
    }

    #main .flex-box-w .box .machine-name {
        font-weight: 700;
        font-size: 2.0rem;
        vertical-align: middle;
        padding: 2rem 2rem 2rem;
        line-height: 1.4;
        text-align: center;
    }

    #main .flex-box-w .box .caption {
        padding: 2rem 2rem 2rem;
        text-align: center;
    }

    #main .flex-box-w .box .machine-catch {
        font-weight: 700;
        font-size: 2.0rem;
        display: table-cell;
        vertical-align: middle;
        padding: 2rem 2rem 2rem;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        background: #053657;
    }

    #main .flex-box-w .box .box-img img {
        margin: 20px auto 20px;
        max-width: 85%;
    }

    #contents .flex-box-w .box ul {
        display: block;
        width: auto;
        margin: 20px 0;
        counter-reset: div;
        list-style: none;
        padding: 2rem 2rem 2rem;
    }

    #contents .flex-box-w .box ul li {
        position: relative;
        padding: 0 0 3px 18px;
        margin-left: 0px;
        width: auto;
    }

    #contents .flex-box-w .box ul li:last-child {
        margin-bottom: 0;
    }

    #contents .flex-box-w .box ul li::before {
        position: absolute;
        content: "";
        background: #f28c00;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 8px;
        left: 2px;
    }

    #main .flex-box-w .box .btn-web {
        margin: 0 auto 20px;
        padding: 0;
        max-width: 80%;
    }

    #main .flex-box-w .box .btn-web a {
        color: #fff;
    }

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

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

    #toc {
        width: fit-content;
        margin: 3rem auto;
        display: block;
        padding: 2rem 3rem 3rem;
        border: solid 4px #053657;
        min-width: 50%;
    }


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

    .list-btn {
        position: relative;
        display: inline-block;
        background: no-repeat;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0 30px 0 10px;
        appearance: none;
    }

    .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: 10%;
        margin-top: -6px;
    }

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

    .list-btn {
        background: #f28c00;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        padding: 10px 10px;
        width: 50%;
    }

    .list-btn:hover {
        opacity: .6;
    }

    #toc a {
        color: #000;
    }

    /*追従バナー*/
    .fixed_area {
        position: fixed;
        top: 7%;
        right: 0;
        z-index: 999;
    }

    .fixed_area .fixed_btn:nth-child(1) a {
        background: #fb941c;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 190px;
        box-sizing: border-box;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 5px;
        writing-mode: vertical-rl;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .fixed_area .fixed_btn:nth-child(2) a {
        background: #08cca9;
    }

    .fixed_area .fixed_btn:nth-child(3) a {
        background: #4DCF3A;
    }

    .fixed_area .fixed_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 190px;
        box-sizing: border-box;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 5px;
        writing-mode: vertical-rl;
        transition: all 0.3s ease;
        text-decoration: none;
    }



}


/*////////////////////PC用CSSここまで///////////////////*/


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

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

    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    footer {
        padding-top: 1rem;
    }

    /*2022.05.12*/
    #main .lp-2select {
        margin-bottom: 10rem;
    }

    #main .flex-box-w {
        display: block;
        margin: 2rem auto;
    }

    #main .flex-box-w .box {
        background: #fff;
        padding: 0 0 20px;
        width: 95%;
        display: flex;
        flex-direction: column;
        margin: 0 auto 10%;
    }

    #main .flex-box-w .box .catch {
        font-weight: 700;
        font-size: 2.0rem;
        display: table-cell;
        vertical-align: middle;
        padding: 2rem 2rem 2rem;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        background: #053657;
    }

    #main .flex-box-w .box .machine-name {
        font-weight: 700;
        font-size: 2.0rem;
        vertical-align: middle;
        padding: 2rem 2rem 2rem;
        line-height: 1.4;
        text-align: center;
    }

    #main .flex-box-w .box .caption {
        padding: 2rem 2rem 2rem;
        text-align: center;
    }

    #main .flex-box-w .box .machine-catch {
        font-weight: 700;
        font-size: 2.0rem;
        display: table-cell;
        vertical-align: middle;
        padding: 2rem 2rem 2rem;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        background: #053657;
    }

    #main .flex-box-w .box .box-img img {
        margin: 20px auto 20px;
        max-width: 85%;
    }

    #contents .flex-box-w .box ul {
        display: block;
        width: auto;
        margin: 20px 0;
        counter-reset: div;
        list-style: none;
        padding: 2rem 2rem 2rem;
    }

    #contents .flex-box-w .box ul li {
        position: relative;
        padding: 0 0 3px 18px;
        margin-left: 0px;
        width: auto;
    }

    #contents .flex-box-w .box ul li:last-child {
        margin-bottom: 0;
    }

    #contents .flex-box-w .box ul li::before {
        position: absolute;
        content: "";
        background: #f28c00;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 8px;
        left: 2px;
    }

    #main .flex-box-w .box .btn-web {
        margin: 0 auto;
        padding: 0;
        max-width: 80%;
    }

    #main .flex-box-w .box .btn-web a {
        color: #fff;
    }


    #toc {
        padding: 2rem 1.5rem;
        width: 100%;
        max-width: 90%;
        width: fit-content;
        margin: 3rem auto;
        border: solid 4px #053657;
        min-width: 50%;
    }

    #toc a {
        font-size: 14px;
    }

    #toc li {
        line-height: 1.2;
        margin: 10px 0;
    }

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

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




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

    .list-btn {
        position: relative;
        display: inline-block;
        background: no-repeat;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0 30px 0 10px;
        appearance: none;
    }

    .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: 10%;
        margin-top: -6px;
    }

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

    .list-btn {
        background: #f28c00;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        padding: 10px 10px;
        width: 50%;
    }

    .list-btn:hover {
        opacity: .6;
    }

    #toc a {
        color: #000;
    }

    .fixed_area {
        display: none;
    }
#main .lp-3select .flex-box-w .box {
    width: 100%;
    margin-bottom: 30px;
}
.lp3 #resultBox .box_head {
    margin: -1.5rem -1.5rem 0;
    font-size: 1.8rem;
}

.lp3 #resultBox .box_head span {
    font-size: 2.4rem;
}
}


/*////////////////////SP用CSSここまで///////////////////*/