@charset "utf-8";
body{
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial
  , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic"
  , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ"
  , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
ul{
  padding: 0;
}
header{
  background-color:#F9F5F0;
}
.top_block{
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  top:20%;
  bottom:80%
}
.top_logo_svg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  text-align: center;
  max-width: 1200px;
}
.section2{
background-color: #F4991A;
padding: 20px;
}
.section2 h2{
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.section3{
  background-color: #321313;
}

.software_block{
  max-width: 1300px;
  margin: 0 auto;
}

.software_block ul{
  list-style-type: none;
	overflow: hidden;
}

.software_block li{
  margin-top: 10px;
}


.list-mv{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.mv{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.software_list{
	list-style-type: none;
	overflow: hidden;
}
.software_list li{
	float: left;
	transition: .8s;
}

.software_text h2{
  font-weight: bold;
  color: #fff;
}
.software_text p{
  color: #fff;
}
.sf_software_text h2{
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.sf_software_text p{
  text-justify: inter-ideograph;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
}
.section4{
  width: 100%;
  padding: 20;
  background-color:#F2EAD3;
}
.terminal{
  margin-top: 50px;
}
.terminal_image{
  max-width: 1300px;
  margin: 0 auto;
}

.section5{
  background-color:#F9F5F0;
  padding: 20px;

}
.section5 h2{
  font-weight: bold;
  text-align: center;
  color: #321313;
}

.section6{
  background-color:#321313;
  padding: 20px;
}

.movie_text_block{
  color: #fff;
}
.movie_block{
max-width: 1300px;
margin: 0 auto;
}
.movie_text_block p{
  font-size: 15px;
  line-height:1.8;
  text-align: justify;
}
.movie_text_block h3{
  font-size: 28px;
  line-height:1.8;
  text-align: justify;
}
.movie_text_block span{
  font-size: 24px;
  line-height:1.8;
  text-align: justify;
}
.section7{
  background-color:#F9F5F0;
  padding: 20px;
}
.section7 h2{
  font-weight: bold;
  text-align: center;
  color: #321313;
}
.section8{
  background-color:#F2EAD3;
  padding: 20px;
}
form{
  max-width: 1300px;
  margin: 0 auto;
}
footer{
  background-color:#F9F5F0;
  padding: 20px;
  color: #321313;
}
.footer_block{
  max-width: 1300px;
  margin: 0 auto;   
}
