@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #0071bc; //メインカラー @colorSub: #edef42; //サブカラー 詳細ボタンなど @colorBorder: #ededed; //ボーダーカラー @colorLightBG: #f8f8f8; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#3ba4e9;//ページャー背景 @colorPagerCurrent:#0071bc;//ページャー背景current /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.6; /* =========================================================================================== フォント 設定 =========================================================================================== */ // 游書体がWindowsで細くなってしまう問題の解決 // family名にMyYuGothicM,MyYuMinchoMを指定(Chrome 62にも対応) @font-face { font-family: "MyYuGothicM"; font-weight: normal; src: local("YuGothic-Medium"), /*Postscript name*/ local("YuGothic-Regular"); /*Mediumがないとき*/ } @font-face { font-family: "MyYuGothicM"; font-weight: bold; src: local("YuGothic-Bold"); /*Postscript name*/ } @font-face { font-family: "MyYuMinchoM"; font-weight: normal; src: local("YuMincho-Medium"), /*Postscript name*/ local("YuMincho-Regular"); /*Mediumがないとき*/ } @font-face { font-family: "MyYuMinchoM"; font-weight: bold; src: local("YuMincho-Bold"); /*Postscript name*/ } body { font-size: 15px; line-height: @BaseLineHeight; color: #2d2d2d; font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif; } a, a:active, a:link, a:visited { color: #2d2d2d; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; background: @colorSub; padding: 6px 8px; color: @colorMain; font-weight: bold; min-width: 180px; text-align: center; } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .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: 24px; color: #fff; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ .fl-heading-common { font-weight: bold; } /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { .fl-heading-common; font-size: 24px; color: @colorMain; text-align: center !important; padding: 0 0 15px !important; position: relative; &::before { content: ''; position: absolute; right: 0; left: 0; bottom: 0; margin: auto; width: 60px; height: 3px; background: @colorMain; } } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 20px; } /*== h3 =======================*/ .h3LaySets { .fl-heading-common; font-size: 20px; } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { .fl-heading-common; font-size: 16px; background: url('../images/bg_h02.png') no-repeat 0 5px; background-size: calc(38px / 2) calc(34px / 2); border-bottom: 1px solid @colorBorder; padding: 0 0 7px 28px !important; } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { .fl-heading-common; font-size: 16px; border-bottom: 1px solid @colorBorder; padding: 0 0 6px !important; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { .fl-heading-common; font-size: 16px; color: #f3d94f; } .fl-module-heading h6.fl-heading { // ビルダーのH6 .h6LaySets; } /* =========================================================================================== bb layout =========================================================================================== */ #mainContent .fl-row:not(.c_banner) .fl-row-content-wrap { .fl-rich-text, .voiceComment { line-height: 1.75; } } /* =========================================================================================== コンタクトバナー =========================================================================================== */ .c_banner { width: 700px; .c_tel { line-height: 1; a { color: inherit; } } .c_btn a.fl-button { // background: none; border-color: #2d2d2d !important; position: static !important; top:0 !important; } // .fl-photo-img { // -o-object-fit: cover; // object-fit: cover; // } } .c_tel .fl-icon-text { height: auto !important; padding-bottom: 6px; }