@charset "EUC-JP";
/* CSS Document */

/*****************************************************************
      てんぽ印の乾燥野菜 こだわりと特長
*****************************************************************/
.box_maintxt h3 {
	font-size:1.6em;
}

.box_maintxt h3 span {
	display: block;
	font-size:0.81em;
	font-family: 游ゴシック, 游ゴシック体, YuGothic, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
.kansou_content h3 {
	font-family: 游ゴシック, 游ゴシック体, YuGothic, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: bold;
}
.kansou_img {
	margin-bottom:30px;
}
.kansou_img img {
	border-radius: 10px;
}
.box_sign {
	text-align: right;
	font-size:0.875em;
}
.box_sign span {
	font-size:1.285em;
	display: inline-block;
    margin-left: 10px;
}
.bg_gray {	
	background: #ececed;
	margin:70px -114px 0;
    padding: 50px 114px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.features_list {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.features_list li {
    width: 268px;
    margin: 24px 24px 0 0;
}
.features_list li:nth-child(3n) {
    margin-right: 0;
}
.features_list li img {
	border-radius: 10px;
}
.features_list li p {
	text-align: left;
}
.features_list li .tit {
	font-size:1.2em;
	font-weight: bold;
	margin:10px 0 0;
	text-align: center;
}
.box_btn {
	text-align: center;
}
.box_btn a {
	width: 234px;
    border: solid 1px;
    margin-top: 20px;
    padding: 10px;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
}
.box_btn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.kansou_content {
	margin-bottom:0;
}

@media screen and (max-width: 768px) {
	.bg_gray {
    	margin: 60px 0 0;
        padding: 0;
	}
	.features_list {
		margin:10px 20px 50px;
		-webkit-justify-content: space-around;
    	justify-content: space-around;
	}
	.features_list li {
		width: 31%;
        margin: 0 0 2%;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait){
	.bg_gray {
		padding: 30px 20px 10px;
	}
	.item_list_tit {
		margin: 40px 0 20px;
	}
	.features_list {
		max-width: 376px;
		margin: 10px auto 50px;
		-webkit-justify-content: space-between;
    	justify-content: space-between;
	}
	.features_list li {
        margin: 4% 0 0 0;
        max-width: 180px;
        width: 48%;
    }
}
