/* ------------------------------------------------------------------------
	breakpoints
------------------------------------------------------------------------ */
/* ========================================================================

	na-che
  
======================================================================== */
/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section p.navi {
  margin-bottom: 80px; }
section p.read {
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    section p.read img {
      max-width: 100%; } }
section ul.image, section ul.features {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
section ul.image {
  margin: 0 auto 90px;
  width: 900px; }
  @media screen and (max-width: 896px) {
    section ul.image {
      width: 100%; }
      section ul.image li {
        width: 24%; }
        section ul.image li img {
          max-width: 100%; } }
  @media screen and (max-width: 480px) {
    section ul.image {
      margin-bottom: 50px; }
      section ul.image li {
        margin-bottom: 10px;
        text-align: center;
        width: 48%; } }
section ul.features {
  margin: 0 auto 100px;
  width: 100%; }
  @media screen and (max-width: 896px) {
    section ul.features {
      margin-bottom: 0;
      width: 100%; } }
  section ul.features li {
    position: relative;
    margin-bottom: 80px;
    line-height: 2;
    width: 430px; }
    @media screen and (max-width: 896px) {
      section ul.features li {
        width: 48%; } }
    @media screen and (max-width: 480px) {
      section ul.features li {
        margin-bottom: 40px;
        width: 100%; } }
    section ul.features li::before {
      position: absolute;
      display: block;
      content: '';
      top: -50px;
      left: 0;
      width: 188px;
      height: 188px;
      background: url("../images/vegetable/circle.png") no-repeat 0 0;
      z-index: -1; }
      @media screen and (max-width: 480px) {
        section ul.features li::before {
          top: -30px;
          width: 150px;
          height: 150px;
          background-size: 100%; } }
    section ul.features li span {
      display: block;
      margin-bottom: 10px;
      font-size: 1.3125rem;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        section ul.features li span {
          font-size: 1.125rem; } }
section .style {
  margin: 0 auto 100px;
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 896px) {
    section .style {
      margin-bottom: 50px;
      width: 100%; } }
  @media screen and (max-width: 896px) {
    section .style .img {
      width: 35%; }
      section .style .img img {
        max-width: 100%; } }
  @media screen and (max-width: 480px) {
    section .style .img {
      margin-bottom: 20px;
      text-align: center;
      width: 100%; } }
  section .style table {
    width: 60%; }
    @media screen and (max-width: 480px) {
      section .style table {
        width: 100%; } }
    section .style table th,
    section .style table td {
      padding-bottom: 25px; }
      @media screen and (max-width: 480px) {
        section .style table th,
        section .style table td {
          display: block;
          padding-bottom: 15px; } }
    section .style table th {
      text-align: center;
      width: 30%; }
      @media screen and (max-width: 480px) {
        section .style table th {
          width: 100%; } }
      section .style table th span {
        display: block;
        line-height: 2;
        background: #f6f3ea; }
    section .style table td {
      padding-left: 20px;
      line-height: 2; }
      @media screen and (max-width: 480px) {
        section .style table td {
          width: 100%; } }
