.pageCatch {
	background-image: url(../../images/second/business/catch.jpg);
}
@media only screen and (max-width: 640px) {
	.pageCatch {
		background-image: url(../../images/second/business/catchBussinessSp.jpg);
	}
}
.pageCatchTitle {
	color: #fff;
}

#devMainArea {
	margin: 0 0 100px;
	padding: 0;
	/*
	background-image: url(../../images/second/business/research-and-development-mainBG.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	*/
}
.devMainWrap {
	position: relative;
}
.devMainArrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 28.1955px;
}
.devMainArrow img {
	width: 100%;
}
.devMainImg {
	margin: 40px 0 0;
}
.devMainTxt {
	margin: 30px 0 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 2em;
}
.devMainIconBox {
	position: relative;
	width: 31.5%;
	text-align: center;
}
.devMainIcon {
	display: inline-block;
	margin: 50px 0 20px;
	padding: 20px 40px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	line-height: 2em;
	background-color: #0098E1;
	border-radius: 100%;
}
.devMainIcon span {
	font-size: 3em;
	line-height: 1em;
}
.devIconLine {
	position: relative;
	width: 10px;
	margin: 0 auto;
	z-index: 0 !important;
}
.devIconLine img {
	width: 100%;
}

/* point */
.developmentBG {
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 110px 0;
  background: linear-gradient(90deg, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%);
	z-index: 1;
}
.developmentBG02 {
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 110px 0;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #f4f4f4 50%, #f4f4f4 100%);
	z-index: 1;
}
.devNumIcon {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 30px;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	line-height: 2em;
	background-color: #0098E1;
	border-radius: 100%;
	z-index: 3 !important;
}
.devNumIcon span {
	font-size: 2.5em;
	line-height: 1em;
}
.devSubTitle {
	color: #3e3a39;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.4em;
}
.devSubTitle span {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
}
.devTitle {
	margin: 50px 0;
	color: #0098e1;
	font-size: 3em;
	font-weight: 600;	
	line-height: 1em;
}
.devTitleLarge {
	margin: 50px 0;
	color: #0098e1;
	font-size: 4.1em;
	font-style: italic;
	font-weight: 600;	
	line-height: 1em;
	letter-spacing: 0.1em;
}
.devTxt {
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
}
.devTxt50 {
	width: 45%;
	margin: 0 auto 60px 0;
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	text-align: justify;
}
#devWrap {
	position: relative;
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}
.devImgBG {
	position: absolute;
	top: 0;
	right: 4em;
	width: 36%;
	z-index: -1;
}
.devImg70 {
	width: 100%;
	margin: 0 auto;
}
.devSubCopy {
	margin: 20px 0 0;
	color: #0098e1;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
}
.devNumLarge {
	margin: 10px 0 30px;
	color: #0098e1;
	font-size: 5em;
	font-weight: 600;
}
.devNumLarge span {
	font-size: 0.4em;
}
.devNumMidium {
	color: #0098e1;
	font-size: 4em;
	font-weight: 600;
}
.devNumMidium span {
	font-size: 0.4em;
}
.devNumTxt {
	margin: 50px 0 0;
	color: #0098e1;
	font-size: 1.6em;
	font-weight: 500;
}
.devAddTxt {
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.6em;
	font-size: 0.9em;
}
.devAddImg {
	width: 90%;
	margin: 90px 0 20px;
}
.devBaseTxt {
	margin: 40px 0 0;
	font-size: 0.9em;
	line-height: 1.6em;
}
.devTableSubTitle {
	margin: 0 0 10px 70px;
}
.devAttentionTxt {
	width: calc(100% - 30px);
	margin: 40px;
	text-align: right;
}

/* link button */
.devlopmentFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.developmentBtn {
	position: relative;
	width: 47.5%;
	margin: 90px 0 130px;
	text-align: center;
}
.developmentBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	color: #fff;
	font-size: 1.2em;
}
.developmentBtn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.developmentBtn a:hover {
	opacity: 0.7;
}
.devPoint02 {
	width: 47.5%;
	text-align: justify;
}
.devPoint02Inner01, .devPoint02Inner02 {
	position: relative;
}
.devPoint02Inner02 {
	margin-top: 40px;
}
.devPoint02 table {
	width: calc(100% - 70px);
	margin: 0 0 0 auto;
}
.devPoint02 tr {
	padding: 0;
	border-bottom: solid 1px #0098E1;
}
.devPoint02 tr:last-child {
	border-bottom: none;
}
.devPoint02 th {
	padding: 25px 0 0;
	color: #0098E1;
	font-size: 1.1em;
	font-weight: 500;
	vertical-align: top;
}
.devPoint02 td {
	padding: 40px 0 30px;
	text-align: right;
	line-height: 1em;
}
.devTableIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
}
.devTableSeparate {
	height: 1px;
	background-color: #0098E1;
}

@media only screen and (max-width: 640px) {
	.wrap980 {
		width: 93%;
		max-width: 93%;
		margin: 0 auto;
	}
	#devMainArea {
		margin: 0;
		padding: 0;
		/*
		background-image: url(../../images/second/business/research-and-development-mainBG.png);
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		*/
	}
	.devMainWrap {
		position: relative;
		/*
		padding-left: 30px;
		*/
		box-sizing: border-box;
	}
	.devMainArrow {
		position: absolute;
		top: 0;
		left: 0;
		width: 18.1955px;
	}
	.devMainArrow img {
		width: 100%;
	}
	.devMainImg {
		margin: 20px 0 0;
	}
	.devMainTxt {
		margin: 20px 0 0;
		font-size: 0.8em;
		text-align: center;
		line-height: 2em;
	}
	.devMainIconBox {
		position: relative;
		width: 32%;
		text-align: center;
	}
	.devMainIcon {
		display: inline-block;
		margin: 30px 0 20px;
		padding: 10px 20px;
		color: #fff;
		font-size: 1em;
		text-align: center;
		line-height: 2em;
		background-color: #0098E1;
		border-radius: 100%;
		box-sizing: border-box;
	}
	.devMainIcon span {
		font-size: 2em;
		line-height: 1em;
	}
	.devIconLine {
		position: relative;
		width: 10px;
		margin: 0 auto;
		z-index: 0 !important;
	}
	.devIconLine img {
		width: 100%;
	}
	
	/* point */
	.developmentBG {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 110px 0;
		background: linear-gradient(90deg, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%);
		z-index: -2;
	}
	.developmentBG02 {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 110px 0;
		background: linear-gradient(90deg, #fff 0%, #fff 50%, #f4f4f4 50%, #f4f4f4 100%);
		z-index: -2;
	}
	.devNumIcon {
		position: absolute;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
		padding: 15px 30px;
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		line-height: 2em;
		background-color: #0098E1;
		border-radius: 100%;
		z-index: 3 !important;
	}
	.devNumIcon span {
		font-size: 2.5em;
		line-height: 1em;
	}
	.devSubTitle {
		color: #3e3a39;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4em;
	}
	.devSubTitle span {
		margin-left: 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 1em;
	}
	.devTitle {
		margin: 30px 0;
		color: #0098e1;
		font-size: 1.8em;
		font-weight: 600;	
		line-height: 1.4em;
	}
	.devTitleLarge {
		margin: 30px 0;
		color: #0098e1;
		font-size: 2em;
		font-style: italic;
		font-weight: 600;	
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	.devTxt {
		font-size: 1em;
		line-height: 2em;
		font-weight: 400;
	}
	.devTxt50 {
		width: 93%;
		margin: 0 auto 60px;
		font-size: 0.9em;
		line-height: 2em;
		font-weight: 300;
		text-align: justify;
	}
	#devWrap {
		position: relative;
		width: 93%;
		max-width: 93%;
		margin: 0 auto;
	}
	.devImgBG {
		position: absolute;
		top: 0;
		right: 1em;
		width: 36%;
		z-index: -1;
	}
	.devImg70 {
		width: 95%;
		margin: 0 auto;
	}
	.devSubCopy {
		margin: 20px 0 0;
		color: #0098e1;
		font-size: 1.3em;
		font-weight: 500;
		line-height: 1.8em;
		text-align: center;
	}
	.devNumLarge {
		margin: 10px 0 30px;
		color: #0098e1;
		font-size: 3.6em;
		font-weight: 600;
	}
	.devNumLarge span {
		font-size: 0.4em;
	}
	.devNumMidium {
		color: #0098e1;
		font-size: 2.4em;
		font-weight: 600;
	}
	.devNumMidium span {
		font-size: 0.4em;
	}
	.devNumTxt {
		margin: 0;
		color: #0098e1;
		font-size: 1.1em;
		font-weight: 500;
	}
	.devAddTxt {
		padding-left:1em;
		text-indent:-1em;
		line-height: 1.6em;
		font-size: 0.8em;
	}
	.devAddImg {
		width: 90%;
		margin: 60px 0 20px;
	}
	.devBaseTxt {
		margin: 40px 0 30px;
		font-size: 0.9em;
		line-height: 1.6em;
	}
	.devTableSubTitle {
		margin: 0 0 10px 50px;
		box-sizing: border-box;
	}
	.devAttentionTxt {
		width: 100%;
		margin: 20px 0 0;
		text-align: right;
		box-sizing: border-box;
	}
	
	/* link button */
	.devlopmentFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.developmentBtn {
		position: relative;
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}
	.developmentBtn span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		color: #fff;
		font-size: 1.1em;
	}
	.developmentBtn a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.developmentBtn a:hover {
		opacity: 0.7;
	}
	.devPoint02 {
		width: 100%;
		text-align: justify;
	}
	.devPoint02Inner01, .devPoint02Inner02 {
		position: relative;
	}
	.devPoint02Inner02 {
		margin-top: 40px;
	}
	.devPoint02 table {
		width: calc(100% - 50px);
		margin: 0 0 0 auto;
		box-sizing: border-box;
	}
	.devPoint02 tr {
		padding: 0;
		border-bottom: solid 1px #0098E1;
	}
	.devPoint02 tr:last-child {
		border-bottom: none;
	}
	.devPoint02 th {
		padding: 25px 0 0;
		color: #0098E1;
		font-size: 1em;
		font-weight: 500;
		vertical-align: top;
	}
	.devPoint02 td {
		padding: 40px 0 30px;
		text-align: right;
		line-height: 1em;
	}
	.devTableIcon {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
	}
	.devTableSeparate {
		height: 1px;
		background-color: #0098E1;
	}
}

.r-and-d-CopyBox {
	margin: 0 auto 30px;
	width: 100%;
}
.r-and-d-Copy {
	width: 100%;
	font-size: 1.5em;
	line-height: 2.1em;
	text-align: center;
}
.r-and-d-Copy span {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.r-and-d-Copy {
		font-size: 1em;
		line-height: 2em;
	}
	.r-and-d-Copy span {
		display: inline;
	}
}