@charset "UTF-8";


#form {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#form .w1 {
	width: 100%;
}

#form .w2 {
	width: 100px;
}

#main4 .let1 {
	position: absolute;
	top: 68px;
	right: 45px;
	width: 490px;
}

#form .cat {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #82CAE5;
	margin-bottom: 40px;
}

#tablebox {
	width: 800px;
	margin: 0 auto;
}

#tablebox table {
	width: 100%;
	font-size: 1.6rem;
	border-collapse: collapse;
}


#form input,
#form textarea,
#form select {
	border: 1px solid #333;
	padding: 4px;
	border-radius: 4px;
	margin-bottom: 2px;
	box-sizing: border-box;
}

#form th {
	width: 40%;
	text-align: left;
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#form th.nb,
#form td.nb {
	border-bottom: none;
	padding-top: 20px;
}
#form td {
	width: 60%;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#form td .wpcf7-not-valid-tip {
	font-size: 1.2rem;
	font-weight: bold;;
}

#form td .wpcf7-spinner {
	display: block;
}


#form .cm4cf7-confirm-value {
	background: none;
}

#form input[type="submit"],
#form button.cm4cf7-return-button {
	background: linear-gradient(90deg, #26E0F5 0%, #30A0DD 100%);
	color: #fff;
	padding: 12px 24px;
	font-size: 1.8rem;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	margin: 0 10px;
}

/* ホバー時 */
#form input[type="submit"]:hover,
#form button.cm4cf7-return-button:hover {
	opacity: .8;
}

#form input[type="file"] {
	border: none;
}

/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {




#form {
	width: 86%;
	padding-top: 40px;
	padding-bottom: 50px;
	box-sizing: border-box;
}


#main4 .let1 {
	position: absolute;
	top: 68px;
	right: 0;
	width: 241px;
}

#tablebox {
	width: 100%;
}

#tablebox table {
	width: 100%;
	font-size: 1.6rem;
}


#form input,
#form textarea,
#form select {
	border: 1px solid #333;
	padding: 4px;
	border-radius: 4px;
}
#form input[type="file"] {
	width: 100%;
	max-width: 300px;  /* お好みの幅に */
	box-sizing: border-box;
}

#form th {
	width: 100%;
	display: block;
	padding: 5px 0;
	border-bottom: none;
}
#form td {
	width: 100%;
	display: block;
	padding: 0 0 10px;
}

#form td .wpcf7-not-valid-tip {
	font-size: 1.2rem;
	font-weight: bold;;
}


.wpcf7-list-item {
	display: block !important;
}






}
