@charset "UTF-8";
#regist_conference img{
    max-width: 100%;
}
.c-contents-links a{
    color: #333;
    text-decoration: none;
}

.c-contents-links__item--2col{
    font-size: .8rem;
}
#regist_conference .c-contents-links__item{
    padding:.5rem;
}

#regist_conference .page_notion{
    font-size: .8rem;
    font-weight: bold;
    margin: 10px 0;
}
#regist_conference .lead {
    margin-bottom: 40px;
}
#regist_conference .c-sub-section-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 2.2;
    background-color: #000;
    padding: 0;
    margin-bottom: 25px;
}
#regist_conference .c-sub-section-title span {
    margin-right: 1rem;
    /* background: #1d5cd5; */
    background: #d50101;
    padding: 6px 10px;
    display: inline-block;
    min-width: 60px;
}
#regist_conference .c-button.c-button--next{
    margin: auto;
    background-color: #b5e6ff;
    /* background-color: #D0EFFF; */
    color: #194ECD;
    padding: 20px;
    max-width: 300px;
    border: none;
    cursor: pointer;
}
#regist_conference .c-button.c-button--next.js-session-reserved.login_btn.logged{
    margin: auto;
    background-color: #b6b6b6;
    color: #fff;
    padding: 20px;
    max-width: 380px;
    border: none;
    cursor: initial;
}

#regist_conference .c-button.c-button--next::after{
    content: '\f0da';
    right: 20px;
}
#regist_conference .c-button.c-button--next.js-session-reserved.login_btn.logged::after{
    display: none;
}
#regist_conference .c-contents-links__item:before{
    transform: translateY(-50%) rotate(90deg);
}
#regist_conference figure {
    border: 2px solid #f3f3f3;
    margin: auto;
    width: 80%;
}
#regist_conference figure.ticket{
    border: 2px solid #f3f3f3;
    margin: auto;
    width: 60%;
}
#regist_conference h3 {
    display: flex;
    align-items: center;
}
#regist_conference .c-section-title {
    margin-bottom: 0.8rem;
    margin-top: 0.5rem;
    font-size: 1.1rem;
}
#regist_conference li p {
    margin-bottom: 10px;
}
@media screen and (max-width: 480px){
    #regist_conference .c-sub-section-title {
        font-size: 15px;
        line-height: 1;
    }
    #regist_conference .c-sub-section-title span {
        line-height: 2.2;
    }
    #regist_conference figure{
        width: 90%;
    }
}

#regist_conference.login_out #about .flex{
    background: #ededed;
    padding: 1rem;
    margin: 30px 0px;
    display: flex;
    align-items: center;
}
#regist_conference.login_out #about .flex p{
    border-right: 1px solid #4b4b4b;
    padding-right: 1rem;
    margin-right: 1rem;
    line-height: 4rem;
}
#regist_conference.login_out .status {
    font-weight: bold;
    /* color: #e70c0f; */
}
#regist_conference.login_out .c-sub-section-title span{
    min-width: 150px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px){
    #regist_conference.login_out .c-sub-section-title span{
        min-width: 130px;
    }
}
#regist_conference .txt_big {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e7070f;
}
#regist_conference .bg_gray{
    display: block;
    padding: 20px;
    background-color: #efefef;
    margin-bottom: 10px;
}
#regist_conference .bg_blue{
    display: block;
    padding: 20px;
    background-color: #dff4ff;
    margin-bottom: 10px;
}
#regist_conference .bg_pink{
    display: block;
    padding: 20px;
    background-color: #f8eaf9;
    margin-bottom: 10px;
    margin-top: 30px;
}
#regist_conference .bg_blue h4 {
    background: #92d9ff;
    width: 100%;
    padding: 10px;
    margin-top: 0;
}

#regist_conference .bg_pink h4 {
    background: #ffbcff;
    width: 100%;
    padding: 10px;
}


#regist_conference .btn_cont{
    font-weight: bold;
}
#regist_conference {

}
#regist_conference {

}

@media screen and (max-width: 768px){
    .l-1column-contents {
        margin: 0 !important;
    }
}


@media screen and (max-width: 480px){

    .l-container, .l-1column-contents {
        padding: 40px 20px;
        margin-top: 0;
    }

    .c-contents-links{
        flex-wrap: wrap;
    }
    .c-contents-links__item{
        width: 100%;
        margin-top: 6px;
        border-radius: 0!important;
        border: 1px solid #ccc!important;
    }
    #regist_conference figure.ticket{
        width: 80%;
    }
}