.sp {
	display: none;
}
.pc {
	display: block;
}
a:link {
	color: #2681EE;
}
a:visited {
	color: #2681EE;
}
a:hover {
	color: #D34548;
	text-decoration: underline;
}
a:active {
	color: #ff8000;
}
a.white:link {
	text-decoration: underline;
	color: #fff;
}
a.white:visited {
	text-decoration: underline;
	color: #fff;
}
a.white:hover {
	text-decoration: none;
	color: #fff;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	color: #333;
	letter-spacing: 0.05em;
}
.underline {
	border-bottom: 3px double #333;
}
header {
	padding: 10px 0;
	text-align: center;
}
header h1 {
	font-size: 3.4rem;
}
header h1 span {
	font-size: 1.8rem;
	padding-right: 10px;
}
/*ナビ*/

#menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	background: #55c3ec;
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	box-sizing: border-box;
}
#menu li {
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 12px 0 10px;
	background: #55c3ec;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover {
	background: #6ca8df;
}
#toggle {
	display: none;
}
@media only screen and (max-width: 540px) {
	#menu li {
		width: 50%;
		border-bottom: 1px solid #444;
	}
}
@media only screen and (max-width: 480px) {
	#menu li {
		width: 50%;
	}
}
#pankuzu {
	margin: 0 0 20px;
	padding: 10px 0 1px 0;
	/*background-color: #eee;*/
	list-style: none;
	border-bottom: 1px solid #999;
}
#pankuzu li {
	display: inline;
	/*横に並ぶように*/
	list-style: none;
	font-weight: bold;
	/*太字*/
}
#pankuzu li:after {
	/* >を表示*/
	content: '>';
	padding: 0 5px 0 10px;
	color: #555;
}
#pankuzu li:last-child:after {
	content: '';
}
#pankuzu li a {
	text-decoration: none;
	color: gray;
}
#pankuzu li:first-child a:before {
	/*家アイコン
  font-family: “Font Awesome 5 Free”;
  content: '\f015';
  font-weight: 600;
  font-size: 1.1em;
  color: #2e7fea;*/
}
#pankuzu li a:hover {
	text-decoration: underline;
}
#top_info {
	margin: 0 auto;
	max-width: 768px;
	height: 300px;
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
}
#top_info h1 {
	text-align: center;
	padding: 10px 10px 0;
	margin: 0 10px;
	font-weight: 500;
	border-bottom: 2px solid #002D66;
}
#top_info .data {
	padding: 5px 20px;
	font-weight: 500;
}
#top_info .topic {
	padding: 5px 10px;
}
.info_line {
	border-bottom: 1px dashed #ccc;
	padding: 0 10px;
	width: 100%;
}
.info_list {
	margin: 0 20px;
}
.info_list li {
	padding-bottom: 10px;
	line-height: 1.5em;
}
#information {
	line-height: 1.8em;
}
#information section {
	padding: 0 20px;
	margin-bottom: 60px;
}
#information section ul {
	padding-left: 10px;
	margin-bottom: 20px;
	list-style-type: none;
}
#information section ul li:before {
	content: "・";
	margin-right: 5px;
}
#information section li {
	margin-bottom: 10px;
}
#program {}
#manual ul {
	margin: 0 0 0 20px;
}
#manual li {
	list-style: none;
	font-size: 2.0rem;
	margin-bottom: 20px
}
#greeting h1, #program h1, #downroads h1, #online h1, #manual h1, .timeschedule h1, #information h1, #gist h1 {
	font-size: 3.0rem;
	margin: 10px 0 40px 0;
	font-weight: 500;
	/*border-bottom: 2px solid #6aaee8;*/
	letter-spacing: 0.1em;
    background: linear-gradient(to right, #55c3ec, #afeffb);
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
}
/*<#greeting h1:first-letter,#program h1:first-letter,#manual h1:first-letter {
  font-size: 3.6rem;
  color: #337AB7;
}*/

#program h2, #downroads h2, #online h2, #information h2 {
	border-bottom: 2px solid #55c3ec;
	border-left: 10px solid #55c3ec;
	margin: 0 0 20px;
	padding: 10px 10px;
	font-size: 2.4rem;
}
#program h3, .timeschedule h3, #online h3, #information h3 {
	border-bottom: 2px solid #999;
    margin-bottom: 20px;
    padding: 5px 10px;
}

p + h3, p + h2 {
	margin-top: 20px;
}
#program h3 {
	font-weight: 600;
}
nav {}
nav ul {}
nav li {}
.timeschedule {
	border: 1px solid #999;
	border-radius: 3px;
	margin: 0 20px;
}
.timeschedule span {
	font-size: 1.6rem;
}
.timeschedule ul {}
.timeschedule li {
	padding-bottom: 10px;
}
/*プログラム*/

.line {
	border-bottom: 1px dashed #A2ACBC;
}
.cards {
	margin: 10px 20px 80px 20px;
	border-bottom: 2px solid #ccc;
}
.attention {
	padding: 15px 20px 1em 20px;
}
.moderator, .reporter, .debate {
	padding: 0 10px 10px;
	line-height: 2em;
}
.moderator span, .reporter span, .debate span {
	font-size: 1.6rem;
	font-weight: 600;
	padding-bottom: 0px;
	color: #337AB7;
}
.programlist {
	padding-left: 0px;
	padding-right: 0px;
}
#online ul {
	margin-bottom: 40px;
}
#online li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
}
#online li ul {
	margin: 10px 0 0 50px;
	border-bottom: none;
}
#online li ul li {
	border-bottom: none;
}
footer {
	border-top: 1px solid #999;
	padding: 30px 20px 0px;
	line-height: 1.5em;
}
footer .address {}
footer .address span {
	font-size: 1.8rem;
	font-weight: 600;
}
footer .copy {
	text-align: center;
	font-size: 1.2rem;
}
.pdfcolor {
	color: #C5090D;
}
.btn_join {
	background: #55c3ec;
	color: #fff;
	padding: 10px 40px;
	border: 1px solid #55c3ec;
	border-radius: 5px;
	text-align: center;
}
@media screen and (min-width: 541px) {
	.hidden-sm {
		display: none;
	}

}
@media screen and (min-width: 961px) {
	.programlist {
		padding-left: 80px!important;
		padding-right: 80px!important;
	}
}
@media screen and (max-width: 768px) {
	.hidden-lg {
		display: none;
	}
	.timeschedule {
		margin: 0 10px;
	}
}
@media screen and (max-width: 540px) {
	#greeting h1, #program h1, #downroads h1, #online h1, #manual h1, .timeschedule h1, #information h1, #gist h1 {
		font-size: 2.4rem;
		margin-bottom: 20px!important;
	}
	#program h2, #downroads h2, #online h2, #information h2 {
		border-bottom: 2px solid #55c3ec;
		border-left: 10px solid #55c3ec;
		margin: 0 0 20px;
		padding: 10px 10px;
		font-size: 2rem;
	}

	.attention {
		padding: 15px 20px 0px 0px;
		text-indent: -1em;
		padding-left: 1em;
	}
}
@media screen and (max-width: 480px) {}
/*********** Customize **********/

.center {
	text-align: center;
}
.bold {
	font-weight: 700;
}
.mt40 {
	margin-top: 40px;
}
.noborder {
	border-bottom: none;
}
.tbl_list {
	margin: 0 0 10px auto;
}
.tbl_list th {
	width: 30%;
}
.tbl_list td {
	width: 70%;
	text-align: right;
}
ul.no-disc {
	list-style-type: none;
}
a.btn_join_L {
	display: inline-block;
	font-size: 16px;
	background: #55c3ec;
	color: #fff;
	padding: 10px 40px;
	border: 1px solid #55c3ec;
	border-radius: 5px;
	text-align: center;
}
a.btn_join_L > span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
a:hover.btn_join_L {
	background: #fff;
	color: #55c3ec;
	text-decoration: none;
}
.btn_outer {
	margin: 20px 0 20px 0;
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
}

.conts_center {
	text-align: center;
	margin: 100px 15px;
}
.payment {
	display: inline-block;
	background-color: #fefefe;
	border: solid 1px #55c3ec;
	padding: 10px 20px;
	margin: 0 0 30px 0;
	background-color: #f8fdff;
}

.name_container {
	float: right;
	width: 300px;
	list-style-type: none;
	text-align: left;
}

.clearfix::after {
	display: block;
	content: " ";
	clear: both;
}


@media screen and (max-width: 540px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	a.btn_join_L {
		display: block;
		padding: 10px 15px;
	}
	.btn_join {
		display: block;
	}
	
.btn_outer > a {
    width: 100%;
    margin: 10px auto;
}
#information section ul {
    padding-left: 0px;
}
#information section {
    padding: 0 0px;
}
}