@charset "utf-8";
/* CSS Document */
.all-page-main-photo-01{ background-image: url('../images/blog-top-main-01.png'); background-position: center;}
.blog-area-01 h2{ color: #ff4f58; font-size: 30px; line-height: 40px; margin-bottom: 60px; text-align: center;}
.blog-area-01 dd > p.maintenance{ font-size: 20px; font-weight: bold; line-height: 30px; margin: 10px auto 60px; text-align: center;}
.blog-area-01 dd > ul{ display: flex; flex-wrap: wrap; font-size: 0; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 80px; width: 100%;}
.blog-area-01 dd > ul > li{ border: 1px solid #dedede; margin-bottom: 40px; padding-right: 16px; position: relative; width: calc(50% - 38px);}
.blog-area-01 dd > ul > li:first-child::before{ background-color: #d20000; color: #ffffff; content: "NEW"; display: inline-block; font-size: 12px; font-weight: bold; left: 0; padding: 4px 10px; position: absolute; top: 0;}
.blog-area-01 dd > ul > li ul::after{ clear: both; content: ""; display: inline-block;}
.blog-area-01 dd > ul > li ul li:first-child{ float: left; width: 200px;}
.blog-area-01 dd > ul > li ul li:last-child{ float: right; width: calc(100% - 210px);}
.blog-area-01 dd > ul > li ul li:last-child dt p{ font-size: 18px; height: 70px; line-height: 24px; margin: 10px auto 24px; overflow: hidden; text-align: justify; text-overflow: ellipsis; width: 100%;}
.blog-area-01 dd > ul > li ul li:last-child dt p a{ color: #ff4f58;}
.blog-area-01 dd > ul > li ul li:last-child dd p{ color: #898989; font-size: 12px; line-height: 18px; margin-bottom: 10px; text-align: right;}
.blog-area-01 dd > dl{ margin-bottom: 60px;}
.blog-area-01 dd > dl dt{ display: flex; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 20px; width: 100%;}
.blog-area-01 dd > dl dt div{ width: 600px;}
.blog-area-01 dd > dl dt h2{ text-align: left; width: calc(100% - 620px);}

@media screen and (max-width: 750px){
    .blog-area-01 dd > ul > li{ width: calc(100% - 18px); margin-bottom: 30px;}
}
@media screen and (max-width: 474px){
    .all-page-main-photo-01 h2 br{ display: none;}
}
@media screen and (max-width: 428px){
    .all-page-main-photo-01 h2{ top: 20%;}
}

