@charset "utf-8";

.mt0{margin-top: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}

#contact{
	padding-bottom: 40px;
}
#contact h5{
	font-size: 1.8rem;
	font-weight: bold;
	color: #0387e7;
	margin-bottom: 0.8em;
}
#contact h5::before{
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	margin: 0 0.3em 0 0;
	background-color: #0387e7;
}
#contact a{
	color: #00f;
	text-decoration: underline;
}
#contact a:hover{
	opacity: 0.5;
}

#contact .section_inner{
	min-height: auto;
}

p.privacy{
	margin: 1em 0 0;
	font-weight: bold;
}
p.privacy input[type="checkbox"]{
	margin: 0 0.5em 0 0;
	
}

table.contact_tbl{
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 20px;
}
table.contact_tbl caption{
	caption-side: top;
	text-align: left;
	padding: 1em 0 1em 1.5em;
	border: none;
	font-weight: bold;
	font-size: 1.6rem;
	color: #0387e7;
}
table.contact_tbl caption::before{
	content: "□";
	margin-left: -1.5em;
	margin-right: 0.2em;
}
table.contact_tbl th,
table.contact_tbl td{
	vertical-align: top;
	padding: 1em;
	border: 1px solid #b4d6f1;
}
table.contact_tbl th{
	width: 24%;
	white-space: nowrap;
	color: #003366;
	font-weight: bold;
	background-color: #eaf3fc;
}
table.contact_tbl td{
	width: 75%;
}
table.contact_tbl td.ta-center{
}
table.contact_tbl td.ta-right{
}
table.contact_tbl td.va-top{
	vertical-align: top !important;
}
table.contact_tbl .va-middle{
	vertical-align: middle !important;
}
table.contact_tbl .va-bottom{
	vertical-align: bottom !important;
}
table.contact_tbl dl{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}
table.contact_tbl dt{
	flex: 0 0 15%;
	align-self: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.5em;
	color: #333;
}
table.contact_tbl dd{
	flex: 0 0 85%;
	margin: 0 0 0.5em;
	align-self: center;
}
table.contact_tbl .name-box dt{
	flex: 0 0 4%;
	margin: 0 0.5em 0 0;
}
table.contact_tbl .name-box dd{
	flex: 0 0 42%;
	margin: 0 auto 0 0;
}

input[type="text"],
textarea{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0.5em;
	font-size: 1.6rem;
}
textarea{
	height: 10em;
}

input[type="text"]#zip{
	width: 10em;
	margin: 0 0.2em 1em; 
}

small{
	font-size: 80%;
}
span.attention{
	color: #f00;
	font-size:1.4rem;
}
span.required{
	color: #FFF;
	background-color: #ff9900;
	font-size: 90%;
	padding: 1px 3px;
	margin: 0 2px;
}

.submit_box{
	display: block;
	padding: 1em 0;
	margin: 0 auto;
	text-align: center;
}
.submit_box input[type="submit"]{
	display: block;
	margin: 0 auto;
	padding: 1em 4em;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	position: relative;
	background-color: #fb9300;
	border: none;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	cursor: pointer;
}



/*---------------------------------------------
Mobile Style
---------------------------------------------*/
@media screen and (max-width: 767px) {
	h4 + p.t-center{
		text-align: left;
	}
	table.contact_tbl th,
	table.contact_tbl td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table.contact_tbl dl{
		margin-top: 1em;
	}
	table.contact_tbl dt,
	table.contact_tbl dd{
		flex: 100%;
	}
	table.contact_tbl .name-box{
		margin: 0 auto;
	}
	table.contact_tbl .name-box dt{
		flex: 0 0 12%;
		margin: 0 auto 1em 0;
	}
	table.contact_tbl .name-box  dd{
		flex: 1 0 85%;
		margin: 0 0 1em 0;
	}
	input[type="text"]#zip{
		margin-bottom: 0;
	}
}