@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------------------------------------
 *  sanitize
 *------------------------------------------------------------------------------------------------------------------------------------ */
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Normalization */
audio:not([controls]) {
  display: none;
}
button {
  -webkit-appearance: button;
  overflow: visible;
}
details {
  display: block;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
summary {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
/* Universal inheritance */
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
/* Opinionated defaults */
*,
::after,
::before {
  border-style: solid;
  border-width: 0;
}
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
.text_left {
  text-align: left !important;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
button,
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/****************************************
 *    	  Common Layout
 ***************************************** */
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
  content: "";
  display: table;
}
img {
  max-width: 100%;
}
/* For IE 6/7 (trigger hasLayout) */
.border_gray {
  border: 1px solid #dddddd;
  border-radius: 5px;
}
/* start of mediaQuery PC */
@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* end of mediaQuery PC  */
/* start of mediaQuery SP */
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  main {
    width: auto;
  }
}
/******************************
 *common
 ******************************* */
body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link:active,
.link:hover,
.link:link,
.link:visited {
  color: #000;
}
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}







/******************************
main
******************************* */

#contents {
  width: 100%;
   height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;

  position: relative;
  overflow: hidden;
	text-align: center;

}

#contents h1 img{
	width: 250px;
	padding-bottom: 30px;

}
#contents a{
	text-decoration: underline;

}


@media only screen and (max-width: 768px) {
	#contents h1 img{
	width: 200px;

}
}


