@charset "UTF-8";

.mb15 {
	margin: 0 0 15px !important;
}
/*  table
----------------------------------------------- */
.table.contact {
	width: 100%;
	display: table;
	font-size: 14px;
	margin: 15px 0 30px 0;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}
.table.contact .table_tr {
	display: table-row;
}
.table.contact .table_th {
	display: table-cell;
	vertical-align: top;
	width: 250px;
	font-weight: bold;
	padding: 15px 25px;
	background: #f0f4f5;
	border-bottom: 1px solid #e3e3e3;
}
.table.type01.contact_index .table_th {
}
.table.contact .table_td {
	display: table-cell;
	vertical-align: top;
	padding: 15px 15px;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}
.font_red,
.error_message {
	color: #ff0000;
}
.contact_content {
	display: table;
	width: 100%;
	margin: 0 0 14px 0;
}
.contact_content:last-child {
	margin: 0;
}
.contact_content .contact_content_in {
	display: table-cell;
}
.text_sub {
	margin: 0 0 5px;
}
/* .contact_content.name_type */
.contact_content.name_type .contact_content_in {
	width: 50%;
}
.contact_content.name_type .contact_content_in:nth-child(1) {
	padding: 0 0.5em 0 0;
}
.contact_content.name_type .contact_content_in:nth-child(2) {
	padding: 0 0 0 0.5em;
}
.contact_content.name_type .contact_content_in .input_parts {
	position: relative;
}
.contact_content.name_type .contact_content_in .input_parts .text {
	margin: 0 0 5px 0;
}
.contact_content.name_type.name_type {
	max-width: 460px;
}
.contact_content.name_type.kana {
	max-width: 460px;
}
/* .contact_content.post_type */
.contact_content.post_type {
	max-width: 300px;
}
.contact_content.post_type .contact_content_in .input_parts {
	display: table;
	width: 100%;
	table-layout: fixed;
	position: relative;
}
.contact_content.post_type .contact_content_in .input_parts {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.contact_content.post_type .contact_content_in .input_parts .input {
	display: table-cell;
}
.contact_content.post_type .contact_content_in .input_parts .text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 1em;
}
.contact_content.post_type .contact_content_in .input_parts .btn {
	display: table-cell;
}
.contact_content.post_type .btn a {
	display: block;
	max-width: 100px;
	padding: 10px 0 7px;
	margin: 0 0 0 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #bdbdbd;
}
/* .contact_content.company_type */
.contact_content.company_type .contact_content_in .radio_parts {
	margin: 0 0 5px;
}
.contact_content.company_type .contact_content_in .radio_parts .radio {
	display:inline-block;
	margin:0 15px 0 0;
}
.contact_content.company_type .input_parts {
	display: table;
	table-layout: fixed;
	width: 80%;
}
.contact_content.company_type .input_parts .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.contact_content.company_type .input_parts .text1 {
	width: 3.5em;
	text-align: left;
}

/* .contact_content.birthday_type */
.contact_content.birthday_type .contact_content_in {
	display: inline-block;
	margin: 0 10px 0 0;
}
.contact_content.birthday_type .contact_content_in .text {
	display: inline-block;
}
.contact_content.birthday_type .contact_content_in .input {
	display: inline-block;
}
.contact_content.birthday_type .contact_content_in .year .input {
	width: 100px;
}
.contact_content.birthday_type .contact_content_in .month .input, .contact_content.birthday_type .contact_content_in .day .input {
	width: 50px;
}

/* .contact_content.sex_type */
.contact_content.sex_type .contact_content_in .radio_parts .radio {
	display:inline-block;
	margin:0 15px 0 0;
}
.contact_content.sex_type .input_parts {
	display: table;
	table-layout: fixed;
	width: 80%;
}
.contact_content.sex_type .input_parts .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* .contact_content.tel_type */
.contact_content.tel_type .contact_content_in:nth-child(1) .input_parts {
	display: table;
	table-layout: fixed;
	width: 50%;
}
.contact_content.tel_type .contact_content_in:nth-child(1) .input {
	display: table-cell;
	vertical-align: middle;
}
.contact_content.tel_type .contact_content_in:nth-child(1) .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.contact_content.tel_type .contact_content_in:nth-child(1) .input_parts .text1 {
	width: 5em;
	text-align: left;
}

.contact_content.tel_type .contact_content_in:nth-child(1) .input_parts .text2 {
	width: 1em;
}
.contact_content.tel_type .contact_content_in:nth-child(1) .input_parts2 {
	display: table;
	table-layout: fixed;
	width: 70%;
}
.contact_content.tel_type .contact_content_in:nth-child(1) .input_parts2 .text3 {
	width: 8em;
	text-align: left;
}


.contact_content.tel_type .radio_parts {
	margin: 0 0 20px;
}
.contact_content.tel_type .radio_parts .radio {
	display:inline-block;
	margin:0 15px 0 0;
}


/* .contact_content.kubun_type */
.contact_content.kubun_type .radio {
	margin: 0 0 8px;
}
.contact_content.kubun_type .radio:last-child {
	margin: 0;
}
/*  form
----------------------------------------------- */
input, textarea, select {
	font-size: 14px;
}
input[type=radio] {
	margin: 0 5px 0 0;
}
.table.contact input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0 ;
	background: #ffffff;
	border: 1px solid #d6d6d6;
}
.table.contact select {
	width: 100%;
	height: 37px;
	max-width: 430px;
	border: 1px solid #dcdcdc;
	padding: 0 0 0 10px;
	background: #fff;
}
.table.contact textarea {
	width: 100%;
	padding: 10px 10px;
	height: 150px;
	background: #ffffff;
	border: 1px solid #dcdcdc;
}
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 100%;
	outline: none;
}

.table.contact input[type="text"].error,
.table.contact textarea.error,
.table.contact select.error {
	background-color: #FFE8E8;
	border: 1px solid #FF0000;
}

/*----------------------------------------------------------------------------------------
	.btn_area
---------------------------------------------------------------------------------------- */
.btn_area {
	font-size: 11px !important;
	letter-spacing: -0.4em;
	text-align: center;
}
.btn_area .btn_wrap {
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0 10px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	background: #ffffff;
}
.btn_area .btn_wrap:hover .btn {
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.btn_area .btn_wrap .btn {
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	letter-spacing: -0.4em;
	text-align: center;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	display: block;
	border: none;
	border-radius: 0;
}
.btn_area .btn_wrap .btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}
.btn_area .btn_wrap .btn_text {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	line-height: 1;
}
.btn_area .btn_wrap .btn_text > * {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.btn_area .btn_content {
	position: relative;
	height: 100%;
}
/* .btn_wrap.type01 */
.btn_area .btn_wrap.type01 {
	height: 60px;
	width: 285px;
}
.btn_area .btn_wrap.type01 .btn {
	background: #01499d;
}
.btn_area .btn_wrap.type01 .btn_text {
	font-size: 1.6em;
	letter-spacing: 0.025em;
	color: #fff;
}
/* .btn_wrap.type02 */
.btn_area .btn_wrap.type02 {
	height: 60px;
	width: 285px;
}
.btn_area .btn_wrap.type02 .btn {
	background: #bdbdbd;
}
.btn_area .btn_wrap.type02 .btn_text {
	font-size: 1.6em;
	letter-spacing: 0.025em;
	color: #fff;
}

/*----------------------------------------------------------------------------------------
	.form_thanks
---------------------------------------------------------------------------------------- */
.form_thanks {
	margin:20px 0;
}
.form_thanks p {
	text-align:center;
	margin:0 0 20px;
}

/* ==========================================================

	スマホ style
	
========================================================== */
@media screen and (max-width: 800px) {
#wrapper {
  overflow: hidden;
  max-width: auto;
	min-width: auto;
  margin: 0 auto;
}
#contents #mainSingle {
	float: none;
	width: 100%;
}
.table.contact .table_th {
	display: block;
	width: 100%;
}
.table.contact .table_td {
	display: block;
}
.contact_content.name_type.name_type {
	max-width: 98%;
}

/* .btn_wrap.type01 */
.btn_area .btn_wrap.type01 {
	width: 40%;
}
/* .btn_wrap.type02 */
.btn_area .btn_wrap.type02 {
	width: 45%;
}
.contact_content.tel_type .contact_content_in:nth-child(1) .input_parts {
	width: 100%;
}
.contact_content.company_type .input_parts {
	width: 100%;
}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	







