html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-style: normal;
	vertical-align: baseline;
    -webkit-text-size-adjust: 100%; /* iPhone Safariの自動文字調整を防ぐ */
    -ms-text-size-adjust: 100%; /* iPhone Safariの自動文字調整を防ぐ */
}
img{
	border: 0;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro','MS PGothic', 'M+ 1P', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo",verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;*/
	color: #222;
	font-size: 14px; font-size: 1.4rem;
	line-height:1.5;
}
a{
	text-decoration: underline;
	color: #004B9B;
}
a[href]:hover{
	text-decoration: underline;
	color: #E73562;
}
sub {
    z-index: -1;
}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
/*　全体　*/
#layout,
#menu,
.menu-link {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#layout {
	position: relative;
	right: 0;
	padding-right: 0;
}
#layout.active #menu {
	right: 200px;
	width: 200px;
}
#layout.active .menu-link {
	right: 200px;
}
#page-top {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: url(../img/ico_totop.png) 13px 15px no-repeat #242329;
    background-size: 22px 14px;
    color: #fff;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
}
#page-top:hover {
	cursor: pointer;
}
.pure-img.img-pc {
    display: none;
}
/*　ヘッダー　*/
#topHeader {
	background: #242329;
	height: 30px;
}
#topHeader img {
	margin: 9px 0 0 13px;
    width: 88px;
    height: auto;
}
/*　フッター　*/
#topFooter {
	background: #242329;
	color: #9c9c9c;
	padding: 15px;
	font-size: 1.1rem;
}
#topFooter .topFooter-inner {
	max-width: 830px;
	margin: 0 auto;
}
#layout.e404 #topFooter .topFooter-inner,
#layout.eco #topFooter .topFooter-inner{
    max-width: 1000px;
}

/*　コンテンツ　*/
.content {
	margin: 0 auto;
	padding: 20px 10px;
	max-width: 800px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
#layout.eco .content {
    max-width: 1000px;
}
.header {
	margin: 0;
	background: #43434B;
	color: #fff;
	padding: 0 1em;
	height: 48px;
	line-height: 48px;
}
.header h1 {
	background: #43434B;
	font-size: 1.2em;
	font-weight: bold;
}
.content-subhead {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 20px;
	padding: 10px 10px 8px;
	border-left: 5px solid #86868B;
}
.content p {
	padding: 10px 5px;
    word-break: break-all;
}
.content .ad {
	list-style: none;
}
.content .ad li {
	margin-bottom: 5px;
}
.content p.right {
	text-align: right;
}
.content p.space {
	display: block;
    padding:5px 0 0;
    margin-bottom: -5px;
}
.content p.backgray {
	background: #EFEEF3;
}
.content p.center {
    text-align: center;
    margin: 0 5px;
}
.content p .font-red {
	color: #E53957;
}
.content p .orange {
    color: #F96F42;
    font-weight: bold;
}
.content-subttl {
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px 0 10px;
	padding: 5px 5px 3px;
	border-left: 5px solid #0B3190;
    color: #0B3190;
}
.content-subttl.font-black {
    color: #222;
}
.content-box-switch {
    width: 100%;
    text-align: center;
    height: 40px;
    margin-bottom: 10px;
}
.content-box-switch li {
    display: block;
    background: #242329;
    color: #B9B9B9;
    line-height: 40px;
    width: 50%;
    float: left;
}
.content-box-switch li.active {
    background: #43434B;
    color: #FFFFFF;
}
.content-box-pc {
    display: none;
}
.content-box-sp {
    display: block;
}
.nori_p_subttl {
        padding-top: 60px;
        margin-top: -60px;
}
h4 {
    padding: 15px 0;
    font-weight: normal;
}
h4 .subttl {
    border-bottom: 1px solid #86868B;
    padding: 5px;
}

#menu {
    margin-right: -200px; /* "#menu" width */
    width: 200px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background: #EFEEF3;
    overflow-y: auto;
}
#menu a {
	color: #222;
	border: none;
	padding: 0.6em 0 0.6em 1em;
	}
#menu .pure-menu,
#menu .pure-menu ul {
	border: none;
	background: transparent;
}
.pure-menu-heading {
	padding: 0 0 0 0.5em;
	height: 48px;
	line-height: 48px;
}
#menu .pure-menu .menu-item-divided {
	border-top: 1px solid #fff;
}
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
	background: #fff;
}
a.menu-link-pc {
	display: none;
}
.sp-none-menu {
	display: none;
}
#menu .pure-menu-heading {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	border-left: 5px solid #86868B;
	color: #222;
}
.menu-link {
	position: fixed;
	display: block; /* show this only on small screens */
	top: 0;
	right: 0; /* "#menu width" */
	background: #242329;
	background: rgba(0,0,0,0.7);
	font-size: 10px; /* change this value to increase/decrease button size */
	z-index: 10;
	width: 2em;
	height: auto;
	padding: 2.15em 1.6em;
}
.menu-link:hover,
.menu-link:focus {
	background: #242329;
}
.menu-link span {
	position: relative;
	display: block;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
	background-color: #fff;
	width: 100%;
	height: 0.2em;
}
.menu-link span:before,
.menu-link span:after {
	position: absolute;
	margin-top: -0.6em;
	content: " ";
}

.menu-link span:after {
	margin-top: 0.6em;
}

.grids-help {
	padding: 10px 0;
}
.grids-help-ttl {
	background: #EFEEF3;
	border-top: 2px solid #fff;
}
.grids-help p {
	padding: 15px;
}
.grids-help p .font-red {
    color: #E53957;
}
.grids-help.nori_list a {
    display: block;
    padding: 3px 0;
}
.nori_list_ttl {
    display: block;
    padding: 3px 5px;
    border-left: 3px solid #86868B;
    margin-bottom: 5px;
}

.grids-help-card {
}
.grids-help-card div {
	padding-bottom: 5px;
	text-align: center;
}
.sitemap-list {
    list-style: none;
    padding: 2px 2px 2px 20px;
}
.sitemap-list.bottom {
    padding-bottom: 20px;
}

@media (min-width: 48em) {
    
    .pure-img.img-pc {
        display: block;
    }
    .pure-img.img-sp {
        display: none;
    }
	.header,
	.content {
		padding-left: 2em;
		padding-right: 2em;
	}
	.content {
		margin-bottom: 50px;
	}

	#layout {
		padding-right: 200px; /* left col width "#menu" */
		right: 0;
	}
    #layout.e404,
    #layout.eco {
        padding-right: 0;
    }
	#page-top {
		right: 210px;
        bottom: 55px;
        z-index: 100;
	}
    #layout.eco #page-top {
        right: 10px;
    }
	#topHeader {
		height: 22px;
		background: #fff;
		padding: 1em 0;
		position: fixed;
		width: 100%;
	}
	#topHeader .topHeader-inner {
		max-width: 1036px;
		margin: 0 auto;
		padding: 0 10px;
	}
	#topHeader img {
		display: none;
	}
	#topHeader a {
		display: block;
		width: 122px;
		height: 23px;
		background: url(../img/logo_jrd_v3@2x.png) no-repeat;
		background-size: contain;
	}

	#menu {
		right: 200px;
		top: 98px;
	}
	a.menu-link-pc {
		display: block;
	}
	a.menu-link-sp {
		display: none;
	}
	.sp-none-menu {
		display: block;
	}

	.menu-link {
		position: fixed;
		right: 200px;
		display: none;
	}
	
	.header {
		position: fixed;
		width: 100%;
		top: 50px;
	}
	.header h1 {
		max-width: 1055px;
		margin: 0 auto;
	}
	.content {
		padding-top: 120px;
	}
    .content-box-switch {
        margin-bottom: 15px;
    }
    .content-box-switch li {
        display: block;
        background: #EFEEF3;
        color: #222222;
    }
    .content-box-switch li:hover {
        color: #777777;
        text-decoration: underline;
        cursor: pointer;
    }
    .content-box-switch li.active {
        background: #43434B;
        color: #FFFFFF;
        position: relative;
        z-index: -1;
    }
    .content-box-switch li.active::after {
       content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: #43434B transparent transparent transparent;
        border-width: 10px 10px 0 10px; 
    }
    .content-box-switch li.active:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

	#layout.active .menu-link {
		right: 200px;
	}
	
	.grids-help-card div.left {
		text-align: left;
	}
    .nori_p_subttl {
        padding-top: 150px;
        margin-top: -150px;
    }
    h4 {
        padding-top: 115px;
        margin-top: -100px;
    }
    .grids-help-ttl p[id] {
        padding-top: 115px;
        margin-top: -100px;        
    }

}
@media (max-width: 48em) {
    #layout.active {
        position: relative;
        right: 200px;
    }
}
