@charset "UTF-8";
/* CSS Document */

.index-link__ttl {
	margin: 10px 0 5px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.42;
}

.index-link__txt {
	font-size: 1.2rem;
	line-height: 1.5;
}



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

	.index-link__item > a
	.index-link__item > span{
		display: block;
	}

	.index-link__ttl {
		margin: 10px 0 5px;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.42;
	}

	.index-link__txt {
		font-size: 1.2rem;
		line-height: 1.5;
	}

}


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



}