@charset "UTF-8";
/* Tools */
/* media quary */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.display-block {
  display: block; }

.hidden {
  display: none !important;
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important; }

.pc-only {
  display: block !important; }

@media screen and (max-width: 640px) {
  .sp-only {
    display: block !important; }
  .pc-only {
    display: none !important; } }

/* font
-------------------------------*/
.bold {
  font-weight: bold; }

/* margin
-------------------------------*/
/* padding
-------------------------------*/

/* キーフレーム */

html {
  font-size: 14px; }

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  padding-top: 80px;
  overflow-x: hidden; }

a {
  text-decoration: none; }

@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto; } }

/* Layout */
/* ヘッダーレイアウト */

@media screen and (max-width: 800px) {
  body {
    padding-top: 40px; 
  }
  .l-header-inner {
    height: 40px; 
  } 
}


/* PC版レイアウト */
@media screen and (min-width: 801px) {
  header img{
    width: 260px  !important;
    margin-top: 20px;
  }
  div#main{
    max-width: 900px;
    margin: 0 auto;
  }
  div.top{
    margin: 40px auto;
  }
}
/* タブレット版レイアウト */
@media screen and (max-width: 800px) {
  header img{
    width: 260px  !important;
    margin-top: 20px;
  }
  div#main{
    padding: 0 15px;
  }
  div.top{
    margin: 20px auto;
  }
}
/* スマホ版レイアウト */
@media screen and (max-width: 480px) {
  header img{
    width: 260px  !important;
    margin-top: 20px;
  }
  div#main{
    padding: 0 15px;
  }
  div.top{
    margin: 20px auto;
  }
}
/* 共通レイアウト */
div#main h1{
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  margin-top: 20px;
  padding: 15px 0 15px 0;
  line-height: 1.2em;
}

div#main p{
  margin: 20px 0;
  line-height: 1.4em;
}
div#main dl{
  margin: 40px 0 40px 0;
  line-height: 1.4em;
}
div#main dt{
  margin-top: 20px;
}
div#main a{
  color: #0066cc;
}
div.top{
  width: 100px;
  text-align: center;
  background-color: #8e8e8e;
  border-radius: 5px;
  padding: 10px;
}
div.top a{
  color: #fff;
}

/* フッター */
footer div.copyright {
    position: relative;
    bottom: 0;
    width: calc(100% - 20px);
    background-color: #111;
    text-align: center;
    padding: 10px;
}

footer div.copyright span {
  color: #9c3;
}

@media screen and (min-width: 801px) {
footer div.copyright {
    margin-bottom: 0; } }

@media screen and (min-width: 801px) {
footer div.copyright span {
    font-size: 14px; } }

@media screen and (max-width: 800px)　{
footer div.copyright span {
    font-size: 12px; } }


/* State */
.is-hide {
  display: none; }

/* Theme */
body {
  background: #fff;
  color: #000; }

a {
  color: #000; }

/* 追加分 2017/12/21 */
body{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
@media only screen and (max-width:767px){
  footer div.copyright{
    font-size: 12px;
  }
}
