@charset "utf-8";
/* CSS Document */

ul.products {
	list-style: none;
	margin-top: 60px;
}
ul.products li {
	width: 255px;
	float: left;
	margin-right: 30px;
}
ul.products li.last {
	margin-right: 0;
}
ul.products li:nth-of-type(4) {
	margin-right: 0;
}
ul.products li:nth-of-type(5) {
	clear: both;
	margin-top: 30px;
}
ul.products li img {
	border: 10px solid #dcdcdc;
	transition: all 0.6s ease;
    -webkit-transition: all 1s ease;
}
ul.products li img:hover {
	border: 10px solid #053156;
}
ul.products li img.hnone:hover {
	border: 10px solid #dcdcdc;
}


ul.products li h3 {
	font-size: 16px;
	line-height: 100%;
	margin-top: 15px;
	text-align: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	letter-spacing: 0.1em;
}
ul.products li p {
	font-size: 13px;
	line-height: 160%;
	margin-top: 12px;
	text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph;
}

/* SYDAS.com-------------------------------------------------- */
dl.management {
	width: 830px;
	margin: 90px auto 0;
}
dl.management dt {
	width:210px;
	float: left;
}
dl.management dd {
	margin-left: 300px;
}
dl.management dd p {
	font-size: 20px;
	line-height: 300%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	letter-spacing: 0.1em;
	padding-top: 20px;
}
h3.management_copy {
	font-size: 28px;
	color: #053156;
	text-align: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 80px;
	background-image: url(../img/solution/cydas_line.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
h3.page_subtitle {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 26px;
	margin-top:80px;
	line-height: 150%;
}
p.page_subcopy {
	width: 800px;
	margin: 25px auto 0;
	text-align: left;
}
ul.application {
	list-style: none;
	width: 840px;
	margin: 70px auto;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
ul.application li {
	padding: 46px;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	width:327px;
	float: left;
height: 560px;
}
.fl {
	float: left;
}
ul.application li em {
	float: left;
	font-size: 18px;
	line-height: 175%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	letter-spacing: 0.1em;
	margin-left: 30px;
height:120px;
font-style: normal;
}
ul.application li p {
	font-size: 13px;
	line-height: 200%;
	margin-top: 40px;
}

ul.application li .centerimg {
	clear: both;
	text-align:center;
}
ul.application li h4 {
	text-align:center;
	margin-top: 10px;
}
.center {
	text-align:center;
}

/* -------------------------------------------------------------------------
　マニュアルソリューション
---------------------------------------------------------------------------*/

#merit {
	width: 1107px;
	margin: 45px auto 0;
	list-style: none;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
#merit li {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 40px 35px;
	float: left;
	width: 298px;
	text-align:center;
}
#merit li em {
	display: block;
	margin-bottom: 30px;
}
#merit li h3 {
	font-weight:600;
	margin-top: 25px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
#merit li p {
	width: 254px;
	margin: 20px auto 0;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}
#efficiency {
	margin-top: 50px;
}
ul.solution {
	list-style: none;
	margin-top: 75px;
}
ul.solution li {
	width: 540px;
	float: left;
	margin-right: 30px;
}
ul.solution li.last {
	margin-right: 0;
}
ul.solution li img {
	border: 10px solid #e5e5e5;
	transition: all 0.6s ease;
    -webkit-transition: all 1s ease;
}
ul.solution li img:hover {
	border: 10px solid #053156;
}
ul.solution li h3 {
	font-size: 16px;
	line-height: 100%;
	margin-top: 30px;
	text-align: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	letter-spacing: 0.1em;
}
ul.solution li p {
	font-size: 13px;
	line-height: 160%;
	margin-top: 20px;
	text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph;
}
h4.adopters {
	font-size: 20px;
	margin-top: 90px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 16px;
}
ul.adopters {
	margin-top: 35px;
	list-style: none;
}
ul.adopters li {
	float: left;
	width: 33.333%;
	font-size: 16px;
	line-height: 200%;
}


@media screen and (max-width:738px){
ul.products {
	list-style: none;
	margin: 50px auto 0;
	width: 85%;
}

ul.products li {
	width: 47%;
	float: left;
	margin-right: 4%;
}
ul.products li.last {
	margin-right: 0;
}
ul.products li img {
	width: 90%;
	border: none;
	padding: 5%;
	background-color: #dcdcdc;
	transition: all 0.6s ease;
    -webkit-transition: all 1s ease;
}
ul.products li img:hover {
	border: none;
	background-color: #e5e5e5;
}
ul.products li img.hnone:hover {
	border: none;
	background-color: #dcdcdc;
}


ul.products li h3 {
	font-size: 13px;
	line-height: 100%;
	margin-top: 20px;
	text-align: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	letter-spacing: 0.1em;
}
ul.products li p {
	font-size: 12px;
	line-height: 180%;
	margin-top: 12px;
	text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph;
}
ul.products li.sp_last {
	margin-right: 0;
}
ul.products li.sp_mt30 {
	margin-top: 30px;
}


/* SYDAS.com-------------------------------------------------- */
dl.management {
	width:85%;
	margin: 50px auto 0;
}
dl.management dt {
	width:50%;
	float: none;
	text-align: center;
	margin: 0 auto;
}
dl.management dd {
	margin-left: 0;
}
dl.management dd p {
	font-size: 13px;
	line-height: 200%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	letter-spacing: 0.1em;
	padding-top: 20px;
}
h3.management_copy {
	font-size: 16px;
	margin: 50px auto 0;
	background-size: 100%;
	padding-bottom: 3px;
	width: 85%;
}

ul.application {
	list-style: none;
	width: 85%;
	margin: 50px auto;
	border-top: 1px solid #dcdcdc;
	border-right: none;
}
ul.application li {
	padding: 8%;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	width:84%;
	float: none;
	height: auto;
}
.fl {
	float: left;
}
ul.application li img.fl {
	width: 15%;
}
ul.application li em {
	float: left;
	font-size: 14px;
	line-height: 160%;
	font-weight:600;
	letter-spacing: 0em;
	margin-left: 15px;
	padding-top:0.1em;
height:auto;
}
ul.application li p {
	font-size: 12px;
	line-height: 180%;
	margin-top: 25px;
}
ul.application li .centerimg {
	clear: both;
	text-align:center;
}
ul.application li h4 {
	width: 80%;
	text-align:center;
	margin: 10px auto 0;
}

h3.page_subtitle {
	font-size: 15px;
	width: 85%;
	margin: 50px auto 0;;
	line-height: 150%;
	letter-spacing: 0em;
}
p.page_subcopy {
	width: 85%;
	margin: 25px auto 0;
	text-align: left;
}


/* -------------------------------------------------------------------------
　マニュアルソリューション
---------------------------------------------------------------------------*/

#merit {
	width: 85%;
	margin: 40px auto 0;
}
#merit li {
	padding: 30px 6%;
	float: left;
	width: 88%;
	text-align:left;
}
#merit li em {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
#merit li em img {
	max-width: 70%;
	height: auto;
}
#merit .sp_meritimg {
	float: left;
	width: 25%;
	height: auto;
	margin-right:5%;
}
#merit li h3 {
	margin-top: 0px;
	font-size: 13px;
	float: left;
	width: 70%;
}
#merit li p {
	width: 70%;
	margin: 10px auto 0;
	text-align: left;
	font-size: 12px;
	line-height: 180%;
	height: auto;
	float:right;
}
#efficiency {
	margin: 40px auto 0;
	width: 85%;
}
ul.solution {
	list-style: none;
	margin-top: 35px;
	width: 85%;
	margin: 35px auto 0;
}
ul.solution li {
	width: 96%;
	float: none;
	margin-right: 10%;
}
ul.solution li.last {
	margin-right: 0;
}
ul.solution li img {
	border: none;
	padding:2%;
	background-color: #ededed;
}
ul.solution li img:hover {
	border: none;
	background-color: #053156;
}
ul.solution li h3 {
	font-size: 13px;
	line-height: 120%;
	margin-top: 12px;
}
ul.solution li p {
	font-size: 12px;
	line-height: 160%;
	margin-top: 10px;
	text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph;
   margin-bottom: 20px;
}
h4.adopters {
	font-size: 13px;
	margin: 30px auto 0;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 13px;
	width: 85%;
}
ul.adopters {
	margin: 15px auto 20px;
	list-style: none;
	width: 85%;
}
ul.adopters li {
	float: none;
	width: 100%;
	font-size: 13px;
	line-height: 180%;
}

}