@charset "utf-8"; 

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビがある場合は、固定ページプロモ内のページタイトルを持ち上げる
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.localnavi_less) .child_navi_wrap {
    margin-top:-100px;
    position:relative;
}

body:not(.localnavi_less) .page_promo2 .txt_box {
    margin-top:-50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
親子ナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.child_navi {
    display: table;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    background: #ccc;
    text-align: center;
    height: 100px;
    border: 1px solid #016b03;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00800d+0,5ba123+100 */
    background: #00800d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00800d 0%, #5ba123 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00800d 0%,#5ba123 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00800d 0%,#5ba123 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00800d', endColorstr='#5ba123',GradientType=1 );
    /* IE6-9 */
}

ul.child_navi li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
	min-width: 120px;
}

ul.child_navi li:not(:first-child) {
    border-left: 1px solid #016b03;
}

ul.child_navi li a {
    font-size: 20px;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
    border-radius: 5px;
    background: no-repeat 50% 3px;
}
.category-school ul.child_navi li a{
    font-size:17px;
}

ul.child_navi li[class*='current'] a,
ul.child_navi li:hover a {
    background: no-repeat 50% 3px #fff;
    color: #00800d;
    text-decoration: none;
}
ul.child_navi li[class*='current'] a {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_check.png);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ディスプレイ右サイドの固定エリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#side_fixed_zone {
    right: -21px;
    margin-top: -215px;
}

#side_fixed_zone:hover {
    right: -21px;
}

#side_fixed_zone p {
    position: relative;
    -webkit-transition: right 0.2s linear;
    -ms-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
    transition: right 0.2s linear;
    right: 0;
}

#side_fixed_zone p:hover {
    right: 21px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー(インフォメーション)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header_frame .logo {
    margin-top: 10px;
}
#header_frame .description {
    display: none;
}

#header_frame td {
    padding: 0;
}

#header_frame td:nth-child(1) {
    width: 450px;
    padding: 0 0px;
}

#header_frame td:not(:last-child) {
    padding-right: 7px;
}

#header_frame td:not(:first-child) p {
    margin-top: -10px;
}

#header_frame td.btn a:before {
    /* margin-right: 15px; */
    position: absolute;
    left: 10px;
    top: 50%;
}

#header_frame td.btn a {
    color: #000;
    font-family: "Noto Sans Japanese";
    font-size: 16px;
    min-height: 60px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
}

#header_frame td.contact a {
    background: #fff600;
    padding: 8px 10px 0 38px;
}

#header_frame td.contact a:before {
    content: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_mail.png);
    margin-top: -12px;
}

#header_frame td.order a {
    background: #ffae00;
    padding: 20px 15px 0 50px;
}

#header_frame td.order a:before {
    content: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_book.png);
    margin-top: -16px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（上下段共通＆親子共通のスタイル）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[id*=h_navi] ul {
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（上段）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#h_navi_sub {
    background: transparent;
}

#h_navi_sub > * > ul {
    margin-bottom: 5px;
}

#h_navi_sub li.contact,
#h_navi_sub li.order ,
/*スタディーオンラインの動線（ヘッダーメニューは消す）20210330hiro*/
#h_navi_sub li.online
{
    display:none;
}

#h_navi_sub li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 36px;
    display: block;
    position: absolute;
    background: #00800d;
    transform: rotate(20deg);
}

#h_navi_sub a {
    color: #000;
    padding: 8px;
    font-size: 14px;
}

/* アクティブ状態（display:table-cellを使用するためAではなくLIに変化をつける） */
#h_navi_sub li[class*='current'] a, #h_navi_sub li:hover a {
    background: transparent;
    color: #00800d;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（下段）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#h_navi_main {
    background: #00800d;
}

/* 親メニューのみ */
#h_navi_main ul > li {
    min-width: 90px;
    border-right: 1px solid #42a44c;
    background: no-repeat 0% 100%;
	max-width: 125px;
}

#h_navi_main ul > li > a{
    background: no-repeat 0% 100%;
}

#h_navi_main ul > li.shogakko > a {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/nav_sho.png);
}

#h_navi_main ul > li.chugakko > a {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/nav_chu.png);
}

#h_navi_main ul > li.koko > a {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/nav_ko.png);
}

/* 「次世代型能力開発」を「特別講習」のメニューに変更 2022-05-16 mori */
/*#h_navi_main ul > li.mirasuta > a*/
#h_navi_main ul > li.kosyu > a {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/nav_mira.png);
}

#h_navi_main ul > li.kosha > a {
    padding-right: 30px;
    text-align: right;
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/nav_kosha.png);
    background-position: 20px 100%!important;
}

#h_navi_main ul > li:first-child {
    border-left: 1px solid #42a44c;
}

#h_navi_main ul > li > a {
    padding: 15px 10px 15px 50px;
    font-size: 18px;
}

/* 親メニューのみ(アクティブ状態)（display:table-cellを使用するためAではなくLIに変化をつける） */
#h_navi_main ul > li[class*='current'], #h_navi_main ul > li:hover {
    background: #133506;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

#h_navi_main ul > li:after {
    font-family: FontAwesome;
    content: '\f107';
    color: yellow;
    position: absolute;
    bottom: 0;
    display: none;
    left: 50%;
    margin-left: 14px;
    font-size: 1.7em;
    bottom: -1px;
    line-height: 1;
    font-weight: normal;
}
#h_navi_main ul > li[class*='current']:after, 
#h_navi_main ul > li:hover:after {
    display: inline-block;
}

#h_navi_main ul > li:hover:after {
    -webkit-animation: anim02 .5s infinite ease;
}

@-webkit-keyframes anim02 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -2px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー(プロモ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/promo01.jpg?date=20250324) no-repeat 50%;
    height: 475px;
}

#promo_frame img {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-kokosei-child ul.child_navi li {
    width: 50%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　バナーエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---修正（2020-01-10ty）---*/
/*ul#footer_bnr_area {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 45px;
}

ul#footer_bnr_area li {
    margin: 0 10px 15px;
    width:200px;
}*/

/* 修正（2026-07-03）wi */
#footer_top_section .bnr_area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 45px;
}

#footer_top_section .bnr_area li {
    margin: 0 10px 15px;
    width:200px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター(ナビ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#f_navi_wrap .wrap_inner .pc_base_width{
    width:auto;
}

div#f_navi_wrap .wrap_inner {
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
    display: flex;
}
div#f_navi_wrap .wrap_inner > * {
    width:50%;
}

div#f_navi_wrap ul:not(.sub-menu) {
    display: flex;
    flex-direction: column;
    height: 240px;
    flex-wrap: wrap;
    position: relative;
    padding-left: 50px;
}

div#f_navi_wrap ul:not(.sub-menu) > li {
    margin-bottom: 10px;
}
div#f_navi_wrap ul:not(.sub-menu) > li.home {
    position:absolute;
    left:0;
}

div#f_navi_wrap ul:not(.sub-menu) > li:not(.home) > a:before {
    background: #2b8f3b;
}
div#f_navi_other > * {
    margin-top: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　SEO用のキーワードエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer_bottom_section {
    font-size: 12px;
    line-height: 1.8;
    color: #2f2f2f;
    margin-bottom: 20px;
}
