
  .ev9_mb20{
    margin-bottom: 0px !important
  }
  .ev9_mb30{
    margin-bottom: 5px !important
  }
  .ev9_mb30b{
    margin-bottom: 25px !important
  }
  .ev9_mb40{
    margin-bottom: 20px !important
  }
  .ev9_mb50{
    margin-bottom: 30px !important
  }

@media (min-width: 769px) {
  .ev9_mb20{
    margin-bottom: 20px !important
  }
  .ev9_mb30{
    margin-bottom: 30px !important
  }
  .ev9_mb30b{
    margin-bottom: 30px !important
  }
  .ev9_mb40{
    margin-bottom: 40px !important
  }
  .ev9_mb50{
    margin-bottom: 50px !important
  }
}


/*プロフィール*/
  .lecturer_pro_wrapper{
    width: 100%;
    text-align: center !important;
  }
  .lecturer_pro_img{
    width: 75% !important;
  }
@media (min-width: 769px) {
  .lecturer_pro_wrapper{
    width: 25%;
    text-align: left !important;
  }
  .lecturer_pro_img{
    width: 100% !important;
  }
}


/*3カラム*/
  .c-caption-3column {
    display: flex;
    flex-direction: column;
  }
  .c-caption-3column-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .de09_recipe_img {
    margin-bottom: 0px;
  }
  .de09_recipe_title {
    font-size: 15px;
    font-weight: bold;
  }
  .de09_recipe_text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
@media (min-width: 769px) {
  .c-caption-3column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-caption-3column-item {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-bottom: 10px;
  }
  .de09_recipe_img {
    margin-bottom: 10px;
  }
  .de09_recipe_title {
    font-size: 15px;
    font-weight: bold;
  }
  .de09_recipe_text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}

  .ev11_g_bg{
    background-color: #ebebeb;
	padding: 20px 30px;
  }