/*
Theme Name: GENESIS Child
Theme URI: https://tcd-theme.com/tcd103/
Template: genesis_tcd103
Author: TCD
Author URI: https://tcd-theme.com/
Description: "GENESIS" is an ideal template for corporate website and sites that introduce web services. The layout and animations are distinctive. You can create an advanced site that does not look like it was created with a template.
Version: 1.11.1745567843
Updated: 2025-04-25 16:57:23

*/

/* ----------------------------------------------------------------------
　ページ上部　ヘッダーバー固定
---------------------------------------------------------------------- */
#header {
    z-index: 300;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s ease, opacity 0.7s ease 0.1s;
}

/* ----------------------------------------------------------------------
　androidスマホ　スクロール対応
---------------------------------------------------------------------- */
body { font-family:Arial,sans-serif; font-size:16px; line-height:1; width:100%; position:relative; -webkit-font-smoothing:antialiased; }

/* ----------------------------------------------------------------------
　固定ページ　トップ画像　上からの位置調整
---------------------------------------------------------------------- */
body.hide_breadcrumb #container {
    padding-top: 0px;
}

/* ----------------------------------------------------------------------
　Solutionページ　上からの位置調整
---------------------------------------------------------------------- */
#container:not(:has(#lp_page_header)) #bread_crumb {
    margin-bottom: 50px;
}

/* ----------------------------------------------------------------------
　Solutionページ　パンくずリスト削除
---------------------------------------------------------------------- */
#bread_crumb ul {
    display: none !important;
}

/* ----------------------------------------------------------------------
　アンカーで飛んだ時のズレ修正
---------------------------------------------------------------------- */
#web,
#tomas, 
#toris,
#syunou,
#ocr,
#rakunou_jouhou,
#syukka,
#chumon,
#winsc,
#infra-kochiku {
  scroll-margin-top: 120px;
}