@charset "utf-8";



/**************************************************
 wrapper
**************************************************/
#wrapper{top: 0;}



/**************************************************
 header
**************************************************/
header{
	position: static;
	padding: 0;
	height: 120px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header.hide{display: none;}



/**************************************************
 main
**************************************************/
article{
	position: relative;
	width: 800px;
	margin: 50px auto 0 auto;
}

article h2{
	position: relative;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 42px;
	color: #273A60;
}
article h2::before{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	bottom: 0;
	left: calc(50% - 25px);
	background: #273A60;
}

article p{
	padding: 40px 0 0 0;
	font-size: 1.6rem;
	line-height: 1.8;
}

#formHanger table{
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #59657B;
	border-left: 1px solid #59657B;
}
#formHanger table th{
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: left;
	border-bottom: 1px solid #59657B;
	border-right: 1px solid #59657B;
	background: #F4F5F7;
}
#formHanger table th span{
	display: inline-block;
	font-size: 1.3rem;
	color: #FFFFFF;
	padding: 4px 5px 2px 5px;
	border-radius: 0.5rem;
	background: #FF4D4D;
	margin-left: 10px;
}
#formHanger table td{
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.3;
	border-bottom: 1px solid #59657B;
	border-right: 1px solid #59657B;
}
input,textarea,select{
	/*font-family: 'BIZ UDPGothic', sans-serif;*/
	font-size: 1.6rem;
	line-height: 1.3;
	padding: 10px;
	margin: 3px;
	border: 1px solid #59657B;
}
select{
	font-size: 1.5rem;
	line-height: 1.0;
}

.submitBtn{
	margin: 50px 0;
	text-align: center;
}

.submitBtn input[type="submit"],input[type="button"]{
	font-family: 'BIZ UDPGothic', sans-serif;
	width: 250px;
	padding: 20px 0;
	font-size: 1.6rem;
	letter-spacing: 2px;
	background: #273A60;
	color: #FFFFFF;
	border-radius: 0;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="number"]{
	height:2.0em;
	font-size:16px;
	margin:0.5em 0;
}

