@charset "UTF-8";
/* CSS Document */
/* --------

@_ reset & default

-------- */
html {
	height: 100%;
}
body {
	background: #FFF;
	color: #333;
	font: 10px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic";
	text-align: center;
}
* + html body {
	font-family: 'ＭＳ ゴシック';
	font-size: 62.5%;
}
/* for IE7 */
* html body {
	font-family: 'ＭＳ ゴシック';
	font-size: 62.5%;
}
/* for IE6 */
a {
	color: #06C;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:link {
	color: #06C;
}
a:visited {
	color: #999;
}

.line01 {
    border-bottom: 1px dotted #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img {
	vertical-align: bottom;
}
body, div, dl, h1, h2, h3, h4, h5, h6,
ol, ul, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}
ul, ol, dl {
	margin: -3px 0 -3px;
}
li, dt, dd {
	margin: 0;
	padding: 3px 6px 3px 0;
}
table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: none;
	display: table;
	font-size: 100%;
	width: 100%;
}
th {
	font-weight: normal;
	text-align: left;
}
th, td {
	border: 1px solid #CCC;
	padding: 8px 8px;
}
/* clearfix */
.group:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .group {
	zoom: 1;
}
/* for IE6 */
*:first-child + html .group {
	zoom: 1;
}
/* for IE7 */
/* --------

@_ form default

-------- */
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	vertical-align: middle;
}
input[type="text"], .input_text {
	margin: 0;
	padding: 5px 4px;
	vertical-align: middle;
	width: 14em;
	height: 30px;
}
td .input_min {
	width: 2em;
}
td .input_S {
	width: 3em;
}
td .input_R {
	width: 8em;
}
td .input_M {
	width: 80%;
}
td .input_L {
	width: 20em;
}
td .input_X {
	width: 28em;
}
td .input_max {
	width: 95%;
}
/*
.input_num { text-align:right; }
*/
input[type="radio"],
input[type="checkbox"],
.radio, .checkbox {
	margin: 0;
	padding: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
a::-moz-focus-inner,
button::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}
textarea {
	line-height: 1.5;
	width: 20em;
}
textarea.yoyaku {
    line-height: 1.5;
    height: 30px !important;
}
select {
	cursor: pointer;
}
label {
	cursor: pointer;
	vertical-align: middle;
}
/* --------

@_ common class

-------- */
.wrapper {
	font-size: 100%;
	/* -- font-size -- */
	margin: 18px auto;
	text-align: left;
	/*width: 780px;*/
}
.formHead {
	background: #FFF;
	border: 3px solid #EEE;
	padding: 9px 12px;
	margin-bottom: 36px;
}
.formTitle {
	color: #666;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px solid #EEE;
	margin-bottom: 6px;
}
/* -- 項目のグループ分け -- */
.formGroup {
	margin: 0 12px 36px;
}
.formGroup_title {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0;
	padding: 5px 12px;
	background-color: #64645F;
}
.formTable th {
	background: #EEE;
	width: 12em;
}
th.required {
	font-weight: bold;
}
.required_mark {
	color: #C00;
}
.notice {
	padding: 9px 0;
}
/* -- マーカーなしのリスト -- */
ol.noMarkList, ul.noMarkList {
	list-style: none outside;
}
/* -- 横並びのリスト -- */
.inlineList {
	list-style: none outside;
}
.inlineList li,
.inlineList dt,
.inlineList dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* -- ボタンを囲う -- */
.submitWrapper {
	padding: 0 12px;
	text-align: center;
	margin-bottom: 36px;
}
/* --------

@_ input

-------- */
/* -- ラジオボタンのリスト -- */
.radioList li {
	margin-right: 4px;
}
fieldset, .fieldset {
	border: 1px solid #CCC;
	padding: 8px 11px;
}
/* -- プライバシーポリシー -- */
.pp_text {
	padding: 15px 15px;
}
.pp_title {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 9px;
}
.pp_list {
	list-style: none outside;
	margin: 0 6px;
}
.pp_list > li {
	padding: 9px 0;
}
.pp_list > li + li {
	border-top: 1px solid #EEE;
}
.pp_list > li > h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}
.pp_massage_intro {
	padding: 0 6px 9px;
	text-align: left;
}
.pp_massage_submit {
	padding: 3px 0;
	text-align: center;
	margin-bottom: 9px;
}
#error .formTitle {
	background: url(../images/icon_attention.jpg) no-repeat left center;
	padding-left: 32px;
}
.error_message {
	margin-bottom: 36px;
	padding: 8px 0;
}
#complete .formTitle {
	background: url(../images/icon_complete.jpg) no-repeat left center;
	padding-left: 32px;
}
.complete_message {
	margin-bottom: 36px;
	padding: 8px 0;
}
/* -- ボタン -- */
.buttonLook {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	border: 1px solid #4BB4C7;
	border-radius: 0;
	background-color: #4BB4C7;
	box-shadow: none;
	color: #FFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 20px 0;
}
.buttonLook:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.buttonLook:active {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1;
	border: 1px solid #4BB4C7;
	background-color: #4BB4C7;
}
#formGroup_privacy {
	font-size: 120%;
	text-align: left;
}
#err_box ul {
	padding: 9px 12px;
	list-style: disc inside;
	margin: 9px 0 18px;
}
#kenri li {
	float: left;
}
.inlineList li {
	float: left;
    margin: 0 10px;
}
#car li {
	float: left;
}
.station_area {
	list-style: none;
}
/* ---------------------------------------------------------
	追加
--------------------------------------------------------- */
.wrapper {
	margin: auto auto;
	width: 950px;
}

.wrapper th, td, small {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formGroup {
	margin: auto;
}
.flow {
	margin-bottom: 20px;
	margin-left:20px;
	height: 40px;
	background: url(../images/sale-flow.jpg) no-repeat;
}
.flow li {
	text-indent: -9999px;
	list-style-type: none;
}
#confirm .flow {
	background-position: left -40px;
}
#complete .flow {
	background-position: left -80px;
}
.formGroup_title,
.formTitle {
	margin: auto;
	padding: 4px 0;
	padding-left: 18px !important;
	background: transparent url(../images/owner-headline-2.jpg) no-repeat !important;
	border-bottom: none;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
/*.formGroup_title {
	margin-bottom: 20px;
}*/
.complete_message,
.error_message {
	margin: auto;
	margin-top: 30px;
	font-size: 16px;
}
.complete_message .required_mark,
.error_message .required_mark {
	margin: auto;
	color: #DE1000;
}
#err_box {
	margin: auto 10px;
	margin-top: 30px;
	font-size: 16px;
}
#err_box ul {
	margin: auto;
	padding: 0;
}
.paragraph {
	font-size: 14px;
	margin-bottom: 20px;
}
.required_mark {
	margin-left: 10px;
	color: #DE1000;
}
.submitWrapper {
	margin-top: 30px;
	margin-bottom: auto;
	padding: 0;
}
.submitWrapper .pp_massage_submit {
	margin-bottom: 30px;
	font-size: medium;
}
.submitWrapper .pp_massage_submit #open_pp {
	color: #00A3D9;
}
#button_submit,
#button_send {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	border: 1px solid #4BB4C7;
	border-radius: 0;
	background-color: #4BB4C7;
	box-shadow: none;
	color: #FFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
#button_submit span:after,
#button_send span:after {
	margin-left: 15px;
	padding-top: 5px;
	font-size: 15px;
	/*content: "▲";*/
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
}
/*button[type="button"].buttonLook {
	margin: auto;
	margin-top: 30px;
	padding: 0;
	width: auto;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #00A3D9;
	display: inline;
	text-align: left;
	box-shadow: none;
}
*/

button[type="button"].buttonLook:before {
	margin-right: 10px;
	/*content: "▲";*/
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.formTable {
	border: none;
	font-size: 130%;
}
.formTable th,
.formTable td {
	padding: 8px 0 8px 0;
	border: none;
}
.formTable th label,
.formTable td label {
	margin-top: 20px;
	display: block;
}
.formTable th label input[type="radio"],
.formTable td label input[type="radio"] {
	margin-right: 5px;
}
.formTable th label input[type="text"],
.formTable td label input[type="text"] {
	margin: auto 0;
	/*padding: 5px 0;*/
}
.formTable th label:first-of-type,
.formTable td label:first-of-type {
	margin-top: auto;
}
.formTable th select,
.formTable td select {
	/*margin: auto 5px;*/
	padding: 11px 0;
	width: 80%;
}
.formTable th {
    width: 32%;
    background-color: transparent;
    font-weight: bold;
    vertical-align: top;
    padding: 25px 70px 25px 8px;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
    text-align: right;
    position: relative;
}

.formTable th.required::after{
	content: url(../images/ico_hissu.png);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	margin-top: 2px;
}

.formTable th.required.either::after {
	content: "どちらか\A必須";
	white-space:pre;
	position: absolute;
	display: block;
	padding: 2px;
	background: #0040FF;
	color: #FFFFFF;
	border-radius: 5px;
	line-height: 1.3;
	font-size: 10px;
	text-align:center;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	margin-top: 2px;
}

/* for IE11 */
@media all and (-ms-high-contrast:none){
  .formTable th.required.either::after{
  	top: 80px;
  }
}

.formTable th.leaseback_last_contact::after {
	content:"";
	background: none !important;
}

.formTable td small {
padding-left: 1em;
display: block;
padding-top: 0.5em;

}
.formTable td small span {
	margin-left: -1em;
}
.formTable td textarea {
	width: 80%;
	height: 150px;
}
.formTable:first-of-type {
	margin-bottom: 20px;
}

/* --------
text
-------- */
.formTable .textsizeM {
		width: 360px;
}
.formTable .textsizeS {
		width: 150px;
}

label .sinai{
	margin-left:15px;
}

li .sinai{
	margin-left:5px;
}

input.p-postal-code{
	width:50px;
}

input.p-region.p-locality.p-street-address.p-extended-address{
	width:400px;
}

p#alert1 {
    color: #fc0515;
    font-size: medium;
	text-align: center;
}
p#alert2 {
    color: #fc0515;
    font-size: medium;
	text-align: center;
}
/* プライバシーポリシー上書き */
#pp_window{
	display: none;
}

.ui-dialog{
	width: 590px !important;
}

.pp_list {
	text-align: left;
}
.setumei span {
	display:inline-block;
	width:150px;
}
#button_return {
	background-color: #666;
	border: none;
}
/* 調整css */
th.required img {
    padding: 0 30px 0 10px;
    float: right;
}
#button_submit {
	background: url(../images/submit_btn_arrow.png) no-repeat left 20px top 23px #4BB4C7;
	cursor: pointer;
}

td.leaseback_last_contact {
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 1px solid #ccc !important;
}

.formTable tr {
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}

/* validation error */
.errorMessage{
	margin-bottom: 20px;
}
.errorMessage p{
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color:#C00;
}

/* general_class */
.formTable .va_middle{
	vertical-align: middle;
}
.mb_5{
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	body{
		width: 100%;
	}
	.col2,
	.content_trouble,
	.input_L,
	.input_max,
	.buttonLook,
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td{
        box-sizing: border-box;
    }
	
	.wrapper{
		width: 95%;
	}
	.formTable tr,
	.formTable th,
	.formTable td{
		width: 100%;
	}
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td{
		display: block;
	}

	.formTable th{
		border-left: none;
		border-right: none;
	}	
	.formTable td{
		border: none;
	}
	.input_max,
	.formTable tr,
	.formTable th,
	.formTable td,
	td .input_M,
	td .input_L,
	td .input_X,
	.formTable td select,
	.formTable td textarea{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	input[type="text"],
	.input_text {
		height: 3.5em;
	}
	.formTable th {
		padding: 1em 4.5em 1em 0;
		border-bottom: none;
		text-align: left;
	}
	.formTable td {
		padding: 0.7em 0;
	}
	.formTable th br {
		display: none;
	}
}