/*ここからメイン画像説明装飾*/
#main_setsumei{
    margin-bottom: 20px;
}

#main_setsumei p:first-child{
    font-size: 16px;
    color: rgba(255,255,255,1);
    text-align: center;
}

#main_setsumei p:last-child{
    font-size: 12px;
    color: rgba(255,255,255,1);
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    
}
/*ここまでメイン画像説明装飾*/

/*ここからpickup装飾*/
#pickup h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
}

#pickup a{
    color: rgb(0,0,0);
}

#pickup figure{
    padding: 10px;
    background-color: rgba(255,231,179,1);
    margin-bottom: 20px;
}

#pickup figure img{
    width: 100%;
}

#pickup figcaption{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

/*ここまでpickup装飾*/


/*ここからNews&Topicks装飾*/
#news_topicks h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
}

#news_topicks a{
    color: rgb(255,255,255);
}

#news_topicks .news_title{
    font-size: 14px;
    background-color: rgb(127,79,33);
    padding: 1px 5px 1px 5px;
}

#news_topicks time{
    
}

#news_topicks .news_text{
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: rgb(200,200,200) dashed 1px;
}

/*ここまでNews&Topicks装飾*/



@media screen and (min-width:768px){
    /*ここからメイン画像説明装飾*/
    #main_setsumei{
    
    }

    #main_setsumei p:first-child{
        font-size: 18px;
        padding-top: 2em;
    }

    #main_setsumei p:last-child{
        font-size: 12px;
        width: 100%;
    }
    /*ここまでメイン画像説明装飾*/
    
    /*ここからpickup装飾*/
    #pickup h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
        margin-bottom: 20px;
    }
    /*ここまでpickup装飾*/
    
    /*ここからNews&Topicks装飾*/
    #news_topicks h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    /*ここまでNews&Topicks装飾*/
    
}


@media screen and (min-width:1200px){
    /*ここからメイン画像説明装飾*/
    #main_setsumei{
        margin-bottom: 50px;
    }

    #main_setsumei p:first-child{
        font-size: 24px;
        padding-top: 2em;
        margin-bottom: 20px;
    }

    #main_setsumei p:last-child{
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }
    /*ここまでメイン画像説明装飾*/
    
    /*ここからpickup装飾*/
    #pickup{
        margin-bottom: 100px;
    }
    
    #pickup h2{
        font-size: 36px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    #pickup a{
        
    }

    #pickup figure{
    }

    #pickup figure img{
    }

    #pickup figcaption{
        margin-top: 10px;
        font-size: 16px;
    }

    /*ここまでpickup装飾*/


    /*ここからNews&Topicks装飾*/
    #news_topicks h2{
        font-size: 36px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    #news_topicks a{
        
    }

    #news_topicks .news_title{
        font-size: 16px;
        background-color: rgb(127,79,33);
        padding: 1px 5px 1px 5px;
    }

    #news_topicks time{
        font-size: 16px;
    }

    #news_topicks .news_text{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

    /*ここまでNews&Topicks装飾*/
}