@charset "utf-8";
.page_ttl{
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #826026;
    margin: 0 auto 30px;
    padding: 10px 0 30px 80px;
    background-image: url("../images/page_title/ttl_bottom_line_07.png"),url("../images/page_title/page_ttl_icon_07.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,65px;
    letter-spacing: 0.2rem;
}
.contact_top{
    font-size: 1.1rem;
    text-align: center;
}
.contact_top span{
    font-weight: 500;
}

@media screen and (max-width:900px){
.page_ttl{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #826026;
    margin: 0 auto 30px;
    padding: 10px 0 20px 60px;
    background-image: url("../images/page_title/ttl_bottom_line_07.png"),url("../images/page_title/page_ttl_icon_07.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,50px;
    letter-spacing: 0.2rem;
}

}

@media screen and (max-width:480px){
.page_ttl{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #826026;
    margin: 0 auto 30px;
    padding: 5px 0 20px 60px;
    background-image: url("../images/page_title/ttl_bottom_line_07.png"),url("../images/page_title/page_ttl_icon_07.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 200%,40px;
    letter-spacing: 0.2rem;
}
}