@charset "utf-8";
/* CSS Document */


/*------------------------

ヘッダー

------------------------*/

header {
	background-color: rgba(255,255,255,0);
}

/*------------------------

サイドとコンテンツ枠

------------------------*/
.top-side{
	margin-left: 0 !important;
}

@media only screen and (max-width: 959px) {
	.top .mainimg{
		display: flex;
    	flex-wrap: wrap;
	}
	
	.top-side{
		order: 1;
	}
	
	.top-contents{
	    order: 0;
	}
}

/*------------------------

サイド

------------------------*/

/*.top-banner {
	margin: .55em 0;
	padding-top:.5em;
}*/

.top-side {
	margin-top: 3em;
}

.top-side ul {
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.5);
	height: 400px;
	overflow-y: scroll;
}

.top-side ul li {
	margin: 0;
	padding: 1em;
	list-style: none;
	border-bottom: 1px solid #CCC;
}

.top-side ul li img {
	margin-left: .5em;
}

.top-side-header {
	padding: 17px 10px 40px 160px;
	background-image: url(../img/info.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.top-side-header a {
	color: #FFF;
	text-decoration: none;
}

.top-side-header a:hover {
	text-decoration: underline;
}

.top-side-header i {
	color: #FFF;
}

@media only screen and (max-width: 959px) {
	.top-side {
		margin-top: 1em;
		margin-bottom: 25px;
	}
	
	.top-side-header {
		position: relative;
		padding: 20px;
		background-image: none;
		background-color: rgba(133,138,142,.8);
		margin-bottom: 20px;
}
	
	.top-side-header:after{
		display: block;
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 8.5px 0 8.5px;
		border-color: rgba(133,138,142,.8) transparent transparent transparent;
		bottom:-9.9px;
		left:50%;
		margin-left: -8.5px;
	}
	
	.top-side-header > span{
		float: left;
	}
	
	.top-side-header > a{
		display: block;
		text-align: right;
	}
	
}

/*------------------------

トップコンテンツ

------------------------*/

.top-contents {
	margin: 1em 0;
	width: 1050px;
	height: 550px;
	position: relative;
}

.top-contents img {
	margin: 0 auto;
	display: block;
}

.map div {
	width: 180px;
	height: 207px;
	position: absolute;
}

.map div div:hover {
	cursor: pointer;
}

#r01 {
	top: 0px;
	left: 175px;
}

#r02 {
	top: 0px;
	left: 370px;
}

#r03 {
	top: 165px;
	left: 78px;
}

#r04 {
	top: 165px;
	left: 273px;
}

#r05 {
	top: 165px;
	left: 468px;
}

#r06 {
	top: 330px;
	left: 175px;
}

#r07 {
	top: 330px;
	left: 370px;
}

@media only screen and (max-width: 959px) {
.top-contents{
	 width: 710px !important;
    margin: 1.65em auto .5em !important;
}
}

@media only screen and (max-width: 767px) {
.top-contents{
	 width: 100% !important;
    height: auto;
}
	
	.top-contents-in{
		margin-bottom: 10px;
	}
	
	.top-contents-in em{
		display: block;
		position: relative;
		padding: 0 19px;
		cursor: pointer;
	}
	
	.top-contents-in em:hover{
		opacity: .7;
	}
	
	.top-contents-in em:before{
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 19px 30px 0;
		border-color: transparent #57b569 transparent transparent;
		content: "";
		top:0;
		left:0;
	}
	
	.top-contents-in.yellowgreen em:before{
		border-color: transparent #a8d14d transparent transparent;
	}
	
	.top-contents-in.orange em:before{
		border-color: transparent #f49e2f transparent transparent;
	}
	
	.top-contents-in.red em:before{
		border-color: transparent #cc2e51 transparent transparent;
	}
	
	.top-contents-in.blue em:before{
		border-color: transparent #6f4fb2 transparent transparent;
	}
	
	.top-contents-in.purple em:before{
		border-color: transparent #b439c7 transparent transparent;
	}
	
	.top-contents-in.skyblue em:before{
		border-color: transparent #019fd6 transparent transparent;
	}
	
	.top-contents-in em:after{
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 0 30px 19px;
		border-color: transparent transparent transparent #57b569;
		content: "";
		top:0;
		right:0;
	}

	.top-contents-in.yellowgreen em:after{
		border-color: transparent transparent transparent #a8d14d;
	}
	
	.top-contents-in.orange em:after{
		border-color: transparent transparent transparent #f49e2f;
	}
	
	.top-contents-in.red em:after{
		border-color: transparent transparent transparent #cc2e51;
	}
	
	.top-contents-in.blue em:after{
		border-color: transparent transparent transparent #6f4fb2;
	}
	
	.top-contents-in.purple em:after{
		border-color: transparent transparent transparent #b439c7;
	}
	
	.top-contents-in.skyblue em:after{
		border-color: transparent transparent transparent #019fd6;
	}
	
	.top-contents-in em > span{
		display: block;
		position: relative;
		background-color: #57b569;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
		padding-left: 50px;
		height: 60px;
	    padding-top: 21.5px;
        box-sizing: border-box;
	}
	
	.top-contents-in.yellowgreen em > span{
		background-color: #a8d14d;
	}
	
	.top-contents-in.orange em > span{
		background-color: #f49e2f;
	}
	
	.top-contents-in.red em > span{
		background-color: #cc2e51;
	}
	
	.top-contents-in.blue em > span{
		background-color: #6f4fb2;
	}
	
	.top-contents-in.purple em > span{
		background-color: #b439c7;
	}
	
	.top-contents-in.skyblue em > span{
		background-color: #019fd6;
	}
	
	.top-contents-in em > span:before{
		display: block;
		content: "";
		background: url(../img/top-menu-icon.png) no-repeat;
		background-size: 45px auto;
		width: 45px;
		height: 31px;
		position: absolute;
		top:15px;
		left:-10px;
	}
	
	.top-contents-in ul{
		display: none;
		background-color: rgba(0,0,0,.8);
		border-radius: 10px;
		list-style: none;
		margin: 22px auto;
		position: relative;
	}
	
	.top-contents-in ul:after{
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 12.5px 27.5px 12.5px;
		border-color: transparent transparent rgba(0,0,0,.8) transparent;
		content: "";
		top:-27.5px;
		left:50%;
		margin-left: -12.5px;
	}
	
	.top-contents-in ul > li{
		display: block;
	}
	
	.top-contents-in ul > li a{
		display: block;
		color: #ffffff;
		text-decoration: none;
		padding: 1em 1.35em 1em 2.7em;
		text-indent: -1.35em;
	}
	
	.top-contents-in ul > li a:before{
		content: '\f111';
		padding: 0 .5em 0 0;
		font-family: FontAwesome;
		color: #57b569;
	}
	
	.top-contents-in ul > li a.small_circle:before{font-size: 10px;padding: 0 0.6em 0 2px;}
	
	.top-contents-in ul > li a.square:before{
		content: "\f0c8";
		padding: 0 .5em 0 0;
		font-family: FontAwesome;
		color: #57b569;
	}
	
	.top-contents-in ul > li.sub-end,
	.top-contents-in ul > li.sub{
		border-top: 0;
		padding-left: 13px;
	}
	
	.top-contents-in ul > li.sub-end a,
	.top-contents-in ul > li.sub a{
		padding-top: 0;
	}
	
	.top-contents-in ul > li.sub a{
		padding-bottom: .65em;
	}
	
	.top-contents-in ul > li.sub-end a:before,
	.top-contents-in ul > li.sub a:before,
	.top-contents-in ul > li.sub-end a,
	.top-contents-in ul > li.sub a{
		color: rgba(255,255,255,.6) !important;
	}
	
	.top-contents-in ul > li a:before{
		content: '\f111';
		padding: 0 .5em 0 0;
		font-family: FontAwesome;
		color: #57b569;
	}
	
	.top-contents-in ul > li.sub a:before{
		content: '┣';
	}
	
	.top-contents-in ul > li.sub-end a:before{
		content: '┗';
	}
	
	.top-contents-in.green ul > li a:hover{
		color: #a8d14d;
	}
	
	.top-contents-in ul > li.sub-end a:hover:before,
	.top-contents-in ul > li.sub a:hover:before,
	.top-contents-in ul > li.sub-end a:hover,
	.top-contents-in ul > li.sub a:hover{
		color: rgba(255,255,255,1) !important;
	}
	
	.top-contents-in.yellowgreen ul > li a:hover,
	.top-contents-in.yellowgreen ul > li a:before{
		color: #a8d14d;
	}
	
	.top-contents-in.orange ul > li a:hover,
	.top-contents-in.orange ul > li a:before{
		color: #f49e2f;
	}
	
	.top-contents-in.red ul > li a:hover,
	.top-contents-in.red ul > li a:before{
		color: #cc2e51;
	}
	
	.top-contents-in.blue ul > li a:hover,
	.top-contents-in.blue ul > li a:before{
		color: #6f4fb2;
	}
	
	.top-contents-in.purple ul > li a:hover,
	.top-contents-in.purple ul > li a:before{
		color: #b439c7;
	}
	
	.top-contents-in.skyblue ul > li a:hover,
	.top-contents-in.skyblue ul > li a:before{
		color: #019fd6;
	}
	
	.top-contents-in ul > li + li{
		border-top: 1px solid rgba(255,255,255,.05);
	}
}

/*------------------------

ツールチップ

------------------------*/

.tip {
	margin-bottom: 0;
}

.tip ul {
	list-style: none;
	margin: 0;
}

.tip ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.tip ul li ul {
	margin-left: .4em;
	margin-top: .2em;
	font-size: .95em;
}

.tip ul li ul li:last-child {
	border-bottom: none;
}

.tip ul li ul li a,
.tip ul li ul li span {
	display: block;
	padding: 0;
	font-size: .95em;
	color: #AAA !important;
}

.tip ul li a,
.tip ul li span {
	display: block;
	padding: 0;
}

.tip ul li a {
	text-decoration: none;
}

.tip ul li a:hover {
	color: #ef6465;
	text-decoration: underline;
}

.tip ul li span {
	color: #999999;
}


.tip .orange li a:hover,
.tip .orange li i {
	color: #FAAD49;
}

.tip .green li a:hover,
.tip .green li i{
	color: #5DD273;
}

.tip .ygreen li a:hover,
.tip .ygreen li i {
	color: #B9E35B;
}

.tip .red li a:hover,
.tip .red li i {
	color: #E23E62;
}

.tip .gray li a:hover,
.tip .gray li i {
	color: #777777;
}

.tip .blue li a:hover,
.tip .blue li i {
	color: #05BDFE;
}

.tip .lpp li a:hover,
.tip .lpp li i {
	color: #C948DD;
}

.tip .dpp li a:hover,
.tip .dpp li i {
	color: #7D55D1;
}

.tip ul li a {
color: #FFF !important;
}
i.fa-circle.little {
    font-size: 10px;
    margin-left: 6px;
    margin-right: 5px;
}
