@charset "UTF-8";



/* レイアウト
----------------------------- */
#container {
	padding:0 0 30px;
}

#saizensenWrap {
	min-width: 850px;
	padding: 30px 0;
	font-size: 14px;
	line-height: 1.6;
	background: url(../images/share/bg.jpg) repeat left top;
	margin-top:-20px;
}
#takiiTop {
	width: 850px;
	margin: 0 auto;
	text-align: right;
}
#ftrNavi {
	width: 100%;
	text-align: center;
	background: #ffffff;
}
#ftrNaviInner {
	width: 252px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#ftrNaviInner ul li {
	float: left;
	width: 232px;
	padding: 0 10px;
}



/* コンテンツ
----------------------------- */
#phytorichArea {
	width: 850px;
	margin: 0px auto 0 auto;
	padding: 0 0 40px 0;
	background: #ffffff;
}
#phytorichArea .contents {
padding: 0px 40px;
}
#phytorichArea .contents h2 {
font-size: 28px;
line-height: 1.4em;
font-weight: bold;
color: #f36d27;
}
#phytorichArea .contents p {
color: #693021;
}
#phytorichArea .contents .img01 {
display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0px;
}
#phytorichArea .contents .img01 .img {
width: 366px;
}
#phytorichArea .contents .img01 .img img {
width: 100%;
}
#phytorichArea .contents .img01 .text {
width: 366px;
}
#phytorichArea .contents .img01 .text p {
margin: 0px;
}
#phytorichArea .contents .mb10 {
margin-bottom: 10px;
}
#phytorichArea .contents .mb40 {
margin-bottom: 40px;
}
#ftrNaviInner ul li {
list-style: none;
}


/* sp
========================================================================== */
@media only screen and (max-width:767px) {
/* ----------------------------------------------------------------------- */
#saizensenWrap {
  width: 100%;
  min-width: 0;
	padding: 0;
}
#phytorichArea {
	width: 100%;
	padding: 0 0 15px 0;
}

#phytorichArea h1 {
  width: 100%;
}
#phytorichArea .contents{
	padding:0 15px;
}
img {
	max-width: 100%;
	height: auto;
}

#phytorichArea .contents h2 {
	font-size:19px;
	margin: 20px 0;
}

#phytorichArea .contents .img01 {
text-align: -webkit-center;
	display:block;
}
#phytorichArea .contents .img01 .img {
max-width: 100%;
}
#phytorichArea .contents .img01 .text {
width: 100%;
}
	
#phytorichArea .contents .phytoflex{
	display: flex;
	justify-content: space-between;
}
#phytorichArea .contents .phytoflex .img  {
max-width: 49%
}
	
#ftrNavi{
	padding: 0;
	width: auto;
	background-color:#FFF;
}
#ftrNaviInner{
	width: auto;
	margin:0 auto;
	padding:30px 0 0px;
}
#ftrNaviInner ul li{
	float: none;
	display: inline-block;
	width:auto;
	text-align: center;
}
#ftrNaviInner ul li+li{
	margin: 10px 0 0 0;	
}
	
	
/* ----------------------------------------------------------------------- */
}