/*============================================================


  information.css


============================================================*/
/*========================================
  top
========================================*/
#information-top #content-news > .block-content,
#information-top #content-event > .block-content,
#information-top #content-tips > .block-head > .block-letter,
#information-top #content-seasonreport > .block-head > .block-letter {
  display: inline-block;
  width: 80%;
}

#information-top #content-news > .block-button,
#information-top #content-event > .block-button, 
#information-top #content-tips > .block-head > .block-button, 
#information-top #content-seasonreport > .block-head > .block-button {
  display: inline-block;
  width: 20%;
  text-align: right;
  vertical-align: bottom;
}

@media (max-width: 480px) and (orientation: portrait) {
  #information-top #content-news > .block-content,
  #information-top #content-event > .block-content,
  #information-top #content-tips > .block-head > .block-letter,
  #information-top #content-seasonreport > .block-head > .block-letter {
    display: block;
    width: 100%;
  }

  #information-top #content-news > .block-button,
  #information-top #content-event > .block-button, 
  #information-top #content-tips > .block-head > .block-button, 
  #information-top #content-seasonreport > .block-head > .block-button {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-top: 1.6rem;
  }
}



/*  hero
=====================*/
#information-top #header-top-category {
  padding-bottom: 4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #information-top #header-top-category {
    padding-bottom: 2.4rem;
  }
}




/*  news
=====================*/
#information-top #content-news {
  font-size: 0;
  padding-top: 6.4rem;
  padding-bottom: 8.8rem;
  position: relative;
}

#information-top #content-news .title-content {
  margin-bottom: 2.4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #information-top #content-news {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  #information-top #content-news .title-content {
    margin-bottom: 1rem;
  }
}



/*  event
=====================*/
#information-top #content-event {
  font-size: 0;
  padding-top: 6.4rem;
  padding-bottom: 8.8rem;
  border-top: 1px solid #eee;
  position: relative;
}

#information-top #content-event .title-content {
  margin-bottom: 4rem;
} 

#information-top #content-event .logo-event {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  padding-right: 4rem;
}

#information-top #content-event .title-event {
  display: inline-block;
  vertical-align: middle;
}

#information-top #content-event .list-outline {
  margin-top: 2.8rem;
}

#information-top #content-event .list-outline > dt {
  padding-right: 4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #information-top #content-event {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  #information-top #content-event .title-content {
    margin-bottom: 2.4rem;
  } 

  #information-top #content-event .logo-event {
    display: block;
    width: 30%;
    padding-right: 2rem;
  }

  #information-top #content-event .title-event {
    display: block;
    margin-top: 1rem;
  }

  #information-top #content-event .list-outline {
    margin-top: 1.6rem;
  }

  #information-top #content-event .list-outline > dt {
    padding-right: 2rem;
  }
}



/*  tips
=====================*/
#information-top #content-tips {
  font-size: 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

#information-top #content-tips .block-head {
  padding-top: 8.8rem;
  padding-bottom: 6.4rem;
}

#information-top #content-tips .title-content {
  margin-bottom: 3.2rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #information-top #content-tips .block-head {
    padding-top: 3.2rem;
    padding-bottom: 2.4rem;
  }

  #information-top #content-tips .title-content {
    margin-bottom: 1rem;
  }

  #information-top #content-tips .text-catch > br {
    display: none;
  }
}




/*  seasonreport
=====================*/
#information-top #content-seasonreport {
  font-size: 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

#information-top #content-seasonreport .block-head {
  padding-top: 8.8rem;
  padding-bottom: 6.4rem;
}

#information-top #content-seasonreport .title-content {
  margin-bottom: 3.2rem;
} 

#information-top #content-seasonreport .block-content .tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

@media (max-width: 480px) and (orientation: portrait) {
  #information-top #content-seasonreport .block-head {
    padding-top: 3.2rem;
    padding-bottom: 2.4rem;
  }

  #information-top #content-seasonreport .title-content {
    margin-bottom: 1rem;
  }

  #information-top #content-seasonreport .text-catch > br {
    display: none;
  }
}






/*========================================
  event
========================================*/
#information-event .list-event {
  width: 100%;
}

#information-event .list-event > li {
  border-top: 1px solid #ddd;
  padding: 3.2rem 0;
  overflow: hidden;
}

#information-event .list-event > li + li {
  margin-top: 1rem;
}

#information-event .list-event .block-image {
  width: 25%;
  float: left;
}

#information-event .list-event .block-letter {
  width: 75%;
  padding-left: 2rem;
  float: right;
}

#information-event .list-event .logo-event {
  width: 20rem;
}

#information-event .list-event .title-event {
  margin-bottom: 2.8rem;
}

#information-event .list-event .list-outline {
  border-bottom: none;
}

#information-event .list-event .list-outline > dt {
  padding-right: 4rem;
}

#information-event .list-event .list-outline .title-bar {
 position: relative;
 top: -0.2rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #information-event .list-event > li {
    padding: 2rem 0;
  }

  #information-event .list-event .block-image {
    width: 100%;
    float: none;
  }

  #information-event .list-event .block-letter {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  #information-event .list-event .logo-event {
    width: 10rem;
  }

  #information-event .list-event .title-event {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  #information-event .list-event .list-outline > dt {
    padding-right: 2rem;
  }
}



/*========================================
  data
========================================*/
.contents-data {
}

.contents-data .list-data {
  width: 100%;
}

.contents-data .list-data .title-data {
  margin-bottom: 0.2rem;
}

.contents-data .list-data ul.list-tbl > li > * {
  font-size: 1.6rem;
  padding: 0.4rem 0.2rem;
}

.contents-data .list-data ul.list-tbl > li.tbl-head-col > * {
  font-size: 1.2rem;
}

.contents-data .list-data ul.list-tbl > li > .tbl-head-row {
  font-size: 1.2rem;
}

.contents-data .list-data > li + li {
  margin-top: 2.4rem;
}

.contents-data .block-chart {
  width: 100%;
  height: 48rem;
  position: relative;
}

html.ie .contents-data .block-chart {
  width: calc(100% - 40rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 480px) and (orientation: portrait) {
  .contents-data {
    padding-top: 0;
  }

  .contents-data .list-data .title-data {
    margin-bottom: 0;
  }

  .contents-data .list-data ul.list-tbl {
    margin-top: -1rem;
  }

  .contents-data .list-data ul.list-tbl > li > * {
    font-size: 1.2rem;
    padding: 0.4rem 0;
  }

  .contents-data .block-chart {
    height: 40rem;
  }

  html.ie .contents-data .block-chart {
    width: calc(100% - 4.8rem);
  }
}





/*========================================
  seasonreport top
========================================*/
#information-seasonreport-top .block-link {
  text-align: center;
}




/*========================================
  article
========================================*/
/*  hero
=====================*/
#contents-article #content-hero {
  padding-top: 8rem;
  padding-bottom: 6.4rem;
}

#contents-article #content-hero > .block-letter {
  position: relative;
}

#contents-article #content-hero .number-article {
  position: absolute;
  right: 0;
  top: 0;
}

#contents-article #content-hero .number-article > span {
  font-size: 2.8rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

#contents-article #content-hero .number-article > em {
  font-size: 8rem;
  vertical-align: middle;
}

#contents-article #content-hero .text-date {
  display: block;
  letter-spacing: 0;
  margin-top: 2.4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #contents-article #content-hero {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  #contents-article #content-hero .number-article > span {
    font-size: 2.4rem;
  }

  #contents-article #content-hero .number-article > em {
    font-size: 4.8rem;
  }

  #contents-article #content-hero .text-date {
    margin-top: 1.6rem;
  }
}




/*  body
=====================*/
#contents-article #content-body > .block-head {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

#contents-article #content-body > .block-chapter {
  border-top: 1px solid #ddd;
  padding-bottom: 8rem;
}

#contents-article #content-body > .block-chapter:first-child {
  border-top: none;
}

#contents-article #content-body .pic-figure {
  position: relative;
}

#contents-article #content-body .pic-figure.left {
  text-align: left;
}

#contents-article #content-body .pic-figure.right {
  text-align: right;
}

#contents-article #content-body .pic-figure.center {
  text-align: center;
}

#contents-article #content-body .pic-figure img {
  vertical-align: top;
}

#contents-article #content-body .pic-figure img.szl {
  width: 100%;
}

#contents-article #content-body .pic-figure img.szm {
  width: 50%;
}

#contents-article #content-body .pic-figure img.szs {
  width: 25%;
}

#contents-article #content-body .pic-figure img.szxs {
  width: 12.5%;
}

#contents-article #content-body .list-photo {
  width: 80%;
  margin: 0 auto;
}

#contents-article #content-body .list-photo > li {
  position: relative;
}

#contents-article #content-body .list-photo:not(.column-col2) > li + li {
  margin-top: 4rem;
}

#contents-article #content-body .list-photo.column-col2 > li:nth-of-type(odd) {
  padding-right: 2rem;
}

#contents-article #content-body .list-photo.column-col2 > li:nth-of-type(even) {
  padding-left: 2rem;
}

#contents-article #content-body .list-photo .text-caption {
  width: auto;
  text-align: left;
  margin: 0;
  left: 0;
  right: auto;
}

#contents-article #content-body .block-list {
  width: 100%;
  background-color: #fafafa;
  padding: 1rem 2rem;
}

#contents-article #content-body .block-column {
  position: relative;
}

#contents-article #content-body .block-column .title-column {
  margin-bottom: 1.6rem;
}

#contents-article #content-body .block-column .block-image {
}

#contents-article #content-body .block-column .block-image .pic-figure {
  width: 100%;
  text-align: center;
  padding-left: 30%;
  padding-right: 10%;
}

#contents-article #content-body .block-foot {
  padding-top: 4rem;
  padding-bottom: 8rem;
}


/* space text */
#contents-article #content-body .text-body + .text-body {
  margin-top: 1.6rem;
}

#contents-article #content-body .pic-figure + .text-body,
#contents-article #content-body .block-list + .text-body,
#contents-article #content-body .block-column + .text-body,
#contents-article #content-body .block-table + .text-body {
  margin-top: 3.2rem;
}

/* space figure */
#contents-article #content-body .text-body + .pic-figure,
#contents-article #content-body .pic-figure + .pic-figure,
#contents-article #content-body .list-photo + .pic-figure,
#contents-article #content-body .block-list + .pic-figure,
#contents-article #content-body .block-column + .pic-figure,
#contents-article #content-body .block-table + .pic-figure {
  margin-top: 3.2rem;
}

/* space photo */
#contents-article #content-body .text-body + .list-photo,
#contents-article #content-body .pic-figure + .list-photo,
#contents-article #content-body .list-photo + .list-photo,
#contents-article #content-body .block-list + .list-photo,
#contents-article #content-body .block-column + .list-photo,
#contents-article #content-body .block-table + .list-photo {
  margin-top: 4rem;
}

/* space list */
#contents-article #content-body .text-body + .block-list,
#contents-article #content-body .pic-figure + .block-list,
#contents-article #content-body .list-photo + .block-list,
#contents-article #content-body .block-list + .block-list,
#contents-article #content-body .block-column + .block-list,
#contents-article #content-body .block-table + .block-list {
  margin-top: 3.2rem;
}

/* space column */
#contents-article #content-body .text-body + .block-column,
#contents-article #content-body .pic-figure + .block-column,
#contents-article #content-body .list-photo + .block-column,
#contents-article #content-body .block-list + .block-column,
#contents-article #content-body .block-column + .block-column,
#contents-article #content-body .block-table + .block-column {
  margin-top: 4rem;
}

/* space table */
#contents-article #content-body .text-body + .block-table,
#contents-article #content-body .pic-figure + .block-table,
#contents-article #content-body .list-photo + .block-table,
#contents-article #content-body .block-list + .block-table,
#contents-article #content-body .block-column + .block-table,
#contents-article #content-body .block-table + .block-table {
  margin-top: 4rem;
}


@media (max-width: 480px) and (orientation: portrait) {
  #contents-article #content-body > .block-head {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }

  #contents-article #content-body > .block-chapter {
    padding-bottom: 4rem;
  }

  #contents-article #content-body .pic-figure img.szl {
    width: 80%;
  }

  #contents-article #content-body .pic-figure img.szm {
    width: 60%;
  }

  #contents-article #content-body .pic-figure img.szs {
    width: 40%;
  }

  #contents-article #content-body .pic-figure img.szxs {
    width: 20%;
  }

  #contents-article #content-body .block-list {
    padding: 0.8rem 1.6rem;
  }

  #contents-article #content-body .block-column .title-column {
    margin-bottom: 1rem;
  }

  #contents-article #content-body .block-column .block-image {
    margin-top: 1rem;
  }

  #contents-article #content-body .block-column .block-image .pic-figure {
    padding-left: 0;
    padding-right: 0;
  }

  #contents-article #content-body .block-column .block-image .pic-figure > img {
    max-width: 40%;
    max-height: 12rem;
  }

  #contents-article #content-body .list-photo {
    width: 100%;
  }

  #contents-article #content-body .list-photo:not(.column-col2) > li + li {
    margin-top: 2rem;
  }

  #contents-article #content-body .list-photo.column-col2 > li {
    width: 50%;
  }

  #contents-article #content-body .list-photo.column-col2 > li:nth-of-type(odd) {
    padding-right: 1rem;
  }

  #contents-article #content-body .list-photo.column-col2 > li:nth-of-type(even) {
    padding-left: 1rem;
  }

  #contents-article #content-body .list-photo .text-caption {
    padding: 0.6rem 0.8rem;
  }


  #contents-article #content-body .block-foot {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }


  /* space text */
  #contents-article #content-body .text-body + .text-body {
    margin-top: 1rem;
  }

  #contents-article #content-body .pic-figure + .text-body,
  #contents-article #content-body .block-list + .text-body,
  #contents-article #content-body .block-column + .text-body,
  #contents-article #content-body .block-table + .text-body {
    margin-top: 2rem;
  }

  /* space figure */
  #contents-article #content-body .text-body + .pic-figure,
  #contents-article #content-body .pic-figure + .pic-figure,
  #contents-article #content-body .list-photo + .pic-figure,
  #contents-article #content-body .block-list + .pic-figure,
  #contents-article #content-body .block-column + .pic-figure,
  #contents-article #content-body .block-table + .pic-figure {
    margin-top: 2rem;
  }

  /* space photo */
  #contents-article #content-body .text-body + .list-photo,
  #contents-article #content-body .pic-figure + .list-photo,
  #contents-article #content-body .list-photo + .list-photo,
  #contents-article #content-body .block-list + .list-photo,
  #contents-article #content-body .block-column + .list-photo,
  #contents-article #content-body .block-table + .list-photo {
    margin-top: 2rem;
  }

  /* space list */
  #contents-article #content-body .text-body + .block-list,
  #contents-article #content-body .pic-figure + .block-list,
  #contents-article #content-body .list-photo + .block-list,
  #contents-article #content-body .block-list + .block-list,
  #contents-article #content-body .block-column + .block-list,
  #contents-article #content-body .block-table + .block-list {
    margin-top: 2rem;
  }

  /* space column */
  #contents-article #content-body .text-body + .block-column,
  #contents-article #content-body .pic-figure + .block-column,
  #contents-article #content-body .list-photo + .block-column,
  #contents-article #content-body .block-list + .block-column,
  #contents-article #content-body .block-column + .block-column,
  #contents-article #content-body .block-table + .block-column {
    margin-top: 2.4rem;
  }

  /* space table */
  #contents-article #content-body .text-body + .block-table,
  #contents-article #content-body .pic-figure + .block-table,
  #contents-article #content-body .list-photo + .block-table,
  #contents-article #content-body .block-list + .block-table,
  #contents-article #content-body .block-column + .block-table,
  #contents-article #content-body .block-table + .block-table {
    margin-top: 2.4rem;
  }
}





/*  footer
=====================*/
#information-tips-article .nav-page,
#information-seasonreport-article .nav-page {
  border-bottom: 1px solid #eee;
}






