/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "ÓÎ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "ÓÎ¥´¥·¥Ã¥¯", "Yu Gothic", sans-serif;
  position: relative;
}

/*======================
header
======================*/
header {
  position: relative;
}
.header_logo_green {
  position: absolute;
  left: 10%;
  top: 40px;
}

/*======================
main
======================*/
main {
  background: #F0F0F0;
}

/*¥Ñ¥ó¤¯¤º¥ê¥¹¥È*/
.breadcrumbs {
  width: 95%;
  margin: 15px auto 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 10px;
}
.breadcrumbs li:nth-last-child(1)::after {
  content: inherit;
}

/* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
.mainvisual {
  width: 100%;
  height: 519px;
  padding: 0 5%;
  background-color: #fff;
  background: url("/iron_researchcenter/chiiki-kennin/img/mv.jpg")no-repeat bottom center;
  background-size: cover;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.mainvisual_inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  transform: translateY(-35%);
}
.hgroup {
  color: #006937;
  line-height: 1.8;
  margin-bottom: 30px;
}
.hgroup_main {
  font-size: 18px;
  font-weight: bold;
}
.hgroup_sub {
  font-family: "Times New Roman";
  font-size: 40px;
}
a.mainvisual_btn-en {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 128px;
  height: 25px;
  background: #006937;
}
a.mainvisual_btn-en::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}
a.mainvisual_btn-en:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*====================== ¤³¤³¤«¤éÖÐÉí¾Ž¼¯ ======================*/
.kennin {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
}
.ken-tit {
  color: #2A880C;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}
.ken-box {
  background: #fff;
  padding: 30px 5%;
  box-shadow: 0px 3px 6px #00000029;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
}
.ken-sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ken-inner {
  width: 100%;
}
.ken-table {
  width: 100%;
}
.ken-table thead th {
  background: #70ad47;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border-bottom: 3px solid #fff;
  border-right: 1px solid #fff;
}
.ken-table thead th:last-child{
  border-right: none;
}
.ken-table tbody th {
  background: #d5e3cf;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 210px;
}
.ken-table tbody td {
  background: #ebf1e9;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ken-table tbody td:last-child{
  border-right: none;
}
.ken-set {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.ken-links {
  position: absolute;
  right: 5px;
  font-size: 11px;
  text-decoration: underline;
  color: #000;
}
/*======================
footer
======================*/
.footer_n .fn_top {
  height: 415px;
  background: #fff;
  box-sizing: border-box;
}

.footer_n .fn_top .fn_logo {
  padding: 80px 0 60px;
}

.footer_n .fn_top ul.fn_link_list li, .footer_n .fn_top ul.fn_link_list li a {
  color: #0D3D17;
  font-size: 13px;
}

.footer_n .fn_top ul.fn_link_list li a:hover {
  text-decoration: underline #0D3D17;
}

@media screen and (max-width: 767px) {

  /*======================
  header
  ======================*/
  .header_logo_green {
    position: absolute;
    left: 3%;
    top: 3px;
  }
  .float_menu {
    position: absolute;
  }
  
  /*======================
  main
  ======================*/
 
  /* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
  .hgroup {line-height: 1.5;}
  .hgroup_main {font-size: 16px;}
  .hgroup_sub {font-size: 24px; margin-bottom: 20px;}
  
  /*======================
  footer
  ======================*/
  .footer_n .fn_top {
    height: auto;
  }
}

@media screen and (orientation: portrait) and (min-width: 768px){
  .footer_n .fn_top ul.fn_link_list {
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
/*======================*/
.ken-inner {
  overflow: scroll;
}
.ken-table {
  width: 100%;
  min-width: 600px;
}
  
  
  
}