/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 28 2024 | 07:47:02 */
/*==============================================================
モバイル固定ナビ
==============================================================*/
/*----背景色の指定はこちらでやってます----*/
.mobile-fix-nav .mobile-fix-nav-menu {font-size:0; padding:0;}
.mobile-fix-nav .mobile-fix-nav-menu li {width:calc(100% / 5); padding:13px 0 11px; background-color:#4f4f4f;}
.mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) {background-color:#f1a514;}

/*==============================================================
サイトヘッダー
==============================================================*/
/*----全幅化と余白----*/
.siteHeader .container {max-width:100%; padding:8px 16px;}
/*----------------------------------------------------
ヘッダーロゴ
----------------------------------------------------*/
.siteHeader_logo {margin:0; padding:0;}
.siteHeader_logo img {max-height:80px;}/*----ロゴの大きさ設定したいとき----*/
@media screen and (max-width:780px) {.siteHeader_logo {padding:8px 0 0;} .siteHeader_logo img {max-height:60px;}}
/*----ロゴの拡大縮小----*/
.siteHeader_logo img, img.scl {cursor: pointer; transform: scale(1); transition-duration:0.3s;}
.siteHeader_logo img:hover, img.scl:hover {transform: scale(1.05); transition-duration:0.3s;}

/*==============================================================
ページヘッダー
==============================================================*/
.page-header {border-bottom: none !important;}
h1.page-header_pageTitle {font-weight: bold;}

/*==============================================================
パンくず
==============================================================*/
/*----背景色と下線消す----*/
.breadSection {background-color:#dd0000; border:none;}

/*----文字色----*/
ol.breadcrumb>li>a {color: #ffffff !important;}
ol.breadcrumb>li {color: #ffffff !important;}

/*==============================================================
フッター
==============================================================*/
/*----フッター非表示（フッター上部で制作）----*/
footer {display:none !important;}
.sectionBox {padding:0;}

/*==============================================================
フッター上部
==============================================================*/
/*----------------------------------------------------
コピーライト
----------------------------------------------------*/
.copy_bar {padding:16px 8px 16px; font-size:0.75rem; background-color:#DD0000; color:#fff;}
@media screen and (max-width:991px) {.copy_bar {padding:16px 8px 79px;}}