@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
}

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

address, em, cite, dfn, var {
  font-style: normal;
}

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

p {
    margin-top: 0;
}

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[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

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

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

a:hover{
	color: #333;
	text-decoration:none;
}

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

a img {
    border-style:none;
}


html,body {
  -webkit-text-size-adjust: none;
}


body {
    margin:0;
	width:100%;
    color: #333;
	font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif!important;
	background:#000;
}


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

.right{
	text-align:right;
}

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


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

.pcn{
	display: none;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color: #ec1c24;
}

#main{
	margin:0;
	overflow:hidden;

}

#header{
	height: 50px;
	background: #000;
	position: relative;
}

.logo img{
	width: 200px;
	padding:3px;
}

.login-btn{
	position: absolute;
	top: 4px;
	right: 5px;
	background: #e9b810;
	font-size: 14px;
	font-weight: bold;
}

.login-btn a{
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #fff;
}

.area{
	position: relative;
}

.a01{
	position: absolute;
	top:1%;
	left: 3%;
	width: 24.2%;
}

.a02{
	position: absolute;
	top:48%;
	left: 12.5%;
	width: 85%;
}

.a03{
	position: absolute;
	top:12%;
	right: 26%;
	width: 37%;
}

.btn{
	margin: 2% 0;
}

.form{
	padding: 5px;
}




.form-txt{
	margin: 2%;
	font-size: 1.5vh;
	line-height: 2.4vh;
	text-align: center;
	color: #fff;
}



.inpr{
	margin:0;
	width:66%;
	padding:4%;
	font-size: 1.8vh;
}


.send{
	width:32%;
	background: #e9b810;
	color: #fff;
	border: 0;
	padding:4% 1%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8vh;
}



.result{
	margin: 10px auto;
	font-weight: bold;
	color: #000;
	padding: 3% 1% 3% 11%;
	margin: 5% 2% 5% 14%;
	font-size: 1.9vh;
	line-height: 2.9vh;
	border: 2px solid #72541d;
	position: relative;
	background: rgb(201,172,112);
	background: -webkit-linear-gradient(bottom, rgba(201,172,112,1) 0%, rgba(243,223,164,1) 50%, rgba(201,172,112,1) 100%);
	background: -o-linear-gradient(bottom, rgba(201,172,112,1) 0%, rgba(243,223,164,1) 50%, rgba(201,172,112,1) 100%);
	background: linear-gradient(to top, rgba(201,172,112,1) 0%, rgba(243,223,164,1) 50%, rgba(201,172,112,1) 100%);
	height: 70px;
}

.result table{
	width: 100%;
}

.result th{
	width: 65%;
	text-align: left;
}

.result td{
	text-align: right;
}

@media screen and (max-width: 1023px){
	.result th{
		width: 60%;
		text-align: left;
	}
	
	.result .invest{
		font-size: 12px;
	}
}

.result01{
	font-size: 2.3vh;
	line-height: 3.3vh;
	color: #e42113;

}

.icon{
	position: absolute;
	width: 86px;
	left: -55px;
	top:-10px;
}




.title{
	background: #c5221e;
	color: #fff;
	font-size: 2.8vh;
	padding: 2%;
	font-weight: bold;
	margin: 5% 20%;
	text-align: center;
}


.fo{
	margin: 3%;
}

.tx{
	margin:0 auto;
	padding: 10px;
	text-align: left;
	background: #000;
	color: #fff;
}

.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px
}

.tx dd{
	font-size:14px;
	padding:0 1em

}
.tx dl p{
	margin-bottom:1em
}

.tx dl ul{
	margin:16px 0
}

.tx dl li{
	list-style-type:none
}

.tx dl li:before{
	content:"・"
}

.tx table{
	width:100%;
	border:	1px solid gray;
	background: #fff;
	color: #000;
}

.tx table th,.tx table td{
	padding:16px 5px;
	border:1px solid gray;
	vertical-align:middle
}

.tx table th{
	width:30%;
	background:#000;
	color: #fff;
	text-align: center;
}

.tx table td{
	width:70%
}

.mmt{
	background: #774a9d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 2%;
	margin: 40px 0 10px;
}

.mail1 {
  width: 98%;
  padding: 1%;
}


.mail2 {
  width: 98%;
  height: 200px;
  padding: 1%;
}


.mail-sub{
	margin: 30px auto;
	text-align: center;
	background: #e9b810;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	line-height: 22px;
	cursor: pointer;
	text-decoration: none;
	width: 90%;
	border: none;

}



.container{
	background: #fff;
	padding: 20px;
}

.title1 {
    font-size: 1.2rem;
    color: #222;
    font-weight: bold;
    background: #f1f1f1;
    padding: 0.5em 0 0.5em 0.75em;
    border-left: 6px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
}


.title2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.title3 {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: #000;
}


.btn-red {
    background: #72c539;
    color: #fff;
    font-weight: bold;
    padding: 1rem 0;
    font-size: 1.2rem;
	border: none;
}

.tel {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.tel a {
    color: #72c539;
}


.inpr2{
	margin:2% 5%;
	width:90%;
	padding:4%;
	font-size: 1.8vh;
}

.send2{
	width:90%;
	margin:2% 5%;
	background: #e9b810;
	color: #fff;
	border: 0;
	padding:4% 1%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8vh;
}

footer {
	width:100%;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:0;
	background:#000;
	border-top: 2px solid #f4f4f4;
}



footer li {
	height:40px;
	border-bottom: 2px solid #f4f4f4;
	font-size:12px;
	background:#000;
	padding-left: 2%;
}


footer li a {
	text-align:left;
	height:40px;
	display:block;
	line-height:42px;
	text-decoration:none;
	text-indent:5px;
	color: #fff;
	font-weight:bold;
    background: url("../../images/central/arrow.svg") 98% center no-repeat;
    background-size: 8px;
}

.f-txt{
	margin: 20px auto;
	font-size: 10px;
	line-height: 20px;
	text-align:left;
	padding: 0 10px;
}

.copyright{
	font-size: 10px;
	padding-bottom: 10px;
}



@media screen and (max-width: 1023px){
}



@media screen and (min-width: 768px) and (max-width: 1023px) {
.result{
	padding: 3% 1% 3% 14%;
	margin: 5% 2% 5% 8%;
	font-size: 25px;;
	line-height: 35px;
	height: 120px;
}

.result01{
	font-size: 40px;
	line-height: 50px;

}

.icon{
	position: absolute;
	width: 150px;
	left: -55px;
	top:-14px;
}

}


@media screen and (min-width: 1024px){

 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}

html {
	height: 100%;
	font-size: 16px;
	line-height:26px;
}
body {
	height: 100%;
}


* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}


table {
  border-collapse: collapse;
}

legend {
  color: #333;
}

a{
	color:#c70007;
	text-decoration:underline;
}

a:hover{
	color: #ddd!important;
	text-decoration:none!important;
}

p {
    margin-top: 0;
    margin-bottom: 0!important;
}




.spn{
	display: none;
}

#main{
	margin: 0 auto;
	overflow:hidden;
	width: 1024px;

}

#header{
	height: 120px;
	padding-top: 10px;
}



.logo img{
	width: 460px;
	padding:3px;
}

.login-btn{
	top: 10px;
	right: 10px;
	font-size: 24px;
}

.login-btn a{
	padding: 40px;
}

.login-btn a:hover{
	background: #999;
	color: #fff;
}

.inpr{
	font-size: 24px;
}


.send{
	font-size: 26px;
	cursor:pointer;
}


.result{
	padding: 3% 1% 3% 15%;
	margin: 5% 2% 5% 14%;
	font-size: 25px;;
	line-height: 35px;
	height: 140px;
}

.result01{
	font-size: 40px;
	line-height: 50px;

}

.icon{
	position: absolute;
	width: 180px;
	left: -55px;
	top:-20px;
}

.title{
	font-size: 30px;
	line-height: 40px;
}


.inpr2{
	margin:2% 5%;
	width:90%;
	padding:2%;
	font-size: 20px;
}

.send2{
	width:90%;
	margin:2% 5%;
	background: #e9b810;
	color: #fff;
	border: 0;
	padding:2% 1%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}


footer ul {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}


footer li {
	font-size:16px;
	background:#000;
	float: left;
	border-bottom: none;
	width: 200px;
	text-align: center;
}


footer li a {
	background:none;
	text-align: center;
}

.f-txt{
	margin: 20px auto;
	font-size: 16px;
	line-height: 26px;
	text-align:left;
	padding: 0 10px;
}

.copyright{
	font-size: 16px;
	padding-bottom: 10px;
}



}

