/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		ベース用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		共通
****************************************************************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight:300;
	font-weight: normal;
	color: #333;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	background-color: #fff;
	text-align: justify;
	letter-spacing: 0.12em;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img{
	/*width: 100%;*/
}

p{
	margin: 0;
	padding: 0;
	letter-spacing: 0.12em;
	text-align: justify;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	color: #00a0e9;
	text-decoration: none;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}

@media screen and (min-width: 920px){
	a:hover{
		color: #00bbff;
		/*-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all  0.5s ease;*/
	}
}



.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

h1{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 25px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
}

h2{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 25px;
	line-height: 1.5em;
	color: #333;
}

input,textarea{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1220px){
	.w1200{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 640px){
	h1{
		letter-spacing: 0.1em;
		font-size: 22px;
	}
	h2{
		letter-spacing: 0.1em;
		font-size: 22px;
	}
}
@media screen and (max-width: 500px){
	h1{
		letter-spacing: 0.1em;
		font-size: 20px;
	}
	h2{
		letter-spacing: 0.1em;
		font-size: 20px;
	}
}

/****************************************************************************************************************************
		ヘッダー
****************************************************************************************************************************/


/****************************************************************************************************************************
		フッター
****************************************************************************************************************************/


/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/


/****************************************************************************************************************************
		ページナビ
****************************************************************************************************************************/

/****************************************************************************************************************************
		コンテンツ
****************************************************************************************************************************/



/****************************************************************************************************************************

****************************************************************************************************************************/
