@charset "utf-8";
main .inner {height:auto;}
main .inner .section1 * {color:#1a1a1a;}
main .inner .section1 {background:#daf1ef; width:var(--base-width); padding:40px 40px; margin:60px auto; border-radius:20px; box-sizing: border-box; width:100%; min-height:500px; height:100%;}
main .inner .section1 h3 {text-align:center; margin:0 auto 20px auto; font-size:20px; line-height:20px;}
main .inner .section1 .news {display:flex; border-bottom:1px solid #51bcb2; justify-content: center; justify-items: center; align-items: flex-start; padding:30px 20px;}
main .inner .section1 .news div.time {min-width:100px; width:20%;  box-sizing: border-box; font-size:16px; line-height:28px;}
main .inner .section1 .news div.title {width:80%; box-sizing: border-box; font-size:16px; line-height:28px;}
main .inner .section1 .news div.title p {width:100%; display:block; word-wrap:break-word;}
main .inner .section1 .news:nth-last-of-type(1) {border:0;}

@media screen and (max-width : 799px ){

    main .inner .section1 {width:calc(100% - 40px);}


}