@charset "UTF-8";
/* ==========================================
html5 elements
========================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block; }

/* ==========================================
reseting
========================================== */
body {
  -webkit-text-size-adjust: 100%;
  /* ゴシックフォント */
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif; */ }

input, textarea, select, button {
  /* ゴシックフォント */
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif; */ }

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

input, textarea, select {
  /*-webkit-appearance: none;*/ }

textarea {
  resize: none; }

button {
  background: none;
  color: inherit;
  font-size: 100%;
  vertical-align: top;
  border: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

label {
  cursor: pointer; }

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

fieldset {
  border: 0; }

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

a, input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0; }

sup, sub {
  font-size: 63%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================
base Link
========================================== */
a {
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

/* ==========================================
clearfix
========================================== */
.cf:before, .cf:after {
  content: "";
  display: table; }

/* ==========================================
For IE 6/7
========================================== */
.cf, .wrap {
  *zoom: 1; }

/* ==========================================
layout
========================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  text-align: justify;
  letter-spacing: .2em;
  line-height: 2; }

body,
a {
  color: #313233; }

a {
  display: inline-block; }

/*# sourceMappingURL=reset.css.map */
