@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.planImg {
  text-align: center;
}

html, body {
  font-family: '游明朝', YuMincho,'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #2b2b2b;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

#mainWrap {
  width: 100%;
  position: absolute;
  z-index: 0;
}

#globalHead {
  width: 100%;
  height: 700px;
  text-align: center;
  position: relative;
}

#headImgBox {
  width: 366px;
  height: 216px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#headImgBox #wqLogo, #headImgBox #scrollEnc {
  margin: 0 auto 15px;
}
#headImgBox #wqName {
  font-size: 1.5rem;
  margin: 0 auto 30px;
}

#mainContent {
  width: 960px;
  margin: 0 auto;
}

.pageSection {
  margin-top: -50px;
  padding-top: 50px;
  margin-bottom: 100px;
}
.pageSection .wqTitle, .pageSection .subTitle {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.pageSection .wqTitle {
  font-size: 2rem;
}

.tableWq01 {
  display: table;
  width: 100%;
  margin: 60px 0;
}
.tableWq01 dl {
  display: table-row;
}
.tableWq01 dl dt, .tableWq01 dl dd {
  display: table-cell;
  text-align: center;
  position: relative;
}
.tableWq01 dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 20px 0;
}
.tableWq01 dl dt span {
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
  background: url(../images/underber_03.png) center repeat-x;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.tableWq01 dl dd {
  font-size: 1.2em;
  line-height: 2.0;
  padding: 10px 0 25px;
}
.tableWq01 dl dd .align {
  list-style: circle;
  margin: 0 auto;
  padding-left: 40px;
  text-align: left;
}
.tableWq01 dl dd .align1 {
  width: 320px;
}
.tableWq01 dl dd .align2 {
  width: 530px;
}
.tableWq01 dl dd .align3 {
  width: 250px;
}
.tableWq01 dl dd .align4 {
  width: 320px;
}
.tableWq01 dl dd a {
  text-decoration: none;
  color: #1a6526;
}
.tableWq01 dl dd a:hover {
  color: #9ECE3D;
}

#openIcon {
  width: 60px;
  height: 46px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#openIcon .navBar {
  width: 30px;
  height: 2px;
  background: #333333;
  position: absolute;
  right: 15px;
}
#openIcon .bar1 {
  top: 10px;
}
#openIcon .bar2 {
  top: 20px;
}
#openIcon .bar3 {
  top: 30px;
}

#sideNav {
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
  top: 0;
  left: -320px;
}
#sideNav ul {
  margin-top: 40px;
  margin-left: 40px;
  padding: 0 100px 0 0;
}
#sideNav ul li {
  font-size: 1.4rem;
  border-bottom: #cccccc solid 2px;
}
#sideNav ul li a {
  display: block;
  padding: 20px;
  color: #222222;
  text-decoration: none;
}

#test001 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1000px;
}

.conBg {
  position: absolute;
  width: 100%;
  height: 100%;
}

#bg1 {
  background: url(../images/wqbg001.png);
  z-index: -50;
}

#bg2 {
  background: url(../images/wqbg002.png);
  z-index: -49;
}

#bg3 {
  background: url(../images/wqbg003.png);
  z-index: -48;
}
