.term-container  {
    padding: 0 var(--container-side);
    margin-block: 80px;
}
@media (max-width: 768px) {
    .term-container  {
        padding: 40px var(--container-side);
        margin-block: 0;
    }
}

.term-section {
    margin-top: 32px;
}

.term-container  h2 {
    text-align: start;
    margin-block: 16px;
}

.term-container .base-text , .term-item{
    text-align: start;
    font-size: 14px;
}
@media (max-width: 768px) {
    .term-container .base-text , .term-item{
        font-size: 13px;
    }
}

.term-section .end {
    text-align: end;
}

.term-section-inner {
    padding-left: 16px;
}

.term-list {
    margin-block: 16px;
}

.term-item .inner-list {
    margin-block: 8px;
}

.term-container a {
    text-decoration: underline;
    word-wrap:break-word;
}

.term-container a:hover {
    color: var(--accent-color-2);
}

.wrapper-list {
    padding-left: 0;
}

.wrapper-list .wrapper-item {
	list-style-type: none;
	counter-increment: cnt;
}

.wrapper-list .wrapper-item::before {
	content: "(" counter(cnt) ") ";
}

.wrapper-list .wrapper-item ul.term-list {
    list-style: disc;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.table-box {
    overflow-x: auto;
    display: block;
	overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch; 
}

.term-table {
    border-collapse: collapse;
    margin-top: 16px;
    margin-right: 16px;
}
@media (max-width: 768px) {
    .term-table {
        min-width: 750px;
        width: 100%;
    }
}

.term-table th, .term-table td {
    padding: 4px 10px;
    border: 1px solid var(--text-main);
    color: var(--text-main);
    font-family: var(--font-jp);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
}
@media (max-width: 768px) {
    .term-table th, .term-table td {
        font-size: 13px;
        letter-spacing: 0.57px;
    }
}

.term-table th {
    white-space: nowrap;
    font-weight: 600;
}

.term-table ul {
    list-style: square;
    margin-left: 16px;
}

.term-table .empty {
    border-top: none;
    border-left: none;
}

.term-container .base-text.table-outer {
	text-align: end;
	margin-right: 16px;
	margin-bottom: 32px;
}

/*********************
GDPR関連
*********************/
.page-title.scc-title {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding-bottom: 50px;
}

.scc-section {
    margin-block: 60px;
}

.scc-section h2 {
    text-align: center;
    margin-block: 20px;
    font-size: 24px;
}

.scc-section h3 {
    text-align: start;
    margin-block: 10px;
}

.scc-section h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}

.clause-list, .annex-list {
    padding-block: 24px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.clause-item, .annex-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.clause-title {
    margin-block: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.clause-title .clause-num {
    text-align: center;
}

.clause-title .clause-text {
    font-size: 20px;
}

.clause-num {

}

.clause-child-list, .annex-child-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-block: 10px;
}

.list-style-none {
    list-style: none;
}


.clause-child-item, .clause-child-item p ,.annex-child-item,
.annex-table th, .annex-table td, .appendix-list li ,.appendix-list p {
    text-align: start;
    font-family: var(--font-ja);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.module-title {
    font-family: var(--font-ja);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-top: 32px;
}

.annex-item p {
    text-align: start;
}

.annex-child-item span {
    background-color: #c1c1c1;
    margin-right: 10px;
}

.bg-text {
    background-color: #c1c1c1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.annex-sub-title {
    font-size: 14px;
}

ul.annex-child-item {
    list-style-type: disc;
    margin-block: 4px;
}

.spacing-top {
    padding-top: 32px;
}

.part-title {
    font-family: var(--font-ja);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
}

.annex-table, .annex-table td, .annex-table, th {
    border-collapse: collapse;
    border: 1px solid #ff8800;
}

.annex-table.row th,
.annex-table.row td {
    width:100%;
    display:block;
}

.annex-table th {
    min-width: 200px;
    background-color: #fff2c1;
}

.annex-table th,
.annex-table td {
    padding-block: 8px;
    padding-inline: 12px;
}

.annex-table .bg {
    background-color: #ffe483;
    font-weight: 700;
}

.table3 th {
    min-width: 10px;
    background-color: #ffffff;
}

ul.appendix-list li {
    border-bottom: 1px solid #ff8800;
    padding-block: 8px;
}

ol.appendix-list li {
    padding-block: 8px;
}

/*********************
利用規約一覧
*********************/
.terms-wrapper {
    display: flex;
    width: 1440px;
    max-width: 100%;
    padding: 80px 200px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    background: var(--base);
	margin: 0 auto;
}

.terms-wrapper-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.terms-box {
    display: flex;
    width: 600px;
    max-width: 100%;
    padding: 20px 16px;
    justify-content: space-between;
    align-items: center;
    background: var(--base);
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

.terms-top-border { 
    border-top: 1px solid var(--text-sub); 
}

.terms-bottom-border { 
    border-bottom: 1px solid var(--text-sub); 
}

.terms-text-Description {
    color: #000;
    font-family: var(--font-jp);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.56px;
}

.terms-text-pagetitle {
    color: #000;
    font-family: var(--font-jp);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    flex-shrink: 0; 
}

.terms-text {
    color: #000;
    font-family: var(--font-jp);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.terms-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.terms-actions a { 
    display: inline-flex;
	align-items: center;
}

@media (max-width: 768px) {
    .terms-wrapper {
        display: flex;
        width: 375px;
        max-width: 100%;
        padding: 40px 16px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 32px;
        background: var(--base);
        margin: 0 auto;
    }
  
    .terms-wrapper-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }
  
    .terms-box {
        display: flex;
        padding: 20px 16px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
  
    .terms-text-pagetitle,
    .terms-text {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
  
    .terms-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .terms-actions a { 
        display: inline-flex;
		align-items: center;
    }
}
