@charset "UTF-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(/kajimotoss/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.4em;}　/*本文の文字サイズ*/


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
	
}
	ul li {
		list-style:none;	
	}
ol {
	margin-left: 1.5em;
}
	ol li {
	}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #123871;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}




/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}

.en {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.blue {
	color: #195b9f;
}

.sp {
	display: none;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Sans Japanese',sans-serif,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	position: relative;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	position: fixed;
	width: 100%;
	background: #123871;
	color: #FFF;
	z-index: 999;
}
#headline {
	background: #2a4c7f;
	padding: 5px 0;
}
	#headline p {
		float: left;
	}
	#headline p:last-child {
		float: right;
	}
	#header #headerArea {
		padding: 20px 0;
	}
	#header h1 {
		width: 396px;
		float: left;
	}
	#header h1 img {
		width: 100%;
		height: auto;
	}
	#header ul {
		float: right;
	}
		#header ul li {
			float: left;
			margin-left: 10px;
		}
		#header ul li img {
			width: auto;
			height: 48px;
		}
.spMenu,
#spText {
	display: none;
}





#nav {
	background: #123871;
}
	#nav ul {
		width: 1200px;
		margin: auto;
	}
		#nav ul li {
			width: 12.5%;
			text-align: center;
			float: left;
			border-left: solid 1px #395580;
		}
			#nav ul li:last-child {
				border-right: solid 1px #395580;
			}
		#nav ul li a {
			color: #FFF;
			display: block;
			padding: 20px 0;
		}









/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
	padding: 70px 0 100px 0;
}
.inner {
	width: 1200px;
	margin: auto;
	position: relative;
}

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#mainTitle {
	text-align: center;
	padding: 180px 0 50px 0;
	color: #123871;
}
	#mainTitle h2 {
		font-size: 2.4rem;
	}

.title {
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 30px;

}
	.title:before,
	.title:after {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #aeaeae;
		display: block;
	}
	.title:before {
		margin-right: 2em;
	}
	.title:after {
		margin-left: 2em;
	}


	.title h3 {
		font-size: 3rem;
		color: #123871;
	}



.tit {
	font-size: 2.4rem;
	color: #123871;
	font-weight: bold;
}

.linkBnt {
	width: 250px;
	margin: 0 auto;
}
	.linkBnt a {
		text-align: center;
		display: block;
		line-height: 50px;
		background: #ff8200;
		color: #FFF;
		font-weight: bold;
		border-radius: 25px;
	}


	
#not-found {
	padding: 100px 0;
	text-align: center;
}
	#not-found .big {
		font-size: 30px;
		font-weight: bold;
	}
	#not-found .linkBnt {
		margin-top: 60px;
	}



#news {
	margin-top: 60px;
}

	#news .tit {
		border-bottom:  solid 1px #b2b2b2;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#news dl {
		border-bottom: dotted 1px #b2b2b2;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#news dl dt {
		float: left;
		width: 100px;
	}


#wp-N {
	margin-top: 60px;
}
	#wp-N .wp-pagenavi {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#wp-N .wp-pagenavi a {
		font-weight: bold;
		text-align: center;
		width: 40px;
		display: block;
		background: #e4ecef;
		margin: 0 5px;
		padding: 10px 0;
	}
	#wp-N .wp-pagenavi span {
		font-weight: bold;
		text-align: center;
		width: 40px;
		display: block;
		background: #133163;
		margin: 0 5px;
		color: #FFF;
		padding: 10px 0;
	}








/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: #123871;
}
	#footer a {
		color: #FFF;
	}
	#footer .inner {
		padding: 30px 0;
	}
	#footer #logoArea {
		width: 396px;
		float: left;
	}
		#footer #logoArea p {
			margin-top: 20px;
		}
		#footer #logoArea img {
		}
	#footer #linkArea {
		width: 800px;
		float: left;
	}
		#footer #linkArea ul {
			float: left;
			margin-left: 60px;
		}



	#footer .copy {
		background: #2a4c7f;
		text-align: center;
		padding: 10px 0;
		color: #FFF;
	}


	#footer #otherBnr {
	}
		#footer #otherBnr li {
			width: 230px;
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}
		#footer #otherBnr li:nth-child(5n) {
			margin-right: 0px;

		}




.newsArea {
}
	.newsArea h3 {
		font-size: 2.4rem;
		color: #123871;
		margin-bottom: 30px;
	}



#spFlowMenu {
	display: none;
}



/* 1024px */
@media screen and (max-width: 1024px) {



	






}





/* max 768px */
@media screen and (max-width: 768px) {

.pc {
	display: none;
}
.sp {
	display: block;
}
	

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 90%;
	margin: 0 auto;
}
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#mainTitle {
	text-align: center;
	padding: 120px 0 50px 0;
	color: #123871;
	border-bottom: solid 1px #aeaeae;
}
	#mainTitle h2 {
		font-size: 2.4rem;
	}

.title {
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 30px;

}
	.title:before,
	.title:after {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #aeaeae;
		display: block;
	}
	.title:before {
		margin-right: 1em;
	}
	.title:after {
		margin-left: 1em;
	}
	.title h3 {
		font-size: 1.8rem;
		color: #123871;
	}



.tit {
	font-size: 2.4rem;
	color: #123871;
	font-weight: bold;
}

.linkBnt {
	width: 100%;
	margin: 0 auto;
}
	.linkBnt a {
		text-align: center;
		display: block;
		line-height: 50px;
		background: #ff8200;
		color: #FFF;
		font-weight: bold;
		border-radius: 25px;
	}


	




#news {
	margin-top: 60px;
}

	#news .tit {
		border-bottom:  solid 1px #b2b2b2;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#news dl {
		border-bottom: dotted 1px #b2b2b2;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#news dl dt {
		float: none !important;
		width: 100% !important;
	}

	
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	background: #123871;
	color: #FFF;
}
#headline {
	display: none;
}
	#header #headerArea {
		padding: 20px 0 10px 0;
	}
	#header h1 {
		width: 60%;
		float: left;
	}
	#header h1 img {
		width: 100%;
		height: auto;
	}
	#header ul {
		display: none;
	}
	#header ul.spMenu {
		display: block;
		position: absolute;
		top: 18px;
		right: 40px;
	}
	#header ul li {
		width: 30px;
	}
	#header ul li img {
		width: 100%;
		height: auto;
	}
#spText {
	position: absolute;
	bottom: 10%;
	right: 3.5%;
	font-size: 10px;
	display: block !important;
}

#nav {
	display: none;
}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


	


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: #123871;
	padding-bottom: 100px;
}
	#footer a {
		color: #FFF;
	}
	#footer .inner {
		padding: 30px 0;
	}
	#footer #logoArea {
		width: 80%;
		margin: 0 auto;
		float: none;
	}
		#footer #logoArea p {
			margin-top: 20px;
		}
		#footer #logoArea img {
			width: 100%;
			height: auto;
		}
	#footer #linkArea {
		display: none;
	}




	#footer .copy {
		background: #2a4c7f;
		text-align: center;
		padding: 10px 0;
		color: #FFF;
	}


	#footer #otherBnr {
	}
		#footer #otherBnr li {
			width: 50%;
			float: left;
			margin-right: 0%;
			margin-bottom: 0px;
		}
		#footer #otherBnr li img {
			width: 100%;
			height: auto;
		}


	
	
	
	
	
	
#spFlowMenu {
	display: block;
	background:rgba(255,255,255,0.8);
	
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px;
	z-index: 100;
}
	#spFlowMenu ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#spFlowMenu ul li {
		width: 30%;
		margin: 0 1%;
	}
	#spFlowMenu ul li img {
		width: 100%;
		height: auto;
	}
	
	
	

}