/* Setting */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #FFF;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
a {
	color: black;
	text-decoration: none;
    cursor: pointer;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a img {
	border-style: none;
}
img {
	vertical-align: bottom;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
a.blank {
	line-height: 1.5em;
}
a.blank:after {
	content: url('../img/common/link_icon_blank.png');
	margin: 0 5px 0 5px;
}
a.pdf {
	line-height: 1.5em;
}
a.pdf:after {
	content: url('../img/common/link_icon_pdf.png');
	margin: 0 5px 0 5px;
}
a.inlink {
	line-height: 1.5em;
}
a.inlink:after {
	content: url('../img/common/link_icon_inlink.png');
	margin: 0 5px 0 5px;
}
a.back {
	line-height: 1.5em;
}
a.back:after {
	content: url('../img/common/link_icon_back.png');
	margin: 0 5px 0 5px;
}
a.file {
	line-height: 1.5em;
}
a.file:after {
	content: url('../img/common/link_icon_file.png');
	margin: 0 5px 0 5px;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	cursor: pointer;
}
button::-moz-focus-inner {
	border: 0;
}
.pc_off {
	display: none;
}
/* fontsize */
.fontS {
	font-size: 100%;
}
.fontM {
	font-size: 115%;
}
.fontL {
	font-size: 130%;
}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
/* Header */
header {
	padding: 0 20px;
}
header .inner {
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	max-width: 1060px;
}
header .logo {
	/* width: 500px; */
	/* float: left; */
	width: 35%;
	margin: auto 5px 0 0;
}
header .logo .tokyo_rule {
	
}
header .tokyo {
	/* width: 250px; */
	/* float: right; */
	width: 21%;
	margin: auto 0 0 5px;
}
.inner.clearfix.leader_power_flx {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
.inner.clearfix.leader_power_flx .logo.sengen_top {
	margin: 15px;
    width: 35%;
    margin: auto 10px 0 auto;
    /* width: 350px; */
}
nav {
	background-color:#eb7525;
	padding: 0 20px;
}
nav .header-menu-btn {
	display: none;
}
nav ul {
	display: table;
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	max-width: 1060px;
	text-align: center;
}
nav ul li {
	display: table-cell;
	min-width: 70px;
	border-right: 1px solid #555;
	font-size: 14px;
}
nav ul li:first-child {
	border-left: 1px solid #555;
}
nav ul li a {
	display: block;
	width: 100%;
	padding: 0;
	text-decoration: none;
	color: #FFF;
}
nav ul li.current {
	font-weight: bold;
}
nav ul li.current a {
	color: #005ea6;
}
button.drawer-toggle, button.drawer-hamburger, .drawer-hamburger-icon, .drawer-nav {
	display: none;
}
.breadcrumb {
	margin: 0;
	padding: 10px 20px;
	background: #F7F7F7;
}
.breadcrumb ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1060px;
	list-style: none;
}
.breadcrumb li {
	display: inline-block;
	list-style: none;
	font-size: 0.875em;
	color: #000;
}
.breadcrumb li:after {
	/* ▶を表示*/
	content: '>';
	padding: 0 10px;
	color: #999;
}
.breadcrumb li a {
	color: #000;
	text-decoration: none;
}
.breadcrumb li:last-child:after {
	content: '';
}
/* mod_headerbox_size */
#fontcontrol {
	margin: 0 auto;
	padding: 15px 0 5px 0;
	width: 100%;
	background: #DFDFDF;
	text-align: center;
}
#fontcontrol .text {
	display: inline-block;
	margin: 0 10px 15px 0;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1em;
}
#fontcontrol .mod_headerbox_size {
	width: 90px;
	display: inline-block;
	position:relative;
	overflow:hidden;
}
#fontcontrol .mod_headerbox_size ul {
}
#fontcontrol .mod_headerbox_size ul li {
	float: left;
	width:30px;
	height: 30px;
	overflow: hidden;
}
#fontcontrol .mod_headerbox_size ul li span {
	display: block;
	cursor: pointer;
}
#fontcontrol .mod_headerbox_size ul li.active span {
	margin-top: -30px;
}
#fontcontrol .mod_headerbox_size ul li span:hover{
    margin-top:-30px;
}

/* Footer */
#footer {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	background: #53423a;
}
#footer .menu {
	margin: 0 auto 20px auto;
	width: 100%;
	text-align: center;
}
#footer .menu a {
	display: inline-block;
	margin: 0 25px;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: underline;
}
#footer .copyright {
	color: #999;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 7px 0 0 0;
	text-align: center;
}
#footer .pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	margin: 0 30px 30px 0;
	width: 40px;
	height: 40px;
}
/* Contents */
#container {
	margin: 30px auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	text-align: center;
}
#container h1 {
	margin: 0 auto 20px auto;
	padding: 15px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
	color: #bd550f;
}
#container h2 {
	margin: 0 auto 20px auto;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #ff964f;
}
#container h3 {
	margin: 0 auto 20px auto;
	padding: 15px 19px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border: #CCC 1px solid;
}
#container h4 {
	margin: 50px auto 15px auto;
	padding: 0 0 2px 20px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	position: relative;
	border-bottom: #ff964f 3px solid;
}
#container h4:before {
	background: #ff964f;
	content: "";
	height: 22px;
	width: 6px;
	left: 0;
	position: absolute;
	top: 3px;
	left: 4px
}
#container h5 {
	margin: 0 auto 10px auto;
	padding: 0 0 2px 26px;
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	position: relative;
}
#container h5:before {
	background: #ff964f;
	content: "";
	height: 16px;
	width: 16px;
	left: 0;
	position: absolute;
	top: 4px;
}
#container h6 {
    margin: 0 auto 10px auto;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    text-align: left;
    color:black;
    line-height: 1.3em;
	padding-right: 20px;
}

#container h7 {
    margin: auto auto 10px 10px;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    text-align: left;
    color:black;
    line-height: 1.3em;
    display: block;
}
#container ul {
	margin: 0 auto 15px auto;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	padding-right: 74px;
}
#container ul li {
	margin: 0 0 0 22px;
	/* list-style: disc; */
}
#container ul.deci {
	margin: 0 auto 15px auto;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
}
#container ul.deci li {
	list-style-type:decimal;
	margin: 0 0 0 22px;
}
#container ul.notice {
	margin: 0 auto 15px auto;
	font-size: 0.875em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
}
#container ul.notice li {
	list-style-type:none;
	text-indent: -1.3em;
	margin: 0;
	padding: 0 0 0 1.3em;
}
#container ul.notice li:before {
	content:"※ ";
}
#container .bnr {
	margin: 50px auto 50px auto;
	width: 100%;
}
@media screen and (max-width:850px) {
	header .logo {
		width: 400px;
	}
	header .tokyo {
		width: 200px;
	}
	.inner.clearfix.leader_power_flx {
		display: block;
	}
	.inner.clearfix.leader_power_flx .logo.sengen_top {
		margin: 5px;
		width: 300px;
		float: right;
	}
	nav ul li {
		font-size: 0.875em;
	}
	#footer .menu a {
		margin: 0 20px;
		font-size: 0.875em;
	}
}