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


.policy_container{
	margin: 0 auto;
}


.category_cmt p {
    font-size: 12px;
    text-align: left;
    padding: 50px 0;
}
.policy_box {
    font-size: 12px;
    text-align: left;
    margin: 20px auto;
    width: 90%;
}

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


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

}


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