@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	background: transparent;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	image-rendering: -webkit-optimize-contrast;
}
strong {
	font-weight: 700;
}
/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px) {
	html {
		font-size: 2.5vw;
	}
}
body {
	color: #333;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background: url("../images/container_bk.jpg");
	background-size: cover;
	background-attachment: fixed;
	/*background: #121b38;*/
	/*background: linear-gradient(180deg, rgb(5 2 35) 0%, rgb(30 25 75) 100%);*/
}

a {
	color: #0089c3;
}

header {
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	width: 77%;
	margin: 0 auto;
}

h1 img {
	width: 100%;
}

main {
	display: block;
}
footer {
	padding: 35px 35px 25px;
	background: var(--sub-color);
}

footer > dl {
	margin: 0 auto;
}

footer > dl dt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}

footer > dl dd {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

footer > dl dd a {
	color: #fff;
}
footer > div {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #424962 1px solid;
	display: flex;
	justify-content: center;
}
footer > div:last-child {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}

.sponsorship p{
	color: #fff;
	font-size: 1.6rem;
}

.ft_flex{
	display: flex;
	justify-content: space-around;
	max-width: 1100px;
	margin: 0 auto;
	gap: 40px;
}

.ft_in{
	align-items: center;
	width: 48%;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.ft_in .address{
	font-size: 1.4rem;
}

.ft_in .address a{
	color: #333;
}

.ft_content{
	border-bottom: var(--base-color) 3px solid;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

footer > div dl {
	margin: 0 20px;
	display: table;
}

footer > div dt {
	width: 4em;
	font-size: 1.4rem;
	color: #fff;
	display: table-cell;
	background: none;
}

footer > div dd {
	font-size: 1.4rem;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

footer > div dd a {
	color: #fff;
}

@media screen and (max-width:768px) {	
	body {
		background: none;
	}
	
	header {
		height: 60px;
		margin-bottom: 0;
		padding: 0 45px 0 10px;
		background-color: var(--base-color);
		position: relative;
		z-index: 15;
		justify-content: flex-start;
	}
	
	h1 {
		width: 90%;
		margin: 0 10px 0 0;
		text-align: left;
		position: relative;
		z-index: 9999;
		padding-top: 0;
	}
	
	h1 img {
		width: auto;
		height: 44px;
	}
	
	footer {
		margin-top: 0;
		padding: 20px 10px;
	}

    .ft_flex{
        display: block;
        justify-content: space-around;
        max-width: 1100px;
        margin: 0 auto;
    }

    .ft_in{
        align-items: center;
        width: 48%;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto 4% auto;
    }

    .ft_in:last-child{
        margin-bottom: 0;
    }
	
	footer > dl {
		display: block;
	}
	
	footer > dl dt {
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}
	
	footer > dl dd {
		padding-left: 0;
		display: block;
	}
	
	footer > div {
		margin-right: 0;
	}
	
	footer > div dl {
		width: 50%;
		margin: 0;
		text-align: center;
		display: block;
	}
	
	footer > div dt {
		width: 100%;
		margin-bottom: 5px;
		padding: 0;
		display: block;
	}
	
	footer > div dd {
		padding-left: 0;
		font-size: 1.3rem;
		display: block;
	}
}

@media screen and (max-width:500px) {	
	h1 img {
		width: auto;
		height: 9vw;
	}
}

/***** ID *****/
#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background: var(--base-color);
	box-shadow: 12px 0px 12px -12px rgba(0, 0, 0, 0.3), -12px 0px 12px -12px rgba(0, 0, 0, 0.3);
}

#wrap {
	display: flex;
	justify-content: space-between;
}

#wrap_l {
	width: 280px;
	order: 1;
}

#wrap_r {
	width: 820px;
	order: 2;
}
#copy {
	padding: 15px 0;
	font-size: 1.1rem;
	text-align: center;
	color: #333;
	background: var(--sub-color);
	position: relative;
}

#copy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 35px;
	right: 35px;
	width: calc(100% - 70px);
	height: 1px;
	background: var(--base-color);
}

#lang_btn_pc {
	margin-bottom: 4%;
	display: flex;
	justify-content: space-between;
}

#lang_btn_pc li {
	width: 48%;
}

#lang_btn_pc li a {
	padding: 5px 0;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: var(--point-color);
	display: block;
	border: 1px solid;
	border-color: var(--point-color);
	transition: 0.5s;
}

#lang_btn_pc li a:hover {
	color: #fff;
	background-color: var(--point-color);
}

#lang_btn_pc .focus a {
	color: #fff;
	background-color: var(--point-color);
}

#lang_btn_pc li span.no_link {
	padding: 5px 0;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #888;
	display: block;
	border: 1px solid;
	border-color: #888;
	transition: 0.5s;
}

#lang_btn_sp {
	display: none;
}

@media screen and (max-width:768px) {
	#container {
		width: 100%;
		margin: 0;
		background-size: contain;
	}
	
	#wrap {
		display: block;
	}
	
	#wrap_l {
		width: 100%;
	}
	
	#wrap_r {
		width: 100%;
		padding-right: 0;
	}
	
	#copy {
		padding: 15px 10px;
	}
	
	#copy::before {
		right: 10px;
		left: 10px;
		width: calc(100% - 20px);
	}
	
	#lang_btn_pc {
		display: none;
	}
	
	#lang_btn_sp {
		position: relative;
		z-index: 9998;
		display: block;
	}
	#lang_btn_sp li:first-child {
		margin-bottom: 0;
	}
	#lang_btn_sp li a {
		padding: 3px;
		font-size: 1.3rem;
		text-decoration: none;
		color: #fff;
		border: #fff 1px solid;
	}
	#lang_btn_sp li:nth-child(1) a {
		display: none;
	}
	#lang_btn_sp li:nth-child(2) a {
		display: block;
	}
	#lang_btn_sp li span.no_link {
		padding: 3px;
		font-size: 1.3rem;
		text-decoration: none;
		color: #888;
		border: #888 1px solid;
	}
}
/***** nav *****/
#nav li {
	margin-bottom: 5px;
}
#nav li a {
	padding: 12px;
	font-size: 1.6rem;
	text-decoration: none;
	display: block;
	color: #333;
	font-weight: 500;
	position: relative;
	background: #fff;
	border-right: 4px solid var(--point-color02);
}
/*#nav li a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: var(--point-color02);
}*/
#nav li a:hover {
	background-color: var(--sub-color02);
	border-right: 4px solid var(--point-color);
}
#nav .focus a {
	color: var(--point-color);
	border-right: 4px solid var(--point-color);
	background-color: var(--sub-color02);
}

#nav .focus a::after {
	content: none;
}

#nav .menu-item-has-children > a:after, #nav .menu-item-has-children > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 11px;
	height: 1px;
	background: #fff;
	transition: .2s;
}
#nav .menu-item-has-children > a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#nav .menu-item-has-children > a.open:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#nav .menu-item-has-children > a.open:after {
	background: transparent;
}
#nav .menu-item-has-children .sub-menu {
	display: none;
}

@media only screen and (max-width : 768px) {
	#menu_btn {
		top: 15px;
		right: 10px;
		transition: .3s;
		cursor: pointer;
		position: absolute;
		z-index: 9999;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-trigger {
		width: 18px;
		height: 17px;
		position: relative;
	}
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: all .2s;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 70%;
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}
	#menu_btn.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}
	#nav {
		width: 100%;
		height: 100%;
		overflow: auto;
		padding-top: 60px;
		background: var(--sub-color);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
		transform: translate(100%);
		transition: all .5s;
	}
	#nav.open {
		transform: translateZ(0);
	}
	#nav li {
		margin-bottom: 0;
		border-bottom: 2px solid var(--base-color);
		background: none;
	}
	#nav li a {
		padding: 15px 10px;
	}
}
@media print, screen and (min-width : 769px) {
	#menu_btn {
		display: none;
	}
	#nav ul {
		/*display: flex;
    flex-wrap: wrap;*/
	}
	#nav li {
		position: relative;
	}
	#nav li a {
		transition: .4s;
	}
	#nav li a:hover {
		padding-left: 16px;
	}
}


/***** bnr *****/
#info_nav li a img {
	transition: 0.5s;
}

.bnr_list li img{
	width: 100%;
}

/*サイドメニューバナー*/
.bnr_list__side{
	margin: 30px auto;
}

.bnr_list__side li{
	width: 250px;
	max-width: 100%;
	margin: 0 auto 15px;
}

.bnr_list__side li a{
	display: block;
	text-decoration: none;
	transition: .4s;
}

/*プログラム委員回答フォームバナー*/
.bnr_form{
	padding: 3px;
	background: linear-gradient(to right, var(--point-color), var(--point-color02));
}

.bnr_list__side .bnr_form a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 15px;
	color: var(--point-color02);
	background-color: #fff;
}

.bnr_form a:before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url("../images/form_icon.svg") no-repeat center / 25px;
	border: 2px solid var(--point-color02);
	border-radius: 50%;
}

.bnr_form a:hover {
	background-color: var(--sub-color02);
}

/*トップページバナー*/
.bnr_list__flex{
	display: flex;
	flex-wrap: wrap;
	width: 760px;
	margin: 30px auto 0;
}

.bnr_list__flex li{
	width: 372px;
	margin-right: 15px;
	max-width: 100%;
}

.bnr_list__flex li:nth-of-type(even){
	margin-right: 0;
}


/*サンプルバナー*/
.bnr{
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.bnr_list__side .bnr{
	height: 80px;
	max-width: 100%;
}

@media screen and (max-width:768px) {
	.bnr_list__side{
		margin: 30px 15px 0;
	}
	
	/*トップページバナー*/
	.bnr_list__flex{
	display: block;
	width: auto;
	margin: 30px 15px 0;
}
	
	.bnr_list__flex li{
		margin: 15px auto;
	}
	
	.bnr_list__flex li:nth-of-type(even){
	margin: 15px auto;
}
	
}



/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
}

/***** margin *****/
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mb0 {
	margin-bottom: 0;
}
.mb3 {
	margin-top: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}

.pb0 {
	padding-bottom: 0 !important;
}

/***** リスト *****/
.disc {
	margin-left: 20px;
	list-style-type: disc;
}
.deci {
	margin-left: 25px;
	list-style-type: decimal;
}
.num li {
	margin-left: 1em;
	text-indent: -1em;
}
.li_mb5 li {
	margin-bottom: 5px;
}
.li_mb5 li:last-child {
	margin-bottom: 0;
}
.li_mb10 li {
	margin-bottom: 10px;
}
.li_mb10 li:last-child {
	margin-bottom: 0;
}
/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem;
}
.ft_l {
	font-size: 1.8rem;
}
.ft_ll {
	font-size: 2.2rem;
}
/***** フォント太さ *****/
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}
.note::before {
	content: "※";
}
.note_dl, .note_dl_s {
	margin-top: 5px;
}
.note_dl dt {
	width: 2.5em;
	float: left;
	clear: left;
}
.note_dl dd {
	margin-bottom: 3px;
	padding-left: 2.5em;
}
.note_dl_s dt {
	width: 1.5em;
	float: left;
	clear: left;
}
.note_dl_s dd {
	margin-bottom: 3px;
	padding-left: 1.5em;
}
/***** 位置 *****/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
/***** 色 *****/
.red {
	color: #cc0000;
}
.blue {
	color: #0580c4;
}
.black {
	color: #000;
}
/***** 取り消し *****/
.cancel {
	text-decoration: line-through;
}
.cancel > span {
	color: #000;
}
/***** 下線 *****/
.u_line {
	text-decoration: underline;
}
.marker {
	margin-right: 5px;
	padding: 1px 5px;
	background-color: #ffecec;
	display: inline-block;
}
/***** 上付き *****/
.sup {
	font-size: 0.8em;
	vertical-align: super;
}
/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}

/***** アイコン *****/
.win_icon {
	margin-right: 2px;
	padding-right: 18px;
	background: url(../images/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}

.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.ppt_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

@media screen and (max-width:768px) {
	.pdf_icon {
		padding-right: 20px;
		background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	
	.xls_icon {
		padding-right: 20px;
		background: url(../images/xls_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	
	.doc_icon {
		padding-right: 20px;
		background: url(../images/doc_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	
	.ppt_icon {
		padding-right: 20px;
		background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}

/***** ボタン *****/
.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.inner .btn:first-child,
.inner_item .btn:first-child {
	margin-top: 0;	
}

.inner .btn:last-child,
.inner_item .btn:last-child {
	margin-bottom: 0;	
}

.btn .no_link {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
	border-radius: 5px;
	display: block;
}

.btn a {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #333;
	background-color: #fff;
	border: 3px solid;
	border-color: var(--point-color);
	border-radius: 5px;
	display: block;
	transition: all 0.4s;	
}

.btn a:hover {
	color: #fff;
	background-color: var(--point-color);
	border: 3px solid;
	border-color: var(--point-color);
	display: block;
}

.btn2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btn2 li {
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}

.btn2 li:nth-child(odd) {
	margin-right: 2%;
}

.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:768px) {
	.btn .no_link {
		padding: 10px 0;
	}
	
	.btn a {
		padding: 10px 0;
	}
	
	.btn2 {
		display: block;
	}	
	
	.btn2 li {
		width: 100%;
		display: block;
	}
		
	.btn2 li:nth-child(odd) {
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	.btn_s {
		width: 100%;
	}
	
	.btn_m {
		width: 100%;
	}
	
	.btn_l {
		width: 100%;
	}
}

/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--point-color);
	transition: 0.5s;
}
#pagetop a:hover {
	opacity: 0.7;
}
#pagetop a::before {
	content: "";
	border-right: 9px solid transparent;
  border-bottom: 11px solid #fff;
  border-left: 9px solid transparent; 
	display: block;
	color: #fff;
}
@media screen and (max-width:768px) {
	#pagetop img {
		width: 50px;
	}
}


#info_nav li {
	margin-bottom: 10px;
}

#info_nav li a {
	background: #fff;
	display: block;
}

#info_nav li img {
	width: 100%;
}

#info_nav li a img:hover {
	opacity:0.8;
}

@media screen and (max-width:768px) {
#info_nav li {
	margin-bottom: 10px;
	text-align: center;
}
	
#info_nav li:last-child {
	margin-bottom: 0;
}

#info_nav li img {
	width: 250px;
}
	
	#info_nav li a {
		background: none;
	}
}

/***** カラー *****/
:root {
	--base-color: #8fcae3;
	--point-color: #e26718;
	--point-color02: #289846;
	--sub-color: #c0e2f1;
	--sub-color02: #faf5df;
}