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


/* 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: #411c00;
	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;
}



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








/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.inner02 {
	width: 1200px;
	margin: 0 auto;
}

.btn {
	width: 370px;
	text-align: center;
	background: #056280;
	margin: 0 auto;
	border-radius: 6px;
}
	.btn a {
		display: block;
		color: #FFF;
		padding: 15px 0;
		font-weight: bold;
		background: url("../img/arrow_btn.png") no-repeat 95%;
		background-size: 20px;
	}





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



	






}





/* max 768px */
@media screen and (max-width: 768px) {
	
	
#mainArea {
	letter-spacing: 0.2em;
}
	

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

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 90%;
	margin: 0 auto;
}
.inner02 {
	width: 90%;
	margin: 0 auto;
}

.btn {
	width: 100%;
	text-align: center;
	background: #056280;
	margin: 0 auto;
	border-radius: 6px;
}
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

	
	
	
	
	
	
}