@media screen and (max-width: 575px)
{
    body
    {
        padding-bottom: 0;
    }
}

.el_close_text
{
    font-weight: bold;
    line-height: 1.8;

    margin-bottom: 40px; 

    color: #c03;
    border-radius: 8px;
    background: #fcf2f5;
}
@media screen and (min-width: 576px)
{
    .el_close_text
    {
        font-size: 18px;

        padding: 16px 24px;
    }
}
@media screen and (max-width: 575px)
{
    .el_close_text
    {
        font-size: 16px;

        padding: 16px;
    }
}

.c-heading--h2.el_section_title
{
    font-weight: bold;

    position: relative;

    padding-top: 10px;
}
@media screen and (min-width: 576px)
{
    .c-heading--h2.el_section_title
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 575px)
{
    .c-heading--h2.el_section_title
    {
        font-size: 22px;
    }
}
.c-heading--h2.el_section_title::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    content: '';

    border-radius: 100vmax; 
    background: #c03;
}
@media screen and (min-width: 576px)
{
    .c-heading--h2.el_section_title::before
    {
        width: 40px;
        height: 4px;
    }
}
@media screen and (max-width: 575px)
{
    .c-heading--h2.el_section_title::before
    {
        width: 32px;
        height: 3px;
    }
}

.c-info__item dd
{
    line-height: 1.8;
}

.bl_logo_list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bl_logo_list-item
{
    width: calc(100% / 6);
    padding: 1% .5%;
}
.bl_logo_list-item img
{
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 2 / 1;
}

@media screen and (min-width: 576px)
{
    .bl_form_section
    {
        margin-top: 40px; 

        border-radius: 16px;

        padding-block: 40px;
    }
}

@media screen and (max-width: 575px)
{
    .bl_form_section
    {
        margin-top: 24px; 
        padding: 24px;
    }
}

.bl_form_section .el_article_section_title
{
    padding-top: 10px; 

    text-align: center;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .el_article_section_title
    {
        font-size: 24px;

        margin-bottom: 24px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .el_article_section_title
    {
        font-size: 22px;

        margin-bottom: 16px;
    }
}
.bl_form_section .el_article_section_title::before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    content: '';

    border-radius: 100vmax; 
    background: #c03;

    translate: -50% 0;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .el_article_section_title::before
    {
        width: 40px;
        height: 4px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .el_article_section_title::before
    {
        width: 32px;
        height: 3px;
    }
}

.bl_form_section .bl_form_flow
{
    margin-top: 24px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_flow
    {
        width: 400px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_flow
    {
        width: 262px;
    }
}
.bl_form_section .bl_form_flow-item
{
    width: 40px;

    row-gap: 4px;
}
.bl_form_section .bl_form_flow-item:not(:first-of-type)::before
{
    position: absolute;
    top: 15px;
    right: 100%;

    display: block;

    height: 2px; 

    content: '';

    background: #c4c4c4;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_flow-item:not(:first-of-type)::before
    {
        width: 140px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_flow-item:not(:first-of-type)::before
    {
        width: 71px;
    }
}
.bl_form_section .bl_form_flow-item.is_active::before
{
    background: #c03;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_flow-item-num
    {
        font-size: 16px; 

        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_flow-item-num
    {
        font-size: 16px; 

        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_flow-item-text
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_flow-item-text
    {
        font-size: 16px;
    }
}

.bl_form_section .bl_form_contents_wrap
{
    margin-top: 24px;
}

.bl_form_section .bl_form_contents
{
    border-radius: 16px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents-title
    {
        font-size: 20px;

        padding: 20px 16px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents-title
    {
        font-size: 18px;

        padding: 16px 24px;
    }
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents-inner
    {
        padding: 40px 80px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents-inner
    {
        padding: 24px;
    }
}
.bl_form_section .bl_form_contents-description
{
    border-radius: 8px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents-description
    {
        padding: 24px 40px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents-description
    {
        padding: 24px;
    }
}
.bl_form_section .bl_form_contents-error
{
    padding: 16px;

    border-radius: 8px; 

    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents-error
    {
        margin-top: 24px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents-error
    {
        margin-top: 16px;
    }
}
.bl_form_section .bl_form_contents-error-icon
{
    width: 24px;
}
.bl_form_section .bl_form_contents-error-text
{
    font-size: 16px; 

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.bl_form_section .bl_form_contents .bl_form_contents-auth
{
    padding: 24px;

    border-radius: 8px; 
    background: #fff;

    row-gap: 24px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-auth
    {
        margin-top: 24px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-auth
    {
        margin-top: 16px;
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-auth-confirmed
{
    border-radius: 8px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-auth-confirmed
    {
        row-gap: 16px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-auth-confirmed
    {
        row-gap: 8px;
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-auth-confirmed-title
{
    border-radius: 8px; 

    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}
.bl_form_section .bl_form_contents .bl_form_contents-auth-confirmed-title-icon
{
    width: 20px;
}
.bl_form_section .bl_form_contents .bl_form_contents-auth-confirmed-title-text
{
    font-size: 16px;
}
.bl_form_section .bl_form_contents .bl_form_contents-auth-confirmed-email
{
    font-size: 20px;
}
.bl_form_section .bl_form_contents .bl_form_contents-auth-change-link
{
    font-size: 16px;

    border-radius: 8px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-auth-change-link
    {
        padding: 15.5px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-auth-change-link
    {
        padding: 13px; 

        text-align: center;
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area
{
    padding-block: 40px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-block
{
    padding-bottom: 48px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-title
{
    margin-bottom: 16px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-title-num
{
    font-size: 18px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-title-num
    {
        margin-right: 2px;
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-title-text
{
    font-size: 18px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-title-require-inner
{
    font-size: 12px;
    line-height: 1.16667;

    margin-left: 8px;
    padding: 2.5px 8px 3.5px;

    border-radius: 4px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-title-notice
{
    font-size: 14px;

    margin-top: 8px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data-text
{
    margin-bottom: 16px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data-text
    {
        width: min(700px, 100%);
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data-error
{
    font-size: 14px;

    margin-bottom: 16px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='text'],
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='email'],
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='number']
{
    font-size: 16px;

    border-radius: 8px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='text'],
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='email'],
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='number']
    {
        width: min(700px, 100%);
        padding: 7px 20px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='text'],
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='email'],
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='number']
    {
        width: 100%;
        padding: 11px 20px;
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='checkbox']::before
{
    width: 18px;
    height: 18px;

    border-radius: 2px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='radio']
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='radio']::before
{
    width: 18px;
    height: 18px;

    border-radius: 50%;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data input[type='radio']::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 11px;
    height: 11px;

    border-radius: 50%; 

    translate: -50% -50%;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data textarea
{
    font-size: 16px;

    border-radius: 8px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data textarea
    {
        width: min(700px, 100%);
        height: 232px;
        padding: 7px 20px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data textarea
    {
        width: 100%;
        height: 240px;
        padding: 8px 12px;
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data-select_wrap
{
    border-radius: 8px;
}
.bl_form_section .bl_form_contents .bl_form_contents-input_area-data-select_wrap select
{
    font-size: 16px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data-select_wrap select
    {
        padding: 7px 20px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data-select_wrap select
    {
        padding: 11px 20px;
    }
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data-btn_list-item-label
    {
        -webkit-column-gap: 8px;
           -moz-column-gap: 8px;
                column-gap: 8px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .bl_form_contents-input_area-data-btn_list-item-label
    {
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
    }
}
.bl_form_section .bl_form_contents .bl_form_contents-description-title
{
    font-size: 16px;

    margin-bottom: 8px;
}
.bl_form_section .bl_form_contents .bl_form_contents-description-data-column
{
    row-gap: 24px;
}
.bl_form_section .bl_form_contents .bl_form_contents-description-data-column-text
{
    font-size: 14px;
}
.bl_form_section .bl_form_contents .bl_form_contents-description-data-column-img
{
    width: 70px;
}
.bl_form_section .bl_form_contents .bl_form_contents-description-data-content
{
    margin-top: 8px; 

    row-gap: 8px;
}
.bl_form_section .bl_form_contents .bl_form_contents-description-data-content-link
{
    font-size: 14px;
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents-btn
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents-btn
    {
        font-size: 16px;
    }
}
@media screen and (min-width: 576px)
{
    .bl_form_section .bl_form_contents .el_text
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px)
{
    .bl_form_section .bl_form_contents .el_text
    {
        font-size: 16px;
    }
}

.bl_form_section select
{
    height: auto;
}

.bl_form_section label:hover,
.bl_form_section label:focus
{
    color: inherit;
}
