@charset "utf-8";

/*-------------------------------
	品質マネジメントシステム
-------------------------------*/

.Quality__text{
	color: var(--blackcolor2);
	margin-bottom: 3.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){
	.Security__body .C-Table__item-text{
		text-align: left;
	}
}
@media screen and (max-width:768px){

	.Quality__text{
		margin-bottom: 5rem;
	}
	.Security__body .C-Table__item-text{
		text-align: left;
	}

}



/*-------------------------------
	情報セキュリティマネジメントシステム
-------------------------------*/

.Security__text{
	color: var(--blackcolor2);
	margin-bottom: 3.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Security__text{
		margin-bottom: 5rem;
	}

}



/*-------------------------------
	プライバシーマーク
-------------------------------*/

.Privacy__text{
	color: var(--blackcolor2);
	margin-bottom: 3.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Privacy__text{
		margin-bottom: 5rem;
	}

}



/*-------------------------------
	えるぼし
-------------------------------*/

#Eruboshi{
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}
.Eruboshi__body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Eruboshi__text{
	color: var(--blackcolor2);
	width: calc(100% - 20rem);
	padding-right: 7rem;
}
.Eruboshi__image{
	width: 20rem;
}
.Eruboshi__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Eruboshi__body{
		flex-direction: column;
	}
	.Eruboshi__text{
		width: 100%;
		padding-right: 0;
		margin-bottom: 6.8rem;
	}
	.Eruboshi__image{
		width: 40rem;
		margin-left: auto;
		margin-right: auto;
	}

}