@charset "UTF-8";

/* ----------------------------------------------------
    reset
---------------------------------------------------- */
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, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1200px;
  overflow-x: auto;
  overflow-y: auto;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    min-width: none;
    overflow-x: hidden;
  }
  body > div {
    overflow-x: hidden;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  word-wrap: break-word;
}

td {
  vertical-align: middle;
}

[disabled] {
  cursor: default;
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: inherit;
}

input::-ms-expand, button::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  display: none;
}

input, textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}

input[type="text"] {
  max-width: 100%;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="submit"], input[type="button"], button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

sub {
  font-size: 10px;
  vertical-align: bottom;
}

.-onlySp {
  display: none;
}
.-onlyPc {
  display: block;
}

@media screen and (max-width: 767px) {
  .-onlySp {
    display: block;
  }
  .-onlyPc {
    display: none;
  }
}

/***************************************************
.static-globalHeader
***************************************************/
.static-globalHeader {
  position: relative;
  z-index: 11;
}

.static-globalHeader__bg01 {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__bg01 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__bg01 {
    min-width: 1200px;
  }
}

.static-globalHeader__pt01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px;
    height: 60px;
  }
}

.static-globalHeader__pt01 > .div01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 {
    position: relative;
    width: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.static-globalHeader__pt01 > .div01 > .a01 > img {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 150px;
  }
}

/***************************************************
.static-globalFooter
***************************************************/
.static-globalFooter .static-globalFooter__pattern-1.sp-1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .static-globalFooter .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter .-onlySp {
    display: none;
  }
}

.static-globalFooter__bg01 {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__bg01 {
    padding: 40px 15px;
    min-width: 1200px;
  }
}

.static-globalFooter__pt01 > figure {
  text-align: center;
}

.static-globalFooter__pt01 > figure a {
  display: inline-block;
}

.static-globalFooter__pt01 > figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > figure img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > figure img {
    width: 70px;
  }
}

.static-globalFooter__pt01 > p {
  color: #999;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p > span {
    display: none;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
}
