@charset 'UTF-8';

/*=====<=====<=====<=====<=====<=====<=====
  pc
=====>=====>=====>=====>=====>=====>=====*/
#event_single #sec01
{
    padding-top: 20px;
    padding-bottom: 25px;
}

@media screen and (max-width: 1024px)
{
    #event_single #sec01
    {
        padding: 15px 0;
    }
}

#event_single #sec01 .inner .post_data header
{
    margin-bottom: 10px; 
    padding-bottom: 20px;

    border-bottom: 1px solid #8c8c8c;
}

@media screen and (max-width: 1024px)
{
    #event_single #sec01 .inner .post_data header
    {
        margin-bottom: 15px; 
        padding-bottom: 15px;
    }
}

#event_single #sec01 .inner .post_data header p
{
    margin-bottom: 10px;
}

#event_single #sec01 .inner .post_data header h2
{
    font-size: 24px;
    line-height: 1.3; 

    text-align: left;
}

html[c-data-font-size='normal'] #event_single #sec01 .inner .post_data header h2
{
    font-size: 26px;
}

html[c-data-font-size='large'] #event_single #sec01 .inner .post_data header h2
{
    font-size: 28px;
}

@media screen and (max-width: 1024px)
{
    #event_single #sec01 .inner .post_data header h2
    {
        font-size: 20px;
    }
    html[c-data-font-size='normal'] #event_single #sec01 .inner .post_data header h2
    {
        font-size: 22px;
    }
    html[c-data-font-size='large'] #event_single #sec01 .inner .post_data header h2
    {
        font-size: 24px;
    }
}

#event_single #sec01 .inner .post_data .sns
{
    margin-bottom: 25px; 

    justify-content: flex-end;
}

@media screen and (max-width: 1024px)
{
    #event_single #sec01 .inner .post_data .sns
    {
        margin-bottom: 10px; 

        justify-content: flex-start;
    }
}

#event_single #sec01 .inner .post_data .sns a
{
    display: block;
}

#event_single #sec01 .inner .post_data .sns figure
{
    width: 23px;
}

#event_single #sec01 .inner .post_data .sns figure img
{
    width: 100%;
    height: auto;
}

#event_single #sec01 .inner .post_data .first_content
{
    margin-bottom: 50px; 

    align-items: flex-start;
}

@media screen and (max-width: 1024px)
{
    #event_single #sec01 .inner .post_data .first_content figure
    {
        width: 100%;
        margin-bottom: 15px;
    }
    #event_single #sec01 .inner .post_data .first_content p
    {
        width: 100%;
    }
}

#event_single #sec01 .inner .post_data .c_datalist dl
{
    align-items: stretch;
}

#event_single #sec01 .inner .post_data .c_datalist dl dt
{
    width: 175px;
}

@media screen and (max-width: 1024px)
{
    #event_single #sec01 .inner .post_data .c_datalist dl dt
    {
        width: 100%;
    }
}

#event_single #sec01 .inner .post_data .c_datalist dl dd
{
    flex-grow: 1;
}

#event_single #sec01 .inner .post_data .c_btn_next
{
    font-size: 14px; 

    width: 250px;
    margin: 30px auto 0;
}
