img{
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
.address-info{
    text-align: center;
    font-size: large;
}
.company-info{
    margin-top: 5px;
    text-align: center;
    font-size: smaller;
}
.content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
/* Terms of Use（ToU/ToS）ご利用規約*/
.tou-info{
    text-align: center;
}
.tou-info1{
    font-size: small;
}
.info-style{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.divider {
    border-top: 2px solid #e9e6e6;
    margin: 30px 0;
}