/*-------------------------------------------------
|-
|-  detailTtl
|-
-------------------------------------------------*/
.detailTtl {
    width: 100%;
    max-width: 1040px;
    margin: 60px auto;
}
.detailTtl_item-privacy {
    width: 30%;
    min-width: 426px;
    margin: 0 auto 10px;
}
.detailTtl_txt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5em;
}
@media screen and (max-width: 767px){
    .detailTtl {
        width: 89%;
        margin: 30px auto;
    }
    .detailTtl_item-privacy {
        width: 40%;
        min-width: auto;
    }
    .detailTtl_txt {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
}
/*-------------------------------------------------
|-  detail
|-  detailBlock
|-
-------------------------------------------------*/
.detailBlock {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #d4d4d4;
}
.detailWrap {
    width: 100%;
    padding: 35px 0 65px;
    background-color: #f0efec;
}

.detailTxt {
    width: 89%;
    max-width: 1400px;
    margin:30px auto;
    background-color: #fff;
    padding:100px 0;
    box-sizing: border-box;
}
.privacy {
    width: 80%;
    margin: 0 auto;
}
.privacy_item {
    margin-bottom: 40px;
}
.privacy_item_url_mb{
    margin-bottom: 20px;
}
.privacy_item_url_m{
    margin: 20px 0;
}
.privacy_item-ttl {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .detailTxt_ttl {
        font-size: 26px;
    }
    .detailTxt {
        padding: 50px 0;
    }
    .privacy {
        width: 90%;
        display: block;
    }
    .privacy_item {
        margin-bottom: 20px;
    }
}