@charset "UTF-8";
/* CSS Document */
/* News style */
/*************************

/* News 

***************************/

main.news{
    width: 670px;
    margin: 75px auto 0;
    height: 570px;
    min-height: 70vh;}

h2.news_h2{
    font-size: 2.0rem;
    letter-spacing: 0.35em;
    margin-bottom: 37px;}
    
h2.news_h2 span{
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 18px;}

p.news_p{
    font-size: 1.5rem;
    text-align: justify;
    letter-spacing: 0.15em;
    line-height: 2.7;
    border-bottom: 1px solid #CDD0D1;
    padding-bottom: 51px;
    margin-bottom: 15px;}

a.news_a{
    line-height: 1;
    font-size: 1.4rem;}

.foot_contact{
    display: none;}

@media screen and (max-width: 1020px) {    
/********************************
 News  1020px:tab
**********************************/
main.news{
    width: 505px;
    margin: 60px auto 0;
    min-height: 70vh;}
    
h2.news_h2{
    font-size: 1.8rem;
    letter-spacing: 0.35em;
    margin-bottom: 30px;}
    
h2.news_h2 span{
    font-size: 1.4rem;
    margin-bottom: 18px;}
    
p.news_p{
    font-size: 1.4rem;
    line-height: 2.1;
    padding-bottom: 35px;
    margin-bottom: 15px;}

}

@media screen and (max-width: 680px) {
    
/*************************
/* News 680px
***************************/
    
main.news{
    width: 80%;
    min-width: 289px;
    margin: 48px auto 0;
    min-height: 70vh;}
    
h2.news_h2{
    font-size: 1.6rem;
    letter-spacing: 0.25em;
    margin-bottom: 40px;}
    
h2.news_h2 span{
    font-size: 1.3rem;
    margin-bottom: 20px;}
    
p.news_p{
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 35px;
    margin-bottom: 15px;}


    
}
