@charset "utf-8";

/********** 2022-08-30 **********/
.my1em {
    margin: 1em 0;
}

.list-number {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

.list-number>li {
    padding-left: 3em;
    position: relative;
}

.list-number>li+li {
    margin-top: 0.5em;
}

.list-number>li .list-number-num {
    position: absolute;
    top: 0;
    left: 0;
}

.list-number>li,
.list-number>li .text {
    font-size: 0.9em;
}

.list-circle-num {
    list-style: none;
    padding: 0;
}

.list-circle-num>li {
    padding-left: 1.2em;
    position: relative;
}

.list-circle-num>li .num {
    position: absolute;
    top: 0;
    left: 0;
}

.privacy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
}

.privacy .box h2 {
    margin-bottom: 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: 1.2em;
    color: #ec6941;
    line-height: 1.6;
    border-bottom: 3px solid #ec6941;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 126, 93, 1)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom, rgba(234, 126, 93, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7e5d', endColorstr='#007db9e8', GradientType=0);
}

.privacy .sentence {
    margin-bottom: 30px;
    font-size: 0.8em;
}

.privacy-box-title {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.border-box {
    margin: 0.5em 0;
    padding: 1em;
    border: 1px solid black;
    background-color: white;
}

.list-dot {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 1em;
}

.list-dot li {
    list-style: initial;
}

.list-order {
    margin: 0.5em 0;
    padding: 0;
}

.list-order>li {
    list-style: none;
}

.list-order>li+li {
    margin-top: 1em;
}

.list-order-02 {
    margin-left: 1em;
}

.table-privacy {
    width: 100%;
    margin: 0.5em 0;
    border: 1px solid black;
    border-collapse: collapse;
    background-color: white;
}

.table-privacy tr+tr {
    border-top: 1px solid black;
}

.table-privacy tr th,
.table-privacy tr td {
    width: 50%;
    padding: 1em;
}

.table-privacy tr th+td {
    border-left: 1px solid black;
}

.sign {
    margin: 1em 0;
    font-size: initial;
}

@media (max-width: 599px) {

    .table-privacy tr th,
    .table-privacy tr td {
        padding: 1em 0.5em;
        font-size: 14px;
    }
}

/* js-back-btn */
.js-back-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0;
}

.js-back-btn.no-returns {
    display: none;
}

/* 
.js-back-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    width: auto;
    position: relative;
    font-weight: 700;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    background-color: #fff;
    border: 2px solid #6a3906;
    color: #6a3906;
    padding: 16px;
}

.js-back-btn a:hover {
    opacity: 1;
    background-color: #6a3906;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 599px) {

    .js-back-btn a {
        padding: 30px;
        font-size: 30px;
    }
} */