@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
body {
		color: #3e3a3a;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;;
  min-width: 980px;
}
a {
  text-decoration: none;
  color: #3e3a3a;
}
img {
  vertical-align: top;
}
h1 {
  text-align: center;
}

h2 {
  text-align: center;
}
.wrapper{
	margin: 0 auto;
	width: 980px;
}
.sec-title{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	background-color: #08803c;
	padding: 10px 0;
	margin-bottom: 20px;
}
.mb8{
	margin-bottom: 8px;
}
.mb60 {
	margin-bottom: 60px;
}

/* =============================================
ヘッダーエリア
============================================== */
#header{
	height: 600px;
	margin-bottom: 60px;
}
 .header_bg{
	position: relative;
 }

.background1 {
  background-image: url(../images/header01_bg.jpg);
	height: 300px;
	max-width:  100%;
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center top -120px;
}
.background2 {
	position: relative;
	/* top: 300px; */
  background-image: url(../images/header02_bg.jpg);
	height: 300px;
	max-width:  100%;
	background-size: cover;
  background-repeat: no-repeat;
}
#header .title {
	text-align: center;
	position:relative;
	top: -100%;
	left: 50%;
	transform: translate(-50%, -0);
}

#header .sns {
	position:absolute;
	top: 83%;
	right: 0;
}
#header a:hover {
	opacity: 0.7;
}
.header-wrap{
	width: 980px;
}

/* =============================================
基調講演エリア
============================================== */
#lecture ul{
	display: flex;
	justify-content: space-between;
}
#lecture li{
	width: 460px;
}
#lecture h1 {
	text-align: start;
}
#lecture h1 img{
	width: 264px;
	margin-bottom: 16px;
}
#lecture h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.2;
}
#lecture .lecture-flex{
	display: flex;
	height: 232px;
	margin-bottom: 16px;
}
#lecture  p{
	line-height: 1.2;
}
#lecture .lecture-flex img{
	margin-right: 16px;
	width: 100%;
	height: 196px;
}
#lecture table{
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #3e3a3a;
	margin-bottom: 16px;
}
#lecture td{
padding: 2px 0 2px 12px;
line-height: 1.2;
}
#lecture .teacher{
	width: 68px;
	vertical-align: middle;
	text-align: center;
	background-color: #3e3a3a;
	color: #ffffff;
	padding: 0;
}
#lecture span{
	font-size: 26px;
	font-weight: 600;
}

/* =============================================
セミナーエリア
============================================== */
#seminar .seminar-item{
	border-top: 2px solid #08803c;
	border-collapse: collapse;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

#seminar .number {
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: #08803c;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, 100% 0, 0 100%);
  }
#seminar .number p{
	margin-left: 8px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	}
#seminar .seminar-l {
	width: 58%;
}
#seminar .seminar-l ul {
	display: flex;
	justify-content: space-between;
	border-bottom:#08803c solid 1px ;
}
#seminar .seminar-l li {
padding: 8px 0;}
.box1{
	width: 50%;
}
.seminar-l .arrow{
	color: #08803c; font-size: 10px; 	vertical-align: middle;
}
.seminar-l .time{margin-left: 10px; border: 1px solid #08803c; padding: 2px 5px;  font-size: 14px; color:#08803c;
}
.seminar-l h4{
	font-size: 24px;
	font-weight: 600;
	margin-top: 8px;
	line-height: 1.3;
}
#seminar .seminar-r {
	margin-left: 24px;
	padding: 8px 0 8px;
	width: 430px;
	vertical-align: middle;
}


/* =============================================
会場アクセスエリア
============================================== */

.access_map {
  margin: 40px 0 80px;
}

/* =============================================
協賛予定社一覧エリア
============================================== */
#sponsor {
  background: #fbf8ef;
	padding: 40px 0 20px;
}
.sponsor-title{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	background-color: #3e3a3a;
	padding: 10px 0;
	margin-bottom: 8px;
}

.sponsor-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.sponsor-sub{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;

}
.sponsor-sub li, .ml40{
	margin-left: 40px;
}
.sponsor-flex li{
	width: 300px;
}
#sponsor .read{
	text-align: center;
}
#sponsor h1{
	text-align: right;
	margin-top: 8px;
}
#sponsor .sponsor-genre {
  padding: 8px 0 8px 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/sponsorname01.png) left top no-repeat;
	line-height: 1.2;
}
#sponsor .table_show{
  empty-cells: show;
}
#sponsor .table_hide{
  empty-cells: hide;
}
.sponsor_list .table_show th {
  width: 242px;
}
.sponsor_list .table_hide th {
  width: 100%;
}
.sponsor_list .line3{
  padding: 4px 0;
	line-height: 1.25;
}
.sponsor_list .line2{
  padding: 8px 0;
}
.sponsor_list table td {
	width: 16px;
}
.sponsor_list li {
  line-height: 1.6;
	border-bottom:#3e3a3a solid 1px;
  /* background: #f5f0e0; */
}
.sponsor_list li a {
  display: block;
  padding: 6px 0 4px;
}
.sponsor_list li .blue {
  color: #0080CB;
}
.sponsor_list li .red {
  color: #E50012;
}
.sponsor_list li .yellow {
  color: #F9BE00;
}
.sponsor_list li a:hover {
  background: #B5D9C4;
}


/*--------会場レイアウト（PDF）を見るボタン-------*/
#pdf {
  text-align: center; }

#pdf a {
  display: inline-block;
  margin: 20px 0 80px;
  background: url(../images/pdf_btn.png) left top no-repeat;
  width: 740px;
  height: 65px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#pdf a:hover {
  background: url(../images/pdf_btn.png) left bottom no-repeat; }



/* =============================================
フェア見どころエリア
============================================== */
#product ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#product li{
	width: 460px;
	margin: 16px 0 48px;
}
.product-title{
	background-color: #08803c;
	color: #fff;
	padding: 8px 16px 8px 16px ;

}
#product h4 {
	padding: 4px 0;
	font-size: 14px;
	line-height: 1.3;
	border-bottom: solid 1px #fff;
}
#product h3 {
	padding: 4px 0 0;
	font-size: 20px;
	line-height: 1.3;
}
#product .lease h3 {
	padding: 16px 0  14px ;
	font-size: 20px;
	line-height: 1.3;
}
#product h3 span {
	font-size: 16px;
}


/* =============================================
フッターエリア
============================================== */
#footer_wrap {
  background: #08803c;
}

#footer {
  width: 780px;
  margin: 0 auto;
  padding: 30px 0;
  color: #ffffff;
}

#footer h2 {
  width: 95px;
  margin: 0 auto;
  padding: 4px 10px;
  line-height: 1;
  font-weight: bold;
  color: #08803c;
  background: #ffffff;
  text-align: center;
}

#f_logo {
  margin: 20px 0 13px;
}

#footer ul {
  margin-bottom: 25px;
}

#footer li {
  margin-bottom: 8px;
  line-height: 1.6;
}

#footer ul span {
  width: 100px;
  display: inline-block;
  background: #053c1f;
  margin-right: 12px;
  padding: 4px 10px 5px;
  line-height: 14px;
  text-align: center;
}

#f_sponsor {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

#copyright {
  height: 10px;
  font-size: 12px;
  color: #08803c;
  padding: 20px 0;
  text-align: center;
}
