/* お問い合わせ
=========================================================================*/
main .title {
	padding: 10px 15px;
	width: 100%;
	background-color: #71B9FB;
}

main .title h1 img {
	margin: 0 auto;
	width: auto;
	height: 110px;
}

.inner {
	position: relative;
	margin: 0 auto;
	width: 1100px;
}

@media screen and (max-width:1140px) {
	.inner {
		padding: 0 15px;
		width: 100%;
	}
}

.contat {
	margin-bottom: 100px;
}

.contat p.caution {
	margin: 60px 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
}

.contat .form_container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 800px;
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
	margin-bottom: 50px;
	width: 100%;
	border: 1px solid #e5e5e5;
}

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

table.CF7_table th,
table.CF7_table td {
	padding: 10px;
}

.CF7_table th {
	width: 30%;
	background-color: #ebedf5;
	white-space: nowrap
}

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

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
	width: 100%;
	font-size: 16px;
	border: 1px solid #d8d8d8;
}

.CF7_table select {
	padding: 5px;
	font-size: 16px;
	border: 1px solid #d8d8d8;
}

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

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


/* 「送信する」ボタン */
input.wpcf7-submit {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto 80px;
	width: 305px;
	height: 64px;
	font-weight: 600;
	font-size: 18px;
	line-height: 64px;
	letter-spacing: .05em;
	text-align: center;
	color: #FFF;
	border-radius: 32px;
	background: #004A9D;
	box-shadow: 0 6px 0 rgba(0, 0, 0, .16);
	transition: all .3s;
}

input.wpcf7-submit:hover {
	opacity: 0.7;
}

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

.wpcf7-spinner {
	width: 0;
	margin: 0;
}

.contat h2 {
	margin: 60px 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
}

.contat p.tanks {
	margin: 60px 0;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}

/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	main .title h1 img {
		height: 50px;
	}

	.contat p.caution {
		margin: 40px 0;
		font-size: 17px;
	}

	/*ContactForm7カスタマイズ*/
	table.CF7_table {
		display: block;
	}

	table.CF7_table th,
	table.CF7_table td {
		display: inline-block;
		width: 100%;
	}

	.contat h2 {
		margin: 60px 0 30px;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.5em;
		text-align: center;
	}

	.contat p.tanks {
		margin: 0 0 30px;
		font-size: 14px;
	}
}

/*  480px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {

}

/*  375px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:375px) {}
