@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
html {
  background-color: #FAFAFA;
}
body {
  font-family:'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #FFF;
  color: #000;
  font-size: 18px;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
.wrap {
  overflow: hidden;
}
@media (max-width: 599px) {
  body {
    font-size: 16px;
  }
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0;
    overflow: hidden;
  }
  .spWrap {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 1180px) {
  .container {
    width: calc(100% - 5vw);
		max-width: 1180px;
		overflow-y: hidden;
  }
  .hidden_tb {
    display: none;
  }
}
@media (orientation: landscape) {
  .container {
    width: calc(100% - 5vw);
		max-width: 1180px;
  }
}
@media (min-width: 1181px) {
  .container {
    width: 1100px;
    padding: 0;
  }
  .hidden_pc {
    display: none;
  }
}


.keyvisual {
	background-image: url("../img/bg2025.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
}
@media (max-width: 599px) {
.keyvisual {
	background-size: auto 100%;
}
}
@media (max-width: 599px) {
}

.headbar {
	background-color: #009844;
	display: flex;
	justify-content: flex-end;
	padding: 4px;
}
.headbar img {
	width: 50%;
}
@media (min-width: 600px) {
.headbar img {
	width: 380px;
}
}
.main {
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 8px;
}
.main h1 {
	font-weight: 900;
	font-size: 22px;
}
.main .main_logo img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.main .show {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.main .show .date {
	line-height: 1;
	font-weight: 700;
}
.main .show .hour {
	font-weight: 700;
}
.main .show .hour span {
	font-size: 70%;
	font-weight: normal;
}
.main .show .venue {
	padding-top: 0.5em;
	border-top: 1px solid rgba(255,255,255,.5);
}
.main .show .venue h4 {
	font-weight: 700;
	line-height: 1.2;
}
.main .btnBox.flex {
	display: flex;
	gap: 8px;
}
.main .btnBox a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	padding: 0.8em 0;
	border-radius: 15px;
	color: #FFF;
}
.main .btnBox a.none {
  pointer-events: none;
  -webkit-filter: grayscale(0.8); /* Webkit */
	filter: rgba(0, 0, 0, 0.5); /* IE6-9 */
	filter: grayscale(0.8); /* W3C */
	opacity: 0.8;
}
.main .btnBox .btn_exhibitor a {
	background-color: #FF2600;
}
.main .btnBox .btn_grn a {
	background-color: #00B050;
}
.main .btnBox .btn_blu a {
	background-color: #014099;
}
@media (max-width: 599px) {
.main .show {
}
.main .show .date {
	text-align: left;
}
.main .show .date p {
	font-size: 20px;
}
.main .show .date .year span {
	font-size: 24px;
}
.main .show .date .year strong {
	font-size: 34px;
	margin: 0 4px;
}
.main .show .date .days strong {
	font-size: 48px;
	margin: 0 4px;
}
.main .show .hour {
	font-size: 22px;
}
.main .show .venue h4 {
	font-weight: 700;
}
.main .container {
	width: 80%;
}
.main .btnBox.flex {
	flex-direction: column;
	gap: 4px;
	margin-bottom: 15px;
}
.main .douji a img {
	width: 33.3%;
}
}
@media (min-width: 600px) {
.main {
	padding: 15px 0 50px;
	position: relative;
}
.main h1 {
	font-size: 32px;
}
.main .main_logo img {
	width: auto;
	height: 55vh;
}
.main .show {
	margin-bottom: 50px;
}
.main .show .date {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 8px;
}
.main .show .date p {
	font-size: 30px;
}
.main .show .date .year span {
	font-size: 44px;
	margin: 0 4px;
}
.main .show .date .year strong {
	font-size: 60px;
	margin: 0 4px;
}
.main .show .date .days strong {
	font-size: 70px;
	margin: 0 4px;
}
.main .show .hour {
	font-size: 40px;
}
.main .show .hour span {
	font-size: 22px;
}
.main .show .venue {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}
.main .show .venue h4 {
	font-size: 40px;
}
.main .show .venue p {
	font-size: 18px;
}
	.main .btnBox.flex {
	flex-direction: row;
}
.main .btnBox .btn_exhibitor a ,
.main .btnBox .btn_blu a ,
.main .btnBox .btn_grn a {
	font-size: 26px;
}
.main .btnBox.flex {
	width: 100%;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.main .btnBox.flex .btn_exhibitor.w100 {
	flex-basis: 100%;
}
.main .btnBox.flex .btn_exhibitor.w100 a {
	width: 50%;
	margin: auto;
}
.main .btnBox.flex > div {
	flex-basis: calc(33% - 4px);
}
.main .douji {
	position: absolute;
	bottom: 180px;
	left: calc(50% + 350px);
}
.main .douji a img {
	width: 160px;
}
}
.main .past {
	width: 100%;
}
.main .past h3.midashi {
	width: 100%;
	text-align:center;
	background-color: rgba(71, 108, 157, 0.43);
	font-weight: bold;
	padding: 8px;
}
.main .past .indent {
	padding: 8px;
}
.main .past table {
	width: 100%;
}
.main .past table tr th {
	background-color: rgba(10, 8, 8, 0.44);
}
.main .past table td.lastYaer .flex {
  display: flex;
}
.main .past table td .heading {
	flex-basis: 35%;
	text-align: left;
}
.main .past table td .kekka {
	flex-grow: 2;
	display: flex;
}
.main .past table td .kekka > div {
	white-space: nowrap;
}
.main .past table td .kekka .ninzuu {
	flex-basis: 40%;
	text-align: right;
}

@media (max-width: 760px) {
.main .past table, .main .past table tbody, .main .past table thead, .main .past table tfoot, .main .past table tr, .main .past table th, .main .past table td {
	display: block;
}
	.main .past table {
		border: 1px solid #FFF;
	}
	.main .past table th {
		text-align: center;
	}
	.main .past table td {
		text-align: center;
  }
.main .past table td.thisYaer .kekka {
	margin-left: 35%;
}
}
@media (min-width: 761px) {
.main .past {
	margin: 0 auto 30px;
}
.main .past .indent {
	padding: 15px;
}
.main .past table {
	border: 1px solid #FFF;
}
.main .past table tbody tr {
	border-bottom: 1px solid #FFF;
}
.main .past table th,
.main .past table td {
	padding: 8px;
	text-align: center;
}
.main .show .venue {
	gap: 1em;
}
}
@media (min-width: 600px) and (max-width: 1200px) {
.main .past {
	max-width: 760px;
}
.main .past table td.lastYaer {
	width: 55%;
}
.main .past table td.lastYaer .kekka .ninzuu {
	flex-basis: 30%;
}
}
@media (min-width: 1201px) {
.main .past {
	max-width: 950px;
}
.main .past table td.lastYaer {
	width: 50%;
}
}

.conts > div {
	padding: 30px 15px;
}
.conts section {
	margin-bottom: 30px;
}
.conts section h3.midashi {
	background-color: #0152BE;
	color: #FFF;
	padding: 0.5em 1em;
	text-align: left;
	font-weight: 700;
}
.conts section .indent {
	padding: 8px;
	text-align: left;
}
.conts section ul.row2_1 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.conts section h4.company {
	color: #004098;
	font-weight: 600;
}
.conts section.bnr ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.conts section.bnr ul li {
	flex-basis: calc(50% - 4px);
	display: flex;
	flex-direction: column;
}
.conts section.bnr ul li a {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 599px) {
.conts section dl.tbl {
	width: 100%;
	border: 1px solid #CCC;
}
.conts section dl.tbl dt {
	background-color: #E8E8E8;
	padding: 4px;
}
.conts section dl.tbl dd {
	padding: 4px 8px;
}
.conts section span.br_b::before,
.conts section span.br_a::after {
	content: "\a";
	white-space: pre;
}
}
@media (min-width: 600px) {
.conts > div {
	padding: 50px 0;
}
.conts section .indent {
	padding: 15px;
}
.conts section ul.row2_1 {
	flex-direction: row;
}
.conts section ul.row2_1 > li {
	flex-basis: 50%;
}
.conts section ul.row2_1 li:last-child {
	margin-left: auto;
}
.conts section h4.company {
	font-size: 20px;
}
.conts section dl.tbl {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	display: flex;
	flex-wrap: wrap;
}
.conts section dl.tbl dt {
	padding: 8px;
	background-color: #E8E8E8;
	flex-basis: 20%;
	border-bottom: 1px solid #CCC;
}
.conts section dl.tbl dd {
	padding: 8px;
	flex-basis: 80%;
	border-bottom: 1px solid #CCC;
}
.conts section.bnr ul li {
	flex-basis: calc(33.3% - 5.33px);
}
}

#footer {
	background-color: #FCFCFC;
	border-top: 2px solid #0152BE;
}
#footer > div {
	padding: 8px 0;
}
#footer .copyright {
	color: #999;
	font-size: 11px;
	text-align: right;
}
@media (max-width: 599px) {
}
@media (min-width: 600px) {
#footer .copyright {
	font-size: 12px;
}
}

