@charset "utf-8";

	@import url("font.css");

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	base

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'NotoSansCJKjp',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #4C4948;
}

img {
	vertical-align: bottom;
}

a {
	outline: none;
	text-decoration: underline;
	color: #4C4948;
}

a img  {
	border: none;
}
a:hover img  {
	opacity: 0.8;
}

li {
	list-style-type: none;
}

main {
	display: block;
}

@media screen and ( max-width:767px ) {
	.pcOnly {
		display:none !important;
	}
}
@media screen and ( min-width:768px ) {
	.spOnly {
		display:none !important;
	}
}
a:link ,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}

.bg_white {
	background:#ffffff;
}
.bg_gray {
	background:#f2f2f2;
}

.red {color:#ff0000;}
.gray {color:#888888;}

.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mb0{margin-bottom:0px !important;}
.ml0{margin-left:0px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}


.fontsize_90 {font-size:90% !important ;}
.fontsize_80 {font-size:80% !important ;}
.fontsize_70 {font-size:70% !important ;}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	header

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.header {
	background:url(../img/header_bg2025.png) repeat-y top center ;
}
.header .inner {
	margin:0 auto;
	width:900px;
}

.header_page {
	background:url(../img/header_bg2025.png) repeat-y top center ;
}
.header_page .inner {
	margin:0 auto;
	width:900px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	動画案内

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

a.btn_internethall {
	display:block;
	background:#fff;
	margin:0 auto;
	padding:20px 0 20px;
	border-radius: 7px;
	border:2px solid #999;
	box-shadow:5px 5px 0px #ccc;
	text-align:center;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:30px;
	width:14em;
}
a.btn_internethall span {
	padding-right:30px;
	background:url(../img/arrow_1.png) no-repeat right center ;
	background-size:16px auto;
}
a.btn_internethall:hover {
	text-decoration: none;
	background:#ceebfb;
	border:2px solid #0276bc;
}
.btn_internethall_off {
	display:block;
	background:#fff;
	padding:20px 0 20px;
	border-radius: 7px;
	border:2px solid #999;
	box-shadow:5px 5px 0px #ccc;
	text-align:center;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:30px;
}
.btn_internethall_off span {
	color:red;
}
.txt_internethall {
	text-align:center;
}
.messageInfo_list {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.messageInfo_list li {
	margin-bottom:30px;
	width:31%;
}
.messageInfo_list li a {
	display:block;
	background:#fff;
	padding:20px 0 30px;
	border-radius: 7px;
	border:2px solid #999;
	box-shadow:5px 5px 0px #ccc;
	text-align:center;
}
.messageInfo_list li a:hover {
	text-decoration: none;
	background:#ceebfb;
	border:2px solid #0276bc;
}
.messageInfo_list li a .arrow {
	margin:0 45%;
	padding:20px 0;
}
.messageInfo_list li a .arrow img {
	width:100%;
}
.messageInfo_list li a .name {
	padding-bottom:10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
	font-size:20px;
	line-height:1.3;
}
.messageInfo_list_tx {
	text-align:center;
	font-size:80%;
}

.dougaInfo_midashi {
	display:flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.dougaInfo_midashi dt {
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:26px;
	line-height:1.3;
	width:35%;
	color:#003f6f;
}
.dougaInfo_midashi dd {
	width:65%;
}
.dougaInfo_list {
	display:flex;
	flex-wrap: wrap;
}
.dougaInfo_list li {
	margin-right:3%;
	margin-bottom:30px;
	width:31%;
}
.dougaInfo_list li:nth-child(3n) {
	margin-right:0;
}
.dougaInfo_list li a {
	display:block;
	background:#fff;
	padding:20px 0 30px;
	border-radius: 7px;
	border:2px solid #999;
	box-shadow:5px 5px 0px #ccc;
	text-align:center;
}
.dougaInfo_list li a:hover {
	text-decoration: none;
	background:#ceebfb;
	border:2px solid #0276bc;
}
.dougaInfo_list li a .number {
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
	font-size:46px;
	line-height:1.3;
	margin-bottom:10px;
	color:#e72b59;
}
.dougaInfo_list li a .name {
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
	font-size:20px;
	line-height:1.3;
}
.dougaInfo_tyuui {
	font-size:12px;
}

/*=-=-=-=-= 動画案内　詳細ページ =-=-=-=-=*/
.dougaWrap_list li {
	background:#fff;
	border-radius: 15px;
	box-shadow:5px 5px 0px #ccc;
	margin-bottom:30px;
	padding:30px 5%;
}
.dougaWrap_list li .img {
	margin-top:20px;
	text-align:center;
}
.dougaWrap_list li .img iframe {
	border:1px solid #ccc;
}
.dougaWrap_list li .info {
}
.dougaWrap_list li .info h3 {
	margin-bottom:20px;
	padding:8px 0 10px 10px;
	border-left:5px solid #a4daf7;
	font-size:24px;
}
.dougaWrap_list li .info .time {
	margin-top:20px;
}
.dougaWrap_list li .info .profile {
	margin-top:10px;
	font-size:12px;
}

/*=-=-=-=-= アーカイブ配信 =-=-=-=-=*/
.contents .inner h2.archive_ti {
	font-size:50px;
}
.archive_ti span {
	display:block;
	margin:0 auto 15px;
	padding:10px 20px 12px;
	background:#00bfed;
	width:8em;
	color:#fff;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:36px;
	line-height:1;
	border-radius: 40px;
}
.archive_ti {
	text-align:center;
}
.archive_kikan {
	margin-top:40px;
	text-align:center;
}
.archive_kikan .ti {
	margin:0 auto 15px;
	padding:10px 20px 12px;
	background:#ddd;
	width:8em;
	color:#003f6f;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	line-height:1;
	border-radius: 40px;
}
.archive_kikan .kikan {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:26px;

}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	参加申込

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.yokoku {
	padding:0.1em 0.5em 0.2em;
	color:#fff;
	background:#51a300;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	お知らせ

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.news dl {
	display:flex;
	margin-bottom:10px;
}
.news dl dt {
	width:120px;
}
.news dl dd {
	width:780px;
}
.news dl dd a {
	padding-right:20px;
	background:url(../img/arrow_1.png) no-repeat right center ;
	background-size:10px auto;
}
.remotebtn {
	margin-top:60px;
	text-align:center;
}
.remotebtn a {
	padding:10px 20px 10px 20px ;
	font-weight: 700;
	font-size:22px;
	line-height:1;
	color:#fff;
	background:#e72758;
	border:4px solid #eee;
	border-radius: 14px;
}
.remotebtn a:hover {
	background:#f52b5f;
	border:4px solid #ffc8d6;
	text-decoration: none;
}
.remotebtn a span {
	padding-right:20px;
	background:url(../img/arrow_2.png) no-repeat right center ;
	background-size:10px auto;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	リモート開催

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.remoteList li {
	margin-bottom:15px;
	padding:10px 20px 10px 20px;
	background:#fff;
	border:2px solid #ddd;
	border-radius:20px 0 0 0 / 20px 0 0 0 ;
}
.remoteList dl.dl1 {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.remoteList dl.dl1 dt {
	width:22%;
}
.remoteList dl.dl1 dd.dd1 {
	width:21%;
}
.remoteList dl.dl1 dd.dd2 {
	width:55%;
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	border:1px solid #ccc;
}
.remoteList .ti {
	font-size:28px;
}
.remoteList .day {
	font-size:16px;
}
.remoteList .day span {
	padding-left:5px;
	font-size:22px;
}
.remoteList .ti2 {
	display:flex;
	align-items: center;
	padding:2px 5px 2px 8px;
	background:#0066b4;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:14px;
	line-height:1.2;
	color:#fff;
}
.remoteList .day2 {
	margin-left:10px;
	padding:10px 0;
	font-size:16px;
}
.remoteList .day2 span {
	padding-left:5px;
	font-size:22px;
}
.ti_program {
	margin-top:15px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:18px;
	color:#3996de;
	text-indent:0.3em;
	border-bottom:3px double #3996de;
}
.remoteList dl.dl2 {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin:10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	font-size:14px;
}
.remoteList dl.dl2 dt {
	width:80%;
}
.remoteList dl.dl2 dd {
	width:20%;
	text-align:center;
}
.remoteList dl.dl2 dt p {
	margin-left:1em;
}
.remoteList dl.dl2 dt p:before {
	content: '・';
	margin-left:-1em;
}
.remoteList dl.dl2 dd a {
	padding:10px 0 10px 50px;
	background:url(../img/remote_ic.png) no-repeat left center ;
	background-size:40px auto;
	color:#e72758;
}
.questionBtn {
	margin:40px 0;
	text-align:center;
}
.questionBtn a {
	margin:0 auto;
	padding:20px;
	color:#fff;
	background:#71c800;
	border-radius: 50px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2); 
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	一覧リンク

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#mapArea .inner {
	padding:20px 0;
}
#mapArea .inner h2 {
	margin-bottom:20px;
}
#mapArea .inner h2 .read {
	display:block;
	margin-top:10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:16px;
	line-height:1.3;
	text-align:center;
	color:#003f6f;
}
#mapArea ul li {
	display:inline-block;
	margin-bottom:5px;
}
#mapArea a {
	display:block;
	padding:2px 8px 3px;
	background:#fff;
	border:2px solid #ddd;
}
#mapArea a:hover {
	border:2px solid #e72758;
	text-decoration: none;
}
#mapArea a.link_no {
	background:none;
}
.areaWrap {
	display:flex;
	justify-content: space-around;
}
#mapArea .ti {
	padding-top:3px;
	width:30%;
	text-align:right;
	background:#;
}
#mapArea ul {
	width:65%;
	background:#;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	共通

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.contents .inner {
	margin:0 auto;
	padding:40px 0 70px;
	width:900px;
}
.contents .inner h2 {
	margin-bottom:40px;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:36px;
	line-height:1.3;
	text-align:center;
	color:#003f6f;
}
.mainList {
	display:flex;
	flex-wrap: wrap;
}
.mainList li {
	margin:0 2% 20px 0;
	width:32%;
}
.mainList li:nth-child(3n) {
	margin-right:0;
}
.mainList li a {
	position:relative;
	display:block;
	padding:10px 20px;
	background:#fff;
	border:2px solid #ddd;
	border-radius:20px 0 0 0 / 20px 0 0 0 ;
}
.mainList li a:hover {
	border:2px solid #e72758;
	text-decoration: none;
}
a.link_no {
	pointer-events:none;
}
.mainList li a .ti span {
	font-size:28px;
	padding-right:20px;
	background:url(../img/arrow_1.png) no-repeat right center ;
	background-size:10px auto;
}
.mainList li a.link_no .ti span {
	background:none;
}
.mainList li a .day {
	font-size:16px;
}
.mainList li a .day span {
	padding-left:5px;
	font-size:22px;
}
.mainList li a .link_yes {
	position:absolute;
	top:5px;
	right:5px;
}
.mainList li a .link_yes span {
	padding:2px 5px;
	background:#e72758;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.mainList li a .link_no {
	position:absolute;
	top:5px;
	right:5px;
}
.mainList li a .link_no span {
	padding:2px 5px;
	background:#777;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	ぱんくず

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.pan_navi {
	margin:15px auto 0 ;
	width:830px;
	display:flex;
}
.pan_navi li a {
	padding-right:40px;
	background:url(../img/pan.png) no-repeat right 15px center ;
	background-size:12px auto;
}
.pan_navi li:last-child {
	background:none;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	下層

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div.desc {
	padding:20px;
	font-size:14px;
	text-align:left;
}
div.desc_waku {
	border:1px solid #ccc;
}
div.desc .descLeft {
	float:left;
	width:500px;
}
div.desc .descRight {
	float:right;
	width:340px;
}
div.desc .descWide {
	clear:both;
	padding-top:30px;
	width:850px;
}
div.desc .descLeft .day {
	font-weight:bold;
}
div.desc .descLeft .day span {
	font-size:120%;
}
ul.accessList {
	list-style-type: none;
	margin-left:1em;
}
ul.accessList li:before {
	content: '・';
	margin-left:-1em;
}

h4 {
	margin-bottom:20px;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:26px;
	line-height:1.3;
	text-align:center;
	color:#3996de;
}

.mapBtn {
	margin:5px 0 15px;
}
.mapBtn a {
	padding:5px 10px;
	color:#05288e !important ;
	font-size:84%;
	background:#fff;
	text-decoration: none !important ;
	border:1px solid #ccc;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
}
.mapBtn a:hover {
	background:#f0f3fc;
}
.white-popup {
  position: relative;
  background: #2678b1;
  padding: 4px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}
.embed-container {
padding-bottom: 70% !important ;
}

div.desc table th {
	padding-right:1em;
	white-space:nowrap;
	vertical-align:top;
	font-weight:bold;
}
table.profile {
	margin-bottom:20px;
	width:100%;
}
table.profile th {
	padding:0.3em 1.5em 0.3em 0 ;
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
	width:150px;
}
table.profile td {
	padding:1em 1.5em 0.3em 0 ;
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
}
table.profile th {
	white-space:nowrap;
	font-weight:normal !important ;
}
table.profile .profilePh {
	margin-bottom:15px;
	text-align:left;
}
table.profile .profilePh img {
	max-width:130px;
}
.program_midashi {
	margin-top:15px;
}
.program_midashi span {
	padding:5px 10px;
	font-size:120%;
	color:#000;
	background:#ddd;
}
dl.program {
	margin-top:10px;
}
dl.program dt {
	margin-top:10px;
	font-weight:bold;
	font-size:130%;
}
dl.program dd {
	margin-bottom:10px;
	padding-left:1em;
	font-size:120%;
}
dl.program dd.width50 {
	float:left;
	width:47%;
}
dl.program.program_time dd {
	padding-left:5em;
}
.wight_normal {
	font-weight:normal;
}
.btn {
	clear:both;
	margin-top:50px;
	padding:20px 0 15px;
	border:3px solid #dedede;
	text-align:center;
}
.btn img {
	margin:0 20px;
}
.btn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.freeList dt {
	clear:both;
	float:left;
}

.closing {
	margin-bottom:15px;
	padding:10px;
	border:2px solid #006834;
	background:#ffffff;
	text-align:center;
}
.closing span {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
}
table.entoryform {
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.entoryform th ,
table.entoryform td {
	padding:10px 20px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.entoryform th {
 background:#dff9ec;
}
table.entoryform input {
	padding:6px 10px;
	font-size:16px;
}
.widthSS { width:100px; }
.widthS { width:200px; }
.widthM { width:400px; }
.widthL { width:600px; }

table.entoryform .caption {
	color:#666666;
	font-size:80%;
}
.send_btn {
	margin:20px;
	text-align:center;
}
.send_btn input {
	display:block;
	margin:0 auto;
	padding:15px 40px;
	border:0;
	font-size:20px;
	color:#ffffff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff6000), color-stop(1.00, #b72b00));
background: -webkit-linear-gradient(#ff6000, #b72b00);
background: -moz-linear-gradient(#ff6000, #b72b00);
background: -o-linear-gradient(#ff6000, #b72b00);
background: -ms-linear-gradient(#ff6000, #b72b00);
background: linear-gradient(#ff6000, #b72b00);
	cursor:pointer;
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	footer

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#footer {
	margin-top:60px;
	padding:40px;
	color:#333;
	background:#ff;
	border-top:1px solid #ccc;
	text-align:center;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* FLOAT -Clearfix
------------------------------------------------- */
.clearfix:after { 
/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* htm .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
	height: 1%;
}