@charset "utf-8";
/*header*/
header{
    background-image: url("../images/news/mainview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 40px;
}

header .copy_txt{
    clear: both;
    text-align: center;
    color: hsla(0,0%,100%,0.83);
    margin: -25px 0 35px 0;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}

/*news*/
.news{
    margin: 0 auto;
}
.news article{
    border:solid 1px #c9c9c9;
    overflow: hidden;
}
.news .main article{
    float: left;
}
.news article a {
    display: block;
    width: 100%;
    padding: 22px 32px;
}
.news article .category{
    text-align: center;
    margin: 0 0 15px;
}
.news article .news_img{
    margin: 0 auto 15px;
    width: 173px;
    height: 173px;
    overflow: hidden;
    border: solid 1px #c9c9c9;
}
.news .main article:nth-of-type(1) .news_img,.news .main article:nth-of-type(2) .news_img{
    margin: 0 auto 15px;
    width: 100%;
    height: 251px;
    overflow: hidden;
    border: solid 1px #c9c9c9;
}
.news article img{
    display: block;
    max-height: 100%;
    margin: 0 auto;
}
.news article .other{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: bold;
    height: 1.2em;
}
.news .main article h3{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    margin: 15px 0 auto;
    height: 3.8em;
    overflow: hidden;
}

.news aside dl{
    text-align: right;
}
.news aside dt{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 1.5em;
    border-bottom: solid 3px #505050;
    padding: 0 5px 5px;
}
.news aside dd a{
    display: block;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 1.1em;
    border-bottom: dotted 1px #505050;
    padding: 15px 5px;
}

/*cut*/
.news .cut article{
    padding: 25px 30px;
}
.news .cut .category,.news .cut .time{
    display: inline-block;
    text-align: left;
    margin: 0 20px 0 0;
}
.news .cut img{
    margin:25px auto;
    border: solid 1px #c9c9c9;
    max-width: 100%;
}
.news .cut h3{
    font-size: 1.5em;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    margin: 15px 0 10px;
}
.news .cut .txt{
    border-top: dotted 1px #c9c9c9;
    padding: 10px 0 0;
}
.news .cut .txt p{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    padding: 10px 0 0;
    letter-spacing: 1px;
    line-height: 1.4;
}
.news .cut .btn4 a{
    text-align: center;
}

@media (min-width:641px){
    
    /*header*/
    header .copy_txt{
    font-size: 6em;
    }
    header .txt01,header .txt02{
        margin: 10px 0 145px 0;
    }
    header nav .top_hide{
        display: inline-block;
    }
    
    /*news*/
    .news{
        width:1100px;
        padding: 60px 0;
    }
    .news .main{
        width:830px;
        float: left;
    }
    .news aside{
        float: right;
        width:240px;
    }
    .news .main article{
        width:239px;
        height: 362px;
        margin: 0 0 40px 50px;
    }
    .news .main article:nth-of-type(1){
        width:390px;
        height: 415px;
        margin: 0 45px 40px 0;
    }
    .news .main article:nth-of-type(2){
        width:390px;
        height: 415px;
        margin: 0 0 40px 0;
    }
    .news .main article:nth-of-type(1) a,.news article:nth-of-type(2) a{
        height: 415px;
    }
    .news .main article:nth-of-type(3n){
        margin-left: 0;
    }
    
    /*cut*/
    .news .cut{
        width:830px;
        float: left;
    }
    .news .cut article{
        width: 100%;
    }
    .news .cut .btn4 a{
        margin: 40px auto 0;
    }
}

@media (max-width:640px){
    
    /*header*/
    header .copy_txt{
        font-size: 4em;
    }
    header .txt02{
       margin: 5px 0 80px 5px;
    }
    
    /*news*/
    .news{
        width:95%;
        padding: 40px 15px;
    }
    .news .main article{
        width:259px;
        height: 402px;
        margin: 0 60px 30px 0;
    }
    .news .main article:nth-of-type(2n){
        margin-right: 0;
    }
    .news .main article:nth-of-type(1),.news .main article:nth-of-type(2){
        width:100%;
        height: 436px;
        margin: 0 auto 40px;
        float: none;
    }
    .news .main article:nth-of-type(1) a,.news .main article:nth-of-type(2) a{
        height: 436px;
    }
    .news aside{
    margin: 30px auto 0;
    }
    .news .cut .btn4 a{
        margin: 40px auto;
    }
}