@charset "UTF-8";

.index-btn a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 110px;
	padding: 15px;
	background: #e95513;
	transition: all 0.6s ease 0s;
}
.index-btn a:hover {
  background: #000;
  transition: all 0.6s ease 0s;
}
.arrow {
  position: absolute;
  bottom: -60px;
  right: 0px;
  width: 30px;
}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

	.arrow {
		bottom: -35px;
	}

}



