
/* bodyーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

html {
	overflow-x: auto;
}

body {
    background-color: #FFFFFF;
    overflow-x: hidden;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Helvetica, Arial, 'Hiragino Sans', "ヒラギノ角ゴシック", 'Helvetica Neue', 'ヒラギノ角ゴ Pro W3',Roboto, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

h1 {
	font-size: 38px;
	text-align: center;
	color: #000000;
	font-weight: lighter;
	padding-top: 150px;
	margin-top: -125px;
	
}

h2 {
	font-size: 14px;
	text-align: center;
	color: #58575B;
	padding-top: 5px;
	margin-bottom: 40px;
}

h3 {
	font-size: 18px;
	text-align: center;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 18px;
}

h4 {
	font-size: 13px;
	text-align: left;
	color: #000000;
	margin-left: 160px;
	margin-right: 160px;
	margin-bottom: 30px;

}

p {
	font-size: 14px;
	color: #000000;
}

.line {
	border-bottom: 1px solid;	
	border-color: #58575B;
	margin-bottom: 20px;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
}

.line-service {
	border-bottom: 1px dotted;	
	border-color: #ccc;
	margin-bottom: 20px;
	width: 800px;
	margin: 0 auto;
}

/* headerーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

header {
	background: linear-gradient(to bottom, rgba( 255, 255, 255, 0.95 ), #F3F5F8);
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	overflow: hidden;
	border-bottom: 1px solid;	
	border-color: #AAB2BD#ccc;
	background-size: cover;
	position: fixed;
	top: -5px;
	left: 0px;
	width: 100%;
	height: 100px;
}

header #logo img {
	height: 40px;
	width: 293px;
	margin-top: 35px;
	margin-bottom: 5px;
}

header nav ul {
	float: left;
	margin-left: auto;
	margin-right : auto;
	position: relative;
	padding-left: 40px;
    left: 50%;
    list-style:none;
}

header nav ul li {
	float: left;
	position: relative;
    left: -50%;
}

header nav ul li img {
	float: left;
	text-align: left;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
}

header nav ul li a {
	float: left;
	width: 200px;
	text-decoration: none;
	border-collapse: collapse;
	text-align: left;
	font-size: 20px;
	font-weight: 100;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 7px;
}

header #logo img:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

header nav ul li:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

/*background-color: #FFFFFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);*/



/* header-underーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

#header-under {
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 -500%;
	padding: 0 500%;
	top: 145px;
	left: 0px;
	width: 100%;
	height: 650px;
}

#top-photo-message {
	font-size: 30px;
	padding-top: 160px;
	text-align: center;
	font-weight: 200;
	color: #000000;
}

#robo {
	padding-top: 55px;
	padding-right: 20px;
	float: left;
}

#text {
	padding-top: 70px;
	margin: 0 auto;
	margin-right: 50px;
	text-align: left;
}

#new {
	color: #2FA9F6;
 	padding-top: 30px;
	margin: 0 auto;
	margin-right: 50px;
	text-align: left;	

}

#day {
	padding-top: 10px;
	margin-top: 10px;
 	text-align: left;
 	margin-right: 50px;
 	border-top: 1px dotted;	
	border-color: #ccc;

}
#description {
	margin-top: 10px;
 	text-align: left;
 	margin-right: 50px;
 	color: #58575B;

}
 	

/* serviceーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

#service {
	background-color: #F3F5F8;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0 -500%;
	padding: 0 500%;
}

.service-content {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 30px;
	font-size: 20px;

}

/*
	border-bottom: 1px solid;	
	border-color: #2FA9F6;
*/

.card {
  width: 300px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin-bottom: 40px;

}


.card-img {
  max-width: 80%;
  height: auto;
  padding-top: 20px;
}

.card-img2 {
  max-width: 80%;
  height: auto;
  padding-top: 23px;
}

.card-content {
  padding: 20px;
  border-radius: 5px 5px 0 0;
}

#card-content1 {
  padding: 20px;
  background-image: url("../img/idea.png");
  border-radius: 5px 5px 0 0;
}

#card-content2 {
  padding: 20px;
  background-image: url("../img/system.png");
  border-radius: 5px 5px 0 0;
}

#card-content3 {
  padding: 20px;
  background-image: url("../img/idea.png");
  border-radius: 5px 5px 0 0;
}

.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 130px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  background-color: #1EBFDA;
  border-radius:  0 0 5px 5px;
}

.card-link a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 10px;
}

.card-img:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

.card-img2:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

.card-link a:hover {
  	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

.service {
  display: flex;
  justify-content: center;
  justify-content: space-between;
}




.client {
  width: 400px;
  margin-bottom: 40px;
}

.logo-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}

.service-client {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
}



/* companyーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

#company {
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0 -500%;
	padding: 0 500%;
}




dt {
	float: left;
	width: 160px;
	border-top: 1px solid;
	border-color: #ccc;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 160px;
}

dd{
	width: 500px;
	border-top: 1px solid;
	border-color: #ccc;
	font-size: 13px;
	margin-left: 320px;
	margin-right:160px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-style: none;
} 


dd a{
	text-decoration: none;
	color :#000000;
} 

/*
dd a:hover{
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}*/



/*ebc*/



#company .line-about-bottom {
	border-top: 1px solid;
	border-color: #ccc;
	width: 660px;
	color: #FFFFFF;
	margin-left: 160px;
	margin-bottom: 50px;
} 





/* newsーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

#news {
	background-color: #F3F5F8;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0 -500%;
	padding: 0 500%;
}


/*  table   */

#news table {
    width: 660px;
    height: 50px;
    border-collapse: collapse;
	margin-left: 150px;
	margin-right: 150px;
}

#news th img{
    width: 13px;
    height: 13px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

#news th a{
	width: 200px;
    font-size: 12px;
	border-top: 1px #ccc dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	float: right;
	text-decoration: none;
	color: #000000;
}

#news td a{
	width: 460px;
	font-size: 12px;
	border-top: 1px #ccc dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	float: right;
	text-decoration: none;
	color: #000000;
}

/*
#news td a:hover {
	color: #ccc;
}
*/

.line-news-bottom {
	color: #FFFFFF;
	width: 670px;
	margin-left: 150px;
	border-top: 1px #ccc dotted;
	padding-bottom: 40px;
}

#news-all a {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin-right: 150px;
	margin-top: 10px;
	margin-bottom: 40px;
	float: right;
	padding-left: 10px;
}

#news-all a img {
    width: 16px;
    height: 16px;
    padding-right: 10px;
    float: left;
}

#news-all a:hover {
	color: #ccc;
}




/* contactーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#contact {
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0 -500%;
	padding: 0 500%;
}

/*
#contact-p {
	padding-top: 200px;
	margin-top: -125px;
	font-size: 40px;
	text-align: center;
}

#contact-p-sub {
	padding-top: 5px;
	margin-bottom: 30px;
	color: #58575B;
	font-size: 14px;
	text-align: center;
}


form {
	width: 600px;
	margin: 0px auto;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

form p {
	padding-top: 20px;
	text-align: left;
}

label span {
	color: #ff0000;
}

input, textarea {
	width: 100%;	
}

input[type="submit"] {
	width: 170px;
	height: 46px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px;
	background-color: #1EBFDA;
	border-radius: 4px; 
	border: none;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}

form #button {
	float: right;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-right: 20px;
}

form #privacy-policy img{
	width: 16px;
    height: 16px;
    padding-right: 10px;
    float: left;
}

form #privacy-policy a{
	float: right;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
}

form #privacy-policy a:hover{
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

input[type="submit"]:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}*/


/* footerーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

footer {
	background-color: #58575B;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0 -500%;
	padding: 0 500%;
}

#ssi-logo-white {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#adress {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 5px;
}

footer p {
	text-align: center;	
	padding-top: 15px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footer-under {
	background-color: #1EBFDA;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0 -500%;
	padding: 0 500%;
	color: #1EBFDA;
	font-size: 20px;
	border-top: 4px #ffffff solid;
}
