@charset "UTF-8";
header {
	background-color: #E9DABF;
	position: relative;
	height: 160px;
}
header h1 {
	background-image: url(../images/title.svg);
	background-position: center 65px;
	background-repeat: no-repeat;
	background-size: 120px auto;
	width: 120px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-indent: -9999px;
	padding-top: 200px;
}
nav {
	position: absolute;
	top: 20px;
	width: 142px;
	left: 0px;
}

nav ul li.logo  {
	width: 75px;
	height: 70px;
	padding-left: 20px;
}
nav ul li.logo a img {
	width: 50px;
}
nav ul li.toTop {
	width: 142px;
	text-align: center;
	margin-top: 20px;
	
}
nav ul li.toTop a {
	width: 142px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #431406;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/arrow_back.svg);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 17px auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
nav ul li.toTop a:hover {
	color: #A18982;
	background-position: 5px center;
}
header #lang {
	width: 190px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
header #lang li {
	width: 50px;
	height: 30px;
	display: inline-block;
}
header #lang li a {
	background-color: #431406;
	display: block;
	max-height: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
header #lang li a:hover {
	background-color: #A18982;
}
section {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
#form1 h5 {
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
}
#form1 dl  {
	position: relative;
	margin-top: 10px;
}
#form1 dl dt {
	line-height: 34px;
	font-size: 14px;
}
#form1 dl dd {
	font-size: 14px;
	line-height: 34px;
}
#form1 dl dd span{
	font-size: 12px;
}
#form1 dl dd input.inputText  {
	padding: 8px;
	border: thin solid #431406;
	font-size: 14px;
}
#form1 dl dd textarea {
	font-size: 14px;
	padding: 8px;
	border: thin solid #431406;
	height: 250px;
}
#form1 dl dd .widthFull {
	width: 95%;
}
#form1 dl dd .widthMuddle {
	width: 95%;
}
#form1 dl dd .widthShort {
	width: 100px;
}
@media screen and (max-width:480px) {
	.telInfo {
		height: 169px;
		display: block;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
		border: 10px solid #FCCF00;
		margin-top: 100px;
	}
}
@media screen and (min-width:481px) {
	.telInfo {
		width: 460px;
		height: 169px;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border: 10px solid #FCCF00;
		margin-top: 100px;
	}
}
.telInfo img {
	width: 85%;
	position:absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.textRed {
	color: #C1272D;
}
.privacy {
	text-align: center;
	margin-top: 30px;
	padding: 30px 15px 35px 15px;
	background-color: #EEE;
}
.privacy label {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	display:block;
	position:relative;
	padding-left:1em;
	margin-top: 15px;
}
.privacy label input {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.submitArea  {
	margin-top: 30px;
	text-align: center;	
}
.submitArea a  {
	display: inline-block;
	width: 260px;
	height: 75px;
	margin: 10px;
	text-align: center;
	line-height: 75px;
	text-decoration: none;
	font-size: 16px;
	color: #431406;
}
.submitArea a.return {
	background-image:
	 url(../images/arrow_return.svg),
	 url(../../images/common/buttonBase_out.svg);
	background-size:
	 9px auto,
	 260px 75px;
	background-position:
	 234px center,
	 center top;
	background-repeat:
	 no-repeat,
	 no-repeat;
}
.submitArea a.return:hover {
	color: #A18982;
	background-image:
	 url(../images/arrow_return.svg),
	 url(../../images/common/buttonBase_over.svg);
}
.submitArea a.forward {
	background-image:
	 url(../images/arrow_forward.svg),
	 url(../../images/common/buttonBase_out.svg);
	background-size:
	 9px auto,
	 260px 75px;
	background-position:
	 15px center,
	 center top;
	background-repeat:
	 no-repeat,
	 no-repeat;
}
.submitArea a.forward:hover {
	color: #A18982;
	background-image:
	 url(../images/arrow_forward.svg),
	 url(../../images/common/buttonBase_over.svg);
}
h3.errerText {
	color: #431406;
	text-align: center;
	line-height: 26px;
	margin-top: 50px;
	font-size: 15px;
}
