@charset "utf-8";

/* ------------------------------
    ir_index
------------------------------ */

/* news */

#news .more a {
	display: inline-block;
	padding: .3em 1em .3em 1.7em;
	border: 2px solid #1d3560;
	color: #203d6c;
	font-size: 1.4rem;
	position: relative;
	margin-top: 30px;
}
#news .more a::before {
	content: '';
	position: absolute;
	left: .8em;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #1d3560;
}

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

	#news .more {
		text-align: center;
	}
	#news .more a {
		margin: 8% auto 0;
	}

}