
/*カテゴリ上部画像*/
.parallax {
    background-attachment: fixed;
    background-image: url(https://image.rakuten.co.jp/hftea/cabinet/tea/1788/1788_13.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    top: 0;
}


.common_h3 {
    text-align: center;
    font-size: 14px;
    padding: 0 0 0 1em;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}

.policy_box {
    font-size: 9px;
    text-align: left;
    margin: 20px auto;
    width: 80%;
}

.policy_txt{
    border-bottom: solid 1px #d3b572;
    font-size: 11px;
}

.policy_box ul, ol{
    list-style: none;
    border: none;
    padding: 0;
    margin: 5px 0 5px 5px;
    background: none!important;

}

.end{
    margin: 0 auto;
    text-align: end;
    width: 80%;
    font-size: 12px;
}