@charset "UTF-8";
/* ★★このサイトはscssを利用しています。cssを直接記述したい場合は、このスタイルシートに記述をしてください。★★ */
/* ==============================================
CSS information

 file name  : merge.scss
 style info : scssではなく、cssを直接記述したい場合は、こちらに記述。定期的にscssにマージする。
 
 このスタイルシートの構成
 
   
作成者 2023.11.20 Nishi
更新者 2025.07.31 kunihiro

=============================================== */


/** お知らせ詳細 */
.page_nav_detail .btn_article .new_tag {
    background-color: #E8645E;
}

/* ブログ一覧の画像縮尺変更 

作成：231116 西 
修正：yymmdd name

*/

.cont_blog_list .list_blog>li {
    max-width: 330px;
}

.cont_blog_list .list_blog .blog_box .link_blog .img_box {
    height: 230px;
}

@media screen and (max-width: 896px) {
    .cont_blog_list .list_blog .blog_box .link_blog .img_box {
        height: 140px;
    }
}

/* ブログ　新着タグ修正

作成：231116 西
修正：yymmdd name

*/

.new_tag {
    letter-spacing: 0.16rem;
    position: relative;
}

.new_tag::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 18px #e8645e;
    border-right: solid 16px #e8645e;
    border-left: transparent;
    border-bottom: transparent;
}

.cont_blog_list .list_blog .new_tag {
    width: 60px;
    margin-right: 18px;
}


/* ------------------------------------
  共通
------------------------------------ */

/* ヘッダー　(2025.07.31 Kunihiro)
------------------------------------ */

/* PCのブレイクポイント（1500px, 1100px, 1000px） */

.header_cmn {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

}

.header_cmn .logo_box .side_logo .company_box {
    width: auto;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {}

.header_cmn .header_content_box {
    margin-left: 15px;
}


/* ヘッダー　ロゴ
------------------------------------ */

/* ロゴ（第一ゼネラルサービス シンボルマーク）
--------------- */
.header_cmn .logo_box .link_logo {
    width: 82px;
    margin-right: 10px;
}

@media screen and (max-width: 1500px) {
    .header_cmn .logo_box .link_logo {
        width: 74px;
    }
}

@media screen and (max-width: 1000px) {
    .header_cmn .logo_box .link_logo {
        width: 56px;
    }
}

@media screen and (max-width: 896px) {
    .header_cmn .logo_box .link_logo {
        width: 50px;
        padding-right: 0;
        margin-right: 5px;
    }
}

/* ロゴ（第一交通）
--------------- */
.header_cmn .logo_box .side_logo .link_koutsu_logo {
    padding: 0;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
}

@media screen and (max-width: 1500px) {
    .header_cmn .logo_box .side_logo .link_koutsu_logo .img_logo {
        padding: 0;
        height: 19px;
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .header_cmn .logo_box .side_logo .link_koutsu_logo .img_logo {
        height: 15px;
    }
}

/* ロゴ（第一ゼネラルサービス　ロゴタイプ/テキスト）
--------------- */
.header_cmn .logo_box .side_logo .company_box {
    margin-bottom: 5px;
    min-width: auto;
    /* width: 14em;
    font-size: 2.4rem; */
}

@media screen and (max-width: 1500px) {
    .header_cmn .logo_box .side_logo .company_box {
        margin-bottom: 10px;
        /* font-size: 2.4rem; */
    }
}

.header_cmn .logo_box .side_logo .company_box .company_name {
    font-size: 2.2rem;
    display: block;
    width: 14em;
}

@media screen and (max-width: 1500px) {
    .header_cmn .logo_box .side_logo .company_box .company_name {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1000px) {
    .header_cmn .logo_box .side_logo .company_box .company_name {
        font-size: 1.5rem;
    }
}

/* ヘッダー上部ナビゲーション
--------------- */
.header_cmn .other_box .nav_box .header_btn_box {
    display: block;
}

/* ヘッダー上部ナビゲーションと並べて表示した場合（受付時間なし / 1350px以下で表示） */
@media screen and (max-width: 1500px) {
    .header_cmn .other_box .nav_box .header_btn_box .list_txt_link {
        align-items: center;
    }
}


.header_cmn .other_box .nav_box .header_btn_box .list_txt_link .txt_link {
    font-size: 1.4rem;
}

@media screen and (max-width: 1500px) {
    .header_cmn .other_box .nav_box .header_btn_box .list_txt_link .txt_link {
        font-size: 1.2rem;
    }
}

.header_cmn .other_box .nav_box .header_btn_box .list_txt_link .txt_link:hover {
    color: #36C2B6;
    opacity: 0.8;
}

/* 区切り線 */
.header_cmn .other_box .nav_box .header_btn_box .list_txt_link>li:not(:last-child) {
    position: relative;
    margin-right: 15px;
}

.header_cmn .other_box .nav_box .header_btn_box .list_txt_link>li:nth-last-child(2) {
    margin-right: 10px;
}

.header_cmn .other_box .nav_box .header_btn_box .list_txt_link>li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -7px;
}

.header_cmn .other_box .nav_box .header_btn_box .list_txt_link>li:nth-last-child(2)::after {
    display: none;
}


/* 電話番号（受付時間なし・ヘッダー上部ナビゲーションと並べて表示 / 1350px以下で表示）
--------------- */
.header_cmn .other_box .nav_box .header_btn_box .list_txt_link>li:last-child {
    display: none;
}

@media screen and (max-width: 1500px) {
    .header_cmn .other_box .nav_box .header_btn_box .list_txt_link>li:last-child {
        display: block;
        margin-right: 10px;
    }
}

.header_cmn .other_box .nav_box .header_btn_box .list_txt_link>li:last-child::after {
    display: none;
}

/* まずはご相談 */
.header_cmn .other_box .header_btn_box .tel_box .txt_lead {
    font-size: 1.1rem;
    position: relative;
    text-align: center;
}

.header_btn_box .tel_box .txt_lead::before,
.header_btn_box .tel_box .txt_lead::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #21CCBE;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.header_btn_box .tel_box .txt_lead::before {
    left: 0;
}

.header_btn_box .tel_box .txt_lead::after {
    right: 0;
}

.header_cmn .other_box .tel_box .wrap_link_tel .link_tel .num_tel {
    font-size: 1.6rem;
}




/* .header_cmn .other_box .header_btn_box .tel_box {
    display: none;
}
@media screen and (max-width: 1500px) {
    .header_cmn .other_box .header_btn_box .tel_box {
        display: block;
        margin-right: 20px;
    }
} */


/* 電話番号（受付時間あり・お問い合わせ左 / 1350px以上で表示）
--------------- */
.header_tel_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    margin: 0 20px 0 10px;
}

@media screen and (max-width: 1500px) {
    .header_tel_box {
        display: none;
    }
}

/* まずはご相談 */
.header_tel_box .txt_lead {
    font-size: 1.5rem;
    position: relative;
}

.header_tel_box .txt_lead::before,
.header_tel_box .txt_lead::after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #21CCBE;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.header_tel_box .txt_lead::before {
    left: 0;
}

.header_tel_box .txt_lead::after {
    right: 0;
}

/* 電話番号 */
.header_tel_box .num_tel {
    padding-left: 20px;
    font-size: 2.7rem;
    position: relative;
}

.header_tel_box .num_tel::before {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url(../img_cmn/ico_tel.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background-size: contain;
    background-position: center;
}

/* 受付時間 */
.header_tel_box .txt_tel {
    font-size: 1.2rem;
    font-weight: normal;

}


/* Gnav
--------------- */
.header_cmn .other_box .nav_box .gNav {
    margin-top: 10px;
}

@media screen and (max-width: 1500px) {
    .header_cmn .other_box .nav_box .gNav {
        margin-top: 5px;
    }
}


.header_cmn .other_box .nav_box .gNav .list_gnav .link_gnav {
    font-size: 1.8rem;
    padding: 0 10px;
}

@media screen and (max-width: 1500px) {
    .header_cmn .other_box .nav_box .gNav .list_gnav .link_gnav {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1100px) {
    .header_cmn .other_box .nav_box .gNav .list_gnav .link_gnav {
        font-size: 1.4rem;
        padding: 0 5px;
    }

    .header_cmn .other_box .nav_box .gNav .list_gnav .link_gnav:last-child {
        padding-right: 10px;
    }
}


.header_cmn .other_box .nav_box .gNav .list_gnav .link_gnav:hover {
    color: #36C2B6;
    opacity: 0.8;
}

/* お問い合わせbtn
--------------- */
.header_cmn .other_box .btn_box {
    height: 80px;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .header_cmn .other_box .btn_box {
        width: 8%;
        font-size: 1.4rem;
    }

    .header_cmn .other_box .btn_box .btn_cta_wrap .btn_header .img_box {
        padding-bottom: 10px;
    }
}




/* ヘッダー SP　(2025.07.30 Kunihiro)
------------------------------------ */
@media screen and (max-width: 896px) {
    .header_sp .header_content_box .logo_box .side_logo .link_koutsu_logo {
        display: block;
        margin-bottom: 5px;
    }

    .header_cmn .logo_box .side_logo .company_box .company_name {
        font-size: 1.6rem;
    }
}



/* フッター
------------------------------------ */

@media screen and (max-width: 896px) {
    .footer_cmn .footer_main {
        padding-bottom: 0;
    }
}

/* sp 下部固定ボタン（2025.10.29 kunihiro）
--------------- */
.bottom_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;

    width: calc(100% - 20px);
    height: 54px;
    background-color: #21ccbe;
    border: #fff 2px solid;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);

    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

/* aタグ */
.bottom_btn_box .btn {
    color: #FFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.bottom_btn_box .btn_bottom_contact {
    border-right: #fff 2px solid;
}

.bottom_btn_box .btn_bottom_tel {
    flex: 1;
    border-right: #fff 2px solid;
    font-size: 1.6rem;
}

.bottom_btn_box .btn_bottom_pagetop {
    width: 50px;
    padding: 0;
}


/* ボタン　インナー */
.bottom_btn_box .inner_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_btn_box .btn_bottom_pagetop .inner_btn {
    flex-direction: column;
}


/* アイコン */
.bottom_btn_box .ico {
    width: auto;
}

.bottom_btn_box .ico_meil {
    height: 19px;
    margin-right: 5px;
}

.bottom_btn_box .ico_phone {
    height: 22px;
    margin-right: 5px;
}

.bottom_btn_box .ico_arrow_up {
    height: 15px;
    margin: 3px 0;
}

/* PAGE TOP　テキスト */
.bottom_btn_box .txt_top {
    font-size: 1rem;
    line-height: 1.1rem;
    font-family: "Yu Gothic", YuGothic, YakuHanJP, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}



/* フッター　ロゴ（2025.07.31 kunihiro）
--------------- */
@media screen and (max-width: 896px) {
    .footer_cmn .footer_main .link_footer_logo_wrap .link_footer_logo {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

/* 関連会社（2025.07.31 kunihiro）
--------------- */
.footer_cmn .footer_main .footer_connection_tl {
    margin-bottom: 10px;
}

.footer_cmn .footer_main .footer_connection_list_item {
    margin-right: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
    /* タイトル */
    .footer_cmn .footer_main .footer_connection_tl {
        text-align: center;
    }
    .footer_cmn .footer_main .footer_connection_list {
        justify-content: center;
    }
}

/* コピーライト（2025.10.29 kunihiro）
--------------- */
.footer_cmn .footer_copyright_box {
    padding-bottom: 80px;
}



/* spメニュー　(2025.07.31 Kunihiro)
------------------------------------ */
.sp_menu .menu_box .btn_box {
    position: unset;
}

.sp_menu .menu_box .logo_box {
    margin-top: -40px;
    /* padding-top: 10px; */
}

.sp_menu .menu_box .logo_box .tl_logo {
    width: auto;
}

.sp_menu .menu_box .logo_box .side_logo_01 {
    margin-bottom: 20px;
}


/* .sp_menu .menu_box .logo_box .side_logo .link_koutsu_logo {
    display: inline;
} */
.sp_menu .menu_box .logo_box .link_logo {
    padding-bottom: 15px;
}

.sp_menu .menu_box .logo_box .side_logo .company_box .company_name {}

/* ------------------------------------
  トップページ
------------------------------------ */

/* メインビジュアル
------------------------------------ */

/* 斜めの緑の線（非表示に / 2025.07.31 kunihiro）
--------------- */
.cont_top .bg_main_top .overlay,
.cont_top .bg_main_top .overlay_left {
    display: none;
}

/* キャッチコピー等の配置
--------------- */
.cont_top .main-content {
    padding-top: 180px;
}

@media screen and (max-width: 896px) {
    .cont_top .main-content {
        padding-top: 100px;
    }

    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper {
        margin-top: 40px;
    }
}

@media screen and (max-width: 896px) {
    .cont_top .slideshow .slideshow-inner .slide .slide-content .caption .tl_box .tl_top_01 {
        font-size: 4.2rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 896px) {
    .cont_top .slideshow .slideshow-inner .slide .slide-content .caption .tl_box .tl_shoulder {
        padding-bottom: 20px;
    }
}

/* 融資額・金利（sp / 2025.10.29 kunihiro）
--------------- */
@media screen and (max-width: 896px) {

    /* 融資額・金利 */
    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper .info_boxes_wrap .info_boxes {
        justify-content: space-between;
    }

    /* 融資額・金利　それぞれの白いbox */
    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper .info_boxes_wrap .info_box_wrap {
        padding: 5px;
        margin-bottom: 0;
    }

    /* 融資額 */
    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper .info_boxes_wrap .cost {
        flex: 1;
    }

    /* 金利 */
    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper .info_boxes_wrap .info_box_wrap.kinri {
        margin-left: 10px;
    }


    /* 電話番号ボタン */
    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper .btn_box {
        max-width: 400px;
    }

    /* 電話番号ボタン　受付時間 */
    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper .info_boxes_wrap .info_box_wrap .info_box.tel .info_box_sub {
        font-size: 1.4rem;
        ;
    }
}

@media screen and (max-width: 425px) {
    .cont_top .slideshow .slideshow-inner .slide .slide-content .info_wrapper .info_boxes_wrap .info_boxes {
        margin-bottom: 20px;
    }

}


/* ------------------------------------
  ここにページ名を記載してください
------------------------------------ */

/* 見出し等を記載してください
------------------------------------ */

/* ------------------------------------
  大括り
------------------------------------ */

/* 中括り
------------------------------------ */

/* 小括り
--------------- */

/* 最小括り */