@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #f1bb00; //メインカラー @colorSub: #0d0d0d; //サブカラー 詳細ボタンなど @colorBorder: #373737; //ボーダーカラー @colorLightBG: #e0e0e0; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#ffad80;//ページャー背景 @colorPagerCurrent:#ff6c1c;//ページャー背景current /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.8; /* =========================================================================================== フォント 設定 =========================================================================================== */ @fontGothic: Helvetica, Arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; @colorBody: #0d0d0d; body { font-size: 15px; line-height: @BaseLineHeight; color: @colorBody; font-family: @fontGothic; } a, a:active, a:link, a:visited { color: @colorBody; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; background: @colorSub; padding: 8px 50px; color: #fff; font-size: 16px; 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: 38px; letter-spacing: 3px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { font-size: 30px; font-weight: bold; text-align: center !important; padding: 60px 0 0 !important; background: url('../images/ico_h02.png') center top no-repeat; background-size: 40px 40px; } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { font-size: 24px; color: @colorSub; font-weight: bold; } .fl-module-heading h3.fl-heading { // ビルダーのH3 font-size: 22px; font-weight: bold; color: #e50112; } /*== h4 =======================*/ .h4LaySets { font-size: 20px; font-weight: bold; padding-left: 10px !important; border-left: 3px solid @colorSub; border-bottom: 1px dotted #CCC; } .fl-module-heading h4.fl-heading { // ビルダーのH4 font-size: 20px; font-weight: bold; padding: 10px 10px 10px 30px !important; border-bottom: 2px solid @colorSub; background: url('../images/ico_h04.png') left center no-repeat; background-size: 16px 17px; position: relative; &::after { position: absolute; bottom: 1px; left: 0; content: ''; width: 100%; display: block; border-top: 1px solid @colorSub; } } /*== h5 =======================*/ .h5LaySets { font-size: 18px; font-weight: bold; color: @colorSub; } .fl-module-heading h5.fl-heading { // ビルダーのH5 font-size: 17px; font-weight: bold; padding: 0 0 10px !important; border-bottom: 2px solid @colorSub; } /*== h6 =======================*/ .h6LaySets { font-size: 16px; font-weight: bold; } .fl-module-heading h6.fl-heading { // ビルダーのH6 font-size: 15px; font-weight: bold; color: #ff711b; } /* =========================================================================================== コンタクトバナー =========================================================================================== */ .c_banner { width: 700px; line-height: 1.6; .c_tel{ line-height: 1; a { color: inherit; } } .c_btn a{ position: static !important; top:0 !important; } }