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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    /*font-weight: normal;
    font-size: 100%;*/
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


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

/* Body
------------------------------------------------------------- */
body	{
	background: #e9f2fb;
	color: #000;
	font-size: 16px !important;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1.6;
}


/* Form
------------------------------------------------------------- */
input[type="text"], 
input[type="email"], 
input[type="tel"] {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	box-shadow: none;
	font-size: 1em !important;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
	padding: 0.5em 1em;
}

input[disabled=""] {
	background-color: #f4f4f4 !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background: url(../images/select-arrow.png) 90% 50% no-repeat;
	background-size: 9px 6px;
	border: 1px solid #ebebeb !important;
	border-radius: 4px;
	box-shadow: none !important;
	font-size: 1em !important;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
	padding: 0.5em 2em 0.5em 1em !important;
}
select[disabled=""] {
	background-color: #f4f4f4 !important;
}


/* Mialformpro override
------------------------------------------------------------- */
.must {
	background-image: none !important;
	box-shadow: none !important;
	font-size: 9px !important;
	padding: 1px 3px 0px !important;
	text-shadow: none !important;
}
.mfp_ok {
	display: none !important;
}
div.mfp_err {
	background-image: none !important;
	padding-left: 0 !important;
}

form#mailformpro dl dt {
	background: none !important;
	border-color: #ddd !important;
	font-weight: bold;
	padding: 20px 0 10px !important;
	width: 220px !important;
}
form#mailformpro dl dd {
	background: none !important;
	border-color: #ddd !important;
	padding: 15px 10px 15px 240px !important;
}
form#mailformpro dl dt:first-child, 
form#mailformpro dl dt:first-child + dd {
	border-top: 0px !important;
}
dd.mfp ol {
	padding: 5px 0 !important;
}
dd.mfp ol li {
	padding: 0 0 10px !important;
}
dd.mfp p {
	margin: 5px 0;
}
.mfp_element_file {
	background: none !important;
	border: 0px !important;
	border-radius: none !important;
	box-shadow: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.mfp_buttons {
	margin-top: 30px;
}
button.mfp_element_all {
	background: #eee !important;
	padding: 8px 20px !important;
	text-shadow: none !important;
}
button.mfp_attached_reset, 
button#mfp_button_cancel {
	background: #eee !important;
	color: #999 !important;
	padding: 8px 20px;
	text-shadow: none;
}
button.mfp_element_submit, 
button#mfp_button_send {
	background: #2982db !important;
	border: 1px solid #0060d8 !important;
	color: #fff !important;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	padding: 8px 20px;
	text-shadow: none;
}
button:hover.mfp_element_submit, 
button:hover#mfp_button_send {
	background: #0060d8 !important;
}


/* Layout
------------------------------------------------------------- */

header {
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefefe 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	height: 74px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
}
header h1 img {
	margin-top: 15px;
	width: 226px;
}
header img.tel {
	position: absolute;
	right: -3px;
	top: 0;
	width: 326px;
}

.main {
	width: 860px;
	margin: 0 auto;
	position: relative;
}
.main_content {
	background: #fff;
	padding: 80px 0 0;
	box-sizing: border-box;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

footer {
	background: #b4b4b4;
	color: #fff;
	font-size: 11px;
	margin: 50px 0 0;
	padding: 20px 10px 20px;
	text-align: center;
}



/* Parts
------------------------------------------------------------- */

strong {
	font-weight: bold;
}

/* loan ----------*/
#loan form {
	padding: 0 50px !important;
}
#loan h1 {
	margin-bottom: 30px;
	text-align: center;
}
#loan h2 {
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 2px 0;
	text-align: center;
}
#loan h2 span {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	display: block;
	padding: 15px 0 10px;
}
#loan h3 {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 5px 0;
}
#loan > p {
	text-align: center;
}

#bonus {
	padding-top: 10px;
}
#partner, #householder, #property, #other_car {
	display: inline;
}

/* thanks ----------*/
.thanks {
	text-align: center;
}
.thanks h1 {
	margin-bottom: 20px;
}
.thanks p {
	margin-bottom: 2em;
}
.thanks .goIndex {
	padding: 3em 0;
}

/* meiwaku ----------*/
.meiwaku {
	border: solid 5px #3498db;
	padding: 30px 40px 15px;
	margin: 20px 80px 100px;
	text-align: left;
}
.meiwaku h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline;
	text-align: center;
}
.meiwaku p {
	margin-bottom: 15px;
}
.meiwaku p strong {
	font-weight: bold;
}


/* Responsive
------------------------------------------------------------- */
@media screen and (max-width: 859px) {
	
	.main {
		width: 100%;
	}
	
}

@media screen and (max-width: 800px) {
	
	.must {
		margin-right: 10px !important;
	}
	form#mailformpro dl dt {
		background: none !important;
		border-color: #ddd !important;
		font-weight: bold;
		padding: 15px 0 0 !important;
		width: 100% !important;
	}
	form#mailformpro dl dd {
		background: none !important;
		border-color: #ddd !important;
		padding: 10px 0 15px 0 !important;
	}
	
	header h1 img {
		margin-left: 10px;
	}
	header img.tel {
		right: 10px;
	}
	
	#loan form {
		padding: 30px 20px !important;
	}
	#loan h2 {
		font-size: 24px;
		margin-bottom: 20px !important;
	}
	#loan h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	
	body {
		font-size: 90% !important;
	}
	
	header {
		height: 50px;
	}
	header h1 img {
		margin-top: 10px;
		width: 45%;
	}
	header img.tel {
		width: 45%;
	}
	
	.main_content {
		padding: 40px 0 0;
	}
	.thanks {
		padding: 0 20px;
	}
	.thanks h1 {
		font-size: 1.3em;
	}
	
	.meiwaku {
		border-width: 4px;
		margin: 20px 0;
		padding: 20px 20px 10px;
	}
	.meiwaku h3 {
		font-size: 14px;
	}
}


