@charset "utf-8";

/***************************************************
	contact.css
	スタイル定義
***************************************************/

.resp {
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.resp th,.resp td {
	padding: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.resp th{
	width: 30%;
	overflow: hidden;
	color: #778899;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #e8ecef;
}
 
.resp td{
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
 
@media (max-width: 780px){
.resp th{
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	border-radius: 3px;
}
.resp td{
	display: list-item;
	width: 100%;
	border-top: none !important;
}
    .resp tr:first-child th   { border-top: 1px solid #d3d3d3; }
}/* end */

 

/* 　フォームスタイル
------------------------------------------------------------ */

label {
	margin-right: 30px;
	display: block;
	float: left;
}

input,select,textarea  {
	padding: 3px;
	color: #504946;
}

.required {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 5px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	background: #CA1217;
}

.example {
	color: #999999;
	font-size: 12px;
	margin: 0 0 0 5px;
}


/* 
------------------------------------------------------------ */

.company input ,
.position input ,
.post_name input ,
.name input {
	width: 300px;
}
.tel input {
	width: 300px;
	margin-bottom: 10px;
}

.zip input {
	width: 180px;
}
.address input {
	width: 550px;
	margin-bottom: 10px;
}
.email input {
	width: 350px;
	margin-bottom: 10px;
}
.notes textarea {
	padding: 3px;
	width: 550px;
	height: 200px;
}
.ERR {
	color: #CD161B;
}


.submitBox {
	text-align: center;
	margin: 30px 0 0;
	width: 100%;
}

.submitBox input.sbm {
	cursor: pointer;
	width: 200px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 12px 0;
	border: none;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	background: #394995!important;
	font-size: 16px;
}

.submitBox input.clr {
	cursor: pointer;
	width: 200px;
	color: #a9a9a9;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 12px 0;
	border: none;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	background: #dcdcdc!important;
	font-size: 16px;
}



.contactBackTopBtn {
	width: 200px;
	margin: 0 auto;
}
.contactBackTopBtn a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin: 50px 0 0 0;
	padding: 10px;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	border: 1px solid #394995;
	background: #ffffff;
}
