@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body {
  color: #333;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

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

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

*:focus {
  outline: none;
}

a, button {
  transition: all 0.3s;
}

p,
ul li {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*
* wrapper
*/
.l-base {
  margin-right: 15px;
  margin-left: 15px;
}

/*
 * ボタン
 */
.c-btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #EEE;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/*
 * header
 */
/*
 * article
 */
/*
* section
*/
/*
 * aside
 */
/*
 * footer
 */
/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

/*-------------------------------

	Reset

-------------------------------*/
/*-------------------------------

	Foundation

-------------------------------*/
/*-------------------------------

	Layout

-------------------------------*/
/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
/*---------- Project ----------*/
/*---------- Utility ----------*/
@media only screen and (min-width: ) {
  /* x-small-size */
}
@media only screen and (min-width: 375px) {
  /* small-size */
}
@media only screen and (min-width: 768px) {
  /* middle-size */
}
@media only screen and (min-width: 1024px) {
  /* middle-large-size */
  body {
    font-size: 1.6rem;
  }
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}
@media only screen and (min-width: 1367px) {
  /* large-size */
}
@media only screen and (min-width: 1920px) {
  /* XL-size */
}
@media screen and (min-width: 1230px) {
  .l-base {
    margin-right: calc((100% - 1200px) / 2);
    margin-left: calc((100% - 1200px) / 2);
  }
}
/*# sourceMappingURL=style.css.map */