@charset "UTF-8";

html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 75%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 2.0em;
}

a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 130%;
  line-height: 1.8em;
}
h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 140%;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 160%;
}
h4 span {
  padding: 0 0 0 1em;
  font-size: 65%;
}

.lineClear {
  clear: both;
  line-height: 0;
}
.pageTop {
  width: 100%;
  text-align: center;
  margin: 4em 0;
}

/*header*/
header {
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 500px;
  background: url("../images/header_back.jpg") no-repeat center top #29b3b0 fixed;
  background-size: auto;
  position: relative;
}
header #headerHeadingPc {
  display: block;
}
header #headerHeadingSp {
  display: none;
}
#headerContent {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 940px;
}
#headerContent #headerLogo {
  position: absolute;
  top: 2%;
  left: 0%;
  width: 110px;
}
#headerContent #headerBtn {
  position: absolute;
  right: 0%;
  bottom: 2%;
  z-index: 6;
}
/*#headerContent #headerMovie01 {
  position: absolute;
  right: 58px;
  bottom: 0;
  z-index: 2;
  width: 264px;
  height: 242px;
}
#headerContent #headerMovie02 {
  position: absolute;
  right: 330px;
  bottom: 0;
  z-index: 3;
  width: 221px;
  height: 441px;
}
#headerContent #headerMovie03 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 322px;
  height: 252px;
}

@media screen and (max-width: 940px) {
  #headerContent #headerMovie01, #headerContent #headerMovie02, #headerContent #headerMovie03 {
    display: none;
  }
}*/

/*nav*/
#globalNavi {
  width: 100%;
  background: url("../images/nav_back2.jpg") repeat 0 0 #29b3b0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#navContent {
  display: block;
  margin: 0 auto;
  max-width: 940px;
}
#navContent img {
  display: block;
  float: left;
  width: 110px;
}
#navContent ul {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display: flex;
}
#navContent ul li {
  display: inline-block;
  float: left;
  margin: 1em 0;
}
#navContent ul li:first-child {
  margin-right: 3em;
}
#navContent ul li.navTxtLink {
  margin-top: 2em;
  margin-right: 3em;
}
#navContent ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 170%;
}
#navContent ul li.vistageLinkBtn {
  margin-left: auto;
  margin-top: 1em;
  padding-right: 0;
  background: #0ba095;
}
#navContent ul li.vistageLinkBtn a {
  display: block;
  padding: 14px 20px 0 20px;
}
a.toggle {
  display: none;
}

@media screen and (max-width: 940px) {
  #navContent {
    padding: 0;
    font-size: 14px;
  }
  #navContent img {
    float: none;
    margin: 0 auto;
  }
  #navContent ul {
    width: 100%;
    text-align: center;
    display: none;
  }
  #navContent ul li {
    display: block;
    padding-right: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    float: none;
    text-align: center;
  }
  #navContent ul li:first-child {
    margin-right: 0;
  }
  #navContent ul li.navTxtLink {
    margin-top: 0;
    margin-right: 0;
  }
  #navContent ul li a {
    display: block;
    padding: 1.6em 0;
    font-size: 14px;
  }
  #navContent ul li.vistageLinkBtn {
    margin-top: 0;
    padding-top: 0;
  }
  #navContent ul li.vistageLinkBtn a {
    padding: 1.6em 0;
  }
  a.toggle {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 1.6em 0;
    background: url(../images/bottom-arrow.png) no-repeat center left 96%;
    background-size: 20px;
  }
  a.toggle.active {
    background: url(../images/top-arrow.png) no-repeat center left 96%;
    background-size: 20px;
  }
}


/*contents*/
#contentsArea1 {
  position: relative;
  z-index: 3;
  display: block;
  padding: 3em 0 0 0;
  width: 100%;
  background: url("../images/about_back.jpg") no-repeat center top #fff;
}
#contentsArea1 h2 {
  margin: 2em 0 3.5em 0;
}
#contentsArea1 #taglineArea {
  display: block;
  margin: 0 auto;
  max-width: 490px;
  text-align: center;
}
#contentsArea1 #productLogo {
  display: block;
  margin: 3em 0 0 0;
}
#contentsArea1 #aboutVistage {
  display: block;
  margin: 4em 0 0 0;
  padding: 1.5em;
  width: 97%;
  border-radius: 5px;
  background-color: #29aba8;
  color: #fff;
}
#contentsArea1 #aboutVistage #aboutVistageLeft {
  float: left;
  width: 22%;
  text-align: center;
}
#contentsArea1 #aboutVistage #aboutVistageRight {
  float: right;
  width: 75%;
}
/*------------------------------------------*/
#contentsArea2 {
  position: relative;
  z-index: 4;
  display: block;
  padding: 2em 0 3em 0;
  width: 100%;
  background: url("../images/content_back.jpg") repeat 0 0 #fff;
}
#contentsArea2 #aboutLeft {
  display: block;
  float: left;
  margin: 0 0 2em 0;
  width: 440px;
}
#contentsArea2 #aboutLeft h2 {
  padding: 1em 0 2em 0;
}
#contentsArea2 #aboutRight {
  display: block;
  float: right;
  margin: 0 0 2em 0;
  width: 440px;
  line-height: 0;
}
#contentsArea2 #aboutRightSp {
  display: none;
}
#contentsArea2 #productArea {
  display: block;
}
#contentsArea2 #productAreaSp {
  display: none;
}
#contentsArea2 #productDetailsBtn {
  display: block;
  margin: 2em auto 0 auto;
  width: 440px;
}


/*------------------------------------------*/
#contentsArea3 {
  position: relative;
  z-index: 5;
  display: block;
  padding: 0;
  width: 100%;
  background-color:  #fff;
}
#contentsArea3 #contentsArea3HeadingH2Pc {
  display: block;
  min-height: 174px;
  background: url("../images/content3_heading.png") no-repeat center center;
  text-indent: -9999px;
}
#contentsArea3 #contentsArea3HeadingH2Sp {
  display: none;
}
#contentsArea3 .illustratorMov1 {
  display: block;
  margin: 0 0 3em 0;
  padding: 2em;
  max-width: 940px;
  background: url("../images/content_back.jpg") repeat 0 0;
}
#contentsArea3 .illustratorMov2 {
  display: block;
  margin: 0 0 3em 0;
  padding: 2em;
  max-width: 940px;
  background: url("../images/content_back2.jpg") repeat 0 0;
}
#contentsArea3 h3 {
  margin: 0 0 1em 0;
}
#contentsArea3 .illustratorMov1 .illustratorMovLeft, #contentsArea3 .illustratorMov2 .illustratorMovLeft {
  float: left;
  max-width: 420px;
}
#contentsArea3 .illustratorMov1 .illustratorMovLeft p, #contentsArea3 .illustratorMov2 .illustratorMovLeft p {
  font-size: 110%;
}
#contentsArea3 .illustratorMov1 .illustratorMovRight, #contentsArea3 .illustratorMov2 .illustratorMovRight {
  float: right;
  max-width: 420px;
}
#contentsArea3 .commentArea {
  display: block;
  margin: 1.5em 0 0 0;
  padding: 1em;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.7);
}
/*------------------------------------------*/
#contentsArea4 {
  position: relative;
  z-index: 6;
  display: block;
  padding: 0;
  width: 100%;
  background-color:  #fff;
}
#contentsArea4 h2 {
  margin: 0 0 2em 0;
}
#contentsArea4 #contentsArea4HeadingH2Pc {
  display: block;
  min-height: 182px;
  background: url("../images/content4_heading.png") no-repeat center center;
  text-indent: -9999px;
}
#contentsArea4 #contentsArea4HeadingH2Sp {
  display: none;
}
#contentsArea4 .tutorialMovBasic {
  display: block;
  margin: 0 auto 2em auto;
  max-width: 440px;
}
#contentsArea4 .tutorialMovLeft {
  display: block;
  float: left;
  margin: 0 auto;
  margin: 0 1em 2em 1em;
  max-width: 440px;
}
#contentsArea4 .tutorialMovRight {
  display: block;
  float: right;
  margin: 0 auto;
  margin: 0 1em 2em 1em;
  max-width: 440px;
}
/*------------------------------------------*/
#contentsArea5 {
  position: relative;
  z-index: 7;
  display: block;
  padding: 0;
  width: 100%;
  background-color:  #fff;
}
#contentsArea5 h2 {
  margin: 0 0 2em 0;
}
#contentsArea5 h3 {
  max-width: 940px;
  margin: 3% auto 0.5% auto;
}
.contentsSet {
  display: block;
  margin: 0 auto;
  width: 940px;
}
.acMenu {
  margin: 0 0 1em 0;
  font-size: 120%;
}
.acMenu dt {
  display: block;
  margin: 1% 0 0 0;
  padding: 2% 6.5% 2% 8%;
  border: solid 1px #29b3b0;
  background: url("../images/content5_question_cl.png") no-repeat left center;
  cursor: pointer;
}
.acMenu dd {
  display: none;
  margin: 0;
  padding: 2% 6.5% 2% 8%;
  border: solid 1px #29b3b0;
  background: url("../images/content5_answer.png") no-repeat left center #29b3b0;
  color: #fff;
}
.acMenu dd a {
  color: #fff;
}
.acMenuCheck {
  background: url("../images/content5_question_op.png") no-repeat left center !important;
}

/*footer*/
footer {
  position: relative;
  z-index: 8;
  display: block;
  width: 100%;
  background: url("../images/nav_back2.jpg") repeat 0 0 #29b3b0;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 940px;
}
#footerContentLeft {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 60%;
}
#footerContentLeft img {
  display: block;
  float: left;
  margin: 2em 1.5em 2em 0;
  max-width: 100px;
  width: 50%;
}
#footerContentLeft p {
  display: block;
  float: left;
  margin: 3.8em 0 0 0;
  padding: 0;
  width: 50%;
  line-height: 1;
}
#footerContentRight {
  display: block;
  float: right;
  width: 40%;
  text-align: right;
}
#footerContentRight img {
  margin: 1.5em 0 1em 2em;
  max-width: 35px;
}
