@charset "UTF-8";

.ly_cont {
    display: flex;
    flex-direction: column;
}

.bl_login_logo{
  width: 200px;
  display: block;
  margin: 0 auto 20px;
}

.bl_login {
  padding: 40px;
  font-size: 14px;
  width: 430px;
  margin: 0 auto;
}


.el_ttl01{
  text-align: center;
  font-size: 35px;
}


.bl_login_btn{
  width: 100%;
  margin-bottom: 24px;
}

.el_toastNotification_error{
  margin-bottom: 20px;
}

.bl_login_requirement{
  width: 430px;
  font-size: 12px;
  line-height: 1.6;
  margin: 16px auto 0;
  text-align: center;
}

.bl_qa_ttl {
    background: linear-gradient(to right, #3361E8, #2BBBEA);
    background-image: url("../images/bg_ttl.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 30px 0;
}

.bl_qa_ttl_inner {
    width: 870px;
    margin: 0 auto;
}

.bl_qa {
    width: 870px;
    min-height: calc(100vh - 362px);
    margin: 44px auto 0;
}

.bl_qa_list_header {
    display: flex;
    border-bottom: 1px solid var(--borderColorLight);
}

    .bl_qa_list_header p {
        color: #9EA2AB;
        font-size: 14px;
    }

        .bl_qa_list_header p:first-child {
            width: 700px;
            border-right: 1px solid var(--borderColorLight);
            padding: 18px 30px;
        }

        .bl_qa_list_header p:last-child {
            padding: 18px 24px;
        }

.bl_qa_list_contents li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--borderColorLight);
    transition: background .3s;
}

.bl_qa_list_contents li:last-child a {
    border-bottom: none;
}

.bl_qa_list_contents li a:hover {
    background: #f2f5f8;
}

.bl_qa_list_contents li a div {
    width: 700px;
    border-right: 1px solid var(--borderColorLight);
    color: var(--black);
    padding: 18px 30px;
}

.bl_qa_list_contents_ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.bl_qa_list_contents_txt {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bl_qa_list_contents_update {
    color: #7F8696;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 18px 24px;
}

.el_pagination {
    padding: 24px 0 30px;
    border-top: 1px solid var(--borderColorLight)
}

.bl_qa_empty {
    text-align: center;
    padding-top: 50px;
    line-height: 1.6;
    font-size: 14px;
}

.bl_qa_detail_header {
    padding: 24px 30px 18px;
    border-bottom: 1px solid var(--borderColorLight);
}

    .bl_qa_detail_header .el_ttl01 {
        margin-bottom: 8px;
    }

.bl_qa_detail_header_category {
    font-size: 14px;
}

.bl_qa_detail_body_item {
    display: flex;
    padding: 30px;
    border-bottom: 1px solid var(--borderColorLight);
}

.bl_qa_detail_body_item_closeTxt {
    display: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
}

.bl_qa_detail_body_item_txtGroup {
    flex: 1;
    position: relative;
}

.bl_qa_detail_body_item_userIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #54B9A9;
    font-size: 20px;
    background: #C6EDE7;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    user-select: none;
    flex-shrink: 0;
    margin-right: 16px;
}

.bl_qa_detail_body_item_adviserIcon img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 16px;
}

.bl_qa_detail_body_item_name {
    font-weight: bold;
    margin: 4px 0 8px;
    font-size: 16px;
}

.bl_qa_detail_body_item_message {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    white-space: pre-wrap;
}

.bl_qa_detail_body_item_date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7F8696;
    letter-spacing: .06em;
    position: absolute;
    top: 8px;
    right: 0;
}

.bl_qa_detail_body_item .el_textarea {
    height: 194px;
    margin: 10px 0 0px;
}

.bl_qa_detail_body_btnGroup {
    text-align: center;
    padding: 0px 0 30px;
    border-top: 1px solid #ffffff;
    margin-top: -1px;
}

.bl_qa_detail_body_btnGroup button {
    width: 192px;
}

.bl_qa_detail_body_btnGroup button + button {
    margin-left: 3px;
}

.bl_questionnaire {
    width: 440px;
    padding: 24px;
}

    .bl_questionnaire .bl_dialog_header_close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
    }

        .bl_questionnaire .bl_dialog_header_close img {
            width: 20px;
        }

.bl_questionnaire_txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.bl_questionnaire .el_formLabel {
    margin-bottom: 10px;
}

.bl_questionnaire .el_form_group + .el_form_group {
    margin-top: 28px;
}

.bl_questionnaire .el_textarea {
    height: 126px;
}

.bl_questionnaire_btn {
    display: block;
    width: 110px;
    margin-left: auto;
}

/*-- toastNotification style --*/
.el_toastNotification_complete {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    width: auto;
    padding: 12px 16px 12px 40px;
    background: #0DBAE6;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 16px rgba(11, 57, 82, .2);
    position: fixed;
    left: 50%;
    bottom: calc(100vh - 100px);
    transform: translate(-50%,0);
    animation: popup 5s forwards;
    z-index: 200;
    pointer-events: none;
}

    .el_toastNotification_complete::before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-image: url('../images/icon_complete.svg');
        background-repeat: no-repeat;
        position: absolute;
        top: 12px;
        left: 16px;
    }

.bl_passwordSettings_box {
    padding: 40px;
    font-size: 14px;
    width: 430px;
    margin: 44px auto;
}

.update_text_conf {
    cursor: not-allowed;
    background-color: lightgray;
}

.el_birthday_form {
    display: flex;
    align-items: center;
}

.el_pass_group {
    font-size: 12px;
    margin-bottom: 10px;
}

.el_new_regist_box {
    width: 510px;
    margin: 44px auto;
    line-height: 1.5;
}

.el_label_group {
    margin-bottom:25px;
}
.el_label_confirm {
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
}

.el_password_policy {
    font-size: 90%;
    line-height: 1.5;
    padding-bottom:5px;
}

.el_birthday_label {
    margin: 0 10px;
}
.el_birthday_label_last {
    margin-left: 10px;
}

.el_terms {
    margin-top: 40px;
    margin-bottom: 35px;
}

    .el_terms > div:first-child {
        font-weight: bold;
        margin-bottom:20px;
    }

.el_terms_checkbox {
    transform: scale(1.5);
}

.hp_link_color {
    color: #2F8AE9;
}

.el_new_regist_form_button {
    line-height: 1.5;
}

.bl_new_regist_confirm_box {
    font-size: 16px;
    padding: 40px;
    overflow-wrap: break-word;
}

.el_family_name_label {
    margin-right: 3px;
}

.el_name_form .el_label_confirm {
    display: flex;
}

.el_domain_permission_note {
    color: #FF6666;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 35px;
    font-size: 16px;
    margin-bottom: 12px;
}

.el_new_regist_back_button {
    width: 100%;
    line-height: 1.5;
}

.bl_new_regist_send_mail_finish {
    width: 680px;
    line-height: 1.5;
}

    .bl_new_regist_send_mail_finish h1 {
        text-align: center;
        font-size: 25px;
    }

    .bl_new_regist_send_mail_finish div {
        font-size: 16px;
    }

.el_confirm_mail_note {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
    color: #FF6666;
}

.el_request_regist {
    font-weight: bold;
    margin-bottom: 20px;
}

.complete_regist_message {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

#complete_regist button {
    width: 100%;
    color: white;
}

.bl_regist_error {
    line-height: 1.5;
    width: 649px;
    margin: 44px auto;
    padding: 40px;
    font-size: 14px;
}

    .bl_regist_error > h1 {
        text-align: center;
        font-size: 25px;
    }

    .bl_regist_error > p {
        margin-bottom: 40px;
        text-align: center;
        font-size: 16px;
    }

    .bl_regist_error > div {
        font-size: 16px;
    }

        .bl_regist_error > div p {
            text-align: left;
        }

.bl_solution {
    margin-bottom: 35px;
}

.bl_solution_last {
    margin-bottom: 5px;
}

.el_regist_page_link {
    color: #2F8AE9;
}

.el_finish_heading {
    padding-left: 0px;
}

/* SP版表示用CSS */
@media (min-width: 320px) and (max-width: 992px) {

    .el_new_regist_box{
        width: 100%;
        margin: 0;
    }

    .bl_passwordSettings_box{
        padding: 15px;
        width: 100%;
        margin: 0;
    }

    .bl_qa_ttl_inner{
        width: auto;
    }

    .el_ttl01{
        padding-left: 30px;
    }

    .el_birthday_form select.el_textbox{
        padding: 11px 4px;
    }

    .el_birthday_label{
        margin: 0 5px;
    }

    .bl_new_regist_confirm_box{
        padding: 15px;
    }

    .bl_new_regist_send_mail_finish{
        width: 100%;
    }

    .bl_new_regist_send_mail_finish h1{
        font-size: 24px;
    }

    .bl_regist_error{
        width: 100%;
        margin: 0;
        padding : 15px;
    }

    .bl_regist_error h1{
        font-size: 23px;
    }

    .el_finish_heading {
        padding-left: 0px;
    }
}