@charset "utf-8";

.pc {display: block;}
.sp {display: none;}
.contents_ {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.contents_ {
		width: inherit;
		padding: 0 20px;
	}
}
#furusato_new {
	margin: 40px 0;
	line-height: 1.6;
}
#furusato_new * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
#furusato_new img {
	width: 100%;
}

#furusato_new .lead {
	margin: 40px 0;
	text-align: center;
	font-size: 115%;
	line-height: 1.8;
}

#furusato_new h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 200%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
}
#furusato_new h3 ruby {
	position: relative;
	line-height: 2;
}

#furusato_new h3 rb {
	font-size: 200%;
}

#furusato_new h3 rt {
	position: relative;
	top: -.3em;
	margin-bottom: -10px;
	transform: translateY(-.3em);
}

#furusato_new .index-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -30px;
}
#furusato_new .item {
	width: 48.5%;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
	border: 2px solid #d0c69d;
}
#furusato_new .item .img {
	width: 100%;
}
#furusato_new .item .desc {
	width: 100%;
}
#furusato_new .item .txt {
	line-height: 2;
}
#furusato_new .item .btn {
	width: 250px;
	margin: 20px auto 0 auto;
	display: block;
}
#furusato_new .item .btn a {
	display: block;
	padding: 10px 40px 10px 30px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	background: url("/html/upload/user_data/fp/new/img/2301/icon_arrow.png") center right 15px no-repeat #af9010;
}

#furusato_new .furutop {
	display: block;
	padding: 10px 40px 10px 30px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	background: url("/html/upload/user_data/fp/new/img/2301/icon_arrow.png") center right 15px no-repeat #60a850;
	width: 400px;
	margin: 50px auto;
}


/* --------------------------------------------------------------
	スマホ
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.pc {display: none;}
	.sp {display: block;}
	.contents_ {padding: 0 20px;}

	#furusato_new {
		margin: 0;
	}
	#furusato_new h1 {
		margin: 0 -20px;
	}

	#furusato_new .lead {
		text-align: left;
		margin: 30px 0;
	}

	#furusato_new h3 {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 155%;
	}
	#furusato_new h3 rt {
		top: -.2em;
		margin-bottom: -6px;
		transform: translateY(-.2em);
	}

	#furusato_new .index-list {
		display: block;
	}
	#furusato_new .item {
		width: 100%;
		padding: 20px;
	}
	#furusato_new .item .btn {
		width: 100%;
	}
	#furusato_new .item .btn a {
		width: 100%;
		padding: 10px 30px 10px 20px;
	}

	#furusato_new .furutop {
		font-size: 110%;
		width: 100%;
	}
}
