/* CSS Document */

/* リセット */
body,div,dl,h1,h2,h3,h4,h5,h6,
ol,ul,p,pre,span,td,th,dl,dt,dd{
	margin:0;
	padding:0;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic";
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse:collapse;
}

/* フォーム基本 */
.listForm li{
	margin-bottom: 25px;
}
.listForm li:last-child{
	margin-bottom: 0;
}
@media screen and (min-width:480px){
	.listRowPc{
		display: flex;
	}
}
@media screen and (max-width:480px){
	.listRowPc{
		display: grid;
	}
	.formGroup_title {
		font-size: 20px !important;
	}
}

.listRowPc  ul{
	margin-bottom: 20px;
}
.listRowPc li{
	margin-right: 25px;
}
.listRowPc li:last-child{
	margin-right: 0;
}
input[type="text"],
input[type="email"],
select,
textarea{
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #999;
}

input[type="text"],
input[type="email"],
textarea{
	font-size: 17px;
}

/* フォームの長さ */
.input_min { width:2em; }
.input_S { width:4em; }
.input_R{ width:8em; }
.input_M { width:14em; }
.input_L { width:20em; }
.input_X { width:28em; }
.input_max { width:100%; }
textarea{ width: 100%; }

/* 「その他」でテキストフォームをつける場合 */
.otherForm{
	display: flex;
	align-items: center;
}

.otherForm_checkbox{
	margin-right: 10px;
}

.otherForm_inputText{
	flex:1;
}

/* 全体設定 */
body{
	width: 100%;
	padding: 40px 0 70px;
}

.wrapper {
	margin: 0 auto;
}

/* 必須マーク（class="required"をつけると自動で追加されます） */
.required::after {
	content: "【必須】";
	font-weight:bold;
	color: #CF4430;
}

/* ボタン */
.buttonLook {
	box-sizing: border-box;
	width: 95%;
	height: 60px;
	margin: 0 6px;
	padding: 20px;
	line-height:1;
	text-align:center;
	font-weight: bold;
	font-size: 25px;
	word-wrap: break-word;
	color: #FFF;
	cursor: pointer;
	border: none;
	border-radius: 30px;
	background-color: #BEAF87;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	box-shadow: 5px 5px 0 0 rgba(190, 175, 135, 0.4)
}

.buttonLook:hover{
	opacity: 0.7;
}

.buttonLook:focus{
	outline: none;
}

.buttonLook_icon{
	display: inline-flex;
	align-items: center;
}

.buttonLook_icon::before{
	content: url(../images/icon_check.png);
	margin-right: 10px;
}

/* プライバシーポリシー */
.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 {
	margin-bottom:40px;
	padding: 3px 0;
	text-align:center;
}

/* 送信完了・エラーページ */
#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; }


/* デザイン変更 */

.col1{
	width: 1000px;
}

.col2{
	width: 780px;
}

.col3{
	width: 590px;
}

.formHead {
	background:#FFF;
	border:3px solid #EEE;
	padding:9px 12px;
	margin-bottom:36px;
}

.step{
	margin-bottom: 40px;
}

.pageTitle{
	margin-bottom: 40px;
}

.formGroup_item{
	margin-bottom: 60px;
}

.title_smallText{
	font-weight: inherit;
	font-size: 30px;
	color: inherit;
}

.formTitle {
	color:#666;
	font-size:24px;
	font-weight:normal;
	border-bottom:2px solid #EEE;
	margin-bottom:6px;
}

.formGroup_title{
	margin-bottom: 30px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 40px;
	border-left: 2px solid #BEAF87;
}

.formtitle_leftLine{
	margin-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 17px;
	border-left: 2px solid #BEAF87;
}

.formTable,
.formTable th,
.formTable td{
	border: 1px solid #CCC
}

.formTable{
	width: 100%;
}

.formTable th,
.formTable td{
	font-size: 15px;
	padding: 25px;
}

.formTable th{
	width: 300px;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	background: #F4F4F4;
}

.formGroup_seller{
	margin-bottom: 40px;
}



/* 住所 */
.formZip{
	display: flex;
	margin-bottom: 5px;
}
.formZip_zip1{
	margin-right: 5px;
}
.formZip_zip1::after{
	content:"－";
	margin-left: 5px;
	font-size: 15px;
}
.explainAutozip{
	margin-bottom: 25px;
}
.explainAutozip_textSmall{
	font-size: 12px;
}
.explainForm{
	margin-top: 5px;
	font-size: 12px;
}
.checkSame{
	margin-bottom: 15px;
	padding: 15px;
	font-weight: bold;
	font-size: 17px;
	background: #F4F4F4;
}

.checkSame input{
	margin:0 10px 0 0;
}

/* メニュー切り替え */
.hideMenu{
	display: none;
}

@media screen and (max-width: 768px) {
	body{
		width: 100%;
	}

	.col1,
	.col2,
    .col3,
	.content_trouble,
	.input_L,
	.input_max,
	.buttonLook,
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td{
        box-sizing: border-box;
    }

	.col1,
	.col2,
	.col3,
	.buttonLook{
		width: 90%;
	}

	.input_L,
	.input_max,
	.content_trouble,
	.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;
	}

	.pagettl_form{
		height: auto;
		padding: 10px;
		background: none;
	}

	.pagettl_form h1{
		font-size: 20px;
	}

	.pagettl_form p{
		font-size: 15px;
	}

	.pagettl_inner{
		padding: 10px;
		border-left: 2px solid #A19276;
	}

	.form_ttl{
		height: 50px;
		padding-left: 10px;
		line-height: 50px;
		font-size: 15px;
	}

	.form_ttl::after{
		margin-left: -10px;
	}

	.trouble_list{
		flex-direction: column;
		padding: 10px;
	}

	.trouble_list li:nth-child(4){
		margin: 0;
	}

	.trouble_list li{
		display: flex;
		align-items: center;
		margin: 0 0 10px 0;
		min-height: 40px;
		line-height: 1.2;
		font-size: 15px;
	}

	.catch{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 20px;
		font-weight: bold;
		font-size: 16px;
	}

	.catch::before{
		width: 16px;
		height: 36px;
		margin-right: 0;
		background: url(../images/bg_catch_l.png) no-repeat left 10px/16px;
	}

	.catch::after{
		width: 16px;
		height: 36px;
		margin-left: 0;
		background: url(../images/bg_catch_r.png) no-repeat right 10px/16px;
	}

	.form_leave_date input{
		width: 4em;
	}

	.formTable .cell_check{
		padding: 20px 10px;
		text-align: left;
		border-top: 1px solid #CCC;
	}

	.labelText_check{
		display: flex;
		font-size: 15px;
		font-weight: bold;
	}

}

/* 表示テスト用
.menuMansion th{
	background: #ffc8c8;
}
.menuCommon th{
	background: #d1ffd1;
}
.menuCommon.menuLand th{
	background: #c3c3ff;
} */