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

.my-icon > li {
  background-image: url(/macrohealth/images/check.png);
}
.grid_boxs {
 background-image:
 -webkit-linear-gradient( transparent 95%, rgba(173, 172, 134, .2) 50%, rgba(173, 172, 134, .2)), -webkit-linear-gradient( 0deg, transparent 95%, rgba(173, 172, 134, .2) 50%, rgba(173, 172, 134, .2) );
 background-image:			
 linear-gradient( 90deg, transparent 95%, rgba(173, 172, 134, .2) 50%, rgba(173, 172, 134, .2)), linear-gradient( 0deg, transparent 95%, rgba(173, 172, 134, .2) 50%, rgba(173, 172, 134, .2) );
 background-color: #FFFFF5;
 padding: 1px 20px 20px 20px;
 background-size: 15px 15px;
 background-repeat: repeat;
 overflow:hidden;
 margin-bottom:50px;
}
.grid_boxs h6 {
 margin:15px 0;
}
.grid_boxs h6 img {
 vertical-align:middle;
}
.grid_boxs h6 span {
 display:block;
 float:right;
 width:500px;
}
.grid_boxs p.point {
 clear:both;
 margin-top:50px;
}
.grid_boxs ul {
 padding:0;
 margin:3px auto;
 width:90%;
}
.grid_boxs ul li {
 list-style:none;
 float:left;
 width:40%;
}
.grid_boxs ul li.thing {
 width:20%;
}

.kiji4 > header {
    background-color: #e6d5c5;
}

.kiji3 h3 {
    border-left: none;
    padding-left: 75px;
    background-image: url(/macrohealth/images/mayacacao/icon.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 55px;
}

/* 吹き出し */
.arrow_box {
  position: relative;
  background: #fff;
  border: 2px solid #d9cec6;
  padding: 10px;
  border-radius: .3em;
  margin-left: 65px;
  width: 60%;
}
.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #dacfc7;
  border-width: 13px;
  margin-top: -13px;
}

/* スタッフ吹き出し */
.staff {
  margin-left: 100px;
    width: auto;

}

/* レシピ画像 */
.recipe-photo {
    width: 300px;
    height: 225px;
    padding: 7px;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(20,20,20,0.2);
    margin-bottom: 20px;
}


/*モバイル*/
@media screen and (max-width: 979px) {
.kiji3 h3 {
  background-image: none;
    border-left: 20px solid #bf4444;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
}
}



