@charset "UTF-8";

/* -----------------------------------------------------------
	Contents
----------------------------------------------------------- */

#rwdMenuWrap {display: none !important;}


#naviN ul li:nth-of-type(10) a {
	border-bottom: 2px solid #000 !important;
}

body {background: none !important;}

.body_contents .wrap_p {
	margin-top: 80px;
}


.body_contents h2 {
	margin-bottom: 30px;
}
.body_contents h2.h2_svg img {
	height: 50px;
}
.body_contents .content_wrap {
	margin-left: 50px;
}
.body_contents .txt_main {
	font-size: 20px;
}





/*------------------------------------------------------------------------------------------*/









/*********見出し*********/

h1{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 40px;
	color: #eee;
	background-color: #307eab;
	padding-left: 20px;
	margin: 36px auto 30px;
	width: 940px;
	height: 40px;
}

h1 i{
	font-size:18px;
	color:#b3b3b3;
	margin-right:6px;
}


/*********コンテンツ********/

h3 {
	font-size: 17px;
	margin-left: 5px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 span{
	color:#444;
}

h2#context{
	font-size: 15px;
	margin-left: 10px;
	font-weight: normal;
}
h2#context span{
	font-size: 13px;
}
h2#context span span.hissu {
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	color:#D50003;
	width:30px;
	height:16px;
	border:1px solid #D50003;
	padding:1px;
}

/* -----------------------------------------------------------
     問い合わせ
----------------------------------------------------------- */


.tableWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}


/**********問い合わせ情報**********/

table#contactinfo{
	margin-top:12px;
	margin-bottom: 20px;
}

input.form-field{
	width:400px;
	font-size:13px;
	color: #333;
	padding:4px 8px;
}
input.yubin-field{
	width:100px;	
	font-size:13px;
	color: #333;
	padding:4px 8px;
}
textarea.form-field{
	width:600px;
	font-size:13px;
	color: #333;
	padding:4px 8px;
	margin-top:5px;
}
.form-field:focus,
.yubin-field:focus {
	background: #f2f2f2;
	color: #000000;
}
.example{
	font-size:13px;
	color: #000;
	margin-left:10px;
}
td img{
	margin:0 0 2px 5px;
}
.mb24{
	padding-bottom:24px;
}


/**********テーブル**********/

table{
	border-spacing:0;
	border-collapse:collapse;
}

tr{
	height:64px;
	font-size:18px;
}

th,td{
	display:inline-block;
	text-align:left;
}

th{
	width:200px;
	vertical-align:middle;
	color:#6a635b;
	font-weight: normal;
	margin-right:20px;
	padding:10px 0;
}
td{
	width:500px;
	background:#fff;
	padding:10px 0 10px 15px;
}
th span {
	margin-left: 0.8em;
}


select{
	font-size:14px;
	background:#f2f2f2;
	padding: 0.5em;
	border-radius: 4px;
}

.mlr20{
	margin:0 10px 0 50px;
}

.ml5{
	margin-left:5px;
	margin-right:5px;
}
.ml5f{
	margin-right:5px;
}



table#contactinfo th{
	position:relative;
}

table#contactinfo th span{
	float: right;
	margin-top:6px;
	margin-right: 0.5em;
	font-size:11px;
	line-height:16px;
	text-align:center;
	color:#D50003;
	/*top:14px;*/
	/*right:12px;*/
	width:30px;
	height:16px;
	border:1px solid #D50003;
	padding:0;
}




/* -----------------------------------------------------------
    査定フォーム
----------------------------------------------------------- */


input.form-field{
	width:478px;
	font-size:16px;
	line-height:1.5;
	border: 1px solid #c7c7c7;
	color: #333;
	padding:4px 10px;
}
input.yubin-field{
	width:100px;	
	font-size:13px;
	border: 1px solid #c7c7c7;
	color: #333;
	padding:4px 8px;
}
input.small-field{
	width:40px;	
	font-size:13px;
	border: 1px solid #c7c7c7;
	color: #333;
	padding:4px 8px;
}
textarea.form-field{
	width:478px;
	font-size:13px;
	border: 1px solid #c7c7c7;
	color: #333;
	padding:4px 10px;
	margin-top:5px;
}
.form-field:focus,
.yubin-field:focus,
.small-field:focus {
	background: #f8f5f2;
	color: #000000;
}
.example{
	font-size:11px;
	color: #999;
	margin-left: 10px;
}

/**********年末年始の案内**********/

div.ny_info{
width:730px;
margin:0 auto;
padding:10px;
background:#DD0000;
color:#fff;
font-size:12px;
line-height:1.5;
}


/**********注釈**********/

.pp p{
	font-size:15px;
	text-align:center;
	margin:20px 0;
}
.pp a{
	color:#0071bc;
	text-decoration:underline;
}
.pp a:hover{
	text-decoration:none;
}


/*********確認ボタン********/


.submit{
	margin:20px auto 70px;
}

.submit input{
	display:block;
	text-align:center;
	margin:0px auto;
	outline:none;
}

.css_btn_class {
	font-size:16px;
	font-weight:normal;
	width: 270px;
	padding: 10px 0px;
	border: 1px solid #888;
	border-radius: 2px;
	text-decoration:none;
	background:#f2f2f2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;

}.css_btn_class:hover {
	color: #fff;
	background-color:#444;
}

.css_btn_class:active {
	position:relative;
	top:1px;
}




/**********完了*********/

#comp p{
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	color:#5b4c3b;
	text-align: center;
	margin: 100px auto;
}
.submit a{
	display:block;
	width:200px;
	text-align:center;
	margin:100px auto;
	outline:none;
}



#privacy-policy {
	width:697px;
    height: 200px;
    border: 1px #c4bfb8 solid;
    overflow-y: scroll;
	margin:auto;
	padding:20px 20px 0;
}
#privacy-policy .wrap {
	width:690px;
}

#privacy-policy .content_wrap {
	margin-left: 30px;
}

#privacy-policy h2 {
	margin-bottom: 20px;
}

#privacy-policy h2.h2_svg img {
	height: 22px;
}

#privacy-policy .privacy > div:nth-of-type(1) {font-weight: 700;font-size: 17px;margin-bottom: 0.5em;}
#privacy-policy .privacy > div:nth-of-type(2) {font-weight: 400;font-size: 13px;margin-bottom: 1em;}

#privacy-policy .privacy ol li > div:nth-of-type(1){
	font-size: 17px;
}
#privacy-policy .privacy ol li > div:nth-of-type(2){
	font-size: 13px;
}
#privacy-policy .privacy ol li ol li{
	font-size: 13px;
}

.privacy_foot{
	margin-top:20px;
	font-size: 13px;
}


div.ppcb{
	width:520px;
    font-size: 21px;
	text-align:center;
    margin: 20px auto 0;
}
#policy-checkbox {
    margin: 10px;
    transform: scale(1.5);
}


div.ppcb label{
  display:block;
  position:relative;
  padding-left:1em;
}
div.ppcb label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

#register{
    cursor: pointer;
}

input#register:disabled {
  color: #ddd;
  background-color: #eee;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}