@charset "UTF-8";

/* ------------------------------------------

	DEFINITIONS: contact.css
	VERSION:     2014-02-04
	
	CONTENTS:
	1. FORM
				
------------------------------------------ */

/*
 COMMON
---------------------------------------------------*/
#content {
	font-size: 116.6%;
}
.headline {
	margin-bottom: 2em;
}
.headline span {
	font-size: 116.6%;
}
.selected_label {
	margin-bottom: 1.5em;
}
.selected_label li {
	margin-bottom: 1em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #d6d6d6;
}
.selected_label li span {
	color: #db0000;
	font-weight: bold;
}
.contact_info {
	margin-bottom: 2em;
}
.emphasis {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.contact_text {
	margin-bottom: 1em;
}
.list_normal {
	margin-bottom: 1.5em;
}
.list_normal li {
	margin-bottom: 0.7em;
}

/*
 LAYOUT
---------------------------------------------------*/
.main_wrap {
	margin-bottom: 2em;
	padding: 40px;
	background-color: #f7f7f7;
}
.main_wrap .inner {
	background-color: #fff;
	border: 1px solid #d6d6d6;
}
#thanks .main_wrap .inner {
	padding: 7.7em 40px;
	text-align: center;
}
.main_wrap .inner .accent {
	margin-bottom: 0.3em;
	color: #db0000;
	font-size: 260%;
	font-weight: bold;
}
.main_wrap .inner .text {
	font-size: 130.5%;
}

/*
 TABLE
---------------------------------------------------*/
.form_table {
	width: 100%;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
.form_table th {
	width: 25%;
	padding: 1.5em 18px;
	background-color: #ebebeb;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
}
.form_table th div {
	font-weight: bold;
}
.form_table td {
	padding: 1.5em 20px;
	background-color: #fff;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

/*
 FORM
---------------------------------------------------*/
.form_table input,
.form_table textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.radio_list {
	margin-bottom: -1em;
	overflow: hidden;
}
* html .radio_list {
	margin-bottom: 0;
}
*:first-child+html .radio_list {
	margin-bottom: 0;
}
.radio_list li {
	float: left;
	width: 32%;
	padding-right: 1%;
	margin-bottom: 1em;
}
.radio {
	margin: 0 3px 0 1px;
}
.txtarea {
	width: 100%;
	height: 15em;
}
.txtbox {
	width: 100%;
	height: 2em;
	line-height: 1.8;
}
.attention {
	margin-bottom: 0.5em;
	color: #db0000;
	font-size: 85.7%;
}

/*
 SUBMIT
---------------------------------------------------*/
#submit_wrap {
	position: relative;
	margin: 2.5em 0 2em;
	padding: 16px 20px 17px;
	background-color: #f7f7f7;
	border-top: 1px solid #d6d6d6;
	text-align: center;
}
#submit_wrap ul {
	display: inline-block;
}
* html #submit_wrap ul {
	display: inline;
	width: 320px;
}
* html #contact_verify #submit_wrap ul {
	width: 630px;
}
*:first-child+html #submit_wrap ul {
	display: inline;
	width: 300px;
}
*:first-child+html #contact_verify #submit_wrap ul {
	width: 600px;
}
#submit_wrap li {
	width: 280px;
	margin: 0 10px;
}
#submit_wrap .submit {
	float: right;
}
#submit_wrap .submit input {
	width: 100%;
	display: block;
	padding: 1em 25px;
	background-color: #737373;
	border: 1px solid #d6d6d6;
	font-size: 116.6%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 1.2;
}
* html #submit_wrap .submit input {
	line-height: 1;
}
*:first-child+html #submit_wrap .submit input {
	line-height: 1;
}
/* Firefox hack start */
@-moz-document url-prefix() {
	#submit_wrap .submit input {
		padding: 1em 25px 0.9em;
	}
}
#submit_wrap .submit input:hover{
	background-color: #d50000;
}
#submit_wrap .submit a {
	display: block;
	padding: 1em 0;
	background-color: #737373;
	border: 1px solid #d6d6d6;
	font-size: 116.6%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.2;
}
#submit_wrap .submit a:hover {
	background-color: #d50000;
	text-decoration: none;
}
#submit_wrap .submit a span {
	display: block;
	cursor: pointer;
}
#submit_wrap .back {
	float: left;
}
#submit_wrap .back a {
	display: block;
	padding: 1em 0;
	background-color: #737373;
	border: 1px solid #d6d6d6;
	font-size: 116.6%;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.2;
}
#submit_wrap .back a span {
	display: block;
	cursor: pointer;
	color: #fff;
}
#submit_wrap .back a:hover {
	background-color: #d50000;
	text-decoration: none;
}

@media only screen and (min-width: 641px) and (max-width: 999px){
	/*
	 SUBMIT
	---------------------------------------------------*/
	#submit_wrap {
		padding: 16px 10px 17px;
	}
}

@media only screen and (max-width: 640px){
	/*
	 COMMON
	---------------------------------------------------*/	
	#content {
		font-size: 100%;
	}
	#content_inner {
		margin: 0 20px;
	}
	.headline {
		margin-bottom: 1em;
	}
	.headline span {
		font-size: 114.2%;
	}
	.selected_label {
		margin-bottom: 1em;
	}
	.contact_info {
		margin-bottom: 1.5em;
	}
	.list_normal {
		margin-bottom: 1em;
	}
	.list_normal a {
		text-decoration: underline !important;
	}
	
	/*
	 LAYOUT
	---------------------------------------------------*/
	.main_wrap {
		margin-bottom: 1em;
		padding: 10px;
	}
	#thanks .main_wrap {
		margin-top: 2em;
	}
	#thanks .main_wrap .inner {
		padding: 3.3em 10px;
	}
	.main_wrap .inner .accent {
		margin-bottom: 0.3em;
		font-size: 200%;
	}
	.main_wrap .inner .text {
		font-size: 100%;
	}
	
	/*
	 TABLE
	---------------------------------------------------*/
	.form_table {
		font-size: 116.6%;
	}
	.form_table th {
		display: block;
		float: left;
		width: 100%;
		padding: 0;
		border-right: 1px solid #d6d6d6;
	}
	.form_table td {
		display: block;
		float: left;
		width: 100%;
		padding: 0;
	}
	.form_table th .wrap,
	.form_table td .wrap {
		display: block;
		padding: 0.9em 14px;
	}
	
	/*
	 FORM
	---------------------------------------------------*/
	.radio_list {
		margin: 0.5em 0 -0.5em;
		overflow: visible;
	}
	.radio_list li {
		float: none;
		width: 100%;
		margin-bottom: 1em;
		padding: 1em 0 0;
		border-top: 1px solid #d6d6d6;
		font-size: 85%;
	}
	.radio_list li:first-child {
		padding: 0;
		border: none;
	}
	.form_table input,
	.form_table textarea {
		font-size: 16px !important;
	}
	.txtarea {
		height: 20em;
	}
		
	/*
	 SUBMIT
	---------------------------------------------------*/
	#submit_wrap {
		margin: 1.4em 0 2em;
		padding: 10px;
	}
	#submit_wrap ul {
		display: block;
	}
	#submit_wrap li {
		float: none;
		width: 100%;
		margin: 0;
	}
	#submit_wrap .back {
		margin-top: 10px;
	}
	#submit_wrap .submit input,
	#submit_wrap .submit a,
	#submit_wrap .back a {
		padding: 0.7em 15px;
		font-size: 114.2%;
	}
	#submit_wrap .submit input:hover,
	#submit_wrap .submit a:hover{
		background-color: #737373;
	}
	#submit_wrap .back a:hover{
		background-color: #737373;
	}
		
}
