@charset "UTF-8";
/* --------------------
contact_form
---------------------*/
/* ----------------------------------------------------------------------------------------------

	form ベース

---------------------------------------------------------------------------------------------- */
body {
	color: #222;
	font-size: 16px;
	line-height: 1.8;
}

/*  テキスト */
#SMP_STYLE .header_text {
	margin: 0 0 30px;
	padding: 0;
}

/*  リードメッセージ */
#SMP_STYLE .header_rmesg {
	margin: 0 0 30px;
	padding: 0;
}

/*  エラーメッセージ */
#SMP_STYLE .header_emesg {
	width: 100%;
	margin: 30px auto;
	padding: 20px;
	border: 2px solid #FF0000;
	color: #FF0000;
}

#SMP_STYLE dl {
	display: block;
	padding: 20px 0 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

#SMP_STYLE dl:first-child {
	border-top: 1px solid #DDDDDD;
}

#SMP_STYLE dd.data {
	width: 100%;
	color: #666;
}

@media (min-width: 768px) {
	#SMP_STYLE dd.data {
		display: inline-block;
		width: 810px;
		padding: 18px 0;
	}
}

/*  項目タイトル */
#SMP_STYLE dt.title {
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.47;
	letter-spacing: 1.4px;
}

@media (min-width: 768px) {
	#SMP_STYLE dt.title {
		display: inline-block;
		width: 290px;
		padding: 23px 15px 18px 0;
		vertical-align: top;
	}
}

/*  注意文 */
#SMP_STYLE dt.title .caution {
	display: block;
	padding: 10px 0 0 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

/*  必須 */
#SMP_STYLE dt.title .need {
	display: inline-block;
	margin-left: 10px;
	color: #CC0000;
	font-size: 14px;
}

/*  テキスト 1行 */
#SMP_STYLE .input {
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 50px;
}

#SMP_STYLE .input::-webkit-input-placeholder {
	color: #666;
}

#SMP_STYLE .input::-moz-placeholder {
	color: #666;
}

#SMP_STYLE .input:-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE .input::-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE .input::placeholder {
	color: #666;
}

/*  エラー時背景 */
#SMP_STYLE .input.error,
#SMP_STYLE select.error {
	background: #FFE4E4;
}

/* テキストエリア */
#SMP_STYLE textarea {
	width: 100%;
	padding: 20px;
	font-size: 16px;
	border: 1px solid #ccc;
}

#SMP_STYLE textarea::-webkit-input-placeholder {
	color: #666;
}

#SMP_STYLE textarea::-moz-placeholder {
	color: #666;
}

#SMP_STYLE textarea:-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE textarea::-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE textarea::placeholder {
	color: #666;
}

/* セレクトボックス */
#SMP_STYLE select {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 50px;
}

/* 電話番号 */
#SMP_STYLE .phone ul {
	display: flex;
	/* margin-left: -10px; */
}

@media (min-width: 768px) {
	#SMP_STYLE .phone ul {
		/* margin-left: -15px; */
	}
}

#SMP_STYLE .phone ul li {
	display: flex;
	align-items: center;
	width: 33.3%;
}

@media (min-width: 768px) {
	#SMP_STYLE .phone ul li {
		width: 158px;
	}
}

#SMP_STYLE .phone ul input {
	width: 100%;
	padding: 10px;
	margin: 0;
}
#SMP_STYLE .phone ul .hyphen {
    text-align: center;
    margin: auto 11px;
}
@media (min-width: 768px) {
	#SMP_STYLE .phone ul input {
		/* padding: 0 15px;
		margin: 0 15px; */
	}
}

/* チェックボックス・ラジオ */
#SMP_STYLE .multi2 {
	/* ラジオボタン */
}

#SMP_STYLE .multi2 label {
	display: flex;
	align-items: center;
	/* チェックボックス */
}

#SMP_STYLE .multi2 label input {
	display: block;
	flex: 0 0 1em;
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	padding: 0;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

#SMP_STYLE .multi2 label span {
	display: block;
	margin: 0 0 0 15px;
}

#SMP_STYLE .multi2 .radio input {
	border-radius: 1em;
}

/* エラーメッセージ */
#SMP_STYLE .msg {
	display: block;
	color: #DD0000;
	margin-top: 10px;
}

/* SPIRALシール */
#SMP_STYLE .spiralSeal {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

#SMP_STYLE .spiralSeal tr td.description {
	display: block;
	text-align: left;
	overflow: auto;
	font-size: 15px;
	padding: 5px;
}

@media (min-width: 768px) {
	#SMP_STYLE .spiralSeal tr td.description {
		display: table-cell;
		text-align: left;
		overflow: auto;
		vertical-align: middle;
	}
}

#SMP_STYLE .spiralSeal tr td.img {
	display: block;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
	width: 150px;
	padding: 5px;
}

@media (min-width: 768px) {
	#SMP_STYLE .spiralSeal tr td.img {
		display: table-cell;
		margin-left: 0px;
		margin-right: 0px;
		overflow: auto;
		text-align: center;
	}
}

#SMP_STYLE .spiralSeal a {
	color: #0000ff;
	text-decoration: underline;
}

#SMP_STYLE .spiralSeal a:hover {
	text-decoration: none;
}

/* confirm */
#SMP_STYLE input[name^='confirm'] + .smp_tmpl dd.data {
	padding-top: 23px;
}

/* ----------------------------------------------------------------------------------------------

	FINDAT カスタム

---------------------------------------------------------------------------------------------- */
body {
	padding-top: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.07px;
}

input:-webkit-autofill {
	-webkit-animation-name: onAutoFillStart;
	animation-name: onAutoFillStart;
	-webkit-transition: background-color 50000s ease-in-out 0s;
	transition: background-color 50000s ease-in-out 0s;
}

/* h1 */
#SMP_STYLE h1 {
	padding: 0;
	background: none;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 1.88px;
	line-height: 1.5;
	text-align: left;
}

@media (min-width: 768px) {
	#SMP_STYLE h1 {
		font-size: 3.6rem;
		letter-spacing: 2px;
	}
}

#SMP_STYLE .smp_tmpl {
	margin-top: 60px;
}

#SMP_STYLE dl:last-child {
	border-bottom: none;
}

@media (min-width: 768px) {
	#SMP_STYLE dd.data {
		width: 810px;
	}
}

/* 項目タイトル */
#SMP_STYLE dt.title {
	font-size: 24px;
	font-weight: 500;
}

@media (min-width: 768px) {
	#SMP_STYLE dt.title {
		width: 250px;
	}
}

/* 注意文 */
#SMP_STYLE dt.title .caution {
	font-size: 1rem;
	font-weight: 400;
}

/* 必須 */
#SMP_STYLE dt.title .need {
	color: #CC0000;
	font-size: 1.4rem;
}

/* テキスト 1行 */
#SMP_STYLE .input {
	background-color: #F6F6F6;
	font-size: 1rem;
}

#SMP_STYLE .input::-webkit-input-placeholder {
	color: #666;
}

#SMP_STYLE .input::-moz-placeholder {
	color: #666;
}

#SMP_STYLE .input:-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE .input::-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE .input::placeholder {
	color: #666;
}

/* テキストエリア */
#SMP_STYLE textarea {
	background-color: #F6F6F6;
}

#SMP_STYLE textarea::-webkit-input-placeholder {
	color: #666;
}

#SMP_STYLE textarea::-moz-placeholder {
	color: #666;
}

#SMP_STYLE textarea:-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE textarea::-ms-input-placeholder {
	color: #666;
}

#SMP_STYLE textarea::placeholder {
	color: #666;
}

/* セレクトボックス */
#SMP_STYLE select {
	background-color: #F6F6F6;
	font-size: 1.6rem;
}

/* 送信ボタン */
@media (min-width: 768px) {
	#SMP_STYLE .p-form-submit__item {
		display: flex;
		justify-content: space-between;
		width: 640px;
		margin: 0 auto;
	}
}

#SMP_STYLE .p-form-submit {
	position: relative;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#SMP_STYLE .p-form-submit + .p-form-submit {
	margin-top: 20px;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-form-submit + .p-form-submit {
		margin-top: 0;
	}
}

#SMP_STYLE .p-form-submit .submit {
	display: block;
	width: 100%;
	padding: 20px 50px 18px 30px;
	background-color: #fff;
	border: 1px solid #B60081;
	box-sizing: border-box;
	color: #B60081;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-form-submit .submit {
		cursor: pointer;
	}
}

#SMP_STYLE .p-form-submit .submit:hover {
	color: #fff;
	background-color: #B60081;
	transition: all 0.3s linear;
}

#SMP_STYLE .p-form-submit::before {
	content: '';
	display: block;
	width: 20px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(https://info.findat.jp/assets/images/contact/arrow_r.svg) no-repeat 0 0;
	background-size: contain;
}

#SMP_STYLE .p-form-submit:hover::before {
	background: url(https://info.findat.jp/assets/images/contact/arrow_r_wh.svg) no-repeat 0 0;
}

/* 戻る */
#SMP_STYLE .p-form-submit--prev::before {
	right: auto;
	left: 20px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

#SMP_STYLE .p-form-submit--prev:hover::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

/* SPIRALシール */
#SMP_STYLE .spiralSeal {
	margin-top: 40px;
}

@media (min-width: 768px) {
	#SMP_STYLE .spiralSeal {
		margin-top: 80px;
	}
}

#SMP_STYLE .p-header__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	height: 60px;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-header__logo {
		height: 90px;
	}
}

#SMP_STYLE .p-header__logo a {
	display: block;
	width: 136px;
	height: 34px;
	background: url(https://info.findat.jp/assets/images/common/logo.svg) no-repeat 0 0;
	background-size: 100% auto;
	text-indent: -9999px;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-header__logo a {
		width: 180px;
		height: 46px;
	}
}

#SMP_STYLE .p-form-progress {
	padding: 0 20px;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-form-progress {
		padding: 0 40px;
	}
}

#SMP_STYLE .p-form-progress ol {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 50px;
	justify-content: flex-start;
	align-items: center;
}

#SMP_STYLE .p-form-progress ol li {
	position: relative;
	display: table;
	width: 33.3%;
	height: 100%;
	background-color: #F2EAF7;
}

#SMP_STYLE .p-form-progress ol li::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 10px;
	height: 100%;
	background-image: url(https://info.findat.jp/assets/images/contact/arrow_step.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#SMP_STYLE .p-form-progress ol li:last-child::after {
	display: none !important;
}

#SMP_STYLE .p-form-progress ol li.current {
	width: 33.4%;
	background-color: #B60081;
	color: #fff;
}

#SMP_STYLE .p-form-progress .p-form-progress__text {
	padding-left: 20px;
	line-height: 50px;
}

#SMP_STYLE .p-form {
	padding-bottom: 95px;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-form {
		padding-bottom: 195px;
	}
}

/* お問い合わせ種別 */
#SMP_STYLE .p-form__type {
	border-bottom: none;
	padding-bottom: 0;
}

/* 特別枠（内線・その他の職業） */
#SMP_STYLE .p-extrabox__text {
	display: block;
	margin-bottom: 8px;
	color: #222;
}

#SMP_STYLE .p-extrabox--tel input {
	width: 27.7% !important;
	padding: 0 10px !important;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-extrabox--tel input {
		width: 156px !important;
	}
}

/* 個人情報 */
#SMP_STYLE .p-form-privacy {
	padding: 20px;
	background-color: #f6f6f6;
	border-bottom: none;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-form-privacy {
		padding: 40px 50px;
	}
}

#SMP_STYLE .p-form-privacy dt.title,
#SMP_STYLE .p-form-privacy dd.data {
	width: 100%;
	background-color: #f6f6f6;
	color: #222;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1.07px;
}

@media (min-width: 768px) {
	#SMP_STYLE .p-form-privacy dt.title {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

#SMP_STYLE .p-form-privacy .p-form-privacy__text a {
	text-decoration: underline;
}

#SMP_STYLE .p-form-privacy .p-form-privacy__text a:hover {
	text-decoration: none;
}

#SMP_STYLE .p-form-privacy .p-form-privacy__detail ul {
	display: flex;
	justify-content: center;
}

/*
	footer
-----------------------------------------------*/
.p-form-footer {
	position: relative;
	background-color: #EDEBF2;
}

@media (min-width: 768px) {
	.p-form-footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 90px;
	}
}

.p-form-footer .p-form-footer__copyright {
	color: #666;
	padding: 23px 10px;
	font-size: 0.8rem;
	text-align: center;
	line-height: 3;
}

.p-form-footer .l-pagetop {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #b7b4c0;
}

.p-form-footer .l-pagetop a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.p-form-footer .l-pagetop a {
		height: 90px;
	}
}

.p-form-footer .l-pagetop::before {
	content: '';
	width: 13px;
	height: 13px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -6px;
}

@media (min-width: 768px) {
	.p-form-footer .l-pagetop {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 90px;
		height: 90px;
		z-index: 11;
	}
}

/* 確認画面 */
#SMP_STYLE .page-form-confirm dt.title .caution {
	display: none;
}
#SMP_STYLE .multi2 label .agreeclass {
    margin: 0;
}



#SMP_STYLE .privacycheck{
	margin: auto 0;
}
.wpcf7-not-valid-tip{
	color: red;
}
.screen-reader-response p{
	color: red;
}
.screen-reader-response ul{
	display: none;
}
#SMP_STYLE .contacttitle{
	font-size: 26px;
    font-weight: 700;
}
#SMP_STYLE .dateform{
	width: 180px;
}