@charset "UTF-8";
/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto; }

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0; }

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

ol, ul {
  list-style: none; }

i {
  font-style: normal; }

label {
  cursor: pointer; }

th, td {
  vertical-align: middle; }

th {
  font-weight: normal;
  text-align: left; }

a {
  color: #595757;
  text-decoration: none;
  outline: none; }

em {
  font-weight: bold;
  font-style: normal; }

figcaption {
  line-height: normal; }

button,
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0; }

hr {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/* =======================================================================
共通
======================================================================= */
@font-face {
  font-family: "mini wakuwaku";
  src: url("../fonts/rounded-x-mplus-1p-medium.woff") format("woff"); }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%; }

body {
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.231;
  color: #595757;
   }

.wrapper{
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.column2{
  max-width: 50%;
  }