a {
    color: #2873A1;
}
p {
    font-size: 14px;
}

/* 新規会員登録ページタイトル */
.register-title {
    color: #0D265A;
    border-bottom: 2px solid #18367D;
    padding-bottom: 15px;
    margin: 30px 0 15px;
}
/* h2タイトル */
.h2-icon {
    display: flex;
    align-items: center;
}
.h2-icon svg{
    margin-right: 12px;
}
.color-consideration {
    color: #661010;
}

/* テキストグループ */
.register-pageDescription {
    margin-bottom: 45px;
}

/* フォーム周り */
.register-formTable {
    margin-bottom: 20px;
}
.register-formInput {
    vertical-align: inherit;
}
.register-formInput__input::placeholder,.sample-formInput__textarea::placeholder {
    color: #D9D9D9;
}
.register-formLabel {
    background: #F1F5FF;
}
.register-formLabel__title {
    line-height: 1.3;
}
.register-formInput__copy {
    font-size: 0.75rem;
}
.register-formInput__input.is-8 {
    width: 80%;
}

/* 必須・任意バッジ */
.register-formLabel__title:before {
    border-radius: 5px;
    width: 33px;
    text-align: center;
    padding: 4px 0px;
}
.register-formLabel__title.is-optional:before {
    color: #18367D;
    background-color: transparent;
    border: 1px solid #18367D;
}

/* ボタン */
.register-next {
    background-color: #0D265A;
    color: #ffffff;
}
.register-next::after{
    display: none;
}
.register-formSubmit__button {
    text-align: center;
    margin-bottom: 20px;
}
.register-next {
    margin: 0px;
}

.register-terms-left {
    font-size:.875rem;
    line-height:1.714;
    margin:50px 0;
    text-align:left;
}
