.maindesign #main {
	width: 860px;
	margin-bottom: 50px;
}
.maindesign .img_container img {
	width: 100%;
	height: auto;
}
.maindesign .title_container {
	width: 100%;
	position: relative;
}
.maindesign .title_inner {
	position: absolute;
	width: 150px;
	top: 50%;
	left: 50px;
	transform:translateY(-50%);
}

@media screen and (max-width:767px) {
	.maindesign #main {
		width: 100%;
		margin-bottom: 30px;
	}
	.maindesign .title_inner {
		width: 75px;
		left: 15px;
	}
	
}

.maindesign .list_container {
	margin: 30px 2%;
}
.maindesign .list_title {
	width: 80%;
	margin: 15px auto;
}
.maindesign .month {
	color: #ff9933;
	font-size: 1.6em;
}
.maindesign .list_content {
	margin: 70px 0;
}
.maindesign .list_content.list_first {
	margin: 15px 0 70px;
}
.maindesign h2 {
	position: relative;
	color: #336600;
	font-weight: bold;
	border-bottom: 1px solid #336600;
	padding-bottom: 6px;
	padding-left: 4px;
	font-size: 1.5em;
	margin-bottom: 50px;
	line-height: 1.15;
}
.maindesign h2 .decoration {
	position: absolute;
	right: 0;
	transform: translateY(-60%);
	width: 60px;
	height: auto;
}
.maindesign .list_detail {
	display: flex;
	flex-wrap: wrap;
}
.maindesign .list_detail .img_container {
	width: 125px;
	height: 125px;
	border: 1px solid #336600;
	margin-left: 50px;
}
.maindesign .list_detail .product_text {
	color: #336600;
	font-weight: bold;
	font-size: 1.35em;
	margin-left: 30px;
}
.maindesign .multiple_content .list_detail {
	margin-bottom: 30px;
}






@media screen and (max-width:767px) {
	.maindesign .list_title {
		width: 100%;
	}
	.maindesign h2 {
		font-size: 1.15em;
		margin-bottom: 30px;
	}
	.maindesign .list_detail .img_container {
		display: flex;
		justify-content: center;
		margin-left: 0;
		margin: 0 auto 15px;
	}
	.maindesign .list_detail .product_text {
		text-align: center;
		font-size: 1.1em;
		margin-left: 0;
		width: 100%;
	}
}


