@charset "utf-8";
html,body {
    scroll-behavior: smooth;
}
body
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}
a
{
    -webkit-tap-highlight-color: rgba(255,255,255,.25);
}
a:link,
a:visited
{
    text-decoration: underline;

    color: #67779f;
}
a:hover,
a:active
{
    text-decoration: underline;

    color: #65a6ff;
}
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;
}
/* --------------------------------
  ヘッダー
-------------------------------- */
.header {
  width: 100%;
  height: 59px;
  padding: 15px 10px;
  border-bottom: 1px solid silver;
  background-color: #fff;
  box-sizing: border-box;
}

.header .inner {
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important
}

.header .logo {
  width: 103px;
  transition: opacity .25s ease;
  transition: all .25s ease, background-color .25s ease, opacity .25s ease, top .25s ease;
  opacity: 1;
  -ms-filter: none;
  filter: none
}

.header .logo:hover {
  opacity: .65
}

@media only screen and (max-width:750px) {
  .header .inner {
    width: 100%
  }

  .header .logo {
    position: relative;
    left: 20px;
    width: 200px
  }
}