









/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	☆彡引っ越し専用CSS☆彡

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 電話じゃない番号へのaタグ */
.no_tel {
	pointer-events: none;
}


/* ================================================================================

	PC設定

================================================================================ */
@media (min-width: 768px) {

	/* 見出し
	----------------------------------------------- */
	.form_komoku {
		font-size: 24px;
		padding: 0.4em 0.7em;
		border-left: 0.4em solid #00a0e9;
		font-weight: 400;
		border-bottom: dashed 1px #7e7e7e;
		margin: 2em auto 1em !important;
		background: #fcfcfc;
		color: #595959;
	}
	.form_komoku_en {
		font-size: 16px;
	}
	.informaton_table .hissu2,
	.komoku_table .hissu2 {
		color: #ff0000;
	}

	/* 基本情報など
	----------------------------------------------- */
	.informaton_table table {
		border-collapse: collapse;
		width: 100%;
		margin: 0 auto;
	}
	.informaton_table th,
	.informaton_table td {
		font-size: 16px;
		font-weight: 300;
		text-align: left;
		border: 1px solid;
		padding: 1em 0.5em;
		border-color: #dcdcdc;
	}
	.informaton_table th {
		width: 20%;
		background-color: #f8f8f8;
	}
	.informaton_table td {
		width: 80%;
	}

	.informaton_table input {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: solid 1px #cccccc;
		padding: 7px;
	}

	/* 備考入力文 */
	span.nyuryoku_biko {
		color: #666666;
		font-size: 12px!important;
		margin-left: 6px;
	}

	/* 未入力注意文 */
	span.wpcf7-not-valid-tip {
		color: #FF0000;
		font-size: 12px!important;
		margin-left: 6px;
		display: inline-block!important;
	}

	/* 色々 */
	.informaton_table .wpcf7-list-item span,
	.informaton_table .wpcf7-list-item input {
		display: inline-block;
		vertical-align: middle !important;
	}
	.informaton_table span.wpcf7-list-item.first {
		display: inline-block;
		margin: 0 0 0 0;
	}
	.informaton_table div.wpcf7-validation-errors,
	.informaton_table div.wpcf7-acceptance-missing {
		background-color: #E16161;
		color: #ffffff;
		border: 0!important;
	}


	/* 項目のテーブル
	----------------------------------------------- */
	.komoku_table {
	}
	.komoku_table table {
		width: 100%;
	}
	.komoku_table table td {
		width: 25%;
		font-size: 16px;
		text-align: center;
		padding: 1em 0;
		border: 1px solid #dcdcdc;
	}
	.list_pic {
		margin-top: 5px;
		text-align: center;
	}
	.list_pic img {
		width: 90px;
	}


	/* 備考欄
	----------------------------------------------- */
	.def_text {
		font-size: 16px;
		color: #FF0000;
		padding: 0 0 10px 0;
	}
	.biko_text_area textarea[name="biko_text"] {
		width: 100%;
		height: 350px !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: solid 1px #cccccc;
		padding: 0.5em;
	}


	/* 修正するボタン
	----------------------------------------------- */
	.btn_submit input[type="button"] {
		margin-left: 8px;
	}
}





/* ================================================================================

	SP設定

================================================================================ */
@media (max-width: 767px) {

	/* SPの項目消すとき */
	.sp_nashi {
		display: none !important
	}

	/* 見出し
	----------------------------------------------- */
	.form_komoku {
		font-size: 5vw;
		padding: 0.4em 0.7em;
		border-left: 0.4em solid #00a0e9;
		font-weight: 400;
		border-bottom: dashed 1px #7e7e7e;
		margin: 2em auto 1em !important;
		background: #fcfcfc;
		color: #595959;
	}
	.form_komoku_en {
		font-size: 3.5vw;
	}
	.informaton_table .hissu2,
	.komoku_table .hissu2 {
		color: #ff0000;
	}

	/* 基本情報など
	----------------------------------------------- */
	.informaton_table table {
		border-collapse: collapse;
		width: 100%;
		margin: 0 auto;
	}
	.informaton_table th,
	.informaton_table td {
		display: block;
		font-size: 3.5vw;
		font-weight: 300;
		text-align: left;
		border-left: 1px solid;
		border-right: 1px solid;
		border-bottom: 1px solid;
		padding: 1em 0.5em;
		border-color: #dcdcdc;
	}
	.informaton_table th {
		background-color: #f8f8f8;
	}
	.informaton_table td {
	}
	.informaton_table tr:first-of-type th {
		border-top: 1px solid #dcdcdc;
	}

	.informaton_table input {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: solid 1px #cccccc;
		padding: 0.5em;
	}

	/* 備考入力文 */
	span.nyuryoku_biko {
		color: #666666;
		font-size: 3vw;
		margin-left: 0.4em;
	}

	/* 未入力注意文 */
	span.wpcf7-not-valid-tip {
		color: #FF0000;
		font-size: 3vw;
		margin-left: 0.4em;
		display: inline-block!important;
	}

	/* 色々 */
	.informaton_table .wpcf7-list-item span,
	.informaton_table .wpcf7-list-item input {
		display: inline-block;
		vertical-align: middle !important;
	}
	.informaton_table span.wpcf7-list-item.first {
		display: inline-block;
		margin: 0 0 0 0;
	}
	/* 送信ボタン */
	.informaton_table .btn_submit {
		margin: 8vw 0 0 0;
	}
	.informaton_table div.wpcf7-validation-errors,
	.informaton_table div.wpcf7-acceptance-missing {
		background-color: #E16161;
		color: #ffffff;
		border: 0!important;
	}


	/* 項目のテーブル
	----------------------------------------------- */
	.komoku_table {
	}
	.komoku_table table {
		width: 100%;
		clear: both;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
	.komoku_table table td {
		display: block;
		width: 50%;
		height: 47vw;
		font-size: 3.5vw;
		letter-spacing: 0;
		text-align: center;
		padding: 1em 0;
		border-left: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
		float: left;
	}
	.list_pic {
		margin-top: 3vw;
		text-align: center;
	}
	.list_pic img {
		width: 20vw;
		height: 20vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}


	/* 備考欄
	----------------------------------------------- */
	.def_text {
		font-size: 3.5vw;
		color: #FF0000;
		padding: 0 0 3vw 0;
	}
	.biko_text_area textarea[name="biko_text"] {
		width: 100%;
		height: 30vw !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: solid 1px #cccccc;
		padding: 0.5em;
	}


	/* 修正するボタン
	----------------------------------------------- */
	.btn_submit input[type="button"] {
		margin-left: 8px;
	}
}





/* ================================================================================

	Confirm Plus Contact Form 7 ※確認画面追加プラグイン

================================================================================ */

/* テーブル */
#wpcf7cpcnf table {
	border: none;
	width: 100%;
	font-size: 0.9em;
}
#wpcf7cpcnf table th {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
#wpcf7cpcnf table td {
	border: 1px solid #cccccc;
	color: #000000;
}

/* ボタン */
#wpcf7cpcnf button {
	background-color: #666666;
	color: #ffffff;
	border: none;
	cursor: pointer;
	cursor: hand;

	opacity: 1;
	transition-property: color,opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	padding: 0.4em 2em 0.3em;
	font-size: 1em;
}
#wpcf7cpcnf button:hover {
	opacity: 0.6;
}


/* (現住所)(引越先) の文言 */
.title-contactform7-none {
	display: none;
}
#wpcf7cpcnf .title-contactform7-none {
	display: inherit;
}



/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wpcf7cpcnf table th {
		width: 25%;
		padding: 0.3em 0.5em;
	}
	#wpcf7cpcnf table td {
		width: 75%;
		padding: 0.3em 0.5em;
	}

	/* ボタン */
	#wpcf7cpcnf button {
		font-size: 18px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wpcf7cpcnf table th {
		width: 50%;
		font-size: 3.2vw;
		padding: 0.3em;
	}
	#wpcf7cpcnf table td {
		width: 50%;
		font-size: 3.2vw;
		padding: 0.3em;
	}

	/* ボタン */
	#wpcf7cpcnf button {
	}
}