@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main .section:nth-child(even) {
  background-color: #f3f0e8;
}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead div.content {
  font-size: 1.143em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    letter-spacing: 2px;
    font-size: 1.2em;
  }

}

/** ***************************************************************************
 * 技術開発目標
 * ************************************************************************* */

#mokuhyo div.mokuhyo ul.list {
  padding: 0;
}

#mokuhyo div.mokuhyo ul.list li {
  list-style: none;
}

#mokuhyo div.mokuhyo ul.list li .title {
  margin-bottom: 10px;
  padding: 0.5em;
  color: #fff;
  line-height: 1.4;
  font-size: 1.334em;
  font-weight: 500;
  background-color: #1d7a40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#mokuhyo div.mokuhyo ul.list li .title::before {
  content: '';
  width: 2.5em;
  height: 2em;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#mokuhyo div.mokuhyo ul.list li .sub-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
  font-size: 1.143em;
  font-weight: 500;
  border-bottom: 1px solid #999 !important;
  display: block;
}

#mokuhyo div.mokuhyo ul.list li.mokuhyo-1 .title::before {
  background-image: url("../_image/tech/mokuhyo-1-icon.png");
}

#mokuhyo div.mokuhyo ul.list li.mokuhyo-2 .title::before {
  background-image: url("../_image/tech/mokuhyo-2-icon.png");
}

#mokuhyo div.mokuhyo ul.list li.mokuhyo-3 .title::before {
  background-image: url("../_image/tech/mokuhyo-3-icon.png");
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #mokuhyo div.mokuhyo ul.list li .title {
    font-size: 1.6em;
  }

  #mokuhyo div.mokuhyo ul.list li .title::before {
    width: 2.5em;
    height: 2em;
  }

}

/** ***************************************************************************
 * 茶農業の技術開発と普及に向けたロードマップ
 * ************************************************************************* */

/** ***************************************************************************
 * ロードマップ
 */

#roadmap div.roadmap {
  margin-top: 30px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#roadmap div.roadmap::before {
  content: '※スクロールして全体をご覧いただけます。';
  color: #f00;
}

#roadmap div.roadmap div.roadmap-body {
  max-width: none;
  width: 200vw;
  padding: 10px 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #roadmap div.roadmap {
    margin-top: 40px;
    padding-top: 0;
    overflow: hidden;
  }

  #roadmap div.roadmap::before {
    content: none;
  }

  #roadmap div.roadmap div.roadmap-body {
    max-width: 100%;
  }

}

/** ***************************************************************************
 * 技術確立に向けた現在の取組み
 */

/** ---------------------------------------------------------------------------
 * タイトル
 */

#torikumi .column-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 1.143em;
  font-weight: 500;
  border-bottom: 3px solid #a0d4c6 !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #torikumi .column-title {
    margin-bottom: 30px;
    font-size: 1.6em;
    font-weight: 500;
    border-bottom: 3px solid #a0d4c6 !important;
  }

}

/** ---------------------------------------------------------------------------
 * 取組み
 */

#torikumi div.torikumi ul.list {
  padding: 0;
  justify-content: center;
}

#torikumi div.torikumi ul.list li {
  max-width: 460px;
  list-style: none;
  border: 3px solid #1d7a40 !important;
  background-color: #fff;
}

#torikumi div.torikumi ul.list li .title {
  line-height: 1.4;
  font-size: 1.143em;
  font-weight: 500;
  border-bottom: 3px solid #1d7a40 !important;
  background-color: #daeee9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#torikumi div.torikumi ul.list li[class*="category-"] .title::before {
  min-width: 2.5em;
  min-height: 100%;
  margin-right: 0.75em;
  padding: 17px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #1d7a40;
  flex-shrink: 0;
}

#torikumi div.torikumi ul.list li.category-yuki .title::before {
  content: '有機';
}

#torikumi div.torikumi ul.list li.category-it .title::before {
  content: 'IT';
}

#torikumi div.torikumi ul.list li:nth-child(5) .text {
  width: fit-content;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em;
  font-size: 1.286em;
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #torikumi div.torikumi ul.list li {
    max-width: 100%;
    min-width: 420px;
  }

  #torikumi div.torikumi ul.list li:nth-child(1) {
    animation-delay: 0.0s;
  }

  #torikumi div.torikumi ul.list li:nth-child(2) {
    animation-delay: 0.3s;
  }

  #torikumi div.torikumi ul.list li:nth-child(3) {
    animation-delay: 0.3s;
  }

  #torikumi div.torikumi ul.list li:nth-child(4) {
    animation-delay: 0.6s;
  }

  #torikumi div.torikumi ul.list li:nth-child(5) {
    width: calc(100% - 2.9%);
  }

  #torikumi div.torikumi ul.list li:nth-child(5) .text {
    padding: 2.5em 2em;
    font-size: 1.2em;
  }

  #torikumi div.torikumi ul.list li .title {
    font-size: 1.6em;
  }

}

/** ***************************************************************************
 * 複合経営の提案に向けて
 */

/** ---------------------------------------------------------------------------
 * タイトル
 */

#teian .column-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 1.143em;
  font-weight: 500;
  border-bottom: 3px solid #a0d4c6 !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #teian .column-title {
    margin-bottom: 30px;
    font-size: 1.6em;
    font-weight: 500;
    border-bottom: 3px solid #a0d4c6 !important;
  }

}

/** ---------------------------------------------------------------------------
 * 取組み
 */

#teian div.teian ul.list {
  padding: 0;
  justify-content: center;
}

#teian div.teian ul.list li {
  max-width: 460px;
  list-style: none;
  border: 3px solid #1d7a40 !important;
  background-color: #fff;
}

#teian div.teian ul.list li .title {
  line-height: 1.4;
  font-size: 1.143em;
  font-weight: 500;
  border-bottom: 3px solid #1d7a40 !important;
  background-color: #daeee9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#teian div.teian ul.list li[class*="category-"] .title::before {
  width: 2.5em;
  margin-right: 0.75em;
  padding: 5px 17px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #1d7a40;
  flex-shrink: 0;
}

#teian div.teian ul.list li.category-hukugo .title::before {
  content: '複合経営';
}

#teian div.teian ul.list li:nth-child(5) .text {
  width: fit-content;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em;
  font-size: 1.286em;
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #teian div.teian ul.list li {
    max-width: 100%;
    min-width: 420px;
  }

  #teian div.teian ul.list li:nth-child(1) {
    animation-delay: 0.0s;
  }

  #teian div.teian ul.list li:nth-child(2) {
    animation-delay: 0.3s;
  }

  #teian div.teian ul.list li:nth-child(3) {
    animation-delay: 0.3s;
  }

  #teian div.teian ul.list li:nth-child(4) {
    animation-delay: 0.6s;
  }

  #teian div.teian ul.list li:nth-child(5) {
    width: calc(100% - 2.9%);
  }

  #teian div.teian ul.list li:nth-child(5) .text {
    padding: 2.5em 2em;
    font-size: 1.2em;
  }

  #teian div.teian ul.list li .title {
    font-size: 1.6em;
  }

}

/** ***************************************************************************
 * COLUMN
 * ************************************************************************* */

#column {
  padding-bottom: 60px !important;
}

#column .column-contents ~ .column-contents {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #column {
    padding-bottom: 110px !important;
  }

  #column .column-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

}

/** ***************************************************************************
 * 画像
 */

#column .column-contents div.image {
  text-align: center;
  background-color: #eae7df;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #column .column-contents div.image {
    width: 50%;
    flex-grow: 1;
  }

}

/** ***************************************************************************
 * 内容
 */

#column .column-contents div.content {
  padding: 1.5em 1em;
  background-color: #f3f0e8;
}

#column .column-contents div.content .column-title {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 1.286em;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #column .column-contents div.content {
    width: 50%;
    min-width: 500px;
    padding: 2em;
    flex-grow: 1;
  }

  #column .column-contents div.content .column-title {
    margin-bottom: 15px;
    font-size: 2em;
  }

}
