body {
	color: #241914;
	background: #F0F0F0;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka－等幅','ＭＳ Ｐゴシック', "Lucida Grande", "Lucida Sans Unicode", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif !important;
}

a {
	color: #241914;
	text-decoration:underline;
}

a:hover {
	color: #777777;
}

#header,
#navigator,
#footer{
	font-size: 62.5% !important;
}

/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #FFFFFF;
	padding: 0 0 1px;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}
#header:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	border-bottom: 5px solid #49BDA3;
}

#header img {
	width: 100%;
}


#header > ul {
/*	max-width: 1200px; */
	min-width: 960px;
	margin: 0 auto;
}

#header > ul > li {
	float: right;
	max-width: 174px;
	max-height: 65px;
	margin: 5px 0;
	border-left: 1px solid #D2D2D2;
}
#header > ul > li:first-child {
	float: left;
	border: none;
	max-width: 270px;
}
#header > ul > li:nth-child(2) {
	border: none;
	padding: 0 0 0 12px;
	margin: 0;
	width: 112px;
}
#header > ul > li:nth-child(3) {
	border-right: 1px solid #D2D2D2;
}

#header dl {
	position: relative;
}

#header dt:first-child {
	width: 100%;
	line-height: 200%;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
#header dt:nth-of-type(n+2) {
	background: #FFFFFF;
	float: left;
	width: 32%;
}

#header dt:nth-of-type(3) {
	margin: 0 2%;
}

#header dd {
	height: 8px;
}

#header dd ul {
	position: absolute;
	z-index: 10001;
	width: 100%;
	display: none;
}

#header dd ul li a {
	background: #000000;
	display: block;
	color: #FFFFFF;
	line-height: 240%;
	text-align: center;
	text-decoration: underline;
	text-align: center;
}
#header dd a:hover {
    background: #49BDA3;
}

@media only screen and (min-width: 641px) {
/*	#header { min-width: 1200px; } */
	header:last-of-type { display: none; }
}

@media only screen and (max-width: 640px) {
	header:first-of-type { display: none; }

	#header {
		width: 640px;
	}
	#header:after {
		border: none;
	}

	#header > ul {
		min-width: 580px;
		width: 580px;
	}

	#header > ul > li:first-child {
		float: none;
		margin: 0 auto;
		padding: 7px 0;
		max-width: 260px;
	}

	#header > ul > li:nth-child(2) {
		display: none;
	}

	#header > ul > li:nth-child(n+3) {
		max-width: 100%;
		width: 33%;
		border: none;
	}

	#header > ul > li:first-child:after {
		content: "";
		border-bottom: 1px solid #DCDCDC;
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		padding: 8px 0 0;
	}
}

/*------------------------------------------------------------------------------------------------*/

h1 {
	display: block;
	margin: 30px auto;
	width: 350px;
}

/*------------------------------------------------------------------------------------------------*/
#navigator {
	width: 100%;
	background: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}

#navigator ol {
	padding: 4px 0 0;
	width: 1090px;
	margin: 0 auto;
	position: relative;
}
#navigator ol:after {
	content: "";
	clear: both;
	display: block;
}

#navigator ol > li {
	/*min-width: 106px;*/
	font-size: 1.4em;
	line-height: 350%;
	text-align: center;
	float: left;
	margin-right: 30px;
	padding:0 5px;
	border-bottom: 4px solid #FFFFFF;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}
#navigator ol > li:last-of-type {
	margin: 0;
}

#navigator ol > li > i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-size: contain;
	background-repeat: none;
	position: relative;
	top: 2px;
}

#navigator div {
	display: none;
	position: absolute;
	z-index: 1001;
	border-radius: 0 0 10px 10px;
	transition: all 0.5s ease;
	overflow: hidden;
}

#navigator div ul {
	width: 306px;
	float: left;
	margin: 40px 0 40px 40px;
}
#navigator div ul:last-of-type { margin-right: 40px; }

#navigator div ul li {
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
	text-align: left;
	line-height: 150%;
	padding-left: 1em;
	text-indent: -0.8em;
}

#navigator div ul li.l-sub {
  padding: 0 0 0 1.8em;
}


#navigator div ul li:last-of-type {
	border-bottom: 1px solid #FFFFFF;
}
#navigator div ul li:hover {
	background: rgba(255, 255, 255, 0.2);
}

#navigator div ul li a {
	display: block;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#navigator div ul li i {
	display: inline-block;
	margin-right: 8px;
}

#navigator div ul li label {
	font-size: 1.4em;
}

#navigator div img {
	display: block;
	margin: 40px 40px 40px 0;
	float: right;
}

#navigator ol > li:nth-of-type(1) { border-bottom-color: #F258DB; }
#navigator ol > li:nth-of-type(2) { border-bottom-color: #F258DB; }
#navigator ol > li:nth-of-type(3) { border-bottom-color: #FFD201; }
#navigator ol > li:nth-of-type(4) { border-bottom-color: #012A82; }
#navigator ol > li:nth-of-type(5) { border-bottom-color: #E60114; }
#navigator ol > li:nth-of-type(6) { border-bottom-color: #75D2FF; }
#navigator ol > li:nth-of-type(7) { border-bottom-color: #D7E100; }

#navigator ol > li:nth-of-type(1) > i { background-image: url(../img/icon/b_know.png); }
#navigator ol > li:nth-of-type(2) > i { background-image: url(../img/icon/b_communicator.png); }
#navigator ol > li:nth-of-type(3) > i { background-image: url(../img/icon/b_activity.png); }
#navigator ol > li:nth-of-type(4) > i { background-image: url(../img/icon/b_information.png); }
#navigator ol > li:nth-of-type(5) > i { background-image: url(../img/icon/b_facilities.png); }
#navigator ol > li:nth-of-type(6) > i { background-image: url(../img/icon/b_about.png); }
#navigator ol > li:nth-of-type(7) > i { background-image: url(../img/icon/b_access.png); }

#navigator ol > li.focus, #navigator ol > li.on { color: #FFFFFF; }

#navigator ol > li.focus:nth-of-type(1) { background-color: #F258DB; }
#navigator ol > li.focus:nth-of-type(2) { background-color: #F258DB; }
#navigator ol > li.focus:nth-of-type(3) { background-color: #FFD201; }
#navigator ol > li.focus:nth-of-type(4) { background-color: #012A82; }
#navigator ol > li.focus:nth-of-type(5) { background-color: #E60114; }
#navigator ol > li.focus:nth-of-type(6) { background-color: #75D2FF; }
#navigator ol > li.focus:nth-of-type(7) { background-color: #D7E100; }


#navigator ol > li.on:nth-of-type(1), #navigator ol > li:nth-of-type(1) div { background-color: #F258DB; }
#navigator ol > li.on:nth-of-type(2), #navigator ol > li:nth-of-type(2) div { background-color: #02AD97; }
#navigator ol > li.on:nth-of-type(3), #navigator ol > li:nth-of-type(3) div { background-color: #E66816; }
#navigator ol > li.on:nth-of-type(4), #navigator ol > li:nth-of-type(4) div { background-color: #012A82; }
#navigator ol > li.on:nth-of-type(5), #navigator ol > li:nth-of-type(5) div { background-color: #990000; }
#navigator ol > li.on:nth-of-type(6), #navigator ol > li:nth-of-type(6) div { background-color: #6EB402; }
#navigator ol > li.on:nth-of-type(7), #navigator ol > li:nth-of-type(7) div { background-color: #D7E100; }


#navigator ol > li.focus:nth-of-type(1) > i, #navigator ol > li.on:nth-of-type(1) > i { background-image: url(../img/icon/w_know.png); }
#navigator ol > li.focus:nth-of-type(2) > i, #navigator ol > li.on:nth-of-type(2) > i { background-image: url(../img/icon/w_communicator.png); }
#navigator ol > li.focus:nth-of-type(3) > i, #navigator ol > li.on:nth-of-type(3) > i { background-image: url(../img/icon/w_activity.png); }
#navigator ol > li.focus:nth-of-type(4) > i, #navigator ol > li.on:nth-of-type(4) > i { background-image: url(../img/icon/w_information.png); }
#navigator ol > li.focus:nth-of-type(5) > i, #navigator ol > li.on:nth-of-type(5) > i { background-image: url(../img/icon/w_facilities.png); }
#navigator ol > li.focus:nth-of-type(6) > i, #navigator ol > li.on:nth-of-type(6) > i { background-image: url(../img/icon/w_about.png); }
#navigator ol > li.focus:nth-of-type(7) > i, #navigator ol > li.on:nth-of-type(7) > i { background-image: url(../img/icon/w_access.png); }

#navigator ol > li.on div { display: block; }


@media only screen and (min-width:961px) and (max-width:1090px) {

#navigator{
	/*background:#CC0000;*/
}

#navigator ol {
	display:flex;
	justify-content: center;
	width: 98%;
	margin: 0 auto;
	padding: 4px 0 0;
}

#navigator ol > li {
	font-size: 1.3em;
	margin-right: 15px;
	padding:0 3px;
}


}

@media only screen and (min-width: 961px) {
/*	#navigator { min-width: 1200px; } */
	#navigator ol > li:hover { color: #FFFFFF; }
	#navigator ol > li:hover:nth-of-type(1) { background-color: #F258DB; }
	#navigator ol > li:hover:nth-of-type(2) { background-color: #F258DB; }
	#navigator ol > li:hover:nth-of-type(3) { background-color: #FFD201; }
	#navigator ol > li:hover:nth-of-type(4) { background-color: #012A82; }
	#navigator ol > li:hover:nth-of-type(5) { background-color: #E60114; }
	#navigator ol > li:hover:nth-of-type(6) { background-color: #75D2FF; }
	#navigator ol > li:hover:nth-of-type(7) { background-color: #D7E100; }

	#navigator ol > li:hover:nth-of-type(1) > i { background-image: url(../img/icon/w_know.png); }
	#navigator ol > li:hover:nth-of-type(2) > i { background-image: url(../img/icon/w_communicator.png); }
	#navigator ol > li:hover:nth-of-type(3) > i { background-image: url(../img/icon/w_activity.png); }
	#navigator ol > li:hover:nth-of-type(4) > i { background-image: url(../img/icon/w_information.png); }
	#navigator ol > li:hover:nth-of-type(5) > i { background-image: url(../img/icon/w_facilities.png); }
	#navigator ol > li:hover:nth-of-type(6) > i { background-image: url(../img/icon/w_about.png); }
	#navigator ol > li:hover:nth-of-type(7) > i { background-image: url(../img/icon/w_access.png); }
	#navigator ol > li:hover div { display: block; }

	#navigator ol > li:nth-of-type(2) div { margin-left: -114px; }
	#navigator ol > li:nth-of-type(3) div { margin-left: -320px; }
	#navigator ol > li:nth-of-type(5) div { right: 0; }
	#navigator ol > li:nth-of-type(6) div { right: 0; }
	#navigator ol > li:nth-of-type(7) div { right: 0; }
}

@media only screen and (max-width: 960px) {
	#navigator ol {
		width: 100%;
		margin: 0;
		padding: 0;
}

	#navigator ol > li {
		border: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		line-height: 460%;
		font-size:100%;
	}

	#navigator ol > li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	#navigator ol > li:nth-of-type(3n+2) {
		border-right: 1px solid #F0F0F0;
		border-left: 1px solid #F0F0F0;
	}
	#navigator ol > li:nth-of-type(n+4) {
		border-top: 1px solid #F0F0F0;
	}

	#navigator ol > li:last-child {
		border-left: 1px solid #F0F0F0;
	}


	#navigator ol > li:nth-of-type(1) { width: 42%; }
	#navigator ol > li:nth-of-type(2) { width: 30%; }
	#navigator ol > li:nth-of-type(3) { width: 28%; }
	#navigator ol > li:nth-of-type(4) { width: 25%; }
	#navigator ol > li:nth-of-type(5) { width: 25%; }
	#navigator ol > li:nth-of-type(6) { width: 25%; }
	#navigator ol > li:nth-of-type(7) { width: 25%; }

	#navigator ol > li:nth-of-type(1) > i { background-image: url(../img/icon/c_know.png); }
	#navigator ol > li:nth-of-type(2) > i { background-image: url(../img/icon/c_communicator.png); }
	#navigator ol > li:nth-of-type(3) > i { background-image: url(../img/icon/c_activity.png); }
	#navigator ol > li:nth-of-type(4) > i { background-image: url(../img/icon/c_information.png); }
	#navigator ol > li:nth-of-type(5) > i { background-image: url(../img/icon/c_facilities.png); }
	#navigator ol > li:nth-of-type(6) > i { background-image: url(../img/icon/c_about.png); }
	#navigator ol > li:nth-of-type(7) > i { background-image: url(../img/icon/c_access.png); }

	#navigator div {
		top: 51px;
		border-radius: 0;
	}
	#navigator ol > li:nth-child(n+4) div { top: 102px; }

	#navigator div ul {
		width: auto;
		margin: 0;
		float: none;
	}

	#navigator div img { display: none; }

	#navigator ol > li:nth-of-type(2) div { margin-left: -30px; }
	#navigator ol > li:nth-of-type(3) div { right: 0; }
	#navigator ol > li:nth-of-type(5) div { margin-left: -40px; }
	#navigator ol > li:nth-of-type(6) div { margin-left: 4px; }

}


@media only screen and (min-width: 641px) {
#navigator_knowledge-capital-sp{
	display:none;
}
}

@media only screen and (max-width: 640px) {

#navigator{
	display:none;
}


#navigator_knowledge-capital-sp{
	background:#FFF;
}

#navigator_knowledge-capital-sp ul,#navigator_knowledge-capital-sp ol{
	display:none;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#navigator_knowledge-capital-sp ol{
	margin-left:20px;
}

#navigator_knowledge-capital-sp a{
	position:relative;
	display:block;
	/* --- [↓] edit 320vp --- */
	/*
	padding:27px 50px 27px 76px;
	*/
	padding:14px 50px 12px 70px;
	/* --- [↑] edit 320vp --- */

	border-bottom:1px solid #DDD;
	/* --- [↓] edit 320vp --- */
	/*
	font-size: 23px !important;
	line-height:34px;
	*/
	font-size: 14px;
	line-height:26px;
	/* --- [↑] edit 320vp --- */
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

#navigator_knowledge-capital-sp > a{
	text-align:center;
	background-image:url(../img/icon/bg_line_sp.png);
	background-size:100% 2px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

#navigator_knowledge-capital-sp a img{
	margin-left:20px;
	vertical-align:middle;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
#navigator_knowledge-capital-sp a.active + ul{
	overflow:auto !important;
}
#navigator_knowledge-capital-sp a.active img{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#navigator_knowledge-capital-sp ul > li a img{
	position:absolute;
	right:20px;
	top:0px;
	bottom:0px;
	margin: auto;
}

#navigator_knowledge-capital-sp ul >  li:nth-child(1) a{
	background-image:url(../img/icon/icon_know.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(2) > a{
	background-image:url(../img/icon/icon_communicator.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(3) > a{
	background-image:url(../img/icon/icon_activity.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(4) > a{
	background-image:url(../img/icon/icon_information.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(5) > a{
	background-image:url(../img/icon/icon_facilities.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(6) > a{
	background-image:url(../img/icon/icon_about.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(7) > a{
	background-image:url(../img/icon/icon_access.png);
}
#navigator_knowledge-capital-sp ul > li > a{
	background-size:30px 30px !important;
	background-position:20px center !important;
	background-repeat:no-repeat !important;
}

/* 20170614 edit

#navigator_knowledge-capital-sp{
	width:100%;
	background:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow:rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-text-size-adjust:100%;
}

#navigator_knowledge-capital-sp ol{
	padding:4px 0 0;
	width:100%;
	margin:0 auto;
	position:relative;
}

#navigator_knowledge-capital-sp ol > li:nth-of-type(1) {border-right: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:nth-of-type(3) {border-left: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:nth-of-type(4){border-right: 1px solid #F0F0F0; border-left: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:nth-of-type(n+3) {border-top: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:last-child {border-left: 1px solid #F0F0F0;}

#navigator_knowledge-capital-sp ol > li:nth-of-type(1) { width: 50%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(2) { width: 50%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(3) { width: 34%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(4) { width: 33%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(5) { width: 33%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(6) { width: 50%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(7) { width: 50%; }

#navigator_knowledge-capital-sp ol > li:nth-of-type(1) > i { background-image: url(../img/icon/c_know.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(2) > i { background-image: url(../img/icon/c_communicator.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(3) > i { background-image: url(../img/icon/c_activity.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(4) > i { background-image: url(../img/icon/c_information.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(5) > i { background-image: url(../img/icon/c_facilities.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(6) > i { background-image: url(../img/icon/c_about.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(7) > i { background-image: url(../img/icon/c_access.png); }

#navigator_knowledge-capital-sp ol:after {
	content: "";
	clear: both;
	display: block;
}

#navigator_knowledge-capital-sp ol > li {
	float:left;
	margin:0;
	padding:0;
	border:none;
	border-radius:0;
	text-align:center;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#navigator_knowledge-capital-sp ol > li:last-of-type {
	margin: 0;
}

#navigator_knowledge-capital-sp ol > li > i {
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:8px;
	background-size: contain;
	background-repeat:none;
	position:relative;
	top:2px;
}

#navigator_knowledge-capital-sp ol > li a{
	font-size:23px !important;
	line-height:320%;
	text-decoration:none;
	color:#241914;
}

#navigator_knowledge-capital-sp ol li div ul li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}


#navigator_knowledge-capital-sp ol li div ul li a{
	display:block;
	padding:5px;
	text-align:left;
	border-bottom:1px solid #F0F0F0;
	background:#fff;
	line-height:200%;
}

#navigator_knowledge-capital-sp div p{
	text-align:center;
}

#navigator_knowledge-capital-sp div img {
	display:block;
	margin:40px 40px 40px 0;
	float:right;
}

#navigator_knowledge-capital-sp ol > li.on div{
	display:block;
}

#navigator_knowledge-capital-sp ol{
	width:100%;
	margin:0;
	padding:0;
}
*/

/* ---------- ↑↑ edit 2017/07/22 ↑↑ ---------- */

.lock {
overflow:hidden;
}

.modal-content {
position:relative;
display:none;
width:90%;
margin:30px 5%;
padding:0;
background:#fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.modal-content p {
margin:0;
padding:0;
}

.modal-overlay {
z-index:1;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.75);
z-index:1001 !important;
}

.modal-wrap {
z-index:1002 !important;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
overflow:auto;
}


.modal-open {
color:#00f;
text-decoration:underline;
}

.modal-open:hover {
cursor:pointer;
color:#f00;
}

.modal-close {
color:#00f;
text-align: right;
}

.modal-close:hover {
cursor:pointer;
color:#f00;
}

.modal-content > ul{
overflow: hidden;
margin:0;
padding:0;
}

.modal-content > ul li.lavel{
background-color: #F70841;
font-size: 1.6em;
padding:5px 30px;
font-weight: bold;
}


.modal-content > ul li.lavel a{
color: #fff;
}

ul.nav_box{
background-color: #f1f1f1;
margin:0;
padding:15px 0 0;
overflow: hidden;
}

ul.nav_box li{
font-size: 1.5em;
width: 47%;
float: left;
margin:0 0 20px 3%;
}

ul.nav_box li a{
color: #505050;
display: block;
}


p.close_bottom{
background-color: #e8e6c2;
overflow: hidden;
text-align: center;
}


p.close_bottom a{
display: block;
background-color: #fff;
font-size: 140%;
text-align:center;
}

}
/*------------------------------------------------------------------------------------------------*/

#pagetop{
	max-width: 1200px;
	margin:40px auto 0;
}

#pagetop p{
	text-align:right;
	font-size:12px;
	/*font-size:1.2em;*/
}

#pagetop p::before {
	display:inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 2px solid #241914;
	border-bottom: 2px solid #241914;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-right:.6em;
}

@media only screen and (max-width: 640px) {
#pagetop{
	width:90%;
}
}


#footer {
	margin: 40px 0 0;
	width: 100%;
}

#footer div {
	background: #FFFFFF;
}

#footer h6 {
	font-size:1.2em;
	line-height: 400%;
	border-bottom: 1px solid #E7E7E7;
}

#footer h6 i {
	font-style: normal;
	display: inline-block;
	padding: 0 4px;
}

#footer ul:after { content: ""; display: block; clear: both; height: 0; }
#footer ul > li {
	display: block;
	text-align: left;
}

#footer label {
	display: block;
}

#footer ul > li {
	position: relative;
	font-size: 1.2em;
}

#footer ol {
	border-top: 1px solid #E7E7E7;
	padding-top:10px;
}

#footer ol li {
	line-height: 200%;
	white-space: nowrap;
}

#footer ol li i {
	display: inline-block;
	font-style: normal;
	padding: 0 4px 0 0;
}

#footer ol li a { text-decoration: none; }

#footer ol li.sub { padding-left:1.3em; }

#footer div p {
	text-align: center;
}

#footer div p a {
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0 16px;
	padding:2em 0;
}

#footer > p {
	font-size: 1.1em;
	text-align: center;
	padding: 20px 0;
}

#footer .sp-link{ display:none;}


#footer .footernavi-hidden{
	display:none;
}


@media only screen and (min-width: 1200px) {

	#footer h6 span {
		width: 1200px;
	}

	#footer ul {
		width: 1200px;
	}

	#footer ul li {
		box-sizing: content-box !important;
	}

	#footer .sp-link{ display:none;}
}

@media only screen and (min-width:1027px) and (max-width:1199px) {

	#footer h6 span {
		width: 98%;
	}

	#footer ul {
		width: 98%;
	}

	#footer ul > li:nth-child(1) {
		width: 20%;
	}

	#footer ul > li:nth-child(2) {
		width: 20%;
	}

	#footer ul > li:nth-child(3) {
		width: 60%;
	}

	#footer ul > li:nth-child(3) ol { position: relative; }
	#footer ul > li:nth-child(3) ol li {
		display: block;
		width: 50%;
	}
	
	#footer ul > li:nth-child(3) ol li:nth-child(n+6) {
		position: absolute;
		right: 0;
	}

	#footer ul > li:nth-child(3) ol li:nth-child(6) { top: 10px; }
	#footer ul > li:nth-child(3) ol li:nth-child(7) { top: 34px; }
	#footer ul > li:nth-child(3) ol li:nth-child(8) { top: 58px; }
	#footer ul > li:nth-child(3) ol li:nth-child(9) { top: 82px; }
	#footer ul > li:nth-child(3) ol li:nth-child(10) { top: 106px; }
	#footer ul > li:nth-child(3) ol li:nth-child(11) { top: 130px; }
	#footer ul > li:nth-child(3) ol li:nth-child(12) { top: 154px; }

	#footer ul > li:nth-child(-n+3) { height: 200px; }

	#footer ul > li:nth-child(4) {
		padding-left: 0;
		padding-right: 2%;
		width: 45%;
		height: 200px;
	}

	#footer ul > li:nth-child(7) { margin-right: 0; height: 250px; }

	#footer ul > li:nth-child(8) { margin-left: 200px;  }

	#footer .sp-link{ display:none;}

}

@media only screen and (min-width:830px) and (max-width:1026px) {

	#footer h6 span {
		width: 98%;
	}

	#footer ul {
		width: 98%;
	}

	/*#footer ul{background-color:#99CC00; }*/

	#footer ul > li:nth-child(1) {
		width: 50%;
	}

	#footer ul > li:nth-child(2) {
		width: 50%;
		margin-right:0;
	}

	#footer ul > li:nth-child(-n+2) { height: 140px; }

	#footer ul > li:nth-child(3) {
		width: 46%;
		margin-right:2%;
	}

	#footer ul > li:nth-child(4) {
		width: 50%;
		margin-right:0;
	}

	#footer ul > li:nth-child(5) {
		width: 30%;
	}

	#footer ul > li:nth-child(6) {
		width: 30%;
	}

	#footer ul > li:nth-child(7) {
		width: 30%;
	}

	#footer ul > li:nth-child(7) { margin-right:0; }

	#footer ul > li:nth-child(8) { margin-left:20px;  }

	#footer .sp-link{ display:none;}

}

@media only screen and (min-width: 831px) {
	#footer {
		/*min-width: 1200px;*/
	}

	#footer h6 {
		margin: 0 0 20px;
	}

	#footer h6 span {
		display: block;
		margin: 0 auto;
	}

	#footer ul {
		margin: 0 auto;
		border-bottom: 1px solid #E7E7E7;
		/*background-color:#b22;*/
	}

	#footer ul > li:nth-child(-n+7) {
		float: left;
		width: 14%;
		/*width: 200px;*/
		padding: 0 2% 0 0;
	}

	#footer ul > li:nth-child(2) {
		float: left;
		width: 15%;
		/*width: 200px;*/
		padding: 0 2% 0 0;
	}

	#footer ul > li:nth-child(3) {
		padding-right: 0;
		/*width: 310px;*/
		width: 28%;
	}



	#footer ul > li:nth-child(-n+4) { height: 362px; }
	#footer ul > li:nth-child(4) {
		padding-left: 2%;
		padding-right: 0;
		/*width: 420px;*/
		width: 36%;
	}

	#footer ul > li:nth-child(7) { margin-right: 300px; height: 130px; }


	#footer ul > li:nth-child(n+8) {
		float: left;
		width: 224px;
		border: 1px solid #E7E7E7;
		padding: 28px 0;
	}
	#footer ul > li:nth-child(8) { margin-left: 244px;  }
	#footer ul > li:nth-child(9) { margin: 0 20px 40px; }
	#footer ul > li:nth-child(10) { padding: 21px 0; }


	#footer ul > li:nth-child(n+8):before {
		display: block;
		float: left;
		content: ">";
		padding: 0 8px 0 10px;
	}

	#footer ul > li:nth-child(n+8):after {
		content: "";
		display: block;
		float: left;
		position: absolute;
		right: 12px;
	}
	#footer ul > li:nth-child(8):after {
		background: url('../img/common/contact.png') no-repeat;
		width: 29px;
		height: 21px;
		top: 23px;
	}
	#footer ul > li:nth-child(9):after {
		background: url('../img/common/mailmagazine.png') no-repeat;
		width: 29px;
		height: 27px;
		top: 20px;
	}
	#footer ul > li:nth-child(10):after {
		background: url('../img/common/channel.png') no-repeat;
		width: 27px;
		height: 30px;
		top: 20px;
	}

	#footer ul > li:nth-child(n+8) label {
		font-size: 1.2em;
		float: left;
	}

	#footer ul > li:nth-child(10) label {
		width: 140px;
		position: relative;
		top: -1px;
	}

	#footer ul > li:nth-child(4) ol { position: relative; }
	#footer ul > li:nth-child(4) ol li {
		display: block;
		width: 50%;
	}
	
	#footer ul > li:nth-child(4) ol li:nth-child(n+10) {
		position: absolute;
		right: 0;
	}
	#footer ul > li:nth-child(4) ol li:nth-child(10) { top: 10px; }
	#footer ul > li:nth-child(4) ol li:nth-child(11) { top: 34px; }
	#footer ul > li:nth-child(4) ol li:nth-child(12) { top: 58px; }
	#footer ul > li:nth-child(4) ol li:nth-child(13) { top: 82px; }
	#footer ul > li:nth-child(4) ol li:nth-child(14) { top: 106px; }
	#footer ul > li:nth-child(4) ol li:nth-child(15) { top: 130px; }
	#footer ul > li:nth-child(4) ol li:nth-child(16) { top: 154px; }

	#footer ul > li:nth-child(-n+7) label {
		padding: 0 0 0 10px;
		margin: 0 0 10px;
		border-left: 4px solid #000000;
	}
	#footer ul > li:nth-child(1) label { border-left-color: #F258DB; }

	#footer ul > li:nth-child(2) label { border-left-color: #F258DB; }
	#footer ul > li:nth-child(3) label { border-left-color: #FFD201; }
	#footer ul > li:nth-child(4) label { border-left-color: #E60114; }
	#footer ul > li:nth-child(5) label { border-left-color: #012A82; }
	#footer ul > li:nth-child(6) label { border-left-color: #75D2FE; }
	#footer ul > li:nth-child(7) label { border-left-color: #D7E100; }

#footer .footernavi-hidden{
	display:none !important;
}

#footerBnr{
	margin:40px 0px 0px;
}
#footerBnr ul{
	text-align:center;
}
#footerBnr ul li{
	display:inline;
}

}




@media only screen and (max-width: 830px) {
#footer{
	-webkit-text-size-adjust: 100%;
}

#footer h6{
	font-weight:normal;
	line-height:150%;
	margin:0;
	padding:2em;
	display:block;
	font-size:inherit;
}

#footer h6 span{
	padding:0;
	display:block;
	font-size:135%;
}

#footer ul{
	width:100%;
	margin:0 auto;
}

#footer li{
	border-bottom:1px solid #E7E7E7;
}

#footer ol li:last-child{
	border-bottom:none;
}

#footer label{
	padding:1em 1em;
	font-size:20px;
}

#footer ol{
	padding-top:0;
}

#footer ol,
#footer ol li i{
	display:none;
}

#footer ol li a{
	display:block;
	padding:1em .5em 1em 2em;
	font-size:20px;
}

#footer ol li.sub{
	padding-left:1em;
}

#footer ul > li:nth-child(2):after,
#footer ul > li:nth-child(3):after,
#footer ul > li:nth-child(4):after,
#footer ul > li:nth-child(6):after{ 
	position: absolute;
	content: "＋";
	top: 0;
	right:1em;
	line-height:350%;
	font-weight:bold;
	font-size:1.6em;
}

#footer .sp-link{
	display:inherit;
}

#footer div p a{
	font-size:20px;
	padding:1em 0;
}

#footer > p{
	text-align:center;
}

#footer .footernavi-hidden{
	display:inherit;
}

#footerBnr{
	width:90%;
	margin:40px auto 0px;
}
#footerBnr ul{
	text-align:center;
}
#footerBnr ul li{
	display:inline;
}


}

/*------------------------------------------------------------------------------------------------*/

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
	z-index:101;
}

.footer.is-show{
    visibility: visible;
    opacity: 1;
}

.share{
    text-align: right;
    padding: 10px;
}

.share-item{
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
}

.share-item-facebook{
    background: ;
}

.share-item-twitter{
    background: #55ACEE;
}

.share-item-google-plus{
    background: #CC3732;
}

/*------------------------------------------------------------------------------------------------*/

.share-btn{
	width:410px;
	margin: auto;
    overflow: hidden;
}

.share-btn ul{
	width:100%;
}

.share-btn ul:after {
	content: "";
	clear: both;
	display: block;
	height: 20px;
}

.share-btn ul li{
	float:left;
	margin-right:20px;
}

.share-btn ul li img{
    display: block;
    max-width: 100%;
    height: auto;
	margin:0 auto;
	text-align:center;
}

.share-btn ul li:last-of-type{
	margin-right:0;
}


.share-btn .fb-like {
	margin-left: 10px;
}



@media only screen and (max-width: 640px) {

.share-btn ul{
	/*padding:0 10%;*/
}

}





/*------------------------------------------------------------------------------------------------*/

/* 年末年始の営業時間表記 */

#headerAttention{
    max-width: 1160px;
    margin: 30px auto;
    padding: 10px;
    background: #FFFFFF;
    border: 2px solid #E60114;
    text-align: center;
    color: #E60114;
    font-size: 14px;
    line-height: 2;
}
#headerAttention a{
	color:#2CA6E0;
}

#headerAttention a:hover{
	color:#75d2ff;
}

#headerAttention .pc{
	display:block;
}
@media only screen and (max-width: 640px) {
	#headerAttention{
		margin:20px;
	}
	#headerAttention .pc{
		display:none;
	}
}


/* fix menu */
#navigatorWrap {
	min-height:57px;
}
#navigatorWrap .fixed{
	width:100%;
	position:fixed;
	top:0px;
	z-index:999;
}

/*20180928ヤフーサーチコード　20190327削除*/

/*フッターレイアウト調整
	#footer ul > li:nth-child(7) {margin-right: 500px;height: 130px;}
	#footer ul > li:nth-child(8) {margin-left: 70px;}
	#footer ul > li:nth-child(11) {
        width: 320px;
        margin-left: 20px;
        padding: 0;
        padding-top: 10px;
	overflow: hidden;
	height: 60px;
    }
	#footer ul > li:nth-child(11):before {
    content: "";
    padding: 10px;        
        
}*/
/*ヤフーサーチコード用
#srchBox
{
width:100%;
_width:100%;
margin-bottom:2px;
background-color:#FFFFFF;
color:#000000;
text-align:left;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width:188px;
margin-right:6px;
vertical-align:bottom;
}
#srchBox #srchBtn
{
width:80px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
}
#srchBox.watermark #srchInput
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}

@media only screen and (max-width: 640px) {
	#footer ul > li:nth-child(7) {margin-right: inherit; height: inherit;}
	#footer ul > li:nth-child(8) {margin-left: inherit;}
	#footer ul > li:nth-child(11) {
        width: 100%;
        margin-left: 0;
	height: 70px;
    }    
	#footer ul > li:nth-child(11):before {
    padding: 0;
    padding-left: 12px;
}

}*/