@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;
}
.privacy_main{
    width: 80%;
    margin: 40px auto;
}
.privacy_main h3{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    border-top: 1px dotted #60843F;
    border-bottom: 1px dotted #60843F;
    color: #8BCB48;
}
.privacy_main p{
    margin-bottom: 50px;
}

.p2{
 font-weight: 600;
}
.p3{
 color: #58942E;
}
.p4{
 color: #58942E;
    font-size: 1.2rem;
}
@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;
}
.privacy_main{
    width: 90%;
    margin: 30px 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;
}
.privacy_main{
    width: 90%;
    margin: 30px auto;
}
.privacy_main p{
    margin-bottom: 30px;
}
}