@charset "utf-8";

.rightTxt:before {
     background: #fff;
     color: #000;
     content: "PR";
     display: inline-block;
     font-size: 14px;
     line-height: 1.3;
     margin-right: 0.5rem;
     padding: 0 0.1rem;
 }
 footer .copy a:before {  
  content: "【PR】";
 }


#contents .lp0 .btn-web a {
    background-color: #dc448b;
}
#contents .lp0 .addParts03 .block-summary .box-fig .btn-web a {
    width: 100%;
}

#toc {
    width: fit-content;
    margin: 3rem auto;
    display: block;
    padding: 2rem 3rem 3rem;
    border: solid 4px #bfd2ec;
    max-width: 80%;
}

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

#toc ul {
    margin: 5px;
}

#contents .addParts03 .block .online__movie {
    margin-bottom: 4rem;
}

.wr_two-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wr_two-box .wr_box {
    border: 1px solid #333;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    background: #fff;
}

.wr_two-box .wr_box.wr_left_box {
    float: left;
    margin-right: 10px;
    max-width: 400px;
}

.wr_two-box .wr_box.wr_right_box {
    float: right;
    margin-left: 10px;
    max-width: 400px;
}

.wr_two-box .wr_box .wr_box-head {
    font-size: 16px;
    font-weight: bold;
    color: #935B2B;

    text-align: center;
    border-bottom: 1px solid #333;
    padding: 10px;
}

.wr_two-box .wr_box .wr_box-body {
    color: #333;
    text-align: left;
    padding: 10px;
}

.wr_two-box .wr_box .wr_box-body .in_link_btn {
    display: none;
}

.wr_three-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wr_three-box .wr_box {
    border: 1px solid #333;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    background: #fff;
}

.wr_three-box .wr_box:last-child {
    margin-right: 0;
}

.wr_three-box .wr_box .wr_box-head {
    font-size: 16px;
    font-weight: bold;
    color: #13118E;
    text-align: center;
    padding: 10px;
}

.wr_three-box .wr_box .head-img {
    height: 150px;
    margin-bottom: 10px;
    text-align: center;
}

.wr_three-box .wr_box .head-img img {
    height: 100%;
    width: auto;
}

.wr_three-box .wr_box .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    line-height: 1.4em;
}

.wr_three-box .wr_box .wr_box-body {
    color: #333;
    text-align: left;
    padding: 10px;
}

.wr_three-box .wr_box .wr_box-body .in_link_btn {
    display: none;
}

#page .category_links {
    position: relative;
    margin: 2rem 0 2rem 0;
    padding: 2rem 3rem 2.2rem 3rem;
    border-left: 5px solid #b3b3b3;
    background: #3a3a3a;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
}

#page .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* oki_20220712 */
.kanren {
    border: 3px solid #b3b3b3;
    padding: 20px 30px 0;
    margin: 50px 0;
    position: relative;
    box-sizing: border-box;
}

.midasi {
    border-bottom: solid 1px #3a3a3a;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.kanren br {
    display: none;
}

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

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
    display: table;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 5px auto;
    z-index: 2;
    padding: 2px 15px;
    background-color: #34a9e6;
    border-radius: 10px;
    color: #fff;
}

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

.readmore-check {
    display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}

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

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
    height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
    display: none;
}

.companyinfo p{
    font-weight: bold;
    font-size: 16px;
    margin: 8px auto 0;
}

#contents table {
    margin: 20px auto 40px;
}

#contents p {
    margin: 19px auto 0px;
}

.wr_two-box img {
    max-height: 23rem;
}
.bnr a {
    width: 220px;
    height: 180px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    padding: 30px 6px 0;
    font-weight: bold;
    background: url(https://www.bimaze-machine.com/wp/wp-content/themes/SE040/img/mv_bg_01.jpg);
    background-size: cover;
    position: relative;
    line-height: 1.4;
    margin-bottom: 5rem;
}
.bnr a span {
    display: block;
}
.bnr a span.s01 {
    font-size: 18px;
    display: block;
    width: fit-content;
    color: #fff;
    text-shadow: 2px 2px 0px #010133, -2px 2px 0px #010133, 2px -2px 0px #010133, -2px -2px 0px #010133;
    margin-bottom: 8px;
}

span.s01 {}
.bnr a span.s03 {
    color: #010133;
    line-height: 1.45;
    font-size: 21px;
}
.bnr a span.s02 {
    font-size: 21px;
    color: #010133;
}


.bnr a .bgw {
    background: #ffffff9e;
    padding: 15px 7px;
}

/*2023.10.10*/
.select3_box dt{
	background: #0c2f7f;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    padding:.5rem;
    text-align:center;
width: 5rem;
	
}
.select3_box dd{
	margin-bottom:1rem;
}

.block .float-wrap .ct {
    width: 100%;
}

.addParts01 .block .blockTitCatch {
    background: #fff;
    padding: 1.5rem;
    margin: 0 0 2rem 0;
    color: #0d955a;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.333333;
    letter-spacing: .05em;
    text-align: center;
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

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

    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    .wr_two-box {
        display: block;
        flex-wrap: nowrap;
    }

    .wr_two-box .wr_box {
        border: 1px solid #333;
        position: relative;
        width: auto;
        vertical-align: middle;
        padding: 10px;
        background: #fff;
    }

    .wr_two-box .wr_box.wr_left_box,
    .wr_two-box .wr_box.wr_right_box {
        float: none;
        margin: 0 0 20px 0;
    }

    .wr_two-box .wr_box .wr_box-head {
        font-size: 16px;
        font-weight: bold;
        color: #935B2B;
        text-align: center;
        border-bottom: 1px solid #333;
        padding: 10px;
    }

    .wr_two-box .wr_box .wr_box-body {
        color: #333;
        text-align: left;
        padding: 10px;
    }

    .wr_two-box .wr_box .wr_box-body .in_link_btn {
        display: block;
        width: 95%;
        margin: 15px auto 0;
        background: #935B2B;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        padding: 10px;
        text-decoration: none !important;
        position: relative;
    }

    .wr_two-box .wr_box .wr_box-body .in_link_btn:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 20px;
        padding: 5px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }


    .wr_three-box {
        display: block;
        flex-wrap: nowrap;
    }

    .wr_three-box .wr_box {
        border: 1px solid #333;
        position: relative;
        width: auto;
        vertical-align: middle;
        padding: 10px;
        float: none;
        margin: 0 0 20px 0;
        background: #fff;
    }

    .wr_three-box .wr_box .wr_box-head {
        font-size: 16px;
        font-weight: bold;
        color: #13118E;
        text-align: center;
        padding: 10px;
    }

    .wr_three-box .wr_box .head-img {
        height: 150px;
        margin-bottom: 10px;
        text-align: center;
    }

    .wr_three-box .wr_box .head-img img {
        height: 100%;
        width: auto;
    }

    .wr_three-box .wr_box .wr_caption {
        font-size: 12px;
        color: #969696;
        text-align: center;
        word-wrap: break-word;
        line-height: 1.4em;
    }

    .wr_three-box .wr_box .wr_box-body {
        color: #333;
        text-align: left;
        padding: 10px;
    }

    .wr_three-box .wr_box .wr_box-body .in_link_btn {
        display: block;
        width: 95%;
        margin: 15px auto 0;
        background: #13118E;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        padding: 10px;
        text-decoration: none !important;
        position: relative;
    }

    .wr_three-box .wr_box .wr_box-body .in_link_btn:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 20px;
        padding: 5px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    #contents #toc {
        padding: 2rem 1.5rem;
        width: 100%;
        max-width: 90%;
        margin: 0 auto 3rem;
    }

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

    #contents #toc li {
        line-height: 1.2;
        margin: 0;
        padding: 5px 0 0 20px;
    }

}
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

footer .areaInner .logo {
    display: block;
    font-size: 2.0rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
	color: #fff;
}
.rightTxt:before {
    background: #fff;
    color: #000;
    content: "PR";
    display: inline-block;
    line-height: 1.3;
    margin-right: 0.5rem;
    padding: 0 0.1rem;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/



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



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/



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