﻿
.checkboxdiv {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}

.jipad.main {
    display: block;
}

.jipadcheckbox input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    height:16px;
    width:16px;
}

.jipadbutton {
    background: #2660AC;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    min-width: 331px;
    line-height: 50px;
    margin-left: auto;
    position: relative;
    margin-right: 10px;
    padding: 0 30px;
}


.jipadbutton input:before {
    position: absolute;
    content: "";
    left: 11px;
    top: 50%;
    margin-top: -6px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*.jipadcheckbox input[type=checkbox]:before {
    content: "";
    display: block;

    width: 20px;
    height: 20px;

    background-color: #e9e9e9;
}

.jipadcheckbox input[type=checkbox]:checked:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;

    background-color: #1E80EF;
}

.jipadcheckbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
    appearance: auto;
    -webkit-appearance: auto;
}

.radioButtonList label {
    width: auto;
    display: inline;
    float: left;
    padding-left:10px;
/*    font-size: 0.7rem;
    color: #0367B2 !important;
    font-style: italic;*/
}

.radioButtonListJIPADImport label {
    float: unset;
}

.radioButtonList td {
    padding-bottom:10px;
    width:400px;
}

.spacer {
    height:30px;
}

.requiredItem {
    padding-left: 10px;
    color: red;
}

.requestedItem {
    padding-left: 10px;
    color: purple;
}

.inputGroup {
    margin: 20px;
    margin-left: 60px
}

.columnIndent {
    width: 20px;
}

.joinNavItem {
    background-color: #FFFFFF;
    color: #2660AC;
    float: left;
    margin-left: 50px;
}

.joinNavItem a {
    color: #2660AC !important;
}

.joinInputItem {
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 16px;
    padding: 0 10px;
    color: #505050;
    width: 350px;
    font-family: 'Avenir',-apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.otherInputItem {
    width: 600px !important;
}


.joinInputPostCode {
    width: 270px !important;
}

.joinInputMemo {
    height: 80px;
    line-height: 24px !important;
}

.joinInputBigMemo {
    height: 240px;
    line-height: 24px !important;
    width:600px !important;
}

.inputHeader {
    padding-bottom:10px;
}

.addressSearchBtn {
    height: 36px;
    margin-top: -10px;
    background-color: #3E70B2;
    color: white;
    font-size: 12px;
    padding: 10px;
    width:80px;
}

.joinInputItem #txtMonitorMakerOther {
    margin-left:200px;
}

.errorItem {
    background-color: pink !important;
}

.divider {
    border-bottom-style: solid;
    border-bottom-width: thin;
    font-size: 1px;
    line-height: 1px;
    border-bottom-color: #3E70B2;
}

.hiddenJIPAD {
    display:none;
}

.errorMessage {
    font-weight:bold;
    color:red;
}
/*.modal {
    display: none !important;*/ /* Hidden by default */
    /*position: fixed !important;*/ /* Stay in place */
    /*z-index: 1 !important;*/ /* Sit on top */
    /*left: 0 !important;
    top: 0 !important;
    width: 100% !important;*/ /* Full width */
    /*height: 100% !important;*/ /* Full height */
    /*overflow: auto !important;*/ /* Enable scroll if needed */
    /*background-color: rgb(0,0,0) !important;*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4) !important;*/ /* Black w/ opacity */
/*}


.modal-content {
    background-color: #fefefe !important;
    margin: 15% auto !important;*/ /* 15% from the top and centered */
    /*padding: 20px !important;
    border: 1px solid #888 !important;
    width: 80% !important;*/ /* Could be more or less, depending on screen size */
/*}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }*/

.agreementBox {
    width: 60%;
    max-width: 500px;
    background-color: whitesmoke;
    padding: 10px;
    border-style: solid;
    border-color: gainsboro;
    border-width: thin;
    overflow: auto;
}

.agreementButton {
    background: #2660AC;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    padding-left:20px;
    padding-right:20px;
}

#panelAgreement {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 2023.12.26 Sugawara デザイン修正 */
    /*height: 100%;*/
    /*padding: 150px 20% 150px 20%;*/
    padding: 150px 20% 10px 20%;
    overflow: hidden;
}

.outerPanelAgreement {
    height: 100%;
    padding-top: 100px;
    margin-top: -30px;
}

#panelAgreementIFrame {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 20px 20% 390px 20%;
    overflow: hidden;
}

#scrollAgreement {
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: whitesmoke;
    border-style: solid;
    border-color: gainsboro;
    border-width: thin;
    overflow: auto;
}

#padAgreement {
    padding: 10px
}

#footerAgreement {
    height: 120px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    /* 2023.12.26 Sugawara デザイン修正 */
    /*position: absolute;*/
}

#beforeMemberAgreement {
    height: 120px;
    width: 100%;
    top: 30px;
    padding-left: 20%;
}

#footerIFrameAgreement {
    height: 120px;
    width: 100%;
    bottom: 50px;
    left: 0px;
    position: absolute;
}

#footerCheckbox {
    padding-left: 20%;
    padding-right: 20%
}

#footerAgreeButton {
    padding-left: 20%;
    padding-right: 20%;
    padding-top:20px;
    text-align: center
}

.copyContactButton {
    background: #2660AC;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    margin-left: 40px;
}

/* 2024/04/18 ジェフ 追加開始：コピー ボタンの追加＆改行（左に並ぶように変更） */
.copyContactButton2 {
    background: #2660AC;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}
/* 2024/04/18 ジェフ 追加終了 */

.labelWrapText {
    white-space: pre-wrap;
}

@-moz-document url-prefix() {
    .header {
        margin-bottom: 10px !important;
    }
}

/* 2023.12.26 ADD Sugawara デザイン修正*/
/* 誓約書兼同意書ページのチェックボックス */
#chkAgree {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    height: 20px;
    width: 20px;
}

/* 2024.05.08 菅原 追加 */
/* 施設代表者の注釈追加 */
.facilityContactAnnotation {
    font-size: 14px;
    color: rebeccapurple;
}