@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;
	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: auto;
  height: 20px;
}

h1 img {
    width: auto;
    height: 25px;
}

/* --------------------------------------------------
    マウスオーバーPCのみ
-------------------------------------------------- */
@media (min-width: 769px) {

    /* nav #gNavRESONA: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:10px;
    font-family: 'Noto Sans JP',Meiryo,"メイリオ";
    font-weight: 500;
    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);
		border-bottom: 1px solid #cccccc;
}
    header > div {
        max-width: 1000px;
        margin: 0 auto;
    }
    header h1 {
        float: left;
    }

    header h1 span {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        letter-spacing: normal;
        font-weight: 500;
        color: #00145B;
        margin-left: 12px;
    }
/* --------------------------------------------------
    ナビ(nav)
-------------------------------------------------- */
nav {
    float: right;
}
    nav ul {
        display: table;
    }
        nav ul li {
            position: relative;
            /*display: table-cell;*/
            font-size: 14px;
            /*line-height: 55px;*/
						text-align: right;
        }
				nav ul li.mt10{
					margin-top: 10px;
				}
        /*よくあるご質問*/
        nav ul #gNavFaq {
            padding-right: 20px;
        }
            /*nav ul #gNavFaq a {
                padding: 0 1em 5px 0;
                border-bottom: 1px solid #003399;
                background: url("../image/common/icon_target_grey.png") right 5px no-repeat;
                background-size: 10px auto;
            }*/
        /**/
        nav ul #gNavRESONA {
            width: 388px;
        }
            nav ul #gNavRESONA a {
                display: block;
            }

/* --------------------------------------------------
    メイン
-------------------------------------------------- */
.contents {
    /*padding: 140px 0 0;*/
	padding: 100px 0 0;
}


/* --------------------------------------------------
    フッター(footer)
-------------------------------------------------- */
footer {
    position: relative;
    padding-bottom:10px;
    background: #FFFFFF;
}
    footer .footWrap {
        margin: 0 auto;
    }
        footer .footWrap dl {
            display: block;
            padding: 0 0 30px;
            /*border-bottom: 1px solid #DBDBDB;*/
        }
        footer .footWrap dt,
        footer .footWrap dd{
            padding-right: 16px;
            padding-left: 16px;
            max-width: 1032px;
            margin: 0 auto;
        }
    footer .copy {
        padding: 10px 0 0;
        font-family: 'Noto Sans JP',Meiryo,"メイリオ";
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

/* --------------------------------------------------
    補足事項
-------------------------------------------------- */
.noteSelfEmployed,
.note {
	margin-bottom: 40px;
	padding-top: 30px;
	border-top: 1px solid #D8DAE0;
}
	.note > div + div {
		margin-top: 1em;
	}
	.note p + p {
		margin-top: 0.2em;
	}

/* --------------------------------------------------
    ページトップ
-------------------------------------------------- */
#pagetop {
	display: none !important;
}
