@charset "utf-8";
/*=================================
リセットレイアウト
===================================*/
body{
    font-family:"Century Gothic", sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;/* Mac OS X/macOS でのみ動作 サブピクセルではなく、ピクセルレベルでフォントを滑らかにします。*/
	-moz-osx-font-smoothing: grayscale;/* Mac OS X/macOS でのみ動作 サブピクセルではなくグレースケールのアンチエイリアスで、テキストを描画します。暗い背景に明るいテキストを表示する際に、サブピクセルレンダリングからアンチエイリアシングに切り替えることで、より明るく見えるようになります。*/
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;/* 単語の途中で改行するかどうかを指定 単語の途中で自動改行 */}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;}
* {
  padding: 0;
  margin: 0;}
body {background-color:#fff;}
body {margin: 0;}
audio:not([controls]) {
  display: none;
  height: 0;}
hr {overflow: visible;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {display: block;}
summary {display: list-item;}
small {font-size: 80%;}
[hidden],
template {display: none;}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;}
a {background-color: transparent;
  -webkit-text-decoration-skip: objects;}
a:active,
a:hover {outline-width: 0;}
code,
kbd,
pre,
samp {font-family: monospace, monospace;}
b,
strong {font-weight: bolder;}
dfn {font-style: italic;}
mark {
  background-color: #ff0;
  color: #000;}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}
progress {vertical-align: baseline;}
svg:not(:root) {overflow: hidden; }
audio,
canvas,
progress,
video {display: inline-block;}
@media screen {
  [hidden~="screen"] {
    display: inherit;}
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;}
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
p {text-decoration: none}