@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #b5da1e; //メインカラー @colorSub: #2daf67; //サブカラー 詳細ボタンなど @colorBorder: #cecece; //ボーダーカラー @colorLightBG: #f4f4f4; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#cfeb5c;//ページャー背景 @colorPagerCurrent:#a1c50e;//ページャー背景current @MainFontColor: #000000; /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.6; /* =========================================================================================== フォント 設定 =========================================================================================== */ body { font-size: 15px; line-height: @BaseLineHeight; color: @MainFontColor; font-family: "游ゴシック","游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; font-weight: 500; } a, a:active, a:link, a:visited { color: @MainFontColor; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; background: @colorSub; padding: 6px 46px; border-radius: 200px; color: #fff; font-weight: bold; &:before { display: inline-block; content: ''; width: 6px; height: 10px; background-image: url(../images/btn.png); background-repeat: no-repeat; background-position: center center; margin-right: 10px; } } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .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: 35px; color: #fff; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { font-size: 30px; font-weight: bold; text-align: center !important; padding-top: 40px !important; background-image: url(../images/ico_h02.png); background-repeat: no-repeat; background-position: center top; background-size: auto 36px; } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { font-size: 23px; color: @colorSub; font-weight: bold; } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { font-size: 19px; font-weight: bold; padding-left: 20px !important; position: relative; margin-bottom: 5px !important; &:before { content: ''; position: absolute; display: block; width: 13px; height: 13px; border: 3px solid @colorSub; border-radius: 100px; top: 0; bottom: 0; left: 2px; margin: auto; } &:after { content: ''; position: absolute; display: block; width: 100%; height: 4px; background-image: url(../images/img_h04.png); background-repeat: repeat-x; background-position: center center; bottom: -5; left: 0; right: 0; } } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { font-size: 17px; font-weight: bold; background-image: url(../images/h5bg.png); background-repeat: repeat-x; background-position: center bottom 3px; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { font-size: 15px; font-weight: bold; color: @colorMain; } .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; } }