@charset "utf-8";
.contents {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	position: relative;
	width:auto;
	max-width:1200px;
	margin-bottom: 40px;
	
}

.section1 {
	clear: both;
	width: auto;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.section1 p img{
width : 100%; 
height: auto;
}
.bdr_btm{
    border-bottom: 1px solid #3eb4a1;
}
.section1 h2 {
    font-family: 'Michroma', sans-serif;
    color: #3eb4a1;
    font-size: 180%;
    clear: both;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;

}
.section1 h2 img{
    width: 100%;
	height: auto;
	max-width: 320px;	
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px 180px;;
  padding: 10px 20px;
  color: #FFF;
  font-size: 18px;
   font-weight: normal;
  background: #3eb4a1;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3eb4a1;
}


.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px 600px;;
  padding: 10px 20px;
  color: #FFF;
  font-size: 18px;
   font-weight: normal;
  background: #3eb4a1;
  border-radius: 15px;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3eb4a1;
}

.text  {
    font-size: 100%;
	line-height: 22px;
    margin-top: 0px!important;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/

     height: 0;
     overflow: hidden;
}
iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 640px) {
.section1 h2{
    font-size: 160%;
	margin-left: auto;
	margin-right: auto;
    line-height: 32px;
	width: 100%;

}
.section1 h2 img{
    width: 100%;
	height: auto;
	max-width: 230px;	
}
.balloon1 {
  margin: 0 auto 20px 30px;
    font-size: 80%;
}
    .balloon1:before {
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #3eb4a1;
}
    .text  {
    font-size: 80%;
	line-height: 22px;
    margin-top: 10px!important;
}

	}



.font_blue{
	color: #0071BC;
	
}

#sec2_wrap{
	background-color: #fbfbfb;
	
	}
#sec2_wrap a{
	color: #078BD8;	
	
	}
.section2 {
	clear: both;
	width: 1000px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
	
}
.info1 {
	margin-bottom: 30px;
	margin-right: auto;
	margin-top: 30px;
	width: 900px;
	margin-left: auto;
}
.info2 {
	width: 900px;
	margin-right: 30px;
	margin-top: 30px;
}
.info_right {
	width: 600px;
	float: left;
	margin-top: 30px;
}

.box {
	width: 310px;
	height: 600px;
}
.movie {
	clear: both;
	margin-bottom: 15px;
}
.screenshot   {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.date {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.smile {
	text-align: center;
	height: 400px;
	width: 990px;
	margin-bottom: 50px;
}
.news {
	text-align: right;
	font-size: 80%;
	margin-bottom: 40px;
}
.box_left {
	width : 38%; /* 画像の枠をさらに上位の枠の80%の横幅にする */
	float: left;
	margin-right: 6%;
	position: relative;
	margin-left: 6%;
}
.box_right {
	width : 44%; /* 画像の枠をさらに上位の枠の80%の横幅にする */
	float: left;
	margin-left: 6%;
	position: relative;
}
.box_left img,.box_right img{
width : 100%; /* 画像を枠の100%の横幅にする */
height: auto; /* 高さは自動で設定する */
}



.main{
	width:100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;	
	}
	.main img{
		width:100%;
		height:auto;		
		
		}

/*
col　2カラム
----------------------------------------------------------------------------------------------------*/		
		
col2_wrap{
	width : 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	
	
	}
.col2{
	width : 50%; /* 画像の枠をさらに上位の枠の80%の横幅にする */
	margin-right: 0%;
	margin-left: 0%;
	float: left;
		
}
.col2  h4{
	font-size: 130%;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
	color: #000000;
}

.col2_text{
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	line-height: 25px;
	margin-top: 0px;
	width: 90%;;
	max-width:600px;
	display: block;
	}
.col2 img{
width : 100%; /* 画像を枠の100%の横幅にする */
height: auto; /* 高さは自動で設定する */
}

/*
box　3カラム
----------------------------------------------------------------------------------------------------*/		
		
box3_wrap{
	width : 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	
	}
.box3{
	width : 29.3%; 
    margin-right: 2%;
	margin-left: 2%;

	float: left;
	padding-bottom: 40px;
		
}
.box3 .img{
width : 60%!important; 
height: auto; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.box3 .tech{
width : 80%; 
height: auto; 
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.box3 img{
width : 100%!important; 
height: auto; 
}
.box3 h3{
  font-family: 'Michroma', sans-serif;
    color: #3eb4a1;
    font-size: 120%;
    clear: both;
    text-align: center;
    line-height: 26px;
    margin-bottom: 15px;

}
.feature{
    font-size: 70%;
}
.tech{
    font-size: 80%;
    line-height: 24px!important;
    text-align: center;
    color: #666666;
	}
@media only screen and (max-width: 640px) {
.box3{
	width : 90%; 
	margin-right: 5%;
	margin-left: 5%;
	float: none;
	padding-bottom: 40px;
		
}
    .box3 .img{
width : 50%!important; 
height: auto; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
		}


/*
box4 item
----------------------------------------------------------------------------------------------------*/		
		
box4_wrap{
	width : 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	
	}
.box4{
	width : 23%; 
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	padding-bottom: 20px;
    margin-bottom: 0px;
		
}
.box4  h4{
	font-size: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;
}
.box4 p{
    margin: 0;
		
}

.spec{
    text-align: center;
    font-size: 80%;
}

.box4 img{
width : 100%; 
height: auto; /* 高さは自動で設定する */
}

@media only screen and (max-width: 640px) {
.box4{
	width : 46%; 
    height: auto;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
    margin-bottom: 0px;
	padding-bottom: 0px;
		
}
		}


/*
box4 item
----------------------------------------------------------------------------------------------------*/		
		
.product .box4_wrap{
	width : 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	
	}
.product .box4{
	width : 31.3%; 
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	padding-bottom: 20px;
    margin-bottom: 0px;
		
}
.product .box4  h4{
	font-size: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;
}
.product .box4 p{
    margin: 0;
		
}

.product .spec{
    text-align: center;
    font-size: 80%;
}

.product .box4 img{
width : 100%; 
height: auto; /* 高さは自動で設定する */
}

@media only screen and (max-width: 640px) {
.product .box4{
	
    height: auto;

	float: left;
    margin-bottom: 0px;
	padding-bottom: 0px;
    font-size: 80%;
		
}
		}


/*
box6 tech
----------------------------------------------------------------------------------------------------*/		
		
box6_wrap{
	width : 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	
	}
.box6{
	width : 12.6%; 
    height: 200px;
    margin-right: 2%;
	margin-left: 2%;

	float: left;
	padding-bottom: 40px;
		
}

.box6 img{
width : 100%; 
height: auto; 
}
.tech{
    font-size: 80%;
    line-height: 18px;
    text-align: center;
    color: #666666;
	}
@media only screen and (max-width: 640px) {
.box6{
	width : 23.3%; 
    height: 180px;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	padding-bottom: 40px;
		
}
		}


/*
table
----------------------------------------------------------------------------------------------------*/	

.section1 table{
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 60px;
	}
.section1 table th ,.section1 table td {
	border-bottom: 1px solid #616161;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
	.section1 table th  {
	font-size: 200%;
	font-weight: bold;
	}
.bdr_right{
	border-right: 1px solid #616161;
		}
strong{
	font-weight: bold;
	font-size: 150%;
	}


.insta{
	color: #2263AF;
	position: relative;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #DADADA;
	}
.insta span{
	
	padding-left: 30px;
	}
.insta a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
	}
.insta:hover{
	
	 opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}
@media only screen and (max-width: 640px) {
	.insta{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 90%;
	
	}	
	.insta p{
	
	
	display: none;
	}
		
		}

video{
    width: 100%;
    height: auto;
    margin: 0;
      
}
.MainText{
    width: 100%;
    position: absolute;
    font-size: 250%;
    font-family: 'Michroma', sans-serif;
    letter-spacing: 0.025em;
    line-height: 1.6;
    color: #FFF;
    bottom: 90px;
    text-align: center;
    
 
}
.MainCaption{
    width: 100%;
      position: absolute;
     color: #FFF;
     bottom: 60px;
    text-align: center;
    
}
.product h3{
    font-family: 'Michroma', sans-serif;
    color: #3eb4a1;
    font-size: 120%;
    clear: both;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #3eb4a1;
}
.product_name{
    font-family: 'Michroma', sans-serif;
    font-size: 80%;
    padding-bottom: 30px;
    
}
@media only screen and (max-width: 640px) {
.MainText{
    width: 100%;
    font-size: 150%!important;
    box-sizing: border-box;

}
		
		}