@charset "utf=8";

/* ==========================================
リード文
========================================== */

.form-lead {
    margin: 3rem 0 0;
}

/* ==========================================
お問い合わせブロック
========================================== */

.form-contact-area {
    max-width: 75rem;
    width: 100%;
    display: flex;
    justify-content: center;
    background: var(--white);
    padding: 5rem 1.5rem;
    margin: 4rem auto 0;
}

.form-contact-separat {
    max-width: 0.1rem;
    width: 100%;
    background: var(--gray);
    margin: 0 5rem;
}

.form-contact-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.03em;
    margin: 1.9rem 0 0;
}

.form-contact-text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    opacity: 0.7;
    margin: 1rem 0 0;
}

.form-contact-icon-link {
    display: block;
    max-width: 3.5rem;
    width: 100%;
    margin: 1.5rem auto 0;
}

.form-contact-icon-link:hover {
    transform: scale(0.95);
}

/* ==========================================
フォーム
========================================== */

.form-area {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 8rem auto 0;
}

.required-text {
	font-size: 1.2rem;
	padding: 0.3rem 0.5rem 0.2rem;
	background: #333;
	color: #fff;
	margin: 0 0.5rem 0 0;
}

.form-input {
	width: 100%;
	padding: 1.6rem 1.5rem !important;
}

.form-select {
	padding: 1.6rem 1.5rem !important;
}

.form-textarea {
	height: 20rem;
	padding: 1.6rem 1.5rem !important;
}

.input-file {
	border: 0;
	width: 100%;
}

.form-acceptance {
    display: flex;
    justify-content: center;
}

.form-complete-area {
    padding: 6rem 1.5rem;
    margin: 10rem 0 0;
}

.form-complete-text {
    margin: 1rem 0 0;
}

/* ==========================================
Snow Monkey Forms 上書き
========================================== */

.smf-form--simple-table .smf-item {
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}

.smf-form--simple-table .smf-item__col--label {
    max-width: 25rem !important;
    width: 100%;
    flex: unset !important;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    padding: 0 !important;
}

.smf-form--simple-table .smf-item__col--controls {
    flex: 1!important;
    max-width: 100% !important;
    margin: 0 0 0 8.9rem;
}

.smf-item__label__text > strong {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    background: var(--primary);
    color: var(--white);
    padding: 0.6rem 1rem;
    margin: 0 0 0 1.5rem;
}

.smf-action .smf-button-control__control {
	max-width: 30rem;
	width: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 1.1em;
	line-height: 1.45em;
	padding: 1.9rem 1.5rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--secondary) !important;
	color: var(--white) !important;
	margin: auto;
	position: relative;
	transition: .3s !important;
}

.smf-action .smf-button-control__control:before {
    content: "";
    display: block;
    max-width: 4rem;
    width: 100%;
    height: 4rem;
    background: url(../../../../uploads/arrow_icon_green.svg) no-repeat center / 2rem 1.5rem var(--c-white);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1.95rem;
    transform: translateY(-50%);
}

.smf-action .smf-button-control__control:hover {
	opacity: 0.65;
}

.smf-form--simple-table+.smf-action {
    margin: 4rem auto 0 !important;
}

.smf-form .smf-radio-button-control__control:checked {
    background: #3a87fd !important;
}

.smf-item__label__text {
    display: flex;
    align-items: center;
    line-height: 1em;
}

.smf-form .smf-checkbox-control {
    align-items: center !important;
}

.smf-form .smf-checkbox-control__control {
    padding: 0;
    margin: 0 !important;
}

/* ==========================================
プライバシーポリシー
========================================== */

.privacy-area {
    width: 100%;
    height: 50rem;
    background: var(--white);
    border: solid 1px var(--gray);
    border-radius: 0.5rem;
    padding: 4rem;
    overflow: auto;
    margin: 2rem auto 0;
    word-break: break-all;
}

.privacy-lead-text {
    margin: 4rem 0 0;
}

.privacy-block {
    margin: 3rem 0 0;
}

.privacy-content {
    margin: 1.5rem 0 0;
}

.privacy-text-block {
    margin: 3rem 0 0;
}

.privacy-title {
    display: inline-block;
    color: var(--primary);
    border-bottom: solid 0.1rem var(--primary);
    padding: 0 0 1rem;
}

.privacy-text {
    margin: 1rem 0 0;
}

.privacy-list {
    margin: 1rem 0 0;
}

.privacy-list-item {
    display: flex;
}

.privacy-list-text {
    flex: 1;
}

.privacy-confirm {
    margin: 4rem 0 0;
}

.privacy-chek {
    text-align: center;
    margin: 2rem 0 0;
}

/* ==========================================
確認画面
========================================== */

[data-screen="confirm"] .privacy-confirm,
[data-screen="confirm"] .privacy-chek {
  display: none;
}

/* ==========================================
送信完了
========================================== */

.form-complate-area {
    margin: 4rem auto 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	/* ==========================================
	フォーム
	========================================== */

	.form-container {
	    margin: 4rem auto 0;
	}
	
	.form-input {
	    padding: 1rem 1.5rem !important;
	}
	
	.form-select {
	    padding: 1rem 1.5rem !important;
	}
	
	.form-textarea {
	    height: 16rem;
	    padding: 1rem 1.5rem !important;
	}

	.form-complete-area {
	    padding: 3rem 1.5rem;
		    margin: 5rem 0 0;
	}
	
	/* ==========================================
	Snow Monkey Forms 上書き
	========================================== */
	
	.smf-form--simple-table+.smf-action {
	    margin: 2rem auto 0 !important;
	}
	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	/* ==========================================
	リード文
	========================================== */

	.form-lead {
		margin: 2rem 0 0;
	}

	/* ==========================================
	お問い合わせブロック
	========================================== */
	
	.form-contact-area {
	    display: block;
	    padding: 3rem 1.5rem;
	    margin: 3rem 0 0;
	}
	
	.form-contact-tel {
	    font-size: 2.2rem;
	    margin: 1.5rem 0 0;
	}
	
	.form-contact-text {
	    margin: 0.5rem 0 0;
	}
	
	.form-contact-icon-link {
	    margin: 1rem auto 0;
	}
	
	.form-contact-separat {
	    max-width: 100%;
	    height: 0.1rem;
	    margin: 3rem auto;
	}

	/* ==========================================
	フォーム
	========================================== */

	.form-area {
	    margin: 4rem auto 0;
	    gap: 1.5rem;
	}

	/* ==========================================
	Snow Monkey Forms 上書き
	========================================== */
	
	.smf-form--simple-table .smf-item {
	    flex-direction: column;
	    align-items: flex-start;
	}
	
	.smf-form--simple-table .smf-item__col--label {
	    max-width: 100% !important;
	}
	
	.smf-form--simple-table .smf-item__col--controls {
	    width: 100%;
	    margin: 1rem 0 0;
	}
	
	.smf-item__label__text > strong {
	    padding: 0.3rem 0.5rem;
	    margin: 0 0 0 1rem;
	}
		
	/* ==========================================
	プライバシーポリシー
	========================================== */
	
	.privacy-area {
		height: 35rem;
		padding: 3rem 1.5rem;
		margin: 1rem auto 0;
	}

	.privacy-lead-text {
	    margin: 3rem 0 0;
	}
	
	.privacy-block {
	    margin: 2rem 0 0;
	}
	
	.privacy-confirm {
	    margin: 1rem 0 0;
	}
	
	.privacy-chek {
	    margin: 1rem 0 0;
	}

	/* ==========================================
	送信完了
	========================================== */

	.form-complate-area {
		margin: 3rem auto 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	/* ==========================================
	Snow Monkey Forms 上書き
	========================================== */


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */