@charset "UTF-8";
/* CSS Document */

.privacy_wrapper{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 14px;
    line-height: 1.8em;
}
.privacy_wrapper h3{
    font-size: 24px;
    font-weight: 500;
    color: #1dc765;
    text-align: center;
    padding-bottom: 40px;
}
.privacy_wrapper a{
    transition: .35s;
}
.privacy_wrapper a:hover{
    opacity: .7;
}
.space_bottom_10{
    margin-bottom: 10px;
}
.space_bottom_15{
    margin-bottom: 15px;
}
.introduction{
    padding-bottom: 30px;
}
.privacy_wrapper dl{
    padding-bottom: 30px;
}
.privacy_wrapper dl dt{
    background-color: #f8f8f8;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 15px;
    margin-bottom: 10px;
}
.privacy_wrapper dl dd{
    padding: 0 10px;
}
.circle{
    padding-left: 12px;
    position: relative;
}
.circle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1dc765;
}
.number{
    padding-left: 28px;
    position: relative;
}
.number::before{
    content: '（1）';
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: .01rem;
    font-size: 14px;
    line-height: 1.8em;
    color: #111;
}
.number:nth-of-type(2)::before{
    content: '（2）';
}
.number:nth-of-type(3)::before{
    content: '（3）';
}
.number:nth-of-type(4)::before{
    content: '（4）';
}
.number:nth-of-type(5)::before{
    content: '（5）';
}
.number:nth-of-type(6)::before{
    content: '（6）';
}
.number:nth-of-type(7)::before{
    content: '（7）';
}
.number:nth-of-type(8)::before{
    content: '（8）';
}
.number:nth-of-type(9)::before{
    content: '（9）';
}
.number_sub{
    padding-left: 20px;
    position: relative;
}
.number_sub::before{
    content: '①';
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: .01rem;
    font-size: 14px;
    line-height: 1.8em;
    color: #111;
}
.number_sub:nth-of-type(2)::before{
    content: '②';
}
.number_sub:nth-of-type(3)::before{
    content: '③';
}
.number_sub:nth-of-type(4)::before{
    content: '④';
}
.number_sub:nth-of-type(5)::before{
    content: '⑤';
}
.number_sub:nth-of-type(6)::before{
    content: '⑥';
}
.number_sub:nth-of-type(7)::before{
    content: '⑦';
}
.number_sub:nth-of-type(8)::before{
    content: '⑧';
}
.number_sub:nth-of-type(9)::before{
    content: '⑨';
}
.kome{
    padding-left: 20px;
    position: relative;
}
.kome::before{
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: .01rem;
    font-size: 14px;
    line-height: 1.8em;
    color: #111;
}
.outlink{
    padding-right: 20px;
    position: relative;
    display: inline-block;
}
.outlink::after{
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url("../img/business/outlink_02.png") center/ 12px auto no-repeat;
}
.closing{
    text-align: right;
}


@media print, screen and (max-width: 750px) {
    .privacy_wrapper{
        width: 100%;
        padding: 0 20px;
        max-width: 500px;
        margin-bottom: 60px;
    }
    .privacy_wrapper h3{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .introduction{
        padding-bottom: 20px;
    }
    .privacy_wrapper dl dt{
        font-size: 15px;
        line-height: 1.5em;
    }
    .privacy_wrapper dl{
        padding-bottom: 25px;
    }
    .privacy_wrapper dl dd{
        padding: 0;
    }
    .space_bottom_15{
        margin-bottom: 10px;
    }
    .number{
        padding-left: 26px;
    }
    .circle{
        line-height: 1.5em;
        margin-bottom: 5px;
    }
    .circle::before{
        top: 8px;
    }
    .number_sub{
        line-height: 1.5em;
        margin-bottom: 5px;
    }
    .number_sub::before{
        line-height: 1.5em;
    }
    .privacy_wrapper dl{
        padding-bottom: 15px;
    }











}
