@charset "UTF-8";
/* CSS Basic Style ---------------------------------------------------------- */

/* reset elements */
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;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
	b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
li {
	list-style-type: none;
}
table, img {
	border: none;
}
em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}
body {
	zoom: 1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:24px;
	width: 100%;
}
body:after {
	content: "";
	display: block;
	clear: both;
}
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing:border-box;
}

a {
	color: #191919;
	text-decoration:none;
}
a:link {
	color: #191919;
}
a:visited {
	color: #191919;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #191919;
}
body {
	padding: 0;
	margin:0;
	color:#000000;
}
* html body {
	overflow: hidden;
}
img {
	max-width: 100%;
	border: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.wrap{
	width:1450px;
	margin:0 auto;
}

#toggle{
display: none;
}
a:hover img{
	opacity:0.6;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body{
	background: url("images/i_bg02.jpg") no-repeat center top / cover;
	min-width: 1450px;
}
/*==============================================================
header
==============================================================*/
#header{
	clear: both;
	overflow: hidden;
  }
#header .wrap #logo{
float:left;
margin:15px 0;
}
#header .wrap #bt{
	float: right;
	margin: 15px 0;
}
#header .wrap #bt li{
	float: left;
	margin: 0 20px 0 0;
}
#header .wrap #bt li a{
	font-size:20px;
	background: #339866;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 15px;
}
#header .wrap #bt li a:hover{
	background: #00e373;
}
/*==============================================================
main_column
==============================================================*/
.main_column{
}
.main_column .wrap{
	width: 1450px;
	padding: 100px 0 50px 0;
}
.main_column .wrap .main_column_pc span{
	color: #339866;
	font-size:24px;
	font-weight: bold;
	line-height: 90px;
	letter-spacing: -1px;
	background: #ffffff;
	padding: 20px;
	display: inline;
}
.main_column .wrap .main_column_pc span span{
	font-size:36px;
	color: #fe0000;
	background: none;
	padding: 0;
}
.main_column .wrap .main_column_sp{
    display: none;
}
.main_column .wrap #lead{
	margin: 50px 0 0 0;
	border:2px solid #339866;
	padding:20px;
	background: #ffffff;
	display: inline-block;
}
.main_column .wrap #lead span{
	font-weight: bold;
	color: #fe0000;
	padding: 0;
	line-height: 50px;
	font-size:18px;
}
.contents_column{
	clear:both;
	overflow:hidden;
	width:1450px;
	margin:0 auto;
	padding: 50px 0;
}



.contents_column .wrap table {
 text-align: center;
 border-collapse: collapse;
 border:1px solid;
	background:#ffffff;
	font-size:14px;
	margin-bottom: 20px;
}
.contents_column table th {
 padding: 10px;
 background-color: #e3faf8;
border: 1px solid #666666;
white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 8%;
}
.contents_column table th span{
	font-size:12px;
}

.contents_column table td{
 padding: 10px;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
 border-bottom: solid 1px #666666;
	vertical-align:top;
	
}
.contents_column table .name{
	border: 1px solid #666666;
	background: #eeeeee;
	font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}
.contents_column table .usage{
	background: #99edbd; 
}
.contents_column table td dl {
  display: flex;
  flex-wrap: wrap;
}
.contents_column table td dl dt {
  width: 40%;
	text-align: left;
}
.contents_column table td dl dd {
  width: 60%;
	text-align: right;
}
.contents_column table td p{
	font-size:12px;
    
	margin-bottom: 10px;
}
.contents_column table td p.kukinoumi{
    text-align: left;
    line-height: 20px;
    margin: 0 0 160px 0;
}
.contents_column table td p.kukinoumi strong{
    font-weight: bold;
}
.contents_column table td ul{
	list-style-type: square;
	font-weight: bold;
	text-align: left;
}
.contents_column table td ul li{
	font-weight: bold;
	margin:0 0 20px 15px;
	list-style-type: square;
}
.contents_column table td img{
	margin-bottom: 15px;
}
.contents_column table td img.p_kukinoumi{
    margin: 0;
}
.contents_column table td.photo_td{
	position: relative;
	height: 440px;
}
.contents_column table td.photo_td .booth_box{
display:flex;flex-wrap:nowrap;border-bottom:1px solid #000000;
}
.contents_column table td.photo_td .booth_bt_box{
display:flex;flex-wrap:nowrap;position:relative;
}
.contents_column table td.photo_td .booth_bt_box .booth_bt{
width: 50%;position:relative;height: 210px;
}
.contents_column table td.photo_td .booth_bt_box .booth_bt .bt_youtube{
position: absolute;
    bottom:90px;
    left: 10%;
    z-index: 3;
    width: 80%;
}
.contents_column table td.photo_td .booth_bt_box .booth_bt .bt_qr{
text-align: right;
	position: absolute;
	bottom: 0;
	right: 10px;
	padding-top:100px;
    z-index: 2;
}
.contents_column table td .youtube{
    position: absolute;
    bottom:90px;
    left: 10%;
    z-index: 3;
    width: 80%;
}
.contents_column table td .qr{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 10px;
	padding-top:100px;
    z-index: 2;
}
.contents_column table td .bt{
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 10px;
	left: 10px;
	padding-top:100px;
}
.contents_column table.table01 td{
	width: 10.1%;
}
.contents_column table.table02 td{
	width: 11%;
}
.contents_column table.table02 td.photo_td{
    height: 480px;
}
.contents_column table.table02 td .youtube{
    width: 80%;
}
.contents_column table .ti_feature{
    background: #339866;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 0 10px -1.1em;
}
.contents_column table .sub{
margin:0 0 5px -1.1em; 
}
/*==============================================================
footer
==============================================================*/
#footer{
clear:both;
overflow:hidden;
padding:0px 0 0 0;
}


address{
clear:both;
overflow:hidden;
text-align:center;
padding:30px 0;
font-size:14px;
font-size:1.4rem;
border-top:1px solid #f0f0f0;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SP
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
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 {
font-size:100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
img {
max-width : 100% ;
}


body {
	-webkit-text-size-adjust : 100%!important ; background-size:200%;
	font-size: 12px;
	font-size: 1.2rem;
	overflow-x: hidden;
	line-height:22px;
	background: url("images/i_bg.jpg") no-repeat center top / contain;
	min-width: 100%;
	}
* {
	font-size: 10px;
	font-size: 1.0rem;
	}
	
#toggle{
display: block;
clear:both;
position: absolute;
right: 5%;
top: 5px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	body{
		font-size:3vw;
	}
/*==============================================================
header
==============================================================*/
#header{
height:auto;
padding:0;
}
#header .wrap #logo{
float:none;
margin:0px 5px 5px 5px;
}
#header .wrap #bt{
	margin: 2% 0 5% 0;
	}
#header .wrap #bt li a{
		font-size:3vw;
	padding: 5px;
	white-space: nowrap;
	}

/*==============================================================
main_column
==============================================================*/
#main_column {
height:auto;
}

.main_column .wrap{
	width: 94%;
	padding: 10% 0;
}
    .main_column .wrap .main_column_pc{
        display: none;
    }
    .main_column .wrap .main_column_sp{
        display: block;
        background: #ffffff;
        padding: 2vh 1vw;
    }
.main_column .wrap .main_column_sp span{
    color: #339866;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
	font-size:3.6vw;
	line-height: 8vw;
}
.main_column .wrap .main_column_sp span span{
	font-size: 4.4vw;
	display: inline-block;
    color: #fe0000;
}
.main_column .wrap #lead{
    margin: 5% 0 0 0;
	padding: 2%;
	font-size: 3.4vw;
	line-height: 4vw;
	width: 100%;
	}
    .main_column .wrap #lead span{
        font-size: 4vw;
        line-height: 8vw;
}
.contents_column{
width:100%;
margin:0 auto;
	padding: 0 0 10% 0;
}
.contents_column .wrap table{
	font-size:3.6vw;
	}
	.contents_column table td dl{
		font-size:3.6vw;
        width: 130px;
	}
.contents_column .wrap .scroll table{
width:100%;
}
	
.contents_column .wrap .scroll{
overflow: auto;
white-space: nowrap;
	margin-bottom:10%;
}
.contents_column .wrap .scroll::-webkit-scrollbar{
 height: 5px;
}
.contents_column .wrap .scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.contents_column .wrap .scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
	.contents_column .wrap .scroll table.table01 td{
		width: 10.1%;
		
	}
	.contents_column .wrap .scroll table td ul{
		white-space:normal;
	}
	.contents_column table td img{
		display: block;
	}
	.contents_column table td .qr{
		float: right;
	}
	.contents_column table td .bt{
		float: right;
		bottom:0;
		right: 30px;
		left: 30px;
	}
    .contents_column table td p.kukinoumi{
        width: 130px;
    text-wrap: initial;
    }
    .contents_column table td .youtube{
        width: 120px;
    }
   .contents_column table td.photo_td .booth_box{
   	width:340px;
   }
   .contents_column table td.photo_td .booth_bt_box .booth_bt .bt_youtube{
   	width:70%;
   	left:23%;
   }
   .contents_column table td.photo_td .booth_bt_box .booth_bt .bt_qr{
   	bottom:-10px;
   }
/*==============================================================
footer
==============================================================*/
#footer{
padding:0;
}
#footer_contact{
display:none;
}
#footer .wrap #footer_address{
display:none;
}
#footer .wrap #f_logo{
margin-bottom:10px;
}
address{
padding:10px;
font-size:8px;
font-size:0.8rem;
}


}