@charset "utf-8";

/* breadcrumbs_wrap
-------------------------------------------------- */
@media print, screen and (min-width:768px){
    .breadcrumbs_wrap .content_inner {
        max-width: 1276px;
        padding: 10px 50px 0px;
        width: auto;
    }
}

/* h1
-------------------------------------------------- */
@media print, screen and (min-width:768px){
    .ttl_page .ttl_page_inner {
        max-width: 1276px;
        padding: 40px 50px 22px;
    }
    .ttl_page .ttl_page_inner:before{
        width: 110px;
        height: 6px;
        left: 50px;
        right: auto;
    }
}
@media screen and (max-width:767px){
    .ttl_page {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .ttl_page .ttl_page_inner{
        padding-bottom: 15px;
    }
    .ttl_page .ttl_page_inner:before{
        width: 80px;
        left: 20px;
        height: 4px;
    }
    .ttl_page .txt_main {
        font-size: 30px;
    }
}

/* ttl_bdr_gray
-------------------------------------------------- */
.ttl_bdr_gray .ttl_bdr_gray_txt{
    position: relative;
    font-weight: bold;
    line-height: 1.4;
    }
.ttl_bdr_gray .ttl_bdr_gray_txt:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}
.ttl_bdr_gray .ttl_bdr_gray_txt:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #1ba1e6;
}
@media print, screen and (min-width:768px){
    .ttl_bdr_gray{
        margin-bottom: 25px;
    }
    .ttl_bdr_gray .ttl_bdr_gray_txt{
        padding-bottom: 15px;
        font-size: 30px;
    }
}
@media screen and (max-width:767px){
    .ttl_bdr_gray{
        margin-bottom: 20px;
    }
    .ttl_bdr_gray .ttl_bdr_gray_txt {
        padding-bottom: 10px;
        font-size: 23px;
    }
}

/* ttl_bdr_left
-------------------------------------------------- */
.ttl_bdr_left {
    position: relative;
    font-weight: bold;
    line-height: 1.5;
}
.ttl_bdr_left:before{
content: "";
position: absolute;
top: 0.15em;
left: 0;
width: 4px;
height: 30px;
background-color: #1ba1e6;
}
.ttl_bdr_left sub{
bottom: 0.9em;
}
@media print, screen and (min-width:768px){
    .ttl_bdr_left{
        margin-bottom: 25px;
        padding-left: 20px;
        font-size: 22px;
    }
}
@media screen and (max-width:767px){
    .ttl_bdr_left{
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 18px;
    }
    .ttl_bdr_left:before{
        top: 0.28em;
        height: 20px;
    }
}