@charset "UTF-8";
/* CSS Document */
/*===================================================
    スマホ用土台作成用CSS
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/
html,body {
	min-width: 0;
}

body {
    font-size: 12px;
}

/* マウスオーバーのスタイル */
a:hover {
    text-decoration: none!important;
    opacity: 1!important;
    -ms-filter: "alpha(opacity=100)"!important;
}

/*//////////////////////////////////////////////////
    Base layout(PC)
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    ヘッダー(header)
-------------------------------------------------- */
header {
    padding: 0;
}
    header h1 {
        float: none;
        width: 173px;
        margin-left: 10px;
        padding: 5px 0;
        font-size: 8px;
    }

/* --------------------------------------------------
    ナビ(nav)
-------------------------------------------------- */
header nav,
header nav ul {
    float: none;
    width: 100%;
}
    header nav ul {
        border-top: 1px solid #DBDBDB;
    }
        header nav ul li {
            width: 50%;
            height: 50px;
            font-size: 10px;
        }
        /*nav ul li#gNavSimulation {
            width: 40%;
        }*/
        header nav ul li.act:after {
            bottom: -11px;
        }
            header nav ul li a {
                padding-top: 3px;
            }
                header nav ul li a img {
                    margin: 0 auto;
                }
                 /*iDeCo加入者診断*/
                header nav ul #gNavDiagnosis a img {
                    width: 37px;
                }
                /*節税シミュレーション*/
                nav ul #gNavSimulation a img {
                    width: 33px;
                }
                /*よくあるご質問*/
                header nav ul #gNavFaq a img {
                    width: 33px;
                }
    /*資料請求*/
    header nav > p {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
        height: 48px;
        line-height: 1.2;
        border-radius: 0;
    }
        header nav > p a {
            padding: 5px 2px;
        }
/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/* --------------------------------------------------
    フッター(footer)
-------------------------------------------------- */
footer .footWrap dl {
    padding: 30px 0 40px;
}
footer .copy {
    font-size: 11px;
}

/* --------------------------------------------------
    ページトップ
-------------------------------------------------- */
#pagetop {
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../../image/common/pagetop.png") no-repeat;
    background-size: 50px auto;
    display: block !important;
}
#pagetop.fade {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

