@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

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

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.disable {
  color: #333;
  cursor: default;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

.blank {
  display: inline-block;
  background: url("../img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/****************************************

    common

*****************************************/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.scale-up {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-up:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.scale-down {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-down:hover {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.grow img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.grow img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

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

.mcf:after {
  clear: both;
}

.mcf {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-160 {
  margin-bottom: 160px;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
html {
  margin-bottom: 1px;
  height: 100%;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Roboto Regular", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif;
  line-height: 1.4;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
#loading .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  margin: -100px 0 0 -100px;
}
#loading .logo img {
  width: 100%;
  height: auto;
}
#loading .copyright {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
  height: 100%;
}

#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-img {
  z-index: -1;
  position: fixed;
}

#head {
  position: fixed;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  z-index: 999;
}
#head {
  *zoom: 1;
}
#head:before, #head:after {
  content: "";
  display: table;
}
#head:after {
  clear: both;
}
#head .inr {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#side-btn {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 1;
}

#title {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 220px;
  z-index: 1;
}
#title img {
  width: 100%;
  height: auto;
}

#g-nav {
  height: 45px;
  padding-top: 20px;
  padding-left: 250px;
  padding-bottom: 10px;
  font-size: 0;
}
#g-nav {
  *zoom: 1;
}
#g-nav:before, #g-nav:after {
  content: "";
  display: table;
}
#g-nav:after {
  clear: both;
}
#g-nav li {
  padding-top: 18px;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}
#g-nav li a {
  height: 13px;
  margin: 0 20px;
  padding: 0 5px 10px 5px;
  font-weight: bold;
  border: none;
  -moz-transition: border, 0.2s, liner;
  -o-transition: border, 0.2s, liner;
  -webkit-transition: border, 0.2s, liner;
  transition: border, 0.2s, liner;
  border-bottom: 3px solid transparent;
}
#g-nav li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #333;
}
#g-nav li.current a {
  border-bottom: 3px solid #333;
}

#eyecat {
  position: relative;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#pagetit {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 234px;
  height: 50px;
  text-align: center;
  background: #1b7fbe;
}
#pagetit img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#content {
  min-width: 1000px;
  padding-top: 75px;
}

.frame {
  width: 700px;
  margin: 0 auto;
}

.note {
  text-align: justify;
  line-height: 1.75;
}

.area-zeh .bnr-zeh {
  width: 700px;
  margin: 0 auto;
}

.bottom-bnr {
  width: 760px;
  margin: 40px auto 40px;
  text-align: center;
}

#support-list {
  width: 700px;
  margin: 40px auto 140px  auto;
}
#support-list .tit-support {
  width: 700px;
}
#support-list .menu {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#support-list .menu .list {
  width: auto;
  margin: 0;
  font-size: 0;
  text-align: center;
}
#support-list .menu .list .list__item {
  float: none;
  width: 220px;
  height: 120px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 1;
  -moz-transition: all, 0.2s, liner;
  -o-transition: all, 0.2s, liner;
  -webkit-transition: all, 0.2s, liner;
  transition: all, 0.2s, liner;
  -moz-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
#pagetop.show {
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
#pagetop a {
  -moz-transition: all, 0.2s, liner;
  -o-transition: all, 0.2s, liner;
  -webkit-transition: all, 0.2s, liner;
  transition: all, 0.2s, liner;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#pagetop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#foot {
  width: 100%;
  height: 70px;
  color: #333;
  background-color: #fff;
}
#foot .foot-inr {
  position: relative;
  height: 70px;
  padding: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  overflow: hidden;
}
#foot .foot-nav ul {
  *zoom: 1;
}
#foot .foot-nav ul:before, #foot .foot-nav ul:after {
  content: "";
  display: table;
}
#foot .foot-nav ul:after {
  clear: both;
}
#foot .foot-nav ul li {
  float: left;
  margin-right: 20px;
  line-height: 70px;
}
#foot .foot-nav ul li a {
  color: #333;
}
#foot .foot-nav ul li img {
  vertical-align: middle;
}
#foot .foot-copy {
  position: absolute;
  right: 100px;
  top: 0;
  line-height: 70px;
  font-size: 12px;
  font-size: 1.2rem;
}
#foot .foot-sns {
  position: absolute;
  right: 0;
  top: 50%;
}
#foot .foot-sns ul {
  margin-top: -20px;
  padding: 5px 20px;
}
#foot .foot-sns ul li {
  margin-left: 5px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .hidden-lg {
    display: none;
  }
}
