@charset "utf-8";
.bg-img {
    background: url(img/bg_header_pc.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.pBorder01 {
    border-top: 15px solid #f2c67c;
}
.pTitle_line::after {
    background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, #f2c67c 25%, #f2c67c 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, #f2c67c 75%, #f2c67c);
    background-size: 8px 8px;
    background-position: bottom center;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
    content: '';
}
