/*
Theme Name:　A-Lynx
Theme URI: https://a-lynx.net/
Description: A-Lynxのテーマ
Vertion: 1.0
Author: Yuya Ichinose
Author URI: https://a-lynx.net/
*/

.smf-item {
	margin-bottom: 30px;
	color: #fff;
}
.smf-item input[type="text"],
.smf-item input[type="email"],
.smf-item textarea {
	width: 100%;
	color: #000;
}
.smf-button-control__control {
	background: #333 !important;
	position: relative;
    display: inline-block;
    min-width: 240px;
    padding: 15px 25px 15px 20px !important;
    color: #fff !important;
    border: none;
    opacity: 1;
    transition: opacity .3s;
    text-align: center;
}
.smf-action {
	display: flex;
	gap: 30px;
	align-items:center;
	justify-content:center;
	text-align: center;
}
.smf-complete-content {
	color: #fff;
	text-align:center;
}
.req .smf-item__label::after {
	margin-left: .5em;
	padding: .2em .4em;
	font-size: .8em;
	background: #e55;
	border-radius: .2em;
	content: "必須";
	line-height: 1;
}
@media screen and (max-width: 767.98px) {
	.smf-action .smf-button-control+.smf-button-control {
		margin-left: 0 !important;
	}
	.smf-action {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.smf-item {
		display: flex;
	}
	.smf-item__col--label {
		width: 25%;
		display: flex;
		align-items: center;
		padding-left: 30px;
	}
	.smf-item__col--controls {
		width: 75%;
	}
}