body.home #main_visual { background-image: url(http://cospro.sakura.ne.jp/cosfes/wp-content/uploads/2019/08/natofes.jpg); /*画像を設置される場合*/ background-size: contain; color: #fff; text-align: center; height: 500px !important; } /* ヘッダーの色を変更 */ body #header { background: #ffbf7f; } #gnav { background-color: #ffbf7f; } #gnav ul li a { background-color: #ffbf7f; } #gnav ul li a:hover, #gnav ul li a:focus { background-color: #3e494f; } #gnav ul li.current-menu-item a { background: #ffbf7f; } #header-fnav-area #header-fnav-btn a { background-color: #3e494f; } #header-nav-btn a { background-color:#3e494f; } @media (max-width: 767px) { #header-nav-btn a { background-color: #3e494f; } } /* スマホ表示時にロゴ中央寄せ */ #header #logo { text-align:center; } /* トップページ:記事カテゴリー色変更 */ body.home .front-loop .popular_post_box .p_category { background-color: #fff; border:solid 1px #009fb7; color:#009fb7; } /* トップページ:クローズアップ記事・サービス記事の色変更 */ body.home .front-main-cont .front-cont-header { background-color: #ffbf7f; } body.home #front-contents .c_number { background-color: #ffbf7f; } body.home #front-contents h3 { color: #ffbf7f; } body.home #front-service .front-service-inner h3 { color: #ffbf7f; } .c_btn .btn { background-color:#009fb7 !important; color:#fff !important; } /* トップページ:クローズアップ記事の修正(画面幅991px以下) */ @media (max-width: 991px) { body.home #front-contents .front-cont-header { margin-bottom: 0px !important; } } /* トップページ:サービス記事の修正(画面幅991px以下) */ @media (max-width: 991px) { body.home #front-service .front-cont-header { margin-bottom:30px !important; } body.home #front-service .front-service-inner .c_box { padding-top:10px; } body.home #front-service .front-service-inner .c_box:first-child { border-bottom:solid 1px #ababab; } body.home #front-service .front-service-inner .c_box h3 { margin-top: 5px; font-size:25px; } body.home #front-service .front-service-inner .c_box .c_text br { display:none; } } /* 会社情報の色変更 */ body.home #front-company dl#front-company-1 dt { border-top: 2px solid #ffbf7f; } /* お問い合せの色変更 */ #front-contact .c_box { background-color:#fff; } #front-contact label { color:#000; } body.home #front-contact input, body.home #front-contact textarea { border:solid 1px #ffbf7f; width:100% !important; } body.home #front-contact input.wpcf7-submit { background-color:#009fb7 !important; border:none; } /* フッターの背景色変更 */ #footer { border-top:solid 8px #ffbf7f !important; } #footer #footer-brand-area { border-bottom: 1px solid #ffbf7f; } #footer .footer-01 { background-color:#ffbf7f; } #footer .footer-02 { background-color:#ffbf7f; } /* フッターの文章を左寄せ */ .footer-address { text-align:left !important; }