@charset "UTF-8";
/* --------------------------------

  reset

-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: #eb6626;
  border: none;
  text-decoration: underline;
}
a:active,a:visited {
}

a:hover {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

th, td {
  padding: 0;
  vertical-align: middle;
}

th {
  text-align: left;
}

li {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

img, iframe, object {
  max-width: 100%;
}

hr {
  display: block;
  height: 0;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
.inner {
	width: 100%;
}
.logo {
	margin: 2em auto;
	width: 50%;
}
p {
	margin: 0 1em 1em;
}
@media screen and (min-width: 640px), print {
	.inner {
		min-width: 640px;
	}
	.logo {
		width: 50%;
	}
}
@media screen and (min-width: 1100px), print {
	.inner {
		min-width: 1100px;
	}
	.logo {
		width: 30%;
	}
}

/* --------------------------------

  Webフォント

-------------------------------- */

/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSansJP-Thin.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Light.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Black.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * "Noto Serif JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSerifJP-ExtraLight.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Light.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Regular.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Medium.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-SemiBold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Bold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Black.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * adobe-fonts/source-han-sans is licensed under the SIL Open Font License 1.1
 * https://github.com/adobe-fonts/source-han-sans
 * http://scripts.sil.org/OFL
 */
@font-face {
  font-family: "SourceHanSans";
  src: url("../fonts/SourceHanSans-Light.woff2") format("woff2"), url("../fonts/SourceHanSans-Light.woff") format("woff"), url("../fonts/SourceHanSans-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*
 * adobe-fonts/source-han-serif is licensed under the SIL Open Font License 1.1
 * https://github.com/adobe-fonts/source-han-serif
 * http://scripts.sil.org/OFL
 */
@font-face {
  font-family: "SourceHanSerifJP";
  src: url("../fonts/SourceHanSerifJP-Light.woff2") format("woff2"), url("../fonts/SourceHanSerifJP-Light.woff") format("woff"), url("../fonts/SourceHanSerifJP-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*
 * GenShinGothic is licensed under the SIL Open Font License 1.1
 * http://jikasei.me/font/genshin/
 * http://scripts.sil.org/OFL
 */
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-P-Bold.ttf") format("ttf"), url("../fonts/GenShinGothic-P-Bold.woff2") format("woff2"), url("../fonts/GenShinGothic-P-Bold.woff") format("woff");
}
/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  min-height: 480px;
  color: #151515;
  font-size: 16px;
  line-height: 1.5;
  font-family: /*SourceHanSans, "游ゴシック体", "Yu Gothic", YuGothic,*/ "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  background-color: #fff;
}

/* --------------------------------

  wrapper

-------------------------------- */