@charset "utf-8";
/* -------------------------
base layout
------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  color: #333;
  overflow-x: hidden;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {-webkit-backface-visibility: hidden;}


/* -------------------------
margin
------------------------- */

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb60 {
  margin: 60px 0;
}
/* -------------------------
height
------------------------- */
.h20 {height: 20px;}
.h30 {height: 30px;}

@media screen and (min-width: 769px) {.hidden-pc {display: none;} }
@media screen and (max-width: 768px) { 
.mb30 {  margin-bottom: 10px;}
.hidden-phone {display: none;}
}
/* -------------------------
padding
------------------------- */

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) { 

body {
  font-size: 1.4em;
}
.pb40 {  padding-bottom: 10px;}	
.hidden-phone {display: none;}
}

