@charset "UTF-8";

/* Site CSS
=================================================================== */
.section_inner.thanks h3 {
	margin-bottom: 1.5em;
	padding-left: 0;
	border-left: none;
}

.btn.otherbtn {
	margin-top: 3em;
}

/* Offset CSS
=================================================================== */
.smpForm {
	position: relative;
	padding: 0;
	margin-bottom: 3rem;
}

.smpForm div {
	margin-top: 0;
}

@media screen and (max-width: 1024px) {

	.smpForm {
		width: 100%;
	}

}

.smpForm fieldset {
	margin: 0;
	padding: 20px 0;
}

.smpForm .ss_field:not(:first-child ):hover,
.ss_enquete_field:hover {
	background-color: transparent !important;
}

.smpForm .ss_field:nth-child(odd),
.smpForm .ss_enquete_field:nth-child(even) {
	background-color: var(--color-w);
}

.smpForm select,
.smpForm textarea,
.smpForm input[type="text"],
.smpForm input[type="password"],
.smpForm input[type="datetime"],
.smpForm input[type="datetime-local"],
.smpForm input[type="date"],
.smpForm input[type="month"],
.smpForm input[type="time"],
.smpForm input[type="week"],
.smpForm input[type="number"],
.smpForm input[type="email"],
.smpForm input[type="url"],
.smpForm input[type="search"],
.smpForm input[type="tel"],
.smpForm input[type="color"],
.smpForm .uneditable-input {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	padding: 6px 10px;
	background: var(--color-gray);
	border: 1px solid var(--color-gray);
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	font-size: 100%;
	vertical-align: middle;
	transition: 0.1s;
}

.smpForm textarea:focus,
.smpForm input[type="text"]:focus,
.smpForm input[type="password"]:focus,
.smpForm input[type="datetime"]:focus,
.smpForm input[type="datetime-local"]:focus,
.smpForm input[type="date"]:focus,
.smpForm input[type="month"]:focus,
.smpForm input[type="time"]:focus,
.smpForm input[type="week"]:focus,
.smpForm input[type="number"]:focus,
.smpForm input[type="email"]:focus,
.smpForm input[type="url"]:focus,
.smpForm input[type="search"]:focus,
.smpForm input[type="tel"]:focus,
.smpForm input[type="color"]:focus,
.smpForm .uneditable-input:focus {
	background-color: var(--color-w);
	border-color: var(--color-blue-d);
	box-shadow: none;
	outline: none;
}

.smpForm input[type="checkbox"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: inline-block;
	position: relative;
    width: 18px;
	height: 18px;
	margin: .2em .5em .2em .25em;
	padding: 0;
	background-color: var(--color-w);
	border: 1px solid var(--color-blue-d);
    cursor: pointer;
    outline: none;
	vertical-align: -.4em;
}

.smpForm input[type="checkbox"]:checked {
	background-color: var(--color-blue-d);
}

.smpForm input[type="checkbox"]:checked::before {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	width: 8px;
	height: 12px;
	border-right: 2px solid var(--color-w);
	border-bottom: 2px solid var(--color-w);
	transform: rotate(45deg);
}

.smpForm input[type="radio"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: inline-block;
	position: relative;
    width: 18px;
	height: 18px;
	margin: .2em .5em .2em .2em;
	padding: 0;
	background-color: var(--color-w);
	border: 1px solid var(--color-blue-d);
	border-radius: 50vh;
    cursor: pointer;
    outline: none;
	vertical-align: -6px;
}

.smpForm input[type="radio"]:checked {
	background-color: var(--color-blue-d);
}

.smpForm input[type="radio"]:checked::before {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	width: 8px;
	height: 12px;
	border-right: 2px solid var(--color-w);
	border-bottom: 2px solid var(--color-w);
	transform: rotate(45deg);
}

.smpForm .ss_required_field input:focus,
.smpForm .ss_required_field textarea:focus {
	border-color: var(--color-blue-d);
	box-shadow: 0 0 6px var(--color-gray);
}

.smpForm select {
	border-color: var(--color-blue-d) !important;
}

.smpForm select:focus,
.smpForm input[type="file"]:focus {
	background-color: var(--color-w);
	outline: 1px solid var(--color-blue-d);
	outline-offset: -2px;
}

.smpForm .label,
.smpForm .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: var(--color-w);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
}

.smpForm .label {
	border-radius: 4px;
	vertical-align: top;
}

.smpForm .badge {
	padding-right: 9px;
	padding-left: 9px;
	border-radius: 9px;
}

.smpForm .label:empty,
.smpForm .badge:empty {
	display: none;
}

.smpForm a.label:hover,
.smpForm a.label:focus,
.smpForm a.badge:hover,
.smpForm a.badge:focus {
	color: var(--color-w);
	text-decoration: none;
	cursor: pointer;
}

.smpForm .ss_contents fieldset {
	padding: 20px 10px;
	border-width: 0 0 1px 0;
}

.smpForm .ss_form_title {
	margin-bottom: .5em;
	padding-left: .8rem;
	font-weight: bold;
	border-left: 4px solid var(--color-blue-m);
}

.smpForm .ss_grid,
.smpForm .ss_input {
	display: block;
}

.smpForm .ss_grid .ss_input table {
	width: auto;
}

.smpForm .ss_grid .ss_input table th,
.smpForm .ss_grid .ss_input table td {
	padding: 4px 10px;
}

/* Form */
.smpForm #ss_name .ss_grid,
.smpForm #ss_name_ka .ss_grid,
.smpForm #ss_company_name .ss_grid,
.smpForm #ss_zip .ss_grid,
.smpForm #ss_prefecture_master_id .ss_grid,
.smpForm #ss_address1 .ss_grid,
.smpForm #ss_address2 .ss_grid,
.smpForm #ss_address3 .ss_grid,
.smpForm #ss_tel .ss_grid,
.smpForm #ss_email .ss_grid,
.smpForm #ss_email_conf .ss_grid {
	display: flex;
	column-gap: 4rem;
	width: 100%;
}

/* 2Form */
.smpForm #ss_name .ss_grid .ss_input,
.smpForm #ss_name_ka .ss_grid .ss_input {
	flex-basis: calc(50% - 20px);
}

.smpForm #ss_name .ss_grid .ss_leftComment,
.smpForm #ss_name_ka .ss_grid .ss_leftComment {
	display: inline-block;
	width: 3em;
}

.smpForm #ss_name .ss_grid .ss_input input,
.smpForm #ss_name_ka .ss_grid .ss_input input {
	width: calc((100% - 3em) - 6px);
}

/* 2Form(ZIP) */
.smpForm #ss_zip .ss_grid .ss_input {
	flex-basis: 18em;
}

.smpForm #ss_zip .ss_grid .ss_input input {
	width: 100%;
}

.smpForm #ss_zip .ss_grid .ss_input + .ss_input {
	flex: 1;
}

.smpForm #ss_zip .ss_grid .ss_leftComment {
	margin: 0 1em;
}

.smpForm #ss_zip .ss_grid .ss_input + .ss_input input {
	width: 30rem;
}

/* 1Form */
.smpForm #ss_company_name .ss_grid .ss_input,
.smpForm #ss_division .ss_grid .ss_input,
.smpForm #ss_position .ss_grid .ss_input,
.smpForm #ss_address1 .ss_grid .ss_input,
.smpForm #ss_address2 .ss_grid .ss_input,
.smpForm #ss_address3 .ss_grid .ss_input,
.smpForm #ss_tel .ss_grid .ss_input,
.smpForm #ss_email .ss_grid .ss_input,
.smpForm #ss_email_conf .ss_grid .ss_input {
	flex-basis: 100%;
}

/* 2Form(Prefectures) */
.smpForm #ss_prefecture_master_id .ss_grid .ss_input {
	flex-basis: 51rem;
}

.smpForm #ss_prefecture_master_id .ss_grid .ss_input input {
	width: 100%;
}


@media screen and (max-width: 1024px) {

	.smpForm #ss_name .ss_grid,
	.smpForm #ss_name_ka .ss_grid,
	.smpForm #ss_company_name .ss_grid,
	.smpForm #ss_prefecture_master_id .ss_grid,
	.smpForm #ss_address1 .ss_grid,
	.smpForm #ss_address2 .ss_grid,
	.smpForm #ss_address3 .ss_grid,
	.smpForm #ss_tel .ss_grid,
	.smpForm #ss_email .ss_grid,
	.smpForm #ss_email_conf .ss_grid {
		flex-direction: column;
		row-gap: 2rem;
	}

	.smpForm #ss_name .ss_grid .ss_input,
	.smpForm #ss_name_ka .ss_grid .ss_input {
		flex-basis: auto;
	}

	.smpForm #ss_name .ss_grid .ss_input input,
	.smpForm #ss_name_ka .ss_grid .ss_input input {
		width: calc((100% - 3em) );
	}

	.smpForm #ss_zip .ss_grid .ss_input {
		width: 30%;
		flex-basis: auto;
	}

	.smpForm #ss_zip .ss_grid .ss_input + .ss_input {
		width: 70%;
	}

	.smpForm #ss_zip .ss_grid .ss_input + .ss_input input {
		width:calc(100% - 4rem);
	}

	.smpForm #ss_zip .ss_grid .ss_leftComment {
		display: inline-block !important;
	}

	.smpForm #ss_prefecture_master_id .ss_grid .ss_input {
		width: 100%;
		flex-basis: auto;
	}

	.smpForm #ss_company_name .ss_grid .ss_input input,
	.smpForm #ss_division .ss_grid .ss_input input,
	.smpForm #ss_position .ss_grid .ss_input input,
	.smpForm #ss_address1 .ss_grid .ss_input input,
	.smpForm #ss_address2 .ss_grid .ss_input input,
	.smpForm #ss_address3 .ss_grid .ss_input input,
	.smpForm #ss_tel .ss_grid .ss_input input,
	.smpForm #ss_email .ss_grid .ss_input input,
	.smpForm #ss_email_conf .ss_grid .ss_input input {
		width:100%;
	}

	.smpForm #ss_prefecture_master_id .ss_grid .ss_input {
		flex-basis: auto;
	}

}

.smpForm #ss_VisitorData.attribute1 {
	margin-bottom: 2em;
	background-color: #E3F1FF;
}

.smpForm .ss_privacy {
	margin: 0 10px;
	border: 1px solid var(--color-blue-m);
	word-break: break-all;
}

.smpForm .ss_privacy :last-child {
	margin-bottom: 0;
}

.smpForm .ss_privacy_field {
	padding: 0;
	border-bottom: 0;
}

.smpForm .ss_privacy_field,
.smpForm .ss_privacy_field .ss_grid {
	background-color: transparent;
}

.smpForm .ss_upComment,
.smpForm .ss_leftComment,
.smpForm .ss_rightComment,
.smpForm .ss_bottomComment {
	font-size: 1.4rem;
}

.smpForm .ss_upComment {
	margin-bottom: .5em;
}

.smpForm .ss_leftComment {
	color: #222222;
}

.smpForm .ss_rightComment {
	margin-left: 1em;
}

.smpForm .ss_bottomComment {
	margin-top: .25em;
}

@media screen and (max-width: 1024px) {

	.smpForm .ss_privacy {
		margin: 0;
	}

	.smpForm .ss_upComment,
	.smpForm .ss_leftComment,
	.smpForm .ss_rightComment,
	.smpForm .ss_bottomComment {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	.smpForm .ss_rightComment {
		margin-bottom: .5em;
	}

}

.ss_enquete_form fieldset:last-child {
	border-bottom: 0;
}

.smpForm .ss_enquete_title {
	margin-bottom: .5em;
	padding-left: .8rem;
	font-weight: bold;
	border-left: 4px solid var(--color-blue-m);
}

@media screen and (max-width: 1024px) {

	.smpForm .ss_enquete_form .ss_grid .ss_input table,
	.smpForm .ss_enquete_form .ss_grid .ss_input tbody,
	.smpForm .ss_enquete_form .ss_grid .ss_input tr,
	.smpForm .ss_enquete_form .ss_grid .ss_input th,
	.smpForm .ss_enquete_form .ss_grid .ss_input td {
		display: block;
	}

	.smpForm .ss_enquete_form .ss_grid .ss_input th,
	.smpForm .ss_enquete_form .ss_grid .ss_input td {
		padding: 6px 0 6px 24px;
	}

}

.smpForm .ss_user_notnull {
	display: inline-block;
	position: relative;
	margin-left: 1em;
	padding-right: 2.2em;
	color: #dd321e;
	font-size: 87.5%;
}

.smpForm .ss_user_notnull::after {
	content: '必須';
	display: inline-block;
	position: absolute;
	top: auto;
	right: 0;
	text-align: center;
}

.smpForm .ss_btnArea {
	margin-top: 20px;
	text-align: center;
}

.smpForm .ss_btnArea input {
	display: inline-block;
	min-width: 360px;
    padding: 1rem 1.6rem 1rem 1rem;;
	background-color: var(--color-blue-m);;
	border: 1px solid var(--color-blue-m);
	color: var(--color-w);
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.smpForm .ss_btnArea p:hover input {
	background-color: var(--color-blue-l);
	color: var(--color-bk);
}

.smpForm .ss_btnArea p {
	display: inline-block;
	position: relative;
	border-radius: 20px;
	cursor: pointer;
}

.smpForm .ss_btnArea p::after {
	content: '\e5cc';
	position: absolute;
	top: calc(50% - 16px);
	right: 0;
	color: var(--color-w);
	font-family: "Material Symbols Outlined";
	font-size: 2em;
	line-height: 1;
	transition: 0.1s;
}

.smpForm .ss_btnArea p:hover::after {
	color: var(--color-bk);
}

@media screen and (max-width: 1024px) {

	.smpForm .ss_btnArea p {
		display: block;
	}

	.smpForm .ss_btnArea input {
		min-width: 0;
		width: 100%;
	}

}