@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Contact CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/* タブコンテンツ */
.col_r section.mainContent .tab_content {
	width: 100%;
}
.col_r section.mainContent .tab_content .tabs {
	width: 100%;
	padding: 0 0 16px;
	margin: 0 0 57px;
	position: relative;
	font-size: 0;
}
.col_r section.mainContent .tab_content .tabs::before {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background: linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}
.col_r section.mainContent .tab_content .tabs li {
	display: block;
	position: relative;
	width: 25%;
	margin: 0 0 0 -1px;
	cursor: pointer;
	border: #DDD 1px solid;
	float: left;
}
.col_r section.mainContent .tab_content .tabs li.select::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border: transparent 7px solid;
	border-bottom: #666 7px solid;
	border-right: #666 7px solid;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 0 0 -15px;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.col_r section.mainContent .tab_content .tabs li:first-child {
	margin: 0;
}
.col_r section.mainContent .tab_content .tabs li .tabs_block {
	padding: 10px 5px;
	background: #FFF;
	color: #3853A5;
	font-size: 1.8rem;
	position: relative;
	display: block;
	text-align: center;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.col_r section.mainContent .tab_content .tabs li:hover .tabs_block,
.col_r section.mainContent .tab_content .tabs li.select .tabs_block {
	background: #3853A5;
	color: #FFF;
	opacity: 1;
}


.col_r section.mainContent .block {
	margin-bottom: 30px;
}

.col_r section.mainContent .contact_list {
	margin: 0 -5px;
}
.col_r section.mainContent .contact_list > li {
	width: 33.333333%;
	padding: 0 5px 10px;
	float: left;
}
.col_r section.mainContent .contact_list > li a {
	display: block;
	width: 100%;
	padding: 10px;
	border: #DDD 1px solid;
	background: #F5F5F5;
	text-align: center;
}
.contact .col_r section.mainContent .common_table dl  {
	display: flex;
	align-items: center;
}
.contact .col_r section.mainContent .common_table dl dt {
	padding: 15px 0 15px 15px;
	width: 300px;
}
.col_r section.mainContent .common_table dl dt {
	padding: 0 0 0 15px;
	width: 300px;
}
.col_r section.mainContent .common_table dl dd {
	padding: 15px;
	width: 100%;
}
.col_r section.mainContent .common_table dl::before {
	left: 270px;
}
.col_r section.mainContent .common_table dl dd input.middle {
	width: 100%;
	max-width: 200px;
}
.error_res {
	margin: 0 0 15px;
}
.error_messe {
	color: #FF0004;
}
.send_error {
	margin-bottom: 30px;
}
.col_r .mainContent p.tel {
	padding: 10px 0 0;
	text-align: right;
}
.conf .col_r section.mainContent .common_table dl dt {
	padding: 10px 0 10px 15px; 
}

.col_r section.mainContent .common_table.form .confim dl dt span {
	display: none;
}
/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 1230px) {
	
	.col_r section.mainContent .tab_content .tabs li .tabs_block {
		font-size: 1.4rem;
	}
	
}



/*
------------------------------------------------------------------------------------------------------------------ Pc Thin */

@media screen and (max-width: 1070px) {
	
	.col_r section.mainContent .tab_content .tabs li .tabs_block {
		font-size: 1.2rem;
	}
	
}



/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 660px) {
	
	.col_r section.mainContent .tab_content .tabs {
		margin: 0 0 20px;
	}
	.col_r section.mainContent .tab_content .tabs li .tabs_block {
		font-size: 1.2rem;
		padding: 10px;
	}
	
}


/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 640px) {
	.col_r section.mainContent .tab_content .tabs li {
		width: 100%;
		display: block;
		margin: -1px 0 0;
	}
	.col_r section.mainContent .tab_content .tabs li .tabs_block {
		font-size: 1.4rem;
		padding: 10px;
	}
	.col_r section.mainContent .tab_content .tabs li.select::before {
		display: none;
	}
	.contact .col_r section.mainContent .common_table dl  {
		display: block;
	}
	.col_r section.mainContent .common_table dl dt {
		width: 100%;
		position: static;
	}
	.col_r section.mainContent .common_table dl dd {
		width: 100%;
		height: auto;
		border: none;
	}
	.col_r section.mainContent .common_table dl dd input[type=text] {
		width: 100%;
	}
	.col_r section.mainContent .common_table dl dd input[type=text].name {
		width: 25%;
	}
	.col_r section.mainContent .common_table dl dd input[type=text].post {
		width: 25%;
	}
	.col_r section.mainContent .common_table dl dd input[type=text].tel {
		width: 25%;
	}
	.procurement_of_materials .col_r section.mainContent .block .btn {
		width: 100%;
	}
	.col_r section.mainContent .common_table {
		border: none;
	}
	.col_r section.mainContent .common_table dl {
		position: relative;
		border: none;
		font-size: 1.4rem;
		background: #FFF;
	}
	.col_r section.mainContent .common_table dl dt,
	.contact .col_r section.mainContent .common_table dl dt{
		padding: 10px 15px !important;
		width: 100%;
		border-top: #CCC 1px solid;
		border-right: none;
		border-bottom: #CCC 1px solid;
		background: #F8F8F8;
	}
	.col_r section.mainContent .common_table dl::before {
		display: none;
	}
}