@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
  margin: 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

img {
  width: 170px;
  height: 170px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

table {
  border: 1px;
}

a {
  text-decoration: nonte;
}

/* policy */
.policy p {
  font-size: 24px;
  padding: 10px;
}

.return {
  color: #2B2B2B;
  text-align: center;
  padding-bottom: 20px;
  display: block;
  text-decoration: underline;
  font-size: 1.5em;
}

.privacy {
  font-weight: bold;
  margin-bottom: 5px;
}

.info {
  font-weight: bold;
  font-size: 22px;
}

/* media */
@media screen and (max-width: 480px) {

  .policy p {
    font-size: 14px;
    padding: 5px;
  }
}