@charset "UTF-8";
/* CSS Document */


/****************************************************************************************************
お問い合わせフォーム・個人情報保護方針
****************************************************************************************************/

/*コンテンツエリア*/
.ctpvBox h4 {
	padding-bottom: 20px;
}
.ctpvBox h5 {
	padding-top: 15px;
}
.ctpvBox h6 {
	padding-top: 20px;
}

.tel {
	font-size: 22px;
}

.ctpvBox {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
}
.result {
	text-align: center;
	margin: 0 auto;
}

.ctpvBox form table,
table#form  { /*table#formはClipMailの各種ステータス画面用*/
	width: 1000px;
	margin: 20px 0;
	text-align: left;
} 
.ctpvBox form table th,
table#form tbody tr th { /*table#formはClipMailの各種ステータス画面用*/
	width: 25%;
	background-color: #EEEEEE;
	padding: 20px 18px;
	border: solid 1px #fff;
	text-align: left;
	overflow: visible;
}
.ctpvBox form table td,
table#form tbody tr td { /*table#formはClipMailの各種ステータス画面用*/
	width: 75%;
	background-color: #f6f6f6;
	padding: 20px 18px;
	border: solid 1px #fff;
	text-align: left;
	overflow: visible;
}
.ctpvBox form table td p {
	margin-top: 0rem;
}
.ctpvBox form table td input,
.ctpvBox form table td select {
	margin: 5px;
	padding-left: 3px;
	height: 28px;
	vertical-align: middle;
}
.textbox {
	width: 200px;
}
.textbox.short {
	width: 100px;
}
.textbox.long {
	width: 300px;
}
.ctpvBox form table td select {
	width: 200px;
}

.radioBox {
	display: flex;
	gap: 30px;
}

.fmBtn {
	width: 250px;
	height: 50px;
	border: none;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	background-image: url("../img/common/buttonparts.png");
	background-repeat: no-repeat;
	background-position: top 16px left 43px;
	margin: 30px 15px;
	cursor: pointer;
}
.fmBtn.rst {
	background-color: #999999;
}
.fmBtn.rst:hover {
	background-color: #BABABA;
}
.fmBtn.sbt {
	background-color: #666666;
}
.fmBtn.sbt:hover {
	background-color: #8B8B8B;
}


@media screen and (max-width: 750px) {

	.ctpvBox {
		max-width: 360px;
		padding: 30px 10px;
	}
	.ctpvBox h4 {
		padding-bottom: 10px;
	}
	.ctpvBox h5 {
		padding-top: 10px;
	}
	.ctpvBox h6 {
		padding-top: 10px;
	}

	.ctpvBox form table,
	table#form,
	table#form tbody,
	table#form tbody tr { /*table#formはClipMailの各種ステータス画面用*/
		width: 100%;
		display: block;
	} 
	.ctpvBox form table th,
	table#form tbody tr th { /*table#formはClipMailの各種ステータス画面用*/
		width: 100%;
		display: block;
		padding: 10px;
	}
	.ctpvBox form table td,
	table#form tbody tr td { /*table#formはClipMailの各種ステータス画面用*/
		width: 100%;
		display: block;
		padding: 15px;
	}
	.textbox {
		width: 95%;
	}
	.textbox.long {
		width: 95%;
	}
	.ctpvBox form table td textarea {
		width: 100%;
	}
	.fmBtn {
		margin: 10px;
	}


}