@charset "UTF-8";
.content {
  /* 第2グローバルメニュー */
  /* 順序無しリスト 研究成果詳細ページで使用 */
  /*順序有りリスト 研究成果詳細ページで使用*/
}

.content .tab-nav {
  padding: 0;
  margin-top: 0;
  font-size: 0;
}

.content .tab-nav li {
  display: inline-block;
  width: calc((100% - 12px) /7);
  padding: 0;
  border-bottom: 3px solid #48810d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dcdcdc;
  font-size: .875rem;
  text-align: center;
}

.content .tab-nav li a {
  display: block;
  padding: 15px 0 10px;
  text-decoration: none;
}

.content .tab-nav li a:hover {
  background: #48810d;
  color: #fff;
}

.content .tab-nav li + li {
  margin-left: 2px;
}

.content .tab-nav .current a {
  background: #48810d;
  color: #fff;
}

.content .list-item_type-unordered {
  margin-left: 30px;
  list-style: disc;
}

.content .list-item_type-unordered li {
  padding: 0;
  background-image: none;
}

.content .list-item_type-unordered li + li {
  margin-top: 20px;
}

.content .list-item_type-ordered {
  padding: 0;
  list-style: none;
}

.content .list-item_type-ordered li + li {
  margin-top: 20px;
}

.content .list-item_type-ordered ol {
  padding: 0;
  margin: 10px 0 10px 32px;
  font-size: inherit;
}

.content .list-item_type-ordered ol li {
  list-style: none;
}

.content .list-item_type-ordered ol li + li {
  margin-top: 10px;
}

/* TOPページ メインビジュアル */
.main-visual {
  margin-bottom: 20px;
}

.main-visual img {
  width: 100%;
  max-width: 960px;
  height: auto;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TOPページ お知らせ */
.infomation-list {
  margin-bottom: 20px;
}

.infomation-list dt {
  padding: 18px 0 0 0;
  margin: 15px 18px 5px 22px;
  border-top: 2px solid #dcdcdc;
  font-size: 1rem;
  font-weight: bold;
}

.infomation-list dt:first-child {
  padding: 0;
  margin: 20px 18px 5px 22px;
  border-top: none;
}

.infomation-list dd {
  margin: 0 18px 20px 22px;
  font-size: 1rem;
  overflow: hidden;
}

.infomation-list dd span {
  display: block;
  width: 138px;
  padding: 7px 0 3px;
  margin-right: 10px;
  background: #d7eab5;
  font-size: .875rem;
  font-weight: normal;
  text-align: center;
  float: left;
}

@media (max-width: 767px) {
  .content {
    /* 第2グローバルメニュー sp */
  }
  .content .tab-nav li {
    display: block;
    width: 100%;
    border-bottom: none;
    margin: 0;
    text-align: left;
  }
  .content .tab-nav li a {
    padding-left: 20px;
    position: relative;
  }
  .content .tab-nav li a::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 9px;
    background: url(../img/icon_arrow2.png) center/6px 9px no-repeat;
    position: absolute;
    right: 20px;
  }
  .content .tab-nav li + li {
    margin: 2px 0 0;
  }
  .content .tab-nav .current a::after {
    background: none;
  }
}

/* public_offering.css */
/* 分野切り替えタブ 研究成果ページ・パンフレットページで使用*/
.mod-refine-01 {
  margin: 20px 0 40px !important;
  padding: 0 !important;
}

.mod-refine-01 li {
  display: inline-block;
  background-image: none !important;
  font-size: .875em;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border-left: solid 1px #a0a0a0;
  float: left;
}

.mod-refine-01 li:last-child {
  border-right: solid 1px #a0a0a0;
}

.mod-refine-01 li a,
.mod-refine-01 .current span {
  display: inline-block;
  padding: 3px 0px;
  width: 6em;
  text-align: center;
}

.mod-refine-01 .current {
  font-weight: bold;
  background-color: #dddddd;
}

.mod-toc-01 {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  font-size: .875em;
  margin-bottom: 20px;
  padding: 15px 0 10px;
}

.mod-toc-01 p {
  margin-bottom: 10px;
}

.mod-toc-01 ul {
  margin: 0;
}

/* 各種情報のコンテナ枠 成果発表会ページ・研究成果詳細ページで使用*/
.box-border-01, .box-border-02 {
  padding: 15px 30px;
}

/* 各種情報のコンテナ枠 成果発表会ページで使用*/
.box-border-01 {
  margin-bottom: 20px;
  border: 1px solid #000;
}

/* 各種情報のコンテナ枠 研究成果詳細ページで使用*/
.box-border-02 {
  border: 1px solid #48810d;
}

.box-border-02 + .box-border-02 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 各種情報のコンテナ枠 成果発表会ページ・研究成果詳細ページで使用*/
.list_item_type04 {
  margin: 0;
}

.list_item_type04 dt {
  float: left;
  clear: both;
  width: 100px;
  margin-bottom: 10px;
}

.list_item_type04 dd {
  margin-left: 100px;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  /* 各種情報のコンテナ枠 成果発表会ページ・研究成果詳細ページで使用 */
  .list_item_type04 dt {
    float: none;
    clear: both;
    width: 100px;
    margin-bottom: 0;
  }
  .list_item_type04 dd {
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* 分野別カラータグ 研究成果ページ・パンフレットページで使用*/
}

.ico-cat-01 {
  background-color: #d7eab5;
  border: solid 1px #d7eab5;
}

.ico-cat-02 {
  background-color: #fcd8d8;
  border: solid 1px #fcd8d8;
}

.ico-cat-03 {
  background-color: #e3f3e0;
  border: solid 1px #e3f3e0;
}

.ico-cat-04 {
  background-color: #dce1f6;
  border: solid 1px #dce1f6;
}

.ico-cat-05 {
  background-color: #ffefde;
  border: solid 1px #ffefde;
}

.ico-cat-06 {
  background-color: #e9dcf6;
  border: solid 1px #e9dcf6;
}

/* 研究成果等のリスト 研究成果ページ・パンフレットページで使用*/
.list_item_type05 {
  margin: 0 0 20px 0;
  padding: 0 30px;
}

.list_item_type05 dt {
  float: left;
  width: 7em;
  margin: 0 5px 0 0;
  padding: 4px 0 1px;
  text-align: center;
  font-weight: normal;
  font-size: 0.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_item_type05 dt + dd {
  float: left;
  width: 7em;
  margin: 0 10px 0 0;
  padding: 4px 0 1px;
  text-align: center;
  font-weight: normal;
  border: solid 1px #e1e1e1;
  font-size: 0.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_item_type05 + h3 {
  margin-top: 30px;
}

@media (max-width: 959px) {
  /* 研究成果等のリスト 研究成果ページ・パンフレットページで使用*/
  .list_item_type05 dt + dd + dd {
    clear: both;
    padding-top: 5px;
  }
}

/* ボタンリンクアイコン*/
.content .btn-cmn[href] {
  background-color: #dcdcdc;
  background-image: url(https://www.affrc.maff.go.jp/j/shared_new/shared/images/icon_arrow2.png);
  background-position: 93% 45%;
  padding: 10px 70px 10px 21px;
}

.content .btn-cmn[href] {
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
}

.mod-btn-cmn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.content .btn-cmn[href]:hover,
.content .btn-cmn[href]:focus {
  background-color: #bfbfbf;
  background-image: url(https://www.affrc.maff.go.jp/j/shared_new/shared/images/icon_arrow4.png);
}

@media (max-width: 959px) {
  .content .btn-cmn[href] {
    background-image: url(https://www.affrc.maff.go.jp/j/shared_new/shared/images/icon_arrow2@2x.png);
    background-size: 6px 9px;
  }
  .content .btn-cmn[href]:hover,
  .content .btn-cmn[href]:focus {
    background-image: url(https://www.affrc.maff.go.jp/j/shared_new/shared/images/icon_arrow4@2x.png);
    background-size: 6px 9px;
  }
}

/* PDFのhtml化を行ったページでのimg用 */
.img-result-01 img {
  max-width: 100%;
  height: auto;
}

/* 成果・パンフレットテンプレート　複数カラム */
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .row ol {
    margin-top: 0;
  }

  .row li {
    margin-top: 0;
  }

  .col-2 {
    max-width: 48%;
  }

  .col-2 + .col-2 {
    margin-left: 30px
  }

  .col-3 {
    width: 32%;
  }

  .row img {
    max-width:100%;
    padding: 0 30px;
  }

  .row img + p {
    margin-top: 10px;
  }

  .row .row img {
    padding: 0;
  }

  .row .row .col-2 + .col-2 {
    margin-left: 10px
  }

  .row .row p {
    padding: 10px;
  }
}