@charset "UTF-8";
/* clearfix
------------------------------------------------------------------------------*/
.block:after, .clearfix:after {
  content: '';
  display: block;
  clear: both;
}
/*
==================================================
共通
==================================================
*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
.inner {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 40px;
}
p.txt {
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
}
main {
  padding-top: 50px;
  text-align: center;
}
.sp {
  display: none;
}
@media screen and (max-width:768px){
}
@media screen and (max-width:480px){
  .sp {
    display: block;
  }
  p.txt {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
