@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: 11px;
    line-height: 1.5;
    word-break: break-all;
    text-align: left;
    color: #222222;
	background-color: #e8f7ff;
	position: relative;
    z-index: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 0.1px;
} */

/* --------------------------------------------------------
    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;
}
    header > div {
        max-width: 1000px;
        margin: 0 auto;
    }
    header h1 {
        float: left;
        width: 223px;
        padding-top: 5px;
        font-weight: 700;
    }
/*

/* --------------------------------------------------
    メイン
-------------------------------------------------- */
.contents {
    padding: 140px 10px 0;
}


/* --------------------------------------------------
    フッター(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 #006680;
}
	.note > div + div {
		margin-top: 1em;
	}
	.note p + p {
		margin-top: 0.2em;
	}

/* --------------------------------------------------
    ページトップ
-------------------------------------------------- */
#pagetop {
	display: none !important;
}
