@charset "UTF-8";.news-page-container{width:70%;max-width:1200px;margin:10vh auto 10vh}.news-title{text-align:center;margin-bottom:1rem;line-height:1.3}.news-title .title-main{color:#1f9cb0;font-size:2rem;font-weight:700}.news-title .title-sub{color:#1f9cb0;font-size:1rem;font-weight:400}.news-page-article{display:block;color:#000;text-decoration:none;transition:color .3s}.news-page-article:hover{color:#1f9cb0}.news-page-article table{width:100%;border-collapse:collapse;margin-bottom:4rem}.news-page-article tr{display:flex;align-items:center;border-bottom:2px dotted #000;padding:15px 0;width:100%}.news-page-article th{padding-right:30px;font-size:1rem;font-weight:400;white-space:nowrap}.news-page-article td{font-size:1rem;flex:1}@media (min-width:1800px){.news-page-article th{font-size:1.5rem}.news-page-article td{font-size:1.5rem}}@media (max-width:500px){.news-page-article th{font-size:.6rem;font-weight:700}.news-page-article td{font-size:.6rem;font-weight:700}}