@charset "UTF-8";
/* --------------------------------------------------

[ユーザースタイリング設定]

ある程度の見た目設定はCSS変数を変更することで対応可能です。

-------------------------------------------------- */

:root {

/* ============================== */
/* 全体設定 */
/* ============================== */
--tpl-font-jp: 'Hiragino Kaku Gothic Pro', sans-serif;
--tpl-font-en: 'Helvetica Neue', sans-serif;

/* ============================== */
/* ベースエリア設定 */
/* ============================== */

--tpl-base-backgroundColor: #F3F3F3;
--tpl-textColor: #333;

/* ロゴのサイズ */
/* --tpl-logo-w: 14rem; */
/* --tpl-logo-w--small: 8rem; */
--tpl-logo-w: 20rem;
--tpl-logo-w--small: 16rem;

/* ============================== */
/* フォームエリア設定 */
/* ============================== */

--tpl-accentcolor: rgb(4, 146, 44);
--tpl-input-round: 4px;
--tpl-input-textColor: #222;


/* ============================== */
/* フォント設定 */
/* ============================== */

--tpl-textColor      : #222;



/* ============================== */
/* その他の色設定 */
/* ============================== */



}