body,html {
  min-width: 1150px;
}

#wHeader {
  position: absolute;
  top: 600px;
}

#wGM ul > li#NavLine:after {
  background-color: #66b823;
}

#wContents {
  width: 100%;
}

#mainvisual {
  position: relative;
  width: 1150px;
  height: 600px;
  margin: 0 auto 49px;
  background: url(/images/index/bg_mainvisual.png) no-repeat center;
}

#mainvisual p.mvCopy1 {
  position: absolute;
  top: 385px;
  right: 0;}

#mainvisual p.mvCopy2 {
  position: absolute;
  top: 325px;
  left: 268px;
}

#wContents > section {
  padding-bottom: 0;/*reset*/
}


/* デジタル戦略
----------------------------------------------------------------------------------------------------*/

#wContents #digital {
  position: relative;
  width: 1150px;
  height: 450px;
  margin: 0 auto;
  background-image: url(/images/index/bg_contents.png),url(/images/index/bg_digital.png);
  background-repeat: no-repeat;
  background-position: center top, right;
  background-color: #fdfdfd;
}

#wContents #digital .contents {
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
}

#wContents #about {
  position: relative;
  width: 1150px;
  height: 450px;
  margin: 0 auto 43px;
  background-image: url(/images/index/bg_contents.png),url(/images/index/bg_scient.png);
  background-repeat: no-repeat;
  background-position: center bottom, left;
  background-color: #fdfdfd;
}

#wContents #about .contents {
  width: 980px;
  margin: 0 auto;
  padding-top: 28px;
}

#wContents #about .contents h2,
#wContents #about .contents .slideTxt,
#wContents #about .contents p.link {
  float: right;
  width: 500px;
}

#wContents #about .contents .slideTxt > div  {
  width: 496px;
  height: 290px;
}

#wContents #digital .contents h2,
#wContents #about .contents h2 {
  line-height: 2;
  font-size: 30px;
  font-size: 3rem;
}

#wContents #digital .contents p,
#wContents #about .contents p {
  margin-bottom: 12px;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

#wContents #digital .contents h2,
#wContents #digital .contents p {
  width: 496px;
}

#wContents #digital .contents .icoArrow,
#wContents #about .contents .icoArrow {
  font-size: 14px;
  font-size: 1.4rem;
}

#wContents #about .contents .slick-next {
  top: 37%;
  right: -42px;
}

#wContents #about .contents .slick-prev {
  top: 37%;
  left: -42px;
}

#wContents ul.slick-dots {
  margin-bottom: 0;
  padding-top: 0;
}

#wContents #access {
  width: 1150px;
  margin: 0 auto 28px;
}

#wContents #access .half:first-child {
  float: right;
  padding-left: 30px;
}

#wContents #access h2 {
  margin-bottom: 17px;
  padding-top: 17px;
  font-size: 20px;
  font-size: 2rem;
}

#wContents #access #map_canvas {
  height:270px;
}

@media screen and (max-width:767px) {

body, html {
  min-width: initial;/*chrome reset*/
  min-width: auto;/*reset*/
}

#wContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction:row;
  -moz-flex-direction:row;
  -ms-flex-direction:row;
  -o-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

#wHeader {
  position: static;
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}

#mainvisual {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  background: none;
}

#mainvisual h1 {
  position: static;
}

#mainvisual h1 img {
  width: 100%;
  max-height: 100%;
}

#mainvisual p {
  display: none;
}

#wContents {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}

#wContents #news .contents,
#wContents #digital,
#wContents #digital .contents,
#wContents #digital .contents h2, #wContents #digital .contents p,
#wContents #about,
#wContents #about .contents,
#wContents #about .contents h2, #wContents #about .contents p,
#wContents #about .contents .slideTxt, #wContents #about .contents p.link,
#wContents #access,
#wContents #access .half {
  width: 100%;
}

#wContents #digital,
#wContents #about {
  height: auto;/*reset*/
  margin: 0;/*reset*/
  padding: 0;/*reset*/
  background: none;/*reset*/
}

#wContents #digital .contents,
#wContents #about .contents {
  padding: 0;
}

#wContents #digital .contents p,
#wContents #about .contents p {
  font-size: 12px;
  font-size: 1.2rem;
}

#wContents #digital .contents p:not(.link) {
  padding: 7px 10px;
}

#wContents #about .contents p:not(.link) {
  padding: 7px 0;
}

#wContents #about .contents p.link {
  padding-right: 10px;
}

#wContents #digital .contents h2,
#wContents #about .contents h2 {
  display: block;
  width: 100%;
  padding-top: 12%;
  padding-bottom: 8%;
  line-height: 1;
  font-size: 17px;
  font-size: 1.7rem;
}

#wContents #digital h2 {
  padding-left: 5%;
  background: url(/images/index/bg_digital_sp.png) no-repeat left center;
  background-size: cover;
}

#wContents #about h2 {
  padding-right: 5%;
  text-align: right;
  background: url(/images/index/bg_scient_sp.png) no-repeat left center;
  background-size: cover;
}

#wContents #digital .contents .icoArrow,
#wContents #about .contents .icoArrow {
  font-size: 12px;
  font-size: 1.2rem;
}

#wContents #about .contents .slideTxt > div {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

#wContents #about .contents .slick-prev {
  left: 10px;
}

#wContents #about .contents .slick-next {
  right: 10px;
}

#wContents #access .half:first-child {
  padding-left: 0;/*reset*/
}

#wContents #access h2 {
  padding-top: 0;/*reset*/
  font-size: 15px;
  font-size: 1.5rem;
}

#wContents #access * {
  background-size: 100% !important;
}

#wContents #access img {
}

#wContainer > aside {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
}

#wFooter {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:5;
  -webkit-order:5;
  order:5;
}

}/*end*/
