/* --------------------------------------------------------------------------------------------------------------------------------- */
/* 共通設定 */

p {
  text-align: justify;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ヘッダー */

#header h1 {
  border: 1px solid #32b16c;
  color: #32b16c;
  font-weight: bold;
}
@media (max-width: 480px) { /* SP */
  #header h1 {
    width: 55vw;
    padding: 5vw 1vw;
    font-size: 5vw;
    margin: 6.67vw auto 0 auto;
  }
  #header-image-pc {
    display: none;
  }
  #header-image-sp {
    height: auto;
    max-width: 696px;
    margin-bottom: 17.33vw;
  }
}
@media (min-width: 481px) { /* SP以外 */
  #header h1 {
    width: 290px;
    padding: 26px 56px;
    font-size: 24px;
    margin: 40px auto;
  }
  #header-image-pc {
    margin-bottom: 94px;
  }
  #header-image-sp {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* 説明 */

.descriptions-element-description {
  text-align: left;
}
.descriptions-element-description p {
  line-height: 1.7;
}
#descriptions h2 {
  position: relative;
  font-weight: bold;
  margin-top: 0;
}
#descriptions h2 img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 480px) { /* SP */
  .descriptions-element {
    margin-bottom: 12vw;
  }
  .descriptions-element-description {
  }
  .descriptions-element-description p {
    font-size: 3.5vw;
  }
  .btn-orange {
    width: 218px;
    display: block;
    margin: 3.5vw auto;
  }
  #descriptions h2 {
    margin-bottom: 0vw;
    padding-left: 12vw;
  }
  #descriptions h2 img {
    margin-left: 12vw;
  }
  #descriptions h2 p {
    height: 18vw;
    line-height: 18vw;
    font-size: 5vw;
    padding-left: 5vw;
  }
  #descriptions figure img {
    width: 600px;
    height: auto;
    margin: 30px;
  }
  #descriptions-title-potato {
    width: 30%;
    height: auto;
  }
  #descriptions-title-leaf {
    width: 30%;
    height: auto;
  }
}
@media (min-width: 481px) { /* SP以外 */
  .descriptions-element {
    margin-bottom: 100px;
  }
  .descriptions-element-description {
    padding-left: 35px;
  }
  .btn-primary {
    margin-top: 10px;
  }
  #descriptions h2 {
    height: 108px;
    margin-bottom:20px;
  }
  #descriptions h2 p {
    height: 108px;
    line-height: 108px;
    font-size: 24px;
    padding-left: 40px;
  }
  #descriptions figure img {
    margin-bottom: 15px;
  }
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* 特徴 */

.features-element {
  position: relative;
}
.features-element h2 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #32b16c;
}
.features-element h2 div {
  font-weight: bold;
  color: white;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.7;
}
.features-element-body {
  background-color: #cbe9d8;
}
.features-element-body h3 {
  font-weight: bold;
  border-bottom: 3px solid #32b16c;
}
.features-element-body p {
  text-align: left;
  line-height: 1.7;
}
.features-element-body p.features-element-body-kouyou-body {
  font-weight: bold;
  line-height: 2.0;
  margin: 0;
  color: #32b16c;
  text-align: center;
}
.features-element-body-info h4 {
  font-weight: bold;
  color: #32b16c;
  background-color: white;
}

@media (max-width: 480px) { /* SP */
  .features-element {
    padding: 7.2vw 15px 0 15px;
    margin-bottom: 10.67vw;
  }
  .features-element h2 {
    font-size: 3.3vw;
    border-radius: 22vw;
    width: 22vw;
    height: 22vw;
    left: 15px;
  }
  .features-element h2 div {
    width: 22vw;
    height: 22vw;
  }
  .features-element-body {
    border-radius: 3vw;
    padding: 7.2vw 6vw 7.2vw 6vw;
  }
  .features-element-body h3 {
    font-size: 4.1vw;
    margin: 0 0 5vw 15.5vw;
    padding-bottom: 2vw;
  }
  .features-element-body p.features-element-body-kouyou-body {
    font-size: 5vw;
  }
  .features-element-body-info h4 {
    font-size: 3.73vw;
    padding: 1.33vw 0 0.8vw 0;
    border-radius: 2.67vw;
    width: 21.3vw;
    margin: 0 auto -3.73vw auto;
  }
  .features-element-body-info p {
    border: 2px solid white;
    padding: 4.33vw 5.46vw;
    margin: 0 0 -1vw 0;
  }
}
@media (min-width: 481px) { /* SP以外 */
  .features-element {
    padding: 20px 30px 0 50px;
    margin-bottom: 90px;
  }
  .features-element h2 {
    font-size: 18px;
    border-radius: 110px;
    width: 110px;
    height: 110px;
  }
  .features-element h2 div {
    width: 110px;
    height: 110px;
  }
  .features-element-body {
    border-radius: 10px;
    padding: 40px 60px;
  }
  .features-element-body h3 {
    font-size: 18px;
    margin: 0 0 16px 0;
    padding-bottom: 6px;
  }
  .features-element-body p.features-element-body-kouyou-body {
    font-size: 24px;
  }
  .features-element-body-info h4 {
    font-size: 14px;
    padding: 5px 0 3px 0;
    border-radius: 10px;
    width: 80px;
    margin: 0 auto -14px auto;
  }
  .features-element-body-info p {
    border: 2px solid white;
    padding: 20px 28px;
    margin: 0 -30px -10px -30px;
  }
}


