#lower_wrap .h2_title_bg {
background-image: url("../img/h2_info.jpg"); /* 当ページ用の画像を割り当て */
background-size: cover;
background-position: center 50%;
}
time {
color:#82b2b3;
background: #fff;
position: relative;
display: inline-block;
width: 100%;
}
time::after {
content: "";
border-top: 2px solid #82b2b3;
position: absolute;
top: 1vh;
right: 0;
z-index: 0;
width: 89%;
}
.Info_title {
font-size: x-large;
padding: 2.05% 0;
margin: 1.56% 0;
}

/* 画像_1点 */
.Info_photo_single {
margin: 3.12% 0;
background: #eee;
width: 100%;
}
/* 画像_複数 */
.Info_photo_multi {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 3.12% 0;
}
/* 画像_右寄せ */
.Info_photo_area {
margin: 0 0 1.56% 3.12%;
float: right;
width: 50%;
}
.Info_photo_single img,
.Info_photo_area img { max-width: 100%;}
.Info_photo_multi img { width: calc(46.94% - 0px); text-align: center; margin: 0 0 3.12%;}


@media only screen and (max-width:979px) {
   time::after {
   top: 1.8vh;
   width: 70%;
   }
   .Info_title {
   font-size: larger;
   padding: 0;
   margin: 6.24% 0;
   }
   .Info_photo_multi {
   display: block;
   }
   .Info_photo_multi img {
   width: 100%;
   margin: 0 0 6.24%;
   }
   .Info_photo_area {
   margin: 6.24% 0;
   float: none;
   width: 100%;
   }
}
