/*------------------------------------------------------------------------------

  Plant

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .plant_wrapper {
    margin: 85px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .plant_wrapper {
    margin: 60px 0 0;
  }
}

.plant .plant-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .plant .plant-title-num01 {
    margin: 0 21px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .plant .plant-title-num01 {
    margin: 0 11px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .plant .plant-title-num01 img {
    width: 56px;
    height: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .plant .plant-title-num01 img {
    width: 47px;
    height: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .plant .plant-title-num02 {
    margin: 0 22px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .plant .plant-title-num02 {
    margin: 0 11px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .plant .plant-title-num02 img {
    width: 55px;
    height: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .plant .plant-title-num02 img {
    width: 47px;
    height: 48px;
  }
}

.plant .plant-title-name {
  font-weight: bold;
  border-left: 1px solid  #afafaf;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .plant .plant-title-name {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .plant .plant-title-name {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 0 10px;
  }
}

.plant .plant-title-name span {
  display: block;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .plant .plant-title-name span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .plant .plant-title-name span {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .plant-image {
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .plant-image {
    margin: 15px -10px 0;
  }
}

.plant-image img {
  width: 100%;
}
