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

html, body {
	-webkit-overflow-scrolling: touch !important;
	overflow: auto;
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	min-height: 100%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
}

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

@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;
}


@media (min-width : 601px) and (max-width : 750px){
}

/*------------------------------
	lightbox
------------------------------*/
#lightbox {
	margin: 0;
}
#lightboxArea {
	max-width: 880px;
	margin: 0 auto;
}
/*------------------------------
	kv
------------------------------*/
#lightbox .kv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: url("../images/lightbox_bgkv.jpg") no-repeat center center;
	background-size: cover;
	background-color: #003391;
	margin-bottom: 40px;
}
#lightbox .kv h2 {
	color: #fff;
	font-size: 21px;
}
/*------------------------------
	contents
------------------------------*/
#contents {
	position: relative;
}
/*------------------------------*/
#contents .message {
	position: relative;
	margin-bottom: 40px;
	padding: 0 10px;
}
#contents .message p {
	line-height: 1.7;
}
#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: 60px;
}
#contents .divition  h4 {
	display: block;
	width: 100%;
	background-color: #003391;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}
#contents .divition  h4 span.lead {
	font-size: 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1;
}
#contents .divition .textBox {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0 10px;
}
#contents .divition .textBox p {
	line-height: 1.7;
}
#contents .divition .textBox img {
	margin: 0px 0;
}
#contents .divition .imgBox01 {
	width: 95vw;
	margin: 0 auto;
	border: solid 1px #ebebeb;
	box-sizing: border-box;
	padding: 10px 10px 5px;
	text-align: center;
}
#contents .divition .imgBox02 {
	width: 64vw;
	margin: 0 auto;
	border: solid 1px #ebebeb;
	box-sizing: border-box;
	padding: 10px 10px 5px;
	text-align: center;
}
#contents .divition .imgBox01 img {
	width: 100%;
}
#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;
}
