@charset "UTF-8";

/**
 * report.css
 * updatedAt: 2017.10.05
 * updatedAt: 2016.01.25
 * createdAt: 2016.01.14
 */



/*========================================

  break

========================================*/

@media(max-width:640px) {
  .nb64 { display: none; }
  h4{word-break:break-all;}
}

/*--------------------------------------------------
  .eco-container
--------------------------------------------------*/
.eco-container.report {
  background-image: url(../img/report_illust.png);
  background-repeat: no-repeat;
  background-position: center 631px;
}
.eco-container.report.detail {
  background-image: url(../img/report_illust_detail.png);
  background-repeat: no-repeat;
  background-position: center 496px;
}

@media(max-width:640px) {
  .eco-container.report,
  .eco-container.report.detail {
    background-image: none;
  }
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.intro {
  margin: 20px 0 0;
}
.intro:after {
  clear: both;
  display: block;
  content: "";
}
.intro .txt-box {
  float: left;
  width: 510px;
}
.intro .txt-box h3 {
  margin: 63px 0 28px;
  line-height: 0;
}
.intro .txt-box p {
  font-size: 87.5%;
  line-height: 1.9;
  color: #282828;
}
.intro .img-box {
  float: right;
  margin: 0 39px 0 0;
}

@media(max-width:640px) {
  .intro {
    margin: 30px 0 0;
  }
  .intro img {
    width: 100%;
    height: auto;
  }
  .intro .txt-box {
    float: none;
    width: auto;
  }
  .intro .txt-box h3 {
    margin: 0 0 20px;
    width: 85%;
    max-width: 396px;
  }
  .intro .img-box {
    float: none;
    margin: 30px 0 0;
  }
}

/*--------------------------------------------------
  .tag-box
--------------------------------------------------*/
.tag-box:after {
  clear: both;
  display: block;
  content: "";
}
.tag-box span {
  float: left;
  display: block;
  margin-right: 4px;
  padding: 0 10px;
  font-size: 62.5%;
  line-height: 20px;
  color: #fff;
}
.tag-box span.blue {
  padding: 0 13px;
  background-color: #2f5fa8;
}
.tag-box span.green {
  background-color: #006c00;
}

@media(max-width:640px) {
.tag-box span,
.tag-box span.blue {
  padding: 0 6px;
}
}

/*--------------------------------------------------
  .report-index
--------------------------------------------------*/
.report-index {
  margin: 20px 0 0 -14px;
}
.report-index:after {
  clear: both;
  display: block;
  content: "";
}
.report-index ul {
  float: left;
  margin: 0 0 0 14px;
}
.report-index ul:after {
  clear: both;
  display: block;
  content: "";
}
.report-index li {
  float: left;
  margin: 0 0 25px 14px;
  width: 224px;
}
.report-index li:nth-child(4n+1) {
  margin-left: 0;
}
.report-index li a {
  display: block;
}
.report-index .img-box img {
  width: 100%;
  height: auto;
}
.report-index .tag-box {
  margin: 13px 0 10px;
}
.report-index h4 {
  /*font-size: 118.8%;*/
  font-size: 112.5%;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}
.report-index p {
  margin: 8px 0 0;
  font-size: 68.8%;
  line-height: 1.0;
  color: #585858;
  text-indent: -3px;
}

@media(max-width:640px) {
  .more-item-container {
    min-height: auto;
  }
  .report-index {
    margin: 20px 0 0 0;
  }
  .report-index ul {
    margin: 0;
  }
  .report-index li {
    margin: 0 0 30px;
    width: 48.5%;
  }
  .report-index li:nth-child(odd) {
    margin-right: 1.5%;
  }
  .report-index li:nth-child(even) {
    margin-left: 1.5%;
  }
  .report-index .tag-box {
    margin: 10px 0 10px;
  }
  .report-index h4 {
    font-size: 100%;
  }
}

/*--------------------------------------------------
  .past-observation
--------------------------------------------------*/
.past-observation {
  margin-top: 60px;
}
.past-observation .u640 {
  display: none;
}

@media(max-width:640px) {
  .past-observation {
    margin-top: 8.6206896%;
  }
  .past-observation .o640 {
    display: none;
  }
  .past-observation .u640 {
    display: inline;
    margin-left: -13%;
    width: 125.1724137%;
  }
}

/*--------------------------------------------------
  .report-container
--------------------------------------------------*/
.report-container {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  padding: 7px 0 9px;
  background: #fff;
}
.report-container .img-box img {
  width: 100%;
  height: auto;
  margin-top:10px;
}
.report-container .img-box img:first-child{
	margin-top:0;
}
.report-container article {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 42px 50px 48px;
  width: 924px;
  border-top: 4px solid #2f5fa8;
}
.report-container article:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  /*border-top: 4px solid #2f5fa8;*/
  content: "";
}
.report-container article h3 {
  display: none;
}

@media(max-width:640px) {
  .report-container article {
    padding: 35px 0;
    width: 90%;
    border-top: 4px solid #2f5fa8;
  }
}

/* .ttl-box
--------------------------------------------------*/
.report-container .ttl-box:after {
  clear: both;
  display: block;
  content: "";
}
.report-container .ttl-box .img-box {
  float: right;
  width: 508px;
}
.report-container .ttl-box .txt-box {
  float: left;
  margin-top: 110px;
  width: 296px;
}
.report-container .ttl-box .txt-box.low-height {
  margin-top: 80px;
}
.report-container .tag-box span {
  font-size: 75%;
  line-height: 23px;
}
.report-container .tag-box span.blue {
  padding: 0 15px;
}
.report-container .ttl-box h4 {
  margin-top: 15px;
  font-size: 175%;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000;
}
.report-container .ttl-box p {
  margin-top: 10px;
  font-size: 68.8%;
  line-height: 1.0;
  color: #585858;
  text-indent: -3px;
}

@media(max-width:640px) {
  .report-container .ttl-box .img-box {
    float: none;
    width: auto;
  }
  .report-container .ttl-box .txt-box.low-height,
  .report-container .ttl-box .txt-box {
    float: none;
    margin-top: 20px;
    width: auto;
  }
}

/* .intro-txt
--------------------------------------------------*/
.report-container .intro-txt {
  padding: 60px 0;
  font-size: 81.3%;
  line-height: 1.9;
  color: #000;
  background-color: #ffffff;
}

@media(max-width:640px) {
  .report-container .intro-txt {
    margin-top: 25px;
    padding: 25px 0 30px;
    border-top: 1px solid #ccc;
  }
}

/* .contents
--------------------------------------------------*/
.report-container .contents{
  width: 100%;
  padding-bottom: 0;
}
.report-container .contents:after {
  clear: both;
  display: block;
  content: "";
}
.report-container .contents.pg60 {
	padding-top:60px;
}

.report-container .contents .img-box {
  float: left;
  width: 403px;
}
.report-container .contents .img-box img {
  display: block;
  margin-top: 20px;
}
.report-container .contents .img-box img:first-child {
  margin-top: 0;
}
.report-container .contents .img-box span,.report-container .data-box .img-box span {
  display: block;
  margin-top: 7px;
  font-size: 68.8%;
  line-height: 1.4;
  color: #000;
  background-color: #ffffff;
}
.report-container .contents .txt-box {
  float: right;
  width: 375px;
}
.report-container .contents .txt-box p {
  margin-top: 30px;
  font-size: 81.3%;
  line-height: 2.0;
  color: #000;
  background-color: #ffffff;
}
.report-container .contents .txt-box p a{
  color: #002bcd;
  background-color: #ffffff;
}

.report-container .contents .txt-box p span {
  margin-top: 30px;
  font-size: 88.8%;
  line-height: 1.4!important;
}

.report-container .contents .txt-box p strong {
  font-weight:bold;
  color: #000;
  background-color: #ffffff;
}

.report-container .contents .txt-box p:first-child {
  margin-top: 0;
}

@media(max-width:640px) {
  .report-container .contents .img-box {
    float: none;
    width: auto;
  }
  .report-container .contents .img-box img {
    margin-top: 30px;
  }
  .report-container .contents .txt-box {
    margin-top: 40px;
    float: none;
    width: auto;
	padding:0 5px;
  }
}

/* .data-box
--------------------------------------------------*/
.report-container .data-box {
  margin: 40px auto 0;
  padding: 35px;
  max-width: 720px;
  border: 1px solid #959595;
  box-sizing: border-box;
}
.report-container .data-box.short {
  padding: 30px;
}
.report-container .data-box:after {
  clear: both;
  display: block;
  content: "";
}
.report-container .data-box .info-box {
  float: left;
  width: 323px;
}
.report-container .data-box.short .info-box {
  float: none;
  width: auto;
}
.report-container .data-box strong {
  display: block;
  line-height: 0;
}
.report-container .data-box h5 {
  margin: 12px 0 10px;
  font-size: 106.3%;
  font-weight: bold;
  line-height: 1.3;
  text-indent: -10px;
  color: #000;
  background-color: #ffffff;
}
.report-container .data-box h5 em {
  position: relative;
  left: -2px;
  font-weight: bold;
  letter-spacing: -0.2em;
  color: #000;
}
.report-container .data-box h5 span {
  font-size: 87.5%;
  color: #000;
}
.report-container .data-box dl {
  margin-top: 2px;
  display: table;
  font-size: 75%;
  line-height: 1.5;
}
.report-container .data-box dt {
  display: table-cell;
  white-space: nowrap;
  color: #000;
  background-color: #ffffff;
}
.report-container .data-box dd {
  display: table-cell;
  color: #000;
  background-color: #ffffff;
}
.report-container .data-box span {
  margin-top: 2px;
  /*display: table;*/
  color: #000;
  font-size: 60%;
  line-height: 1.5;
}
.report-container .data-box .img-box {
  float: right;
  width: 306px;
}
.report-container .data-box.short .img-box {
  margin-top: 15px;
  float: none;
  width: auto;
}

@media(max-width:640px) {
  .report-container .data-box,
  .report-container .data-box.short {
    margin-top: 30px;
    padding: 25px 20px;
  }
  .report-container .data-box .info-box {
    float: none;
    width: auto;
  }
  .report-container .data-box .img-box {
    margin-top: 15px;
    float: none;
    width: auto;
  }
}

/*--------------------------------------------------
  .report-menu
--------------------------------------------------*/
.report-menu {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.report-menu:after {
  clear: both;
  display: block;
  content: "";
}
.report-menu li {
  float: left;
  margin-left:2%;
  width: 32%;
  background: #fff;
  text-align: center;
  box-sizing:border-box;
}
.report-menu li.no-entry {
  background: #ddd;
}
.report-menu li.prev {
  margin-left: 0;
  width: 32%;
}
.report-menu li a,
.report-menu li em {
  display: block;
  font-size: 93.8%;
  line-height: 560%;
  color: #000;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.report-menu li.no-entry em {
  color: #555;
}
.report-menu li a:hover {
  opacity: 0.6;
}
.report-menu li span {
  padding: 0 30px;
  background-repeat: no-repeat;
}
.report-menu li.prev span {
  background-image: url(../img/report_menu_prev@2x.png);
  background-position: left center;
  background-size: 11px 12px;
}
.report-menu li.index span {
  background-image: url(../img/report_menu_index@2x.png);
  background-position: left center;
  background-size: 12px 11px;
}
.report-menu li.next span {
  background-image: url(../img/report_menu_next@2x.png);
  background-position: right center;
  background-size: 11px 12px;
}

.ielegacy .report-menu li.prev span {
  background-image: url(../img/report_menu_prev.png);
}
.ielegacy .report-menu li.index span {
  background-image: url(../img/report_menu_index.png);
}
.ielegacy .report-menu li.next span {
  background-image: url(../img/report_menu_next.png);
}

.back-button{
	display: block;
    margin-top: 50px;
    text-align: center;
}

.back-button a{
	 width: 50%;
    background: #03550a;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
    font-size: 93.8%;
    padding: 20px;
	
}

@media(max-width:640px) {
  .report-menu li {
    margin-left: 2%;
    width: 32%;
  }
  .report-menu li.prev {
    width: 32%;
  }
  .report-menu li a,
  .report-menu li em {
    line-height: 500%;
  }
  .report-menu li span {
    padding: 0 20px;
  }
  .report-menu li.prev span {
    padding: 0 0 0 14px;
    background-size: 8px 9px;
  }
  .report-menu li.index span {
    padding: 0 0 0 14px;
    background-size: 9px 8px;
  }
  .report-menu li.next span {
    padding: 0 14px 0 0;
    background-size: 8px 9px;
  }
  .back-button{
		margin-top: 12px;
	}
	
	.back-button a{
		 width: 100%;
		
	}
}

/*--------------------------------------------------
  .waowao-head
--------------------------------------------------*/
.waowao-head h3 {
  display: inline-block;
  top: 75px;
  position: absolute;
  margin-left: 30px;
  font-size: 1.5em;
  background-color: darkgreen;
  color: white;
  padding: 3px 30px;
  width: 565px;
}
.waowao-head h3 .year{
  margin-left: 1em;
}
@media(max-width:640px) {
  .waowao-head h3 {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 0;
    font-size: 1.3em;
    color: white;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing : border-box;
    box-sizing: border-box;
  }
.waowao-head h3 .year{
  display: inline-block;
  margin-left: 0;
}
}

/*--------------------------------------------------
  #waowao-year-links
--------------------------------------------------*/
#waowao-year-links{
  width: 100%;
  background-color: white;
  color: white;
  margin: 20px auto 8px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing : border-box;
  box-sizing: border-box;
}
#waowao-year-links li {
  display: block;
  margin: 3px 30px;
  border-bottom: 1px solid #6f3707;
  padding-bottom: 3px;
}
#waowao-year-links li:first-child {
  padding-top: 3px 10px;
  border-top: 1px solid #6f3707;
}
#waowao-year-links li a {
  padding: 0;
  color: #6f3707;
}
#waowao-year-links li a span.address {
  display: inline;
}
#waowao-year-links li a:hover,
#waowao-year-links li a:hover span.address {
  opacity: 0.7;
}
#waowao-year-links li a br {
  display: none;
}
@media(max-width:640px) {
  #waowao-year-links li a span.address {
    display: inline-block;
  }
}

/*--------------------------------------------------
  .report-container-link
--------------------------------------------------*/
.report-archive .report-container {
  margin-bottom: 50px;
}

/*--------------------------------------------------
  .report-container-link
--------------------------------------------------*/
.report-container-link {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: -10px auto 35px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.report-container-link li {
  margin: 5px;
  min-width: 30%;
  background: #333;
  text-align: center;
  box-sizing:border-box;
}
.report-container-link li a {
  display: block;
  position: relative;
  font-size: 93.8%;
  line-height: 420%;
  color: #000;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.report-container-link li a:hover {
  opacity: 0.6;
}
.report-container-link li.blue { background-color: #2f5fa8; color: #fff;}
.report-container-link li.blue a { color: #fff;}

.report-container-link li.prev a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: .2s;
  top: 42%;
  left: 30%;
  -webkit-transform: translateX(-50%) rotate(315deg);
  -ms-transform: translateX(-50%) rotate(315deg);
  transform: translateX(-50%) rotate(315deg);
}

.report-container-link li span {
  padding: 0 30px;
  background-repeat: no-repeat;
}
@media(max-width:640px) {
.report-container-link li { min-width: 45%; }
}


@media screen and (max-width: 640px){
.mod-fn-pagetop .pagetop-btn {
    right: 10%;
}
}

