  @charset "utf-8";
.hd01 br{
	display: none;
}
form.confirm .inputContainer .submit-block button.confirm br{
	display: none;
}

.contact-area{
	margin: 40px auto;
}

.ulStyle03{
	text-align: left;
}

.ulStyle03 li{
	padding: 0 0 0 1.6em;
	text-indent: -1.6em;
	margin-bottom: 30px;
}

.ulStyle03 li:before{
	content: "●";
	color: #014099;
	padding-right: 10px;
}

h3.hd02{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

h3.hd02:before{
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #464646;
}

.contact-area .link-area{
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto;
}

.contact-area .link-area li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.contact-area .link-area li:nth-child(3n){
	margin-right: 0;
}

.contact-area .link-area li a{
	border: 1px solid #707070;
	border-radius: 10px;
	display: flex;
	padding: 10px;
	align-items: center;
	min-height: 80px;
	height: 100%;
	justify-content: center;
	transition: all 0.5s;
	line-height: 1.6;
}

.contact-area .link-area li a:hover{
	color: #fff;
	background: #000922;
	text-decoration: none;
}

.inputContainer h3.hd01{
	text-align: center;
	margin: 40px auto;
}

.tableStyle01 th{
	padding: 10px;
}
.tableStyle01 td{
	padding: 10px;
}

.form-tbl .hissu{
	width: 70px;
	position: relative;
	display: inline-block;
	margin-right: 8px;
}

.btn-top a{
	width: 250px;
	border: 1px solid #707070;
	border-radius: 10px;
	display: flex;
	padding: 10px;
	align-items: center;
	min-height: 60px;
	height: 100%;
	justify-content: center;
	transition: all 0.5s;
	line-height: 1.6;
	margin: 40px auto;
}

.btn-top a:hover{
	color: #fff;
	background: #000922;
	text-decoration: none;
}

.contact_box{
	text-align: left;
}

.tableStyle03{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #D5D5D5;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #D5D5D5;
	margin				: 0 auto 10px;
	width				: 100%;
}

	.tableStyle03 th,
	.tableStyle03 td {
		border-top		: none;
		border-right	: 1px solid #D5D5D5;
		border-bottom	: 1px solid #D5D5D5;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle03 th{
	margin		: 0;
	padding		: 10px;
	background-color: #f1f1f1;
	}

	.tableStyle03 td{
		padding		: 10px;
		text-align	: left;
		line-height	: 1.6;
	}

.notice_txt{
	display: block;
	font-size: 90%;
	margin-top: 5px;
	padding-left: 2.25em;
	text-indent: -2.25em;	
}

.america_contactbox{
	border: 3px solid #ccc;
	padding: 15px;
	margin: 20px auto;
}

.america_contactbox p{
	text-align: left;
}
	
.america_contactbox p a{
	font-size: 2.0rem;
}

@media screen and (max-width: 768px){
	.contact-area .link-area {
		justify-content: space-between;
	}
	.contact-area .link-area li{
		width: 49%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.contact-area .link-area li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 478px){
	.inputContainer h3.hd01{
		font-size: 22px;
	}
	
	.contact-area .link-area li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
}


