/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

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

    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    span.txt_red {
        color: #ff0202;
        font-weight: bold;
        font-size: 1.6rem;
    }
.fixed_btn .fixed_web {
    width: 240px;
}
    span.txt_normal {
        color: #616161;
        font-weight: normal;
        font-size: 1.6rem;
    }

    .mini {
        font-size: 85%;
    }

    .big {
        font-size: 130%;
        font-weight: bold;
    }

    .links_parts ul li.big a {
        font-size: 110% !important;
        font-weight: bold;
    }

    .center {
        text-align: center;
        font-weight: bold;
        font-size: 95% !important;
        line-height: 1.5 !important;
    }

    .sec06 .iv_box .ttl01 {
        display: inline-block;
        padding: 0 4rem 0 0;
        color: #4da9f0;
        font-size: 2.8rem;
        position: relative;
    }

    .fixed_btn .fixed_web a {
        margin: 0 auto;
        text-align: center !important;
        flex-direction: column;
    }

    .sec04_block .item_ttl {
        line-height: 1.6;
    }
}



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

@media screen and (max-width: 768px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/

    .btn-web a.common {
        padding: 1.8rem 4rem;
    }

    .btn-tel a.common {
        padding: 1.8rem 1.8rem 1.8rem 4.5rem;
    }

    .links_parts ul li.big a {
        font-size: 110% !important;
        font-weight: bold;
    }

    .comment_parts .main_cc {
        padding: 2rem 1.5rem 2rem 10rem;
    }

    body {
        font-size: 1.6rem;
    }

    .comment_parts .txt {
        font-size: 1.6rem;
    }

    br.pc {
        display: none;
    }

    .fixed_btn .fixed_web a {
        font-size: 3.2vw;
    }

    .fixed_btn .fixed_tel a {
        font-size: 3.2vw;
    }

    .fixed_btn .fixed_tel {
        width: 56%;
    }

    .fixed_btn .fixed_web {
        width: 44%;
    }
.fixed_btn .fixed_web a {
    font-size: 11px;
    padding: 0.8rem 2.6rem 0.8rem;
}
.fixed_btn .fixed_tel a {
    height: 100%;
    padding-top: 2rem;
}

.l-pagetop {
    bottom: 9rem;
}

.l-footer-copy {
    padding-bottom: 9rem;
}
}