/* =========================
  Reset 
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* =========================
  Base
========================= */
body {
  margin: 0;
  font-family: sans-serif;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.mypage {
  padding: 16px;
}

.mypage__section {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px){
  body {
    font-size: 15px;
  }
}

::placeholder {
  color: #bebebe;
}

a {
  color:#00a0dc;
}