@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------  
News.css  
-----------------------------------------------*/
.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-color: #000000;
}
.title_banner {
	width: 100%;
	float: left;
	line-height: 0;
}
.title_banner img {
	max-width: 100%;
}
.banner .inner {
	overflow: hidden;
	margin: auto;
}
.banner .inner .title_banner {
	margin-top: 124px;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	color: #ffffff;
}
.sub_banner {
	/* font-weight: bold; */
	font-family: sans-serif;
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	line-height: 1.7;
	letter-spacing: 9px;
}
.banner .inner .sub_banner {
	padding-top: 18px;
}
.banner .inner .icon_arrow {
	float: left;
	margin-left: 300px;
	margin-top: 100px;
}
.banner .inner .icon_arrow img:hover {
	opacity: 0.8;
}
#content {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.area1 {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 95px;
	background: #f2f2f2;
}
.new {
	width: 930px;
	float: left;
	overflow: hidden;
}
.new ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 35px;
	box-sizing: border-box;
	overflow: hidden;
}
.new ul li {
	float: left;
	width: 100%;
	padding: 17px 0px 20px 7px;
	box-sizing: border-box;
	border-bottom: 1px solid #808080;
}
.new ul li:first-child {
	padding: 0px 0px 20px 7px;
}
.new ul li p {
	float: left;
	font-size: 13px;
}
.date {
	width: 80px;
}
.new ul li .name {
	width: 780px;
	float: right;
}
.name a {
	text-decoration: none;
	color: #000;
}
.name a:hover {
	text-decoration: underline;
}
.side_new {
	width: 230px;
	float: right;
}
.box {
	width: 100%;
	border-radius: 5px;
	margin: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: 33px;
}
.jam {
	background: url(../img/common/icon_next.png) no-repeat 0px 7px;
}
.box_item:hover {
	opacity: 0.8;
	cursor: pointer;
}
.title_side {
	width: 220px;
	margin: 5px 5px 35px 5px;
	float: left;
	font-size: 16px;
	color: #fff;
	background: #ff5500;
	border-radius: 5px;
	padding: 15px 0px 15px 22px;
	box-sizing: border-box;
	font-weight: bold;
}
.box ul {
	width: 220px;
	margin: 5px 5px 35px 5px;
	list-style: none;
	padding-left: 24px;
	box-sizing: border-box;
}
.box ul li {
	width: 100%;
	float: left;
	background: url(../img/new_detail/icon_back.png) no-repeat left center;
	margin-bottom: 15px;
}
.box ul li:last-child {
	margin-bottom: unset;
}
.box ul li a {
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}
.box ul li a:hover {
	text-decoration: underline;
}
/*.back_tile a {
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	right: 100px;
	font-family: sans-serif;
	text-decoration: none;
}*/
.pos_2 {
	margin-top: 32px;
}
.area_page_number {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 122px;
}
.inner_page {
	width: 90%;
	margin: auto;
	overflow: hidden;
	padding-top: 75px;
	text-align: center;
}
.inner_page ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.inner_page ul li {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 0px;
}
.inner_page ul li + li {
	margin-left: 10px;
}

.inner_page ul li a {
	display: block;
	padding: 8px 14px;
	border-radius: 100px;
	background: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	font-weight: bold;
}
.inner_page ul li a:hover {
	text-decoration: underline;
	opacity: 0.8;
	background: #ff5500;
	color: #fff;
}
.back a {
	display: block;
	text-align: left;
}
.page_number {
	display: inline-block;
	vertical-align: middle;
}
.back {
	margin-right: 15px;
}
.next {
	margin-left: 15px;
}
.btn {
	display: inline-block;
	vertical-align: middle;
}
.btn a {
	display: block;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.btn a:hover {
	text-decoration: underline;
}
.inner_page ul li.active a {
	background: url(../img/movie/active_page.png) no-repeat center center;
	color: #fff;
}
.back_tile a {
	color: #000 !important;
	font-weight: bold !important;
}

@media screen and (max-width: 767px) {
	.about {
		background: url("../img/about_sp/icon_next.png") no-repeat 20% 47%;
	}
	.side_new {
		width: 100%;
		float: right;
		padding-top: unset;
	}
	.box {
		width: 100%;
		border-radius: 0px;
		margin: auto;
		overflow: hidden;
		background: #fff;
		padding: 0%;
		margin-bottom: 0%;
		box-sizing: border-box;
	}
	.title_side {
		width: 100%;
		float: left;
		margin: unset;
		font-size: 12px;
		color: #fff;
		background: #ff5500;
		border-radius: 0px;
		padding: 3% 0% 3% 5%;
		box-sizing: border-box;
		font-weight: bold;
	}
	.box ul {
		width: 100%;
		float: left;
		margin: unset;
		list-style: none;
		margin: 3.5% 0% 2.5% 0%;
		box-sizing: border-box;
		padding-left: unset;
		font-size: 12px;
	}
	.box ul li {
		width: 100%;
		float: left;
		/*background: url(../img/new_detail/icon_back.png) no-repeat left center;*/
		background: transparent;
		margin-bottom: 10px;
		border-bottom: 1px solid #c2c2c2;
		padding-bottom: 15px;
	}
	.box ul li:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.box ul li a {
		padding-left: 8%;
		color: #000;
		text-decoration: underline;
	}
	.inner {
		width: 100%;
		float: left;
		padding: 0 8%;
		box-sizing: border-box;
	}
	.area1 {
		width: 100%;
		margin: auto;
		overflow: hidden;
		padding-top: 0%;
		background: #fff;
		padding-bottom: 12%;
	}
	.area1 .inner {
		padding: 0;
	}
	#header .inner {
		width: 100%;
		float: left;
		padding: unset;
	}
	.new {
		width: 100%;
		float: left;
		overflow: hidden;
		padding: 10% 8% 8%;
		margin-top: 0%;
		background: #fff;
	}
	.new ul {
		width: 100%;
		float: left;
		list-style: none;
		padding: unset;
		box-sizing: border-box;
		overflow: hidden;
	}
	.new ul li {
		float: left;
		padding: 5% 0% 5% 0%;
		box-sizing: border-box;
		border-bottom: 1px solid #808080;
	}
	.new ul li:first-child {
		padding: 0% 0% 5% 0%;
	}
	.new ul li p {
		width: 100%;
		float: left;
		font-size: 13px;
	}
	.new ul li .name {
		width: 100%;
	}
	.area_page_number {
		width: 100%;
		float: left;
		overflow: hidden;
		padding: unset;
		box-sizing: border-box;
	}
	.inner_page {
		width: 100%;
		margin: auto;
		overflow: hidden;
		padding: 15px 0;
	}
	.btn a {
		font-size: 14px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}
	/*.inner_page ul {
		list-style: none;
		box-sizing: border-box;
		padding: 0% 2%;
	}
	.inner_page ul li {
		width: 20%;
		text-align: center;
		padding: 4% 1% 4% 1%;
		box-sizing: border-box;
		margin-right: 3%;
	}
	.inner_page ul li a {
		background: url(../img/movie/page.png) no-repeat center center;
		text-decoration: none;
		font-size: 16px;
		color: #000;
		box-sizing: border-box;
		font-weight: bold;
	}*/
}

/* 年別アーカイブ アコーディオン */
.title_side {
	float: none;
}
.acd {
	width: 100%;
	padding-bottom: 15px;
}
.acd .acd_ttl {
	font-weight: 600;
	padding-left: 24px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.acd .acd_ttl:after {
	content: "";
	width: 13px;
	height: 8px;
	background: url(../img/common/arrow_down.png) center center/contain no-repeat;
	display: inline-block;
	margin-left: 15px;
}
.acd .acd_ttl.active:after {
	background: url(../img/common/arrow_up.png) center center/contain no-repeat;
}
.acd .arrow_none:after {
	content: none;
}
.acd .acd_box {
	max-height: 0;
	margin: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
}
.acd .acd_box li:first-child {
	margin-top: 10px;
}
.acd .acd_box li:last-child {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.acd {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.acd:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.acd .acd_ttl {
		font-size: 14px;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
