@charset "UTF-8";

.contents{ width: 1000px; margin: 0 auto; padding-bottom: 46px; text-align: left;}
.heading{ font-size: 4.0rem; margin-top: 20px;}

.contents-wrapper-left{ width: 800px; float: left; z-index: 10;}
.contents-wrapper-right{ width: 180px; float: right; margin-top: 33px; z-index: 10;}
.contents-wrapper-right .side-menu-item{ margin-bottom: 15px;}
.contents-wrapper-right .side-menu-item a:hover{ filter:Alpha(opacity=75); opacity:0.75;}

.articles{ padding: 46px 0; /* display: inline-block; width: 450px; margin-right: 96px; */}
.title{ font-size: 3.0rem; border-bottom: 3px #ED7901 solid; margin-bottom: 30px;}

.link-list .list-item{ font-size: 1.4rem; line-height: 2.1; display: inline-block; /*width: 480px;*/ width: 390px; padding-left: 14px; background: url(../images/triangle.png)no-repeat left center;}


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

.contents{ width: 90%; margin-top: 100px;}
.heading{ font-size: 3.0rem; margin-top: 20px;}

.contents-wrapper-left{ width: 100%; float: none;}
.articles{ padding: 30px 0;}
.title{ font-size: 2.0rem; margin-bottom: 20px;}

.link-list .list-item{ display: block; width: 100%;}

.link-list .list-item-page-even{ display: block; width: 100%; line-height: 1.4; margin-bottom: 10px;}
.link-list .list-item-pdf{ display: block; width: 100%; line-height: 1.4; margin-bottom: 10px;}

}