.main {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 80px;
    padding-top: 50px;
}

body {
    background-color: rgba(240, 240, 240, 1) !Important;
    font-family: Inter, "Noto Sans JP" !important;
    margin: 0px !important;
}

@media screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        padding-top: 20px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 4;
    background-color: #fff;
}

.header-container {
    padding:12px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-left img{
    width: 120px;
}

.tos-privacy-wrapper {
    padding: 18px;
    margin-top:0px;
    margin-bottom: -80px;
}

.tos-privacy-detali{
    padding: 18px;
    background: #fff;
    border-radius: 5px;
    margin-top: 18px;
}

.tos-privacy-text{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #383938;
    margin-top: 0px;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
    border: 1px solid #999; 
}

th,td,tr {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    font-size: 12px;
    padding: 8px;
    border-spacing: 0px !important;
}

table td >ul{
    list-style: none;
    padding-left: 0px;
}

.privacy-caution{
    font-size: 0.6em;
	vertical-align: top; 
}


@media (min-width: 1200px) {
    .tos-privacy-wrapper{
        width: 800px;
        margin-top: 36px;
        box-sizing: border-box;
     }
}