@charset 'UTF-8';

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

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

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

    margin-top: 0;

    text-align: left;
}

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

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

    margin-top: 5px;
}

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

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

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

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

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

        width: 100%;

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

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

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

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

        border-top: 0;
    }
}

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

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

        padding-bottom: 87px;
    }
}

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

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

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

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

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

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

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

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

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

#s75 #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)
{
    #s75 #sec01 .sub_news
    {
        border-top: 0 dotted #b3b3b3;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    margin-top: 35px;

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

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

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

/*=====<=====<=====<=====<=====<=====<=====
  pc
=====>=====>=====>=====>=====>=====>=====*/
#s75 #sec01 .papers_box_2 .box + .box
{
    border-top: 2px dotted #b3b3b3;
}

#s75 #sec01 .papers_box_2 .box:last-of-type
{
    border-bottom: 2px dotted #b3b3b3;
}

#s75 #sec01 .papers_box_2 .box a
{
    align-items: flex-start;
}

#s75 #sec01 .papers_box_2 .box a header p
{
    font-size: 12px;
    line-height: 1;

    padding-bottom: 10px;

    color: #717171;
}

html[c-data-font-size='normal'] #s75 #sec01 .papers_box_2 .box a header p
{
    font-size: 14px;
}

html[c-data-font-size='large'] #s75 #sec01 .papers_box_2 .box a header p
{
    font-size: 16px;
}

#s75 #sec01 .papers_box_2 .box a header h2
{
    text-align: left;
}

#s75 #sec01 .papers_box_2 .large_news
{
    padding-bottom: 30px;
}

#s75 #sec01 .papers_box_2 .large_news + .box
{
    padding-top: 30px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_2 .large_news
    {
        padding-bottom: 20px;
    }
    #s75 #sec01 .papers_box_2 .large_news + .box
    {
        padding-top: 20px;
    }
}

#s75 #sec01 .papers_box_2 .small_news
{
    padding-bottom: 15px;
}

#s75 #sec01 .papers_box_2 .small_news + .small_news
{
    padding-top: 15px;
}

#s75 #sec01 .papers_box_2 .small_news + .large_news
{
    margin-top: 15px;
    padding-top: 30px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_2 .small_news
    {
        padding-bottom: 10px;
    }
    #s75 #sec01 .papers_box_2 .small_news + .small_news
    {
        padding-top: 10px;
    }
    #s75 #sec01 .papers_box_2 .small_news + .large_news
    {
        margin-top: 10px;
        padding-top: 20px;
    }
}

#s75 #sec01 .papers_box_2 .large_news a figure
{
    width: 448px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_2 .large_news a figure
    {
        width: 100%;
    }
}

#s75 #sec01 .papers_box_2 .large_news a .content
{
    width: 420px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_2 .large_news a .content
    {
        width: 100%;
        margin-top: 15px;
    }
}

#s75 #sec01 .papers_box_2 .large_news a .content header
{
    padding-bottom: 22px;
}

#s75 #sec01 .papers_box_2 .large_news a .content header h2
{
    font-size: 24px;
}

html[c-data-font-size='normal'] #s75 #sec01 .papers_box_2 .large_news a .content header h2
{
    font-size: 26px;
}

html[c-data-font-size='large'] #s75 #sec01 .papers_box_2 .large_news a .content header h2
{
    font-size: 28px;
}

#s75 #sec01 .papers_box_2 .small_news a figure
{
    width: 50px;
}

#s75 #sec01 .papers_box_2 .small_news a figure + .content
{
    width: calc(100% - 60px);
}

#s75 #sec01 .papers_box_2 .small_news a .content
{
    width: 100%;
}

#s75 #sec01 .papers_box_2 .small_news a .content h2
{
    font-size: 18px;

    margin-top: 5px;
}

html[c-data-font-size='normal'] #s75 #sec01 .papers_box_2 .small_news a .content h2
{
    font-size: 20px;
}

html[c-data-font-size='large'] #s75 #sec01 .papers_box_2 .small_news a .content h2
{
    font-size: 22px;
}


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

#s75 #sec01 .c_icon
{
    width: 18px;
    height: 18px;
}

#s75 #sec01 .inner .c_subheader2 h2,
#s75 #sec01 .inner .c_subheader2 h3
{
    font-size: 16px; 

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

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

#s75 #sec01 .inner .c_subheader2 strong
{
    font-weight: bold;
}

html[c-data-font-size='normal'] #s75 #sec01 .inner .c_subheader2 h2,
html[c-data-font-size='normal'] #s75 #sec01 .inner .c_subheader2 h3
{
    font-size: 18px;
}

html[c-data-font-size='large'] #s75 #sec01 .inner .c_subheader2 h2,
html[c-data-font-size='large'] #s75 #sec01 .inner .c_subheader2 h3
{
    font-size: 20px;
}

#s75 #sec01 .inner .c_subheader2 h2 svg,
#s75 #sec01 .inner .c_subheader2 h3 svg
{
    margin-right: 10px;
}

#s75 #sec01 .inner figure figcaption
{
    font-size: 12px; 

    margin-top: 5px;
}

#s75 #sec01 .inner .post_data .sns
{
    top: 0;
    right: 0;
}

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

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

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

#s75 #sec01 .inner .post_data header
{
    margin-bottom: 23px; 
    padding-bottom: 20px;

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

#s75 #sec01 .inner .post_data header p
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    margin-bottom: 10px; 

    justify-content: flex-start;
    align-items: center;
}

#s75 #sec01 .inner .post_data header p time
{
    font-size: 12px;
}

html[c-data-font-size='normal'] #s75 #sec01 .inner .post_data header p time
{
    font-size: 14px;
}

html[c-data-font-size='large'] #s75 #sec01 .inner .post_data header p time
{
    font-size: 16px;
}

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

    text-align: left;
}

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

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

#s75 #sec01 .inner .post_data .content
{
    margin-bottom: 50px;
}

#s75 #sec01 .inner .post_data .content .content_thumbnail
{
    float: left;

    width: 300px;
    margin-right: 25px;
    padding-bottom: 25px;
}

#s75 #sec01 .inner .post_data .content .image_list
{
    clear: both;

    padding-top: 30px; 

    justify-content: flex-start;
    align-items: stretch;
}

#s75 #sec01 .inner .post_data .content .image_list figure
{
    width: 200px;
    margin-top: 20px;
    margin-left: 16px;
}

#s75 #sec01 .inner .post_data .content .image_list figure:nth-of-type(4n+1)
{
    margin-left: 0;
}

#s75 #sec01 .inner .sub_post_photo
{
    margin-bottom: 50px;
}

#s75 #sec01 .inner .sub_post_photo .sub_post_list
{
    justify-content: flex-start;
    align-items: stretch;
}

#s75 #sec01 .inner .sub_post_photo .sub_post_list .box
{
    width: 200px;
}

#s75 #sec01 .inner .sub_post_photo .sub_post_list .box + .box
{
    margin-left: 16px;
}

#s75 #sec01 .inner .sub_post_photo .sub_post_list .box header
{
    margin-top: 5px;
}

#s75 #sec01 .inner .sub_post_photo .sub_post_list .box header p
{
    font-size: 12px; 

    color: #555;
}

html[c-data-font-size='normal'] #s75 #sec01 .inner .sub_post_photo .sub_post_list .box header p
{
    font-size: 14px;
}

html[c-data-font-size='large'] #s75 #sec01 .inner .sub_post_photo .sub_post_list .box header p
{
    font-size: 16px;
}

#s75 #sec01 .inner .sub_post_photo .sub_post_list .box header h3
{
    font-size: 15px;
    line-height: 1.3; 

    text-align: left;
}

html[c-data-font-size='normal'] #s75 #sec01 .inner .sub_post_photo .sub_post_list .box header h3
{
    font-size: 17px;
}

html[c-data-font-size='large'] #s75 #sec01 .inner .sub_post_photo .sub_post_list .box header h3
{
    font-size: 19px;
}

#s75 #sec01 .inner .sub_post_data .c_subheader2
{
    margin-bottom: 5px;
}

#s75 #sec01 .inner .sub_post_data .sub_post_list li + li
{
    border-top: 1px solid #eee;
}

#s75 #sec01 .inner .sub_post_data .sub_post_list li a
{
    font-size: 15px;
    font-weight: bold;

    position: relative;

    display: block;
    display: block;

    padding: 5px 0;
}

html[c-data-font-size='normal'] #s75 #sec01 .inner .sub_post_data .sub_post_list li a
{
    font-size: 17px;
}

html[c-data-font-size='large'] #s75 #sec01 .inner .sub_post_data .sub_post_list li a
{
    font-size: 19px;
}

#s75 #sec01 .inner .sub_post_data .sub_post_list li a span
{
    font-size: 12px; 

    display: inline-block;

    margin-left: 1.8em;

    color: #555;
}

html[c-data-font-size='normal'] #s75 #sec01 .inner .sub_post_data .sub_post_list li a span
{
    font-size: 14px;
}

html[c-data-font-size='large'] #s75 #sec01 .inner .sub_post_data .sub_post_list li a span
{
    font-size: 16px;
}

#s75 #sec01 .inner .sub_post_data .sub_post_list li a::before
{
    position: absolute;
    top: 50%;
    right: 15px;

    display: inline-block;

    width: .6em;
    height: .6em;

    content: '';
    transform: translateY(-50%) rotate(45deg);

    border-top: 2px solid #222;
    border-right: 2px solid #222;
}

#s75 #sec01
{
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01
    {
        padding-bottom: 0;
    }
    #s75 #sec01 .inner
    {
        width: 100%;
    }
}

#s75 #sec01 .c_icon
{
    width: 18px;
    height: 18px;
}

#s75 #sec01 .papers_box_2,
#s75 #sec01 #papers_list
{
    margin-top: 50px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_2,
    #s75 #sec01 #papers_list
    {
        margin-top: 30px;
    }
}

#s75 #sec01 .papers_box_2 .c_subheader2 h2,
#s75 #sec01 #papers_list .c_subheader2 h2
{
    font-size: 16px; 

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

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

html[c-data-font-size='normal'] #s75 #sec01 .papers_box_2 .c_subheader2 h2,
html[c-data-font-size='normal']
#s75 #sec01 #papers_list .c_subheader2 h2
{
    font-size: 18px;
}

html[c-data-font-size='large'] #s75 #sec01 .papers_box_2 .c_subheader2 h2,
html[c-data-font-size='large']
#s75 #sec01 #papers_list .c_subheader2 h2
{
    font-size: 20px;
}

#s75 #sec01 .papers_box_2 .c_subheader2 h2 svg,
#s75 #sec01 #papers_list .c_subheader2 h2 svg
{
    margin-right: .5em;
}

#s75 #sec01 .papers_box_1 header
{
    margin-bottom: 30px; 

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

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_1 header
    {
        margin-bottom: 20px;
    }
}

#s75 #sec01 .papers_box_1 header h2
{
    font-size: 24px;
    line-height: 1; 

    padding: 1em 0;

    text-align: left;
}

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

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

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_1 header h2
    {
        font-size: 20px; 

        text-align: center;
    }
    html[c-data-font-size='normal'] #s75 #sec01 .papers_box_1 header h2
    {
        font-size: 22px;
    }
    html[c-data-font-size='large'] #s75 #sec01 .papers_box_1 header h2
    {
        font-size: 24px;
    }
}

#s75 #sec01 .papers_box_1 .c_df
{
    align-items: flex-start;
}

#s75 #sec01 .papers_box_1 .c_df figure
{
    width: 345px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_1 .c_df figure
    {
        width: 100%;
    }
}

#s75 #sec01 .papers_box_1 .c_df figure img
{
    border: 1px solid #8c8c8c;
}

#s75 #sec01 .papers_box_1 .c_df .papers_list
{
    min-width: 505px;

    flex-grow: 1;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_1 .c_df .papers_list
    {
        width: 100%;
        min-width: 0;
        margin-top: 10px;
    }
}

#s75 #sec01 .papers_box_1 .c_df .papers_list .list
{
    margin-bottom: 5px;
}

#s75 #sec01 .papers_box_1 .c_df .papers_list .list li + li
{
    border-top: 2px dotted #b3b3b3;
}

#s75 #sec01 .papers_box_1 .c_df .papers_list .list li a
{
    font-size: 15px;
    font-weight: bold;
    line-height: 2.5; 

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

    padding: 0 1em 0 .6em;

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

html[c-data-font-size='normal'] #s75 #sec01 .papers_box_1 .c_df .papers_list .list li a
{
    font-size: 17px;
}

html[c-data-font-size='large'] #s75 #sec01 .papers_box_1 .c_df .papers_list .list li a
{
    font-size: 19px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_1 .c_df .papers_list .list li a
    {
        font-size: 14px; 

        padding: 0 1em 0 0;
    }
    html[c-data-font-size='normal'] #s75 #sec01 .papers_box_1 .c_df .papers_list .list li a
    {
        font-size: 16px;
    }
    html[c-data-font-size='large'] #s75 #sec01 .papers_box_1 .c_df .papers_list .list li a
    {
        font-size: 18px;
    }
}

#s75 #sec01 .papers_box_1 .c_df .papers_list .list li a::after
{
    display: block;

    width: .6em;
    height: .6em;

    content: '';
    transform: rotate(45deg); 

    border-top: 2px solid #3e3e3e;
    border-right: 2px solid #3e3e3e;
}

#s75 #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg
{
    font-size: 16px;
    line-height: 1.2; 

    padding: 15px 0;

    align-items: flex-end;
}

html[c-data-font-size='normal'] #s75 #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg
{
    font-size: 18px;
}

html[c-data-font-size='large'] #s75 #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg
{
    font-size: 20px;
}

#s75 #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg span
{
    font-size: 12px;
    line-height: 1.2;
}

html[c-data-font-size='normal'] #s75 #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg span
{
    font-size: 14px;
}

html[c-data-font-size='large'] #s75 #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg span
{
    font-size: 16px;
}

#s75 #sec01 .papers_box_2 .c_df
{
    flex-direction: row-reverse;

    justify-content: flex-start;
}

#s75 #sec01 .papers_box_3 .c_df
{

    justify-content: flex-start;
}

#s75 #sec01 .papers_box_2 .c_df a
{
    display: block;

    width: 160px;
    margin-right: 10px;
}

#s75 #sec01 .papers_box_2 .c_df a:nth-of-type(5n+1)
{
    margin-right: 0;
}

#s75 #sec01 .papers_box_2 .c_df a:nth-of-type(n+6)
{
    margin-top: 50px;
}

@media screen and (max-width: 1024px)
{
    #s75 #sec01 .papers_box_2 .c_df a
    {
        width: 49%;
        margin-right: 2%;
    }
    #s75 #sec01 .papers_box_2 .c_df a:nth-of-type(5n+1)
    {
        margin-right: 2%;
    }
    #s75 #sec01 .papers_box_2 .c_df a:nth-of-type(2n+1)
    {
        margin-right: 0;
    }
    #s75 #sec01 .papers_box_2 .c_df a:nth-of-type(n+3)
    {
        margin-top: 30px;
    }
}

#s75 #sec01 .papers_box_2 .c_df a figure img
{
    border: 1px solid #8c8c8c;
}

#s75 #sec01 .papers_box_2 .c_df a figure figcaption
{
    font-size: 14px; 

    margin-top: 5px;
}

#s75 #sec01 .papers_box_2 .c_df a figure figcaption span
{
    font-size: 12px;
}


@media screen and (max-width: 1024px)
{
    /*=====<=====<=====<=====<=====<=====<=====
    sp
  =====>=====>=====>=====>=====>=====>=====*/
    #s75 #sec01
    {
        padding: 15px 0;
    }
    #s75 #sec01 .inner .post_data .sns
    {
        margin-bottom: 10px; 

        justify-content: flex-start;
    }
    #s75 #sec01 .inner .post_data header
    {
        margin-bottom: 15px; 
        padding-bottom: 15px;
    }
    #s75 #sec01 .inner .post_data header h2
    {
        font-size: 20px;
    }
    html[c-data-font-size='normal'] #s75 #sec01 .inner .post_data header h2
    {
        font-size: 22px;
    }
    html[c-data-font-size='large'] #s75 #sec01 .inner .post_data header h2
    {
        font-size: 24px;
    }
    #s75 #sec01 .inner .post_data .content
    {
        margin-bottom: 15px;
    }
    #s75 #sec01 .inner .post_data .content .content_thumbnail
    {
        float: none;

        width: 100%;
        padding-bottom: 15px;
    }
    #s75 #sec01 .inner .post_data .content .image_list
    {
        padding-top: 15px;
    }
    #s75 #sec01 .inner .post_data .content .image_list figure
    {
        width: 49%;
        margin-top: 15px;
        margin-left: 2%;
    }
    #s75 #sec01 .inner .post_data .content .image_list figure:nth-of-type(2n+1)
    {
        margin-left: 0;
    }
    #s75 #sec01 .inner .sub_post_photo .sub_post_list .box
    {
        width: 49%;
    }
    #s75 #sec01 .inner .sub_post_photo .sub_post_list .box.box
    {
        margin-left: 2%;
    }
    #s75 #sec01 .inner .sub_post_photo .sub_post_list .box:nth-of-type(2n+1)
    {
        margin-left: 0;
    }
    #s75 #sec01 .inner .sub_post_photo .sub_post_list .box:nth-of-type(n+3)
    {
        margin-top: 5%;
    }
    #s75 #sec01 .inner .sub_post_data .sub_post_list li a
    {
        display: -webkit-flex;
        display:     -ms-flex;
        display:         flex;
        flex-direction: column;

        padding: 5px 20px 5px 0; 

        justify-content: flex-start;
        align-items: flex-start;
    }
    #s75 #sec01 .inner .sub_post_data .sub_post_list li a span
    {
        margin-left: 0; 

        order: -1;
    }
    #s75 #sec01 .inner .sub_post_data .sub_post_list li a::before
    {
        right: 10px;
    }
}


@media screen and (max-width: 768px) {
  /*=====<=====<=====<=====<=====<=====<=====
    sp
  =====>=====>=====>=====>=====>=====>=====*/
  #s75 .c_border_box {
    padding: 20px 0 0;
  }
  #s75 .c_border_box .inner {
    width: 100%;
  }
  #s75 .c_border_box header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #s75 .c_border_box header h2 {
    font-size: 20px;
    text-align: center;
  }
  html[c-data-font-size="normal"] #s75 .c_border_box header h2 {
    font-size: 22px;
  }
  html[c-data-font-size="large"] #s75 .c_border_box header h2 {
    font-size: 24px;
  }
  #s75 .c_border_box .harapeko > p {
    font-size: 14px;
    text-align: left;
  }
  html[c-data-font-size="normal"] #s75 .c_border_box .harapeko > p {
    font-size: 16px;
  }
  html[c-data-font-size="large"] #s75 .c_border_box .harapeko > p {
    font-size: 18px;
  }
  #s75 .c_border_box .harapeko > p br {
    display: none;
  }
  #s75 .c_border_box .harapeko > p + p {
    margin-top: 0;
  }
  #s75 .c_border_box .harapeko form {
    width: 100%;
  }
  #s75 .c_border_box .harapeko form dl + dl {
    margin-top: 20px;
  }
  #s75 .c_border_box .harapeko form dl dt {
    width: 100%;
    padding: 0 0 5px;
  }
  #s75 .c_border_box .harapeko form dl dd {
    width: 100%;
  }
  #s75 .c_border_box .harapeko form dl dd textarea {
    height: 200px;
  }
  #s75 .c_border_box .harapeko form button {
    width: 100%;
    margin-top: 20px;
  }
}
.addtoany_list
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: right;
    align-items: right;
}