/* news */
/* contents */
#news #wrap #contents .main{
    width: calc( 100% - 20px );
    max-width: 1300px;
	margin: 60px auto 150px;
    text-align: center;
    padding: 0 10px;
}
#news #wrap #contents .main div{
    margin-bottom: 80px;
}
#news #wrap #contents h1 {
    width: calc( 100% - 15px );
    top: 0 0 10px;
    line-height: 130%;
    text-align: left;
    position: relative;
    padding-left: 15px;
    font-size: 40px;
}
#news #wrap #contents h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #1A9D3D;
}
#news #wrap #contents h2 {
    font-size: 19px;
}
#news #wrap #contents time{
    display: block;
    text-align: right;
}
#news #wrap #contents .text {
    text-align: left;
    margin-top: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}
#news #wrap #contents .text p {
    margin: 0 0 1em 0;
}
#news #wrap #contents .text a {
    text-decoration: underline;
}

#wrap #contents .link_button {
    display: block;
    width: 280px;
    padding: 10px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #1A9D3D;
    margin: 20px auto;
}

@media screen and (max-width: 768px){
    #news #wrap #contents h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px){
    #news #wrap #contents h1 {
        font-size: 20px;
    }
}