Commit f8f4a84a by Orine Matsui

CONTACTに「お問合せのきっかけ」追加

parent 9e19c6b3
...@@ -382,6 +382,11 @@ button { ...@@ -382,6 +382,11 @@ button {
margin-right: 0; margin-right: 0;
} }
.form_row_trigger .right .form_checkbox label {
width: 50%;
margin-right: 0;
}
.form_row ul { .form_row ul {
margin-top: 40px; margin-top: 40px;
...@@ -806,6 +811,9 @@ p + .form_checkbox { ...@@ -806,6 +811,9 @@ p + .form_checkbox {
.form_row.form_row_theme .right label:not(:first-child) { .form_row.form_row_theme .right label:not(:first-child) {
margin-left: 0; margin-left: 0;
} }
.form_row.form_row_trigger .right label:not(:first-child) {
margin-left: 0;
}
#last_name, #last_name,
#first_name, #first_name,
#last_name_kana, #last_name_kana,
...@@ -923,6 +931,10 @@ p + .form_checkbox { ...@@ -923,6 +931,10 @@ p + .form_checkbox {
width: 100%; width: 100%;
margin-left: 0; margin-left: 0;
} }
.form_row_trigger .right .form_checkbox label {
width: 100%;
margin-left: 0;
}
.p-contact-confirm .contact-bottom-buttons .c-btn1, .p-contact-confirm .contact-bottom-buttons .c-btn1,
.p-contact-confirm .contact-bottom-buttons .left button[type="submit"] { .p-contact-confirm .contact-bottom-buttons .left button[type="submit"] {
margin-bottom: 0px; margin-bottom: 0px;
......
...@@ -145,6 +145,25 @@ ...@@ -145,6 +145,25 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form_row form_row_trigger">
<div class="left"><label for="form_trigger">お問合せのきっかけ</label></div>
<div class="right">
<div class="form_checkbox">
<label><input type="checkbox" name="form_trigger" id="form_trigger_01" value="検索エンジン(Yahoo!,Googleなど)"><span class="label_text">検索エンジン(Yahoo!,Google等)</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_02" value="Webサイトより"><span class="label_text">Webサイトより</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_03" value="DM"><span class="label_text">DM</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_04" value="弊社関連書籍"><span class="label_text">弊社関連書籍</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_05" value="メールマガジン"><span class="label_text">メールマガジン</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_06" value="青木仁志オフィシャルサイト"><span class="label_text">青木仁志オフィシャルサイト</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_07" value="ClubNews"><span class="label_text">ClubNews</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_08" value="知人からの紹介"><span class="label_text">知人からの紹介</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_09" value="弊社コンサルタントからの紹介"><span class="label_text">弊社コンサルタントからの紹介</span></label>
<label><input type="checkbox" name="form_trigger" id="form_trigger_10" value="その他"><span class="label_text">その他</span></label>
</div>
</div>
</div>
<div class="contact-bottom-buttons"> <div class="contact-bottom-buttons">
<div class="c-btn1 c-btn-faq"><button type="submit" class="c-btn1__txt">入力内容の確認へ</button></div> <div class="c-btn1 c-btn-faq"><button type="submit" class="c-btn1__txt">入力内容の確認へ</button></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment