@charset "utf-8";
#wrap {
	overflow: unset;
}
.box{
	flex-flow: row-reverse;
}
#next_header{
	position:relative;
}

#next_header {
	height: auto;
}
#next_header_in{
	position:relative;
}
#next_header_in .next_title{
	position:absolute;
	top:70px;
	left:20px;
}
.pankuzu {
	z-index: 1;
}
.next_title h1{
	font-size:26px;
}
.next_title {
	margin:0;
}


.float_right{
	padding-left: 20px;
}
.float_right p img{
	max-width:280px;
}
.mainbox{
	width:70%;
}
#message{
	margin-bottom:50px;
}
.presidentphoto{
	text-align:center;
	font-size:17px;
}

.next_main_menu{
	margin-top:0;
}

.indent{
	text-indent:1em;
	margin-bottom:1em;
}

.president{
	text-align:right;
}

.eventinfo dl {
	display: flex;
	flex-wrap: nowrap;
	margin:0 0 1px;
}
.eventinfo dl.mt10 {
	margin-top:10px;
}
.eventinfo dt {
	width: 20%;
	padding: 10px;
	background-color: #BBE3F7;
	margin: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.eventinfo dd {
	width: 80%;
	padding: 10px;
	background-color: #DFF2FB;
	margin: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.eventinfo dd.long {
	width:100%;
}
.eventinfo dl dd a {
	color:#0000ee;
}
.eventinfo dt.bglink {
	background-color: #FFF;
	border:solid 4px #DADADA;
}

.eventbox{
	margin:20px 0 50px;
}

.submenu ul li {
	text-indent: -1.6em;
	padding-left: 1em;
}
.submenu ul li.long {
	text-indent: -1.7em;
	padding-left: 1.2em;
}

.submenu ul li a {
	padding: 7px 30px 7px 10px;
	font-size: 13px;
}
.submenu ul li a:after {
	top: 50%;
	transform: translate(-50%, -50%);
}
.widget--sticky {
	position: sticky;
	top: 10px;
}
.submenu ul li a:after {
	right: 0px;
}

.togglelabel {
	display: none;
}
.projectmenu {
	display: block;
	padding: 10px 0;
	background-color: #08215c;
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

#next_main h2 {
	border-top: none;
	background-color: #294484;
	color: #fff;
}


.guestbox{
	margin: 30px 0 0;
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
}
.guestbox .guestname{
	color: #005aab;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #005aab;
	font-size: 22px;
}
.guestbox .guestname span{
	font-size: 18px;
	margin: 0 0 10px 0;
	display: inline-block;
}
.guestbox .guestcomment{
	font-size: 12px;
}
.guestbox .guestbox_in{
	width:70%;
}
.guestbox .guestphoto{
	width:25%;
}
.mt3em{
	margin-top:3em;
}

.bgwater{
	background-image:url('../images/bg_water.png');
	background-position:right top;
	background-repeat:no-repeat;
	background-size: contain;
	background-color:rgba(243,246,255,0.0);
	background-blend-mode:lighten;
}
.bgwater .eventinfo{
	width:90%;
}

.bgwater .eventinfo dt {
	width: 100px;
	background-color: #25aae1;
	color: #ffffff;
	margin-bottom: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.bgwater .eventinfo dd {
	background-color: unset;
}

.guestname dl {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 1px;
	align-items: center;
}
.guestname dt {
	width: 20%;
	padding: 20px 0;
	background-color: #25aae1;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	margin-right: 20px;
	font-size: 16px;
	vertical-align: middle;
	width: 180px;
	text-align: center;
}
.guestname dt.long {
	padding: 10px 0;
}
.guestname dd {
	padding-left: 0;
}

#next_main h3 {
	display: block;
	width: 100%;
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
	color: #294484;
	border-top: none;
	background: linear-gradient(transparent 80%, #a7d6ff 90%);
	padding: 0;
	line-height: 1.6;
}

.guestname dd.company{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 180px);
}

.guestname dd.company img{
	max-height: 50px;
}

ul.sponsoritem,
ul.sponsor,
ul.sponsoritem2,
ul.sponsor2{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
ul.sponsoritem li,
ul.sponsor li{
	width:22%;
	margin:1.5%;
}
ul.sponsoritem2 li,
ul.sponsor2 li{
	width:100%;
	margin:1.5% 1.5% 0;
}

ul.sponsoritem li span,
ul.sponsor li span,
ul.sponsoritem2 li span,
ul.sponsor2 li span{
	display: block;
	padding: 5px;
	border: double 2px #294484;
	width: 100%;
	text-align: center;
	color:#294484;
	background-color:#DFF2FB;
	font-weight:bold;
}
ul.sponsoritem li.long{
	width:47%;
}
ul.sponsoritem li{
	margin:1.5% 1.5% 0;
}

p.linkbtn{
	margin:30px auto;
	text-align:center;
}
p.linkbtn a{
	background-color:#2f4183;
	padding:10px;
	display:block;
	width:300px;
	text-align:center;
	color:#ffffff;
	border-radius:10px;
	margin: 0 auto;
}
#next_main p.linkbtn span.icon i{
	color:#ffffff;
}
p.linkbtn a:hover{
	background-color:#25aae1;
}
#next_main .next_main_menu a:hover{
	opacity:0.6;
}

.coursebox{
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
}
.coursebox .course{
	width: 31%;
	margin: 10px 0;
}
.coursebox .course p.linkbtn a{
	width:auto;
}

.contactbox{
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	margin-top:4em;
}
.contactbox p{
	margin:10px 0 0 10px;
}
.contactbox .sponsor img{
	max-width:50px;
}

.eventinfo dl dd span{
	color:#aaa;
}
.eventinfo dl dd b{
	color:#FF0000;
}

.toggle_title {
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	color: #11497c;
	cursor: pointer;
	text-align: left;
	line-height: 1;
	border: solid 1px #d1d1d1;
}
.toggle_contents .toggle_title p{
	padding-left: 45px;
	text-indent: -44px;
	margin-right: 30px;
}
.toggle_contents .toggle_title p:before{
	content:'Ｑ．';
	color:#1561bc;
	font-weight:bold;
	font-size: 20px;
}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 0;
}

.toggle_btn:before,
.toggle_btn:after {
	display: block;
	content: '';
	background-color: #555555;
	position: absolute;
	width: 20px;
	height: 2px;
	border-radius: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.toggle_btn:before {
	width: 2px;
	height: 20px;
}

.toggle_title.selected .toggle_btn:before {
	content: normal;
}

.toggle_contents .toggle_menu {
	display: none;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	padding: 20px;
}
.toggle_contents .toggle_menu p{
	padding-left: 45px;
	text-indent: -44px;
}
.toggle_contents .toggle_menu p:before{
	content:'Ａ．';
	color:#e23b3b;
	font-weight:bold;
	font-size: 20px;
}




@media screen and (max-width: 640px) {

	#next_header_in .next_title {
		position:unset;
		top: 0;
		right: 0;
	}
	.box {
		flex-flow: wrap;
	}
	.mainbox {
		width:100%;
	}

	.projectmenu::before{
		content:"";
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		position: absolute;
		top:calc( 50% - 3px );
		right: 20px;
		transform: rotate(135deg);
	}
	.projectmenu,
	.projectcontents {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.projectcontents {
		height: 0;
		overflow: hidden;
	}
	.togglelabel:checked + .projectmenu + .projectcontents {
		height: auto;
		transition: all .3s;
	}
	.togglelabel:checked + .projectmenu::before {
		transform: rotate(-45deg) !important;
	}
	.submenu {
		margin: 20px 0;
	}
	.float_right p img {
		width: 100%;
	}
	
	.guestbox{
		display: block;
	}
	.guestbox .guestbox_in {
		width: 100%;
	}

	.eventinfo dt {
		width: 25%;
	}
	.guestbox {
		display: block;
	}
	.guestbox .guestbox_in {
		width: 100%;
	}

	.guestbox .guestphoto {
		width: 90%;
		margin: 10px auto;
	}
	.bgwater {
		background-image:none;
	}
}

