@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {
}

.pc {
	display:none !important;
}

img {
	vertical-align: middle;
}

body {
	background: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

header {
	width: 100%;

	top: 0;
	left: 0;
	z-index: 100;
	background: #000;
}

.header_box {
	width: 100%;
	height: auto;
}

.header_box h1 {
	width: 100%;
	text-align: left;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
}

.header_box .movie iframe {
	width: 100%;
	height: 320px;
}

.main {
	width: 100%;
	max-width: 1120px;
	margin: 0;
	height: auto;
	min-height: 10px;
	padding: 0 30px;
	box-sizing: border-box;
}

.main_box {
	width: 100%;
}

.accordion {
  width: 100%;
}

.accordion-checkbox {
  display: none;
}

.accordion-label {
	display: block;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #095AA6;
	color: #fff;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}

.accordion-label::after {
	content: "OPEN　▲";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.accordion-content {
	width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease;
  padding: 0 0;
	box-sizing: border-box;
	overflow-x: scroll;
}

.accordion-checkbox:checked + .accordion-label + .accordion-content {
	max-height: 100%;
  padding: 0 0 50px 0;
	box-sizing: border-box;
	overflow-x: scroll;
}

.accordion-checkbox:checked + .accordion-label::after {
	content: "CLOSE　▼";
}

.list {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	font-family: "Noto Serif JP", serif;
}

.list p {
	width: 32%;
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	margin-right: 2%;
	background: #fff;
	margin-bottom: 20px;
}

.list p:nth-child(3n) {
	margin-right: 0;
}

.list p span {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	height: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}

.list p span strong {
	font-size: 0.8em;
	font-weight: 400;
}

.list div {
	width: 66%;
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	background: #fff;
	margin-bottom: 20px;
}

.list div:nth-child(3n) {
	margin-right: 0;
}

.list div span {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	height: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}

.list div span strong {
	font-size: 0.8em;
	font-weight: 400;
}

.list2 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	background: #707070;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: 500;
}

.list3 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	background: #F89C36;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
}

.list3_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	color: #fff;
	padding: 15px 0;
}

.list3_top .time {
	width: 20%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
}

.list3_top .title {
	width: 100%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
}

.list3_top .pdf {
	width: 20%;
	text-align: right;
	padding: 0 20px;
	box-sizing: border-box;
}

.list3_bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	background: #F48000;
}

.list3_bottom .gaiyo {
	width: 20%;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.list3_bottom .name {
	width: 80%;
	text-align: left;
	color: #000;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #fff;
}

.list3_bottom .name span {
	font-size: 1.2em;
	font-weight: 600;
}

.list3-2 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	background: #20B7E4;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
}

.list3-2_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	color: #fff;
	padding: 15px 0;
}

.list3-2_top .time {
	width: 20%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
}

.list3-2_top .title {
	width: 100%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
}

.list3-2_top .pdf {
	width: 20%;
	text-align: right;
	padding: 0 20px;
	box-sizing: border-box;
}

.list3-2_bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	background: #078CB4;
}

.list3-2_bottom .gaiyo {
	width: 20%;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.list3-2_bottom .name {
	width: 80%;
	text-align: left;
	color: #000;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #fff;
}

.list3-2_bottom .name span {
	font-size: 1.2em;
	font-weight: 600;
}

.list3-3 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	background: #AACB47;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
}

.list3-3_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	color: #fff;
	padding: 15px 0;
}

.list3-3_top .time {
	width: 20%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
}

.list3-3_top .title {
	width: 100%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
}

.list3-3_top .pdf {
	width: 20%;
	text-align: right;
	padding: 0 20px;
	box-sizing: border-box;
}

.list3-3_bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	background: #8CA73C;
}

.list3-3_bottom .gaiyo {
	width: 20%;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.list3-3_bottom .name {
	width: 80%;
	text-align: left;
	color: #000;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #fff;
}

.list3-3_bottom .name span {
	font-size: 1.2em;
	font-weight: 600;
}

.list4 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
	padding: 15px 20px;
	box-sizing: border-box;
}

.list4 .title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 1.1em;
}

.list4 .title span {
	display: inline-block;
	margin-right: 15px;
	padding: 3px 10px;
	box-sizing: border-box;
	font-size: 0.9em;
	color: #fff;
}

.list4 .title span.color01 {
	background: #8CA73C;
}

.list4 .title span.color02 {
	background: #078CB4;
}

.list4 .title span.color03 {
	background: #F48000;
}

.list4 .title span.color04 {
	background: #193AFE;
}

.list4 .title span.color05 {
	background: #8A1D82;
}

.list4 .title span.color06 {
	background: #D95F2E;
}

.list4 .text {
	width: 100%;
	text-align: right;
	font-weight: 400;
	font-size: 0.8em;
}

.list4 .inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.list4 .inbox .l_text {
	width: 75%;
	text-align: left;
	color: #ccc;
	font-size: 1.2em;
	font-weight: 500;
}

.list4 .inbox .r_name {
	width: 25%;
	text-align: right;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
}

.list4 .inbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.list4 .inbox2 .in_box {
	width: 65%;
}

.list4 .inbox2 .in_box .subtext {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 0.8em;
}

.list4 .inbox2 .in_box .subname {
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
}

.list4 .inbox2 .link_box {
	width: 35%;
	text-align: right;
	font-size: 0.8em;
}

.list4 .inbox2 .link_box img {
	width: 50px;
	margin-left: 15px;
}

.list4-1 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.list4-1_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	color: #fff;
	padding: 20px 15px;
	background: #AACB47;
}

.list4-1_top .time {
	width: 20%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
}

.list4-1_top .title {
	width: 60%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 500;
	margin-right: 20%;
}

.list4-1 .listbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}

.list4-1 .listbox li {
	width: 48%;
	margin-right: 4%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.list4-1 .listbox li:nth-child(2n) {
	margin-right: 0;
}

.list4-1 .listbox li .left_img {
	width: 30%;
	margin-right: 3%;
}

.list4-1 .listbox li .left_img img {
	width: 100%;
}

.list4-1 .listbox li .right_text {
	width: 67%;
}

.list4-1 .listbox li .right_text .intitle {
	width: 100%;
	border-bottom: 2px solid #8CA73C;
	text-align: left;
	font-weight: 500;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.list4-1 .listbox li .right_text .intext {
	width: 100%;
	text-align: right;
}



.temp_title {
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #095AA6;
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}

.temp_text {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
}

.temp_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.temp_link a {
	width: 320px;
	background: #FC1514;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.temp_link a i {
	background: url("../../live/files/icon.png") center center no-repeat;
	width: 12px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.temp_link a:hover {
	opacity: 0.5;
}

footer {
	width: 100%;
	background: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 200px;
}

footer img {
	width: 100%;
}

/*---2026.01.16---*/

.program_title1 {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #193AFE;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: 600;
}

.program_title2 {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #8A1D82;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: 600;
}

.program_title3 {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #D95F2E;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: 600;
}


