@charset "utf-8";
.sub_main_img {
    background: url(../images/news_main.jpg) no-repeat center;
    background-size: cover;
}
.blog_catch{
	overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    height: 250px;/* トリミングしたい枠の高さ */
    position: relative;
}
.blog_catch img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog_link:hover{
    opacity: 0.8;
    transition: .3s;
}
.blog_article{
    overflow: hidden;
    width: 100%;
    padding: 30px 20px 40px 20px;
    background: #FFF;
    line-height: 1.8;
}
.blog_article h3{
    padding: 0 30px;
    text-align: left;
    color: #811925;
    font-size: 20px;
    font-weight: 600;
}
.article_day{
    text-align: right;
    color: #811925;
    font-weight: 600;
}
.category{
    padding: 5px 20px;
    float: right;
    text-align: center;
    background: #811925;
    color: #FFF;
    font-size: 15px;
}
.post-categories li a{
    margin-top: 20px;
    padding: 5px 20px;
    float: right;
    text-align: center;
    background: #811925;
    color: #FFF;
    font-size: 15px;
}
.blog_back{
    width: 100%;
    margin: -25px 0 30px 0;
    padding: 30px 20px 40px 20px;
    background: #FFF;
    color: #333;
}

.blog_title,.blog_day{
    text-align: center;
    color: #811925;
    font-weight: 600;
}
.blog_title{
    font-size: 17px;
}
.blog_day{
    margin-top: -5px;
    font-size: 15px;
}
#sidebar h2{
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    background: #811925;
    color: #FFF;
    font-size:18px;
}
#sidebar a{
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    background: #FFF;
    color: #811925;
}
#sidebar a:hover{
    background: #811925;
    color: #FFF;
}
#archives-3{
    margin-top: 30px;
}

@media (min-width: 500px) and (max-width: 767px) {
.blog_back{
    max-width: 395px;
    margin: -25px auto 30px auto;
}
}

@media (min-width: 768px) {
.blog_article{
    padding: 80px 50px 50px 50px;
}
.blog_article h3{
    text-align: center;
    font-size: 25px;
}
#sidebar h2{
    margin-top: 0;
}
}

@media (min-width: 1200px) {
.blog_catch{
    width: 395px;/* トリミングしたい枠の幅 */
    height: 223px;/* トリミングしたい枠の高さ */
}
.blog_back{
    margin: -10px 0 30px 0;
}
.blog_title{
    font-size: 18px;
}
.article_day{
    margin-bottom: 30px;
}
}