@charset "UTF-8";

/* Contact */
.contact .headline {
	background: #f3f3f6 url(../images/bg_header_contact.jpg) no-repeat right top;
}
@media (max-width:599px) {
.contact .headline {
	background: #f3f3f6 url(../images/bg_header_contact2.jpg) no-repeat center top;
	background-size: cover;
}
}

.company_table, .contact_form {
	width: 100%;
}
.company_table th, .contact_form th, .company_table td, .contact_form td {
	padding: 10px;
	border: 1px solid #CCC;
}
.company_table th, .contact_form th {
	background: #F3F3F6;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.company_table td, .contact_form td {
	background: #FFF;
}

.event {
	border-left: none !important;
	vertical-align: top;
}

@media (max-width:599px) {
.contact .container p {
	font-size: 12px;
	font-size: 0.75rem;
}
.company_table, .contact_form {
	font-size: 12px;
	font-size: 0.75rem;
}
.company_table th, .contact_form th, .company_table td, .contact_form td {
	display: block;
}
.company_table th, .contact_form th {
	padding: 5px 10px;
	border-bottom: none;
}
.company_table td, .contact_form td {
	margin-bottom: 15px;
}
}
@media (min-width: 600px) and (max-width: 979px) {
.company_table th, .contact_form th {
	width: 25%;
}
}
@media (min-width:980px) {
.company_table th, .contact_form th {
	width: 240px;
}
}

/* 進捗状況エリア */
.progress_area {
	width: 90%;
	margin: 0 auto;
}
.progress_area ul {
	padding: 0;
	list-style: none;
}
.progress_area ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.progress_area li {
	margin: 0;
	padding: 0;
}
.progress_area li span {
	float: left;
	width: 25%;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	color: #ccc;
	background: #fff;
	box-sizing: border-box;
	border: 3px double #ddd;
}
#active {
	color: #009fab;
	border: 3px double #009fab;
	background: rgba(0,159,171,0.1);
}
.progress_area li:before {
	float: left;
	width: 6.5%;
	padding: 13px 0.5% 10px 5.5%;
	margin: 0;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 32px;
	font-size: 2rem;
	color: #ddd;
}
.progress_area li:first-child:before {
	display: none;
}
.chuui {
	margin: 0;
	padding: 0 30px;
	color: #5266af;
}

@media (max-width:599px) {
.progress_area {
	margin-bottom: 20px;
}
.progress_area li span {
	padding: 5px 5px;
	font-size: 0.6rem;
	font-size: 9.6px;
}
.progress_area li:before {
	padding: 8px 0% 8px 6%;
	font-size: 1rem;
	font-size: 16px;
}
.chuui {
	font-size: 12px;
	font-size: 0.75rem;
}
}
@media (min-width:600px) {
.progress_area {
	margin-bottom: 40px;
}
}

/* セキュリティー説明 */
.secure_area {
	margin: 40px 0 0;
	padding: 10px;
	border: 1px solid #CCC;
}
.secure_area:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.contactPriv {
	margin: 0 0 10px 0;
}
.contactSSL {
	float: left;
	width: 100%;
}
.contactSSL img {
	float: left;
	max-width: 100%;
	display: block;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	border: 3px double #ddd;
}
.secure_area p {
	margin: 0;
	padding: 0;
}
@media (max-width:599px) {
.secure_area {
	margin: 7px 0 0;
}
.secure_area p {
	font-size: 10px;
	font-size: 0.625rem;
	 line-height: 12px;
}
.contactSSL img {}
}
.contact_form input, .contact_form select {
	padding: 3px;
}
.caution {
	color: #b20000;
}
.required {
	width: 42px;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	background: #B20000;
	float: right;
	font-size: 14px;
	font-size: 0.875rem;
}
@media (max-width:599px) {
.caution {
	font-size: 12px;
	font-size: 0.75rem;
}
.required {
	margin-left: 3px;
	padding: 3px 6px;
	float: none;
	font-size: 10px;
	font-size: 0.625rem;
}
}

/* 入力パーツエリア */
.company_name {
	width: 400px;
}
.name {
	width: 400px;
}
.zip {
	width: 120px;
}
.address {
	width: 580px;
}
.tel {
	width: 200px;
}
.mail {
	width:580px;
	ime-mode: disabled;
}
.message {
	width:690px;
}
@media (max-width:599px) {
.company_name {
	width: 40%;
}
.name {
	width: 40%;
}
.zip {
	width: 30%;
}
.address {
	width: 97%;
}
.tel {
	width: 40%;
}
.mail {
	width: 97%;
}
.message {
	width: 98%;
}
}
@media (min-width: 600px) and (max-width: 979px) {
.company_name {
	width: 40%;
}
.name {
	width: 40%;
}
.zip {
	width: 15%;
}
.address {
	width: 80%;
}
.tel {
	width: 25%;
}
.mail {
	width: 80%;
}
.message {
	width: 98%;
}
}

/* ボタンエリア */
.submit_area {
	padding-top: 40px;
	text-align: center;
}
.submit {
	margin: 0 auto;
	width: 340px;
	background: #188BBC;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	border: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.submit:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f040";
	color: #FFF;
	font-size: 24px;
	font-size: 1.5rem;
	display: inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.submit:hover {
	background: #bfbfff;
	color: #188BBC;
}
.submit:hover:before {
	color: #188BBC;
}
.revise {
	margin: 20px auto 0;
	width: 150px;
	background: #bbb;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	border: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.ReturnToIndex {
	margin: 0 auto;
	padding: 15px 30px;
	width: 340px;
	background: #188BBC;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	border: none;
	text-decoration: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

@media (max-width:599px) {
.submit_area {
	padding-top: 20px;
	padding-bottom: 20px;
}
.submit {
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 60px;
}
.submit:before {
	margin-right: 5px;
	font-size: 24px;
	font-size: 1.5rem;
}
.ReturnToIndex {
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
}
}