#page_title {
background: url(//sustech-t.co.jp/wp-content/themes/sustech/images/about/bg_pagetitle.webp) no-repeat top center;
background-size: cover;
}
main {
position: relative;
}
#news_list {
width: calc(80% - 360px);
max-width: 1080px;
margin: 0 auto;
border-top: 2px solid #003399;
}
#news_list dl {
border-bottom: 2px solid #003399;
padding: 20px 0; font-size: 16px;
}
#news_list dt {
color: #003399;
flex: none;
border-bottom: 1px solid #eee;
margin: 0 0 10px 0;
}
#news_list dd .thumb{
width: 120px;
height: auto;
vertical-align: top;
margin: 0 20px 0 0;
}
aside {
border: 1px solid #ccc;
padding: 20px;
width: 220px;
box-sizing: border-box;
position: absolute;
top: 0;
right: 5%;
}
#wrapper aside h3 {
font-size: 18px;
font-weight: normal;
text-align: center;
margin: 0 auto 20px;
line-height: 1.5;
}
.pagenation_box{
text-align: center;
margin: 30px 0;
}
.pagenation_box .current{
border: 1px solid #999;
padding: 8px 10px;
margin: 0 4px;
background-color: #999;
color: #fff;
}
.pagenation_box a.page-numbers{
border: 1px solid #000;
padding: 8px 10px;
margin: 0 4px;
}
.pagenation_box a{
text-decoration: none;
}
aside h3 .jp {
font-size: 20px;
color: #003399;
letter-spacing: 0.5em;
display: inline-block;
padding: 0 0 30px;
margin: 0 auto 20px;
border-bottom: 2px solid #88a0cf;
text-align: center;
text-indent: 0.5em;
}
aside ul {
list-style: none;
text-align: center;
}
aside ul li {
margin-bottom: 20px;
text-align-last: left;
}
aside ul li h4{
font-size: 14px;
line-height: 1.5;
}
#news_item {
width: calc(80% - 360px);
max-width: 1080px;
margin: 0 auto;
font-size: 18px;
}
#news_item h3 {
font-size: 24px;
border-bottom: 3px solid #003399;
margin: 0 0 40px;
}
#news_item h3 time{
background:  #fff;
color: #003399;
padding: 7px 10px;
font-size: 12px;
margin: 0 30px 0 0;
}
#news_item p{
margin: 0 20px 1em;
}
.goback{
text-align: right;
}
.goback a{
border: 1px solid #003399;
color: #003399;
padding: 10px;
text-decoration: none;
margin: 40px 0;
}