body {
    font-family: "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 50px;
}

p {
    font-size: 18px;
    margin-left: 100px;
    line-height: 200%;
}

th {
    font-weight: 600;
}


/**********************
  フォーム
 *********************/

form th,
form td {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

form input {
    padding: 4px 10px;
}

form textarea {
    width: 90%;
    padding: 4px 10px;
}

form select {
    padding: 4px 10px;
}

form label {
    margin-left: 8px;
}

label.disabled {
    color: #999;
    pointer-events: none;
}

.center {
    justify-content: center;
}

.tag-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag-block input[type="checkbox"] {
    vertical-align: middle;
    margin: 3px 0 0 0;
}

.tag-block .label {
    line-height: 1.2;
    margin: 3px 0 0 0 !important;
}

.tag-block .required-tag {
    display: inline-flex;
    align-items: center;
    background-color: #dc3545;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 2px;
    padding: 2px 10px;
}

.notice {
    font-size: 0.8rem;
    font-weight: 500;
    color: #dc3545;
    margin-left: 10px;
}

.msg {
    font-size: 1.2rem;
}

.example {
    margin-left: 10px;
}

.confirm th {
    width: 200px;
}

/**********************
  プライバシーポリシー
 *********************/

.privacy {
    width: 700px;
    height: 250px;
    background: #ececec none 0 0;
    margin: 30px auto 20px auto;
    overflow: auto;
    padding: 15px;
    font-size: 0.8rem;
    line-height: 1.6;
}