@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

BODY{
	background-color : #FFFFFF;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
}

.sponly {
	display: none;
}
.spmask {
	display: block;
}

/*------------------------------

------------------------------*/
/*------------------------------*/
@keyframes shake {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/*------------------------------
	lightbox
------------------------------*/
#lightbox {
	margin: 0;
}
#lightboxArea {
	max-width: 800px;
	margin: 0 auto;
}
/*------------------------------
	kv
------------------------------*/
#lightbox .kv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	background: url("../images/lightbox_bgkv.jpg") no-repeat center center;
	background-size: cover;
	background-color: #003391;
	margin-bottom: 70px;
}
#lightbox .kv h2 {
	color: #fff;
	font-size: 21px;
}
/*------------------------------
	contents
------------------------------*/
#contents {
	position: relative;
}
/*------------------------------*/
#contents .message {
	position: relative;
	margin-bottom: 70px;
	padding: 0 30px;
}
#contents .message p {
	line-height: 2;
}
#contents .message span.bold {
	font-weight: bold;
	color: #003391;
}
#contents .message span.caption {
	font-size: 14px;
	vertical-align: top;
}
#contents .message p.captionanser {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
/*------------------------------*/
#contents .hd {
	display: flex;
	align-items: center;
	margin-bottom: -10px;
}
#contents .hd:before,
#contents .hd:after {
	border-top: dotted 1px;
	content: "";
	flex-grow: 1;
}
#contents .hd:before {
	margin-right: 10px;
}
#contents .hd:after {
	margin-left: 10px;
}
/*------------------------------*/
#contents .divition {
	position: relative;
	margin-bottom: 60px;
}
#contents .divition.last {
	margin-bottom: 80px;
}
#contents .divition  h4 {
	display: block;
	width: 100%;
	background-color: #003391;
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}
#contents .divition  h4 span.lead {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
}
#contents .divition .textBox {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
#contents .divition .textBox p {
	line-height: 1.7;
}
#contents .divition .textBox img {
	margin: 10px 0;
}
#contents .divition .imgBox01,
#contents .divition .imgBox02 {
	margin: 0 auto;
	border: solid 1px #ebebeb;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
}
#contents .divition .imgBox01 {
	max-width: 85vw;
}
#contents .divition .imgBox02 {
	max-width: 58vw;
}
#contents .divition .imgBox01 img,
#contents .divition .imgBox02 img {
	width: 100%;
}
/*------------------------------
	loading
------------------------------*/
#loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow: hidden;
}
#loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
}
