@charset "utf-8";

/* index.css */


/* header
------------------------------------------------ */
#header #nav .service {
	color: #e60012;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
}

/* serviceBlock
------------------------------------------------ */
h2 {
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background: url("../../../common/img/h_line.gif") repeat-x 0 10px;
    margin-top: 64px;
    letter-spacing: 4px;
}
h2 strong {
    background: #fff;
    padding: 0 16px;
    display: inline-block;
    font-family: 'Syncopate', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    letter-spacing: 2px;
}

#serviceBlock h2 span {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

#serviceBlock h3 {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	background: #404040;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 13px 0 10px 0;
}
#serviceBlock img.serviceImg { display:block; width:860px; margin:0 auto 50px auto; }

#serviceBlock ul.serviceList {
	overflow:hidden;
	width:960px;
	margin:0 auto 80px auto;
}
#serviceBlock ul.serviceList li {
	min-height:146px;
	width:465px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
}
#serviceBlock ul.serviceList li:nth-child(2n) { float:right; }
#serviceBlock ul.serviceList li:nth-child(2n+1) { float:left; }
#serviceBlock ul.serviceList li h4 {
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	line-height: 50px;
}
#serviceBlock ul.serviceList li.li01 h4 { background-color:#EF5965; }
#serviceBlock ul.serviceList li.li02 h4 { background-color:#FFA859; }
#serviceBlock ul.serviceList li.li03 h4 { background-color:#FCCE00; }
#serviceBlock ul.serviceList li.li04 h4 { background-color:#5A9E77; }
#serviceBlock ul.serviceList li.li05 h4 { background-color:#8E83BB; }

#serviceBlock .corporateInfo {
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #ebebeb;
  text-align: center;
}
#serviceBlock .corporateInfo a {
	display: inline-block;
	position: relative;
	color: #fff;
	margin-left: 30px;
}
#serviceBlock .corporateInfo a.first { margin-left: 0px; }
#serviceBlock .corporateInfo a.bottom {	margin-top: 30px; }
#serviceBlock .corporateInfo a:link,
#serviceBlock .corporateInfo a:visited { color: #fff; }

#serviceBlock .corporateInfo h5 {
	background: url("../../../common/img/corporate_cover.png");
	font-size: 15px;
	width: 286px;
	line-height: 26px;
	font-weight: normal;
	padding: 4px 0 2px 14px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#serviceBlock .corporateInfo h5::after {
	content: url("../../../common/img/arrow_white.png");
	float: right;
	margin: 2px 10px 0 0;
}

/*************　vision　*************/

.visionBox {
	text-align: center;
 }
 .ttl_Vision {
	 margin-top: 75px;
   margin-bottom: 35px;
 }
 .tex_Vision {
 	width: 980px;
  margin: 0 auto;
  text-align: left;
 }
 .tex_Vision span {
 	margin-top: 16px;
  	display: block;
  	font-weight: bold;
  }
 .img_VisionBox {
 		width: 980px;
 		margin: 0 auto;
  	overflow: hidden;
  }
  .img_VisionBox img {
  	width: 15%;
    float: right;
    display: inline-block;
  }
  .img_VisionBox p {
  	float: right;
    text-align: left;
    margin-right: 25px;
    margin-top: 137px;
   }

.visionBox a {
	color: #313131 !important;
	text-decoration: underline !important;
}
.visionBox a:hover {
	color: #e60012 !important;
	text-decoration: none !important;
}


/* subNav
------------------------------------------------ */
#subNav li {
	margin-left: 40px;
}

#subNav li.first {
	margin-left: 0px;
}

#subNav li.campany {
	border-bottom: 5px solid #e60012;
	padding-bottom: 4px;
}


/*************　ここから下は移動　*************/

/*
#serviceBlock #processBlock {
	background: #ebebeb;
	margin-top: 60px;
	padding: 40px 0;
}
#serviceBlock #processBlock h4 {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	background: #404040;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 13px 0 10px 0;
}
#serviceBlock #processBox {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#serviceBlock #processBox .process {
	float: left;
	width: 273px;
	height: 100px;
	background: #fff;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 30px 0 0 40px;
	padding: 10px;
}
#serviceBlock #processBox .process h5 {
	font-size: 16px;
	line-height: 36px;
	color: #e60012;
}
#serviceBlock #processBox .process p {
	font-size: 14px;
	line-height: 22px;
	color: #303030;
	text-align: left;
}
#serviceBlock #processBox .process::before {
	content: url("../img/flow_arrow.png");
	position: absolute;
	top: 48px;
	left: -26px;
}
#serviceBlock #processBox .first { margin-left: 0px; }
#serviceBlock #processBox .first::before { content: none; }
*/