.policy .sub-content-inner,.term .sub-content-inner{
    display: flex;
    flex-direction: column;
    gap: 96px;
    max-width: 928px;
    align-items: start;
}
.row{
    display: flex;
    flex-direction: column;
    gap: 24px;   
}
.term .row{
    gap: 12px;
    width: 100%;
}
.row h2{
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 47.6px;
    font-family: 'Shippori Mincho';
    color: #333;
    text-align: left;
}
.term .row h2{
    margin-bottom: 12px;
}
.row p{
    width: 100%;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 30px;
    font-family: 'Shippori Mincho';
    color: #333;
    text-align: left;
    display: inline-block;
}
.row ol{
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style-type: decimal;
    margin-inline-start: 1em;
    padding-inline-start: 1em;
    max-width: 888px;
}
.row ol li{
    display: list-item;
    line-height: 30px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.75px;
}
.row ol li::marker {
  content: " ( " counter(list-item) " ) ";
}
.row ol li ol li::marker {
    content: " " counter(list-item, katakana-iroha) " : ";
}
.row ol.align {
    counter-reset: iroha;
    position: relative;
    margin-inline-start:0;
    padding-inline-start: 0;
}
.row ol.align li{
    counter-increment: iroha;
    display: grid;
    grid-template-columns: 9em 1fr;
    margin-left: 2em;
    position: relative;
}
.row ol.align li:before{
    content: " " counter(iroha, katakana-iroha) " : ";
    position: absolute;
    left: -2em;
}
.row table{
    width: 100%;
}
tr,th{
   border: 1px solid #ccc;
   padding: 12px 24px;
   vertical-align: middle;
   line-height: 24px;
    font-size: 12px;
    letter-spacing: 0.6px;
}
th{
    background-color: #f6fdf8;
}
tr table th{
    border:none;
    border-right: 1px solid #ccc;
}
tr table tr{
    border-left: none;
    border-right: none;
}
tr table tr:first-child{
    border-top: none;
}
tr table tr:last-child{
    border-bottom: none;
}
tr table td{
    box-sizing: border-box;
    padding: 12px 24px;
    line-height: 26px;
    text-align-last: left;
}
table .gray{
background-color: #f4f4f4;
}
td{
    border-right: 1px solid #ccc;
    vertical-align: middle;
}
td:last-child{
    border-right:none;
}
.cancel-table > thead tr:nth-child(2) th{
    padding:12px 16px;
    width: calc(100% / 9);
}
@media screen and (max-width:768px) {
    .policy .sub-content-inner,.term .sub-content-inner{
        gap: 32px;
    }
    .row{
        gap: 16px;   
    }
    .term .row{
        gap: 12px;
        width: 100%;
        overflow-x: scroll;
    }
    .row h2{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 34px;
    }
    .term .row h2{
        margin-bottom: 0;
    }
    .row p{
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 28px;
    }
    .row ol li {
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 28px;
    }
    .mobile-scroll-wrapper > table{
        min-width: 900px;
    }
    .table{
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 20px;
    }
    tr, th {
        padding: 11px 16px;
    }
}