@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #223a70; //メインカラー @colorSub: #e9b900; //サブカラー 詳細ボタンなど @colorBorder: #e1e1e1; //ボーダーカラー @colorLightBG: #f9f9f9; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#d2d2d2;//ページャー背景 @colorPagerCurrent:#818181;//ページャー背景current /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.6; /* =========================================================================================== フォント 設定 =========================================================================================== */ body { font-size: 16px; line-height: @BaseLineHeight; color: #333333; font-family:'Fira Sans', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif; font-weight: 500; } a, a:active, a:link, a:visited { color: #333333; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; padding: 10px 55px 10px 40px; background-image: url(../images/btn_arrow.png); background-repeat: no-repeat; background-position: right 15px center; background-color: @colorMain; font-weight: bold; color: #fff; border-radius: 100px; } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .mainImgArea { width: 100%; margin: 20px 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: 500; font-size: 24px; color: @colorMain; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { font-size: 28px; padding-bottom: 15px !important; font-weight: 500; background: url(../images/bg_h02.png) no-repeat bottom center; background-size: auto 10px; text-align: center !important; } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { font-size: 23px; color: #2c74b1; font-weight: 500; } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { font-size: 18px; font-weight: 500; padding-left: 20px !important; border-bottom: 1px dotted #d2d2d2; background: url(../images/bg_h04.png) no-repeat left center; } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { font-size: 18px; font-weight: bold; color: @colorMain; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { font-size: 18px; font-weight: 500; color: @colorSub; } .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; } }