@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;
}
.complain_main{
    width: 80%;
    margin: 0 auto;
}
.complain_main h4{
    font-size: 1.3rem;
    padding: 10px 30px;
    border:2px solid #64941F;
    border-radius: 8px;
    color: #64941F;
    font-weight: 400;
}
.complain_main h5{
    font-size: 1.3rem;
    padding: 10px 30px;
    border:2px solid #BE841E;
    border-radius: 8px;
    color: #BE841E;
    font-weight: 400;
}

@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;
}
.complain_main{
    width: 90%;
    margin: 0 auto;
}
}

@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;
}
.complain_main{
    width: 100%;
    margin: 0 auto;
}
.complain_main h4{
    font-size: 1.0rem;
    padding: 5px 10px;
    border:2px solid #64941F;
    border-radius: 8px;
    color: #64941F;
    font-weight: 400;
    text-align: center;
}
.complain_main h5{
    font-size: 1.1rem;
    padding: 5px 10px;
    border:2px solid #BE841E;
    border-radius: 8px;
    color: #BE841E;
    font-weight: 400;
    text-align: center;
}
}