@charset "utf-8";
/* 
 style info : ニュースページスタイル

2018/9/27
 */

div.subttl {
    font-size: 1.6rem;
    position: relative;
    padding: 5px 15px;
    margin-bottom: 20px;
    color: #333;
    background: #fbdfd8;
    font-weight: normal;
}
.refine, .news_pub_year, .news_pub_year ul li {
    padding: 10px 0;
}
.category-select-wrap dd div {
    border-top: 1px solid #ccc;
}
.category-select-wrap dt div, .category-select-wrap dd div {
    display: table-cell;
    vertical-align: top;
	border:0;
}
.category-select-wrap .new_check, .category-select-wrap .news_pub_year {
    display: inline-block;
    vertical-align: top;
	border:0;
}
.news_pub_year{
	display:inline-block;
}
.category-select-wrap dl {
    display: table;
    width: 100%;
}
.category-select-wrap dt, .category-select-wrap dd {
    display: table-row;
}
.category-select.current {
    cursor: default;
    margin: 20px 10px;
}
.news_pub_year {
    float: left;
}
.category-select {
    margin: 8px;
    cursor: pointer;
    background-color: white;
	border: 0;
}
.category-select.current .checkbox {
    border-color: #ccc;
}
.category-select .checkbox {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    border: solid 2px #ccc;
    margin-right: 6px;
    vertical-align: bottom;
    position: relative;
}
.category-select.current .checkbox::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 6px;
    top: 8px;
    left: 4px;
}
.category-select.current .checkbox::before, .category-select.current .checkbox::after {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    background: #E2231A;
}
.category-select.current .checkbox::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 14px;
    top: 1px;
    left: 10px;
}
.category-select-wrap dt div, .category-select-wrap dd div {
    display: table-cell;
    vertical-align: middle;
}
ul.news-list li.bg-gray{
	background:#f6f4f3;
}
/*ul.news-list li:nth-of-type(odd){
	background:#f6f4f3;
}*/
ul.news-list{
    border-top: 1px solid #ccc;
    clear: both;
}
ul.news-list li{
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    clear: both;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}
ul.news-list li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 30px 1em;
    clear: both;
    height: 100%;
}
ul.news-list li span.a-date {
    width: 9em;
    white-space: nowrap;
    float: left;
    padding: 4px 0;
}
ul.news-list li span{
    display: block;
    float: left;
}
ul.news-list li span.a-title{
    overflow: hidden;
    margin: 0 0 0 270px;
    padding: 4px 0;
    float: none;
    font-size: 16px;
    font-size: 1.6rem;
    width: 60%;
}
ul.news-list li a::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
ul.news-list li a {
    color: #000;
}
ul.news-list li span.a-new {
    background-color: #ffd00b;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7em;
    padding: 2px 14px;
    margin: 0px 0 -20px;
    position: relative;
    top: 0;
    left: 0;
}
ul.news-list li span.a-category {
    width: 8.5em;
    white-space: nowrap;
    text-align: center;
    font-size: 0.8em;
    float: left;
}
ul.news-list li span.a-category span {
    display: block;
    width: 100%;
    color: #333333;
    padding: 3px 0;
    margin-top: 2px;
    border: 1px solid #333333;
	background: #fff;
}
ul.news-list li span.a-category span.finance {
    display: block;
    width: 100%;
    color: #3377ff;
    padding: 3px 0;
    margin-top: 2px;
    border: 1px solid #3377ff;
}
ul.news-list li span.a-category span.nom-notice {
    display: block;
    width: 100%;
    color: #ff7033;
    padding: 3px 0;
    margin-top: 2px;
    border: 1px solid #ff7033;
}
ul.news-list li span.a-category span.imp-notice {
    display: block;
    width: 100%;
    color: #e7380d;
    padding: 3px 0;
    margin-top: 2px;
    border: 1px solid #e7380d;
}
ul.news-list li a[href$=".pdf"]{
    background: url(../img/common/icon-pdf-m.png) no-repeat right 60px center;
    width: 100%;
}
/*hover追加*/
ul.news-list li a[href$=".pdf"]:hover,ul.news-list li a.pdf:hover {
   background: #ffe2d6 url(../img/common/icon-pdf-m.png) no-repeat right 60px center;
}

ul.news-list li a:hover{
   background: #ffe2d6;
}

.refine input[type="checkbox"] {
    display: none;
}
.new_check {
    padding: 18px;
	float: left;
	width:82%;
}
.new_label {
	position: relative;
	padding: 0 0 0 40px;
	vertical-align: top;
	white-space: nowrap;
}
.new_label:after,  .new_label:before{
	position: absolute;	
	content: "";
	display: block;
	top: 50%;
}
.new_label:after {
	left: 15px;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	border: 2px solid #ccc;
}
.new_label:before {
	left: 21px;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #3e8acf;
	border-bottom: 2px solid #3e8acf;
	transform: rotate(45deg);
	opacity: 0;	
}
input[type=checkbox]:checked + .new_label:before {
	opacity: 1;	
}

@media screen and (max-width: 768px) {
ul.news-list li span.a-title {
    margin-left: 0;
    clear: left;
}
.news_pub_year {
    float: none;
	width: 80%;
	padding: 10px 3px 0;
}
.refine {
    padding: 0 0 20px;
}
.category-select.current {
    margin:10px 8px;
}
ul.news-list li a{
    color: #000;
    display: block;
    width: 95%;
    padding: 24px 0.5em;
    clear: both;
    height: 100%;
    margin: 0;
}
.new_check {
    padding: 10px 0 0;
    line-height: 35px;
}
ul.news-list li a[href$=".pdf"],ul.news-list li a.pdf{
    background: url(../img/common/icon-pdf-m.png) no-repeat right 20px center;
    padding-right: 0;
}
/*hover追加*/
ul.news-list li a[href$=".pdf"]:hover,ul.news-list li a.pdf:hover {
   background: #ffe2d6 url(../img/common/icon-pdf-m.png) no-repeat right 20px center;
}

ul.news-list li span.a-title{
    overflow: hidden;
    padding: 4px 0;
    float: none;
    font-size: 16px;
    font-size: 1.6rem;
	width: 85%;
}
}
