@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*====================================================================

  html, body

====================================================================*/
* {
  box-sizing: border-box;
}

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

body {
  padding: 0;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 13px;
  line-height: 1.4;
  background-color: #FFF;
}

/*====================================================================

  アイコンフォント設定

====================================================================*/
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*====================================================================

  アンカー

====================================================================*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #999;
}


/*====================================================================

共通設定

====================================================================*/
p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

.maximg img {
  width: 100%;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.row {
  overflow: hidden;
}



dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

/*==================
  ヘッダー
===================*/
header#sitetop {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-bottom: 2px solid #42529B;
}
header#sitetop #head_in {
  position: relative;
  height: 80px;
  width: 1100px;
  margin: 0 auto;
}
header#sitetop #head_in p#site_id {
  width: 291px;
  position: absolute;
  top: 20px;
  left: 0;
}
header#sitetop #head_in p#site_id a {
  display: block;
}
header#sitetop #head_in p#site_id:hover img {
  opacity: .8;
}
header#sitetop #head_in nav#globalnavi {
  position: absolute;
  top: 22px;
  right: 0;
}
header#sitetop #head_in nav#globalnavi ul#nav {
}
header#sitetop #head_in nav#globalnavi ul#nav li {
  list-style: none;
  float: left;
  margin: 0 0 0 50px;
}
header#sitetop #head_in nav#globalnavi ul#nav li a {
  display: block;
  font-size: 116%;
  line-height: 1;
  text-align: center;
}
header#sitetop #head_in nav#globalnavi ul#nav li a span {
  color: #666;
  font-size: 11px;
}
header#sitetop #head_in nav#globalnavi ul#nav li:first-child {
  margin: 0;
}

/*==================
フッダー
===================*/
footer .sitemap{
  background: #afafaf;
  padding: 20px 0 20px;
  color:#ffffff;
  text-align:center;
  clear:both;
  margin-top:30px;
}

footer p#copyright {
  background: #303030;
  color: #ffffff;
  font-size: 85%;
  padding: 20px 0;
  text-align: center;
}
footer p#copyright br {
  display: none;
}

p#to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}
p#to-top a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #353535;
  padding: 10px;
  border-radius: 3px;
}
p#to-top a:hover {
  background: #b5b5b5;
}
p#to-top a i {
  color: #FFF;
}

/* スマホ */
@media only screen and (max-width: 768px) {

  body {
    min-width: initial;
  }

  /*====================================================================

  共通設定

  ====================================================================*/
  .inner {
    width: 100%;
    margin: 0 auto;
  }

  .parallax-window {
    display: none;
  }

  p.btn {
    width: 100%;
    margin: 0 auto;
  }
  p.btn a {
    padding: 14px;
  }
  p.btn a:after {
    top: 14px;
    right: 14px;
  }

  /*====================================================================

  ヘッダー

  ====================================================================*/
  header#sitetop {
    height:70px;
    border-bottom: 1px solid #ddd;
  }
  header#sitetop #head_in {
    position: relative;
    width: 100%;
    margin: 0;
  }
  header#sitetop #head_in p#site_id {
    width: 260px;
    left: 15px;
    top: 15px;
  }
  header#sitetop #head_in nav#globalnavi {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  header#sitetop #head_in nav#globalnavi ul#navList {
    overflow: auto;
    position: absolute;
    top: 55px;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
  }
  header#sitetop #head_in nav#globalnavi ul#navList li {
    list-style: none;
    float: none;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #333;
  }
  header#sitetop #head_in nav#globalnavi ul#navList li a {
    display: block;
    padding: 15px;
    position: relative;
    color: #FFF;
  }
  header#sitetop #head_in nav#globalnavi ul#navList li a span {
    color: #FFF;
  }
  header#sitetop #head_in nav#globalnavi ul#navList li a:after {
    content: "?";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 14px;
    margin: -9px 0 0 0;
  }

