#headerWrapper {
    width: 100%;
    border-bottom: 1px solid #999;
}
div#header{
    width:100%;
    position: relative;
}
div#header h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url("../images/logo.svg") no-repeat;
    width:81px;
    height: 38px;
    background-size:81px;
    margin:20px auto;
}
div#header h1 a{
    display: block;
    width:100%;
    height: 100%;
}
dl.form{
    margin:20px 10px;
    border-bottom:1px solid #ccc;
    overflow: hidden;
}
dl.form dt{
    width:calc(100% - 20px);
    padding:10px;
    border-top:1px solid #ccc;
    font-weight: bold;
}
dl.form dt.must{
    background:url("../images/iconMust.svg") right 10px top 15px no-repeat;
    background-size:40px;
}
dl.form dt.must_en{
    background:url("../images/iconMust_en.svg") right 10px top 15px no-repeat;
    background-size:40px;
}
dl.form dd{
    width:calc(100% - 20px);
    padding:10px;
}
dl.form input[type=text],
dl.form input[type=mail],
dl.form input[type=tel],
dl.form textarea,
dl.form select{
    width:calc(100% - 20px);
    padding:0 10px;
    line-height:2em;
    border:1px solid #999;
}
dl.form input[type=text]:focus,
dl.form input[type=mail]:focus,
dl.form input[type=tel]:focus,
dl.form textarea:focus,
dl.form select:focus{
    background-color:#efefef;
}
dl.form textarea{
    line-height: 1.5em;
    height: 250px;
}
dl.form .half,
dl.form select{
    width:calc(50% - 20px) !important;
}
dl.form input[type=radio],
dl.form label{
    cursor: pointer;
}
input[type=submit]{
	width:160px;
	height: 50px;
	line-height: 50px;
	font-size:18px;
	color:#fff;
	text-align: center;
	border-radius: 4px;
    background:#DE3907;
    cursor: pointer;
}
p.inquiry a{
    color:#fff;
}
input[type=submit]:hover{
    background:#39b54a;
}
input[type=button]{
	width:160px;
	height: 50px;
	line-height: 50px;
	font-size:18px;
	color:#fff;
	text-align: center;
	border-radius: 4px;
    background:#ccc;
    cursor: pointer;
}
input[type=button]:hover{
    background:#333;
}
form textarea{
	width:100%;
	height: 200px;
	border:1px solid #ccc;
}
div.submit{
    display: flex;
    text-align: center;
	margin:30px auto;
    justify-content: space-around;
}
h2{
    width:100%;
    height: 60px;
    line-height: 60px;
    background:#39b54a;
    margin-bottom:30px;
}
h2 span{
    width:100%;
    height: 60px;
    margin:auto;
    color:#fff;
    display: block;
    font-size:20px;
    text-align: center;
}
p{
    margin:10px 30px;
    text-align: left !important;
}
a.en {
    width:100px;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top:0;
    bottom:0;
    right:15px;
    margin:auto;
    text-align: right;
}