/*
Theme Name:108towa
Theme URI:
Description:「monolith」の子テーマ
Template:monolith_tcd042
Author:
Author URI:
Version:1.10
*/

/* TOP アイキャッチ 文字 */
#header_content .catch {
	color: #000;
}
#header_content .item4 .catch {
	color: #fff;
}

/* TOP 3BOX 調整 */
.index_box_list .headline {
    display: table;
    width: 130px;
    height: 130px;
    margin: 0 auto 15px;
    line-height: 130px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.index_box_list .desc {
    height: 30px;
    line-height: 2.2;
    margin: 0 0 15px 0;
    overflow: hidden;
}
#index_box p {
	text-align:center;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/* TOP 追加メッセージ調整 */
.towa_msg {
	float:left;
	width:46%;
	padding:1rem;
}
@media screen and (max-width:768px) {
.towa_msg {
	width:98%;
}
}

/*査定お問合せ２はじめ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}



table.CF7_table th{
    vertical-align: middle !important;
    text-align: left !important;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
	margin-left: 10px;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em; /* !important*/
	padding: 5px; /*!important*/
	background: #9b98fc;/*グレー*/
	color: #fff;
	border-radius: 3px; /* !important*/
	margin-right:1em; /* !important*/
	margin-left: 10px;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30% !important;/*横幅*/
	background-color:#ebedf5 !important;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
	.post_content td, .post_content th {
	padding: 0 !important;
	}
	.wpcf7 input, .wpcf7 textarea {
		width: auto !important;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ccc;
		line-height: 1.2;
		padding: 5px 5px 5px 5px;
		margin: 12px 12px;
	  }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#112c4a;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	width: 225px !important;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
/*査定お問合せ２おわり*/