section#privacy {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
    
}
section#privacy h2 {
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    margin-bottom: 3rem;
}
section#privacy h2::after {
    content: '';
    position: absolute;
    max-width: 500px;
    width: 100%;
    height: 35px;
    background: #759fe6;
    bottom: 0;
    left: 0;
    z-index: -5;
}
div.privacy-container {
    max-width: 1200px;
    margin: 0 auto;
}
div.privacy-info {
    margin: 0.5rem;
}
div.privacy-info h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
div.privacy-info>div {
    border: 2px solid #ccc;
    padding: 10px;
}
div.privacy-info>div>p {
    padding: 10px;
    color: #2a4675;
}
div.privacy-info>div>div.privacy-info-img-box {
    text-align: center;
}
div.main-privacy-processing-container {
    padding: 1rem;
}
div.main-privacy-processing-container>h4 {
    margin-bottom: 1rem;
}
.main-privacy-processing {
    display: flex;
    flex-direction: column;
    border: 1px solid #aaa;
    margin-bottom: 1rem;
}
.main-privacy-processing>h5 {
    padding: 0.5rem;
    text-align: center;
    color: #2a4675;
    background: #cbdaf2;
}
div.privacy-labeling {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #aaa;
}
div.privacy-labeling>div {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 1rem;
    text-align: center;
}
div.privacy-labeling>div>p>span {
    display: block;
}
div.privacy-labeling>div:nth-of-type(3),
div.privacy-labeling>div:nth-of-type(6) {
    border-right: none;
}
div.privacy-labeling>div:nth-of-type(4),
div.privacy-labeling>div:nth-of-type(5),
div.privacy-labeling>div:nth-of-type(6) {
    border-bottom: none;
}
.privacy-contants {
    display: flex;
    flex-direction: column;
    border: 1px solid #aaa;
}
.privacy-contants>h5 {
    padding: 0.5rem;
    text-align: center;
    color: #2a4675;
    background: #cbdaf2;
}
div.privacy-contant-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #aaa;
}
div.privacy-contant-box>ul{
    border-right: 1px solid #aaa;
    padding: 1rem 2rem;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}
div.privacy-contant-box>ul.privacy-contants-right {
    border-right: none;
}

div.no-box-padding {
     padding: 1rem;
}
h4.no-box-title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
img.no-box-title-img {
    margin-left: 0.5rem;
    width: 50px;
}
div.no-box {
    border: 1px solid #aaa;
    margin-bottom: 0.5rem;
}
p.text-content {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color:#2a4675;
}
p.img-content {
    text-align: center;
    margin-bottom: 0.5rem;
}
div.no-box.no1>div{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    text-align: center;
}
div.no-box>div.no-box-head {
    border-bottom: 1px solid #aaa;
    text-align: center;
    color: #2a4675;
    background: #cbdaf2;
}
div.no-box>div.no-box-head>h5 {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #aaa;
}
div.no-box.no1>div.no-box-head>h5:nth-of-type(2),
div.no-box>div.no-box-head>h5:last-child {
    border-right: none;
}
div.no-box.no1>div.no-box-head>div.no-box-select{
    display: grid;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
div.no-box.no1>div.no-box-head>div.no-box-select>h5.flex2{
    grid-column: span 2;
    border-bottom: 1px solid #aaa;
    padding: 0.25rem;
}
div.no-box.no1>div.no-box-head>div.no-box-select>h5.sub {
    padding: 0.25rem;
}
div.no-box.no1>div.no-box-head>div.no-box-select>h5.sub:nth-of-type(2) {
    border-right: 1px solid #aaa;
}
div.no-box.no1>div.no-box-body>p:nth-of-type(2) {
    width: 166.5px;
}
div.no-box.no1>div.no-box-body>p:nth-of-type(3) {
    width: 166px;
}
div.no-box.no1>div.no-box-body>div.no-box-body>p:nth-of-type(2) {
    border: 1px solid #000;
}
div.no-box>div.no-box-body>p {
    padding: 0.5rem;
}
div.no-box>div.no-box-body>p:last-child {
    border-right: none;
}
div.no-box>div.no-box-body>p,
div.no-box>div.no-box-body>div {
    border-right: 1px solid #aaa;
}

div.no1-box-select {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
div.no1-box-select>p {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.no-box-body>.no1-box-select>p:first-child {
    border-right: 1px solid #aaa;
}

div.no-box.no2>div,
div.no-box.no13>div{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
}
div.no-box.no2>div.no2-box-body>p,
div.no-box.no13>div.no13-box-body>p:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.no-box.no13>div.no13-box-body>p {
    line-height: 1.5;
}
div.no-box.no2>div.no2-box-body>p>span.span-db {
    display: block;
}
div.no-box.no4>div {
    display: grid;
    grid-template-columns: repeat(4, 20% 40% 30% 10%);
    text-align: center;
}
div.no-box.no4>div.no-box-head>h5:nth-of-type(2) {
    border-right: 1px solid #aaa;
}
div.no-box.no5 {
    margin: 1rem 0;
}
div.no-box.no5>div.no5-box-body {
    text-align: center;
    padding: 1rem;
}
div.no-box.no-box-textbox {
    padding: 1rem;
    padding-bottom: 0.5rem;
    background: #f3f3f3;
}
div.no-box.no-box-textbox>p {
    margin: 0.5rem 0;
    line-height: 1.5;
}
div.no-box.no-box-textbox>p>.span-db{
    padding: 0.5rem 0;
    padding-left: 2rem;
    line-height: 1.5;
}
div.no-box.no-box-textbox {
    font-size: 0.9rem;
}

div.no-box.no8>div.cookie-use {
    border: 1px solid #b0c3d2;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
div.no-box.no8>div.cookie-use>p {
    padding: 1rem;
}
div.no-box.no8>div.cookie-use>ul {
    border-left: 1px solid #b0c3d2;
    padding: 1rem;
}
div.no-box.no8>div.cookie-use>ul>ul {
    padding-left: 1.5rem;
}
div.no-box.no8>div.cookie-use>ul>ul>li {
    list-style-type: disc;
    margin: 0.5rem;
    margin-bottom: 0;
}

div.no-box.no10>div{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    text-align: center;
}
div.no-box>div.no-box-head,
div.no-box>div.no10-box-body>h5 {
    text-align: center;
    color: #2a4675;
    background: #cbdaf2;
    font-weight: bold;;
}
div.no-box>div.no10-box-body>h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #aaa;
}
div.no-box>div.no10-box-body {
    border-bottom: 1px solid #aaa;
}

div.no-box>div.no10-box-body:last-child {
    border-bottom: none;
}
.no10-item {
    grid-column: span 2;
}
div.no-box.no11>div {
    display: grid;
    grid-template-columns: repeat(5, 40% 25% 10% 10% 15%);
    text-align: center;
}
div.no11-box>div.no11-procedure {
    border: 1px solid #aaa;
    padding: 1rem;
    margin: 1rem 0;
    font-size: 0.9rem;
    background: #eee;
}

div.no13-box>div.no13-old-policy>p {
    padding: 1rem 0;
    font-size: 0.9rem;
    color: #2a4675
}
div.no-box.no13>div.no-box-body {
    border-bottom: 1px solid #aaa;
}
div.no-box.no13>div.no-box-body:last-child {
    border-bottom: none;
}

.warning-text {
    color: red;
    padding-left: 0.5rem;
    margin: 0;
}
.span-db {
    display: block;
}
a:hover {
    color: darkorange;
}
h5 {
    font-size: 0.9rem;
}
div.no-box-body>p {
    font-size: 0.9rem;
}