/**
	albaluna orderform
	@version 20240101 akatsuki_yu
**/
@charset "UTF-8";

/* Contact Form 7 custom */
div.wpcf7 { margin-top:2em; }


/* 依頼フォーム周りのカスタム */
.wpcf7-al-num { width:4rem !important; } /* 数値フィールドの横幅を狭くする */
.wpcf7-al-form-title { font-weight:bold; background-color:transparent;}
.wpcf7-al-need { font-size:75%; line-height:inherit; background-color:#E95464; color:white; font-weight:bold; padding:0 7px;  border-radius:3px; margin-left:1.5em;}
.wpcf7-al-option { font-size:75%; line-height:inherit; background-color:#9A5FA9; color:white; font-weight:bold; padding:0 7px; border-radius:3px; margin-left:1.5em;}

.help-text li p {
	margin-bottom:0;
}
.help-text ul {
	list-style-type:circle;
}

/* チェックボックスを縦に並べるところ */
#rakuraku-option .wpcf7-list-item,
#kodawari-option .wpcf7-list-item,
#hyoushi-option .wpcf7-list-item,
#cd-fullset-option .wpcf7-list-item,
#cd-minimum-option .wpcf7-list-item,
#other-support-help .wpcf7-list-item
{
	margin-top:5px;
	display: block;
}

#rakuraku-option .wpcf7-list-item [type="checkbox"],
#kodawari-option .wpcf7-list-item [type="checkbox"],
#hyoushi-option .wpcf7-list-item [type="checkbox"],
#cd-fullset-option .wpcf7-list-item [type="checkbox"],
#cd-minimum-option .wpcf7-list-item [type="checkbox"],
#other-support-help .wpcf7-list-item [type="checkbox"]
{
	margin:0 0 0.5rem;
	margin-right:.5rem;
}
