body {
	margin: 0;
	padding: 0;
	background: #fff;
}
.links {
	margin: 100px;
	text-align: center;
}
img {
	vertical-align: middle;
}

@media (max-width: 768px) {
.links {
	margin: 50px 10px;
}
}

/*--------------------------------------------------*/
/* コンテンツ */
.container {
	position	: relative			;
	width		: 100%				;
	height		: auto !important	;
	height		: 100%				;
	min-height	: 100%				;
	display 	: inline-block		;
	/display	: inline 			; /* IE用ハック */
	/zoom		: 1					; /* IE用ハック */
}

/*--------------------------------------------------*/
/* ヘッダー部分の設定 */
.header1{
	position	: relative						;
	display 	: block 						;
	float		: left							;
	width		: 100px 						;
	top 		: 0 							;
	float		: left							;
	z-index 	: 2 							;
}
.header2{
	position	: relative						;
	display 	: block 						;
	top 		: 10px							;
	width		: 700px 						;
	float		: left							;
	padding 	: 5px							;
	margin-left	: 10px							;
	font-size	: 40px							;
	color		: midnightblue					;
	text-shadow	: 2px 4px 3px rgba(0,0,0,0.3)	;
	z-index		: 3 							;
}
.header3{
	position	: relative						;
	display 	: block 						;
	top 		: 10px							;
	width		: 100%							;
	float		: left							;
	padding 	: 5px							;
	margin-left	: 10px							;
	font-size	: 30px							;
	color		: midnightblue					;
	text-shadow	: 2px 4px 3px rgba(0,0,0,0.3)	;
	z-index		: 3 							;
}

/*--------------------------------------------------*/
/* フッター */
.footer {
	position: fixed;
	width: 100%;
	float: left;
	background: #f4f4f4;
	min-height: 200px;
	bottom: 0;
}
.footer-inner {
	height: 200px;
	display: table;
	width: 100%;
}
.footer-content {
	display: table-cell;
	vertical-align: middle;
}
.footer-content p {
	color: #787878;
}
.footer-content h4 {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.footer-content address {
	color: #787878;
	font-size: 14px;
	letter-spacing: 1.5pt;
}

/*--------------------------------------------------*/
/* タイトル */
h1 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
}

h1:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}



	.lg-backdrop.in {
		opacity: 0.85;
	}
	.fixed-size.lg-outer .lg-inner {
	  background-color: #FFF;
	}
	.fixed-size.lg-outer .lg-sub-html {
	  position: absolute;
	  text-align: left;
	}
	.fixed-size.lg-outer .lg-toolbar {
	  background-color: transparent;
	  height: 0;
	}
	.fixed-size.lg-outer .lg-toolbar .lg-icon {
	  color: #FFF;
	}
	.fixed-size.lg-outer .lg-img-wrap {
	  padding: 12px;
	}



/*--------------------------------------------------*/
/* 復旧画像 */
.rst {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
	position: absolute;
	top: 50px;
	left: 100px;
}