@charset "utf-8";


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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:0.9rem;
font-family:verdana,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}


a{color:#00884d;text-decoration:none;}
a:hover{color:#ab7203;}
a:active, a:focus {outline:0;}

.tothetop{
display: block;
position:fixed;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    opacity: 0.7;
}
    
.content {
padding:5%;
margin-right:2%;
overflow:hidden;
}

.mainimage{
display: block;
width:100%;
max-width:1000px;
margin:0 auto;
margin-top:10px;
height:auto;
}

.banner{
display: block;
width:100%;
max-width:600px;
margin:0 auto;
margin-top:10px;
height:auto;
}

.banner2{
display: block;
width:100%;
max-width:800px;
margin:0 auto;
height:auto;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%; /* または max-width を指定 */
  max-width: 800px;
  margin: 0 auto;
}

.flex-item {
  flex: 20 20 100px;
  height: auto;
  margin:20px;
}

.flex-item img {
  width: 100%;
  height: auto;
  display: block;
}

.graph{
display: block;
width:70%;
max-width:600px;
margin:0 auto;
height:auto;
}

.graph2{
display: block;
width:100%;
max-width:1100px;
margin:0 auto;
height:auto;
}

.logoimage{
display: block;
width:70%;
max-width:500px;
margin:0 auto;
margin-top:50px;
height:auto;
}

.title{
display:block;
width:100%;
max-width:1000px;
height:auto;
margin:0 auto;
}

.languagearea{
    width:100%;
    max-width:1000px;
    margin:50px auto 0px;
}

.language{
    float:right;
    width:75px;
    margin:10px auto;
    margin-left:5px;
    padding:2px;
    border: solid 1px black;
    font-size:12px;
    font-weight: bolder;
    text-align: center;
}

a.material:hover{
	color: #fff;
}

.material{
    background-color:#fdce0b;
    color:rgb(1, 5, 120);
    border:0px
}


.order{
    background-color:#df0202;
    color:white;
    border:0px
}

a.order:hover{
	color: #000;
}


.guidearea{
 display: none;
}

.guide{
 display: none;
	}

.maincatch{
    font-size: 1.3rem;;
	font-weight:bolder;
	text-align: center;
    line-height: 1.2;
    margin-bottom:30px;
    color:#3A6431;
}

.maincatch::before {
 content: url(images/2026icon30x30.png);
 display: inline-block;
 vertical-align: middle;
}

.catch{
    font-size: 1.5rem;;
	font-weight:bolder;
	text-align: center;
    margin-bottom:10px;
    color:#3A6431;
}

.catch::before {
 content: url(images/2026icon30x30.png);
 display: inline-block;
 vertical-align: middle;
}

.heading{
font-weight:bolder;
font-size:1.2rem;
text-align: center;
padding:5px;
color:#000;
background-color:#eddfa5 ;
margin-top:10px;
}

.headingred{
display: block;
font-weight:bolder;
font-size:0.9rem;
text-align: center;
width:90%;
max-width:600px;
padding:5px;
color:red;
background-color:fff ;
margin:20px auto;
border: solid 2px;
border-color: red;
border-radius:10px;
}

.seminarday{
font-weight:bolder;
font-size:1.5rem;
text-align: center;
padding:5px;
color:#fff;
background-color:red ;
margin-top:70px;
margin-bottom:20px;
border-radius:10px;
}

.eventname{
font-weight:bolder;
font-size:15px;
text-align: left;
color:#000;
margin-top:20px;
}

.eventlogo{
    margin-top:0px;  
}

.jima{
    width:320px;
}

.center{
    text-align: center;
}

.deco01 {
  background: #819d63;
  color: white;/*文字色*/
  padding: 0.2em;/*文字周りの余白*/
  border-radius: 0.2em;/*角丸*/
  margin-right: 10px;
  line-height: 2.0;
}

.deco02 {
  color: black;/*文字色*/
  border: solid 1px black;
  padding: 0.2em;/*文字周りの余白*/
  line-height: 2.0;
  margin-right: 10px;
}

.deco03{
  background: red;
  color: white;/*文字色*/
  padding: 0.2em;/*文字周りの余白*/
  border-radius: 0.2em;/*角丸*/
  margin-right: 10px;
}

.deco04{
  background: #0139b7;
  color: white;/*文字色*/
  padding: 0.2em;/*文字周りの余白*/
  border-radius: 0.2em;/*角丸*/
  margin-right: 10px;
}

.deco05 {
    display: inline-block;
    width:100%;
    height:auto;
    font-size:1.0rem;
    font-weight: bolder;
    text-align: center;
    background: #387d39;
    color: white;/*文字色*/
    padding: 0.2em;/*文字周りの余白*/
    margin-top:20px;
  }
  
  
  .deco06 {
    display: inline-block;
    width:200px;
    height:auto;
    text-align: center;
    background: #fff;
    color: #387d39;/*文字色*/
    padding: 0.2em;/*文字周りの余白*/
    border-radius: 10px;/*角丸*/
    margin-right: 10px;
    margin-top:20px;
    border: 2px solid #387d39;
  }
  
  
  .deco07 {
    display: inline-block;
    width:150px;
    height:auto;
    text-align: center;
    background: orange;
    color: white;/*文字色*/
    border-radius: 10px;/*角丸*/
    margin-left: 20px;
    margin-top:20px;
  }
  
  .deco07:hover{
      background:yellow;
      color:black;
  }

.orange{
  color: orange;/*文字色*/
}

.red{
  color: red;/*文字色*/
}

.green{
  margin-top:20px;
  color:#387d39;/*文字色*/
  border-top:5px solid #387d39;
  border-bottom:5px solid #387d39;
  width:500px;
}

.linebox{
    display: block;
    width:90%;
    height: auto;
    border:solid 1px black;
    margin:10px auto;
    padding:5px;
}

.bluebox{
    display: block;
    background-color: #E9F1E0;
    width:90%;
    max-width:1400px;
    height: auto;
    margin:20px auto;
    padding:5px;
}

.category{
    font-size:1.0rem;
    line-height: 1.2;
    font-weight: bolder;
}

.category::before {
 content: url(images/2026icon30x30.png);
 display: inline-block;
 vertical-align: middle;
}

.text{
 margin-top:20px;
}

.terms{
  font-size:smaller;
}

.bold {
  font-weight:bold;
}

.largetext{
    font-size:1.0rem;
    font-weight: bolder;
}

.theme{
    font-size:1.2rem;
    color:#0139b7;
    font-weight: bolder;
}

.culumn{
    display:block;
    width:100%;
    height:auto;
    padding:10px;
    background-color:#f0e8d2;
}


.facebox{
    display: block;
    text-align: center;
    background-color: white;
    font-size:0.8rem;
    width:100px;
    height:auto;
    margin:10px;
    float:left;
}

.face{
    width:100px;
    height:100px;  
}

.clear{
    margin-top:30px;
    clear:both;
}

.bold{
    font-weight: bolder;
}

.explaintext{
    font-size:1.2rem;
    font-weight: bold;
}

.indent{
    margin-left:4.0rem;
}

.download{
    text-align: center;
    font-size:1.2rem;
    font-weight: normal;
    border-top:solid 1px black;    
    border-bottom:solid 1px black;    
}


.fullsize{
    width:100%;
}

/* 帯デザイン
------------------------------------------------------------*/
.obiarea{
    width:100%;
    margin:10px auto 40px;
}

.obi1{
    display: block;
	text-align: center;
    font-size:120%;
	float:left;
    margin: 0px;    
	width:60%;
	height:25px;
	color:#FFF;
	background-color: #3A6431;
	}

.obi2{
    display: block;
	text-align: center;
	float:left;
    margin: 0px;    
	width:20%;
	height:25px;
	color:#FFF;
	background-color: #c49b5f;
	}

.obi3{
    display: block;
	text-align: center;
    font-size:120%;
	float:left;
    margin: 0px;    
	width:100%;
	height:auto;
	color:#FFF;
	background-color: #0a4cbf;
}

.obi4{
    display: block;
	text-align: center;
    font-size:100%;
	float:left;
    margin: 0px;    
	width:60%;
	height:30px;
	color:#FFF;
	background-color: #5c2509;
	}

 .obi5{
        display: block;
        text-align: center;
        float:left;
        margin: 0px;    
        width:20%;
        height:30px;
        color:#FFF;
        background-color: #337b48;
        }
    
.exhibitor{
    font-size: 0.8rem;
    margin-bottom:10px;
    background-color: #fff;
    padding:10px;
}

.list{
    list-style: disc;
    margin-left:20px;
}

.left{
float:left;
clear:left;
margin:3px 5px 5px 0;
}

.right{
float:right;
clear:right;
margin:3px 0 5px 5px;
}

.photo {
	width: 50%;
    min-width: 300px;
    max-width: 600px;
	padding: 0px 10px 0px 0px;
    margin-top:10px;
}

/* テーブル
------------------------------------------------------------*/
.table1{
border-collapse:collapse;
margin-top:20px;
width: 100%;
}

.table1 td{
border-collapse:collapse;
background-color:#edfbdd;
text-align:left;
vertical-align:middle;
padding:8px;
}

.table1 th{
background-color:#c4dca9;
text-align:center;
vertical-align: middle;
padding:2px;
white-space:nowrap;
color: #151515;
font-weight:bold;
letter-spacing:1px;
}


.table2{
border-collapse:collapse;
margin:20px auto 15px auto;
width: 100%;
}

.table2 td{
border-collapse:collapse;
background-color:#FFF;
text-align:left;
vertical-align:middle;
padding:8px;
}

.table2 th{
background-color:#3A6431;
text-align:center;
vertical-align:middle;
padding:4px;
white-space:nowrap;
color: #fff;
border-top:10px solid #fff;
border-right:5px solid #fff;
border-bottom:5px solid #fff;
border-left:5px solid f;
font-weight:bold;
letter-spacing:1px;
}

.table3{
border-collapse:collapse;
width: 100%;
margin-top:20px;
}

.table3 td{
border-collapse:collapse;
background-color:#FFF;
text-align:left;
vertical-align:middle;
padding:8px;
border:1px solid #000;
}

.table3 th{
background-color:#e9f2fb;
text-align:center;
vertical-align:middle;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
font-weight:bold;
letter-spacing:1px;
}

.table4{
border-collapse:collapse;
width: 100%;
margin-top:20px;
}

.sche1{
background-color:#f1f7e8;
text-align:left;
vertical-align:middle;
padding:8px;
border:3px solid #fff;
}

.sche2{
background-color:#d1e5b4;
text-align:left;
vertical-align:middle;
padding:8px;
border:3px solid #fff;
}

.sche3{
background-color:#efefef;
text-align:center;
vertical-align:middle;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:3px solid #fff;
border-right:3px solid #fff;
border-bottom:3px solid #fff;
border-left:3px solid #fff;
font-size:15px;
font-weight:bold;
letter-spacing:1px;}

.sche4{
background-color:#fffbee;
text-align:left;
vertical-align:middle;
padding:8px;
border:3px solid #fff;
}

.table4 p{
font-size:15px;
font-weight: bolder;
}

.table4 th{
background-color:#ecf7df;
text-align:center;
vertical-align:middle;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:3px solid #fff;
border-right:3px solid #fff;
border-bottom:3px solid #fff;
border-left:3px solid #fff;
font-size:15px;
font-weight:bold;
letter-spacing:1px;
}

input, select, textarea {
font-size: 120%;
} 

.copy{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#fff;
background:#333;
}

/* ボタンデザイン
------------------------------------------------------------*/
a.btnmaterial{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 80%;
  max-width:600px;
	margin: auto;
	font-size:1.0rem;
    font-weight: bold;
	border-radius: 10px;
    background-color:#fdce0b;
    color:rgb(1, 5, 120);
	margin-top:20px;
    margin-bottom:20px;
}

a.btnmaterial:hover{
      background-color:#399e18;

	color: #fff;
}


a.btnorder{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 80%;
  max-width:600px;
	margin: auto;
	font-size:1.0rem;
    font-weight: bold;
	border-radius: 10px;
	background: #df0202;
	color: #ffffff;
	margin-top:20px;
    margin-bottom:20px;
}

a.btnorder:hover{
    background: yellow;
	color: #000;
}



a.btndownload{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 80%;
  max-width:600px;
	margin: auto;
	font-size:1.0rem;
    font-weight: bold;
	border-radius: 100vh;
	background: #fdce0b;
	color: #000;
    margin-bottom:20px;
}

a.btndownload:hover{
    background: yellow;
	color: #000;
}

a.btn3{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 80%;
  max-width:600px;
margin:0 auto;
    margin-top:20px;
	font-size:1.0rem;
    font-weight: bold;
	border-radius: 100vh;
	background: #87db6a;
	color: #000;
    margin-bottom:20px;
}
a.btn3:hover{
    background: yellow;
	color: #000;
}

a.btn4{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 200px;
    margin-top:20px;
	font-size:1.2rem;
    font-weight: bolder;
	border-radius: 5px;
	background: #f15b04;
	color: #ffffff;
    margin-bottom:20px;
}
a.btn4:hover{
    background: yellow;
	color: #000;
}

/* ハンバーガーメニュー
------------------------------------------------------------*/

.header {
  background-color:#3A6431;
  position: fixed;
  top:0;
  width: 100%;
  height: 52px;

}


.header2 {
    background-color:#5c2509;
    position: fixed;
    top:0;
    width: 100%;
    height: 52px;
  
  }
  
/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 5px 0;
  clear: both;
  background-color: #e3d4be;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-size: 16px;
  color: #3A6431;
  opacity: 1;
}

.menu li {
  text-align: center;
  font-weight: bolder;
  padding: 5px 0;
  margin: 0 54px;
  opacity: 1;
  letter-spacing: 4px;
}

.menu a:hover{
   color: #c49b5f;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
/*  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;*/
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: white;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: white;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
background-color: #3A6431;
width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content:center;
  align-items:center;
}

.navtext-container2 {
    background-color: #5c2509;
    width: 100%;
      height: 52px;
      position: absolute;
      box-sizing: border-box;
      display: flex;
      justify-content:center;
      align-items:center;
    }
    
/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: white;
  letter-spacing: 4px;
  font-size: 20px;
}

/*アコーディオン*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding:0 10px;
    font-size: 100%;
	display: block;
	color: #ffffff;
	background:#7c5c46;
}
.Label::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);
}
.Label,
.explain {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.explain {		/*本文*/
    height: 0;
	margin-bottom:5px;
	padding:0px;
	overflow: hidden;
}
.toggle:checked + .Label + .explain {	/*開閉時*/
	height: auto;
	padding:10px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

