/*---------------Header---------------*/
.title-header{
    background: url(../images/bg-privacy.jpg) center no-repeat;
}

.content-privacy { 
    display: block; 
    width: 100%; 
    padding: 12px 0 50px; 
}
.privacy { 
    display: block; 
    margin: 35px auto; 
    width: 100%; 
}
.privacy h3 { 
    display: block; 
    font-size: 18px; 
    font-weight: bold; 
    margin: 18px 0 8px; 
}
.privacy .sub-privacy { 
    /*padding-left: 22px; */
}

.p_box{
    border:1px solid #000;
    margin:20px 0;
    padding:30px;
}

.ten_box{
    border:1px dashed #000;
    margin:20px 0;
    padding:20px;
    color:red;
}

.ten_box a{
    color:red!important;
}

.shop_toi_btn {
    background-color: #000;
    border:2px solid #000;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    border-radius: 5px;
    padding: 15px 0px 15px 30px;
    position: relative;
    width: 300px;
    height: 65px;
    transition: .3s;
}

.shop_toi_btn:hover {
    background-color: #fff;
    color: #000;
    border:2px solid #000;
}

.shop_toi_btn a{
    color:#fff!important;
}

.shop_btn_area {
    width: 300px;
    margin:40px auto 0;
}

.ichiran_btn_arrow_right {
    position: absolute;
    right: -4px;
    top: 24px;
    margin-right: 30px;
}


@media(max-width:460px) {
    .content-privacy { 
        padding: 0 0 35px; 
    }
    .privacy {
         margin: 12px auto; 
         font-size: 13px; 
        }
    .privacy h3 { 
        font-size: 15px; 
    }

    .shop_toi_btn {
        padding: 15px 0 15px 15%;
    }
}