@charset "utf-8";

/*プライバシーポリシー*/

/*共通*/
.privacy_terms-title{
    position: relative;
    margin-bottom: 1em;
}

.privacy_terms-title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }

.privacy_terms{
    max-width: 1280px;
    margin-top: 5rem;
}

.item-box{
    margin: 6rem auto;
    width: 80%;
}

.items-title{
    text-align: left;
    margin: auto auto 2rem auto ;
}

.span-margin_rl{
    margin: 0 2rem 0 0;
}

@media (max-width: 700px){
    .item-box{
        width: 80%;
    }
}