/* List Finder
-------------------------------------------------------------- */

.c-forms__text:empty {
	display: none;
}

#js-lf-wrap.is-full-width .sec-inner {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 4.5rem 6.125rem;
	background-color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#js-lf-wrap.is-full-width .sec-inner {
		padding: 2.25rem 1rem;
	}
}

#lf_form_div p {
	margin-bottom: 1.5rem;
}

#lf_form_div .items {
	width: 100%;
}

#lf_form_div .message,
#lf_form_div .input-error-message-block {
	padding: 1rem 2rem;
	color: #e04b3a;
	margin-top: 3rem;
	background: #f2f5f7;
	border: 1px solid #e04b3a;
}

#lf_form_div.is-document .message {
	margin: 2rem 0;

}

#lf_form_div .common-foot,
#lf_form_div .single-ttl-wrap,
#lf_form_div .common-head,
#lf_form_div .breadcrumb {
	display: none;
}

#lf_form_div div.container {
	width: 100%;
}

#lf_form_div .button_area {
	text-align: center;
}

#lf_form_div .button_area,
#lf_form_div .button_area input {
	cursor: pointer;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div .button_area,
	#lf_form_div .button_area input {
		font-size: 1rem;
	}
}

#lf_form_div .button_area input {
	border: none;
	background: transparent;
	width: auto;
	cursor: pointer;
}

#lf_form_div .button_area input {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
}

#lf_form_div .button_area .c-button {
	height: 5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div .button_area .c-button {
		height: 4.25rem;
	}
}

#lf_form_div .c-button.is-reverse:after {
	content: "west";
	right: auto;
	left: 1.25rem;
}

#lf_form_div .c-button.is-confirm {
	max-width: 20rem;
	margin: 0 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div .c-button.is-confirm {
		margin: .5rem 1rem;
	}
}

#lf_form_div .c-button.is-reverse {
	color: #fff;
}

#lf_form_div .c-button.is-reverse:before {
	width: 100%;
}

#lf_form_div .c-button.is-reverse:before {
	width: 100%;
}

#lf_form_div .c-button.is-reverse:hover:after {
	transform: translateY(-50%) translateX(-6px);
}

/* c-forms */

#lf_form_div .c-forms__title {
	/*min-width: 13.125rem;*/
	max-width: 13.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div .c-forms__title {
		display: flex !important;
		max-width: 100%;
	}
}

#lf_form_div .c-forms__content {
	/*width: 100%;*/
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div .c-forms__content {
		display: block;
	}
}


#lf_form_div .c-forms__content.is-flex {
	display: flex;
	align-items: center;
}

#lf_form_div .c-forms__content.is-flex:has(.comment) {
	padding-bottom: 1.75rem;
}

#lf_form_div .c-forms__content.is-flex .label_name {
	margin: 0 .5em 0 1.25em;
}

#lf_form_div .c-forms__content.is-flex .label_name:first-of-type {
	margin-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div .c-forms__content.is-flex .label_name:first-of-type {
		margin-left: 0;
	}
}

#lf_form_div .c-forms__content {
	position: relative;
}

#lf_form_div .c-forms__content .comment {
	font-size: .85rem;
}

#lf_form_div .c-forms__content.is-flex .comment {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* 後で消す */

#lf_form_div td.value .c-forms__radio input,
#lf_form_div td.value .c-forms__checkbox input {
	padding: 0;
}

#lf_form_div tr.item:not(:last-child) td, #lf_form_div tr.item:not(:last-child) th {
	padding-bottom: 0
}

/* 見学 */

#lf_form_div .c-main-visual {
	min-height: 558px;
	margin-top: 45px;
	position: relative;
	background: #F9F9F9;
}

#lf_form_div .c-main-visual__container {
	display: flex;
	height: 100%;
	position: relative;
}

#lf_form_div .c-main-visual__block {
	padding-top: 108px;
	padding-left: 130px;
	padding-right: 65px;
	width: calc(100% - 47%);
}

#lf_form_div .c-main-visual__title {
	color: #0287C5;
}

#lf_form_div .c-main-visual__title small {
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5;
	position: relative;
}

#lf_form_div .c-main-visual__title small::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -130px;
	margin: auto;
	width: 100px;
	height: 1px;
	background: #0287C5;
}

#lf_form_div .c-main-visual__title span {
	display: block;
	font-size: 54px;
	letter-spacing: 0;
	line-height: 1.48;
	font-weight: bold;
}

#lf_form_div .c-main-visual__sub {
	margin-top: 30px;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.48;
	font-weight: bold;
}

#lf_form_div .c-main-visual__text {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#lf_form_div .c-main-visual__slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 47%;
	height: 558px;
}

#lf_form_div .c-main-visual__image {
	width: 100%;
	height: 558px !important;
	position: relative;
}

#lf_form_div .c-main-visual__image-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#lf_form_div .c-main-visual__image-item::before {
	content: "";
	display: block;
	padding-top: 83%;
}

#lf_form_div .c-main-visual_scroll {
	position: absolute;
	left: 30px;
	bottom: 20px;
}

#lf_form_div .c-main-visual_scroll-text {
	font-size: 14px;
	font-family: "Noto Sans JP";
	font-weight: bold;
	letter-spacing: 0.05em;
	transform: rotate(-90deg);
	transform-origin: center;
	padding-bottom: 4px;
	padding-left: 30px;
}

#lf_form_div .c-main-visual_scroll-item {
	width: 20px;
	height: 30px;
	border-radius: 1000px;
	border: 2px solid #111;
	margin: auto;
	position: relative;
	overflow: hidden;
}

#lf_form_div .c-main-visual_scroll-item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2px;
	height: 6px;
	background: #111;
	animation: scroll 2s ease 0s infinite normal;
}

@keyframes scroll {
	0% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(20px);
	}
}

#lf_form_div .c-main-visual .slick-dots {
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: auto !important;
}

#lf_form_div .c-main-visual .slick-dots li {
	width: 40px;
	height: 3px;
	background: #fff;
	border-radius: 10px;
}

#lf_form_div .c-main-visual .slick-dots li.slick-active {
	background: #0287C5;
}

#lf_form_div .c-main-visual .slick-dots li button {
	display: none !important;
}

#lf_form_div .c-main-visual .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
	#lf_form_div .c-main-visual__title span {
		font-size: 32px;
	}
}

@media screen and (max-width: 59.3125em) {
	#lf_form_div .c-main-visual {
		min-height: auto;
		margin-top: 45px;
		overflow: hidden;
	}

	#lf_form_div .c-main-visual__container {
		display: block;
	}

	#lf_form_div .c-main-visual__block {
		padding-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	#lf_form_div .c-main-visual__title {
		color: #0287C5;
	}

	#lf_form_div .c-main-visual__title small {
		font-size: 16px;
	}

	#lf_form_div .c-main-visual__title small::before {
		display: none;
	}

	#lf_form_div .c-main-visual__title span {
		font-size: 32px;
	}

	#lf_form_div .c-main-visual__sub {
		font-size: 20px;
	}

	#lf_form_div .c-main-visual__text {
		font-size: 14px;
	}

	#lf_form_div .c-main-visual__slider {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 220px;
		margin-top: 24px;
	}

	#lf_form_div .c-main-visual__image {
		width: 100%;
		height: 220px !important;
		position: relative;
	}

	#lf_form_div .c-main-visual__image-item::before {
		content: "";
		display: block;
		padding-top: 83%;
	}

	#lf_form_div .c-main-visual_scroll {
		display: none;
	}
}

#lf_form_div .c-first-read {
	padding-top: 100px;
	padding-bottom: 60px;
	position: relative;
}

#lf_form_div .c-first-read__title {
	color: #0287C5;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
	margin: 0;
}

#lf_form_div .c-first-read__text {
	margin-top: 26px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

@media screen and (max-width: 59.3125em) {
	#lf_form_div .c-first-read {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	#lf_form_div .c-first-read__title {
		font-size: 18px;
		margin-top: 48px;
	}

	#lf_form_div .c-first-read__text {
		margin-top: 24px;
		font-size: 14px;
		text-align: left;
	}
}

#lf_form_div .c-floating-button {
	position: fixed;
	z-index: 1000;
	bottom: 5vh;
	right: 40px;
}

#lf_form_div .c-floating-button__link i {
	margin-right: 10px;
	line-height: 1;
	display: flex;
	align-items: center;
}

#lf_form_div .c-floating-button__link {
	width: 358px;
	background: #F07651;
	border-radius: 4px;
	color: white;
	display: block;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 26px 30px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	display: flex;
	align-content: center;
	justify-content: center;
	transition: 0.3s;
	border: 1px solid #F07651;
}

#lf_form_div .c-floating-button__link:hover {
	transition: 0.3s;
	color: #F07651;
	background: white;
}

@media screen and (max-width: 59.3125em) {
	#lf_form_div .c-floating-button {
		position: fixed;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
		bottom: 10px;
		margin: auto;
		right: initial;
	}

	#lf_form_div .c-floating-button__link i {
		margin-right: 10px;
		line-height: 1;
		display: flex;
		align-items: center;
	}

	#lf_form_div .c-floating-button__link {
		width: 240px;
		background: #F07651;
		font-size: 16px;
		padding: 18px 20px;
		margin-left: auto;
		margin-right: 8px;
	}
}

#lf_form_div .c-hero-block {
	position: relative;
	padding-bottom: 116px;
	margin-bottom: 95px;
}

#lf_form_div .c-hero-block__block {
	position: relative;
	margin-top: 84px;
}

#lf_form_div .c-hero-block__block:first-of-type {
	margin-top: 0;
}

#lf_form_div .c-hero-block::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 1140px;
	height: 98%;
	background: #F9F9F9;
}

#lf_form_div .c-hero-block__image {
	position: absolute;
	width: calc(846 / 1400 * 100%);
	max-height: 500px;
	height: 100%;
	right: 0;
}

#lf_form_div .c-hero-block__image .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#lf_form_div .c-hero-block__content {
	padding: 125px 0;
	position: relative;
	z-index: 9;
	max-width: 1140px;
	margin: auto;
}

#lf_form_div .c-hero-block__inner {
	width: calc(533 / 1140 * 100%);
	background: white;
	padding: 56px;
}

#lf_form_div .c-hero-block__titles {
	display: flex;
	align-items: center;
}

#lf_form_div .c-hero-block__number {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2;
	border-bottom: 2px solid #A2A8AF;
	color: #A2A8AF;
	padding-bottom: 5px;
	font-family: "Roboto";
}

#lf_form_div .c-hero-block__title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #0287C5;
	margin-left: 24px;
}

#lf_form_div .c-hero-block__text {
	margin-top: 20px;
}

#lf_form_div .c-hero-block__block:nth-of-type(odd) .c-hero-block__image {
	right: auto;
}

#lf_form_div .c-hero-block__block:nth-of-type(odd) .c-hero-block__inner {
	margin-left: auto;
}

@media screen and (max-width: 59.3125em) {
	#lf_form_div .c-hero-block {
		padding-bottom: 46px;
		margin-bottom: 46px;
	}

	#lf_form_div .c-hero-block__block {
		margin-top: 46px;
	}

	#lf_form_div .c-hero-block__block:first-of-type {
		margin-top: 0;
	}

	#lf_form_div .c-hero-block::before {
		width: 96%;
	}

	#lf_form_div .c-hero-block__image {
		position: relative;
		width: 100%;
		max-height: 200px;
	}

	#lf_form_div .c-hero-block__image::before {
		content: "";
		display: block;
		padding-top: 50%;
	}

	#lf_form_div .c-hero-block__content {
		padding: 0;
		width: 100%;
	}

	#lf_form_div .c-hero-block__inner {
		width: 100%;
		padding: 24px 16px;
	}

	#lf_form_div .c-hero-block__titles {
		display: flex;
		align-items: center;
	}

	#lf_form_div .c-hero-block__number {
		font-size: 18px;
	}

	#lf_form_div .c-hero-block__title {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 1.3;
		color: #0287C5;
		margin-left: 16px;
	}

	#lf_form_div .c-hero-block__text {
		margin-top: 20px;
		font-size: 14px;
	}
}

#lf_form_div .c-box {
	position: relative;
	padding: 90px 0 100px;
}

#lf_form_div .c-box__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#lf_form_div .c-box__container {
	position: relative;
	z-index: 9;
}

#lf_form_div .c-box__titles {
	text-align: center;
	color: white;
}

#lf_form_div .c-box__titles-icon {
	font-size: 58px;
	line-height: 1;
}

#lf_form_div .c-box__titles-title {
	margin-top: 8px;
	color: white;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-weight: bold;
}

#lf_form_div .c-box__boxes {
	margin-top: 36px;
}

#lf_form_div .c-box__box {
	background: white;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 36px;
}

#lf_form_div .c-box__box:last-child {
	margin-bottom: 0;
}

#lf_form_div .c-box__box-inner {
	display: flex;
	padding: 80px;
}

#lf_form_div .c-box__box-icon {
	min-width: 140px;
}

#lf_form_div .c-box__box-content {
	margin-left: 40px;
}

#lf_form_div .c-box__box-head {
	display: flex;
	align-items: center;
}

#lf_form_div .c-box__box-label {
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #A3A8AE;
	padding: 4px 8px;
	border: 1px solid #A3A8AE;
	margin-right: 20px;
	line-height: 1;
	font-family: "Roboto";
}

#lf_form_div .c-box__box-post {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

#lf_form_div .c-box__box-title {
	margin-top: 24px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #0287C5;
}

#lf_form_div .c-box__box-text {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.7;
}

@media screen and (max-width: 59.3125em) {
	#lf_form_div .c-box {
		padding: 40px 0 50px;
	}

	#lf_form_div .c-box__titles-icon {
		font-size: 58px;
		line-height: 1;
	}

	#lf_form_div .c-box__titles-title {
		font-size: 24px;
	}

	#lf_form_div .c-box__boxes {
		margin-top: 24px;
	}

	#lf_form_div .c-box__box {
		margin-bottom: 24px;
	}

	#lf_form_div .c-box__box:last-child {
		margin-bottom: 0;
	}

	#lf_form_div .c-box__box-inner {
		display: block;
		padding: 24px 16px;
	}

	#lf_form_div .c-box__box-icon {
		margin: auto;
		width: 140px;
	}

	#lf_form_div .c-box__box-content {
		margin-left: 0px;
		margin-top: 14px;
	}

	#lf_form_div .c-box__box-head {
		display: flex;
		align-items: center;
	}

	#lf_form_div .c-box__box-label {
		font-size: 14px;
		margin-right: 10px;
	}

	#lf_form_div .c-box__box-post {
		font-size: 14px;
	}

	#lf_form_div .c-box__box-title {
		margin-top: 20px;
		font-size: 20px;
	}

	#lf_form_div .c-box__box-text {
		margin-top: 20px;
		font-size: 14px;
	}
}

#lf_form_div .c-banner {
	padding: 100px 0;
}

#lf_form_div .c-banner__link {
	display: block;
	text-decoration: none;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

#lf_form_div .c-banner__link:hover {
	box-shadow: none;
	transition: 0.3s;
}

@media screen and (max-width: 59.3125em) {
	#lf_form_div .c-banner {
		padding: 40px 0;
	}
}

#lf_form_div .c-flow {
	background: #F9F9F9;
	padding: 100px 0;
}

#lf_form_div .c-flow__titles {
	text-align: center;
}

#lf_form_div .c-flow__titles-icon {
	font-size: 58px;
	line-height: 1;
	color: #A6C2E7;
}

#lf_form_div .c-flow__titles-title {
	color: #0287C5;
	margin-top: 8px;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-weight: bold;
}

#lf_form_div .c-flow__boxes {
	margin-top: 36px;
}

#lf_form_div .c-flow__box {
	background: white;
	padding: 32px 68px;
	margin-bottom: 48px;
	position: relative;
}

#lf_form_div .c-flow__box::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -32px;
	left: 0;
	margin: auto;
	width: 66px;
	height: 32px;
	background: url('../images/icon-primary-triangle.png') no-repeat center center/cover;
}

#lf_form_div .c-flow__box:last-child::after {
	display: none;
}

#lf_form_div .c-flow__box-inner {
	display: flex;
}

#lf_form_div .c-flow__box-icon {
	min-width: 170px;
	width: 170px;
}

#lf_form_div .c-flow__box-content {
	margin-left: 56px;
	padding-top: 10px;
}

#lf_form_div .c-flow__box-label {
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #A3A8AE;
	padding: 4px 8px;
	border: 1px solid #A3A8AE;
	margin-right: 20px;
	line-height: 1;
	font-family: "Roboto";
	display: inline-block;
}

#lf_form_div .c-flow__box-title {
	margin-top: 24px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #0287C5;
}

#lf_form_div .c-flow__box-text {
	font-size: 16px;
	margin-top: 10px;
}

#lf_form_div .c-flow__box-sm {
	margin-top: 30px;
	background: #F9F9F9;
	padding: 30px;
	display: flex;
}

#lf_form_div .c-flow__box-sm-icon {
	width: 50px;
	margin-right: 24px;
}

#lf_form_div .c-flow__box-smtext {
	font-size: 14px;
}

@media screen and (max-width: 59.3125em) {
	#lf_form_div .c-flow {
		background: #F9F9F9;
		padding: 50px 0 30px;
	}

	#lf_form_div .c-flow__titles {
		text-align: center;
	}

	#lf_form_div .c-flow__titles-icon {
		margin: auto;
	}

	#lf_form_div .c-flow__titles-title {
		font-size: 24px;
	}

	#lf_form_div .c-flow__boxes {
		margin-top: 36px;
	}

	#lf_form_div .c-flow__box {
		background: white;
		padding: 24px 16px;
		margin-bottom: 48px;
		position: relative;
	}

	#lf_form_div .c-flow__box::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -32px;
		left: 0;
		margin: auto;
		width: 66px;
		height: 32px;
		background: url("../images/icon-primary-triangle.png") no-repeat center center/cover;
	}

	#lf_form_div .c-flow__box:last-child::after {
		display: none;
	}

	#lf_form_div .c-flow__box-inner {
		display: block;
	}

	#lf_form_div .c-flow__box-icon {
		min-width: 140px;
		width: 140px;
		margin: auto;
	}

	#lf_form_div .c-flow__box-content {
		margin-left: 0px;
		padding-top: 20px;
	}

	#lf_form_div .c-flow__box-label {
		font-size: 18px;
		letter-spacing: 0.05em;
		font-weight: bold;
		color: #A3A8AE;
		padding: 4px 8px;
		border: 1px solid #A3A8AE;
		margin-right: 20px;
		line-height: 1;
		font-family: "Roboto";
		display: inline-block;
	}

	#lf_form_div .c-flow__box-title {
		margin-top: 18px;
		font-size: 20px;
	}

	#lf_form_div .c-flow__box-text {
		font-size: 14px;
	}

	#lf_form_div .c-flow__box-sm {
		margin-top: 30px;
		background: #F9F9F9;
		padding: 30px;
		display: flex;
	}

	#lf_form_div .c-flow__box-sm-icon {
		width: 50px;
		margin-right: 24px;
	}

	#lf_form_div .c-flow__box-smtext {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	#lf_form_div .c-main-visual__text {
		max-width: 535px;
	}
}

#lf_form_div .c-flow__box-content {
	width: 100%;
}

@media (min-width: 768px) {
	#lf_form_div .u-hidden-lg {
		display: none;
	}

	#lf_form_div .u-hidden-sm {
		display: block;
	}
}

@media (max-width: 768px) {
	#lf_form_div .u-hidden-lg {
		display: block;
	}

	#lf_form_div .u-hidden-sm {
		display: none;
	}

	#lf_form_div .c-banner__link {
		box-shadow: none;
	}
}

#lf_form_div .c-flow__forms {
	margin-top: 60px;
	width: 100%;
	position: relative;
}

#lf_form_div .c-flow__forms iframe {
	width: 100% !important;
	max-width: none !important;
	height: 1000px !important;
}

@media (max-width: 768px) {
	#lf_form_div .c-flow__forms {
		margin-top: 40px;
		width: 100%;
		position: relative;
	}

	#lf_form_div .c-flow__forms iframe {
		width: 100% !important;
		max-width: none !important;
		height: 376vw !important;
	}
}

#lf_form_div .slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/*#lf_form_div {*/
/*	font-family: "slick";*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*	src: url("./fonts/slick.eot");*/
/*	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");*/
/*}*/

#lf_form_div .slick-prev,
#lf_form_div .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

#lf_form_div .slick-prev:hover,
#lf_form_div .slick-prev:focus,
#lf_form_div .slick-next:hover,
#lf_form_div .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

#lf_form_div .slick-prev:hover:before,
#lf_form_div .slick-prev:focus:before,
#lf_form_div .slick-next:hover:before,
#lf_form_div .slick-next:focus:before {
	opacity: 1;
}

#lf_form_div .slick-prev.slick-disabled:before,
#lf_form_div .slick-next.slick-disabled:before {
	opacity: 0.25;
}

#lf_form_div .slick-prev:before,
#lf_form_div .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#lf_form_div .slick-prev {
	left: -25px;
}

#lf_form_div [dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

#lf_form_div .slick-prev:before {
	content: "←";
}

#lf_form_div [dir=rtl] .slick-prev:before {
	content: "→";
}

#lf_form_div .slick-next {
	right: -25px;
}

#lf_form_div [dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

#lf_form_div .slick-next:before {
	content: "→";
}

#lf_form_div [dir=rtl] .slick-next:before {
	content: "←";
}

#lf_form_div .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

#lf_form_div .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#lf_form_div .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

#lf_form_div .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

#lf_form_div .slick-dots li button:hover,
#lf_form_div .slick-dots li button:focus {
	outline: none;
}

#lf_form_div .slick-dots li button:hover:before,
#lf_form_div .slick-dots li button:focus:before {
	opacity: 1;
}

#lf_form_div .slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#lf_form_div .slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

#lf_form_div .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

#lf_form_div .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#lf_form_div .slick-list:focus {
	outline: none;
}

#lf_form_div .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

#lf_form_div .slick-slider .slick-track,
#lf_form_div .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#lf_form_div .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#lf_form_div .slick-track:before,
#lf_form_div .slick-track:after {
	display: table;
	content: "";
}

#lf_form_div .slick-track:after {
	clear: both;
}

#lf_form_div .slick-loading .slick-track {
	visibility: hidden;
}

#lf_form_div .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

#lf_form_div [dir=rtl] .slick-slide {
	float: right;
}

#lf_form_div .slick-slide img {
	display: block;
}

#lf_form_div .slick-slide.slick-loading img {
	display: none;
}

#lf_form_div .slick-slide.dragging img {
	pointer-events: none;
}

#lf_form_div .slick-initialized .slick-slide {
	display: block;
}

#lf_form_div .slick-loading .slick-slide {
	visibility: hidden;
}

#lf_form_div .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

#lf_form_div .slick-arrow.slick-hidden {
	display: none;
}

#lf_form_div .schedule_table h3 {
	display: block;
	margin-top: 0;
	color: #0387c5;
	font-size: 1.8rem;
	font-weight: bold;
}

#lf_form_div .schedule_table h4 {
	display: block;
	margin-top: 0;
	color: #f00;
	font-size: 1.5rem;
	font-weight: bold;
}

#lf_form_div .schedule_table_wrapper {
	width: 100%;
}

#lf_form_div .schedule_table table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

@media (max-width: 768px) {
	#lf_form_div .schedule_table_wrapper {
		width: 100%;
		overflow-x: scroll;
	}

	#lf_form_div .schedule_table table {
		width: 768px;
		margin: 10px auto 20px;
		font-size: 120%;
	}
}

#lf_form_div .schedule_table th {
	vertical-align: middle;
	padding: 10px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ebf9ff;
	text-align: center;
	font-weight: 300;
}

#lf_form_div .schedule_table td {
	vertical-align: middle;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* あとでフィールド化 */
#lf_form_div .c-block-download__details {
	display: none;
}

#lf_form_div .form_title {
	display: none;
}

/* c-block-document */

#lf_form_div .c-block-document__block,
#lf_form_div .c-block-document__title,
#lf_form_div .c-block-document__content {
	display: block;
}

#lf_form_div .c-block-document__content.is-flex {
	display: flex;
	align-items: center;
}

#lf_form_div .c-block-document__content.is-flex .label_name {
	margin: 0 .5em 0 1.25em;
}

#lf_form_div .c-block-document__content.is-flex .label_name:first-of-type {
	margin-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__content.is-flex .label_name {
		margin-left: 0;
	}
}

.c-block-document #lf_form_div .wrapper {
	padding: 0;
	background: transparent;
}

.c-block-document #lf_form_div .privacy_policy {
	margin: 0 0 25px;
	font-size: 0.9rem;
}

#frm_formconfirm .button_area {
	display: flex;
	justify-content: center;
}

#lf_form_div #frm_formconfirm .button_area {
	display: flex;
	justify-content: center;
}

#lf_form_div #frm_formconfirm .button_area .c-button {
	max-width: 15rem;
}

#lf_form_div #frm_formconfirm .button_area .c-button:nth-child(1) {
	margin-right: 0.5rem;
}

#lf_form_div #frm_formconfirm .button_area .c-button:nth-child(2) {
	margin-left: 0.5rem;
}

#lf_form_div.is-document #frm_formconfirm .button_area .c-button {
	margin: 0 10px;
	max-height: 75px;
}

#lf_form_div .button_area {
	text-align: center;
	margin-top: 2.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .button_area {
		margin-top: 2rem
	}
}

#lf_form_div .c-block-document__radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#lf_form_div .c-block-document__radio label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#lf_form_div .c-block-document__radio label > span {
	margin-left: .625rem;
}

#lf_form_div .c-block-document__radio > span {
	margin: .3125rem 0;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__radio > span {
		margin: .1875rem 0;
	}
}

#lf_form_div .c-block-document__radio span:not(:last-child) {
	margin-right: 1.5rem;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__radio span:not(:last-child) {
		margin-right: .75rem;
	}
}

#lf_form_div .c-block-document__radio span:last-of-type label {
	margin-right: 0;
}

#lf_form_div .c-block-document__radio.is-design input {
	cursor: pointer;
	border-color: #ccc;
}

#lf_form_div .c-block-document__radio.is-design input[type=radio] {
	appearance: none;
	width: 25px;
	height: 25px;
	position: relative;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__radio.is-design input[type=radio] {
		width: 1.25rem;
		height: 1.25rem;
	}
}

#lf_form_div .c-block-document__radio.is-design input[type=radio]:after {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	position: relative;
	background-color: #fff;
	content: "";
	display: block;
	visibility: visible;
	border: 1px solid #ccc;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__radio.is-design input[type=radio]:after {
		width: 1.25rem;
		height: 1.25rem;
	}
}

#lf_form_div .c-block-document__radio.is-design input[type=radio]:before {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	background-color: #387eaf;
	content: "";
	display: block;
	border: 1px solid #387eaf;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__radio.is-design input[type=radio]:before {
		width: .75rem;
		height: .75rem;
		left: 3px;
	}
}

#lf_form_div .c-block-document__radio.is-design input[type=radio]:checked:after {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	position: relative;
	background-color: #fff;
	content: "";
	display: block;
	visibility: visible;
	border: 1px solid #387eaf;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__radio.is-design input[type=radio]:checked:after {
		width: 1.25rem;
		height: 1.25rem;
	}
}

#lf_form_div .c-block-document__radio.is-design input[type=radio]:checked:before {
	visibility: visible;
	opacity: 1;
}

#lf_form_div .c-block-document__radio.is-border label {
	padding: .75rem 1rem;
	background: #f2f5f7;
	border: 1px solid #ccc;
	border-radius: 3px;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__radio.is-border label {
		padding: .5rem .625rem;
	}
}

#lf_form_div .c-block-document__checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#lf_form_div .c-block-document__checkbox label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#lf_form_div .c-block-document__checkbox label > span {
	margin-left: .625rem;
}

#lf_form_div .c-block-document__checkbox > span {
	margin: .3125rem 0;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__checkbox > span {
		margin: .1875rem 0;
	}
}

#lf_form_div .c-block-document__checkbox span:not(:last-child) {
	margin-right: 1.5rem;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__checkbox span:not(:last-child) {
		margin-right: .75rem;
	}
}

#lf_form_div .c-block-document__checkbox span:last-of-type label {
	margin-right: 0;
}

#lf_form_div .c-block-document__checkbox.is-design input {
	cursor: pointer;
	border-color: #ccc;
}

#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox] {
	appearance: none;
	width: 25px;
	height: 25px;
	position: relative;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox] {
		width: 1.25rem;
		height: 1.25rem;
	}
}

#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:after {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	position: relative;
	background-color: #fff;
	content: "";
	display: block;
	visibility: visible;
	border: 1px solid #ccc;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:after {
		width: 1.25rem;
		height: 1.25rem;
	}
}

#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:checked:after {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	position: relative;
	background-color: #fff;
	content: "";
	display: block;
	visibility: visible;
	border: 1px solid #387eaf;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:checked:after {
		width: 1.25rem;
		height: 1.25rem;
	}
}

#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:checked:before {
	visibility: visible;
	opacity: 1;
}

#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:after {
	border-radius: 0;
	display: flex;
}

#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:checked:after {
	content: "check";
	font-family: "Material Icons Outlined";
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: #387eaf;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__checkbox.is-design input[type=checkbox]:checked:after {
		font-size: 1rem;
	}
}

#lf_form_div .c-block-document__checkbox.is-border label {
	padding: .75rem 1rem;
	background: #f2f5f7;
	border: 1px solid #ccc;
	border-radius: 3px;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-block-document__checkbox.is-border label {
		padding: .5rem .625rem;
	}
}

#lf_form_div .c-block-document__checkbox input {
	margin-top: .125rem;
}

.c-forms__text {
	text-align: inherit;
}

#lf_form_div .c-forms__title {
	/*align-items: flex-start;*/
	/*margin-top: -1.5rem;*/
}

#lf_form_div .c-forms__title.is-vertical-top {
	padding-top: 1rem;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div .c-forms__title.is-vertical-top {
		padding-top: 0;
	}
}

/* ui-datepicker */

.ui-datepicker {
	background-color: #FFF !important;
	border: 1px solid #ccc;
}

.ui-datepicker .ui-datepicker-week-end, .ui-datepicker .ui-datepicker-week-end a.ui-state-default {
	color: #e04b3a;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: -4px !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
}

.ui-datepicker-calendar tr:hover {
	background-color: #f2f5f7 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	padding: 0 !important;
}

.ui-datepicker th {
	padding: 0 !important;
}

.privacy-text-master {
	font-size: .8rem;
}

#lf_form_div .c-forms__title.is-align-top {
	align-items: flex-start;
	padding-top: 1.3rem;
	line-height: 1;
}

#lf_form_div .c-forms__title.is-align-top .c-forms__label {
	position: relative;
	margin-top: -1px;
}

/* Seminar ver. */

#lf_form_div.is-seminar {
	padding-top: 3rem;
}

#lf_form_div.is-seminar .person-name-block.is-flex {
	display: flex;
	width: 100%;
}

#lf_form_div.is-seminar .seminar-form-button-area {
	text-align: center;
	margin-top: 2.5rem;
}

#lf_form_div.is-seminar #frm_formconfirm .seminar-form-button-area {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#lf_form_div.is-seminar #frm_formconfirm .seminar-form-button-area .c-button {
	max-width: 22rem;
	font-size: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#lf_form_div.is-seminar .seminar-form-button-area .c-button.is-xlg {
		font-size: .9rem;
	}
}

#lf_form_div.is-seminar #frm_formconfirm .seminar-form-button-area .c-button.is-xlg {
	margin: 0 1rem;
}

@media screen and (min-width: 0em) and (max-width: 950px) {
	#lf_form_div.is-seminar #frm_formconfirm .seminar-form-button-area .c-button.is-xlg {
		margin: 0 3%;
	}
}

#lf_form_div.is-seminar .seminar-form-button-area .c-button > span {
	margin: 0;
}

#lf_form_div.is-seminar .policy-text-block {
	margin-top: 2.5rem;
}

#lf_form_div.is-seminar .policy-text-block > span {
	font-size: .9rem;
	display: block;
	padding-top: 1rem;
}

#lf_form_div .item-table {
	width: 100%;
}

#lf_form_div.is-seminar .c-forms__title {
	min-width: 9rem;
	max-width: 12rem;
	margin-right: 2.25rem;
}

#lf_form_div.is-seminar .c-forms__content.is-flex {
	display: flex;
	justify-content: space-between;
}

#lf_form_div.is-seminar .person-name-box {
	display: flex;
	justify-content: space-between;
	justify-items: center;
}

#lf_form_div.is-seminar .c-forms__content.is-flex .name-label {
	margin: 0 0.5em 0 1.25em;
	display: flex;
	align-items: center;
}

#lf_form_div.is-seminar .input-error-message-block {
	margin-top: 0;
	margin-bottom: 3rem;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	#lf_form_div.is-seminar .input-error-message-block {
		margin-bottom: 1rem;
	}
}

#lf_form_div.is-seminar #frm_formconfirm .c-forms__input input,
#lf_form_div.is-seminar #frm_formconfirm .c-forms__textarea textarea {
	border: none;
	background: transparent;
}

#lf_form_div.is-seminar #frm_formconfirm .c-forms__textarea textarea {
	min-height: auto;
}

#lf_form_div .schedule_table,
#lf_form_div .form_eyecatch {
	display: none;
}

#lf_form_div .is-monthly-form {
	display: none;
}

#lf_form_div .required-label:after {
	content: "必須";
	display: inline-block;
	background-color: #e04b3a;
	color: #fff;
	font-size: .625rem;
	letter-spacing: .05em;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	padding: 0.1875rem 0.525rem;
	margin-left: 0.625rem;
	min-width: 1.5rem;
	border-radius: 3px;
}
