@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

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


/*------------------------------
	contents
------------------------------*/


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

------------------------------*/
@keyframes shake {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

/*------------------------------
	bread
------------------------------*/
#bread {
	margin-top: 140px;
	padding: 13px 0;
	background-color: #f1f1f1;
}
#bread .inner {
	width: 1100px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 12px;
}
#bread .inner a {
	color: #000000;
	text-decoration: none;
}
#bread .inner a:hover {
	text-decoration: underline;
}

/*------------------------------
	index - kvArea
------------------------------*/
#index #kvArea {
	background-color: #003391;
	height: 200px;
}
/*------------------------------*/
#index #kvArea .inner {
	width: 1100px;
	margin: 0 auto;
}
#index #kvArea .inner h2 {
	font-size: 46px;
	color: #ffffff;

	font-family: 'Noto Sans JP', Open Sans;
	padding-top: 70px;
	line-height: 1.2;
	font-weight: normal;
}
#index #kvArea .inner h2 span {
	font-size: 14px;
}


/*------------------------------
	index - contentsBox
------------------------------*/
#index .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#index .contentsBox .read {
	font-size: 16px;
	line-height: 1.8;
	padding: 50px 0;
}
#index .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 30px;
	padding: 8px 10px;
}
#index .contentsBox .h3Box h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 18px 15px 16px;
	font-size: 22px;
}
#index .contentsBox h4 {
	margin-bottom: 20px;
	padding: 20px 15px;
	background-color: #f6f6f6;
	font-size: 18px;
}

/*------------------------------*/
#index .contentsBox p {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 70px;
}
#index .contentsBox p.middlePB {
	padding-bottom: 40px;
}
#index .contentsBox p.nonePB {
	padding-bottom: 15px;
}
#index .contentsBox p.end {
	margin-top: -30px;
	text-align: right;
}
/*------------------------------*/
#index .contentsBox ul {
	padding-bottom: 70px;
	width: 100%;
}
#index .contentsBox li {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}
#index .contentsBox li span {
	color: #003391;
}
/*------------------------------*/
#index .contentsBox table {
	margin-bottom: 2.5em;
	max-width: 100%;
}
#index .contentsBox table th,
#index .contentsBox table td {
	padding: 1.25em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: middle;
}
#index .contentsBox table th {
	background: #f6f6f6;
}
#index .contentsBox .table02{
	width: 100%;
}
#index .contentsBox .table02 table th.heading{
	padding: 0.625em 1.25em;
	text-align: center;
}
#index .contentsBox .table02 table td.alignC{
	text-align: center;
}

/*------------------------------
	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;
}


#spChecker{
	display : none;
}
