﻿html {
    margin: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 2.4rem;
    color: #274767;
    word-break: break-all;
    margin: 0;
    padding: 0;
    border: 0;
    background: #0B0C0F !important;
}
    
.modal-body {
    padding: 24px;
    padding-top: 0;
}

.privacy_body_content {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    margin: auto;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;   
}

.privacy_body_content h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: initial;
    word-break: normal;
}

.privacy_texts {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    word-break: normal;
}