@charset "UTF-8";
/* CSS Document */
/*===================================================
    土台作成用CSS
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/

* {
            box-sizing: border-box;
        -ms-box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width: 100%;
    min-width: 1020px;
    height: 100%;
}

body {
    font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴシック Pro",Meiryo,"メイリオ", Osaka,MS PGothic,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
    text-align: left;
    color: #222222;
	background-color: #e8f7ff;
	position: relative;
    z-index: 1;
}

/* --------------------------------------------------------
    clearfix
-------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* --------------------------------------------------
    リンク
-------------------------------------------------- */
a {
    color: #222222;
    text-decoration: none;
}


/* --------------------------------------------------
    画像
-------------------------------------------------- */
img {
    width: 100%;
    vertical-align: middle;
}

/* --------------------------------------------------
    マウスオーバーPCのみ
-------------------------------------------------- */
@media (min-width: 769px) {

    nav > p:hover {
        opacity: 0.6;
    }
    #pagetop:hover {
        opacity: 0.7;
        -ms-filter: "alpha(opacity=70)";
    }

}
/*//////////////////////////////////////////////////
    Base layout(PC)
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    ヘッダー(header)
-------------------------------------------------- */
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding:15px 10px;
    font-family: 'Noto Sans JP',Meiryo,"メイリオ";
    z-index: 999;
    background: #FFFFFF;
    /* box-shadow */
    box-shadow:3px 3px 4px -3px rgba(0,0,0,0.2);
    -moz-box-shadow:3px 3px 4px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow:3px 3px 4px -3px rgba(0,0,0,0.2);
}
    header > div {
        max-width: 1000px;
        margin: 0 auto;
    }
    header h1 {
        float: left;
        width: 223px;
        padding-top: 5px;
        font-weight: 700;
    }
/* --------------------------------------------------
    ナビ(nav)
-------------------------------------------------- */
nav {
    float: right;
    text-align: right;
}
    nav ul {
        float: left;
        display: table;
    }
        nav ul li {
            position: relative;
            display: table-cell;
            width: 160px;
            height: 70px;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            vertical-align: bottom;
            border-left: 1px solid #DBDBDB;
        }
        nav ul li#gNavSimulation {
            width: 185px;
        }

        nav ul li.act:after {
            content: '';
            position: absolute;
            bottom: -26px;
            left: 0;
            right: 0;
            width: 23px;
            height: 12px;
            margin: 0 auto;
            background: url("../image/common/nav_triangle.png") center no-repeat;
            background-size: 23px auto;
        }
            nav ul li a {
                display: block;
                width: 100%;
                height: 100%;
                color: #666666;
            }
            nav ul li.act a {
                color: #007ac7;
            }
                nav ul li a img {
                    display: block;
                    margin: 0 auto 5px;
                }
                /*iDeCo加入者診断*/
                nav ul #gNavDiagnosis a img {
                    width: 55px;
                }
                /*節税シミュレーション*/
                nav ul #gNavSimulation a img {
                    width: 50px;
                }
                /*よくあるご質問*/
                nav ul #gNavFaq a img {
                    width: 50px;
                }
                    nav ul #gNavFaq a span {
                        padding-right: 1.2em;
                        background: url("../image/common/icon_target_grey.png") right center no-repeat;
                        background-size: 10px auto;
                    }

    /*資料請求*/
    nav > p {
        float: right;
        width: 196px;
        text-align: center;
        padding-top: 15px;
    }
        nav > p a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 18px;
            font-weight: 500;
            color: #FFFFFF;
        }
            nav > p a span {
                display: inline-block;
                padding-right: 1.2em;
                font-size: 10px;
                background: url("../image/common/icon_target_white.png") right center no-repeat;
                background-size: 10px auto;
            }


/* --------------------------------------------------
    メイン
-------------------------------------------------- */
.contents {
    padding: 20px 10px 0;
}


.article-header02 {
    overflow: hidden;
    margin: 0 10px 20px;
    text-align: center;
}
.article-header02 .page-heading {
	display: inline-block;
	position: relative;
	padding: 0 20px;
	font-weight: normal;
	font-size: 30px;
	background: #e8f7ff;
}
.article-header02 .page-heading:after {
	position: absolute;
	top: 50%;
	right: -42px;
	left: -42px;
	z-index: -1;
	width: auto;
	height: 5px;
	margin: -3px auto 0 auto;
	content: "";
	background: #DDDDDD;
}
@media only screen and (max-width: 768px) {
	.article-header02 .page-heading {
		font-size: 2.0em;
	}
}

/* --------------------------------------------------
    フッター(footer)
-------------------------------------------------- */
footer {
    position: relative;
    padding:10px;
    background: #FFFFFF;
}
    footer .footWrap {
        max-width: 1000px;
        margin: 0 auto;
    }
        footer .footWrap dl {
            padding: 30px 0;
            border-bottom: 1px solid #DBDBDB;
        }
    footer .copy {
        padding: 10px 0 0;
        font-family: 'Noto Sans JP',Meiryo,"メイリオ";
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

/* --------------------------------------------------
    補足事項
-------------------------------------------------- */
.note {
	margin-bottom: 40px;
	padding-top: 30px;
	border-top: 1px solid #D8DAE0;
    font-size: 14px;
}
	.note > div + div {
		margin-top: 1em;
	}
	.note p + p {
		margin-top: 0.2em;
	}

/* --------------------------------------------------
    ページトップ
-------------------------------------------------- */
#pagetop {
	display: none !important;
}
