@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #2986d5; //メインカラー @colorSub: #ff9c00; //サブカラー 詳細ボタンなど @colorBorder: #d2d8de; //ボーダーカラー @colorLightBG: #e5f9ff; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#c5e5ff;//ページャー背景 @colorPagerCurrent:#67baff;//ページャー背景current /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.6; /* =========================================================================================== フォント 設定 =========================================================================================== */ body { font-size: 15px; line-height: @BaseLineHeight; color: #3a3a3a; font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; } a, a:active, a:link, a:visited { color: #3a3a3a; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; background-color: @colorSub; background-image: url(../images/btn.png); background-repeat: no-repeat; background-position: left 30px center; border: 2px solid #ffbd56; border-radius: 100px; padding: 4px 40px 4px 50px; color: #fff; font-weight: bold; } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .mainImgArea { width: 100%; margin: 0 0 20px; .mainImgContent { max-width: 100%; margin: 0 auto; text-align: center; background-repeat: no-repeat; background-position: center center; display: flex; justify-content: center; align-items: center; } .mainImgContent p { width: @contentWidth; font-weight: bold; font-size: 32px; color: @colorMain; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { font-size: 27px; font-weight: bold; padding-top: 50px !important; text-align: center !important; background: url(../images/ico_h02.png) no-repeat top center; background-size: 42px auto; color: @colorMain; } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { font-size: 21px; color: #004e91; font-weight: bold; span{ display: inline-block; border-bottom: 1px dotted #b3bac0; } } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { font-size: 19px; font-weight: 500; padding-left: 15px !important; background: url(../images/bg_h04.png) no-repeat left center; border-bottom: 1px solid #d2d8de; } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { font-size: 17px; font-weight: 500; border-bottom: 1px solid #2986d5; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { font-size: 15px; font-weight: bold; color: #ff9c00; } .fl-module-heading h6.fl-heading { // ビルダーのH6 .h6LaySets; } /* =========================================================================================== コンタクトバナー =========================================================================================== */ .c_banner { width: 700px; .c_tel{ line-height: 1; a { color: inherit; } } .c_btn a{ position: static !important; top:0 !important; } }