
/* Customer harassment policy page */
.harassment-hero{background-image:linear-gradient(rgba(35,30,22,.32),rgba(35,30,22,.32)),url(/images/product/bg.png);background-position:center;background-size:cover;height:345px;display:flex;align-items:center;justify-content:center;text-align:center;}
.harassment-hero h1{color:#fff;font-family:"Noto Sans JP",sans-serif;font-weight:300;font-size:34px;line-height:1.6;letter-spacing:.12em;text-shadow:0 1px 4px rgba(0,0,0,.35);}
.harassment-hero h1 span{display:block;font-size:12px;letter-spacing:.28em;margin-top:12px;}
.harassment-section{padding-top:70px;padding-bottom:70px;}
.harassment-section .prittl{margin-top:45px;}
.harassment-section p,.harassment-section li{line-height:2;}
.harassment-list{margin:15px 0 30px;padding-left:1.2em;}
.policy-date{text-align:right;margin:25px 0;}
.harassment-contact-button{text-align:center;margin:55px auto 10px;}
.harassment-contact-button a{display:inline-block;min-width:320px;background:#a49468;color:#fff;padding:18px 55px;text-decoration:none;}
@media(max-width:767px){.harassment-hero{height:250px}.harassment-hero h1{font-size:23px}.harassment-section{padding-top:45px;padding-bottom:45px}.harassment-contact-button a{min-width:0;width:100%;box-sizing:border-box}}

/* 「相談窓口はこちら」リンク：通常時は本文色、マウスオーバー時は青 */
.harassment-cta a {
    color: #333;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.harassment-cta a:hover,
.harassment-cta a:focus {
    color: #0068b7;
}
