@charset "utf-8";
/* CSS Document */

body {
  font-size: 16px;
  font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;
}

a:link {
display: initial;
}

.main {
  padding: 0;
  background: #fff;
}

img {
  pointer-events: none;
}
.sp_br {display: none;}

/* ==========================
==========　ヘッダー　========
============================= */

.header_logo_sp {
	display: none;
}

.header_nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  background: #fff;
  padding: 22px 0 22px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1024px;
}

.header_logo a:link {
	display: block;
}

.header_nav ul {
  width: 100%;
  max-width: 835px;
  display: flex;
  align-items: center;
}
.header_nav ul li {
  position: relative;
  color: #000;
  padding: 10px;
  margin-top: 10px;
  margin-right: 10px;
  border-bottom: 2px solid rgba(255,255,255,0);
  transition-duration: 0.3s;
}
.header_nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header_nav ul li:hover {
  border-bottom: 2px solid #4c9961;
  transition-duration: 0.3s;
}
.header_nav ul li:last-child {
  border: 1px solid #ccc;
  padding: 2px 20px 2px 40px;
  border-radius: 25px;
  background: url("/iron_researchcenter/img/icon01.png")no-repeat center left 10px;
}
.header_nav ul li:last-child:hover {
  background: url("/iron_researchcenter/img/icon01.png")no-repeat center left 10px,#4c9961;
  color: #fff;
  transition-duration: 0.3s;
}

a.header_funds {
  max-width: 300px;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #806600;
  margin: 20px auto 0 5%;

  &:hover {
    text-decoration: none;
  }
}

/* 翻訳埋め込み*/
.h_lang {
	position: absolute;
  top: 10px;
  right: 25px;
	background: #F00;
	z-index: 11;
}
.h_lang_mega {
	display: flex;
	flex-direction: column;
	height: 0;
	overflow: hidden;
}
.h_lang_head {
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ccc;
	color: #0d3d17;
	position: relative;
	cursor: pointer;
}
.h_lang_head::after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #0d3d17;
	border-bottom: 1px solid #0d3d17;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	bottom: 9px;
}
.h_lang:hover .h_lang_mega {
	height: auto;
}
a.h_lang_child {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 10px;
	position: relative;
	color: #0d3d17;
}
.h_lang_child::after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #0d3d17;
	border-bottom: 1px solid #0d3d17;
	transform: rotate(-45deg);
	position: absolute;
	right: 15px;
	bottom: 9px;
}
/* ==========================
=======　固定サイドメニュー　===
============================= */

.jyuken_top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.jyuken_top .inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  text-align: right;
}
.jyuken_top .inner .jyuken_link {
  position: relative;
  background: url("/iron_researchcenter/img/icon02.png")no-repeat center right;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 13px 25px 13px 50px;
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-bottom: 46px;
  transition-duration: 0.3s;
}
.jyuken_top .inner .jyuken_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jyuken_top .inner .jyuken_link:hover {
  filter: hue-rotate(-55deg);
  transition-duration: 0.3s;
}
.float_menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2001;
  padding-top: 70px;
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2);
}
.float_menu .main_icon_bnr a {
  display: block;
  background: #fff;
}

.float_menu .main_icon_bnr a img:hover {
  opacity: 0.7;
}

#main_menu .menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #0d3d17;
  cursor: pointer;
}
#main_menu .menu-btn span,
#main_menu .menu-btn span:before,
#main_menu .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
#main_menu .menu-btn span:before {
  bottom: 8px;
}
#main_menu .menu-btn span:after {
  top: 8px;
}

#main_menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#main_menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#main_menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#main_menu #menu-btn-check {
  display: none;
}

#main_menu .menu-content ul {
  padding: 0px 20px;
  overflow-y: auto;
  height: 100%;
}
#main_menu .menu-content ul li {
  border-bottom: solid 1px #5a5a5a;
  list-style: none;
}
#main_menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ececec;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  transition-duration: 0.3s;
}
#main_menu .menu-content ul li a:hover {
  background: rgb(76,153,97);
  transition-duration: 0.3s;
}
#main_menu .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ececec;
  border-right: solid 2px #ececec;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#main_menu .menu-content ul li.main_menu_sns a::before {
content: none;
}
#main_menu .menu-content ul li.main_menu_sns {
  border: none;
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
}
#main_menu .menu-content ul li.main_menu_sns p {}
#main_menu .menu-content ul li.main_menu_sns a {
  padding: 0 10px;
}
#main_menu .menu-content ul li.main_menu_sns a:hover {
  background: none;
}
#main_menu .menu-content {
  width: 320px;
  height: calc(100% - 100px);
  padding: 70px 0 30px;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 80;
  background-color: #0d3d17;
  transition: all 0.5s;
}
#main_menu #menu-btn-check:checked ~ .menu-content {
  right: 0;/*メニューを画面内へ*/
}

/* ==========================
==========　ナビゲーション　====
============================= */
.navi {
  background: #0d3d17;
  color: #fff;
}
.navi .navi_inner {
width: 1050px;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.navi ul.under_list {
  display: flex;
}
.navi ul.under_list li {
  position: relative;
  padding: 20px 15px;
  margin: 0 0px 0 0;
  transition-duration: 0.3s;
}
.navi ul.under_list li:hover {
background: #126d32;
transition-duration: 0.3s;
}
.navi ul.under_list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.navi ul.btn {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  width: 206px;
  position: relative;
}
.navi ul.btn li {
  padding: 10px 15px 10px 40px;
  position: relative;
}
.navi ul.btn li:nth-child(1) {
  background: url("/iron_researchcenter/img/icon03.png")no-repeat center left 15px,#74370e;
  
}
.navi ul.btn li:nth-child(2) {
  background: url("/iron_researchcenter/img/icon04.png")no-repeat center left 15px,#052441;
}
.navi ul.btn li:nth-child(2) .searcher {
  position: absolute;
  right: -5px;
  top: 58px;
  padding: 0 0 5px 0;
  overflow: hidden;
}
input#s_box {
  display: none;
}
label.tab_search {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
#s_box:checked ~ .searcher #cse-search-box {
transform: translateY(0px);
transition-duration: 0.3s;
}
    #cse-search-box {
      width: 270px !important;
      transform: translateY(-45px);
      transition-duration: 0.3s;
    }

    #cse-search-box div {
        padding: 0 !important;
    }

    #cse-search-box input[type="text"] {
        font-size: 14px;
        height: 33px!important;
        padding: 0 50px 0 10px!important;
        width: 204px!important;
        background: #f9f9f9;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        box-shadow: 0 0 5px #dddddd;
        -moz-box-shadow: 0 0 5px #dddddd;
        -webkit-box-shadow: 0 0 5px #dddddd;
    }
    #cse-search-box input[type="submit"] {
        background: url(/iron_researchcenter/img/icon04.png) no-repeat center #4c9961;
        border: 0 none;
        height: 20px;
        margin: 0px 0 0px 0px;
        overflow: hidden;
        text-indent: -9999px;
        width: 20px;
        position: absolute;
        -webkit-appearance: none;
        top: 5px;
        right: 10px;
        box-sizing: content-box;
        padding: 3px 10px;
        border-radius: 7px;
    }

.navi ul.btn li a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}


/* ==========================
==========　コンテンツ　====
============================= */

.inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}

/*パンくずリスト*/
.pankuzu {
  display: flex;
}

.pankuzu li:not(:first-child)::before {
  content: "＞";
  padding: 0 8px;
  color: #0D3D17;
}

.pankuzu a {
  text-decoration: underline;
}

.pankuzu a:hover {
  text-decoration: none;
}

/* ==========================
==========　フッター　===========
============================= */
.footer_n {}
.footer_n .fn_top {
  background: url("/iron_researchcenter/img/footer_bg.png")no-repeat center;
  background-size: cover;
}
.footer_n .fn_top .fn_logo {
  text-align: center;
  padding: 80px 0;
}
.footer_n .fn_top ul.fn_link_list {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.5px;
}
.footer_n .fn_top ul.fn_link_list li,
.footer_n .fn_top ul.fn_link_list li a {
  color: #fff;
}
.footer_n .fn_top ul.fn_link_list li:first-child::before {
  content: "｜";
  padding: 0 10px 0 0;
}
.footer_n .fn_top ul.fn_link_list li::after {
  content: "｜";
  padding: 0 10px 0 10px;
}
.fn_sns {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.fn_sns li {
  margin: 0 15px;
}
.fn_sns li a {
    display: block;
}

.fn_bottom {
  padding: 15px;
  background: #0d3d17;
  color: #fff;
  font-size: 13px;
}
.fn_bottom .fnb_inner {
  width: 90%;
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.5;
}
a.fn_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #2a880c;
  color: #fff;
  max-width: 251px;
  box-sizing: border-box;
  gap: 15px;
  padding: 10px;
  margin-top: 10px;
}

/* ------------------
 ニュース詳細
------------------ */
.post_detail {
	line-height: 1.8;
}
.post_detail a {
	text-decoration: underline;
	&:hover {text-decoration: none;}
}
.post_title {
	color: #2A880C;
	font-size: 26px;
	padding-bottom: 5px;
	border-bottom: 1px solid #2A880C;
	margin-bottom: 15px;
}
.post_time {
	text-align: end;
	margin-bottom: 35px;
}
a.post_detail--btn {
	width: 232px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto -40px;
	background: #2A880C;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	&:hover {
		opacity: 0.8;
	}
}
.post_output p:has(img) {
	margin: 20px 0;
}
.post_output p:has(img.asset-image) {
  margin: 0px;
}

  /* ------------------
  ハンバーガーメニュー
  ------------------ */
.drawer_logo img {
  max-width: 230px;
  height: auto;
}

  /* ボタン */
  .sp_nav--btn span {position: absolute;display: block;height: 3px;background: #fff;margin: auto;}
  .sp_nav--btn{display: block; position: fixed; width: 70px;height: 70px;background: #0d3d17;border: none;right: 0;top:0;transition: all 0.3s;z-index: 100;}

  /* 閉じた状態 */
  .sp_nav--btn[aria-pressed="false"] span {width: 25px;transition: all 0.3s;}
  .sp_nav--btn[aria-pressed="false"] span:nth-child(1) {top: 26px;left: 0;right: 0;}
  .sp_nav--btn[aria-pressed="false"] span:nth-child(2) {top: 50%;left: 0;right: 0; transform: translateY(-50%);}
  .sp_nav--btn[aria-pressed="false"] span:nth-child(3) {bottom: 25px;left: 0;right: 0;margin: auto;}

  /* 開いた状態 */
  .sp_nav--btn[aria-pressed="true"] span {width: 25px;transition: all 0.3s;}
  .sp_nav--btn[aria-pressed="true"] span:nth-child(1) {top: 50%;transform: translateY(-1.5px) rotate(45deg);background: #fff;left: 23px;}
  .sp_nav--btn[aria-pressed="true"] span:nth-child(2) {display: none;}
  .sp_nav--btn[aria-pressed="true"] span:nth-child(3) {bottom: 50%;transform: translateY(1.5px) rotate(-45deg);background: #fff;left: 23px;}

  /* メニューパネル */
  .drawer_nav {
    position: fixed;
    height: calc(100vh + 120px);
    max-width: 320px;
    width: 100%;
    top: 0;
    right: 0;
    color: #000;
    display: flex;
    z-index: 99;
    overflow: scroll;
    transition: all 0.3s;
    background: #0d3d17;
    flex-direction: column;
  }
  .drawer_nav[aria-hidden="true"] {
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
  }
  .drawer_nav[aria-hidden="false"] {
    visibility: visible;
    transform: translateX(0);
  }
  .drawer_menu {
    width: 100%;
    padding: 10px 5% 0;
  }
  .drawer_menu--item a {
    width: 100%;
    padding: 9px 15px 10px 0;
    border-bottom: solid 1px #5a5a5a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }
  .drawer_menu--item a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #ececec;
    border-right: solid 2px #ececec;
    transform: rotate(45deg);
  }
  .drawer_sns {
    width: 100%;
    height: 50px;
    padding: 10px 5% 0 8%;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .drawer_sns img {
    filter: brightness(0) invert(1);
  }
  .drawer_logo {
    padding: 10px 0 0 10px;
    width:calc(100% - 80px); 
  }
  #cse-search-box--sp {
    width: 300px;
    display: flex;
    margin: 20px auto 0 5%;
    position: relative;
  }
  #cse-search-box--sp input[type="text"] {
    display: flex;
    width: 300px;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
  }
  #cse-search-box--sp input[type="text"]:focus {
    background: #fff!important;
  }
  #cse-search-box--sp input[type="submit"] {
    width: 40px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 4px;
    background: url("/iron_researchcenter/common/img/icon_submit.png") no-repeat center #4c9961;
    padding: 3px 10px;
    border-radius: 5px;
    border: 0 none;
    color: transparent;
  }
  #cse-search-box--sp input[type="submit"]:hover {
    cursor: pointer;
  }

/* ------------------
Backtop
------------------ */
#backtop {
  position: fixed;
  display: block;
  width: 80px;
  height: 81px;
  right: 3%;
  bottom: 15px;
  opacity: 0;
  transition: 0.5s;
  z-index: -10;
}
#backtop.active {
  opacity: 1;
  z-index: 50;
}
#backtop.active:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 767px ){
  a.header_funds {
    max-width: 314px;
  }
}

@media print {
  
  body{
    width: 1280px;
    zoom:80%;
  }
  #main_menu .menu-btn {
      position: absolute;
  }

}