.information {
	width: 100%;
	height: auto;
}
.information p {
	margin: 0px;
}
.information .information_title {
	height: auto;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 32px;
	text-align: center;
}
#contents_wrapper .information .information_title {
}
.information .information_title img {
	width: 315px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.information .information_title .sp{
	display: none;
}

@media screen and (max-width: 750px) {
.information .information_title .pc{
	display: none;
}
.information .information_title .sp{
	width: 194px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.information .information_title {
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 16px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 30px;
}
.information .information_title img {
	width: 195px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

}
/* --------------------------------------------------------
	tab
-------------------------------------------------------- */

ul#tabs-list {
	width: calc(100%-24px);
	/*	list-style: none;*/
	text-align: center;
	padding-left: 24px;
	background-color: #000;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
label.info-label {
	display: block;
	width: auto;
	color: #FFF;
	cursor: pointer;
	background-color: #000;
}
label.info-label:hover {
	opacity: .6;
}
#info_contents {
	width: 1070px;
	height: auto;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#info_contents .container {
	margin: 0 auto;
	width: 100%;
}
/*#info_contents section header label.info-label {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
	padding-right: 51px;
	padding-bottom: 12px;
	padding-left: 51px;
}*/
#info_contents section main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	-webkit-transition: opacity 50ms;
	transition: opacity 50ms;
	overflow-y: hidden;
}
#info_contents section sub {
	max-height: initial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 50ms;
	transition: opacity 50ms;
	overflow-y: hidden;
}
#info-1-ctrl:checked ~ #info_contents #info-1 main {
	max-height: initial;
	opacity: 1;
}
#info-1-ctrl:checked ~ #info_contents #first sub {
	display: none;
	opacity: 0;
}
#info-2-ctrl:checked ~ #info_contents #info-2 main {
	max-height: initial;
	opacity: 1;
}
#info-2-ctrl:checked ~ #info_contents #first sub {
	display: none;
	opacity: 0;
}
#info-3-ctrl:checked ~ #info_contents #info-3 main {
	max-height: initial;
	opacity: 1;
}
#info-3-ctrl:checked ~ #info_contents #first sub {
	display: none;
	opacity: 0;
}
#info-4-ctrl:checked ~ #info_contents #info-4 main {
	max-height: initial;
	opacity: 1;
}
#info-4-ctrl:checked ~ #info_contents #first sub {
	display: none;
	opacity: 0;
}
#info-1-ctrl:checked ~ #tabs-list #li-for-info-1 {
	pointer-events: none;
	cursor: default;
}
#info-1-ctrl:checked ~ #tabs-list #li-for-info-1:last-child {
	border-right: 0px;
}
#info-1-ctrl:checked ~ #tabs-list #li-for-info-1 + li {
	border-left: 0px;
}
#info-1-ctrl:checked ~ #tabs-list #li-for-info-1 label.info-label {
	color: #CC0000;
}
#info-2-ctrl:checked ~ #tabs-list #li-for-info-2 {
	pointer-events: none;
	cursor: default;
}
#info-2-ctrl:checked ~ #tabs-list #li-for-info-2:last-child {
	border-right: 0px;
}
#info-2-ctrl:checked ~ #tabs-list #li-for-info-2 + li {
	border-left: 0px;
}
#info-2-ctrl:checked ~ #tabs-list #li-for-info-2 label.info-label {
	color: #CC0000;
}
#info-3-ctrl:checked ~ #tabs-list #li-for-info-3 {
	pointer-events: none;
	cursor: default;
}
#info-3-ctrl:checked ~ #tabs-list #li-for-info-3:last-child {
	border-right: 0px;
}
#info-3-ctrl:checked ~ #tabs-list #li-for-info-3 + li {
	border-left: 0px;
}
#info-3-ctrl:checked ~ #tabs-list #li-for-info-3 label.info-label {
	color: #CC0000;
}
#info-4-ctrl:checked ~ #tabs-list #li-for-info-4 {
	pointer-events: none;
	cursor: default;
}
#info-4-ctrl:checked ~ #tabs-list #li-for-info-4:last-child {
	border-right: 0px;
}
#info-4-ctrl:checked ~ #tabs-list #li-for-info-4 + li {
	border-left: 0px;
}
#info-4-ctrl:checked ~ #tabs-list #li-for-info-4 label.info-label {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #94243A;
}
ul#tabs-list li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	/*	display: inline-block;*/
	text-align: center;
	transition-duration: 200ms;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	letter-spacing: 0.01em;
}
/*ul#tabs-list li:first-child {
	padding-left: 0px;
}*/
 @media screen and (max-width: 750px) {
ul#tabs-list{
	width: calc(100% - 10px);
	/*	list-style: none;*/
	text-align: center;
	background-color: #000;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*	display: flex;
	justify-content: center;*/
}
ul#tabs-list #open-nav-label{
	width: 1px;	
}
ul#tabs-list #close-nav-label{
	width: 1px;	
}

#info_contents {
	width: 92%;
	height: auto;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

ul#tabs-list li {
	width: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
/*	display: inline-block;*/
	text-align: center;
/*	transition-duration: 200ms;*/
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
ul#tabs-list li:last-child {
	padding-right: 0px;
}
#info-1-ctrl:checked ~ #tabs-list #li-for-info-1 label.info-label {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #94243A;
}
#info-2-ctrl:checked ~ #tabs-list #li-for-info-2 label.info-label {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color:#94243A;
}
#info-3-ctrl:checked ~ #tabs-list #li-for-info-3 label.info-label {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #94243A;
}

#info-4-ctrl:checked ~ #tabs-list #li-for-info-4 label.info-label {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #94243A;
}
#info-4-ctrl:checked ~ #tabs-list #li-for-info-4 label.info-label@ {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #94243A;
}

}
ul#tabs-list li:hover@ {
	opacity: .7;
}
#nav-ctrl {
	display: none;
}
.info-radios {
	position: fixed;
	left: 50%;
	top: 10px;
	width: 20px;
	opacity: 0.5;
	z-index: 99;
	display: none;
}
/*---------------------------------------------------------------------------------------------------------*/
/*
/*----------------------------------------------------------------------------------------------------------*/
/*
#info_contents ul.infomation_ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1070px;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*/
#info_contents ul.infomation_ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 1070px;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
#info_contents .list_li {
	height: 293px;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 23px;
}

/*
#info_contents .list_li {
	height: 293px;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
}
*/
#info_contents .container .list_li a {
    text-decoration: none;
    color: #000;
    transition: opacity 0.4s;
}

#info_contents .container .list_li a:hover {
    opacity: 0.7;
}
#info_contents .list_li .images {
	background-color: #EFEFEF;
	height: 160px;
	width: 250px;
	overflow: hidden;
	text-align: center;
}
#info_contents .list_li .images img {
	height: 160px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#info_contents .list_li .information_date {
	height: 14px;
	width: 250px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	padding-top: 18px;
	padding-bottom: 18px;
}
#info_contents .list_li .information_title {
	height: 50px;
	width: 250px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	position: absolute;
}
#info_contents .list_li .information_category {
	height: 19px;
	width: 250px;
	margin-top: 65px;
}
#info_contents .list_li .information_categorys {
	display: none;
}
 @media screen and (max-width: 750px) {
#info_contents ul.infomation_ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap : wrap;
	width: 100%;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#info_contents .list_li {
	height: 340px;
	width: 48%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
#info_contents .list_li .images {
	background-color: #EFEFEF;
	height: 200px;
	width: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#info_contents .list_li .images@ {
	background-color: #EFEFEF;
	height: 320px;
	width: auto;
	overflow: hidden;
	text-align: center;
}
#info_contents .list_li .images img {
	height: 200px;
	width: auto;
	object-fit: contain;
	object-position: 50% 50%;
	position: absolute;
	left: -50%;
	right: -50%;
}
.list_li .images .cate_name {
	bottom: 0px;
	background-color: #94243A;
	z-index: 888;
	position: absolute;
	width: calc(63% - 10px);
	right: 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	height: auto;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}

#info_contents .list_li .information_date {
	height: 12px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#info_contents .list_li .information_title {
	height: 91px;
	width: 100%;
	max-width: 320px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	position: absolute;
	word-wrap: break-word;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#info_contents .list_li .information_categorys {
	height: 35px;
	width: 90%;
	top: 220px;
	right: 0px;
	z-index: 9999;
	display: block;
	position: absolute;
	background-image: url(../image/news_cates.png);
}

#info_contents .list_li .information_categorys@ {
	height: auto;
	width: 90%;
	top: 220px;
	background-color: #CC0000;
	right: 0px;
	z-index: 9999;
	display: block;
	position: absolute;
}
#info_contents .list_li .information_category {
	display: none;
}
}
.news_lists_but .active{
	display: none;
}
.news_list_but {
	height: 55px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 50px;
	background-image: url(../../image/bt_news_list.png);
	background-repeat: no-repeat;
}
.news_list_but .active{
	opacity: 1;
	transition: 0.4s;
}

.news_list_but a:hover .active{
	opacity: 0;
}
.news_list_but .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #94243a;
	font-size: 16px;
	border-radius: 50px 50px 50px 50px;
	width: 300px;
	height: 55px;
	border: 1px solid #94243a;
	transition: 0.3s;
	background-color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-right: auto;
	margin-left: 0px;

}
.news_list_but .button a:hover {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	border-radius: 50px 50px 50px 50px;
	width: 300px;
	height: 55px;
	border: 1px solid #94243a;
	transition: 0.3s;
	background-color: #94243A;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-right: auto;
	margin-left: 0px;
}
.news_list_but .button a img{
	transition: opacity 0.4s;
}
.news_list_but .button a:hover img{
	opacity: 0;
}
@media screen and (max-width: 750px) {
.news_list_but {
	display: none;
}
.news_lists_but {
	clear: both;
	display: block;
	height: 60px;
	width: 66%;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.news_lists_but .active {
	width: 100%;
	height: auto;
	display: block;
}
}
