@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
  color: #36F;
}
a:hover img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
}

/*------------------------------------------------------------
sp
------------------------------------------------------------*/
/***コメント***/
.sp {
  display: block;
}

.pc {
  display: none;
}

/***header***/
header {
  width: auto;
}

header h1 {
  text-align: center;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
}

/*------------------------------------------------------------
pc
------------------------------------------------------------*/
@media screen and (min-width: 960px) {
  /***コメント***/
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /***header***/
  header {
    width: auto;
  }
}
/*# sourceMappingURL=base.css.map */
/*------------------------------------------------------------
記事用　余白
------------------------------------------------------------*/
.mt10_r {
  margin-top: 5px !important;
}

.mt20_r {
  margin-top: 10px !important;
}

.mt30_r {
  margin-top: 15px !important;
}

.mt40_r {
  margin-top: 20px !important;
}

.mb10_r {
  margin-bottom: 5px !important;
}

.mb20_r {
  margin-bottom: 10px !important;
}

.mb30_r {
  margin-bottom: 15px !important;
}

.mb40_r {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 960px) {
  .mt10_r {
    margin-top: 10px !important;
  }

  .mt20_r {
    margin-top: 20px !important;
  }

  .mt30_r {
    margin-top: 30px !important;
  }

  .mt40_r {
    margin-top: 40px !important;
  }

  .mb10_r {
    margin-bottom: 10px !important;
  }

  .mb20_r {
    margin-bottom: 20px !important;
  }

  .mb30_r {
    margin-bottom: 30px !important;
  }

  .mb40_r {
    margin-bottom: 40px !important;
  }
}

/*# sourceMappingURL=base.css.map */
