@charset "UTF-8";


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

1.heading
2.


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

/*-----------------
1.heading
-----------------*/
h1,h2,h3,h4,h5{
	font-feature-settings: "palt" 1;
}
.indexHeading02{
	text-align: center;
	margin: 20px 0 40px; 
	padding-top: 30px;
}
.indexHeading02 img{
	zoom:.5;
	-moz-transform: scale(0.5,0.5);
	/*-webkit-transform: scale(0.5,0.5);*/
	-o-transform: scale(0.5,0.5);
	/*-ms-transform: scale(0.5,0.5);*/
}
.heading02{
	position: relative;
	margin-bottom: 1em;
	text-align: center;
	margin: 40px 0 40px;
	color: #000;
	font-size: 30px;
}
.heading02-2{
	text-align: center;
	margin: 40px 0 30px;
	color: #000;
	font-size: 30px;
}
.heading02-2 span{
	font-size: 20px;
}
.heading02:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}
.heading03 {
	font-size: 18px;
	color: #242982;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	margin: 60px 0 40px;
}
.heading03:before,
.heading03:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #242982;
  min-width: 10px;
  display: inline-block;
  vertical-align: middle;
}
.heading03:before {
  margin-right: 20px;
}
.heading03:after {
  margin-left: 20px;
}
.heading04{
	font-size: 17px;
	color: #000;
	margin: 13px 0 8px;
}

.eventHeading{
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 10px;
}
.eventHeading span{
	font-size: 12px;
	font-size: 1.2rem;
}
.newsHeading{
	color: #000;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.5;
}
.loginHeading{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	margin: 10px 0 20px;
}

/*-----------------
2.text
-----------------*/
p {
  font-size: 1.4rem;
  line-height: 1.6;
	color: #333;
	font-feature-settings: "pwid" 1;
	  text-align: justify;
  text-justify: inter-ideograph;
}
.lesdText01{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.0;
	color:#000;
}
.lesdText02{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color:#242982;
}
.lesdText03{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}
.lesdText04{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.0;
    color: #000;
    font-weight: bold;
}

.txt{
	margin-bottom: 10px;
}
.small{
	font-size: smaller;
}
.txtHighlight{
	text-align: center;
	margin: 30px 0 20px;
}
.txtHighlight span{
	display: inline;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	background: linear-gradient(transparent 55%, #ffe100 55%);
}
.txtBlue{
	color: #242982 !important;
}
.txtBlack{
	color: #000 !important;
}
.txtBold{
    font-weight: bold;
}

.caution{
	border: 3px solid #c40018;
	padding: 40px;
	margin: 60px !important;
	color: #c40018;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
.caution{
	padding: 20px;
	margin: 0 !important;
}
}



/*-----------------
3.link
-----------------*/
.link{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	margin: 10px 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.link::before,
.link::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;	
}
.link::before{
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #242982;
    border-right: 2px solid #242982;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link[href$=".pdf"]{
	margin: 0;
	padding-right: 20px;
  background: url(../images2/ico_pdf.png) no-repeat 100% 0.2em;
	display: inline-block !important;
	background-size: 15px;
}

/* 20240426 リンクアイコン レッドver追加 */
.link_red{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	margin: 10px 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.link_red::before,
.link_red::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;	
}
.link_red::before{
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #c40018;
    border-right: 2px solid #c40018;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_red[href$=".pdf"]{
  color: #C40017;
	margin: 0;
	padding-right: 20px;
  background: url(../images2/ico_pdf_red.png) no-repeat 100% 0.2em;
	display: inline-block !important;
	background-size: 15px;
}
/* 終了／リンクアイコン レッドver追加 */

/* 20240508 リンクアイコン グリーンver追加 */
.link_green{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	margin: 10px 0;
	color: #228B22;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.link_green::before,
.link_green::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;	
}
.link_green::before{
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #228B22;
    border-right: 2px solid #228B22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_green[href$=".pdf"]{
  color: #228B22;
	margin: 0;
	padding-right: 20px;
  background: url(../images2/ico_pdf-green.png) no-repeat 100% 0.2em;
	display: inline-block !important;
	background-size: 15px;
}
/* 終了／リンクアイコン グリーンver追加 */

.anchor_link{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	border-bottom: 1px solid #aaa;
	margin-bottom: 120px;
}
.anchor_link li{
	width:30%; 
	padding: 20px 40px 30px;
	margin: 20px 0 30px;
	/*border: 2px solid #999;*/
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center
}
.anchor_link li::after{
	position: absolute;
	font-size: 2.0rem;
    left: 50%;
    bottom: 0;
	font-family: 'Font Awesome 5 Free';
    content: "\f107";
	color: #242982;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.anchor_link a{
	text-decoration: none;
	color: #666;
}

@media screen and (max-width: 768px) {
	.anchor_link{
		margin-bottom: 80px;
	}
	.anchor_link li{
		width: 50%;
		padding: 10px 10px 30px;
	}
}

/*-----------------
4.button
-----------------*/
.btn_red{
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
    text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #c40018;
	padding: 20px 0;
	margin: 30px auto;
	width: 100%;
	max-width: 450px;
}
.btn_red::before,
.btn_red::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_red::before{
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_blue01{
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
    text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #242982;
	padding: 20px 0;
	margin: 30px auto;
	width: 100%;
	max-width: 450px;
}
.btn_blue01::before,
.btn_blue01::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_blue01::before{
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_blue02{
	display: block;
	position: relative;
	color: #242982;
	text-align: center;
    text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: none;
	border: 2px solid #242982;
	padding: 20px 0;
	margin: 30px auto;
	width: 100%;
	max-width: 450px;
}
.btn_blue02::before,
.btn_blue02::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_blue02::before{
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #242982;
    border-right: 2px solid #242982;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_white{
	display: block;
	position: relative;
	color: #333;
	text-align: center;
    text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	background: #fff;
	border: 2px solid #333;
	border-radius: 40px;
	padding: 13px 0;
	margin: 10px auto;
	width: 100%;
	max-width: 450px;
}
.btn_white::before,
.btn_white::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_white::before{
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_timetable,
.btn_theme{
  padding: 13px 5px 13px 40px;
  margin: 10px auto;
  display: block;
	position: relative;
  color: #333;
  background: #fff;
  font-weight: bold;
  font-size:15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	border: 2px solid #333;
  border-radius: 40px;
  text-align:center;
    text-decoration: none;
	width: 100%;
	max-width: 450px;
}
.btn_timetable:before,
.btn_theme:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-size: 23px !important;
}
.btn_timetable:before {
    background: url(../images2/ico_timetable.png) no-repeat 15px 50%;
}
.btn_theme:before {
    background: url(../images2/ico_theme.png) no-repeat 15px 50%;
}
.btn_big{
    padding: 25px 10px;
    margin: 10px auto;
    display: block;
    position: relative;
    color: #fff;
    background: #242982;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0;
    /*border: 2px solid #333;*/
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 450px;
}
.btn_big.mypage {
	background: #c40018;
}
.btn_big:before,
.btn_big:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_big:before{
    right: 25px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.btn_big{
font-size: 1.8rem;
	}
}
.btn_black{
	padding: 12px 5px;
	margin: 5px auto;
	display: block;
	position: relative;
	color: #fff;
	background: #000;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	max-width: 450px;
}
.btn_black:before,
.btn_black:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_black:before{
	right: 25px;
	width: 14px;
	height: 14px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.disable{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	text-align: center;
    text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	background: #eee;
	border: 2px dashed #666;
	border-radius: 5px;
	padding: 13px;
	margin: 10px auto;
	width: 100%;
}




/*-----------------
5.table
-----------------*/
.table01{
	width: 100%;
	color: #333;
}
.table01 tr:last-child{
	border-bottom: 1px solid #000;
}
.table01 th{
	display: none;
}
.table01 td{
	display: block;
	padding: 10px;
}
.table01 td::before{
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;	
}
.table01 td.pcOnly{
	display: none;
}
.table01 td.place{
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.table01 td.total{
	border-top: 2px solid #000;
}
.table01 td p{
	padding-left: 7em;
}
.table02{
	width: 100%;
}
.table02 th,
.table02 td{
	display: table;
}
.table03{
	width: 100%;
}
.table03 th{
	display: block;
	color: #333;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px 0;
	background: #eee;
}
.table03 td{
	display: block;
	padding: 15px 0;
}






/*-----------------
7.lyout
-----------------*/

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

/*  icon  */
.ico_tokyo{
	display: block;
	width: 4em;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background: #c40018;
}
.ico_osaka{
	display: block;
	width: 4em;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background: #242982;
}
.ico_satelite{
	display: block;
	width: 4em;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background: #aaa;
}
.ico_tokyo.none,
.ico_osaka.none {
	background:#fff;
}
/*  list  */
.info{
	margin: 10px 0;
}
.info dt{
    margin: 2px 0;
}
.info dd{
	margin-left: 4.5em;
	padding: 4px ;
}
.media{
	list-style-type: none;
}


/*  box  */
.box01{
	background: #ecf0f5;
	padding: 20px;
	margin: 20px 0;
}
.box02{
	background: #f1f1f1;
	padding: 20px;
	margin: 20px 0;
}
.box03{
	background: #fff;
	padding: 20px;
	margin: 20px 0;
}
.box04{
    background: #fbe9e9;
    border: 4px solid #C40018;
    padding: 30px;
}
.boxWrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*flex: 0 0 auto;
	/*justify-content: space-between;*/
	box-sizing: border-box;
	margin: 0 -10px;
}
.boxWrap.wrap{
	justify-content: flex-start;
}

.col2{
	display: block;
	width: 100%;
	padding: 10px;
}
.col2 a{
	display: flex;
	flex-direction: column;
    text-decoration: none;
}

.col3.placeBox{
	display: block;
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.col4.speakerBox{
	max-width: 50%;
    min-height: 0%;
	flex-basis: 50%;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.col4.speakerBox .boxInner{

}

.col2.invitation .inner,
.col2.mail .inner{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.col2.invitation .inner{
	padding: 15px;
	background: #fab200;
}
.col2.mail .inner{
	padding: 15px;
	background: #ECF0F5;
}
.col2.invitation h3{
	font-size: 18px;
	position: relative;
	color: #fff;
	padding: 15px 0 15px 80px;
}
.col2.mail h3{
	font-size: 18px;
	position: relative;
	color: #242982;
	padding: 25px 0 25px 80px;
}
.col2.invitation h3:before,
.col2.mail h3:before{
	content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-size: 70px !important;
}
.col2.invitation h3:before{
	background: url(../images2/ico_invitation.png) no-repeat 0 50%;
}
.col2.mail h3:before{
	background: url(../images2/ico_mail02.png) no-repeat 0 50%;
}
.col2.invitation p{
	color: #fff;
	padding: 10px 10px 00;
}
.col2.mail p{
	color: #242982;
	padding: 10px 10px 00;
}


#fcl .heading02{
	margin: 60px 0 35px;
}
.fclBox .boxInner{
	border: 2px solid #009c84;
	padding: 15px;
}
.fclBox .code_fcl{
	font-size: 1.5rem;
	font-weight: bold;
	color: #009c84;
}
@media screen and (max-width: 768px) {
	.fclBox{
		width: 100%;
		margin: 12px 0;
	}
}


.nikkeibp_block{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	background: #f1f9fc;
	padding: 40px;
	position: relative;
}
.nikkeibp_block:before{
	content: "";
    top: 0;
    left: 0;
    border-bottom: 2em solid transparent;
    border-left: 2em solid #17afe4; 
    position: absolute;
    z-index: 100;
}
.nikkeibp_block:after{
	content: "";
    bottom: 0;
    right: 0;
    border-top: 2em solid transparent;
    border-right: 2em solid #0160ad; 
    position: absolute;
    z-index: 100;
}
.nikkeibp_block .nikkeibp_logo{
	width: 340px;
	max-width: 100%;
}
.nikkeibp_block .nikkeibp_title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	margin: 15px 0 0;
}
.nikkeibp_block .nikkeibp_list{
	font-size: 1.6rem;
	color: #333;
	word-break: break-all;
	padding-left: 20px;
}
.nikkeibp_block .nikkeibp_list li{
	margin: 0 0 15px 0;
}

.nikkeibp_block a[target="_blank"]{
	margin: 0;
	padding-right: 20px;
    background: url("../images2/ico_newtab.svg") no-repeat 100% 0.2em;
	background-size: 15px;
}

@media screen and (max-width: 768px) {
	.nikkeibp_block{
		flex-direction: column;
		gap: 40px;
	}
	.nikkeibp_block .nikkeibp_list{
		font-size: 1.4rem;
	}
	.nikkeibp_block .nikkeibp_title{
		font-size: 1.6rem;
	}
	.nikkeibp_block a[target="_blank"]{
		background-size: 13px;
	}
}




@media screen and (max-width: 768px) {
.movie{
	width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
}

/* Pamphlet close  */
.col2.mail.pamphletclose {
	margin: 0 auto;
}


/*  index  */
.eventBox .boxInner{
	position: relative;
	background: #fff;
	border: 1px solid #dfdfdf;
	height: 100%;
    padding: 0 !important;
}
.eventBox .textArea{
    padding: 15px;
}
.eventBox .label{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #fff;
	padding: 5px 13px;
}
.eventBox .label.open{
	background: #c40018;
}
.eventBox .label.close{
	background: #818181;
}
.eventBox .textArea{
	padding: 20px;
}
.eventBox .date{
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	padding-bottom: 10px;
}
.eventBox .place ul li{
	display: inline-block;
	list-style-type: none;
	height: 24px;
	color: #fff;
	background: #c40018;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 5px 10px;
	margin: 5px 0 0;
}
.eventBox .place ul li.blue{
	background: #242982;
}
.eventBox .place ul.satellite li{
	background: #8689c0;
}

.newsList li{
	display: block;
	list-style-type: none;
	padding: 10px 0;
}
.newsList li a{
	display: block;
}
.newsList li figure{
	float: left;
	width: 30%;
}
.newsList li .txtArea{
	margin-left: 33%;
}
.newsList .date{
	font-size: 11px;
	color: #888;
	margin-bottom: 3px;
}

.loginBox{
}
.loginBox .boxInner{
	background: #ecf0f5;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;	
}
.loginBox_left{
	border-top: 2px solid #f1f1f1;
	border-bottom:  2px solid #f1f1f1;
	background-color : #ffffff;
  background-image :

    repeating-linear-gradient(to bottom,          /* 横線 */
       transparent 36px,
       rgba(153, 153, 153, 0.20) 37px,  rgba(153, 153, 153, 0.20) 37px,
       transparent 38px,  transparent 73px, 
       rgba(153, 153, 153, 0.20) 74px,  rgba(153, 153, 153, 0.20) 74px,
       transparent 75px,  transparent 110px, 
       rgba(153, 153, 153, 0.20) 111px,  rgba(153, 153, 153, 0.20) 111px,
       transparent 112px,  transparent 147px, 
       rgba(153, 153, 153, 0.20) 148px,  rgba(153, 153, 153, 0.20) 148px,
       transparent 149px,  transparent 184px, 
       rgba(153, 153, 153, 0.20) 185px,  rgba(153, 153, 153, 0.20) 185px),

    repeating-linear-gradient(to right,          /* 縦線 */
       transparent 36px,
       rgba(153, 153, 153, 0.20) 37px,  rgba(153, 153, 153, 0.20) 37px,
       transparent 38px,  transparent 73px, 
       rgba(153, 153, 153, 0.20) 74px,  rgba(153, 153, 153, 0.20) 74px,
       transparent 75px,  transparent 110px, 
       rgba(153, 153, 153, 0.20) 111px,  rgba(153, 153, 153, 0.20) 111px,
       transparent 112px,  transparent 147px, 
       rgba(153, 153, 153, 0.20) 148px,  rgba(153, 153, 153, 0.20) 148px,
       transparent 149px,  transparent 184px, 
       rgba(153, 153, 153, 0.20) 185px,  rgba(153, 153, 153, 0.20) 185px);
}
.loginBox_right{
	background:  #f1f1f1;
	border: 2px solid #f1f1f1;
}
.loginBox_left > div{
	margin-left: auto;
}
.loginBox_left > div,
.loginBox_right > div{
	max-width: 490px;
}


.bannerArea{
}
.bannerArea ul{
	list-style: none;
	text-align:center;
}
.bannerArea ul li{
	margin: 10px 0;
}


.snsArea{
	margin: 60px 0 80px;
	text-align: center;
}
.sns_title{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	margin: 0 auto 30px;
	position: relative;
	  padding: 1.5rem 2rem;
	  border-bottom: 2px solid #000;
}
.sns_title::before{
	position: absolute;
	  bottom: -14px;
	  left: 50%;
	transform: translateX(-50%);
	  width: 0;
	  height: 0;
	  content: '';
	  border-width: 14px 12px 0 12px;
	  border-style: solid;
	  border-color: #000 transparent transparent transparent;
}
.sns_title::after{
	position: absolute;
	  bottom: -11px;
	  left: 50%;
	transform: translateX(-50%);
	  width: 0;
	  height: 0;
	  content: '';
	  border-width: 14px 12px 0 12px;
	  border-style: solid;
	  border-color: #fff transparent transparent transparent;
}
.sns_list{
	list-style: none;
	display: flex;
	margin: 0 -50%;
	justify-content: center;
}
.sns_list li{
	padding: 0 10px;
}
.sns_list img{
	width: 50px;
}

/*h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}*/

.news {
	padding: 30px 30px 0;
	margin-bottom: 40px;
	border-radius: 10px;
	border: 2px dotted #c40018; 
}

.news dt {
  margin-bottom: 10px;
	font-weight: bold;
}
.news dd { 
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	color: #c40018;
	font-weight: bold;
}
.news a {
	color: #c40018;
}

.overviewInfo {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0.5em;
}
 .overviewInfo dt {
   width: 10%;
   margin-right: 1em;
   color: #242982;
   font-size: 1.6rem;
   font-weight: bold;
}
 .overviewInfo dd {
	width: 90%;
}


@media screen and (max-width: 768px) {
	.overviewInfo {
		flex-direction: column;
		}
	.overviewInfo dt {
		width: 100%;
		}
	.overviewInfo dd {
		width: 100%;
		}
}

.sponsors{
	list-style-type: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.sponsors li{
	width: 200px;
}
@media screen and (max-width: 768px) {
	.sponsors li{
		width: 150px;
	}
}


/* about */
.aboutBox li{
	display: block;
	width: 100%;
	list-style-type: none;
	margin-bottom: 30px;
}
.aboutBox li img{
	width: 100%;
}

.speaker{
	font-size: 13px;
}
.speaker span{
	font-size: 16px;
}

/* privacy */
.personalInformation{
	list-style-type: none;
	margin-bottom: 40px;
}
.personalInformation dt{
	font-weight: bold;
	color: #333;
}
.personalInformation dd{
	margin: 0 0 1em 1.35em;
}

/* nee2018 */
.bg_gray{
	background: #f1f1f1;
	padding-top: 25px;
	padding-bottom: 70px;
}
.bg_blue{
	background: #c0d0e4;
	padding-top: 10px;
	padding-bottom: 70px;
}
.bg_blue02{
	background: #ecf0f5;
	padding-top: 25px;
	padding-bottom: 70px;
}

.placeBox{
	/*margin-bottom:30px;*/
}
.boxWrap.wrap{
	margin-right: -30px;
}
.boxWrap.wrap .placeBox{
	/*margin-right:30px;*/
}
.placeBox.encore .boxInner{
	border: 1px solid #228B22; 
}

.placeBox.tokyo .boxInner{
	border: 1px solid #c40018; 
}
.placeBox.osaka .boxInner{
	border: 1px solid #242982; 
}
.placeBox.sapporo .boxInner{
	border: 1px solid #385a7f; 
}
.placeBox.asahikawa .boxInner{
	border: 1px solid #f18e38; 
}
.placeBox.obihiro .boxInner{
	border: 1px solid #60a178; 
}
.placeBox.iwate .boxInner{
	border: 1px solid #03aed2; 
}
.placeBox.sendai .boxInner{
	border: 1px solid #a5a73f; 
}
.placeBox.nagoya .boxInner{
	border: 1px solid #d83357; 
}
.placeBox.kanazawa .boxInner{
	border: 1px solid #c5a04b; 
}
.placeBox.hiroshima .boxInner{
	border: 1px solid #53af9a; 
}
.placeBox.fukuoka .boxInner{
	border: 1px solid #7d5c89; 
}
.placeBox.miyazaki .boxInner{
	border: 1px solid #cd687c; 
}
.placeBox.okinawa .boxInner{
	border: 1px solid #f5a200; 
}
.placeBox.public .boxInner{
	border: 1px solid #6682a5; 
}
.placeBox.readbook .boxInner{
	border: 1px solid #a93733; 
}
.placeBox .boxTitleArea{
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.placeBox.tokyo .boxTitleArea{
	background: #c40018;
}
.placeBox.osaka .boxTitleArea{
	background: #242982; 
}
.placeBox.sapporo .boxTitleArea{
	background: #385a7f; 
}
.placeBox.asahikawa .boxTitleArea{
	background: #f18e38; 
}
.placeBox.sendai .boxTitleArea{
	background: #a5a73f; 
}
.placeBox.nagoya .boxTitleArea{
	background: #d83357; 
}
.placeBox.nagoya .boxTitleArea{
	background: #c5a04b; 
}
.placeBox.hiroshima .boxTitleArea{
	background: #53af9a; 
}
.placeBox.fukuoka .boxTitleArea{
	background: #7d5c89; 
}
.placeBox.miyazaki .boxTitleArea{
	background: #cd687c; 
}
.placeBox.okinawa .boxTitleArea{
	background: #f5a200; 
}
.placeBox.public .boxTitleArea{
	background: #6682a5; 
}
.placeBox.readbook .boxTitleArea{
	background: #a93733; 
}
.placeBox .boxInner{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.placeBox .textArea{
	padding: 10px;
}
.info02{
	font-size: 16px;
}
.info02 dt{
	float: left;
	width: 3.5em;
	color: #333;
	padding-bottom: 7px;
}
.info02 dd{
	margin-left: 3.5em;
	padding-bottom: 7px;
}
.info02 dd span{
	font-size: 12px;
}

.title_place {
	font-size: 18px;
	color: #000;
	font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title_place:before,
.title_place:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #000;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.title_place:before {
  margin-right: 20px;
}
.title_place:after {
  margin-left: 20px;
}
.closing{
	margin: 10px auto 0;
	display: table;
}
.closing dt{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
.closing dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #c40018;
}
.accepting{
	color: #c40018;
	font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px;
    padding: 5px;
    /*background: #ffe0e0;*/
}
.txt_red{
	font-size: 12px;
	color: #c40018;
	margin-top: 10px;
}

.title_openclass{
	color: #333;
	line-height: 1.7;
	font-weight: bold;
	margin-top: 10px;
}
.title_openclass span{
	font-size: 17px !important;
}

.speakerBox{
	/*margin-bottom:20px;*/
}
.speakerBox figure{
    min-height: 0%;
}
.speakerBox .boxInner{
	background: #fff;
	height: 100%;
}
.speakerBox .textArea{
	width: 100%;
	padding: 15px 15px 5px;
}
.speakerBox .lecture{
	display: block;
	width: 100%;
	border: 1px solid #242982;
	color: #242982;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
.speakerBox .speaker{
	color: #333;
	font-size: 12px;
}
.speakerBox .speaker span{
	font-size: 18px;
}

.bnr_exhibitor{
	list-style-type: none;
	padding-bottom: 20px;
}
.bnr_exhibitor li{
	display: inline-block;
	padding: 0 5px;
}
.bnr_exhibitor li .bnr_exhibitor_img{
	width: 237px;
	height: auto;
}
.slick-prev{
	position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.slick-prev::before,
.slick-prev::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.slick-prev:before{
	content: ' ' !important;
	left: 3px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #242982;
    border-right: 3px solid #242982;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.slick-next{
	right: -10px !important;
	position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.slick-next::before,
.slick-next::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.slick-next:before{
	content: ' ' !important;
	left: 3px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #242982;
    border-right: 3px solid #242982;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* arukikata */

.arukikataHeading03{
	font-size: 24px;
	font-size: 2.4;
	line-height: 1.8;
	color: #232982;
	text-align: center;
	margin: 40px 0;
}
.arukikataHeading03 span{
	font-size: 16px;
	font-size: 1.6rem;
}
.arukikataHeading04{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 20px;
	color: #333;
}

#arukikata .placeBox{
	position: relative;
	margin-top: 40px;
}
#arukikata .placeBox.tokyo h4{
	color: #c40018;
}
#arukikata .placeBox.osaka h4{
	color: #232982;
}
#arukikata .placeBox.tokyo h4 span,
#arukikata .placeBox.osaka h4 span{
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	background: #fff;
	padding: 15px;
	display: inline-block;
    padding: 5px 15px;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#arukikata .placeBox .textArea{
	padding: 30px 20px 15px;
}

#arukikata .button .col2 a{
	margin-top: 0 !important;
    text-decoration: none;
}


#arukikata .guide{
	margin: 0 -34px;
}
#arukikata .guide .col2{
	padding: 34px;
}

#arukikata .target{
	text-align: center;
}
#arukikata .target p{
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 25px;
	min-width: 120px;
	max-width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	background: #FFF;
	border: solid 1px #232982;
	box-sizing: border-box;
	border-radius: 20px;
	color: #232982;
}
#arukikata .target p::before{
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -10px;
	border: 8px solid transparent;
	border-top: 20px solid #FFF;
	z-index: 2;
}
#arukikata .target p::after{
	content: "";
 	position: absolute;
 	bottom: -31px;
 	left: 50%;
 	margin-left: -11px;
 	border: 9px solid transparent;
 	border-top: 22px solid #232982;
 	z-index: 1;
}

#arukikata .point{
	text-align: center;
}
#arukikata .point .inner{
	background: #fff;
	border-radius: 20px;
	margin: 20px auto 50px;
	padding: 20px 40px 40px;
	display: inline-block;
}
#arukikata .point h4{
	text-align: center;
	position: relative;
	margin: 15px 0;
}
#arukikata .point h4 span{
	font-size: 18px;
	font-size: 1.8rem;
	color: #242982;
	font-weight: bold;
	display: inline;
	padding: 30px 0 30px;
}
#arukikata .point h4 span::before{
	content: '';
	display: inline-block;
	width: 47px;
	height: 55px;
	background-image: url("../images2/arukikata-icon04.png");
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}


#arukikata .placeTokyo{
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 10px;
	text-indent: 10px;
	padding: 10px 15px;
	margin: 40px 0 20px;
	border: 1px solid #c40018;
	color: #c40018;
	text-align: center;
}
#arukikata .placeOsaka{
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 10px;
	text-indent: 10px;
	padding: 10px 15px;
	margin: 40px 0 20px;
	border: 1px solid #242982;
	color: #242982;
	text-align: center;
}
#arukikata .boxWrap.map{
	margin: 0 -25px;
}
#arukikata .boxWrap.map .col2{
	padding: 25px;
}
#arukikata .boxWrap.map .border{
	border-top: 1px dashed #7f7f7f;
	border-bottom: 1px dashed #7f7f7f;
	padding-bottom: 15px;
	margin-top: 15px;
}
#arukikata .access,
#arukikata .rest{
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
	padding: 5px 0 5px 40px;
	margin: 15px 0;
	position: relative;
}
#arukikata .access::before{
	background: url("../images2/arukikata-icon01.png") no-repeat 5px 50%;
	content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-size: 30px !important;
}
#arukikata .rest::before{
	background: url("../images2/arukikata-icon02.png") no-repeat 5px 50%;
	content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-size: 30px !important;
}


#arukikata .voicePicckup{
	text-align: center;
}
#arukikata .voicePicckup .inner{
	background: #fff;
	border-radius: 20px;
	margin: 20px auto 50px;
	padding: 20px;
	position: relative;
	display: inline-block;
}
#arukikata .voicePicckup .inner::before{
	position: absolute;
	content: '';
	background: url("../images2/arukikata-icon03.png") no-repeat 0 0;
	display: block;
	left: -20px;
	top: -20px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-size: 38px 30px;
}
#arukikata .voicePicckup .inner::after{
	position: absolute;
	content: '';
	background: url("../images2/arukikata-icon03.png") no-repeat 0 0;
	display: block;
	right: -20px;
	bottom: -20px;
	width: 100%;
	height: 100%;
	z-index: 10;
	transform: scale(-1, -1);
	background-size: 38px 30px;
}

#arukikata .voicePicckup p{
	font-size: 24px;
	font-size: 2.4rem;
	color: #000;
	font-weight: bold;
}
#arukikata .voicePicckup p span{
	font-size: 14px;
	font-size: 1.4rem;
}
#arukikata .voice li{
	list-style-type: none;
}
#arukikata .voice li .boxInner{
	list-style-type: none;
	padding: 20px;
	border: 1px solid #242982;
	border-radius: 20px 20px 0 20px;
	display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 768px) {
	#arukikata .boxWrap .col3{
		width: 100%;
		padding: 10px;
	}
}


@media screen and (min-width: 768px) {

	/*-----------------
	1.heading
	-----------------*/
	.indexHeading02{
		margin: 60px 0 50px;
	}
	.heading02{
		margin: 150px 0 80px;
	}
	main > section > .inner >.heading02{
		margin-top: 40px;
	}
	.heading03{
		margin: 100px 0 40px;
	}
	.eventHeading{
		font-size: 22px;
	}
	.eventHeading span{
		font-size: 16px;
	}
	.newsHeading{
		font-size: 15px;
	}
	/*-----------------
	2.text
	-----------------*/
	.lesdText01{
		line-height: 2.8;
	}
	.lesdText03{
		text-align: center;
	}

	/*-----------------
	3.table
	-----------------*/
	.table01{
		display: table;
		max-width: 890px;
		border-collapse: collapse;
		text-align: center;
		margin: 0 auto;
	}
	.table01 th{
		display: table-cell !important;
		border-bottom: 3px solid #333;
		font-size: 14px;
		padding: 10px;
	}
	.table01 td{
		display: table-cell;
		border-bottom: 1px solid #333;
		font-size: 16px;
	}
	.table01 td::before{
		content: none;
	}
	.table01 td.pcOnly{
		display: table-cell !important;
	}
	.table01 td.place{
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.table01 td p{
		padding-left: 0;
		text-align: center;
	}
	.table02{
		display: table;
		text-align: center;
	}
	.table02 th,
	.table02 td{
		display: table-cell;
		padding: 10px;
	}
	
	.table03{
		display: table;
		max-width: 890px;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 10px 0;
	}
	.table03 th{
		width: 20%;
		display: table-cell;
		border-top: none;
	}
	.table03 td{
		display: table-cell;
		border-top: none;
		border-bottom: 1px solid #000;
        padding: 15px;
	}
	.table03 tr:first-child th{
		border-top :2px solid #000;
	}
	.table03 tr:first-child td{
		border-top :1px solid #000;
	}
	

	
	/*-----------------
	5.lyout
	-----------------*/
	
	/*  index  */
	.boxWrap{
		margin: 0 -15px;
	}
	.boxWrap .col2{
		max-width : 50% ; 
		flex-basis: 50%;
		box-sizing: border-box;
		padding: 15px;
	}
	.boxWrap .col2 a{
		display: block;
        text-decoration: none;
	}
	.boxWrap .col3{
		max-width : 33.3333333% ; 
		flex-basis: calc(100% / 3);
		box-sizing: border-box;
		padding: 15px;
	}
	.boxWrap .col4{
		/*max-width: 230px;
		width: 24%;*/
		max-width : 25% ; 
		flex-basis: 25%;
		box-sizing: border-box;
		flex: 0 0 auto;
		padding: 15px;
	}
	.boxWrap .col5{
		/*max-width: 230px;
		width: 24%;*/
		max-width : 20% ; 
		flex-basis: 20%;
		box-sizing: border-box;
		flex: 0 0 auto;
		padding: 5px;
	}
	
	
	/*.newsList{
	display: table;
}
.newsList dt{
	display: table-cell;
	width: 12em;
}
.newsList dd{
	display: table-cell;
}*/

	

	/*  about  */
	.aboutBox{
		display: -webkit-flex; /* Safari */
	  display: flex;
	  -webkit-flex-wrap: wrap; /* Safari */
	  flex-wrap:         wrap;
		  -webkit-flex-direction: row; /* Safari */
		  flex-direction:         row;
		-webkit-justify-content: space-between; /* Safari */
	  justify-content:         space-between;
	}
	.aboutBox li{
		width: 31%;
	}
	
	.media li{
		display: inline-block;
		padding: 10px;
		width: 24%;
		box-sizing: border-box;
		min-width: 148px;
		text-align: center;
		vertical-align: middle;
	}
	

	/* nee2017 */
	.placeBox .boxInner{
		/*padding: 20px;*/
	}
	.placeBox .textArea{
		padding: 20px;
	}

	.col2.placeBox .boxTitleArea{
		padding: 20px 80px;
	}
	.col3.placeBox .boxTitleArea{
		padding: 20px;
	}
	.col3.placeBox dl{
		font-size: 16px;
	}
	
	.bannerArea ul{
		display: flex;
		justify-content: center;
	}
	.bannerArea ul li{
		margin: 0 10px;
	}

	/*.speakerBox{
		margin-bottom: 0;
	}*/

	/* arukikata */
	#arukikata h2 img{
		/*width: 400px;*/
	}
	#arukikata .placeBox .textArea{
		padding: 40px 40px 30px;
	}
	#arukikata .button .col2{
		max-width: 450px;
		padding: 0 34px;
	}
	#arukikata .button .col2:first-child{
		margin-left: auto;
	}
	#arukikata .button .col2:last-child{
		margin-right: auto;
	}
	
	#arukikata .point .inner{
		padding: 20px 60px 40px 60px;
	}
	#arukikata .point .inner p{
		text-align: center;
	}
	#arukikata .point h4 span::before{
		width: 54px;
		height: 63px;
	}
	
	
	#arukikata .boxWrap.map .col2:first-child{
		max-width: 35%;
		flex-basis: 35%;
	}
	#arukikata .boxWrap.map .col2:last-child{
		max-width: 740px;
		flex-basis: 65%;
	}
	#arukikata .voicePicckup .inner{
		padding: 40px;
	}
	#arukikata .voicePicckup .inner::before{
		left: -10px;
		top: -10px;
		background-size: 76px 60px;
	}
	#arukikata .voicePicckup .inner::after{
		right: -10px;
		border: -10px;
		background-size: 76px 60px;
	}

}

@media screen and (max-width: 767px){
	.brNone {
		display: none;
	}
}


/* covid */
.covidlink {
	display: flex;
  flex-direction: row;
	justify-content: center;
	margin-top: -50px;
	margin-bottom: 30px;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.covidlink {
		margin-top: 0;
		font-size: 1.4rem;
	}
}
.covidlink dt {
  margin: 2px 0;
	padding: 4px 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #c40018;
	border-radius: 2px;
}
.covidlink dd {
	padding: 6px 10px;
	font-weight: bold;
	color: #c40018;
}
.covidlink dd a {
	color: #c40018;
}
.covidlist {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2em;
	font-size: 1.6rem;
	color: #000;
}
.covidlist li {
	padding-bottom: 5px;
}
.covidStrong {
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
.boxWrap .col2.covid {
	padding: 30px;
}



/* flow */
.leftIMG { display: block; border: 1px solid #ccc; }
a.link_txt { text-decoration: underline!important; color: #2288bb; }
a.link_txt:hover { text-decoration: none!important; }

.att { padding-left: 1em; text-indent: -1em; }


.flow-con-Title {
	font-size: 22px;
	color: #242982;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	margin: 60px 0 40px;
}

	.flow-con-Title:before,
.flow-con-Title:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #242982;
  min-width: 10px;
  display: inline-block;
  vertical-align: middle;
}
.flow-con-Title:before {
  margin-right: 20px;
}
.flow-con-Title:after {
  margin-left: 20px;
}

	.flow-num-Title {
	text-align: center;
	font-size: 18px!important;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.8;
	color:#000;
}
span.flow-midashi {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;/*#242982;*/
	padding-bottom: 6px;
}
	.flow-Box {
		margin-bottom: 30px;
	}
	.Set-2block {
		padding: 20px;
	}
	.Right-Img {
		float: right;
		width: 50%;
		display: block; 
	}
	.Left-Txt {
		float: left;
		width: 40%;
	}
	.spOnly {
		display: none;
	}
	.inner02 {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
.marine {
	color: #242982;
}
.bold_txt {
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}



@media screen and (min-width: 768px) {
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: block;
	}
	.For_textLeft {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

@media screen and (max-width: 767px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	#flow .boxWrap .col3{
		width: 100%;
		padding: 10px;
	}
	
	#flow .point{
	text-align: center;
	position: relative;
	padding: 10px;
}
	.Set-2block {
		margin-bottom: 50px;
	}
	.Right-Img {
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	.leftIMG img {
		margin: 0 auto;
		width: 100%;
		max-width: 580px;
	}
	.inner02 {
		padding: 0px 30px;
	}
	.inner02 .Set-2block {
		padding: 0px 20px;
	}
	
	.flow-num-Title {
	line-height: 2.0;
	}
	.Right-Img, .Left-Txt {
		float: none;
		width: 100%;
	}
	.For_textLeft {
		padding-left: 50px!important;
		padding-right: 50px!important;
	}
	

}





/*-----------------
出展企業一覧追加
-----------------*/

.exhibit_inner{
	max-width: 980px;
	margin: 0 auto;
}


.exhibit_inner ul{
	list-style: none;
} 

.exhibit_area,
.area_warp{
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}

.exhibit_area{
	margin-bottom: 30px;
}

.exhibit_tokyou,
.exhibit_oosaka{
	width: 48%;
	padding: 30px 0;
	
}

.exhibit_tokyou .area_title{
	color:#C40018;
	font-weight: bold;
	font-size: 24px;
	line-height: 52px;
	width: 80px;
	flex:1 auto ;
}

.exhibit_tokyou .area_list{
	flex:1 auto ;
}



.exhibit_area .area_list li:first-child{
	margin-bottom: 10px;

}

.exhibit_area .area_list li a{
	text-decoration: none;
	color: #000;

}


.exhibit_tokyou{
	border:solid 3px #C40018;

}

.exhibit_oosaka { 
	border:solid 3px #242882;

}
.exhibit_oosaka .area_title{
	color:#242882;
	font-weight: bold;
	font-size: 24px;
	line-height: 52px;
	width: 80px;
	flex:1 auto ;
}

.exhibit_oosaka .area_list{
	flex:1 auto ;
}

.area_warp .area_list li a::before{
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	height: 0;
	border-left: 10px solid #242882 ;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	padding-right: 5px;
	vertical-align: baseline;
}

.exhibit_title{
	max-width: 980px;
	margin: 20px auto 40px;
}


#search_area{
	width: 80%;
	margin: 0 auto;
	border: solid 2px #888;
	padding: 30px 20px 40px 20px;
}

#search_area strong{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	display: inline-block;
	padding-left: 10px;
}


.form_check{
	display:flex;
	flex-wrap:wrap;
	/* justify-content:left;
	align-items:left; */
}

.form_check li{
	width : calc(100% / 3) ;
    display: inline-block;
    letter-spacing: normal;
	color: #000;
	margin-bottom: 20px;
	
}


.search_keyword{
	display: flex;
	width: 100%;
	align-items: center;
	margin: 20px 0;
}

.search_keyword .input_keyword{
	width: 70%;
	height: 40px;
	padding: 10px;
	color: #000;
	font-weight: bold;
}

.search_keyword p{
	font-weight: bold;
	font-size: 1.4rem;
	padding-left: 10px;
	width: 25%;
	color: #000;
	
}

.search_keyword input{
	border:solid 1px #000;
	display: inline-block;
}

.exhibit_title img{
	width: 100%;
	margin: 0 auto;
}

.exhibit_list{
	margin-bottom: 1em;
	text-align: center;	
	margin: 40px 0 20px;
	color: #000;
	border-top: 1px #000 solid;
	padding: 40px 0 0 0;
	
}

.exhibit_list h2{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.0rem;
}

.exhibit_list p{
	font-size: 16px;
	text-align: center;
}


.exhibit_search_list{
	max-width: 980px;
	margin: 0 auto;
}

.exhibit_search_list .exhibit_search_inner{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 60%;
	margin: 0 auto;
}

.exhibit_search_list .exhibit_search_inner li a{
	border:solid 1px #000;
	border-radius: 100%;
	width: 45px;
	height: 45px;
    display: flex;
    text-align: center;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #242882;
	font-size: 1.8rem;
}

.exhibit_search_list .exhibit_search_inner li a.no_link{
	background: #CCC;
	opacity: .5;
	pointer-events:none;


}

.exhibit_search_list .exhibit_search_inner li a:hover{
	background: #000;
	color: #FFF;
	opacity: 1;
}

.exhibit_search_list .keyword_index{
	border-bottom: 1px #000 solid;
	font-weight: bold;
	font-size: 24px;
	padding: 0 20px;
	margin-bottom: 20px;
}


.exhibit_search_results{
	border:solid 1px #000;
	width: 98%;
	margin: 0 auto 20px;
}

.results_inner .results_box{
	background: #000;
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.results_inner .results_box h3{
	color: #FFF;
	padding: 20px 10px 20px 20px;
	flex: 1 1 100px;
}

.results_inner .results_box ul{
	list-style: none;
    display: flex;
	height: 30px;
	padding: 0 10px 0 0;
}

.results_inner .results_box ul li.tokyo{
	background:#C40018 ;
	color: #FFF;
	padding: 4px;
	margin-right: 10px;
	font-weight: bold;

}

.results_inner .results_box ul li.oosaka{
	background: #242882;
	color: #FFF;
	padding: 4px;
	font-weight: bold;
}


.results_inner .results_text{
	padding: 15px 0;
	color: #000;
	margin: 0 20px;
	border-bottom: solid 1px #000;
}

.results_inner .results_text strong{

	font-size: 1.6rem;
	padding: 10px 0 0 0;
}

.results_inner .results_text p{

	font-size: 1.4rem;
	padding: 10px 0 0 0;
}


.results_inner .results_text02{
	padding: 10px 0;
	color: #000;
	margin: 0 20px;
	border-bottom: solid 1px #000;
	display: flex;
	align-items: center;
}

.results_inner .results_text02 strong{
	width: 140px;
	display: inline-block;
	font-size: 1.6rem;
}

.results_inner .results_text02 p{
	display: inline-block;
	word-break: break-all;
}

.results_inner .results_text02 p a{
	display: inline-block;
	word-break: break-all;
	text-decoration: none;
}



.results_inner .results_text02 .pdf_icon{
	border:solid 1px #000;
	border-radius: 30px;
	width: 130px;

}


.results_inner .results_text02 .pdf_icon a{ 
	display: block;
	padding: 5px 10px 5px 60px;
	position: relative;
	text-decoration: none;
}

.results_inner .results_text02 .pdf_icon a:before{
	content: "";
	background: url(../images2/pdf_icon.png) no-repeat;
	background-size:contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: 6px;
    left: 30px;
}


.results_inner .results_caption{
	padding: 50px 0;
	color: #000;
	margin: 0 20px;
	
}

.results_inner .results_caption ul{
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
}

.results_inner .results_caption li{
	width: 32%;
}

.results_inner .results_caption p{
	text-align: center;
	padding: 10px 0;
}


.btn_search:hover{
	background: #000;
	color: #FFF;
	opacity: 1;
}


@media screen and (min-width:320px) and ( max-width:768px) {
    /*　画面サイズが480pxから768pxまではここを読み込む　*/
	.exhibit_area, .area_warp{
		display: block;
		width: 94%;
		margin: 0 auto;

	}

	.area_warp{
		padding-bottom: 10px;
	}

	.exhibit_tokyou, .exhibit_oosaka{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;

	}

	.form_check li .check_label{
		font-size: 1.4rem;
	}

	.form_check li{
		width : calc(100% / 2) ;
		display: inline-block;
		letter-spacing: normal;
		color: #000;
		margin-bottom: 20px;
		
	}

	.exhibit_search_list .exhibit_search_inner{
		width: calc(100% - 10px);
		margin-bottom: 30px;
	}

	.exhibit_search_list .exhibit_search_inner li{
		margin-bottom: 10px;

	}

	#search_area{
		width: 94%;
	}

	.exhibit_search_results{
		width: 94%;
		margin: 0 auto 20px;
	}

}


@media screen and (min-width:320px)and ( max-width:479px)   {

	.form_check li{
		width : calc(100%) ;
	}

	.search_keyword{
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.search_keyword p {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.search_keyword .input_keyword{
		width: 100%;
	}

	.exhibit_search_list .exhibit_search_inner{
		/* display: table; */
	}

	.exhibit_search_list .exhibit_search_inner li{
		width: 20%;
		display: inline-block;


	}

	.exhibit_search_list .exhibit_search_inner li a{
		/* display: block; */
		text-align: center;
		vertical-align: middle;
		width: 64px;
		height: 64px;
		margin-left: 8%;
	}


}


/*チェックボックス*/
#search_area ul li input[type=checkbox] {
	display: none;  /* checkboxを非表示にする */
}

.check_label {
	position: relative; /* ボックスの位置を指定する */
	padding: 0 0 0 36px;    /* ボックス内側の余白を指定する */
	font-weight: bold;
	font-size: 1.4rem;
	display: flex;
}
.check_label:hover:after {
	border-color: #000;  /* ボックスの境界線を実線で指定する */
}

.check_label:after, .check_label:before{
	position: absolute; /* ボックスの位置を指定する */
	content: "";    /* ボックスのコンテンツ */
	display: block; /* ブロックレベル要素化する */
	top: 50%;   /* 上部から配置の基準位置を決める */
}

.check_label:after {
	left: 15px; /* 左から配置の基準位置を決める */
	margin-top: -10px;  /* チェック枠の位置 */
	width: 15px;    /* ボックスの横幅を指定する */
	height: 15px;   /* ボックスの高さを指定する */
	border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
}

.check_label:before {
	left: 21px; /* 左から配置の基準位置を決める */
	margin-top: -7px;   /* チェックマークの位置 */
	width: 5px; /* ボックスの横幅を指定する */
	height: 9px;    /* ボックスの高さを指定する */
	border-right: 3px solid #000;    /* 境界線（右）のスタイルを指定する */
	border-bottom: 3px solid #000;   /* 境界線（下）のスタイルを指定する */
	transform: rotate(45deg);   /* 要素を回転させる */
	opacity: 0; /* 要素を透過指定する */
}

#search_area ul li input[type=checkbox]:checked + .check_label:before {
	opacity: 1; /* 要素を表示する */
}



#search_area .button_area{
	padding: 20px 0 30px;
	width: 450px;
	margin: 0 auto;
}
button#check_submit {
	display: block;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 20px 0;
	margin: 20px auto;
	width: 320px;
	cursor: pointer;
	border: 1px #333 solid;
	border-radius: 100px;
}
button#check_submit::before,
button#check_submit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
button#check_submit,
button#check_submit::before,
button#check_submit::after {
	box-sizing: border-box;
}
button#check_submit:hover {
  background-color:#7c80b2;
  text-decoration: none;
  color:#fff;
}

button#check_submit[disabled],button#check_submit[disabled]:hover,button#check_submit[disabled]:active{
    background-color:#d8d8d8;
    color:#999;
    cursor: default;
    box-shadow: none !important;
}

/*キャプション 20240501*/
.caption {
  font-size: 12px;
}