@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

.keyvisual {
	width:980px;
	margin: 40px auto;
}

.keyvisual ul {
	margin-left:-20px;
}

.keyvisual li {
	width:230px;
	float:left;
	margin-left:20px;
}

*+html .keyvisual li {  margin-left:15px; }/* IE7 */

/* ---------------------------------------------
　content
------------------------------------------------ */

a:link {
	text-decoration:none;
}

.container2{
	width:100%;
	background:#f7f1ee;
	box-shadow:rgba(91, 79, 75, 0.07) 0px 0px 8px 0px;
	-webkit-box-shadow:rgba(91, 79, 75, 0.07) 0px 0px 8px 0px;
	-moz-box-shadow:rgba(91, 79, 75, 0.07) 0px 0px 8px 0px;
}

.container__inner {
	padding:30px 0 40px;
}

/*.recommend {
	margin-left:-25px;
}

.recommend h2 {
	color:#d77964;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}

.recommend dl {
	width:310px;
	float:left;
	margin-left:25px;
}

.recommend dt {
	background:#fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	float:left;
}

.recommend dd.title {
	margin-top:20px;
}

.recommend dd.title a {
	color:#935c47;
	font-weight:bold;
	text-decoration:none;
}

.recommend dd {
	text-align:left;
	font-size:14px;
	line-height:1.5em;
	padding-left:135px;
}*/

.pickup .omoi{
	width:440px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px 15px 25px 20px;
	text-align:left;
	float:left;
}

.pickup .omoi h2 {
	font-size:150%;
	font-weight:bold;
	margin-bottom:10px;
}

.pickup .banner li {
	width:231px;
	float:left;
	margin-left:19px;
}

.pickup .banner li img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}
.line-wrap{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}
.line-item{
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.line-item.line-bn{
	width: 65%;
}
.line-item.sdg-icon{
	width: 35%;
	float: right;
}
.line-item.sdg-icon .box{
	background: #fff;
	padding: 0.4em;
}
.line-item.sdg-icon .mark{
	width: 50%;
	float: right;
	padding: 0.2em 1em;
	box-sizing: border-box;
}
p.linebanner img,
.line-item.sdg-icon .mark img{
	width: 100%;
}

.grid-topl {
	width:302px;
	float:left;
}

.grid-topr {
	width:123px;
	float:right;
}


/*----------------------
	cms-area
------------------------*/

.cms {
	margin-top:10px;
}

.cms li a{
	background:url(../../images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:13px;
}

.cms ul {
	text-align:right;
	margin-top:20px;
}

.cms li {
	display:inline;
	margin-left:15px;
}


.cms__news,
.cms__info,
.cms__blog {
	width:290px;
	float:left;
	text-align:left;
}
.cms__product{
	width: 100%;
	clear: both;
	text-align: left;
}
.cms__product:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

.cms__info {
	margin:0 26px;
	padding:0 26px;
	border-left:1px solid #e1d9d6;
	border-right:1px solid #e1d9d6;
}

.cms__news h2,
.cms__info h2,
.cms__blog h2,
.cms__product h2{
	color:#5c844a;
	font-weight:bold;
	font-size:16px;
	border-bottom:3px solid #839b78;
	text-align:left;
	padding:5px 0 10px 5px;
}
.cms__product h2{
	margin-top: 1em;
}

.cms__news dt {
	margin-top:14px;
	font-size:12px;
}

.cms__news dd {
	font-size:14px;
}

.cms__info dl,
.cms__blog dl,
.cms__product dl{
	clear:both;
	margin-top:25px;
	min-height:70px;
}

.cms__info dt,
.cms__blog dt,
.cms__product dt{
	float:left;
}

.cms__info dt div,
.cms__blog dt div,
.cms__product dt div{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cms__info dt img,
.cms__blog dt img,
.cms__product dt img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cms__info dd,
.cms__blog dd,
.cms__product dd{
	font-size:12px;
	line-height:1.5em;
	padding-left:75px;
}

.cms__info dd.title,
.cms__blog dd.title,
.cms__product dd.title{
	font-size:14px;
}


