@charset "UTF-8";
body {
  font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.imgBotm {
  line-height: 0; }

.mainContent {
  width: 1050px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .mainContent {
      width: 100%; } }

@media screen and (max-width: 1000px) {
  .lpcontener {
    width: 98%;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .lpcontener {
    width: 96%; } }

/* Scss Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Scss Document */
/* =========================================================
 common
========================================================= */
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6; }

@media screen and (max-width: 640px) {
  body {
    font-size: 13px; } }

body img {
  max-width: 100%; }

body a {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }

body a:hover {
  opacity: 0.7; }

.wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 1040px) {
  .wrapper {
    width: 96%; } }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.pcOnly {
  display: inherit; }

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none; } }

.spOnly {
  display: none; }

@media screen and (max-width: 640px) {
  .spOnly {
    display: inherit; } }

.container {
  max-width: 960px;
  margin: 0 auto;
  width: 94%; }

/* =========================================================
 header
========================================================= */
.header {
  padding: 14px 0; }

.GWh1 {
  padding: 48px 0 36px;
  background: url(../img/bg_main01.jpg) no-repeat center top;
  background-size: cover;
  line-height: 0; }

@media screen and (max-width: 640px) {
  .GWh1 {
    padding: 0; } }

.GWh1 img {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 1040px) {
  .GWh1 img {
    width: 98%; } }

@media screen and (max-width: 640px) {
  .GWh1 img {
    width: 100%; } }

/* =========================================================
 PRIVILEGE
========================================================= */
h2 {
  margin-bottom: 24px;
  text-align: center; }

h2 img.spOnly {
  max-width: 400px;
  width: 90%; }

@media screen and (max-width: 640px) {
  h2 img.spOnly {
    display: inline; } }

h1 {
  text-align: center; }

.introTxt01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto; }

@media screen and (max-width: 640px) {
  .introTxt01 {
    font-size: 18px; }
  .introTxt01 br {
    display: none; } }

.introTxt01 span {
  font-size: 16px; }

@media screen and (max-width: 640px) {
  .introTxt01 span {
    font-size: 14px;
    display: block; } }

.formArea01 {
  max-width: 620px;
  margin: 40px auto;
  background: #f2f2f2;
  padding: 20px; }

.formArea01 h2 {
  background: #e65a14;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: bold; }

.formArea01 p.formItem01 {
  font-weight: bold;
  font-size: 16px; }

.formArea01 div.formContent01 {
  width: 90%;
  margin: 0 auto; }

.formArea01 input[type="text"] {
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 10px 0 40px; }

.formArea01 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }

.formArea01 input[type="submit"] {
  width: 290px;
  height: 70px;
  background: url(../img/btn01.jpg) no-repeat center center;
  border: none;
  color: transparent;
  margin: 30px auto;
  display: block;
  cursor: pointer; }

.formArea01 input[type="submit"]:hover {
  opacity: 0.7; }

@media screen and (max-width: 640px) {
  .formArea01 input[type="submit"] {
    width: 200px;
    height: 48px;
    background-size: contain; } }

/* =========================================================
 footer
========================================================= */
.bgBlack {
  background-color: #000;
  color: #fff; }

.footer {
  padding: 64px 0 60px; }

.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px; }

@media screen and (max-width: 800px) {
  .footer {
    padding: 64px 0 0; } }

@media screen and (max-width: 640px) {
  .footer {
    margin-top: 36px; } }

.footLeft {
  float: left;
  width: 18%;
  margin-right: 2%; }

.footLeft img {
  max-width: 163px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .footLeft img {
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .footLeft {
    float: none;
    width: 100%; } }

.footRight {
  float: right;
  width: 80%; }

@media screen and (max-width: 768px) {
  .footRight {
    float: none;
    width: 100%; } }

.footRight span {
  display: block;
  font-size: 19px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 640px) {
  .footRight span {
    font-size: 18px; } }

.footRight p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6; }

@media screen and (max-width: 640px) {
  .footRight p {
    font-size: 12px; } }

@media screen and (max-width: 768px) {
  .footBig {
    display: none; } }

.footMini {
  display: none; }

@media screen and (max-width: 768px) {
  .footMini {
    display: inherit;
    width: 100%;
    max-width: 100%; } }

.footMini .right {
  float: left;
  width: 36%;
  margin-right: 4%; }

@media screen and (max-width: 768px) {
  .footMini .right img {
    width: 100%; } }

.footMini .left {
  float: left;
  width: 60%; }

.footMini .left img {
  display: block;
  width: auto;
  margin-bottom: 4%; }

@media screen and (max-width: 640px) {
  .footMini .left img {
    width: 100%; } }

.getApp img {
  margin-right: 10px; }

@media screen and (max-width: 768px) {
  .getApp {
    display: none; } }

.footLink {
  max-width: 1040px;
  width: 100%;
  margin: 42px auto 0;
  padding: 54px 0;
  text-align: center;
  border-top: 1px solid #999; }

@media screen and (max-width: 800px) {
  .footLink {
    border: none;
    padding: 0;
    margin-bottom: 32px; } }

.footLink li {
  display: inline-block;
  list-style: none;
  padding: 0 30px 0 0;
  margin-right: 30px;
  background: url(../img/ico_arrow01.png) no-repeat right center; }

@media screen and (max-width: 800px) {
  .footLink li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 50%;
    margin-right: 0;
    float: left;
    text-align: left;
    background: url(../img/ico_arrow01.png) no-repeat;
    background-position: right 5% center;
    border: 1px solid #999;
    padding: 0; }
  .footLink li a {
    display: block;
    padding: 30px 0 30px 5%;
    font-size: 18px; } }

@media screen and (max-width: 800px) and (max-width: 500px) {
  .footLink li a {
    font-size: 14px; } }

@media screen and (max-width: 800px) {
  .footLink li:nth-child(2n) {
    border-right: 0; }
  .footLink li:nth-child(2n+1) {
    border-left: 0; } }

@media screen and (max-width: 374px) {
  .footLink li {
    width: 100%;
    border-left: none;
    border-right: none; } }

.copyRight {
  text-align: center; }

@media screen and (max-width: 768px) {
  .copyRight {
    padding-bottom: 32px; } }

@media screen and (max-width: 450px) {
  .copyRight {
    font-size: 12px; } }

.introTxt01 {
  margin: 85px auto 70px; }
  @media screen and (max-width: 767px) {
    .introTxt01 {
      margin: 30px auto; } }

.formArea01 {
  margin-bottom: 240px; }
  @media screen and (max-width: 767px) {
    .formArea01 {
      margin-bottom: 30px; } }
