<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.form .cnt .mouse-over {
	color: #dc0a23;
}
.form .cnt .form_error {
	color: #cf3737;
}
.form .cnt .mouse-over:before {
	background-size: 8px;
	padding: 0 4px;
	content: "▶";
	font-size: .5em;
	vertical-align: middle;
}
.form .cnt .clm {
	margin-bottom: 80px;
}
.form .cnt .cnt-ttl{
	font-size: 1.571em;
	margin-bottom: 30px;
	padding-bottom: 10px;
  	position: relative;
}
.form .cnt .cnt-ttl:before {
	position: absolute;
	background: linear-gradient(to right, #dc0a23 254px, #e4e4e4 10px);
	height: 6px;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
}
.form .cnt table{
	border-collapse:collapse;
	width: 100%;
}
.form .cnt td,th{
	border: 1px solid #c5c5c5;
	margin: 0 0 60px;
	padding: 20px;
}
.form .cnt th {
	background-color: #e2e2e2;
	text-align: left;
	width: 225px;
}
.form .attention .copy {
	font-size: 114.2%;
	font-weight: bold;
}
.form .attention .required{
	background-color: #cf3737;
	padding: 1px 7px 0;
	color: #ffffff;
	margin-right: 0.5em;
}
.form .pp-clm .required{
	background-color: #cf3737;
	padding: 1px 7px 0;
	color: #ffffff;
	margin-right: 0.5em;
}
.form .cnt table .required {
	background-color: #cf3737;
	padding: 1px 7px 0;
	color: #ffffff;
	float: right;
	margin-left: 14px;
}
.form .attention {
	margin-bottom: 20px;
	margin-top: 30px;
}
.form .required {
	color: #ee0000;
}
.form .cnt .pp {
	border: 1px solid #c5c5c5;
	padding: 18px;
}
.form .cnt .pp .pp-clm {
/*	background: none repeat scroll 0 0 #f8f9f9; */
	width: 244px;
	font-weight: bold;
	padding: 0.25em;
	margin: 1.5em auto 0;
	text-align: center;
}
.form .cnt .pp .pp-clm .required {
	float: none;
}
.form .cnt table input{
	padding: 5px 0;
	border: 1px #c5c5c5 solid;
}
.form .cnt table .fld-1 {
	width: 60%;
}
.form .cnt table .fld-2 {
	width: 15%;
	margin-right: 1px;
}
.form .cnt table .fld-3 {
	width: 90%;
}
.form .bt-clm .bt {
	width: 380px;
}
.form .bt-clm .input_bt {
	margin: 0 auto;
}
.form .bt-clm .send_bt {
	float: right;
}
.form .bt-clm .edit_bt {
	float: left;
}
.form .bt-clm input {
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 18px 10px 12px 10px;
	display: block;
	background-color: #e50314;
	font-size: 1.625em;
}
.form .bt-clm .edit_bt input {
	background-color: #AEAEAE;
}
.form .confirm .attention {
	margin-bottom: 40px;
}
.form .finish {
	margin-bottom: 300px;
}
.form .finish .attention {
	text-align: center;
	margin-top: 80px;
}
.form .finish #goog_conv_iframe {
	display: none;
}
/* JQuery3.4.1アップグレード対応 */
#KSDH_FORM table td{
	position: relative;
}

.c-checkboxList {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.c-checkboxList &gt; li {
	min-width: 35%;
}
/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {
	.form .cnt .pp .pp-clm {
		width: 90%;
		padding: 2.5%;
	}
	.form .cnt th,
	.form .cnt td {
		display: block;
		padding: 5%;
		width: 90%;
		margin:-1px 0 0 0;
		overflow: hidden;
	}
	.form .cnt table .fld-1 {
		width: 100%;
	}
	.form .cnt table .fld-2 {
		width: 20%;
		margin-right: 1px;
	}
	.form .cnt .cnt-ttl::before {
		background: linear-gradient(to right, #dc0a23 28.125%, #e4e4e4 10px);
	}
	.form .bt-clm .bt {
		width: 80%;
	}
	.form .bt-clm input {
		width: 100%;
		padding: 10px 5%;
	}
	.form .bt-clm .send_bt {
		margin: 0 auto 20px;
		float: none;
	}
	.form .bt-clm .edit_bt {
		margin: 0 auto;
		float: none;
	}


}</pre></body></html>