@charset "utf-8";
/* CSS Document */


/*==================================================
ヘッダー
===================================*/
header {
    height: 200px;
}
/*==================================================
mainvisual
===================================*/
#under_mv{
	background: url("../img/company/company_mv.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 9em 0;
	overflow: hidden;
	margin-top: 5%;
}
#under_mv h2{
	text-align: center;
}
#under_mv p{
	text-align: center;
}
#under_mv h2,#under_mv p{
	color: #fff;
	letter-spacing: 0.1em;
}
/*==================================================
 共通　2色ボーダー下
===================================*/
.under_twoborder {
	position: relative;
	border-bottom: 4px solid #f2f2f2;
	display: block;
    margin: 0 auto;
    width: 25%;
}

.under_twoborder:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #dd740b;
}
.under_twoborder p{
	padding: 0 10px;
}
/*==================================================
企業情報
===================================*/
#information{
	margin: 5em 0;
}
#information h3{
	text-align: center;
}

table{
	width: 50%;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 5em;
}
table th,td{
	padding: 1.5em;
	border-color: #777;
}
/*==================================================
from
===================================*/
#from{
	margin: 5em 0 10em;
}
#from h3{
	text-align: center;
}
#from p{
	width: 36%;
    margin: 0 auto;
    margin-top: 3em;		
}
#from p a{
	color: #333;
}

/*
 form
-------------------------------------*/
.contact_form .nini{
	color: #3693a5!important;
}
.contact_form{
	width: 900px;
    margin: 0 auto;
}
.contact_form table {
	border-collapse: collapse;
	border-spacing: 0;
}
.contact_form caption,th {
	text-align: left;
}
/*デザイン*/
.contact_form .box_con02 form {
	width: 100%;
}
.contact_form .box_con02 form table {
	width: 100%;
	font-size: 18px;
}
.contact_form .box_con02 form table tr {
	position: relative;
    border-collapse: collapse;
}
.contact_form .box_con02 form table tr:first-child td:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr th {
	width: 35%;
	font-weight: normal;
	padding: 1em .5em;
    color: #333;
	position: relative;
}
.contact_form .box_con02 form table tr th span {
    padding: 5px 1em;
    color: #ff0000;
    margin-left: 0.5em;
	font-size: 16px;
	font-weight: bold;
}
.contact_form .box_con02 form table tr th:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr td {
	position: relative;
	padding: 1em .5em;
}

.contact_form .box_con02 form table tr td:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr .box_br {
	display: block;
}
.contact_form .box_con02 form table tr select,
.box_con02 form table tr textarea,
.box_con02 form table tr .wide {
	width: 80%;
	height: 3em;
	padding: .5em;
	background-color: #f2f2f2;
    border-radius: 13px;
}
.contact_form .box_con02 form table tr textarea {
	height: 10em;
}

.contact_form .post{
    width: 30%;
    height: 3em;
    padding: 0.5em;
    background-color: #f2f2f2;
    border-radius: 13px;
}

/* 送信ボタン
--------------------------------------*/
.contact_form .btn {
 	text-align: center;
	margin: 2em 0;
}
.contact_form .btn input {
    font-size: 28px;
	font-family: "Zen Old Mincho";
	display: inline-block;
	background: #dd740b;
	padding: .5em 1em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	transition: all 0.4s;
	border-radius: 10px;

}
.contact_form .btn input:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
/*==================================================
中古車買取簡易見積りフォーム
===================================*/
#from2{
	margin-bottom: 10em;
}
#from2 h3{
	text-align: center;
}
#from2 p{
	width: 50%;
    margin: 0 auto;
    margin-top: 3em;		
}
/*==================================================
車検見積フォーム
===================================*/
#from3{
	margin-bottom: 10em;
}
#from3 h3{
	text-align: center;
}
#from3 p{
	width: 50%;
    margin: 0 auto;
    margin-top: 3em;		
}

















/*==================================================
 SP
===================================*/

/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1286px) {
	.under_twoborder {
		width: 30%;
	}
}

@media screen and (max-width: 1024px) {
	.under_twoborder {
		width: 40%;
	}
	table {
		width: 80%;
	}
	#from p {
		width: 60%;
	}
}
/* 850px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 850px) {
	
	.under_twoborder {
		width: 45%;
	}
	table {
		width: 90%;
	}
	#from p {
		width: 70%;
	}

	.contact_form {
		width: 100%;
	}
	.contact_form .box_con02 form table tr select,
	.box_con02 form table tr textarea,
	.box_con02 form table tr .wide {
		width: 100%;
	}
	
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 540px) {
#under_mv{
	background: url("../img/company/company_mv_sp.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5em 0;
	overflow: hidden;
}

}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.under_twoborder {
		width: 80%;
	}
/* from */	
	#from p {
		width: 100%;
	}
	table th, td {
		padding: 1.5em;
		border-color: #777;
		width: 100%;
		display: block;
	}
	.contact_form .box_con02 form table tr th {
		width: 100%;
	}
/* from2 */
	#from2 p {
		width: 100%;
	}
}
@media screen and (max-width: 391px) {

}












