main{
    background-image: url(../img/png/case_img_sun.png);
    background-size: 329px 320px;
    background-repeat: no-repeat;
    background-position: right -100px top 160px;
}
span{
    display: inline-block;
}
main .content p{
    text-align: justify;
    text-justify: inter-ideograph;
}
.number-indent2{
    width: 2rem;
}
.privacy-detail-indent2 .detail-text{
    width:  calc(100% - 2rem);
}
.number-indent1{
    width: 1rem;
}
.privacy-detail-indent1 .detail-text{
    width:  calc(100% - 1rem);
}
.content-title{
    font-size: 21px;
    font-weight: bold;
    font-family: "Montserrat", YuGothic, "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
    border-left: 6px solid #444444;
    padding-left: 5px;
}
.table td, .table th {
    vertical-align: middle;
}
.title-top{
        margin-bottom: 2em;
    }
@media screen and (min-width: 768px) {
    .for_sp{
        display:none !important;
    }
}
@media screen and (max-width: 767px) {
    .title-top{
        font-size: min(20px, 5.2vw);
        margin-bottom: 2em;
        line-height: 1.4;
        white-space: nowrap;
    }
    main .content{
        font-size: 12px;
    }
    main{
        background-size: 165px 160px;
        background-position: right -55px top 60px;
    }
    .mb-4-5{
        margin-bottom: 40px;
    }
    .content-title{
        font-size: 13px;
        margin-left: 15px;
    }
    .detail-text,
    .privacy-detail,
    .privacy-detail-indent1,
    .privacy-detail-indent2{
        margin-left: 20px !important;
    }
    .privacy-detail .detail-text,
    .privacy-detail-indent1 .detail-text,
    .privacy-detail-indent2 .detail-text{
        margin-left: 0 !important;
    }
    .privacy-detail-indent1.list{
        margin-left: 17px !important;
    }
    .privacy-detail-indent2.number{
        margin-left: 48px !important;
    }
    .information .division, .information .purpose{
        width:50%;
    }
    .table td, .table th {
        padding: .4rem;
    }
}
.table, .table td, .table th, .table thead th{
    border: 1px solid #000000;
}

.handling .division, .handling .purpose{
    width:50%;
}