@charset "utf=8";

/* ==========================================
フォーム
========================================== */

.form-container {
    max-width: 122rem;
    width: 100%;
    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 {
	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 {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.smf-form--simple-table .smf-item {
    padding: 0 !important;
}

.smf-form--simple-table .smf-item__col--label {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.smf-item__label__text > strong {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    background: #993D3D;
    color: var(--secondary);
    border-radius: 0.3rem;
    padding: 0.2rem 0.5rem;
    margin: 0 0 0 1rem;
}

.smf-action .smf-button-control__control {
	max-width: 40rem;
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-color: var(--primary)  !important;
	background: var(--primary) !important;
	color: var(--secondary) !important;
	font-size: 2rem;
	letter-spacing: 0.03em;
	line-height: 1.45em;
	border: solid 1px !important;
	border-radius: 4.6rem !important;
	padding: 2.3rem 1rem 2.6rem !important;
	position: relative !important;
	transition: .3s !important;
	margin: 0 auto !important;
}

.smf-action .smf-button-control__control:hover {
	background: var(--secondary) !important;
	color: var(--primary) !important;
}

.smf-form--simple-table+.smf-action {
    margin: 4rem auto 0 !important;
}

.smf-form .smf-radio-button-control__control:checked {
    background: #3a87fd !important;
}

/* ==========================================
プライバシーポリシー
========================================== */

.privacy-area {
    height: 40rem;
    border: solid 1px var(--ui-border-color);
    border-radius: 0.3rem;
    padding: 3rem 1.5rem;
    font-size: 1.6rem;
    overflow: auto;
}

.privacy-text-block {
    margin: 3rem 0 0;
}

.privacy-title {
    border-bottom: solid 1px var(--primary);
    padding: 0 0 0.5rem;
}

.privacy-text {
    margin: 1rem 0 0;
}

.privacy-list {
    margin: 1rem 0 0;
}

.privacy-list-item {
    display: flex;
}

.privacy-list-text {
    flex: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@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 {
	    padding: 1rem 1.5rem !important;
	}

	.form-complete-area {
	    padding: 3rem 1.5rem;
		    margin: 5rem 0 0;
	}
	
	/* ==========================================
	Snow Monkey Forms 上書き
	========================================== */

	.smf-form--simple-table {
	    gap: 3rem;
	}
	
	.smf-form--simple-table .smf-item__col--label {
	    font-size: 1.8rem;
	}
	
	.smf-item__label__text > strong {
	    font-size: 1.2rem;
	    margin: 0 0 0 0.5rem;
	}
	
	.smf-form--simple-table+.smf-action {
	    margin: 3rem auto 0;
	}

	.smf-action .smf-button-control__control {
		font-size: 1.8rem;
	}
	
	/* ==========================================
	プライバシーポリシー
	========================================== */
	
	.privacy-area {
	    height: 35rem;
	    padding: 1.5rem;
	    font-size: 1.4rem;
	}
	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	/* ==========================================
	Snow Monkey Forms 上書き
	========================================== */

	.smf-form--simple-table .smf-item__col--label {
	    font-size: 1.6rem;
	}
	
	.smf-item__label__text > strong {
	    font-size: 1rem;
	}

	.smf-action .smf-button-control__control {
		font-size: 1.6rem;
	}
	
	/* ==========================================
	プライバシーポリシー
	========================================== */
	
	.privacy-area {
	    font-size: 1.2rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	/* ==========================================
	Snow Monkey Forms 上書き
	========================================== */

	.smf-action .smf-button-control__control {
		padding: 1.1rem 1rem 1.3rem !important;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */