@charset 'UTF-8';




/*----------------------------------------*/

/* 製品紹介ページ */

/*----------------------------------------*/

/*---------- ページ ----------*/

.panlist {
    background-color: #fff;
}

.panlist .inner {
    padding: 9px 0;
    background-color: #fff;
}

#title_area {
    height: 150px;
}

#title_area .col-title-wrap h1 {
    font-size: 4rem;
}

#content #section1 h2 {
    color: #E50012;
    margin-bottom: 0.4em;
}

#content #section1 .col-inner-01>p {
    text-align: center;
    margin-bottom: 20px;
}

#content .line-up {
    padding-bottom: 0;
    padding-top: 20px;
}

.col-page-02 #t10 a {
    background-image: url(../img/img_page_p24.jpg);
}

.col-page-02 #t11 a {
    background-image: url(../img/img_page_p25.jpg);
}

.col-page-02 #tab-content #c10 {
    background-image: url();
}

.col-page-02 #tab-content #c11 {
    background-image: url();
}

.slick-box dl {
    height: 370px;
}

.slick-box .title {
    text-align: center;
}

.slick-box dd {
    text-align: left;
}

.slick-box .slick-dots {
    bottom: -30px;
}

.slick-dots li {
    width: 18px;
}

.col-page-02 #tab-content #c01 {
    background-image: url(../img/img_page_p_bg01z.png);
}
.col-page-02 #tab-content #c02 {
    background-image: url(../img/img_page_p_bg02z.png);
}
.col-page-02 #tab-content #c07 {
    background-image: url(../img/img_page_p_bg03z.png);
}
.col-page-02 #tab-content #c10 {
    background-image: url(../img/img_page_p_bg04z.png);
}
.col-page-02 #tab-content #c11 {
    background-image: url(../img/img_page_p_bg05z.png);
}
.col-page-02 #tab-content #c04 {
    background-image: url(../img/img_page_p_bg06z.png);
}
.col-page-02 #tab-content #c03 {
    background-image: url(../img/img_page_p_bg07z.png);
}
.col-page-02 #tab-content #c08 {
    background-image: url(../img/img_page_p_bg08z.png);
}
.col-page-02 #tab-content #c09 {
    background-image: url(../img/img_page_p_bg09z.png);
}
.col-page-02 #tab-content #c05 {
    background-image: url(../img/img_page_p_bg10z.png);
}

.col-page-02 #tab-content #c01, .col-page-02 #tab-content #c02, .col-page-02 #tab-content #c03, .col-page-02 #tab-content #c04, .col-page-02 #tab-content #c05, .col-page-02 #tab-content #c06, .col-page-02 #tab-content #c07, .col-page-02 #tab-content #c08, .col-page-02 #tab-content #c09, .col-page-02 #tab-content #c10, .col-page-02 #tab-content #c11 {
    display: none;
}



@media screen and (max-width: 767px) {
    #title_area {
        height: 75px;
    }

    #title_area .col-title-wrap h1 {
        font-size: 2.4em;
    }

}



/*----------------------------------------*/

/* 価格・お見積り */

/*----------------------------------------*/

.price_wrapper>p.ttl {
    font-size: 3.2rem;
    text-align: center;
    color: #E50012;
    margin-bottom: 50px;
    margin-top: 100px;
}

.price_card_wrapper:not(:last-of-type) {
    margin-bottom: 50px;
}

.price_wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.price_card {
    background: #f4a652;
    box-shadow: 4px 4px 0 #ad7637;
    text-align: center;
    display: block;
    border-radius: 3px;
    padding: 10px 0 15px;
    position: relative;
}

.price_card:hover {
    text-decoration: none;
}

.price_card:after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/arrow03.png) center center no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
}

.price_card p {
    color: #Fff;
    font-size: 2.1rem;
    line-height: 2;
    margin-bottom: 0.2em;
}

.price_card ul li {
    color: #000;
    display: inline-block;
    background-color: #fff;
    font-size: 1.3rem;
    padding: 0.25em 1em;
    border-radius: 2em;
    margin-right: 0.75em;
}

.price_card+p {
    /* font-size: 1.3rem; */
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 1.5em;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.price_card_wrapper:last-of-type .price_card ul li {
    width: 147px;
}

.tel_wrapper.small .tel_inner .left p:first-of-type {
    display: none;
}

.tel_wrapper.small .left {
    display: flex;
    justify-content: space-between;
    max-width: 530px;
    margin: 0 auto;
    align-items: center;
}

.tel_wrapper.small .tel_inner .left p:nth-of-type(2) {
    font-size: 4.3rem!important;
}

.estimate_article {
    padding-top: 100px;
    background-color: #f5f5f5;
}

#content.col-1 section #transfer h3 {
    margin-top: 0;
}

.estimate_tel-box2 h3 {
    width: 100%!important;
}




@media screen and (max-width: 767px) {
    .price_wrapper>p.ttl {
        line-height: 1.6;
        font-size: 2.8em;
    }

    .price_wrapper {
        width: 90%;
        padding-bottom: 70px;
    }

    .price_card {
        padding: 15px 0 20px;
    }

    .price_card_wrapper:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .price_card p {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 0.5em;

    }

    .price_card ul li {
        font-size: 1rem;
        margin-right: 0.5em;
    }

    .price_card_wrapper:last-of-type .price_card ul li:first-of-type {
        margin-bottom: 5px;
    }

    .price_card_wrapper:last-of-type .price_card ul li {
        width: 110px;
        padding-right: 0;
        padding-left: 0;
    }



    .tel_wrapper.small .tel_inner {
        padding: 35px 25px;
    }

    .tel_wrapper.small .tel_inner p.ttl {
        font-size: 1.4rem!important;
        margin-bottom: 1em!important;
    }

    .tel_wrapper.small .left {
        flex-direction: column;
    }

    .tel_wrapper.small .tel_inner .left p:nth-of-type(2) {
        font-size: 3.5rem!important;
    }



}



.other_product_att {
    margin-bottom: 20px;
}

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



@media screen and (min-width: 768px) {
    #content.col-1 section .graf700 dd {
        margin-top: 35px;
    }

    .other_product_att {
        text-align: center!important;
    }

    
}

@media screen and (min-width: 1024px) {
    .product_att02 {
        margin-top: 50px!important;
        margin-bottom: 0!important;
    }
}

@media screen and (max-width: 1023px) {
    .product_att02 {
        margin-bottom: 50px!important;
    }
}

