@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fa, .fas {
	margin-left: .5em;
	text-indent: 0!important;
}
.drawer_fixed {
    overflow: auto;
    height: 100%;
}
html { 
	font-size: 62.5%;
	min-width: 320px;
}
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	color: #444444;
	font-size:calc(1.4em + 0.25vw);
}
a {
	color: rgba(0,58,136,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(0,129,185,1.00);
	text-decoration: underline;
}
h2 {
	height: 14em;
	line-height: 14em;
	font-size: 120%;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
	background-size: cover;
	background-position: center center;
	text-indent: -9999px;
}
h3 {
	text-align: center;
	font-size: 300%;
	color: rgba(51,51,51,1.00);
	letter-spacing: 0.05em;
	font-weight: 300;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
h4 {
	text-align: center;
	font-size: 160%;
	color: rgba(20,20,20,1.00);
	letter-spacing: 0.1em;
	font-weight: 600;
	padding-top: 0em;
	padding-bottom: 2em;
}
.h4jp {
	text-align: center;
	font-size: 70%;
	margin-top: -4em;
	margin-bottom: 4em;
}
h5 {
	text-align: center;
	font-size: 130%;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding-top: 0em;
	padding-bottom: 2em;
}
.wrap {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pconly {
	display: none;
}
#container {
	position: relative;
	padding-top: calc(39px + 2.2em);
}
section > div {
	margin-bottom: 6em;
}


/* header */
#header {
	background-color: #000000;
	color: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#header::after {
	display: block;
	clear: both;
	content: "";
	width: 100%;
}
#header .wrap {
	padding: 1.1em 0;
	height: calc(39px + 2.2em);
	position: relative;
}
#header h1 {
	width: 123px;
	max-width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


/* main */
#main {
	position: relative;
}
#main::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
#main .wrap {
	position: relative;
}


/* footer */
#footer {
	background-color: #000000;
	color: #eeeeee;
	line-height: 2em;
	clear: both;
}
#footer a {
	color: rgba(239,239,239,1.00);
}
#footer a:hover {
	color: rgba(255,204,0,1.00);
	text-decoration: none;
}
/*#footer dl {
	float: left;
	margin-bottom: 3em;
	font-size: 85%;
	width: 50%;
}
#footer dl dt {
}
#footer dl dd {
	text-indent: 0;
}*/
#footer dl.noindent dd {
	text-indent: 0!important;
}
#footer .copyright {
	clear: both;
	text-align: center;
	padding-top: 0em;
	line-height: 1em;
}
#footer .copyright p {
	display: inline-block;
	margin: 0px 2em;
	font-size: 70%;
	font-weight: 100;
	letter-spacing: 0.05em;
}
#footer .wrap {
	padding-top: 3em;
	padding-bottom: 3em;
}
#footer .bnfw {
	text-align: center;
}
#footer .bnfw img {
	max-width: 230px;
}

/*ページ上へのリンク*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
	background-color: rgba(102,102,102,0.60);
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 25px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(153,153,153,0.60);
}


/*システム用ページ番号ナビ*/
.ft_navi {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 3em;
}
.ft_navi ul {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
.ft_navi ul li {
	list-style-type: none;
	text-align: center;
	display: inline-block;
	margin: 0 0.2em 1em;
	border-radius: 0.2em;
}
.ft_navi ul li a {
	display: block;
	text-decoration: none;
	border: 1px solid rgba(0,58,136,1.00);
	width: 2em;
	border-radius: 0.2em;
}
.ft_navi ul li a:visit {
	background-color: #EEEEEE;
}
.ft_navi ul li a:hover {
	background-color: rgba(0,129,185,1.00);
	color: rgba(255,255,255,1.00);
}
.ft_navi ul li.now {
	background-color: rgba(0,58,136,1.00);
	color: #ffff80;
	width: 2em;
	border: 1px solid #06C;
}


/* ソーシャルアイコン用設定 */
#social {
	text-align: center;
	margin-bottom: 1em;
}
#social li {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}
#social li img {
	border-radius: 0.3em;
}


/* コンテンツ内リンク */
#contents_nav {
	background-color: rgba(68,68,68,1.00);
}
#contents_nav .wrap {
	padding: 0;
	width: 100%;
	font-size: 105%;
}
#contents_nav ul li {
	display: block;
	text-align: left;
	border-top: 1px solid rgba(145,145,145,1.00);
	border-bottom: 1px solid rgba(96,96,96,1.00);
}
#contents_nav ul li a {
	border: none;
	display: block;
	height: 3em;
	line-height: 3em;
	color: rgba(255,255,255,1.00);
	padding-left: 5%;
}
#contents_nav ul li a:hover {
	color: rgba(255,204,0,1.00);
	text-decoration: none;
}

/* right */
.right {
	float: right;
	width: calc(80% - 2em);
}
.right::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}


/* sideBar */
.sideBar {
	clear: none;
	float: left;
	width: 20%;
}
#sideBar ul {
	border: 1px solid #CCCCCC;
	border-radius: 0.5em;
	padding: 1.5em 1em;
	font-size: 70%;
}
#sideBar ul li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1em;
	padding-left: 0.5em;
	line-height: 100%;
	margin-bottom: 1em;
}
#sideBar ul li:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sideBar ul li a {
	position: relative;
	display: block;
	padding-right: 2em;
	line-height: 120%;
}
#sideBar ul li a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #666;
}
#sideBar ul li a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 3px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #FFF;
}
#sideBar ul li a span {
	color: rgba(255,0,4,1.00);
	font-weight: bold;
	font-size: 70%;
	margin-left: 1em;
	display: inline-block;
}
#sideBar .dateinfo {
	font-size: 80%;
	padding-top: 0.5em;
}


/* 共通戻るボタン */
#returnbtn {
	display: inherit;
}
#returnbtn a {
	display: block;
	background-color: #EEEEEE;
	font-size: 70%;
	height: 3em;
	line-height: 3em;
	text-align: center;
	clear: both;
}
#returnbtn a:hover {
	background-color: #DDDDDD;
}



@media screen and (max-width:800px){
	* {
		letter-spacing: -.06em;
	}
	h2 {
	height: 10em;
	line-height: 10em;
	}
	h3 {
	font-size: 220%;
	letter-spacing: 0.01em;
	}
	h4 {
		letter-spacing: 0.01em;
	}
	h5 {
		text-align: left;
		border-bottom: thin solid #EEE;
		font-size: 120%;
		letter-spacing: 0.01em;
		padding-bottom: 0.2em;
		padding-left: 1em;
		margin-bottom: 2em;
		line-height: 120%;
	}
	#contents_nav {
		background-color: rgba(68,68,68,1.00);
	}
	#contents_nav .wrap {
		padding: 0;
		width: 100%;
		font-size: 105%;
	}
	#contents_nav ul li {
		display: block;
		text-align: left;
		border-top: 1px solid rgba(145,145,145,1.00);
		border-bottom: 1px solid rgba(96,96,96,1.00);
	}
	#contents_nav ul li a {
		border: none;
		display: block;
		height: 3em;
		line-height: 3em;
		color: rgba(255,255,255,1.00);
	}
	#contents_nav ul li a:hover {
		color: rgba(255,204,0,1.00);
		text-decoration: none;
	}
	#footer {
		border-top: 1px solid rgba(145,145,145,1.00);
	}
	#footer dl {
	}
	#footer dl dd {
	}
	#footer .bng {
		width: 20%;
	}
	.right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.sideBar {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width:480px){
	.wrap {
		width: 95%;
	}
	#header .wrap {
		padding-left: 1%;
		padding-right: 1%;
	}
	/*#header nav {
		width: 100%;
	}
	#header nav .naver-handle {
		width: 50%;
		float: right;
	}
	#header nav .naver-wrapper {
		clear: right;
	}*/
	#footer .bng {
		width: 30%;
	}
	#footer .copyright {
		padding-left: 0;
		margin-left: 0;
		text-align: left;
	}
	#footer .copyright p {
		display: block;
		margin-left: 0;
	}
	/*ページ上へのリンク*/
	#page-top {
	    bottom: 10px;
	    right: 10px;
	}
	#page-top a {
		width: 50px;
		padding: 15px 0;
		line-height: 1.1em;
	}
	#page-top a span {
		display: inline-block;
	}
}

@media screen and (min-width:481px) and (max-width:800px){
	.wrap {
		width: 95%;
	}
	#header .wrap {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
}

@media screen and (min-width:801px) and (max-width:1024px){
	.wrap {
		width: 95%;
	}
	#header .wrap {
		padding-left: 2%;
		padding-right: 0.5%;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px){
	.wrap {
		width: 960px;
	}
	#header .wrap {
		padding-left: 15px;
		padding-right: 5px;
	}
	h2 {
	}
}

@media screen and (min-width:1281px){
	body {
		font-size: 18px;
	}
	.wrap {
		width: 1200px;
	}
	#header .wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
	h2 {
	}
}


@media print {
	#container {
		padding-top: 0;
	}
	#header {
		position: relative!important;
	}
	.pconly {
		display: inherit;
	}
	.sponly {
		display: none;
	}
	#page-top {
		display: none!important;
	}
	#footer dl {
		width: 20%;
	}
}