@charset "utf-8";

/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input, select {
    vertical-align:middle;
}

a {
	text-decoration:none;
	color: #fff;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	text-decoration:underline;
}
a img {
    border-style:none;
}



body {
	width:100%; 
	height: auto;
	margin: 0 auto;
    font: 14px/22px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	color:#fff;
	min-width: 320px;
	max-width: 640px;
}

body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg.jpg) center/cover no-repeat;
  -webkit-background-size:cover;
  }

#container {
	overflow:hidden;
	text-align:left;
	background-color: rgba(35,24,16,0.7);
}



.center{
	text-align:center;
	margin:0 auto;
}

.left{
	text-align:left;
}

.b{
	font-weight:bold;
}

.red {
	color:#e72b2b;
}

.orange {
	color:#fe9d0f;
}

.grey {
	color:#888;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.mt10 {
	margin-top:10px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
h1{
	font-size:10px;
	font-weight:normal;
	background:#141414;
	text-align:center;
}

#header {
	position: relative;
}


/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */

h3 {
	font-weight:normal;
	text-align:center;
}


#section {
	margin:0 auto 20px;
	height:auto;
	text-align:left;
	padding:10px 6px 20px;
}

#t-bt{
	margin-top: -30%;
}

.t-title{
	background: #c70717;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

.t-title:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 18px solid #c70717;
}

.banner{
	margin:10px 10px;
}

.top-txt{
	margin:10px 0;
	text-align:center;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
}

.top-txt02{
	margin:10px 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#f7c008;
}

@keyframes vertical {
0%, 100% { -webkit-transform: scale(0.8) }
  50% { -webkit-transform: scale(1.0) }
}

.btn {
	animation: vertical ease-in-out infinite alternate;
	text-align:center;
}

.btn{ animation-duration: 1.8s}




.txt-area{
	padding:10px 10px;
}

h4 {
	font-size:16px;
	font-weight:bold;
	margin:20px 0;
	text-align:center;
}

.investment{
	background-color: rgba(35,24,16,0.7);
	border:1px solid #977272;
	font-size:14px;
	color:#fe9e0e;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
}

h5 {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin:20px 0;
	text-align:center;
}

.highlow{
	background-color: rgba(35,24,16,0.7);
	border:1px solid #977272;
	text-align:center;
	margin:10px auto;
	padding:5px 10px 10px;
}

.highlow-inner{
	border-top:1px solid #977272;
	padding:10px 0 0;
	text-align:left;
}

h6 {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	margin:10px 0;
	text-align:center;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top img{
	width:40px;
	height:40px;

}



/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer{
	width: 100%;
	background:url(../images/footer.png) repeat-x #111;
    -webkit-background-size: 1px 18px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding:20px 0;
}

.footer-area{
	margin:0 auto;
	padding:10px;
}

address {
	margin:15px auto 0;
	font-style: normal;
}

/* ---------------------------------------------------------------------
form
--------------------------------------------------------------------- */
.form-style-6{
    margin: 10px auto;
    padding: 16px;
	background-color: rgba(200,200,200,0.2);
	border:1px solid #977272;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border:1px solid #977272;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}


.submit_btn{
    border: 0px;
    width:250px;
    height:76px;
    background: url(../images/submit.png) left top no-repeat;
	-webkit-background-size:250px 76px;	
}

.submit_btn:hover{
	cursor: pointer;
}




