@charset "utf-8";

/* ========================================================================
	Reset Styles
======================================================================== */

/* HTML5 */
article, aside, figure, figcaption, video, footer, header, main, nav, section, summary {
	display:block;
	margin:0;
}

/* Base Styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, small, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: none;
  font-family: -apple-system, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea {
  font-family: inherit;
  font-size: 100%;
  color: #121212;
}

pre, code, kbd, samp {
  font-family: inherit;
}

img, iframe {
  border: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  cursor: pointer;
}

input {
  padding: 0;
  vertical-align: middle;
}

a {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0s;
}

span.wpcf7-spinner {
  display: none;
}