@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_contents {
	width: 770px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#top_contents #shutsubotsu {
	width: 180px;
	text-align: left;
	line-height: 1.4;
	margin: 0px;
	background-color: #fff;
	color: #898340;
}
#top_contents #shutsubotsu .img {
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	top: 10px;
	margin-top: -10px;
}
#top_contents #shutsubotsu .box {
	padding: 20px 10px 10px;
	background: #E8E4B8;
	border-radius: 10px;
}
#top_topics {
	width: 560px;
}
#top_topics h2 {
	margin: 20px 0;
}
#topicslist {
	width: 566px;
	padding: 10px;
	border-bottom: 1px solid #C1BA87;
}
.topics {
	margin-bottom: 20px;
}
.topics dl {
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #C1BA87;
}
.topics dt {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #ff9900;
	text-align: left;
}
.topics dt img {
	vertical-align: middle;
}
.topics dd {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.topics dd a {
	text-decoration: underline;
}
#pickup {
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
	border-radius: 20px;
	padding: 15px;
	background-image: repeating-linear-gradient(160deg, #E8E4B8, #E8E4B8 8px, #F4F2DF 8px, #F4F2DF 16px);
	color: #37320d;
}
#pickup .ttl {
	display: flex;
	align-items: flex-start;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
#pickup .ttl span {
	margin-top: 38px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #D84B53;
	text-shadow: 
		#fff 2px 0px 0px, #fff -2px 0px 0px,
		#fff 0px -2px 0px, #fff 0px 2px 0px,
		#fff 2px 2px 0px, #fff -2px 2px 0px,
		#fff 2px -2px 0px, #fff -2px -2px 0px,
		#fff 1px 2px 0px, #fff -1px 2px 0px,
		#fff 1px -2px 0px, #fff -1px -2px 0px,
		#fff 2px 1px 0px, #fff -2px 1px 0px,
		#fff 2px -1px 0px, #fff -2px -1px 0px,
		#fff 1px 1px 0px, #fff -1px 1px 0px,
		#fff 1px -1px 0px, #fff -1px -1px 0px;
}
#pickup .box {
	background: none;
}
#pickup .box th {
	width: 180px;
	padding: 8px 10px 8px 0px;
	vertical-align: top;
}
#pickup .box td {
	padding: 8px 0px 8px 0px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_contents {
		width: 100%;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#top_contents #shutsubotsu .box {
		padding-top: 15px;
	}
	#top_topics {
		width: calc(100% - 190px);
	}
	#pickup .ttl {
		margin-bottom: -20px;
	}
	#pickup .ttl span {
		line-height: 1.2;
	}
	.bana {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents {
		display: block;
	}
	#top_topics {
		width: 100%;
	}
	.topics dl {
		padding-left: 0;
		padding-right: 0;
	}
	#pickup .ttl {
		display: block;
		text-align: center;
	}
	#pickup .ttl span {
		display: block;
		text-align: left;
		margin-top: 10px;
		font-size: 17px;
		line-height: 1.4;
		margin-left: 0;
	}
	#pickup .box th, #pickup .box td {
		width: 100%;
		display: block;
	}
	#pickup .box th {
		text-align: center;
	}
	#smt_shutsubotsu {
		width: 100%;
		text-align: left;
		line-height: 1.4;
		margin: 0 0 20px 0;
		background-color: #fff;
		color: #898340;
	}
	#smt_shutsubotsu .box {
		padding-top: 15px;
	}
	#smt_shutsubotsu .img {
		margin-bottom: 0;
		padding-bottom: 0;
		position: relative;
		top: 10px;
		margin-top: -10px;
		text-align: center;
	}
	#smt_shutsubotsu .box {
		padding: 20px 10px 10px;
		background: #E8E4B8;
		border-radius: 10px;
	}
}