@charset "utf-8";

/* ======================================================

	structure CSS

========================================================= */
body {
	min-height: 100vh;
	position: relative;
}
.container{
	width:100%;
	min-width: 1000px;
	/*padding-bottom: 170px;*/
	padding-bottom: 110px;
}

.header{
	width:100%;
}

.headerArea{
	margin:0 auto;
	width:1000px;
}

.contents_top {
	width: 1000px;
	margin: 0 auto;
}

.contents{
	margin:0 auto 50px;
	width:1000px;
}

.container.seminar {
	padding-bottom: 0;
}
.container.seminar .contents {
	width:1100px;
	padding: 0;
}


#footer{
	width:100%;
	position: absolute;
	bottom: 0;
}


.copyright{
	width:100%;
}

/* clear */
.headerArea:after,
.contents:after,
.footerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.mt5{ margin-top: 5px!important;}

input[type="submit"] { cursor: pointer; }
input[type="submit"]:hover { opacity: .6; }
input { outline: none;}

@media screen and (max-width:1025px){
	.container{
		min-width: 100%;
	}
	.headerArea {
		width: 100%;
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.contents, .contents_top {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media screen and (max-width: 835px) {
	.container{
		min-width:100%;
		padding-bottom: 200px;
	}
	.headerArea{
		width:100%;
		height:auto;
	}

	.contents, .contents_top, .container.seminar .contents {
		padding:0 3%;
		width:100%;
		margin-bottom: 50px;
	}

	#footer{
		width:100%;
	}

	.footerArea{
		width:100%;
	}

}
@media screen and (max-width: 599px) {
	.container {
		padding-bottom: 0;
	}
	#footer{
		width:100%;
		position: static;
		bottom: 0;
	}

	.footerArea{
		width:100%;
	}
}


/* ======================================================

	body

========================================================= */
body {
	color:#40210F;
	font-size:18px;
	font-size: 1.8rem;
	line-height:1.5em;
	position: relative;
}
.container.seminar {
	background: url("../images/seminar_bg.jpg") no-repeat bottom center;
	background-size: contain;
	min-height: 100vh;
}

.container{}

@media screen and (max-width: 1040px) {
	body {
		font-size:16px;
		font-size: 1.6rem;
		line-height:1.5em;
	}
}
@media screen and (max-width: 835px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size: 1.4rem;
		line-height: 1.5em;
		background: none;
	}
	body.seminar::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url("../images/seminar_bg.jpg") no-repeat bottom center;
		background-size: contain;
	}
}



/* ======================================================

	header

========================================================= */
.header{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 99;
	margin-bottom: 40px;
}
.header::after {
	content: "";
	background-color: #7AC9D0;
	height: 36px;
	width: 100%;
	position: absolute;
	top: 0;
}

.headerArea{
	padding: 2px 0 20px;
	margin:0 auto;
	height: auto;
	text-align: left;
	position: relative;
}
.headerArea h1 {
	font-family: 'Kosugi Maru';
	font-weight: bold;
	position: relative;
	padding: 50px 0 0;
	text-align: center;
}
.headerArea h1, .headerArea h1 a, .h_logo a {
	text-decoration: none;
	color: #41210F;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.6em;
	letter-spacing: .05em;
}
.headerArea.sub h1 a {
	text-decoration: none;
	color: #41210F;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5em;
}
.headerArea h1 img {
	display: inline-block;
	vertical-align: baseline;
}
.headerArea h1 span {
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 34px;
}

.headerArea h2 {
	font-family: 'Kosugi Maru';
	font-weight: 500;
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.3em;
	color: #EA5413;
	margin: 5px 0 15px;
}
.headerArea h3 {
	font-weight: bold;
	text-align: center;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.3em;
	color: #604C3F;
}

.h_logomark {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.headerArea .h_info dt {
	position: absolute;
	z-index: 2;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.h_info dd:first-of-type {
	position: absolute;
	z-index: 2;
	left: 50px;
	bottom: 45px;
}
.h_info dd:last-of-type {
	position: absolute;
	z-index: 2;
	right: 40px;
	bottom: 45px;
}

.h_info li{
	display:inline-block;
	vertical-align:middle;}

.h_info a{
	color:#333;
	text-decoration:none;}

.h_info a:hover{
	opacity:0.7;}

.mv {
	width: 100%;
}
.sub_logo span {
	font-size: 24px!important;
	line-height: 1em;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0!important;
	display: inline-block;
	vertical-align: middle!important;
}
.sub_logo img {
	width: 50%;
	height: auto;
	display: inline-block;
	vertical-align: middle!important;
}
.sub_ttl {
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;
	/*color: #fff;
	border-top: solid 5px #ffbe9d;
	border-bottom: solid 5px #FF8B50;
	background: linear-gradient(to top, #ffbe9d, #FF8B50);*/
}
.sub_ttl h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.7);
}
.sub_ttl.sub_ttl_prg span {
	display: block;
	font-size: .65em;
	line-height: 1.4em;
	margin: 3px 0;
}

/* clear */
.headerArea::after, .sp_gnavArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

@media screen and (max-width:1025px){
	.headerArea h1, .headerArea h1 a, .h_logo a {
		font-size: 4vw;
	}
}
@media screen and (max-width:835px){
	.header{ margin-bottom: 25px;}
		
	.headerArea{
		width:94%;
		height:auto;
		padding: 70px 0 0;
		margin: 0 auto;
	}
	.headerArea.login_header {
		padding-top: 50px;
	}
	.h_logomark { display: none;}

	.h_info dt img{
		width: 90%;
		height: auto;
	}
	.h_info dd img{
		width: 100%;
		height: auto;
	}
	.headerArea .h_info dt {
		top: 10%;
	}
	.h_info dd:first-of-type {
		bottom: auto;
		top: 28%;
		left: 5%;
		width: 30%;
	}
	.h_info dd:last-of-type {
		bottom: 20px;
		width: 90%;
		left: 4%;
	}
	.h_logo{
		float:none;
		height: 37px;
		width: auto;
		padding: 1px 1px 1px 10px;
	}
	.h_logo img {
		height: 55px;
		width: auto;
	}
	.h_address {
		font-size: 1.2rem;
		line-height: 1.2em;
	}
	.headerArea .mv_img {
		overflow: hidden;
	}
	.headerArea .mv_img img {
		width: 100%;
		height: auto;
	}
	.headerArea .mv_img::before, .headerArea .mv_img::after {
		width: 80px;
		height: 50px;
		background-size: 100% 100%;
	}
	.headerArea h1 {
		padding: 0;
		width: 100%;
		margin: 0 auto;
	}
	.headerArea h1 img {
		width: 100%;
		height: auto;
	}
	.headerArea h1, .headerArea h1 a, .h_logo a {
		font-size: 3.7vw;
		line-height: 1.5em;
	}
	.headerArea.sub h1 a {
		font-size: 3.5vw;
		line-height: 1.5em;
	}
	.headerArea h1 span {padding-bottom: 0;}
	.headerArea h2, .headerArea h3 {font-size: 3.2vw; line-height: 1.5em; margin-top: 10px;}
	/*.headerArea h3 {margin-bottom: 30px;}*/
	.sub_ttl h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.5em;
	}
	.headerArea {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 599px) {
	.headerArea h1, .headerArea h1 a, .h_logo a {
		font-size: 5vw;
		line-height: 1.3em;
	}
	.headerArea h2 {
		font-size: 6vw;
		line-height: 1.2em;
	}
	.headerArea h3 {
		font-size: 4.8vw;
		line-height: 1.3em;
	}
}
@media screen and (max-width: 450px) {
	.h_info li.h_address { display: none;}
	.h_logo img {
		height: 50px;
	}
	.headerArea.sub h1 a {
		font-size: 5vw;
		line-height: 1.5em;
	}
	.h_logo {
		padding-left: 5px;
	}
	.sub_ttl {
		margin-bottom: 15px;
	}
	.sub_ttl h2 {
		font-size: 5vw;
		line-height: 1.4em;
	}

}


/* ======================================================

	gnav

========================================================= */
.gnav ul{
	position: relative;
	width: 1000px;
	margin:25px auto 0;
	font-size: 0;
}

/* clear */
.gnav ul::after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.gnav li {
	float: left;
	text-align: center;
	margin: 0 1% 0 0;
	width: 13.4%;
}
.gnav li span {
	font-size: 1.6rem;
	line-height: 1.7em;
	display: block;
	border-bottom: 3px solid #606060;
}
.gnav li:last-child{
	margin-right: 0;
}
.gnav li span:hover {
	border-bottom: 3px solid #2F8BE0;
	font-weight: bold;
}
.gnav li a {
	color: #606060;
	text-decoration: none;
	display: block;
}

/* ドロップメニュー */
.gnav > li.d_menu {
	position: relative;
}

li.d_menu ul.d_menu_li {
	position: absolute;
	z-index: 0;
	top: -30px;
	width: 13.4%;
	background: rgba(255,255,255,.50);
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.d_menu:hover ul.d_menu_li {
	z-index: 99999;
	top: 5px;
	visibility: visible;
	opacity: 1;
}
li.d_menu ul.d_menu_li li {
	position: relative;
	margin: 0;
	width: 100%;
	border-bottom: 3px solid #D6D6D6;
	background: rgba(255,255,255,.50);
}
li.d_menu ul.d_menu_li li a {
	font-size: 1.4rem;
	padding: 10px 0 5px;
	color: #000;
}
li.d_menu ul.d_menu_li li:hover {
	font-weight: bold;
	border-bottom: 3px solid #2F8BE0;
}
.sp_btn {
	display: none;
}
.sp_nav {
	display: none;
}

.side_nav .nav_koukai {
	font-size: 95%;
	letter-spacing: -.05em;
}

@media screen and (max-width:1025px){
	.gnav ul{width:100%;}
}
@media screen and (max-width:835px){
	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_gnavArea_w {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}
	.sp_gnavArea {
		background: #7AC9D0;
		background-size: 70% auto;
		padding: 7px 0;
		min-height: 50px;
	}
	.sp_gnavArea h2 {
		position: absolute;
		left: 3%;
		top: 10px;
		font-size: 2.5vw;
		line-height: 1.5em;
		width: 85%;
	}
	.sp_gnavArea h2 a {
		text-decoration: none;
	}

	.sp_gnav_btn{
		width:auto;
		padding:5px 5px;
		text-align:right;}

	.sp_gnav {
		display:none;
		z-index:100;
		margin-bottom:0;
		background-color: rgba(230,245,246,0.95);}

	.sp_gnav li{
		position:relative;
		width: 50%;
		float: left;
	}
	.sp_gnav li a {
		display:block;
		padding: 15px 7px;
		border-bottom:1px solid #ccc;
		color:#333;
		text-decoration:none;}
	.sp_gnav li a::before {
		content: "> ";
		font-size: 2vw;
	}
	.sp_gnav li:nth-child(even) {
		border-left:1px solid #ccc;
	}

	.sp_gnav li a:hover{
		opacity:0.7;}
	
	/*sp_btn*/
	.sp_btn {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		top: 17px;
		right: 10px;
		cursor: pointer;
		z-index: 1002;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn div::after {
		content: "MENU";
		color: #FF8B50;
		font-size: 11px;
		font-weight: bold;
		position: absolute;
		top: -17px;
		left: -3px;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #FF8B50;
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 11px;
	}
	.sp_btn span:nth-child(3) {
		top: 22px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		-webkit-transition: all 0.3s ease-out;;
		-moz-transition: all 0.3s ease-out;;
		-ms-transition: all 0.3s ease-out;;
		-o-transition: all 0.3s ease-out;;
		transition: all 0.3s ease-out;;}

	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
		-webkit-transition: all 0.3s ease-out;;
		-moz-transition: all 0.3s ease-out;;
		-ms-transition: all 0.3s ease-out;;
		-o-transition: all 0.3s ease-out;;
		transition: all 0.3s ease-out;;}

}

@media screen and (max-width:599px){
	.sp_gnavArea::before {
		font-size: 2.8vw;
		top: 5px;
		z-index: 999;
		width: 80%;
	}
	.sp_gnavArea{
		position: relative;
		background-size: 63% auto;
	}
	.sp_gnavArea h2 {
		top: 10%;
		font-size: 3.5vw;
		line-height: 1.1em;
		width: 85%;
	}
	.sp_gnav li{
		width: 100%;
		float: none;
	}
	.sp_gnav li:nth-child(even) {
		border-left:none;
	}
	.sp_gnav li.gnav_w100 {
		border-left: none;
		width: 100%;
	}
	.sp_gnav li{
		font-size:13px;
		font-size: 1.3rem;
		line-height: 1.5em;
	}
	.sp_gnav li a {
		padding: 10px 7px;
	}
}
@media screen and (max-width:420px){
	.sp_gnavArea h2 {
		top: 15%;
		font-size: 4.5vw;
		line-height: 1.15em;
		width: 80%;
	}
}

/* ======================================================

	contents

========================================================= */

/* ======================================================

	main

========================================================= */
.main{
	background: rgba(255,255,255,.90);
}

.innner {
	width: 94%;
	margin: 0 auto;
}

.touroku {
	border: 3px solid #BDE4E8;
	border-radius: 20px;
	padding: 1em 0;
	margin-bottom: 30px;
	font-family: 'Kosugi Maru';
	color: #ea5413;
}
.touroku dt {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: bold;
}
.welcome {
	color: #B75715;
}

.top_his {
	overflow-y: scroll;
	max-height: 150px;
	background: #f1f1f1;
	padding: 15px;
	margin-bottom: 10px;
}
.top_his dt {
	clear: both;
	float: left;
}
.top_his dd {
	padding-left: 120px;
	padding-bottom: 10px;
	margin-bottom: 1em;
	border-bottom: 1px dotted #fff;
}

.f_info {
	width: 100%;
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 3%;
}
.f_info > li {
	text-align: center;
}
.f_info > li:nth-child(2) {
	float: right;
	margin-right: 0;
}
.f_info > li:nth-child(3) {
	width: 100%;
	margin: 20px 0 0;
	padding-bottom: 10px;
	min-height: auto;
}
.f_info li {
	/*background: #E6F5F6;*/
	/*border: 1px solid #7AC9D0;*/
	border-style: solid;
	border-width: 1px;
	padding-bottom: 15px;
}
.f_info dl dt {
	/*background: #BDE4E8;*/
	/*color: #EA5413;*/
	padding: 10px;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.5em;
}
.f_info dd {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 3px;
}
.f_info dd span.fs_b {
	font-size: 1.35em;
	line-height: 1.5em;
}
.f_info dd:first-of-type {
	margin-top: 10px;
}
.f_support li {
	margin: 3px 7px;
	display: inline-block;
}
.f_support::after {
	content: "（以上・五十音順）";
	margin-left: 1em;
	font-size: 1.2rem;
	display: block;
	text-align: right;
}

.bn_link {
	display: inline-block;
	width: 300px;
	margin: 20px 10px 0;
	text-align: center;
}
.bn_link a {
	display: block;
	border: 2px solid #FF8B50;
	padding: 10px;
	text-decoration: none;
	color: #FF8B50;
	font-weight: 700;
}
.bn_link a:hover {
	background: #FF8B50;
	color: #fff;
}

.nextinfo .bn_link {
	width: auto;
}
.nextinfo a {
	border: 2px solid #0888C3;
	color: #0888C3;
}
.nextinfo .bn_link a:hover {
	background: #0888C3;
}
.nextinfo.box_type02 {
	padding: 20px 10px 25px;
	border: 4px double #7DC7FC;
}
.nextinfo dt {
	color: #0888C3;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 7px;
}

.btn_syukuji {
	width: 65%;
	margin: 0 auto;
}
.btn_syukuji a {
	position: relative;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 20px 10px;
	border-radius: 10px;
	border: 7px double #fff;
	font-weight: bold;
	background: url("../images/icon_flower.png") no-repeat right 5% center;
	background-color: #FFCDCE;
	background-size: contain;
}
.btn_syukuji a::before {
	content: url("../images/icon_youtube.png");
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
.btn_syukuji a:hover {
	opacity: .7;
}
@media screen and (max-width:835px){
	.innner { width: 100%;}
	
	.top_nav > ul > li > dl > dd dt {
		width: 165px;
	}
	.top_nav > ul > li > dl > dd dd {
		padding-left: 185px;
	}
	/*.f_info > li {
		min-height: 200px;
	}*/
	.f_info dd {
		font-size: 1.2rem;
	}
	.btn_syukuji {
		width: 88%;
	}
	.bn_link {
		width: 48%;
		margin: 20px .5% 0;
	}
}
@media screen and (max-width:599px){
	.top_his dt {
		float: none;
	}
	.top_his dd {
		padding-left: 1em;
		padding-bottom: 10px;
		margin-bottom: 1em;
		border-bottom: 3px dotted #fff;
	}
	.top_nav > ul > li > dl > dt {
		padding: 12px 3%;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.top_nav > ul > li > dl > dt span {
		font-size: .7em;
	}
	.top_nav > ul > li > dl > dd {
		padding: 15px 3%;
	}
	.top_nav > ul > li > dl > dd dt {
		float: none;
		width: 100%;
		background: #eee;
		text-align: center;
	}
	.top_nav > ul > li > dl > dd dt span {
		float: none;
		display: block;
		text-align: left;
		background: #fff;
	}
	.top_nav > ul > li > dl > dd dd {
		padding-left: 0;
		display: block;
		margin-top: 2px;
	}

	.top_nav_btn2 li {
		display: block;
		margin: 15px 0;
		width: 100%;
	}
	.f_info {
		display: block;
		margin: 0;
	}
	.f_info > li {
		width: 100%;
		margin: 0 0 15px 0;
		min-height: auto;
		padding-bottom: 0;
	}
	.f_info dl {
		float: none!important;
		width: 100%;
		padding-bottom: 0;
	}
	.f_info dd:last-of-type {
		margin-bottom: 10px;
	}
	.f_info > li:last-child {
		margin: 0;
	}
	.f_support li:last-child::after {
		font-size: 2.5vw;
	}
	.btn_syukuji {
		width: 100%;
	}
	.btn_syukuji a {
		text-align: left;
		padding-left: 60px;
	}
	.btn_syukuji a::before {
		position: absolute;
		left: 15px;
		top: 30%;
	}
	.bn_link a {
		padding: 15px 10px;
	}
	.bn_link.filedl_pdf a::before, .bn_link.filedl_exl a::before, .bn_link.filedl_wrd a::before {
		top: 7px;
	}

}
@media screen and (max-width:420px){
	.welcome {
		font-size: 3.2vw;
		line-height: 1.7em;
	}
	.f_info dl dt {
		font-size: 5vw;
	}
	.f_info dd {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5em;
	}
	.f_info dd span.fs_b {
		font-size: 4.2vw;
		line-height: 1.5em;
	}
	.bn_link, .nextinfo .bn_link {
		width: 100%;
		margin: 20px 0 0;
	}
	.ssl2info.box_type02 {
		padding: 15px 10px 15px;
	}
}

.anchor {
	padding-top: 20px;
	margin-top: -20px;
}

.outline_sup .f_support li {
	margin: 0 1em 0 0;
}

@media screen and (max-width:835px){
	.anchor {
		padding-top: 50px;
		margin-top: -50px;
	}
}

/*プログラムボタン*/
.top_prgrm_btn {
	margin-top: 20px;
}
.top_prgrm_btn li {
	margin-bottom: 20px;
}

.top_prgrm_btn dl {
	display: flex;
	align-items: center;
}

.top_prgrm_btn dt {
	width: 250px;
	text-align: center;
}
.top_prgrm_btn dt a {
	border: 2px solid #FF8B50;
	border-radius: 5px;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #EA5413;
	font-weight: bold;
}
.top_prgrm_btn dt a:hover {
	background: #FF8B50;
	color: #fff;
}
.top_prgrm_btn dd {
	flex: 1;
	padding: 0 0 0 20px;
}
.top_prgrm_btn dt.top_prgrm2 {
	line-height: 1.1em;
}


@media screen and (max-width:835px){
	.top_prgrm_btn { margin-bottom: 30px;}
	
}
@media screen and (max-width:599px){
	.top_prgrm_btn li {
		margin-bottom: 20px;
	}
	.top_prgrm_btn dl {
		display: block;
	}
	.top_prgrm_btn dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.top_prgrm_btn dd {
		padding: 0;
	}
}

/*協賛*/
.sponsor {
	border: 1px solid #69D5FC;
}
.sponsor dt {
	color: #3D559B;
	background: #BDE4E8;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
.sponsor dd {
	padding: 8px 0 5px 10px;
}
.sponsor dd li {
	display: inline-block;
	margin: 3px 1.3em 5px 0;
	font-size: .9em;
}
.sponsor dd li::before {
	content: "●";
	color: #69D5FC;
	font-size: .8em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}



/* ======================================================

	footer

========================================================= */
#footer{
	clear: both;
	background: #BBB0A0;
}
#footer a {
	color: #fff;
}
.footerArea {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
.fnav {
	text-align: center;
	margin-bottom: 10px;
}
.fnav li:first-child::before {
	content: "｜ ";
	color: #fff;
}
.fnav li{
	display: inline-block;
	font-size: 13.5px;
	font-size: 1.35rem;
	margin-bottom:5px;
	padding:0;
}
.fnav li::after {
	content: " ｜";
	color: #fff;
}
.fnav li:nth-child(10)::before {
	content: "｜ ";
	color: #fff;
}
#footer .fnav li a{
	text-decoration:none;
}
#footer .fnav li a:visited {
	color:#fff;
}
#footer .fnav li a:hover{
	color: #444;
}

.f_txt {
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
	.footerArea{
		width: 100%;
	}
}
@media screen and (max-width: 835px) {
	.footerArea{
		padding:0;
		width: 100%;
	}

	.fnav{
		text-align: left;
		margin-bottom: 0;
	}

	.fnav li{
		margin: 0;
		font-size: 1.2rem;
		display: block;
		border-bottom:1px solid rgba(255,255,255,.30);
		border-right: 1px solid rgba(255,255,255,.30);
		width: 50%;
		float: left;
	}
	#footer .fnav li a{
		display:block;
		padding: 7px 2vw;
		min-height:23px;
		color: #fff;
	}
	#footer .fnav li a:visited {
		color: #fff;
	}
	.fnav li:first-child::before, .fnav li::after, .fnav li:nth-child(10)::before {
		content: "";
	}
	.fnav li a::before {
		content: "> ";
		font-size: 1.5vw;
	}
	
	.f_txt {
		border-bottom: 1px solid #dae8ea;
		margin-bottom: 0;
		padding: 7px;
	}


}
@media screen and (max-width: 599px) {
	.fnav li.f_w100 {
		width: 100%;
		border-left: none;
		border-right: none;
	}
	.fnav li, .fnav li:last-child{
		width: 100%;
		border-left: none;
		border-right: none;
	}
	.fnav li:nth-child(2n), .fnav li:nth-child(even) {
		border-left: none;
		border-right: none;
	}
	.fnav_bd {
		border-right: 1px solid #99FF99!important;
	}
}
@media screen and (max-width: 480px) {
	.footerArea img{
		width:100%;
	}

	.f_tel{
		font-size:22px;
	}
	
	.f_txt {
		font-size: 3.7vw;
	}

}
@media screen and (max-width: 420px) {
	.fnav li {
		font-size: 13px;
		font-size: 1.3rem;
	}
}


/* ==============================================

	copyright

================================================= */
.copyright{
	position: relative;
	clear:both;
	/*padding: 10px 10px 65px;*/
	padding: 10px;
	font-size:1.4rem;
	text-align:center;
	background: #FFA77A;
}
.copyright a {
	color: #40210F!important;
}

@media screen and (max-width: 599px) {
	.copyright{
		font-size: 2.8vw;
		line-height: 1.4em;
		text-align: left;
		padding: 10px 60px 10px 10px;
	}
}

/* =======================================

	メッセージボックス

========================================== */
.messagebox {
}
.messagebox.fix {
	padding: 5px 0;
	width: 100%;
	position: fixed;
	z-index: 2;
	bottom: 0;
	background: rgba(249,215,141,.8);
}
.messagebox dl {
	position: relative;
	text-align: center;
}
.messagebox dl a {
	text-decoration: none;
	display: block;
}
.messagebox.fix dl a {
	display: inline;
}
.messagebox dl a:hover {
	opacity: .6;
}
.messagebox dl dt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.messagebox dl dd {
	display: inline-block;
	vertical-align: middle;
}
.messagebox dl dd.new {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	margin-top: 1px;
	margin-right: .5em;

	height: 1em;
}

.message .q_li li a.iframe {
	font-size: .95em;
	padding: 0;
	background: none;
	text-decoration: underline;
}
.message .q_li li a.iframe:hover {
	background: none;
	color: #FF8B50;
	text-decoration: none;
}
.message .q_li li a.iframe::before {
	content: "";
}


/*ログインページ*/
.box_type02.checkbox { padding: 0;}
.checkbox label {
	display: block;
	padding: 15px;
}
.checkbox input[type="checkbox"]{
	opacity:0;
	position: absolute;
}
.checkbox-parts{
	display: block;
	padding-left: 25px;
	position:relative;
	cursor: pointer;
	user-select: none;
}
.checkbox input[type="checkbox"] + .checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
	color: #d01137;
}
.checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
}
/* フォーカス時に外枠のborderの色を変更 */
.checkbox input[type="checkbox"]:focus + .checkbox-parts::before {
	border: 2px solid #000000;
}


#endaiArea dl:nth-of-type(3n) { margin-bottom: 40px;}

.bn_link.message {
	position: relative;
	width: auto;
	margin: 5px 0 25px 0;
}
.bn_link.message dt.num {
	/*position: absolute;
	width: 13em;
	top: 9px;
	left: 20px;*/
	text-align: left;
	margin-bottom: 3px;
}
.bn_link.message dd.ttl {
	position: relative;
	max-width: 100%;
	/*padding-left: 14em;*/
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.4em;
}

.bn_link.message2 {
	width: auto;
	margin: 50px 0 0 0;
	text-align: auto;
}
.bn_link.message a {
	/*display: inline;*/
	padding: 7px 25px 5px;
}
.ttl_type01.message_ttl {
	margin-bottom: 10px;
}

.list_type01.q_li.message_li {
	margin-left: 25px;
}
.list_type01.q_li.message_li li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.list_type01.q_li.message_li a { text-decoration: none;}
.list_type01.q_li.message_li a:hover { text-decoration: underline;}
.list_type01.q_li.message_li li span.new {
	position: absolute;
	left: -40px;
	top: 2px;
}
.list_type01.q_li.message_li dt, .list_type01.q_li.message_li2 a {
	text-decoration: none;
}
.list_type01.q_li.message_li dt, .list_type01.q_li.message_li2 dt {
	font-weight: bold;
	background: #eee;
	padding: 0 5px;
	margin-bottom: 5px;
}
.list_type01.q_li.message_li dt, .list_type01.q_li.message_li dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_type01.q_li.message_li dd span, .list_type01.q_li.message_li2 dd span {
	margin-right: 10px;
}
.comment_new { margin-bottom: 10px;}
.comment_new span { margin-right: 10px;}
.message3 li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.message3 span { margin-right: 10px;}
.message3 span::nth-of-type(2) { background: #eee; padding: 0 5px;}
.message3 span.new {
	position: absolute;
	left: 0;
	top: 0;
}
.message_table {
	margin-bottom: 10px;
	background: #BDE4E8;
	border: 1px solid #ccc;
}
.message_table dt {
	clear: both;
	float: left;
	width: 120px;
	padding: 12px;
}
.message_table dd {
	background: #fff;
	padding: 12px 10px 10px;
	margin-left: 120px;
}
.message_table dd li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 599px) {
	.messagebox.fix {
		padding: 10px 3%;
	}
	.messagebox.fix dl {
		text-align: left;
	}
	.messagebox dl dt {
		width: 24px;
		margin-right: .2em;
	}
	.messagebox dl dt img {
		width: 100%;
		height: auto;
	}
	.messagebox dl dd.new {
		margin: -3px .3em 0 0;
		padding: 0;
	}
	.scroll_box.scroll.message {
		padding-left: 0;
	}
	.bn_link.message2 {
		margin-top: 30px;
	}
	.message_table dt {
		float: none;
		width: 100%;
		padding: 12px;
	}
	.message_table dd {
		width: 100%;
		padding: 12px 10px 10px;
		margin-left: 0;
	}
	.list_type01.q_li.message_li {
		margin-left: 0;
	}
	.list_type01.q_li.message_li li span.new {
		position: relative;
		left: 0;
		top: 0;
	}
	.bn_link.message {
		margin-bottom: 15px;
	}
	.bn_link.message a {
		padding: 5px 10px;
	}
	.bn_link.message dt.num {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
	.bn_link.message dd.ttl {
		position: relative;
		width: 100%;
		padding-left: 0;
	}
}

/*広告バナー*/
.top_bana {
	display: flex;
	/*flex-wrap:wrap;*/
	justify-content: space-between;
}
.top_bana li {
	width: 272px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	padding: 10px 20px;
}
.top_bana li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}
.top_bana li a span {
	display: block;
	margin-top: 5px;
}
/*.top_bana:last-of-type {
	justify-content: flex-start;
}*/
.top_bana:last-of-type li {
	margin-right: 4px;
	margin-left: 4px;
}
@media screen and (max-width: 835px) {
	.top_bana {
		flex-wrap:wrap;
	}
	.top_bana li {
		width: 32%;
		font-size: 12px;
		padding: 5px;
	}
	.top_bana li img {
		width: 100%;
		height: auto;
	}
	/*.top_bana:last-of-type li {
		width: 24%;
		margin-right: .5%;
		margin-left: .5%;
	}*/
}
@media screen and (max-width: 599px) {
	.top_bana li {
		width: 49%;
		font-size: 12px;
		padding: 5px;
		margin: 0 0 15px 0!important;
	}
	/*.top_bana:last-of-type li {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}*/
}
@media screen and (max-width: 380px) {
	.top_bana {
		display: block;
		text-align: center;
	}
	.top_bana li {
		width: 242px;
		margin: 0 auto 10px!important;
	}
}

/* =======================================

	#pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 22px 17px 22px;
	-moz-border-radius:7px ;
	-webkit-border-radius:7px ;
	border-radius:7px ;
	background-color: #FF8B50;
}
#pageTop:link, #pageTop:visited {
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	text-decoration: none;
}
#pageTop:hover{
	opacity:0.7;
}

@media screen and (max-width: 835px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;
	}
}


.dnone { display: none;}

/* =======================================

	subpage

========================================== */
.main_menu {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	padding: 5px 0;
}
.main_menu {min-width: 1000px;}
.main_menu ul {max-width: 1000px; margin: 0 auto;}
.main_menu ul > li {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	margin: 5px 10px;
}
.main_menu ul > li:first-child { margin-left: 0;}
.main_menu ul > li:last-child { margin-right: 0;}
.main_menu ul > li a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 12px 15px;
	border-bottom: 3px solid #fff;
	font-weight: bold;
	line-height: 2em;
}
.main_menu ul > li.menu2 a {
	line-height: 1em;
}
.main_menu li a:hover, .main_menu li.current a {
	border-bottom: 3px solid #FF8B50;
}
.main_menu ul > li a:hover {
	transition:all .5s ease-out;
}
.main_menu ul > li ul li a {
	display: none;
	transition:all .5s ease-out;
	position: relative;
}
.main_menu ul > li:hover ul li a {
	display: block;
	transition:all .5s ease-out;
	position: absolute;
	bottom: -54px;
	background: rgba(255,255,255,.70);
	font-size: .8em;
	letter-spacing: -.1em;
}
.boder iframe, .endai_box iframe {
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #444;
}
@media screen and (max-width: 1025px) {
	.main_menu {min-width: 100%;}
	.main_menu ul {max-width: 100%;}
	.main_menu ul > li { margin-left: 5px; margin-right: 5px;}
	.main_menu ul > li a { padding-left: 5px; padding-right: 5px;}
}


/*一覧ページ*/
.program_list > li {
	margin-bottom: 20px;
	font-weight: bold;
}
.prg_prs {
	font-weight: normal;
	padding: .1em 0 0 1em;
	position: relative;
	display: flex;
	align-items: flex-start;
	align-content: flex-start
}
.prg_prs h5 {
	color: #bbb;
	padding-right: 1em;
	font-size: .9em;
	flex-shrink: 0;
}
.prg_prs ul li {
	display: inline-block;
	margin-right: .5em;
}
.program_list.list_col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program_list.list_col2 > li {
	width: 48.8%;
}
.program_list > li {
	border: 1px solid #BDE4E8;
}
.program_list > li a {
	position: relative;
	z-index: 2;
	padding: 15px 10px 15px 1.5em;
	display: block;
	text-decoration: none;
}
.program_list > li a::before {
	content: "▼";
	position: absolute;
	top: 1em;
	left: 5px;
	font-size: .8em;
	color: #BDE4E8;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.program_list > li:hover {
	background: #E6F5F6;
	border: 1px solid #7AC9D0;
}
.program_list > li span.prg_ttl, .notice_box.main span.prg_ttl {
	background: #FF8B50;
	color: #fff;
	padding: 2px 5px;
	margin-right: .5em;
}
.program_list > li span.prg_prs {
	display: block;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
}
.program_list > li span.prg_prs {
	padding-left: 2em;
}
.program_list > li span.prg_ttl2 {
	display: block;
	margin-top: 3px;
}
.notice_box.main span.prg_prs {
	display: block;
	text-align: right;
	font-weight: normal;
	margin-top: 10px;
}
.ls_m { letter-spacing: -.02em;}

.back_btn, .dl_btn {
	text-align: center;
}
.back_btn li, .dl_btn li {
	display: inline-block;
	margin: 0 20px;
}
.back_btn li a, .dl_btn li a {
	display: block;
	text-decoration: none;
	padding: 8px 25px;
	background: #BDE4E8;
	border-radius: 10px;
	border: 6px double #fff;
	font-weight: bold;
}
.back_btn li.current a,.back_btn li a:hover, .dl_btn li a:hover {
	border: 6px double #FF8B50;
}

.syushi {
	font-size: .9em;
	line-height: 1.5em;
	border-top: 2px solid #BDE4E8;
	border-bottom: 2px solid #BDE4E8;
	padding: 10px 5px;
	margin-bottom: 25px;
}

.disp_ib {
	display: inline-block;
}


/*一般演題*/
.endai_thumb {
	text-align: center!important;
}
.endai_thumb a:hover {
	opacity: .7;
}
.endai_thumb img {
	display: block;
	text-align: center;
	width: 468px;
	height: auto;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.endai_thumb a span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.7em;
	padding: 0 5px;
	margin: 5px 5px 0;
}
.endai_txt {margin-bottom: 30px;}
.endai_txt dt {margin-bottom: .5em;}

span.endai_thumb_video { background: #FF69A1; color: #fff;}
span.endai_thumb_oban { background: #1FAFFF; color: #fff;}
span.endai_thumb_fukusu { background: #FF9826; color: #fff;}
span.endai_thumb_onsei { background: #9980FC; color: #fff;}

dt span.endai_thumb_video, dt span.endai_thumb_oban, dt span.endai_thumb_fukusu, dt span.endai_thumb_onsei {
	padding: 2px 5px;
	margin-bottom: 5px;
}

.modal {
	text-align: center;
}

.notice_box {
	padding: 10px;
	margin-bottom: 30px;
}
.table_type01 .res_q td {
	background-color:#fff;
	border-bottom: 2px dotted #ccc;
}

.endai_box td:nth-of-type(1) {
	width: 500px;
}
/*.endai_table tr td:nth-of-type(2) {
	text-align: center;
}*/

.endai_box td div.num_shiryou p.num, .endai_box td div.num_shiryou p.shiryou {
	display: inline-block;
	margin-bottom: 1em;
}
.endai_box td div.num_shiryou p.num {
	font-weight: bold;
	font-size: 1.25em;
	letter-spacing: .2em;
}
.endai_box td div.num_shiryou p.shiryou {
	width: 8em;
	margin-left: 10px;
}

.endai_box td.endai_ttl {
	width: 450px;
}
.endai_box td.endai_ttl dt {
	margin-bottom: 10px;
}
.endai_box td.endai_ttl dd{
	margin-top: 2px;
	position: relative;
	padding-left: 1em;
}
.endai_box sup {
	vertical-align: super;
	font-size: .5em;
}
.endai_box span {
	display: inline-block;
	margin-left: 2px;
}

.res {
	display: flex;
	justify-content: center;
	text-align: center;
}
.res li {
	text-align: center;
	border-bottom: 3px solid #FF8B50;
	font-size: .8em;
	line-height: 1.5em;
	padding: 9px 0 5px;
	margin:0 1% 5px;
	width: 170px;
	position: relative;
	cursor: pointer;
	background: #BDE4E8;
	display: inline-block;
	vertical-align: top;
	min-height: 40px;
}
.res li:nth-child(2) {padding: 0}
.res li:nth-child(2) a {
	padding: 5px 0 5px 35px;
	text-decoration: none; color: #40210F; display: block;
}

.res li:hover {
	border-bottom: 3px solid #BDE4E8;
	opacity: .8;
}
.res li:first-child {background: url("../images/endai/endai_mark01.png") no-repeat left 15px center #BDE4E8;}
/*.res li:nth-child(2) {background: url("../images/endai/endai_mark02.png") no-repeat left 7px center #BDE4E8;}
.res li:last-child {background: url("../images/endai/endai_mark03.png") no-repeat left 7px center #BDE4E8;}*/

.res li:first-child span.cheering {
	position: relative;
	display: inline-block;
	background: #FF8B50;
	color: #fff;
	font-size: 12px;
	line-height: 2em;
	border-radius: 5px;
	padding: 0 5px;
	margin-left: 10px;
}
.res li:first-child span.cheering::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent #FF8B50 transparent transparent;
	position: absolute;
	left: -7px;
	top: 7px;
}
.res li:last-child {
	padding: 0 0 5px;
	text-align: center;
	min-height: 42px;
	background: none;
	border: none;
	width: 100px;
	position: relative;
}
.res li:last-child:hover { opacity: 1;}
.res li:last-child img:hover {
	content: url("../images/endai/icon_clap_on.png");
	opacity: 1;
	height: 46px;
	width: auto;
}

.res_q .res_q_box {
	border: 1px solid #BDE4E8;
	padding: 15px;
	margin-bottom: 10px;
}
.res_q label, .chat_q label {
	color: #FF8B50;
}
.chat_q.kokuchi label {
	letter-spacing: -.15em;
}
.res_q label, .res_q input, .chat_q label, .chat_q input{
	display: inline-block;
	vertical-align: top;
}
.res_q label {
	letter-spacing: -.2em;
}
.res_q textarea, .chat_q textarea {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 10px 0;
	width: 78%;
	padding: 5px 10px;
	color: #40210F;
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 100%;
	font-size: .95em;
	line-height: 1.5em;
}
.kokuchi.chat_q textarea {
	width: 75%;
}
.res_q.impression textarea {
	width: 92%;
	height: 8em;
}
.res_q.impression input:first-of-type {
	width: 7em;
}
.res_q input[type="submit"], .chat_q input[type="submit"] {
	padding: 5px 10px;
	font-size: .9em;
	line-height: 1.5em;
	margin-top: 1.3em;
}
.res_q > ul {
	margin-top: 15px;
}
.res_q_close {
	text-align: center;
	margin-top: 10px;
	clear: both;
}
.res_q_close span {
	background: #eee;
	padding: 5px 10px;
	font-size: .9em;
	cursor: pointer;
}
.res_q_close span:hover {
	background: #ccc;
}
.q_li { margin-top: 10px;}
.q_li > li { border-bottom: 1px dotted #ccc; padding-bottom: 10px;}
.kokuchi .q_txt2 li { border-bottom: none; padding-bottom: 0;}
.q_li li p.res_btn {
	display: block;
	text-align: left;
	padding: 15px 0;
	margin-top: 5px;
}
.q_li li a.iframe {
	position: relative;
	text-decoration: none;
	font-size: .8em;
	line-height: 1.6em;
	padding: 8px 10px 7px;
	background: #BDE4E8;
	font-weight: bold;
}
.q_li li a.iframe::before {
	content: ">>";
	font-size: .6em;
	padding-right: .5em;
	position: relative;
	bottom: 3px;
}
.q_li li a.iframe:hover {
	background: #FF8B50;
	color: #fff;
}

.q_li li div::after {
	content: “”;
	display: block;
	clear: both;
}
span.sign {
	font-size: .8em;
	color: #5d493e;
}
span.sign a {
	text-decoration: none;
	color: #4D9408;
	font-weight: bold;
	background: #BDE4E8;
	padding: 3px 5px 1px;
	margin-left: 3px;
}
span.sign a:hover {
	background: #FF8B50;
	color: #fff;
}

.shiryou a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	background-size: 5px 5px;
	border-radius: 5px;
	margin-top: 10px;
	font-size: .9em;
	font-weight: 700;
	border: 2px solid #BDE4E8;
	color: #ea5413;
	letter-spacing: 0!important;
}
.shiryou a:hover {
	border: 2px solid #FF8B50;
}

ul .shiryou.main {
	display: inline-block;
}
.shiryou.main {
	position: relative;
	width: 16em;
	margin: 0 auto 25px;
}
.shiryou.main.col4 {
	width: 20%!important;
}
.shiryou_main.symposium {
	width: 100%;
	text-align: center;
}
.shiryou_main.symposium li {
	width: 40%;
	margin: 0 1%;
}
.shiryou_main.symposium li {
	display: inline-block;
}

.meeting {
	margin-top: 1em;
	padding: 8px 8px 5px;
	background: #F7F7F7;
}
.meeting a {
	position: relative;
	text-decoration: none;
	border: 1px solid #8EC31F;
	background: #fff;
	padding: 3px 8px 3px 5px;
	font-size: .9em;
	line-height: 1.5em;
}
.meeting a:hover {
	background: #E5F0BB;
}
.meeting a::before {
	content: "▼";
	color: #8EC31F;
	display: inline-block;
	vertical-align: text-bottom;
	font-size: .7em;
	margin-right: .2em;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
}
.meeting ul {
	margin-top: 5px;
}
.meeting ul li {
	margin-top: 3px;
	padding-left: 1em;
	display: inline-block;
}
.on-d_txt img {
	display: inline-block;
	vertical-align: middle;
	background: #000;
	padding: 2px;
}

.endai_back a {
	text-decoration: none;
	font-size: .8em;
	line-height: 1em;
	
}
.endai_back a::before {
	content: "▲";
	margin-right: 5px;
}
.table_type01.endai_table td {
	padding: 20px 10px 5px;
}

@media screen and (max-width: 835px) {
	.res_q dd input:first-of-type {
		width: 68%;
	}
	.table_type01 .res_q td {
		padding: 0;
	}
	.endai_box td:nth-of-type(1) {
		width: 210px;
	}
	.endai_box td.endai_ttl {
		width: auto;
	}
	.res li {
		/*width: 110px;*/
		/*padding-left: 55px;*/
		padding-top: 10px;
	}
	.res li:first-child {
		background: url(../images/endai/endai_mark01.png) no-repeat left 20px center #BDE4E8;
	}
	.res li:last-child {
		padding-top: 0;
	}
	.q_li li div {
		padding-left: 0;
	}
	.meeting a {
		display: block;
	}
	.program_list li a::before  {
		top: 1.3em;
	}
}
@media screen and (max-width: 735px) {
	.endai_table .pc2 {display:none!important;}
	.endai_table.table_type01,
	.endai_table.table_type01 tbody,
	.endai_table.table_type01 tr,
	.endai_table.table_type01 th,
	.endai_table.table_type01 td{
		display:block;
		width:100%;
	}
	.endai_table.table_type01 tr {
		padding-bottom: 20px;
	}
	.endai_table.table_type01 tr:last-of-type {
		padding-bottom: 0;
	}
	.res_q textarea, .chat_q textarea {
		width: 72%
	}
	.program_list.list_col2 {
		display: block;
	}
	.program_list.list_col2 > li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.notice_box {
		padding-top: 0;
	}
	.program_list > li span.prg_ttl, .notice_box.main span.prg_ttl {
		/*display: block;
		margin: 0 0 5px 0;*/
		width: 100%;
	}
	.program_list > li span.prg_prs, .notice_box.main span.prg_prs {
		text-align: left;
		margin-top: 5px;
		font-size: .9em;
	}
	.program_list li a {
		padding-left: 10px;
	}
	.program_list li a::before {
		content: "";
		display: none;
	}
	.endai_box td:nth-of-type(1), .endai_box td:nth-of-type(3) {
		width: 100%;
	}
	.res li {
		width: 32%;
		display: inline-block;
		font-size: 2.7vw;
		line-height: 2em;
	}
	/*.res li:nth-child(2) { padding-left: 0;}
	.res li:nth-child(2) a {
		padding-left: 25px;
	}*/
	
	.back_btn { margin-top: 20px;}
	.back_btn li { margin: 5px 3px;}
	.back_btn li a {
		padding: 7px;
		border: none;
	}
	.back_btn li.current a,.back_btn li a:hover {
		border: none;
		background: #FF8B50;
		color: #fff;
	}
	.notice_box {
		margin-bottom: 20px;
	}
	.program_list td:nth-child(2) {
		width: 92%;
		margin: 0 auto;
		border-bottom: 1px dotted #ccc;
	}
	.program_list td:last-child {
		margin-bottom: 10px;
	}
	/*.endai_thumb::before {
		content: "- 発表ファイル -";
		display: block;
		padding: 5px 0;
		color: #FF8B50;
	}*/
	
	.endai_box td div.num_shiryou p.num {
		font-size: 1.5em;
		margin-bottom: 15px;
	}
	.endai_box td div.num_shiryou p.shiryou {
		width: 10em;
	}
	.res_q dd label, .chat_q label { display: none;}
	.res_q dd input, .chat_q input { vertical-align: baseline;}
	.res_q dd input:first-of-type, .chat_q input:first-of-type {
		width: 68%;
	}
	.res_q input:first-of-type, .chat_q input:first-of-type {
		width: 92%;
	}
	.res_q input:last-of-type, .chat_q input:last-of-type {
		float: right;
		margin-bottom: 20px;
	}
	.res_q.impression input:last-of-type {margin-bottom: 0;}
	
	.q_li {clear: both;}
	.res_q label, .chat_q label {display: none;}
	.res_q input[type="submit"], .chat_q input[type="submit"] {
		float: none;
		width: 8em;
		text-align: center;
		margin: 0 auto 15px;
		display: block;
	}
	.chat_q textarea {
		width: 92%!important;
		margin: 0 0 10px!important;
	}
	.res_q textarea {
		width: 93%;
	}
	.q_li li a.iframe::before {
		bottom: 1px;
	}
	.endai_table tr td:nth-of-type(2) {
		background: #eee;
		padding: 0;
	}
	/*.shiryou {
		border-top: 10px solid #fff;
	}*/
	.shiryou a {
		margin-top: 0;
		padding: 8px 0;
	}
	.shiryou_main.symposium li {
		width: 100%;
		margin: 0 0 15px;
	}
	.res {
		display: flex;
		justify-content: space-between;
	}
	.res li {
		font-size: 14px;
		padding-top: 9px;
		/*padding-left: 60px;*/
		margin: 0;
		width: 48%;
	}
}
@media screen and (max-width: 599px) {
	.res li {
		/*width: 32%;
		display: inline-block;*/
		font-size: 3vw;
		line-height: 2em;
		/*padding-left: 50px;*/
		margin: 0;
		width: 48%;
	}
	.res li::before {
		left: 5px;
	}
	.shiryou.main { margin-top: -20px; width: 47%;}
	.shiryou.main.col4 {
		width: 48%!important;
	}
	.endai_box td:nth-of-type(1) { padding: 10px 0 15px;}
	.endai_box td div.num_shiryou p.num {
		display: block;
		background: #eee;
		padding: 10px;
		margin-bottom: 10px;
		text-align-last: center;
	}
	.endai_box td div.num_shiryou p.shiryou {
		display: block;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 420px) {
	.endai_thumb img {
		width: 100%;
		height: auto;
	}

}
/*@media screen and (max-width: 350px) {
	.res li {
		display: inline-block;
		font-size: 2.7vw;
		line-height: 2em;
		text-align: center;
		padding: 24px 0 0 10px;
	}
	.res li:nth-child(2) { padding: 0;}
	.res li:nth-child(2) a {
		padding: 24px 0 0 10px;
	}
	.res li:first-child { text-align: left;}
	.res li:first-child {background: url("../images/endai/endai_mark01.png") no-repeat center top 5px #BDE4E8;}
	.res li:nth-child(2) {background: url("../images/endai/endai_mark02.png") no-repeat center top 5px #BDE4E8;}
	.res li:last-child {background: url("../images/endai/endai_mark03.png") no-repeat center top 5px #BDE4E8;}
}*/


/*メインプログラム*/
.notice_box.main {
	margin-bottom: 25px;
	font-weight: bold;
}
.chat_q {
	margin-bottom: 10px;
}
.chat_box {
	border: 3px solid #BDE4E8;
	border-radius: 10px;
	padding: 10px 20px 20px;
	max-height: 250px;
	overflow-y: auto;
}
.kokuchi .chat_box {
	max-height: 350px;
}
.chat_box li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.chat_box li span.sign {
	padding-left: .2em;
}
@media screen and (max-width: 835px) {
	.scroll {
		width: 100%;
		padding: 10px 4%;
		overflow-x: auto;
	}
	.scroll::-webkit-scrollbar {
		height: 10px;
		width: 1.25rem;
	}
	.scroll::-webkit-scrollbar-thumb{
		background: #ccc;
		border-radius: 5px;
	}
	.scroll::-webkit-scrollbar-track-piece {
		background: #fff;
	}
}

/*画像右クリック禁止*/
.copy-guard, img.copy-guard {
	pointer-events: none;
}

.zoomer_wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 500px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 835px) {
	.modaal-content-container {
		padding: 50px 10px 20px!important;
	}
}

.modaal-wrapper .modaal-close {
	background: #000!important;
}

.slider-wrap img {
  width: 100%;
  height: auto;
}

.lb-data .lb-number {
	font-size: 1em!important;
}

/*@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 30px!important;
	}
}*/

/*別窓*/
.window_frame {
	width: 100%;
	padding: 20px;
}
.scroll_box {
	overflow-y: auto;
	max-height: 200px;
	background: #fff;
	padding: 0 15px;
	margin-bottom: 10px;
}
.scroll_box.scroll {
	padding-top: 0;
}
.res_q_p {
	clear: both;
	font-size: .95em;
	margin-top: 3px;
}
.q_txt2, .res_q_box, .res_q {
	font-size: .95em;
	line-height: 1.4em;
}
.q_txt1 {
	position: relative;
	/*padding-left: 3.5em;*/
	padding-bottom: 10px;
	font-size: 1em;
}
.q_txt1 span.txtorange {
	/*position: absolute;*/
	/*left: 0;*/
	display: block;
}
.q_txt2 > li {
	position: relative;
	/*padding-left: 2em;*/
	padding-left: 1.1em;
	/*padding-top: .5em;*/
	margin-top: 1em;
}
/*.q_txt2 > li::before {
	position: absolute;
	content: "ー";
	left: .5em;
	top: .7em;
	color: #ddd;
}*/
.q_txt2 > li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 95%;
	width: .5em;
	background: #eee;
}
.res_q {
	text-align: center;
}
@media screen and (max-width: 599px) {
	.window_frame {
		padding: 20px 3%;
	}
	.res_q {
		text-align: left;
	}
	.q_txt1 span.txtgreen {
		position: relative;
		display: block;
	}
	.q_txt1 {
		padding-left: 0;
	}
	.res_q_box .list_type01 > li::before, .window_frame .list_type01 > li::before {
		top: 0;
	}
}

/*ログイン・ログアウト*/
.login {
	text-align: center;
	padding-bottom: 10px;
}
.login li {
	margin-bottom: 20px;
	display: flex;
	width: 400px;
	margin: 0 auto 15px;
	justify-content: space-between;
	align-items: center;
}
/*.login li label {
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	text-align: left;
	color: #aaa;
	font-weight: bold;
}*/
.login li span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: .9em;
}
.login li span.id_pas {
	width: 90px;
	font-weight: bold;
}
.login li input {
	display: inline-block;
	padding: 5px 10px;
	font-size: 1.8rem;
	line-height: 1.5em;
	width: 200px;
}
.login li input#login_pass {
	width: 280px;
}
.login_btn input {
	text-align: center;
	width: 150px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	border: 2px solid #FF8B50;
	background: #FF8B50;
	padding: 8px 10px;
	border-radius: 5px;
	cursor: pointer;
}
::placeholder {color: skyblue;}
.login_btn input:hover, .logout_btn input:hover, .h_btn .contact a:hover, .mbox_btn a:hover, .lounge_btn a:hover {
	color: #FF8B50;
	background: #fff;
	opacity: .7;
}
.mbox_btn span,.mbox_btn img, .lounge_btn span,.lounge_btn img {
	display: inline-block;
	vertical-align: middle;
}
.box_type02.login_box {
	padding: 30px 10px;
	margin-bottom: 80px;
}
.box_type02.login_box .ttl_type03 {
	margin: 0 0 40px;
}
.container.login_con {
	padding-bottom: 30px;
}
.copyright.login_copy {
	padding-bottom: 10px;
}

.h_btn {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: right;
}
.logout_btn, .h_btn .contact, .mbox_btn, .lounge_btn {
	display: inline-block;
}
.logout_btn input, .h_btn .contact a, .mbox_btn a, .lounge_btn a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	width: 90px;
	color: #fff;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	border: 2px solid #FF8B50;
	background: #FF8B50;
	padding: 2px 5px;
	border-radius: 5px;
	cursor: pointer;
}
.lounge_btn a {
	width: 168px;
	padding-left: 2px;
}
.h_btn .contact, .logout_btn input {
	margin-right: 5px;
}
.login_contact { margin-bottom: 20px;}

@media screen and (max-width: 1025px) {
	.h_btn { width: 100%;}
}
@media screen and (max-width: 835px) {
	.login li label {
		width: 80px;
	}
	.login li label {
		width: 5em;
	}
	.login li input {
		font-size: 1.6rem;
		line-height: 1.5em;
	}
	.logout_btn {
		padding: 10px 0;
	}
	.h_btn {
		position: relative;
		width: auto;
		top: auto;
		left: auto;
		right: auto;
		text-align: center;
	}
}

@media screen and (max-width: 599px) {
	.headerArea.h_login {
		margin-bottom: 0;
		padding-top: 45px;
		padding-bottom: 0;
	}
	.box_type02.login_box .ttl_type03 {
		margin-bottom: 15px;
	}
	.login_contact { margin-bottom: 5px;}
	.login {
		padding-bottom: 0;
	}
	.login li {
		margin-bottom: 15px;
	}
	.login li input {
		padding: 3px 10px;
		width: 130px;
	}
	.login_btn input {
		/*margin-top: 25px;*/
		font-size: 1.4rem;
		line-height: 1.5em;
		padding: 6px;
	}
	.box_type02.login_box {
		padding: 15px 3% 30px;
		margin-bottom: 50px;
	}
	.container.login_con {
		padding-bottom: 0;
	}
	.lounge_btn { margin-bottom: 10px;}
	
	.login li {
		width: 90%;
	}
	.login li span.id_pas {
		width: 5.5em;
	}
	.login li span.id_h {
		width: 5em;
		padding-left: 1em;
	}
	.login li input {
		width: calc(100% - 10em);
	}
	.login li input#login_pass {
		width: calc(100% - 6em);
	}
}

/*ws*/
.ws_video, .ws_pdf { text-align: center;}
.ws_video li, .ws_pdf li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	border: 1px solid #ccc;
}
.ws_video1, .ws_pdf1 { text-align: center;}
.ws_video1 li, .ws_pdf1 li {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	border: 1px solid #ccc;
}
.ws_video li:nth-child(2n), .ws_pdf li:nth-child(2n) {
	margin-left: 3%;
}
.ws_pdf img { border: 1px solid #ccc;}

.ws_enja { text-align: right;}
.ws_enja sup, sup {
	vertical-align: super;
	font-size: 11px;
	margin-right: 5px;
}
.ws_enja .txtsmall { line-height: 1.5em;}
.ws_enja li {
	display: inline-block;
	margin-left: 1em;
}
.shiryou.ws {
	width: 45%;
	margin: 0 auto 20px;
}
.ws_ttl { line-height: 1.25em;}

@media screen and (max-width: 835px) {
	.endai_table tr td:nth-of-type(2) {
		background: none;
		padding: 0 0 10px;
	}
	.ws .w33 { width: 23%!important;}
}
@media screen and (max-width: 599px) {
	.ws_video li, .ws_pdf li, .ws_video1 li, .ws_pdf1 li {
		width: 100%;
	}
	.ws_enja { text-align: left;}
	.ws_enja li {
		display: block;
		margin-left: 0;
	}
	.shiryou.ws {
		width: 100%;
		margin: 0 auto 20px;
	}
	.ws_video li:nth-child(2n), .ws_pdf li:nth-child(2n) {
		margin-left: 0;
	}

}

/*ストリーミング*/
.main.seminar {
	padding-top: 30px;
	background: none;
}
.seminar_l {
	float: left;
	width: 680px;
}
.seminar_r {
	float: right;
	width: 400px;
}
@media screen and (max-width:835px){
	.seminar_l, .seminar_r {
		float: none;
		width: 100%;
	}
}



.input_btn {
	text-align: center;
}
.input_btn input {
	display: inline-block;
	width: 300px;
	margin: 20px auto 0;
	text-align: center;
	border: 2px solid #FF8B50;
	padding: 10px;
	text-decoration: none;
	color: #FF8B50;
	font-weight: 700;
	font-size: 1em;
	background: none;
	outline: none;
	transition: .3s;
}
.input_btn input:hover {
	background: #FF8B50;
	color: #fff;
	cursor: pointer;
}

.endai_menu_sp select {
	font-family: 'Kosugi Maru';
	padding: 12px;
	border: 1px solid #bbb;
	border-radius: 10px;
	width: 99%;
	font-size: 1.1em;
	line-height: 1em;
}


/*---【メインプログラム一覧】---*/
/*ライブ配信リスト*/
.live_list .box_type01 {
	position: relative;
}
.live_list .box_type01.active, .live_list .active .box_type01 {
	border-color: #8d8ed3;
}

.live_list .box_type01.close, .live_list .close .box_type01, .live_list.close .box_type01, .meeting.close {
	position: relative;
	opacity: 1;
}
.live_list .box_type01.close::before, .live_list .close .box_type01::before, .live_list.close .box_type01::before, .meeting.close::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.88);
}
.live_list .box_type01.close::after, .live_list .close .box_type01::after, .live_list.close .box_type01::after {
	content: "終了しました";
	color: #A62424;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: .1px .1px 1px #fff;
}
.meeting.close::before {
	background: rgba(255,255,255,.7);
}
.meeting.close a {
	background: #ccc;
}

/*オンデマンドリスト*/
.main_list .program_list li.close {
	position: relative;
}
.main_list .program_list li.close::after {
	content: "";
	position: absolute;
	background: rgba(255,255,255,.70);
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



/*演題文字のみ*/
.endai_text .endai_txt {
	margin-bottom: 0;
}
.endai_text .endai_box td:nth-of-type(1) {
	width: 600px;
}
@media screen and (max-width:835px){
	.endai_text .endai_txt {
		margin-bottom: 10px;
	}
	.endai_text .endai_box td:nth-of-type(1) {
		width: auto;
	}
	.endai_table.endai_text tr td.td_res {
		width: 200px;
		padding-top: 20px;
	}
	.td_res .res li {
		display: block;
	}
}
@media screen and (max-width:599px){
	.endai_text .endai_txt {
		margin-bottom: 0;
	}
	.endai_table.endai_text tr td.td_res {
		width: 100%;
	}
	.endai_text {
		margin-top: 20px;
	}
}


/*拍手音スイッチ*/
/*.endai_h {
	position: relative;
	height: 40px;
}*/

.clap_switch_w {
	position: relative;
	margin-top: 10px;
}
.clap_switch {
  position: relative;
  width: 60px;
  height: 30px;
  margin: 0 42px 0 0;
  user-select: none;
  cursor: pointer;
}
.clap_switch input[type=checkbox] {
  display: none;
}
.clap_switch span {
  position: absolute;
  top: 3px;
  right: -42px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1em;
  color: #aaa;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
	width: 3em;
	text-align: left;
}
.clap_switch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: block;
  background: #ccc;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.clap_switch::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 33px;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.clap_switch.checked span {
  color: #FF7DB7;
}
.clap_switch.checked::before {
  background: #F78AC0;
}
.clap_switch.checked::after {
   right: 3px;
 box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}

li.clap_btn_img { cursor: pointer;}
