@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
お知らせ一覧
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.web .inner {
	margin-top: 100px;
	overflow: hidden;
}
.web .main-area {
	background: #000;
	color: #fff;
	text-align: center;
	margin: 54px 0px 0px;
	padding: 72px 0px 65px;
}
.web .main-area h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 53px;
}
.web .main-area p {
	font-size: 16px;
	line-height: 32px;
}
.web .web-main-img {
	width: 878px;
	margin: 0 auto; 
}
.web .web-main-img img {
	width: 100%;
	height: auto;
}
.web-list {
	margin: 80px 0 74px;
	overflow: hidden;
	width: 960px;
	float: right;
	padding-bottom: 5px;
}
.web-list li { 
	width: 460px;
	position: relative;
}
.web-list li:before {
	content: "";
	width: 81%;
	height: 2px;
	position: absolute;
	top: 27px;
	right: 0;
}
.web-list li.recipe:before {
	background: #A92222; 
}
.web-list li.season:before {
	background: #CDBF00; 
}
.web-list li.producer:before {
	background: #006837; 
}
.web-list li.student:before {
	background: #64B3D7; 
}
.web-list li.cheese:before {
	background: #D2842C; 
}
.web-list li.distribution:before {
	background: #90B130; 
}
.web-list li.experience:before {
	background: #26AC93; 
}
.web-list li.studies:before {
	background: #4F5C9A; 
}
.web-list li.photo_house:before {
	background: #E18FB8; 
}
.web-list li.move:before {
	background: #724C80; 
}
.web-list li time {
	font-size: 10px;
}
.web-list li dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	color: #fff;
}
.web-list li dd {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.5px;
	margin: 11px 0px 8px;
	color: #fff;
}
.web-list li .read-more a {
	display: inline-block;
	background: #fff;
	color: #42210B;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.web-list li .read-more.plans span {
	display: inline-block;
	color: #FFAD00;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.web-list li .read-more.plans a {
	opacity: .3;
}
.web-list li .read-more.plans a:hover {
	opacity: .3;
}
.web-list li:nth-child(n+3) {
	margin-top: 56px;
}

.web-list li:nth-child(odd) {
	float: left;
}
.web-list li:nth-child(even) {
	float: right;
}
.web-list li:nth-child(2n+1) {
	clear: both;
}

.web-list .web-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 116px;
}
.web-list .web-icon img {
	width: 100%;
	height: auto;
}
.web-list .detail-txt {
	padding-left: 130px;
}

@media (max-width:750px) {
	.web .main-area {
	    background: #000;
	    color: #fff;
	    text-align: center;
	    margin: 47px 0px 0px;
	    padding: 57px 0px 47px;
	}
	.web .main-area h1 {
	    font-size: 24px;
	    line-height: 36px;
	    margin-bottom: 17px;
	}
	.web .main-area p {
	    font-size: 14px;
	    line-height: 28px;
	    text-align: left;
	    padding: 0px 20px;
	    text-align: justify;
	    text-justify: inter-ideograph;
	}
	.web .web-main-img {
	    width: 100%;
	}
	.web-list,
	.web-list li { 
		width: 100%;
	}
	.web .inner {
	    margin-top: 58px;
	}
	.web-list li .read-more a {
		height: 44px;
		line-height: 44px;
		width: 100%;
		font-size: 10px;
	}
	.web-list li .read-more {
		float: right;
		width: 39%;
		margin-top: 2px;
	}
	.web-list li .read-more.plans span {
		font-size: 10px;
		text-align: right;
		display: block;
	}
	.web-list li dt {
		font-size: 12px;
	}
	.web-list li dd {
		font-size: 10px;
		line-height: 12px;
		margin: 2px 0 0;
		float: left;
		width: 56%;
	}
	.web-list li:nth-child(n+3) {
	    margin-top: 22px;
	}
	.web-list li + li {
		margin-top: 22px;
	}
	.web-list {
		margin: 48px 0 105px;
	}
	.web-list .web-icon {
	    width: 68px;
	}
	.web-list .detail-txt {
	    overflow: hidden;
	    padding-left: 73px;
	}
	.web-list li:before {
	    height: 1px;
	    width: 95%;
	    top: 21px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
お知らせ記事
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
