.attention_wrapper {
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.attention_inner {
	margin:0;
	padding: 10px 2px 0 2px;
	width: 23%;
	position: relative;
}
.attention_inner .nomal {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 8px;
}

@media screen and (min-width: 710px){
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 1200px){
  .pc { display:none; }
  .sp { display:block; }
  
	.attention_inner {
		width: 48%;
		padding: 10px 2px 10px 2px;
	}
	.attention_inner .nomal {
		font-size: 14px;
		line-height: 20px;
	}
}