/*トップ新着情報下、注意*/
.lh_70 {
	line-height:70px;
}
.attention {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 10px;
	border: solid #ffb438;
	height: 40px;
	width:500px;
}

.attention a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 800;
	padding: 11px;
	color: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.attention a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.attention a::before {
	content: "";
	display:inline-block;
	width: 10px;
	height: 10px;
}

.attention a .triangle {
	position: relative;
	background-color: orange;
	text-align: left;
	top: -2px;
	left: -15px;
}
.attention a .triangle:before,
.attention a .triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}
.attention a .triangle,
.attention a .triangle:before,
.attention a .triangle:after {
	width: 18px;
	height: 18px;
	border-top-right-radius: 30%;
}

.attention a .triangle {
	transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
}
.attention a .triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.attention a .triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.attention a .triangle span {
	position: absolute;
	z-index: 1;
	color: #fff;
	transform: rotateZ(45deg);
	top: -2px;
	right: 8px;
	font-size: 18px;
	font-weight: 800;
}