@charset "UTF-8";
/*
 * link.css
 *
 */

/* !刊行物案内
---------------------------------------------------------- */
.indexIntro {
	width:100%;
	padding:80px 50px 100px 50px;
}
	.indexIntro div.inner {
		width:100%;
		max-width:1200px;
		margin:0 auto ;
	}
		.indexIntro div.inner h2 {
			font-size:40px;
			font-weight: 700;
			line-height: 1.6;
			color: #65B401;
			letter-spacing: 0.04em;
			position: relative;
			padding-left:60px;
			margin-bottom: 50px;
		}
			.indexIntro div.inner h2:before {
				position: absolute;
				content:"";
				width:40px;
				height: 1px;
				background: #65B401;
				top:50%;
				left:0;
			}
			.indexIntro div.inner ul {
				width:100%;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				margin-bottom: 100px;
			}
				.indexIntro div.inner ul li {
					width:49%;
					line-height: 1.8;
					margin-bottom: 15px;
				}
					.indexIntro div.inner ul li a {
						display: block;
						width:100%;
						color: #111;
						padding:0.8em 1em;
						background: #F2F2F2;
						border-radius: 4px;
						transition: .5s;
					}
						.indexIntro div.inner ul li a i {
							color: #65B401;
							margin-left: 0.6em;
							transition: .5s;
						}
						.indexIntro div.inner ul li a:hover {
							color: #FFF;
							background: #65B401;
						}
							.indexIntro div.inner ul li a:hover i {
								color: #FFF;
							}

@media screen and (max-width:1039px){
.indexIntro {
	padding:60px 30px 80px 30px;
}
		.indexIntro div.inner h2 {
			font-size:36px;
			margin-bottom: 40px;
		}
			.indexIntro div.inner ul {
				margin-bottom: 80px;
			}
				.indexIntro div.inner ul li {
					width:100%;
				}
						.indexIntro div.inner ul li a i {
							margin-left: 0.6em;
						}
						.indexIntro div.inner ul li a:hover {
							color: #111;
							background: #F2F2F2;
						}
							.indexIntro div.inner ul li a:hover i {
								color: #65B401;
							}
}

@media screen and (max-width:767px){
.indexIntro {
	padding:40px 25px 70px 25px;
}
		.indexIntro div.inner h2 {
			font-size:24px;
			padding-left:35px;
			margin-bottom: 30px;
		}
			.indexIntro div.inner h2:before {
				width:20px;
				top:50%;
			}
			.indexIntro div.inner ul {
				margin-bottom: 70px;
			}
}
