@charset "utf-8";

/* index.css */


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

/* serviceBlock
------------------------------------------------ */
#serviceBlock {
	position: relative;
	padding-top: 80px;
}

#serviceBlock h2 {
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	color: #313131;
	background: #ebebeb;
	width: auto;
	text-align: center;
	padding: 54px 0;
	margin-bottom: 40px;
}

#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;
}



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

/*
#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; }
*/

.red_tri {
	position: relative;
}

.red_tri::before {
	content: url('../../img/red_tri.png');
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
}