
@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}
body{
	color: #151515;
	margin:0 !important;
	font-family: -apple-system,BlinkMacSystemFont,"\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3",Hiragino Kaku Gothic ProN,FP-HiraKakuProN-W6,"\30E1\30A4\30EA\30AA",Meiryo,sans-serif;
	padding:0 !important; 
	font-size: 1.6em;
	font-weight:400;
	color:#424d58;
	letter-spacing:0.07em;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
 a{
	text-decoration:none;
}


ul.SFMenu{
	max-width: 1350px;
	overflow: hidden;
	width: 100%;
	margin: 1% auto;
}
ul.SFMenu li{
	float: left;
	width: 12%;
	height: 100%;
	color: #FFF;
	text-align: center;
	list-style: none;
	border-right: 1px solid #4fc0cc;
}
ul.SFMenu li a{
	color: #2e8cbe;
	text-decoration:none;
}
ul.SFMenu li a:visited{
	color: #2e8cbe;
	text-decoration:none;
}
#MainArea{
	margin: 0 auto;
	max-width: 1350px;
	overflow: hidden;
	width: 100%;
}
#MainArea div h2.top{
	margin-top: 1%;
	font-family:Noto Sans JP,sans-serif;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.01em;
	margin-top: 1.2rem;
	margin-bottom: 3rem;
}
#MainArea div h2 p.subt{
	font-size:2.1rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#MainArea div p{
	font-size: 1.8rem;
	margin: 10px;
	line-height: 170%;
	font-weight: normal;
}
#MainArea div img{
	width: 70%;
	margin: 1% 15%;
}
#MainArea div a div.readmore{
	background-color: #5abbed;
	width: 120px;
	margin:1% auto;
	color: #000;
	display: inline-block;
	padding:3% 5%;
	box-shadow: none;
	border-radius: 4%;
	text-align: center;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#MainArea div a:hover div.readmore{
	background-color: #fff;
	color: #000;
	border-color: #007eff;
}
#User div a div.readmore{
	float: right;
	width: 120px;
	margin:1% auto;
	border:1px solid #fff;
	color: #fff;
	display: inline-block;
	padding:2% 5%;
	box-shadow: none;
	border-radius: 4%;
	text-align: center;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#User div a:hover div.readmore{
	background-color: #5abbed;
	color: #000;
	border-color: #007eff;
}
#MainArea ul{
	font-size:1.7rem;
}
#MainArea div.Feature{
	width:90%;
	margin:1% auto;
}
#MainArea div.Feature img{
	width:90%;
}
#MainArea div.Feature span{
	font-size:2rem;
	color:#5082b4;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
	font-style:italic;
}
#MainArea div.Feature span:before {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 0px;
  content: '';
  border-bottom: solid 2px #5082b4;
}
#MainArea div.Feature span:before {
  left: 0;
}
#MainArea div.Feature h3{
	font-size:3.2rem;
	margin:1% auto 1%;
}
#MainArea div.Feature p{
	font-size:2rem;
	font-weight: normal;
	margin-left:0;
}
#MainArea div.Box{
	width:80%;
	margin:1% auto;
}
#MainArea div.LeftBox{
	float:left;
	width:46%;
	margin:1% 2%;
}
#MainArea div.RightBox{
	float:right;
	width:46%;
	margin:1% 2%;
}
#MainArea div.RightBox img{
	width:100%;
}
#MainArea div.BoxCenter{
	width: 90%;
	margin:1% 2%;
	padding:3%;
	overflow:hidden;
	background:#2e8cbe;
	border-radius:30px;
	text-align:center;
}
/*#MainArea div.Box{
	float: left;
	width: 30%;
	margin:1%;
	padding:0;
	border-right:1px solid #fff;
}*/
#MainArea div.BoxLast{
	float: left;
	width: 30%;
	margin:1%;
	padding:0;
	border-right:none;
}
#MainArea div.BoxCenter h2{
	font-size:3.2rem;
	font-weight: 700;
	color:#fff;
	text-align:center;
}
#MainArea div.BoxCenter h3{
	font-size:2.5rem;
	color:#fff;
	text-align:center;
}
#MainArea div.BoxCenter p{
	font-size:1.8rem;
	color:#fff;
	text-align:center;
	font-weight: normal;
}
#MainArea div.BoxCenter img{
	width:60%;
}
#User{
	width:94%;
	margin: 0 auto;
	background: #092760; /* Old browsers */
	background: -moz-linear-gradient(top,  #092760 1%, #001135 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#092760), color-stop(100%,#001135)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #092760 1%,#001135 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #092760 1%,#001135 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #092760 1%,#001135 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #092760 1%,#001135 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092760', endColorstr='#001135',GradientType=0 ); /* IE6-9 */
	padding: 3%;
}
#User div.User_in{
	width:70%;
	margin: 0 auto;
	max-width: 1350px;
	overflow:hidden;
}
#User div.User_in h4{
	font-size:2.5rem;
	font-weight: 700;
	color:#fff;
	margin-left:5%;
}
div#User div p{
	text-align: left;
	font-weight: normal;
	font-size:1.7rem;
	color: #fff;
	margin-top: 40px;
	margin-left:5%;
}
#Foot{
	color: #fff;
	background-color: #010b27;
}
#Foot div.buy{
	width:80%;
	max-width: 1350px;
	margin:0 auto;
	padding:0;
}
#Foot div.buy img{
	width:90%;
}
#Foot div.buy p{
	font-size:2.4rem;
	font-weight: lighter;
}
#Foot div.buy div.buy_left{
	float: left;
	width:23%;
	margin:5% 1%;
	padding:0;
}
#Foot div.buy div.buy_middle{
	float: left;
	width: 48%;
	margin: 8% 1%;
	padding:0;
}
#Foot div.buy div.buy_right{
	float: left;
	width:23%;
	margin: 8% 1%;
	padding:0;
	text-align:center;
}
#Foot a{
	color: #fff;
	text-decoration:underline;
}
#Foot a:visited{
	color: #fff;
	text-decoration:underline;
}
#Foot div.pdf{
	padding:2%;
	border:1px solid #afafaf;
}
#Foot img.pdf{
	margin:1%;
	width:25px !important;
	vertical-align:middle;
}

#Foot div.ftmenu{
	background-color: #222;
	text-decoration:none;
	padding:3%;
	overflow: hidden;
	margin:0;
}
#Foot div.ftmenu ul{
	width:100%;
	max-width: 1350px;
	margin:1% auto;
	padding:0;
}
#Foot div.ftmenu ul li{
	float: left;
	width:15%;
	list-style:none;
	border-right:1px solid #5e5e5e;
	padding:0.5%;
	text-align: center;
}
#Foot div.ftmenu ul li.last{
	float: left;
	width:15%;
	list-style:none;
	border-right:none;
	padding:0.5%;
	text-align: center;
}
#Foot div.ftmenu ul li a{
	color: #959595;
	text-decoration:none;
}
#Foot div.ftmenu ul li a:visited{
	color: #959595;
	text-decoration:none;
}
#Outline h1.topcomm{
	font-size:5rem;
	text-align:center;
	margin:1% auto;
}

@media screen and (max-width: 1350px) {
#TopArea{
	background: url(../img/sp_mainimage.jpg) no-repeat center center ;
	margin: 80px auto 5%;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	padding-top: 75%;
	background-position-y: 60%;
}
}
@media screen and (max-width: 736px) {
#MainArea div img{
	width: 98%;
	margin: 1%;
}
#MainArea div a div.readmore{
	width: 84%;
	margin:3% auto;
	padding:2% 5%;
}
#MainArea div.what div.LeftBox{
	display:none;
}
#MainArea div.what div.RightBox{
	width: 100%;
	display:block;
}
#MainArea div h2.top{
	text-align:center;
}
#MainArea div h2{
	font-size: 2.5rem;
}
#MainArea div h2 p.subt{
	font-size:2rem;
}
#MainArea div.what ul{
	font-size:1.8rem;
	width:90%;
	margin:1% auto;
	padding-top:5%;
	padding-bottom:5%;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
}
#MainArea div.LeftBox{
	width:96%;
	margin:1% 2%;
	display:block;
}
#MainArea div.RightBox{
	width:96%;
	margin:1% 2%;
	display:block;
}
#MainArea div.Feature h3{
	font-size:2.2rem;
}
#MainArea div.Feature p{
	font-size:1.8rem;
}
#MainArea div.Feature{
	display: flex;
	flex-direction: column;
}
#MainArea div.Feature .num01{
	order:1;
}
#MainArea div.Feature .num02{
	order:2;
}
#MainArea div.Feature .num03{
	order:3;
}
#MainArea div.Feature .num04{
	order:4;
}
#MainArea div.Feature .num05{
	order:5;
}
#MainArea div.Feature .num06{
	order:6;
}
#MainArea div.Feature .num07{
	order:7;
}
#MainArea div.Feature .num08{
	order:8;
}
#MainArea div.Box{
	width: 98%;
	display:block;
	border:none;
}
#MainArea div.BoxLast{
	width: 98%;
	display:block;
}
#MainArea div.BoxCenter{
	width: 80%;
	margin:1% auto;
}
#MainArea div.BoxCenter h2{
	font-size:2.5rem;
}
#MainArea div.BoxCenter h3{
	font-size:2rem;
	color:#fff;
	text-align:center;
}
#User div a div.readmore{
	width: 88%;
	margin:3% auto;
}
#User div.User_in img{
	width: 40%;
}
#User div.User_in{
	width: 90%;
}
#User div.User_in h4{
	font-size:2rem;
}
div#User div p{
	font-size:1.5rem;
	font-weight:norma;
}
#Foot div.buy{
	width:100%;
}
#Foot div.buy div.buy_left{
	width:70%;
	margin:3% 15%;
	padding:0;
	text-align: center;
}
#Foot div.buy div.buy_left img{
	width:50%;
	text-align: center;
	margin-top:3%;
}
#Foot div.buy div.buy_middle{
	float: left;
	width:54%;
	margin:3%;
}
#Foot div.buy div.buy_right{
	width:34%;
	margin:3%;
}
#Foot div.buy p{
	font-size:1.6rem;
}
#Foot div.ftmenu{
	padding:5%;
}
#Foot div.ftmenu ul{
	width:100%;
}
#Foot div.ftmenu ul li,#Foot div.ftmenu ul li.last{
	width:32%;
	margin:1% 0;
}
#Outline h1.topcomm{
	font-size:3.5rem;
}
}

#Outline{
	margin-top:80px;
}

/* 機能紹介 */

#MainArea div h2.feature{
	margin-top: 1%;
	font-family:Noto Sans JP,sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0.01em;
	margin-top: 1.2rem;
	margin-bottom: 3rem;
  position: relative;
  padding: 1rem;
  text-align: center;
}
#MainArea div h2.feature:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #5082b4;
}
ul.feature_btn{
	width:80%;
	margin:1% auto 5%;
}
ul.feature_btn a{
	color:#fff;
}
ul.feature_btn li{
	float:left;
	width:20.5%;
	padding:1%;
	margin:2% 0.5%;
	text-align:center;
    list-style: none;
    color: #fff;
	font-size:1.8rem !important;
}
ul.feature_btn li.btn{
	background:#5082b4;
}
ul.feature_btn li.btn_on{
	background:#999;
}
@media screen and (max-width: 736px) {
#MainArea div h2.feature{
	font-size: 2.5rem;
}
ul.feature_btn{
	width:90%;
	margin:1% auto;
	padding:0;
}
ul.feature_btn li{
	width:47%;
}
}

/* 動作環境 */
#MainArea div h2.spec{
	font-family:Noto Sans JP,sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
	letter-spacing: 0.01em;
	margin: 1%;
}
#MainArea div table.spec{
	width:90%;
	margin:1% auto;
	font-size: 1.7rem;
}
#MainArea div table.spec th{
	background:#b0c2d3;
	width:28%;
	padding:1%;
}
#MainArea div table.spec td{
	width:68%;
	border-bottom:1px solid #ddd;
	padding:1%;
}
#MainArea div table.spec ul{
	font-size: 1.7rem;
	margin-left:-15px;
}
@media screen and (max-width: 736px) {
#MainArea div h2.spec{
	font-size: 2.5rem;
	text-align:center;
}
#MainArea div table.spec{
	width:95%;
	margin:1% auto;
	font-size: 1.6rem;
}
#MainArea div table.spec ul{
	font-size: 1.5rem;
}
}

/* 体験版 */
#MainArea div h2.try{
	font-family:Noto Sans JP,sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	letter-spacing: 0.01em;
	margin: 3% auto 1%;
}
div.dl_btn{
	width:500px;
	padding:1%;
	background:#e1893a;
	border-radius:3px;
	text-align:center;
	margin:2% auto;
	font-size: 2.6rem;
	font-weight:700;
	display: inline-block;
}
div.dl_btn a{
	color:#fff;
}
div.dl_btn a:visited{
	color:#fff;
}
@media screen and (max-width: 736px) {
#MainArea div h2.try{
	font-size: 2.5rem;
	text-align:center;
}
div.dl_btn{
	width:90%;
}
}