@charset "utf-8";
.news-box {
	border: none;
	padding: 0 0 40px;
}
.news-box dl dd {
	text-decoration: none;
}
.news-box a {
	color: #000;
	text-decoration: none;
}
.news-box dd span {
	color: #144678;
	font-size: 16px;
	margin-right: 5px;
	text-decoration: underline;
	position: relative;
}
.news-box dd span:hover {
	text-decoration: none;
}
.news-box dd img {
	margin: 0 5px 0 0;
}
.news-box dd .targ {
	margin: 3px 5px 0 0;
}
.news-box h2 {
	border-bottom: 1px solid #c8d0d8;
	text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
}
.year-list {
	display: flex;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
  	/*-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
    padding-bottom: 70px;
}
.year-list li {
	width: 16.666667%;
}
.year-list li a {
	background: #fff url(/common/img/arr_blue09.png) no-repeat right 14px center;
	display: block;
	border-bottom: 1px solid #e0e4ea;
    border-right: 1px solid #e0e4ea;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
}
.year-list li:first-child,
.year-list li:nth-child(7) a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.year-list li:last-child,
.year-list li:nth-child(6) a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.url-list li {
	padding-bottom: 5px;
}
.url-list li:last-child {
	padding-bottom: 0;
}
.url-list li a {
	background: url(/common/img/arr_blue03.png) no-repeat 0 5px;
	padding: 0 0 0 14px;
	position: relative;
}
.url-list li a:after {
    background: url(/common/img/ico_target02.png) no-repeat 0 0;
    position: absolute;
    right: -16px;
    bottom: 2px;
    content: "";
    width: 13px;
    height: 15px;
    box-sizing: border-box;
}
.url-list li span {
	padding: 0 0 10px 15px;
	display: inline-block;
	font-size: 12px;
}
.url-list li:last-child span {
	padding-bottom: 0;
}
.tbl-top td {
	vertical-align: top;
}
.tbl-center td {
	text-align: center;
}
.img-list {
	display: flex;
}
.img-list li {
	padding-right: 5px;
}
.img-list li:last-child {
	padding-right: 0;
}
.ico-movie {
	vertical-align: middle;
}
.ul09 li {
	width: 48.5%;
	float: left;
	line-height: 1.6;
}
.ul09 li:last-child {
	float: right;
}
.ul09 li .ul09_ul li {
	float: none;
	width: 100%;
	padding: 0 0 8px 20px;
    background: url(/common/img/icon_movie.gif) no-repeat 0 3px;
}
.ul09 li .ul09_ul li:last-child {
	padding-bottom: 0;
}
.ul09_dd dt {
    padding-left: 20px;
    background: url(/common/img/icon_movie.gif) no-repeat 0 3px;
}
.ul09_dd {
    margin-top: 5px;
    padding: 15px;
    min-height: 300px;
    font-size: 13px;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 4px;
}
.ul09_dd dd {
    padding: 2px 0 15px 1em;
}
.ul09_dd dd:last-child  {
	padding-bottom: 0;
}

.ul10 li {
	width: 48.5%;
	float: left;
	line-height: 1.6;
}
.ul10 li:last-child {
	float: right;
}
.ul10 li .ul10_ul li {
	float: none;
	width: 100%;
	padding: 0 0 8px 0;
}
.ul10 li .ul10_ul li:last-child {
	padding-bottom: 0;
}

.ul10_dd {
    margin-top: 5px;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 4px;
}
.ul10_dd dd {
    padding: 2px 0 15px 1em;
}
.ul10_dd dd:last-child  {
	padding-bottom: 0;
}

.font22 {
	font-size: 22px;
}
.fontS .font22 {
	font-size: 18px;
}
.fontL .font22{
	font-size: 26px;
}

@media only screen and (max-width: 767px) {
	.year-list li {
		width: 33.3333333%;
	}
	.year-list li a {
		background-position: right 10px center;
		padding-right: 10px;
	}
	.year-list {
		padding-bottom: 30px;
	}
	.ico-movie {
		width: 16px;
		vertical-align: middle;
		margin-top: -5px;
	}
	.ul09 li {
		width: 100%;
	}
	.ul10 li {
		width: 100%;
	}
	.sp-t20 {
		margin-top: 20px;
	}
	.font22 {
		font-size: 20px;
	}

}
