/* --------------------------------
initialize
-------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
div,
dl,
dt,
dd,
ol,
ul,
li,
th,
td,
form,
fieldset,
input,
textarea {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Yu Gothic', 'Segoe UI', sans-serif;
}

select {
  margin: 0 0 0 0;
}

html,
body {
  height: 100%;
}

abbr,
acronym {
  border: 0 none;
}

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

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;

  border: 0 none;
}

object {
  outline: none;
}

table {
  max-width: 100%;

  border-spacing: 0;
}

*:first-child+html table {
  border-collapse: collapse;
}

/* IE 7 */
* html table {
  border-collapse: collapse;
}

/* IE 6 */
caption {
  text-align: left;
}

hr {
  display: none;
}

fieldset {
  border: 0 none;
}

label {
  cursor: default;
}

iframe {
  overflow: auto;

  border: 0 none;
}

area {
  outline: none;
}

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

p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
  font-weight: normal;
  font-style: normal;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

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

  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
  line-height: 1.5;

  color: #333;
  background: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* WebKit */
pre,
code {
  font-family: 'Osaka???ȷ?', Osaka-mono, '?ͣ? ?????å?', 'MS Gothic', monospace, serif;
  font-size: 16px;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .25);
  text-decoration: none;
}

input,
select,
textarea {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;

  color: #333;
}

textarea {
  padding: 2px 3px 2px 3px;

  border: 1px solid #b7b7b7;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;

  content: '';
}

img {
  vertical-align: bottom;
}

.tmp_pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .tmp_pc {
    display: none;
  }
}

.tmp_tablet {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .tmp_tablet {
    display: block;
  }
}

.tmp_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tmp_sp {
    display: block;

    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .tmp_full {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tmp_fluid {
    width: 100%;
    height: auto;
  }
}

/* --------------------------------
  ベース
-------------------------------- */
body {
  font-size: 14px;
  line-height: 1.5;
  min-width: 1100px;
}

@media only screen and (max-width: 1023px) {
  body {
    min-width: 100%;
    line-height: 1.75;
    background: #fff;
  }
}

/* --------------------------------
  ヘッダー
-------------------------------- */
.header {
  box-sizing: border-box;
  width: 100%;
  height: 59px;
  padding-top: 15px;
  border-bottom: 1px solid silver;
  background-color: #fff
}

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

.header .logo {
  width: 103px
}

@media only screen and (max-width:1100px) {
  .header {
    height: auto;
    padding: 15px 0;
    border-bottom: 2px solid silver
  }

  .header .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px
  }

  .header .logo {
    width: 136px
  }
}

/* --------------------------------
  フッター
-------------------------------- */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1100px;
  background: #000;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
  }
}


/* --------------------------------
  TOPボタン
-------------------------------- */
.js_totop_box {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.js_totop {
  position: fixed;
  z-index: 1000;
  right: 50%;
  transform: translateX(400px);
  bottom: 0;
  display: none;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .js_totop_box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .js_totop {
    right: 20px;
    transform: none;
    bottom: 30px;
  }

  .js_totop img {
    max-width: 70px;
    height: auto;
  }
}