@charset "UTF-8";
/*=====================トップページナビ8個=====================*/
ul.hnav8 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.hnav8 li {
  display: flex;
  align-items: center;
  width: 248px;
  height: 3.3em;
  margin: 0 2px 2px 0;
  padding: 0;
  line-height: 1.3;
  background: #335c89;
  border-radius: 3px;
}
ul.hnav8 li:nth-of-type(4n) {
  margin: 0 0 1px 0;
}
ul.hnav8 li:hover {
  opacity: 0.5;
}
ul.hnav8 li a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #FFF;
  text-decoration: none;
  line-height: 1.0;
  padding: 0 10px 0 23px;
}
ul.hnav8 li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
}
@media only screen and (max-width: 990px) {
  ul.hnav8 li:nth-of-type(4n) {
    margin: 0 3px 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  ul.hnav8 {
    display: block;
    margin-right: 5px;
  }
  ul.hnav8 li {
    width: 100%;
    margin: 0 0 5px 0;
    height: auto;
  }
}
/*=====================トップページナビ7個=====================*/
ul.hnav7 {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
}
ul.hnav7 li {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #335c89;
  border-radius: 3px;
}
ul.hnav7 li:hover {
  opacity: 0.8;
}
ul.hnav7 li a {
  text-decoration: none;
  text-align: center;
  color: #FFF;
  margin: auto;
  padding: 5px 0;
  font-weight: bold;
  font-size: 100%;
  position: relative;
  display: block;
  width: 141px;
  height: auto;
  line-height: 1.3;
}
ul.hnav7 li a span {
  display: block;
  font-weight: normal;
  font-size: 66%;
  margin: 3px 0 4px 0;
}
@media only screen and (min-width: 1000px), print {
  ul.hnav7 li {
    margin-right: 2px;
  }
  ul.hnav7 li:nth-child(7n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 999px) {
  ul.hnav7 li {
    margin-bottom: 10px;
    width: 100%;
  }
  ul.hnav7 li a {
    padding: 10px 0;
    width: 100%;
  }
}
/*=====================トップページナビ6個=====================*/
ul.hnav6 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.hnav6 li {
  display: flex;
  align-items: center;
  width: 165px;
  height: 3.3em;
  margin: 0 2px 2px 0;
  padding: 0;
  line-height: 1.3;
  background: #335c89;
  border-radius: 3px;
}
ul.hnav6 li:nth-of-type(6n) {
  margin: 0 0 1px 0;
}
ul.hnav6 li:hover {
  opacity: 0.5;
}
ul.hnav6 li a {
  text-decoration: none;
  text-align: center;
  color: #FFF;
  margin: auto;
  padding: 5px 0;
  font-weight: bold;
  font-size: 100%;
  position: relative;
  display: block;
  width: 164px;
  height: auto;
  line-height: 1.3;
}

ul.hnav6 li a span {
  display: block;
  font-weight: normal;
  font-size: 66%;
  margin: 3px 0 4px 0;
}

@media only screen and (max-width: 990px) {
  ul.hnav6 li:nth-of-type(6n) {
    margin: 0 3px 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  ul.hnav6 {
    display: block;
    margin-right: 5px;
  }
  ul.hnav6 li {
    width: 100%;
    margin: 0 0 5px 0;
    height: auto;
  }
}

/* 新着New!アイコン */
span.hnew {
  color: #C40003;
  font-weight: bold;
  padding: 0 0 0 5px;
}
/* トップページ動画＆パンフ */
dl.hlnkLst {
  list-style: none;
  padding-left: 0;
}
dl.hlnkLst dt {
  margin: 0 0 15px 0;
}
dl.hlnkLst dt img:hover {
  opacity: 0.8;
}
dl.hlnkLst dd a {
  background: url(../../../../img_2017/template/icon08.png) no-repeat left;
  padding-left: 20px;
  background-position: -2px 4px 0 4px;
}
dl.hlnkLst dd a img {
  display: inline;
  padding: 0 0 0 3px;
  margin: 0 10px 0 0;
  width: 13px;
  height: 13px;
}
/* 2階層目上部バックリンクボタン */
ul.hnav2 {
  margin: 0 0 30px 0;
  padding: 0;
}
ul.hnav2 li {
  float: left;
  top: 0px;
  right: 0;
  border: 1px solid #00597b;
  border-radius: 5px;
  padding: 0 5px;
  margin: 5px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: #00597b;
}
ul.hnav2 li:hover {
  opacity: 0.8;
}
ul.hnav2 li a {
  display: block;
  padding: 5px 3px 5px 0;
  color: #FFF;
  background: #00597b;
  line-height: 1;
  text-decoration: none;
}
ul.hnav2 li a:before {
  content: '\025b6';
  font-size: 60%;
  vertical-align: 0.2em;
}
/* 主な取り組みページ画像横並べ１ */
div.hflex {
  padding: 10px 0;
}
div.hflexboxL {
  float: left;
  width: 630px;
}
div.hflexboxR {
  float: left;
  width: 370px;
}
div.hflexboxR dl dt {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 999px) {
  div.hflex .hflexboxL .hflexboxR {
    width: 100%;
  }
}
/* 主な取り組みページ画像横並べ２ */
ul.hflexC {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
ul.hflexC li {
  text-align: center;
  margin: 0 10px;
  padding: 0;
}
ul.hflexC li img {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  ul.hflexC {
    flex-direction: column;
  }
}
/* 10年のあゆみ */
.timeline {
  list-style: none;
  padding: 0;
}
.timeline > li {
  margin: 0 0 60px 0;
}
.ocontent h3 {
  margin: 22px 0 10px 0;
  border-bottom: none;
  font-size: 110%;
}
@media (min-width : 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .oyear {
    width: 95px;
    float: left;
    font-weight: bold;
    font-size: 110%;
    margin: 20px 0 0 0;
  }
  .ocontent {
    width: 75%;
    float: left;
    border-left: 3px #EBEBEB solid;
    padding-left: 30px;
  }
  .ocontent:before {
    content: '';
    width: 19px;
    height: 19px;
    background: #2C96AE;
    position: absolute;
    left: 87px;
    top: 22px;
    border-radius: 100%;
  }
}
.ocontent dl {
  display: flex;
  align-items: stretch;
  margin: 0 0 10px 0;
}
.ocontent dl dt {
  font-weight: normal;
  margin: 0 20px 0 0;
  width: 10%;
}
.ocontent dl dd {
  width: 85%;
  padding: 0;
}
.ocontent dl dd img {
  display: block;
  margin: 5px 0 0 0;
}
@media (min-width : 640px) {
  dt.dateA:before {
    content: '\025cf';
    left: 89px;
    color: #E67E00;
    position: absolute;
  }
  dt.dateB:before {
    content: '\025cf';
    left: 89px;
    color: #2C96AE;
    position: absolute;
  }
}
/* 汚染水対策 */
div.hmainboxo {
  border: 1px solid #8493AE;
  width: 100%;
  min-height: 100px;
  background: url("/earthquake/nuclear/hairo_osensui/images/osensui_osensui_bg01.png") top right no-repeat;
  display: table;
}
div.hmainboxo p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
ul.hnewbox {
  margin: 0;
  padding: 5px 0 0 0;
}
ul.hnewbox li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.hnewbox li dl {
  display: flex;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #CFCFCF;
}
ul.hnewbox li dl dt {
  width: 240px;
  font-weight: normal;
}
ul.hnewbox li dl dd {
  padding: 0;
  margin: 0;
}
ul.hnewbox dt span {
  display: inline-block;
  width: 8rem;
  font-size: 80%;
  margin: 0 10px;
  padding: 0.1rem 0.2rem;
  color: #fff;
  text-align: center;
  background-color: #274B9A;
  border-radius: 0.5rem;
}
/* マップで見る汚染水対策下層ページ */
div.hboxo {
  border: 2px solid #BDBDBD;
  margin: 0 0 20px 0;
  padding: 15px;
}
ul.hlnkLsto {
  margin: 0;
  padding: 0 20px;
}
ul.hlnkLsto li {
  margin: 0 0 10px 0;
}
/* ALPS処理水 */
div.hmainboxa {
  border: 1px solid #8493AE;
  width: 100%;
  min-height: 100px;
  background: url("/earthquake/nuclear/hairo_osensui/images/osensui_alps_bg01.png") top right no-repeat;
  display: table;
}
div.hmainboxa p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
div.hexpbox {
  padding: 15px 0 0 0;
}
ul.hexplst {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.hexplst li {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  width: 304px;
  margin: 0 20px 20px 0;
  border: 8px solid #BFDA8C;
  border-radius: 1em;
}
ul.hexplst li:nth-child(3n) {
  margin-right: 0;
}
ul.hexplst li em {
  position: absolute;
  top: -27px;
  left: 20px;
  color: #47602A;
  font-size: 200%;
  font-weight: bold;
  font-style: normal;
}
ul.hexplst li h3 {
  text-align: center;
  line-height: 1.4;
  font-size: 105%;
  border: none;
  margin: 30px 20px 15px 20px;
}
ul.hexplst li p {
  margin: 0 20px 10px 20px;
  line-height: 1.6;
}
div.hexplistbox {
  margin-top: auto;
}
ul.hexplst li img {
  margin: auto 0 20px 0;
}
.border_boxa {
  border: 2px solid #B7B7B7;
  padding: 10px 15px 5px 15px;
  margin: 0 0 15px 0;
}
.border_boxa h3 {
  border-bottom: 2px solid #B7B7B7;
  margin: 5px 0 10px 0;
}
ul.hspLst {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.hspLst li {
  position: relative;
  list-style-type: none;
  width: 231px;
  margin: 0 14px 15px 0;
}
ul.hspLst li:nth-child(4n) {
  margin-right: 0;
}
ul.hspLst li:nth-child(8n) {
  margin-right: 0;
}
ul.hspLst li img {
  border-radius: 0.3em;
}
ul.hspLst li img:hover {
  opacity: 0.5;
}
ul.hspLst li p.date {
  font-size: 80%;
  margin: 0 0 5px 0;
}
ul.hspLst li p.date span {
  display: inline-block;
  font-size: 90%;
  padding: 0.1rem 1.5rem;
  margin: 0 5px 0 0;
  color: #fff;
  text-align: center;
  background-color: #367B3F;
  border-radius: 0.4rem;
}
ul.hspLst li h4 {
  border: none;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
ul.hspLst li h4 a {
  background: url(/img_2017/template/icon08.png) no-repeat left;
  padding-left: 20px;
  background-position: 0 4px;
}
ul.hspLst li p.txt {
  font-size: 80%;
  margin-bottom: 0;
}
/* 燃料デブリの取り出し */
div.hmainboxd {
  border: 1px solid #8493AE;
  width: 100%;
  min-height: 100px;
  background: url("/earthquake/nuclear/hairo_osensui/images/osensui_deburi_bg01.png") top right no-repeat;
  display: table;
}
div.hmainboxd p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
table.hdgrid th, table.hdgrid td {
  padding: 10px;
}
ul.olnkLst {
  display: flex;
  list-style-type: none;
  padding: 20px 0 15px 0;
}
@media (max-width : 600px) {
  ul.olnkLst {
    display: block;
  }
}
ul.olnkLst li {
  width: 300px;
  text-align: center;
  margin: 0 100px;
  padding: 0;
}
ul.olnkLst li p {
  margin: 10px 0 0 0;
}
/* 関連コンテンツ */
div.hmlist {
  border: 8px solid #B4D0DE;
  border-radius: 0.4em;
  padding: 10px 20px 0 20px;
  margin: 0 0 10px 0;
}
/* ALPS処理水上部追記 */
ul.aInfoBox {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.aInfoBox li {
  margin: 0 30px 10px 0;
}
li.aHeight {
  width: 470px;
}
li.aHeight a .red {
  border: none;
}
a.aInfoImg {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
ul.aWidth {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.aWidth a {
  display: block;
  text-align: center;
}
/* 広報活動 */
.pacopy {
  text-align: center;
  line-height: 1.8;
  margin: -5px 0 30px 0;
}
#paimage {
  margin-bottom: 10px;
}
.element {
  position: relative;
  width: 279px;
  margin: 5px 2px 15px 2px;
  padding: 17px 25px 0px 25px;
  border-top: solid 2px #C1C1C1;
  border-bottom: solid 2px #C1C1C1;
}
.element:before, .element:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 15px);
  height: calc(100% + 15px);
  background-color: #C1C1C1;
}
.element:before {
  left: 5px;
}
.element:after {
  right: 5px;
}
.padate {
  position: absolute;
  top: -12px;
  left: 25px;
  background: #00597b;
  color: #FFF;
  text-align: center;
  font-size: 85%;
  padding: 0 5px;
  line-height: 1;
  border: 2px solid #00597b;
  border-radius: 2px;
}
.padate span {
  display: inline-block;
  background: #F2F6F5;
  color: #202020;
  font-weight: normal;
  margin: 0 -5px 0 5px;
  padding: 4px 5px 1px 5px;
  border-radius: 0px 1px 1px 0px;
}
.element img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.element h2 {
  margin: 5px 0 6px 0;
  padding: 0;
  font-size: 120%;
  border: none;
}
.element h2::after {
  background: none;
}
.palink {
  margin-top: -10px;
  text-align: right;
}
.palink a {
  background: url(/img_2017/template/icon08.png)no-repeat left;
  padding-left: 20px;
  background-position: 0 3px;
  margin-bottom: 5px;
}
@media (max-width : 500px) {
  .pacopy {
    text-align: left;
  }
  .element {
    width: auto;
  }
}
/* 学生に伝えたいこと */
.tab {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #fff !important;
  margin: 0 !important;
  list-style-type: none;
}
.tab__item {
  flex: 1;
  flex-basis: 120px;
}
.tab__link {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 1.5em 0 5px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #335c89;
  border-radius: 5px;
}
.tab__link:hover {
opacity: 0.5;
}
.tab__link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #335c89;
}
.tab__link:first-child {
  margin-right: 5px;
}
.tab__link.on {
  border-color: #d3e8f4;
  background: #d3e8f4;
  color: #000;
  cursor: default;
  opacity:1.0;
}
.tab__link.on:before {
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #d3e8f4;
  cursor: pointer;
}
.tab-body__item {
  margin: 0;
  display: none;
}
.tab-body__item.on {
  display: block;
}
ul.im-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.im-list li {
  width: 312px;
  margin: 0 32px 5px 0;
  padding: 0;
  text-align: center;
}
ul.im-list li img {
margin:0 auto;
}
ul.im-list li:nth-of-type(3n) {
  margin: 0 0 5px 0;
}
@media (max-width : 999px) {
  ul.im-list li:nth-of-type(3n) {
    margin: 0 32px 5px 0;
  }
}
@media (max-width : 656px) {
  ul.im-list li {
    margin: 0 auto;
  }
  ul.im-list li:nth-of-type(3n) {
    margin: 0 auto;
  }
}
ul.im-list2col {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.im-list2col li {
  width: 480px;
  margin: 0 40px 15px 0;
  padding: 0;
}
ul.im-list2col li a {
  display: block;
}
ul.im-list2col li:nth-of-type(2n) {
  margin: 0 0 15px 0;
}
@media (max-width : 999px) {
  ul.im-list2col li:nth-of-type(2n) {
    margin: 0 40px 15px 0;
  }
}
@media (max-width : 656px) {
  ul.im-list2col li {
    margin: 0 auto;
    text-align: center;
  }
  ul.im-list2col li img {
    margin: 0 auto;
  }
  ul.im-list2col li:nth-of-type(2n) {
    margin: 0 auto;
  }
}
dl.im-lnkLst {
text-align: center;
margin: 0 auto 30px auto;
}
p.im-cap {
text-align: center;
}
p.im-cap a {
display:inline-block;
color:#FFF;
margin: 0;
padding: 2px 10px 0 30px;
border-radius: 5px;
text-decoration: none;
background: url(../student/images/ico_download.png) #335c89 0.5em 0.3em no-repeat; border-bottom:3px solid #03475C; } p.im-cap a:hover{
color: #FFF;
opacity: 0.6;
}

