.hide-checkbox{ display: none; }
/*以下チェックボックス*/
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 14px;
    margin-top: 11px;
    margin-bottom: 11px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #00437C;
    content: '';
    display: block;
    height: 15px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
    border-radius: 2px;
}
.checkbox02::after {
    border-right: 3px solid #20AEE5;
    border-bottom: 3px solid #20AEE5;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox02::after { opacity: 1; }

.checkbox03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
    width: auto;
    color: #002C5A; font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-feature-settings: "palt"; font-size: 15px; line-height: 20px; font-weight: 700;
}
.checkbox03::before {
    background: #fff;
    border: 1px solid #00437C;
    content: '';
    display: block;
    height: 15px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
    border-radius: 2px;
}
.checkbox03::after {
    border-right: 3px solid #20AEE5;
    border-bottom: 3px solid #20AEE5;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox03::after { opacity: 1; }