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


  stage.css


============================================================*/
/*  outline
=====================*/
.tbl-outline {
  border-bottom: none;
}

.tbl-outline > dt {
  width: 28%;
}

.tbl-outline > dd {
  width: 72%;
}

@media (max-width: 480px) and (orientation: portrait) {
  .tbl-outline > dt,
  .tbl-outline > dd {
    width: 100%;
  }
}



/*========================================
  digest
========================================*/
#stage-digest .link-contents {
  width: 100%;
  text-align: center;
}

#stage-digest .link-contents .text-summary {
  margin-bottom: 2.4rem;
}

#stage-digest #content-mission .block-statement dt {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: left;
}

#stage-digest #content-mission .block-statement dd {
  text-align: center;
}

#stage-digest #content-mission .block-statement dd figure {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 480px) and (orientation: portrait) {
  #stage-digest .link-contents .text-summary {
    margin-bottom: 1.6rem;
  }

  #stage-digest #content-mission .block-statement dt {
    font-size: 1.1rem;
  }
}





/*========================================
  category
========================================*/
/*  point
=====================*/
#stage-category .list-point {
  display: table;
  width: 100%;
  overflow :hidden;
}

#stage-category .list-point > dt,
#stage-category .list-point > dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#stage-category .list-point > dt > em {
  display: inline-block;
  width: 12rem;
  height: 12rem;
  color: #36388f;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 12rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(54,56,143,0.5);
  margin-right: 4rem;
  float: left;
}

@media (max-width: 480px) and (orientation: portrait) {
  #stage-category .list-point {
    display: table;
    width: 100%;
    overflow :hidden;
  }

  #stage-category .list-point > dt,
  #stage-category .list-point > dd {
    vertical-align: top;
  }

  #stage-category .list-point > dt > em {
    display: inline-block;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 4.8rem;
    margin-right: 1.6rem;
  }
}



/*  details
=====================*/
#stage-category .block-details {
  background-color: #f8f8f8;
}

#stage-category .list-details {
}

#stage-category .list-details > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 4rem;
}

#stage-category .list-details > li:nth-of-type(odd) {
  padding-left: 0;
}

#stage-category .list-details > li:nth-of-type(even) {
  padding-right: 0;
}

#stage-category .list-details .text-body {
  font-size: 1.48rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #stage-category .list-details > li {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 2.4rem 0;
  }

  #stage-category .list-details .text-body {
    font-size: 1.4rem;
  }
}





/*========================================
  support
========================================*/
/*  wlb
=====================*/
#stage-support #content-wlb .block-figure > figure {
  padding: 2.4rem 4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #stage-support #content-wlb .block-figure > figure {
    padding: 1.6rem 3.2rem;
  }
}


/*  welfare
=====================*/
#stage-support #content-welfare .list-details {
  width: 100%;
  background-color: #f8f8f8;
  padding: 2.4rem;
  overflow: hidden;
}

#stage-support #content-welfare .list-details > li {
  display: inline-block;
  width: 33.333%;
  width: calc(100% / 3);
  vertical-align: top;
  padding: 4.8rem;
}

html.ie #stage-support #content-welfare .list-details > li {
  width: 33.333%;
}

#stage-support #content-welfare .list-details .icon {
  display: block;
  width: 12rem;
  height: 12rem;
  line-height: 12rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(54,56,143,0.5);
  margin: 0 auto;
  position: relative;
}

#stage-support #content-welfare .list-details .icon > img {
  width: 50%;
  vertical-align: middle;
}

@media (max-width: 480px) and (orientation: portrait) {
  #stage-support #content-welfare .list-details {
    padding: 1.6rem 2.4rem;
  }

  #stage-support #content-welfare .list-details > li {
    width: 100%;
    padding: 1.6rem 0;
  }

  #stage-support #content-welfare .list-details .icon {
    width: 6.4rem;
    height: 6.4rem;
    line-height: 6.4rem;
  }
}





/*========================================
  culture
========================================*/
#stage-culture .list-outline > li {
  margin-bottom: 3.2rem;
}

#stage-culture .list-outline.line > li:not(:first-child) {
  border-top: 1px solid #eee;
  padding-top: 3.2rem;
}

#stage-culture .list-outline .block-letter {
  padding: 4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #stage-culture .list-outline > li {
    margin-bottom: 2.4rem;
  }

  #stage-culture .list-outline.line > li:not(:first-child) {
    padding-top: 2.4rem;
  }

  #stage-culture .list-outline .block-letter {
    padding: 2.4rem 1.6rem;
  }
}





