@charset "UTF-8";
/*------------------------
お問い合わせ
------------------------*/
.contact {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
.contact h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.02;
	margin-bottom: 40px;
}

.contact h2 b {
	font-size: 44px;
	vertical-align: -.06em;
}
.contact table{
	margin-bottom: 50px;
}
.contact table tr th,
.contact table tr td{
	padding: 25px 25px;
	line-height: 1.8;
}
.contact table tr th {
    background: var(--accentcolor);
    width: 300px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.contact table tr:last-child th{
	border-bottom: 0;
}
.contact table tr td{
	border-bottom: 1px solid #c9c9c9;
}
.contact table tr:first-child td{
	border-top: 1px solid #c9c9c9;
}
.contact table tr td label {
    display: block;
    margin-right: 30px;
    cursor: pointer;
}
.contact table tr td .wpcf7-list-item:last-child label{
	margin-bottom: 0;
}
.contact table tr td .placeholder {
	font-size: 14px;
	padding-top: 10px;
	color: #b0b0b0;
	line-height: 1;
}
.contact .btn p{
	text-align: center;
}
.contact input[type="submit"]:hover{
	transform: translateY(5px);
	opacity: .8;
}
.contact .wpcf7-spinner{
	display: none;
}

/*------------------------
thanks
------------------------*/
.thanks {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
.thanks h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
.thanks p {
	font-size: 18px;
	text-align: justify;
}