@charset "utf-8";

body.ie article {
  min-width: 950px;
}



/*
#home.ie .grid > section:nth-child(1){
  -ms-grid-column:1;-ms-grid-row:1;
  display: none;
}
*/

#home #hSns {
  display: block;
  line-height: 1.2;
  text-align: right;
  margin-right: 15px;
}


#home .grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(320px, auto);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}

.ie .grid > section {
  border: #FFF solid 7px;
}

#home .grid section {
  background-color: #f7f0f3;
}

#home .grid section.side {
  opacity: 0;
  background-color: #eaf1f4;
}

#home .grid.loaded  section.side {
  opacity: 1;
}

#home .grid section.side a {
  transition: background linear 0.2s;
}

#home .grid section.side a:hover {
  background-color: #daeffa;
}

#home .grid .date {
  text-align: right;
  font-size: 1.2rem;
  opacity: 0.8;
}

.imgBox.boxL {
  position: relative;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

.imgBox.boxL:nth-child(n+9) {
-ms-grid-column: inherit;
    grid-column-start: inherit;
-ms-grid-column-span: inherit;
grid-column-end: inherit;
}

.imgBox.boxLL {
  position: relative;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

.imgBox.boxL .imgArea,
.imgBox.boxLL .imgArea {
  height: 100%;
  background-color: #555;
}

.imgBox.boxL .imgArea img,
.imgBox.boxLL .imgArea img {
  min-width: 100%;
  height: auto !important;
}

.grid .boxL .txtArea,
.grid .boxLL .txtArea {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 50px 15px 10px;
  background-color: rgba(0,0,0,.4);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 30%,rgba(0,0,0,1) 100%);
  color: #FFF;
  box-sizing: border-box;
}

.imgBox.boxL h2,
.imgBox.boxLL h2,
.imgBox.boxL .head,
.imgBox.boxLL .head {
  font-size: 2.4rem;
  color: #FFF;
  text-shadow: 2px 2px 0 rgba(0,0,0,.1);
}

.imgBox.boxLL h2 {
  font-size: 4rem;
}

.imgBox.boxLL p {
  font-size: 1.8rem;
}

.imgBox.boxL p,
.imgBox.boxLL p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ie .imgBox.boxL .imgArea img {
  max-width: 1000px!important;
}

#home #fSns {
  display: none;
  margin-top: 30px;
}

#publicaArea > ul {
  flex-wrap: wrap;
}

#publicaArea > ul,
#bannerArea > ul {
  display: flex;
  height: 100%;
}

#bannerArea > ul {
  flex-direction: column;
  justify-content: space-between;
}

#bannerArea > ul > li {
  height: 30%;
}

#publicaArea > ul > li,
#bannerArea > ul > li {
  width: 100%;
}

#publicaArea [data-id="bt"] ul + p {
  margin: 0.5em 1em 0;

}

#publicaArea ul a,
#bannerArea ul a {
  display: table;
  height: 100%;
}

#publicaArea ul .txtArea,
#bannerArea ul .txtArea {
  padding-left: 10px;
}

#webbasedLink {
  height: 40% !important;
}

#webbasedLink a {
  display: block;
}

#webbasedLink .imgArea,
#webbasedLink .txtArea {
  display: block;
  width: auto;
  max-height: 100px;
}

#webbasedLink .txtArea {
  padding-top: 5px;
  padding-bottom: 3px;
}

.ie #webbasedLink .imgArea img {
  width: 385px;
  height: auto !important;
}

#additionalArea,
#sideNews,
#sideTopArea,
#publicaArea,
#bannerArea {
  -ms-grid-column: 3;
  grid-column: 3;
}

#sideTopArea {
  -ms-grid-row: 1;
  grid-row: 1;
}


#additionalArea {
  -ms-grid-row: 2;
  grid-row: 2;
}

#sideNews {
  -ms-grid-row: 2;
  grid-row: 2;
}


#bannerArea {
  -ms-grid-row: 3;
  grid-row: 3;
}

#publicaArea {
  -ms-grid-row: 4;
  grid-row: 4;
}


#sideNews.boxLL {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

#futureVisionLink a > div {
  display: block;
}

#futureVisionLink.listBox > ul > li > a {
  display: block;
}

#futureVisionLink .imgArea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}

#home #openInnovationLink {
  height: 40%;
  border: none;
}

#home #openInnovationLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 172px;
  background: url(/strl/assets/img/banner/open_innovation.jpg) no-repeat center center;
  background-size: cover;
  transition: opacity linear 0.2s;
}

#home #openInnovationLink a:hover {
  opacity: 0.85;
}

#additionalArea img {
  transform: translate(-50%,-50%);
  transition: opacity linear 0.2s;
}

#home #additionalArea a:hover img {
  opacity: 0.85;
}

#openInnovationLink h2 {
  padding: 0.2em 1em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.2em;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
  .imgBox .imgArea img[data-option="contain"],
  .imgBox .imgArea img[data-option="top contain"]{
    top: 18vw;
  }
}

@media screen and (max-width: 1000px) {

  #home .grid {
    grid-template-columns: 1fr 1fr 300px;
  }
  .imgBox.boxLL h2 {
    font-size: 2rem;
  }

  .imgBox.boxLL p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {

  #additionalArea,
  #sideNews,
  #sideTopArea,
  #publicaArea,
  #bannerArea {
    grid-column: 2;
  }

  .imgBox.boxL,
  .imgBox.boxLL {
    grid-column-end: 1;
  }

  #sideNews.boxLL {
    grid-column-end: 3;
  }

  #home .grid {
    grid-template-columns: 1fr 300px;
  }

  #home .grid {
    column-gap: 10px;
    row-gap: 10px;
  }

}

@media screen and (max-width: 680px) {

  #home .grid {
    grid-template-columns: 1fr;
  }

  #additionalArea,
  #sideNews,
  #sideTopArea,
  #publicaArea,
  #bannerArea {
    grid-row: auto;
    grid-column: auto;
  }


  #additionalArea {
    grid-row-start: 2;
    grid-row-end: 3;
  }

  /*
  #additionalArea img {
    max-width: 400px;
  }

  #additionalArea .imgArea {
    background-color: #f7edb2;
  }
  */

  #sideNews.boxLL {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  /*
  #sideNews {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  */

  .imgBox .imgArea img[data-option="contain"],
  .imgBox .imgArea img[data-option="top contain"]{
    top: 50%;
  }

  #webbasedLink {
    height: 50% !important;
  }

  #webbasedLink .txtArea {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 568px) {

  #home #hSns {
    display: none;
  }

  .imgBox.boxL h2,
  .imgBox.boxLL h2,
  .imgBox.boxL .head,
  .imgBox.boxLL .head {
    font-size: 1.8rem;
  }

  .imgBox.boxLL p {
    font-size: 1.4rem;
  }

  .imgBox .imgArea img[data-option="contain"],
  .imgBox .imgArea img[data-option="top contain"]{
    top: 15vh;
  }

  #home #fSns {
    display: block;
  }


}

@media screen and (max-width: 480px) {

  .imgBox .imgArea img[data-option="contain"],
  .imgBox .imgArea img[data-option="top contain"]{
    top: 24vw;
  }

}
