MylogStarシリーズ トライアル 申込フォーム

/* ===================================
基本設定
=================================== */
html{ overflow-y:scroll; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
}
li { list-style: none; }
/* ===================================
共通
=================================== */
/* フォント */
body {
font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'MS Pゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
}
select,input,button,textarea {
font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'MS Pゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
}
/* ===================================
画面全体のレイアウト
=================================== */
/* 画面全体の表示設定 */
body {
background:#fff; /* 背景色 */
text-align:center; /* フォームエリアを中央に表示 */
}
/* フォームエリア全体の設定 */
div.container {
width:100%; /* 画面の横幅 */
background:#fff; /* 背景色 */
/*border:Gainsboro 1px solid; border-top:none; 外枠のラインの色と太さ */
font-size:14px; /* フォントの初期サイズ */
color:#333; /* フォントの初期カラー */
margin:0 auto; /* 画面の中央に表示 */
text-align:left; /* 左寄せ */
/*padding: 0 20px;*/
}
/* ===================================
設問エリアのレイアウト
=================================== */
/* 設問エリア全体の設定 */
div.wrapper {
width:680px; /* 画面の横幅 */
margin:0 auto; /* 中央に表示 */
background:White;
}
/* 設問の表 */
table.items {
border-collapse:collapse;
border-top:#c3c3c3 1px dashed;
margin:20px 0;
}
/* 設問の行 */
tr.item { /* 必要であれば行のデザインを設定することができます */
background:#fff;
border:none;
border-bottom:#c3c3c3 1px dashed;
}
/*tr.item:hover {
background:#d9eae0;
}*/
/*設問名のセルのデザイン */
td.label {
width:240px; /* 実際の設問名の文字の長さに合わせて調整してください */
padding:4px 5px 4px 5px;
color:#224;
font-size:14px;
vertical-align:middle; /* ラベルの配置 セルの上部に表示したい場合は top */
border-bottom:#c3c3c3 1px dashed;
}
/* 設問の入力セルおよび表示セルのデザイン */
td.value {
float:left;
width:400px; /* 入力コントロールの幅に合わせて調整してください */
padding:8px 3px 4px 5px;
border-bottom:none; /* 設問と設問の間の下線 */
}
/* 設問の入力例/説明セルのデザイン */
td.comment {
float:left;
width:400px; /* td.valueと同じ幅にしてください */
font-size:12px;
padding:0px 2px 6px 2px;
color:#888;
}
/* 入力セルの「氏」「名」の文字のデザイン */
span.label_name {
padding-right:5px;
/*font-size:85%;*/
font-weight:bold;
color:DarkSlateGray;
}
/* 入力確認画面、完了画面の入力された文字のデザイン */
p.value {
font-size:110%;
}
/* ボタンの表示エリアの設定 */
div.button_area {
width:640px;
margin:10px auto 10px auto; /* 中央に表示、上下に10pxの余白 */
/*background:Gainsboro;*/
padding:10px 0 10px 0; /* ボタンとの上下の隙間のサイズ */
text-align:center; /* 中央にボタンを表示 */
}
/* 入力エラーメッセージのデザイン */
div.message {
padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */
margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */
font-size:14px;
font-weight:bold;
color:Red;
background:LightYellow;
}
/* 公開終了メッセージのデザイン */
div.finished-message {
padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */
margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */
font-size:14px;
font-weight:bold;
color:Crimson;
background:MistyRose;
}
/* ===================================
入力コントロールのデザイン
=================================== */
input[type="text"] {
border-radius: 4px;
border: #999 1px solid;
height: 25px;
}
textarea {
border-radius: 4px;
border: #999 1px solid;
}
/* 確認/送信/戻る/登録ボタン */
input[type=button] {
font-size:18px;
background:#f55A0A; /* ボタンの色 */
padding:10px 40px; /* ボタンの文字の 上 右 下 左 の隙間のサイズ */
margin:0px 10px; /* 確認画面に表示される2つのボタンの左右の余白サイズ */
color:#ffffff; /* 文字の色 */
font-weight:bold;
border-radius: 5px;
border: none;
/* ボタンに枠線をつけたい場合は、ここを設定してください */
/*border-top:#e5e5e5 2px solid;
border-left:#eeeeee 2px solid;
border-right:#bbbbbb 2px solid;
boder-bottom:#b0b0b0 2px solid;*/
}
input[type=button]:hover { cursor: pointer; }
input[type=radio] { margin:8px 8px 8px 0;}
input[type=checkbox] { margin:8px 8px 8px 0;}
/* 入力中のフィールドの背景色 */
/* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */
input[type="text"]:focus {
background-color:#f6bfbc;
border: 1px #f6bfbc solid;
} /* テキストボックス */
select:focus { background-color:#f6bfbc; } /* プルダウン */
textarea:focus { background-color:#f6bfbc; } /* テキストエリア */
/* ===================================
必須項目のマークおよびメッセージなど
=================================== */
/* 必須項目のマーク */
span.required {
float:right;
margin-right:10px;
font-weight:bold;
font-size: 12px;
background: #f55A0A;
color: #ffffff;
border-radius: 3px;
}
span.required:after {
/* ここを編集することで表示されるマークを変更できます */
content:"必須";
padding: 20px;
}
/* 必須項目についての説明文 */
p.required_msg {
text-align:left;
margin-right:4px;
font-size:90%;
font-weight:bold;
color:#f55A0A;
}
p.required_msg:after {
/* ここを編集することで表示されるマークを変更できます */
content:"「必須」となっている項目は必ず入力してください。";
}
/* メールアドレスの再入力メッセージ */
p.label_mail {
margin:5px 0 3px 0;
font-size:12px;
color:dimgray;
}
p.label_mail:after {
/* ここを編集することで表示されるメッセージを変更できます */
content:"確認のため、もう一度メールアドレスを入力してください。";
}
-->
.preview-notice{
width: 940px;
height: 100px;
margin: 0px 0px;
background: #4169e1;
font-size: 24px;
font-weight: bold;
color: #f9f9f9;
text-align: center;
display: table-cell;
vertical-align: middle;
}
#lf_form_submit_button {margin:50px 0;}
/* ===================================
カスタム
=================================== */
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.clear { clear: both; }
.preface {
padding:20px 0;
}
.h1-block {
height: 150px;
background:#2c2c2d url(https://www.runexy.co.jp/img/formtop_2000px_dark.png) no-repeat right;
}
h1 {
display: flex;
align-items: center;
height: 150px;
padding-left:10px;
font-weight: bold;
font-size: 1.5em;
color: #fff;
}
.preview-notice{
width: 940px;
height: 100px;
margin: 0px 0px;
background: #4169e1;
font-size: 24px;
font-weight: bold;
color: #f9f9f9;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.inner-width {
width:680px; /* 画面の横幅 */
margin:0 auto; /* 中央に表示 */
}
.p-info{
background:#ededed url(https://www.runexy.co.jp/img/formtop_2000px.png) no-repeat right;
padding:5px;
margin-bottom:10px;
}
h2 {
border-left: 10px solid #93999c;
padding: 5px 0 5px 15px;
margin:10px 0;
}
h3 {
background:rgba(0,0,0,0.1);
/*border-bottom: 2px solid #93999c;*/
padding: 3px 0;
margin:5px 0;
}
h4 {
font-size:1.2em;
font-weight:bold;
margin-bottom:5px;
}
h4:before {
content:"\0bb";
margin-right: 5px;
font-size: 1.6em;
color:#f55A0A;
}
ul li {
list-style-type: disc;
padding-left: 1.5em;
text-indent: -1.5em;
list-style-position: inside;
}
li { margin:10px 0;}
.contact {
width:680px;
/*border: 1px solid #93999c;
padding: 10px;*/
border-radius:10px;
margin:20px 0;
}
.contact-b {
padding:3px 10px;
border-radius:5px;
margin:5px 0;
background:rgba(0,0,0,0.1);
}
.contact-t {
padding:3px 5px;
margin:5px 0;
}
.udlr-center{
display: flex;
justify-content: flex-start;
align-items: center;
justify-content: center;
}
#privacy_policy {}
-->
.preview-notice{
width: 940px;
height: 100px;
margin: 0px 0px;
background: #4169e1;
font-size: 24px;
font-weight: bold;
color: #f9f9f9;
text-align: center;
display: table-cell;
vertical-align: middle;
}
/* ===================================
モバイル用
=================================== */
@media screen and (max-width:600px) {
div.wrapper,div.button_area,.inner-width,div.button_area { width:100%; }
td.label { width:40%; }
td.value,td.comment { width:90%;}
div.button_area {
width:100%;
}
span.required:after {padding: 10px;}
input[type="text"] {width: 100%;}
.contact-b {clear:both;}
}
プライバシーポリシーに同意の上、送信してください。
同意して送信すると、Cookieにより当社のWebサイト上における閲覧履歴と個人情報を紐付けて把握、分析する場合があります。
個人情報の取扱い
利用範囲
株式会社ラネクシー、販売パートナー企業
利用目的
- ソリューション情報、セミナー開催などのご案内、及び営業活動の範囲内で利用させていただきます。また、お客様へのフォローを目的とし、ラネクシーの販売パートナー企業より連絡が入る場合がございますので、あらかじめご了承ください。
- 開示される情報は、サービスの履行に必要な範囲に限定し、上記目的以外での使用は行いません。