@charset "utf-8";
#kv {padding: 0!important;margin-top: 0!important;}

#dc_c-015 section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #dc_c-015 section {
      margin-top: 65px;
  }
}

/* 見出し
-------------------------------------*/
.tc_section_title_03.gray {
  padding: 19px 0;
  background-color: #666666;
  color: #FFFFFF;
  text-indent: 33px;
}

@media screen and (max-width: 767px) {
  .tc_section_title_03.gray {
    padding: 15px;
    text-indent: 0;
  }
}

.tc_section_heading_08 {
  margin-bottom: 26px;
}


/* protein
-------------------------------------*/
#protein .tc_dp_flex .tc_text {
  text-align: center;
}

#protein .tc_dp_flex .tc_comp_step_circle > a:hover {
  opacity: .6;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  #protein .tc_dp_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/* vegetables
-------------------------------------*/
.vegetables {
  margin-top: 40px!important;
}

.vegetables .tc_section_step_03 {
  padding: 24px 0 40px 0;
}

.vegetables .tc_section_step_03 .tc_comp_step_circle {
  align-items: flex-start;
}


/* 線削除 */
.vegetables .tc_section_step_03 .tc_inner>div::before {
  display: none;
}

.vegetables .tc_text {
  gap: 0.5em;
}

.vegetables .tc_section_coupon_05 {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  /* ボタンの長さ */
  .vegetables .tc_section_coupon_05 .tc_comp_btn {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .vegetables .tc_section_step_03 > .tc_inner {
    padding: 0;
  }
}


/* convenient
-------------------------------------*/
#convenient .tc_section_heading_04 {
  margin-bottom: 20px;
}

/* flex */
#convenient .tc_section_clm_03 .tc_comp_all_clm {
  flex-direction: column;
}

#convenient .tc_section_clm_03 .tc_comp_all_clm > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  #convenient .tc_section_heading_04 {
    margin-bottom: 40px;
  }

  #convenient .tc_section_clm_03 .tc_comp_all_clm > div {
    flex-direction: row;
  }
}


/* product
-------------------------------------*/
#product .tc_section_title_03 {
  margin-bottom: 50px;
  text-align: center;
}

#product .tc_comp_clm_coupon .tc_text {
  gap: 0.5em;
}


/* banner
-------------------------------------*/
#banner {
  padding-bottom: 0px!important;
}

#banner ul > li > a:hover {
  opacity: .6;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  #banner ul > li {
    max-width: 302px;
  }
}