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







/*****************************************************************************
使用事例
*****************************************************************************/

/*applicationBox
------------------------------------------------*/
.applicationBox {
	display: flex;
}
.applicationBox .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 30px 0;
}
.applicationBox .box .img.full {
	padding: 0;
}
.applicationBox .box .img.full img {
	width: 100%;
}
.applicationBox .box .title {
	margin: 15px 0 0;
	font-size: 1.14rem;
}
.applicationBox .box .detail {
	margin: 0.5em 0 0;
	line-height: 1.4;
}
.applicationBox {
	flex-wrap: wrap;
	margin-top: -25px;
}
.applicationBox .box {
	width: calc((100% - 75px)/4);
	margin-left: 25px;
	margin-top: 25px;
}
.applicationBox .box:nth-child(4n + 1) {
	margin-left: 0;
}
@media screen and (max-width: 600px) {
	.applicationBox {
		display: flex;
		margin-top: -30px;
	}
	.applicationBox .box,
	.applicationBox .box:nth-child(4n + 1){
		width: calc((100% - 15px)/2);
		margin-left: 15px;
		margin-top: 30px;
	}
	.applicationBox .box:nth-child(2n + 1) {
		margin-left: 0;
	}
}




/*applicationBox_t 使用事例　テキストのみ
------------------------------------------------*/
.applicationBox_t {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
.applicationBox_t .box:not(:nth-child(1))  {
	padding-left: 36px;
	position: relative;
}
.applicationBox_t .box:not(:nth-child(1))::before {
	content: " ／ ";
	position: absolute;
	top: 4px;
	left: 10px;
}
.applicationBox_t .box .title {
	font-size: 1.14rem;
}

@media screen and (max-width: 600px) {
	.applicationBox {
		display: flex;
		margin-top: -30px;
	}
	.applicationBox .box,
	.applicationBox .box:nth-child(4n + 1){
		width: calc((100% - 15px)/2);
		margin-left: 15px;
		margin-top: 30px;
	}
	.applicationBox .box:nth-child(2n + 1) {
		margin-left: 0;
	}
}


/*****************************************************************************
qa
*****************************************************************************/
.spacer.qa {
/*	background:url(../../technology/images/fixedBgQA.jpg) 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;*/
}


.qa dl {
	margin-top: 60px;
	min-height: 200px;
}
.qa dt {
	padding: 0 20px 20px 60px;
	position: relative;
	min-height: calc(2em + 20px);
}
.qa dd {
	padding: 40px 0 0 140px;
	position: relative;
}
.qa dd > div {
	padding: 20px 25px 20px 80px;
	background: #f6f6fa;
	position: relative;
	min-height: 80px;
}



.qa dt::before,
.qa dd > div::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	color: #ffffff;
}
.qa dt::before {
	content: "Q";
	background: #313c56;
	left: 0;
	top: 0;
}
.qa dd > div::before {
	content: "A";
	background: #707C94;
	left: 20px;
	top: 20px;
}
.qa dd::before {
	content: "";
	width: 100px;
	background:url(../../../share/images/soramiSet.png) 0 0 no-repeat;
	background-size: 400px auto;
	height: 135px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 2;
}
.qa dl:nth-child(4n + 1) dd::before {
	background-position: 0 0;
}
.qa dl:nth-child(4n + 2) dd::before {
	background-position: -100px 0;
}
.qa dl:nth-child(4n + 3) dd::before {
	background-position: -200px 0;
}
.qa dl:nth-child(4n + 4) dd::before {
	background-position: -300px 0;
}
.qa dd > div::after {
	content: "";
	border-style: solid;
	border-width: 8px 30px 8px 0;
	border-color: transparent #f6f6fa transparent transparent;
	position: absolute;
	top: 25px;
	left: -30px;
	transform: skewY(15deg);
}


@media screen and (max-width: 800px) {
	.qa dt {
		padding: 0 0 20px 60px;
	}
	.qa dd {
		padding: 0 0 165px 0 ;
	}
	.qa dd::before {
		top: auto;
		bottom: 0;
		left: calc(50% - 50px);
	}
	.qa dd > div {
		margin: 0 -15px;
		padding: 20px 15px 20px 75px;
	}
	.qa dd > div::before {
		left: 15px;
	}
	.qa dd > div::after {
		border-width:  13px 13px 0 13px;
		border-color: #f6f6fa transparent transparent  transparent;
		top: auto;
		bottom: -13px;
		left: calc(50% - 13px);
		transform: skewY(0);
	}
}


/*****************************************************************************
bodyBg
 *****************************************************************************/

body > .bodyBg.qa {
	background-image:url(../../technology/images/fixedBgQA.jpg);
}






