@charset "utf-8";
/*======================================
  reset
======================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Hiragino Sans,"メイリオ",Meiryo,sans-serif;
  color: #595757;
  -webkit-text-size-adjust: 100%;
  font-size: 1.5em;
  line-height: 1.75;
}
main {
  display: block;
}
ul,li {
  list-style: none;
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}
span {
  font-weight: inherit;
}
img {
  line-height: 0;
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a,
a:visited,
a img,
button {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #595757;
}
a:hover,
a.hoverBtn:hover,
button:hover {
  opacity: 0.6;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}
input, select, textarea, button, fieldset, label {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Hiragino Sans,"メイリオ",Meiryo,sans-serif;
  vertical-align: middle;
  outline: none;
}
/****** clearfix ******/
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
/****** adjust ******/
.clB{clear: both;}
.alC{text-align: center;}
.alR{text-align: right;}
.flL{float: left;}
.flR{float: right;}
.show{display: block;}
.hide{display: none;}
.ilB{display: inline-block;}
.posA{position: absolute;}
.posR{position: relative;}
.nowrap{white-space: nowrap;}
.link{color: #595757;text-decoration:underline;}
.link:hover{text-decoration: none;}
.attention{color: #ff5050;font-weight: bold;}
.mt0{margin-top: 0 !important;}
.mt1{margin-top: 1em !important;}
.mt2{margin-top: 2em !important;}
.mt3{margin-top: 3em !important;}
.ml0{margin-left: 0 !important;}
.w100{width:100% !important;}

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

  Responsive

======================================*/
@media screen and (max-width:768px) {
  body {
    font-size: 1.4em;
  }
}
