/* 免責事項 */

/* 全体 */
#agreementDiv {
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(./image/agreement_bg.png);
}

#agreementDiv div.agreement_container {
    line-height: 10px !important;
    background-color: #fff;
    border-radius: 8px;
    color: #333 !important;
    margin: 20px;
    padding: 1.5% 1.5% 2% 1.5%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* 文章全体 */
#agreementDiv div.agreeInner {
    border: 1px solid silver;
}

#agreementDiv div.agreeInner pre {
    white-space: pre-wrap;
    padding: 0.5%;
}

/* 見出し */
#agreementDiv h3 {
    font-family: inherit !important;
    font-size: 24px !important;
    margin: 10px 0 !important;
    border-bottom: none !important;
    font-weight: 500 !important;
}

#agreementDiv h4 {
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    color: #4a97b3 !important;
    background-color: #fff !important;
    background-image: none;
    border-bottom: none;
}

/* 文章 */
#agreementDiv p {
    font-family: inherit !important;
    margin: 0px !important;
    line-height: normal !important;
    font-size: 14px !important;
    white-space: normal !important;
}

/* チェックボックスとボタンの欄 */
#agreementDiv .text-right {
    font-size: 14px !important;
    line-height: 1.4;
    text-align: right;
    text-align-last: right;
    margin-top: 12px;
    margin-right: 5px;
}

/* チェックボックス */
.agreement_top .checkbox_info {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    padding: 6px 0px;
    margin-right: 5px;
}

/* Show HTMLボタン */
#agreementDiv .agreement_btn_secondary {
    display: inline-block !important;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    background-color: #cc0000;
    color: #fff;
    opacity: 0.3;
}

#agreementDiv .agreement_btn_secondary:hover {
    background-color: #ff0000;
}
