@charset 'UTF-8';

#top #sec01 .main_news .box a,
#top #sec01 .sub_news .box a,
#top #sec01 .list_news .box a
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: space-between;
    align-items: flex-start;
}

#top #sec01 .main_news .box a .content h2,
#top #sec01 .sub_news .box a .content h2,
#top #sec01 .list_news .box a .content h2
{
    line-height: 1.5; 

    margin-top: 0;

    text-align: left;
}

#top #sec01 .sub_news,
#top #sec01 .list_news
{
    border-top: 2px dotted #b3b3b3;
}

#top #sec01 .sub_news .box a .content h2,
#top #sec01 .list_news .box a .content h2
{
    font-size: 18px; 

    margin-top: 5px;
}

html[c-data-font-size='normal'] #top #sec01 .sub_news .box a .content h2,
#top html[c-data-font-size='normal'] #sec01 .sub_news .box a .content h2,
html[c-data-font-size='normal'] #top #sec01 .list_news .box a .content h2,
#top html[c-data-font-size='normal'] #sec01 .list_news .box a .content h2
{
    font-size: 20px;
}

html[c-data-font-size='large'] #top #sec01 .sub_news .box a .content h2,
#top html[c-data-font-size='large'] #sec01 .sub_news .box a .content h2,
html[c-data-font-size='large'] #top #sec01 .list_news .box a .content h2,
#top html[c-data-font-size='large'] #sec01 .list_news .box a .content h2
{
    font-size: 22px;
}

#top #sec01 .main_news .box + .box,
#top #sec01 .list_news .box + .box
{
    border-top: 2px dotted #b3b3b3;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 #slider .slick-dots
    {
        bottom: 50px; 

        display: -webkit-flex;
        display:     -ms-flex;
        display:         flex;

        width: 100%;

        justify-content: center;
        align-items: center;
    }
    #top #sec01 #slider .slick-dots li
    {
        width: 12px;
        height: 12px;

        background: #a7a7a7;
    }
    #top #sec01 #slider .slick-dots li.slick-active
    {
        border: 0;
        background: #3e3e3e;
    }
    #top #sec01 #slider .slick-dots li + li
    {
        margin-left: 12px;
    }
    #top #sec01 #slider .slick-dots > li:first-child:last-child
    {
        display: none;
    }
}

#top #sec01 .main_news .box + .box
{
    padding-top: 30px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .main_news .box + .box
    {
        padding-top: 0;

        border-top: 0;
    }
}

#top #sec01 .main_news .box a
{
    padding-bottom: 30px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .main_news .box a
    {
        display: block;

        padding-bottom: 87px;
    }
}

#top #sec01 .main_news .box a .thumnail + .content
{
    width: 410px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .main_news .box a .thumnail + .content
    {
        width: 100%;
    }
}

#top #sec01 .main_news .box a .content
{
    width: 100%;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .main_news .box a .content header
    {
        margin-top: 25px;
    }
}

#top #sec01 .main_news .box a .content h2
{
    font-size: 24px;

    margin-top: 20px;
    margin-bottom: 15px;
}

html[c-data-font-size='normal'] #top #sec01 .main_news .box a .content h2,
#top html[c-data-font-size='normal'] #sec01 .main_news .box a .content h2
{
    font-size: 26px;
}

html[c-data-font-size='large'] #top #sec01 .main_news .box a .content h2,
#top html[c-data-font-size='large'] #sec01 .main_news .box a .content h2
{
    font-size: 28px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .main_news .box a .content h2
    {
        margin-top: 12px;
        margin-bottom: 0;
    }
}

#top #sec01 .sub_news
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .sub_news
    {
        border-top: 0 dotted #b3b3b3;
    }
}

#top #sec01 .sub_news .box
{
    width: 50%;
}

#top #sec01 .sub_news .box:nth-of-type(odd)
{
    border-right: 2px dotted #b3b3b3;
}

#top #sec01 .sub_news .box:nth-of-type(odd) a
{
    padding-right: 10px;
}

#top #sec01 .sub_news .box:nth-of-type(even) a
{
    padding-left: 10px;
}

#top #sec01 .sub_news .box:nth-of-type(n+3)
{
    border-top: 2px dotted #b3b3b3;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .sub_news .box
    {
        width: 100%;
    }
    #top #sec01 .sub_news .box:nth-of-type(odd)
    {
        border-right: 0;
    }
    #top #sec01 .sub_news .box:nth-of-type(odd) a
    {
        padding-right: 0;
    }
    #top #sec01 .sub_news .box:nth-of-type(even)
    {
        border-top: 2px dotted #b3b3b3;
    }
    #top #sec01 .sub_news .box:nth-of-type(even) a
    {
        padding-left: 0;
    }
    #top #sec01 .sub_news .box:nth-of-type(n+2)
    {
        border-top: 2px dotted #b3b3b3;
    }
}

#top #sec01 .sub_news .box a
{
    padding: 20px 0;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .sub_news .box a
    {
        padding: 25px 0;
    }
}

#top #sec01 .sub_news .box a .thumnail
{
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .sub_news .box a .thumnail
    {
        width: 25%;
        height: auto;
    }
}

#top #sec01 .sub_news .box a .content
{
    width: 300px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .sub_news .box a .content
    {
        width: 71%;
    }
}

#top #sec01 .list_news
{
    padding-top: 15px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .list_news
    {
        padding-top: 0;
    }
}

#top #sec01 .list_news .box a
{
    padding: 15px 0;
}

#top #sec01 .list_news .box a .thumnail
{
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .list_news .box a .thumnail
    {
        width: 12%;
        height: auto;
    }
}

#top #sec01 .list_news .box a .content
{
    width: calc(100% - 80px);
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .list_news .box a .content
    {
        width: 84%;
    }
}

#top #sec01 .btn_list
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    margin-top: 35px; 

    justify-content: space-between;
    align-items: center;
}

#top #sec01 .btn_list .c_btn
{
    width: 435px;
}

@media screen and (max-width: 1024px)
{
    #top #sec01 .btn_list .c_btn
    {
        width: 170px;
    }
}

/*=====<=====<=====<=====<=====<=====<=====
  pc
=====>=====>=====>=====>=====>=====>=====*/
