@charset "utf-8";

html {
  margin: 0;
  padding: 0;
  height: 100vh;
	min-height: -webkit-fill-available;
}

body {
  height: 100vh;
	min-height: -webkit-fill-available;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}

body {	min-width: 1012px;}

#fullheight {
  height: 100vh;
	min-height: -webkit-fill-available;
}

.btn02 {
	position: relative;
	width: 145px;
	margin: 0 auto;
	padding-top: 4px;
  color: #000;
  font-size: 14px;
}

.btn02:after {
	position: absolute;
  right: 0px;
	top: 8px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
}

.container {
  width: 940px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 490px;
}

h1 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.6;
}

p {
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
}

.text-box {
  font-size: 16px;
}

.text-box .text-right {
	position: absolute;
  bottom: 0;
	right: 30px;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}

.message {
  margin: 40px auto 0;
}
.message .brand-logo {
	width: 630px;
	height: 105px;
	border: 1px solid #cccbc5;
	vertical-align:top;
	margin: 40px auto 20px;
  text-align: center;
}

.message .brand-logo img{
	margin-top: 14px;
  margin-bottom: 8px;
}

.message a {
  display: block;
}

#copyright {
  font-size: 12px;
  text-align: center;
  background: #DFDFDF;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#copyright address {
  font-style: normal;
}

@media only screen and (max-width: 1000px) {
  html, body, .container {
    width: 100%;
    min-width: 100%;
  }
  .container {
    padding: 0 15px;
    box-sizing: border-box;
  }
  h1 {
    font-size: 1.3em;
  }
  p {
    font-size: 1em;
    margin-top: 20px;
    text-align: left;
  }
  .pc-only {
    display: none;
  }
	.text-box .text-right {
		right: 18px;
	}
  .message .brand-logo {
    width: 90%;
  }

}
