@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
}

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

h7 {
  font-weight: 600;
  letter-spacing: 3pt;
}

h8 {
  font-weight: 300;
  letter-spacing: 3pt;
  font-size: 10px;
  background-color: #ffffe0;
}

img, fieldset {
  border: 0;
  margin: 10;
}

li {
  list-style-type: none;
}


/* Fonts
------------------------------------------------------------*/
body {
  font-size: 75%;
  font-family: 'Noto Sans JP', 'Sawarabi Gothic', ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,"Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

html>
/**/

body {
  font-size: 12px;
}


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

senter {
  text-align: center;
}

.gray {
  color: #999999;
}

.center {
  text-align: center;
  font-weight: bold;
}

.tin {
  font-weight: normal;
  font-size: 14px;
}

.large {
  font-size: 24px;
}

.navmenu {
  width: 30px;
  font-size: 4pt;
  color: #015AA7;
  text-align: center;
}

#page a {
  text-decoration: none;
}

.btn-flat-border {
  display: inline-block;
  padding: 0em 0.8em 0 0.8em;
  margin-top: 3px;
  text-decoration: none;
  border: double 1.2px #F10100;
  border-radius: 3px;
  transition: .4s;
  font-weight: 500;
}

.btn-flat-border:hover {
  background: #FFFACA;
  color: white;
}

span {
  display: inline-block;
}

/*/////////////////////スマホ版CSS/////////////////////*/
@media screen and (max-width:640px) {
  img {
    max-width:100%;
    width:auto;
  }
  #phone_only {
    width:100%;
  }
  #pc_only {
    display:none
  }
}
/*/////////////////////パソコン版CSS/////////////////////*/
@media screen and (min-width:641px) {
  #phone_only {
    display:none;
  }
  #pc_only {
    width:100%;
  }
}
