@charset "UTF-8";
/*==========================

	contact

============================*/
header {
	position: absolute;
}
.en a {
	background: rgba(0,0,0,0.1);
}
.bgsection {
	width: 100%;
}
.itemBox {
	padding: 2% 0;
}
.systemList {
	margin: 0 auto 3%;
	width: 53%
}
.section0 h2 {
	border-bottom: 1px solid #2a5648;
	color: #113127;
	font-size: 2.0vw;
	margin: 0 0 1%;
	-webkit-text-shadow: 1px 1px 0px #ffffff;
	-moz-text-shadow: 1px 1px 0px #ffffff;
	-ms-text-shadow: 1px 1px 0px #ffffff;
	-o-text-shadow: 1px 1px 0px #ffffff;
	text-shadow: 1px 1px 0px #ffffff;
	width: 55%;
}
.section0 table {
	margin: 0 auto 3%;
	width: 70%;
}
.section0 table th {
	font-size: 0.9vw;
	padding: 3% 0 3% 12%;
	text-align: left;
	width: 28%;
}
.section0 table th span {
	display: inline-block;
	color: #bc2439;
	margin: 0 10px 0 10px;
}
.section0 table th, .section0 table td {
	border-bottom: 1px dotted #bcc5d3;
	vertical-align: middle;
}
.section0 table tr:last-child th,
.section0 table tr:last-child td {
	border: none;
}
input[type="text"], textarea {
	background: rgba(0,0,0,0.1);
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", serif;
	font-size: 0.9vw;
	padding: 0 0.5%;
	width: 50%;
}
input[type="text"].shrot {
	width: 20%;
}
input[type="text"] {
	height: 30px;
}
textarea {
	height: 150px;
	margin: 3% 0 0 0;
}
.button_box {
	text-align: center;
	padding: 0 0 5%;
}
input[type="submit"] {
	background: #bc2439;
}
input[type="reset"], .back {
	background: #0f2720!important;
}
input[type="submit"], input[type="reset"] {
	color: #ffffff;
	cursor:pointer;
	display: inline-block;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", serif;
	font-size: 0.9vw;
	line-height: 2.5;
	margin: 0 0.5%;
	width: 10%;
}
.red {
	color: #bc2439;
}
.errorText {
	color: #bc2439;
	font-size: 0.8vw;
	line-height: 1.5;
}
footer {
	text-align: center;
	width: 100%;
}

/* Media Queries ================================================== */
@media screen and (max-width: 736px) {
	/*==========================

		contact

	============================*/
	.en a {
		background: rgba(0,0,0,0.1);
	}
	.bgsection {
		width: 100%;
	}
	.itemBox {
		padding: 22% 0 5% 0;
	}
	.systemList {
		margin: 0 auto 3%;
		width: 95%
	}
	.section0 h2 {
		border-bottom: 1px solid #2a5648;
		color: #113127;
		font-size: 5.0vw;
		margin: 0 0 1%;
		-webkit-text-shadow: 1px 1px 0px #ffffff;
		-moz-text-shadow: 1px 1px 0px #ffffff;
		-ms-text-shadow: 1px 1px 0px #ffffff;
		-o-text-shadow: 1px 1px 0px #ffffff;
		text-shadow: 1px 1px 0px #ffffff;
		width: 100%;
	}
	.section0 table {
		margin: 0 auto 3%;
		width: 95%;
	}
	.section0 table th {
		border-bottom: none!important;
		display: block;
		font-size: 4.5vw;
		margin: 0 0 2%;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	.section0 table th span {
		display: inline-block;
		color: #bc2439;
		margin: 0 0;
	}
	.section0 table th, .section0 table td {
		display: block;
		border-bottom: 1px dotted #bcc5d3;
		vertical-align: middle;
	}
	.section0 table td {
		padding: 0 0 3%;
		margin: 0 0 3%;
	}
	.section0 table tr:last-child th,
	.section0 table tr:last-child td {
		border: none;
	}
	input[type="text"], textarea {
		background: rgba(0,0,0,0.1);
		font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", serif;
		font-size: 4.0vw;
		padding: 0 0.5%;
		width: 100%;
	}
	input[type="text"].shrot {
		width: 50%;
	}
	input[type="text"] {
		height: 30px;
	}
	textarea {
		height: 150px;
		margin: 3% 0 0 0;
	}
	.button_box {
		text-align: center;
		padding: 0 0 5%;
	}
	input[type="submit"] {
		background: #bc2439;
	}
	input[type="reset"], .back {
		background: #0f2720!important;
	}
	input[type="submit"], input[type="reset"] {
		color: #ffffff;
		cursor:pointer;
		display: inline-block;
		font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", serif;
		font-size: 4.5vw;
		line-height: 2.5;
		margin: 0 0.5%;
		width: 45%;
	}
	.radioText {

	}
	.errorText {
		color: #ff0023;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	footer {
		width: 100%;
	}
}

