@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #38baf6; //メインカラー @colorSub: #6fc363; //サブカラー 詳細ボタンなど @colorBorder: #d2d2d2; //ボーダーカラー @colorLightBG: #efefef; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#9bd1ff;//ページャー背景 @colorPagerCurrent:#2c93eb;//ページャー背景current /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.8; /* =========================================================================================== フォント 設定 =========================================================================================== */ body { font-size: 15px; line-height: @BaseLineHeight; color: #222222; 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: #222222; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; border: 2px solid #94db8a; border-radius: 100px; background: #6fc363; padding: 2px 43px 2px 51px; color: #fff; position: relative; &::after { position: absolute; top: 0; bottom: 0; left: 36px; display: block; content: ''; width: 6px; height: 6px; margin: auto; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); } } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .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 { color: #2370bc; width: @contentWidth; font-weight: bold; font-size: 34px; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== 見出し共通 =======================*/ .flHeadingCommon { font-weight: normal; line-height: 1.4; } /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { .flHeadingCommon; font-weight: bold; font-size: 28px; letter-spacing: 2px; text-align: center !important; padding: 0 !important; span { background: url("../images/ico_h02.png") top center / 50px 29px no-repeat; border-bottom: 1px solid #d2d2d2; display: inline-block; text-align: center; padding: 40px 0 2px; } } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { .flHeadingCommon; color: #38baf6; font-weight: bold; font-size: 21px; padding: 0 !important; } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { .flHeadingCommon; border-bottom: 1px dotted #d2d2d2; font-size: 20px; padding: 0 !important; span { display: block; padding-left: 13px; margin-bottom: 3px; position: relative; &::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 4px; height: 20px; background: #38baf6; } &::after { content: ""; position: absolute; top: 50%; bottom: 0; left: 0; margin: auto; width: 4px; height: 10px; background: #2c93eb; } } } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { .flHeadingCommon; border-bottom: 1px solid #38baf6; font-size: 17px; padding: 0 4px 2px !important; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { .flHeadingCommon; color: #63b357; font-weight: bold; font-size: 15px; padding: 0 !important; } .fl-module-heading h6.fl-heading { // ビルダーのH6 .h6LaySets; } /* =========================================================================================== コンタクトバナー =========================================================================================== */ .c_banner { line-height: 1.5; width: 700px; .c_tel{ line-height: 1; a { color: inherit; } } .c_btn a{ position: static !important; top:0 !important; } }