@charset "UTF-8";
/* 第2グローバルメニュー IEは追従なし */
.content .tab-nav-group {
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: 30px;
}

.content .tab-nav-btn {
  display: none;
}

.content .tab-nav {
  display: flex;
  gap: 2px;
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: #fff;
}

.content .tab-nav li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #884400;
  -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;
  font-size: 1rem;
}

.content .tab-nav li a:hover {
  background: #C75100;
  color: #fff;
}

.content .tab-nav .current a {
  background: #C75100;
  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;
}
/* サイトマップ トップページで使用 */
.content .list-item_type-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.content .list-item_type-sitemap > li {
  width: calc((100% - 20px) / 3);
  padding: 30px 20px;
  background-color: #f6f6f6;
  font-size: 1rem;
  font-weight: bold;
  background-image: none;
}

.content .list-item_type-sitemap ul {
  padding: 0 20px;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: normal;
}

.content .list-item_type-sitemap ul li:last-child {
  margin-bottom: 0;
}
/*目次リスト 公募情報詳細ページで使用*/
.content .list-item_type-index {
  list-style: none;
}

.content .list-item_type-index ol {
  list-style: none;
  margin: 10px 0;
  font-size: inherit;
}

.content .list-item_type-index ol ol {
  list-style: none;
}

.content .list-item_type-index li + li {
  margin-top: 10px;
}

@media (max-width: 767px) {
/* 第2グローバルメニュー sp */
  .content .tab-nav-group {
    padding-top: 10px;
    background: #fff;
  }

  .content .tab-nav-btn {
    box-sizing: border-box;
    display: block;
    border: none;
    margin: 0;
    padding: 15px 0 14px 51px;
    width: 100%;
    background: #C75100 no-repeat url(../img/icon_menu_open.png) 20px center;
    background-size: 19px 17px;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    text-align: left;
  }
  .content .tab-nav-btn.is_tab-nav-btn {
    background-image: url(../img/icon_menu_close.png);
  }

  .content .tab-nav {
    visibility: hidden;
    position: absolute;
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: 0;
  }
  .content .tab-nav.is_tab-nav {
    visibility: visible;
    height: initial;
  }
  .content .tab-nav li {
    border-left: 1px solid #C75100;
    border-bottom: 1px solid #C75100;
    border-right: 1px solid #C75100;
    background: none;
    text-align: left;
  }
  .content .tab-nav li a {
    padding-right: 30px;
    padding-left: 14px;
    border-left: 6px solid transparent;
    background: no-repeat url(../img/icon_arrow2.png) right 20px center !important;
    color: inherit !important;
  }
  .content .tab-nav .current a {
    border-left-color: #C75100;
    font-weight: bold;
  }

  .content .list-item_type-sitemap {
    display: block;
    padding: 0;
  }
  .content .list-item_type-sitemap > li {
    width: 100%;
  }
  .content .list-item_type-index {
    padding: 0;
    margin: 0 10px;
  }
  .content .list-item_type-index ol {
    padding: 0 20px;
  }
}

/* トップページ メインビジュアル */
.content .main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 50px;
  margin: 20px 0;
  background-color: #f6f6f6;
}

.content .main-visual li {
  background-image: none;
  padding: 0;
}

.main-visual .main-visual_main {
  width: 50%;
  max-width: 414px;
  margin-right: 30px;
}

.main-visual .main-visual_sub {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.main-visual .main-visual_sub .main-visual_sub_img-container {
  width: 50%;
  max-width: 200px;
}

.main-visual img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .content .main-visual {
    padding: 30px 20px;
  }
  .main-visual .main-visual_main {
    margin-right: 10px;
  }
}

/* トップページ新着情報 見出し装飾 */
.content .itaku-info {
  position: relative;
  padding: 20px 18px 17px 75px;
  color: #C75100;
  font-size: 1.5rem;
}
.content .itaku-info::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_info.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* トップページ 新着情報 */
.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;
}

/* h6 公募情報詳細ページで使用 */
.content h6 {
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  font-size: 16px;
}

/* 公募審査の結果リスト 公募情報詳細ページで使用 */
.list-type-outsource ul li {
  font-size: initial;
}

/* ページトップへ戻る 公募情報詳細ページで使用 */
.content .mod-anchor--top {
  padding: 0;
}

.content .mod-anchor--top li {
  text-align: right;
  background-image: url(../img/icon_arrow_anchor-top.png);
  background-position: right 10em top .5em;
  background-size: 9px 6px;
}

/* 成果集 画像 */
.seika-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.seika-img {
  min-height: 200px;
  max-height: 261px;
  margin-right: 20px;
}

.seika-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.seika-img-txt {
  display: block;
  margin: 10px 0 30px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .seika-img-container {
    display: block;
    margin-bottom: 0;
    margin: 0 30px 0 30px;
  }
  .seika-img {
    width: 100%;
    min-height: auto;
    max-height: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .seika-img img {
    width: 100%;
  }
}

/* 課題概要詳細ページ 表 */
.mod-table {
  overflow: auto;
}

.table-type01 {
  width: 100%;
  margin-bottom: 70px;
  table-layout: fixed;
}

.table-type01 tr {
  text-align: left;
  vertical-align: top;
}

.table-type01 thead tr {
  height: 50px;
  vertical-align: inherit;
}

.table-type01 thead th {
  padding: 10px 20px;
  background-color: #d9d7db;
}

.table-type01 tbody tr {
  height: 55px;
}

.table-type01 tbody th {
  padding: 10px 10px 10px 15px;
  background-color: #d5eff7;
}

.table-type01 tbody td {
  padding: 15px;
}

.table-type01 tbody a {
  word-wrap: break-word;
}

.table-type01 tbody a[href$=".pdf"], .table-type01 tbody a[href^="http://"], .table-type01 tbody a[href^="https://"] {
  margin-bottom: 10px;
}

/* 課題概要詳細ページ 表 平成29年度まで */
.table-type01.mod00 {
  width: 300px;
}

.table-type01.mod01 {
  width: 115px;
}

.table-type01.mod02 {
  width: 180px;
}

.table-type01.mod03 {
  width: 155px;
}

.table-type01.mod04 {
  width: 209px;
}

/* 課題概要詳細ページ 表 平成30年度以降 */
.table-type01.mod00.add-item {
  width: 274px;
}

.table-type01.mod01.add-item {
  width: 100px;
}

.table-type01.mod02.add-item {
  width: 150px;
}

.table-type01.mod03.add-item {
  width: 135px;
}

.table-type01.mod04.add-item {
  width: 150px;
}

.table-type01.mod05.add-item {
  width: 150px;
}

/* public_offering.css */
/* 年度切り替えタブ 研究成果ページで使用*/
.mod-refine-01 {
  margin: 30px 0 20px !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 5px;
}

.mod-refine-01 .current {
  font-weight: bold;
  background-color: #dddddd;
}

/* mod-toc-01--anchor = アンカーリンクで使用 */
.mod-toc-01, .mod-toc-01--anchor {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  font-size: .875em;
  margin-bottom: 20px;
  padding: 15px 0 10px;
}

.mod-toc-01 p, .mod-toc-01--anchor p {
  margin-bottom: 10px;
}

.mod-toc-01 ul, .mod-toc-01--anchor ul {
  margin: 0;
}

.content .mod-toc-01--anchor ul li {
  background-image: url(../img/icon_arrow_anchor.png);
}

@media (max-width: 767px) {
  .content .mod-toc-01--anchor p {
    padding: 0 10px;
  }
}

/* 各種情報のコンテナ枠 研究成果詳細ページ・事業概要詳細ページで使用*/
.box-border-01, .box-border-02 {
  padding: 15px 30px;
}

/* 各種情報のコンテナ枠 研究成果詳細ページで使用*/
.box-border-01 {
  border: 1px solid #000;
}

/* 各種情報のコンテナ枠 事業概要詳細ページで使用*/
.box-border-02 {
  margin-bottom: 30px;
  border: 1px solid #48810d;
}

.box-border-02 + .box-border-02 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-border-02.mod-itaku dt {
  width: 10em;
}

.box-border-02.mod-itaku dd {
  margin-left: 10em;
}

.btn-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-list.itaku {
  display: inline-block;
  width: 100%;
  max-width: 698px;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  list-style: none;
}

.btn-list.itaku .mod-btn-cmn {
  display: inline-block;
  padding: 0;
  margin: 0 30px 30px 0;
  background-image: none;
}

.btn-list.itaku .btn-cmn[href] {
  width: 189px;
  padding: 10px 50px 10px 21px;
  color: #fff;
  background-color: #48810d;
  background-image: url(../img/icon_arrow4.png);
}

.btn-list.itaku .btn-cmn[href]:hover {
  color: #000;
}

@media (max-width: 767px) {
  .btn-list.itaku .mod-btn-cmn {
    margin: 0 10px 20px 0;
  }
  .btn-list.itaku {
    max-width: 434px;
  }
}

@media (max-width: 471px) {
  .btn-list.itaku .mod-btn-cmn {
    display: block;
  }
}

/* 各種情報のコンテナ枠 研究成果詳細ページ・事業概要詳細ページで使用*/
.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;
}

.mod-btn-cmn.no-link .btn-cmn {
  cursor: default;
  width: 189px;
  padding: 10px 50px 10px 21px;
  color: #fff;
  background-color: #48810d;
  background-image: url(../img/icon_arrow4.png);
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: 93% 45%;
}

.mod-btn-cmn.no-link .btn-cmn:hover {
  color: #fff;
  background-color: #48810d;
}

.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;
}

/* 年度別選択 */
.mod-link-yaer-01 {
  margin: 30px -3% 20px 0;
}

.link-year-01 {
  width: 20%;
  padding-right: 3%;
  float: left;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .link-year-01 {
    width: 33.333%;
  }
}

@media (max-width: 479px) {
  .link-year-01 {
    width: 50%;
  }
}

.link-year-01 img {
  max-width: 100%;
  height: auto;
}

.link-year-01:hover img {
  opacity: .75;
}

.link-year-01 .txt-year-01 {
  display: block;
  background-image: url(https://www.affrc.maff.go.jp/j/shared_new/shared/images/icon_arrow1.png);
  background-repeat: no-repeat;
  background-position: left .4em;
  margin: 10px 0 10px 0;
  padding: 0 0 0 20px;
  font-size: 1.142857em;
}

/* タブ切り替え */
.js-tab {
  margin-bottom: 30px;
  border-bottom: solid 4px #48810d;
}

.js-tab:after {
  display: block;
  content: "";
  clear: both;
}

.js-tab > button {
  width: 50%;
  float: left;
  background: #dcdcdc;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 1.285714em;
  border: none;
}

.js-tab > button:hover {
  background-color: #bfbfbf;
}

.js-tab > button.active {
  background: #48810d;
  color: #ffffff;
  position: relative;
}

.js-tab > button.active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #48810d transparent transparent transparent;
}

.js-tab > button.active:hover {
  background: #48810d;
}

.js-tab_content.active {
  display: block;
}

/* visually-hidden */
.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  position: absolute !important;
}

