@charset "UTF-8";

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
	-webkit-overflow-scrolling: touch;
 	font-family: 游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#1f2f4a;
	font-size: 1.5rem;
	font-weight:400;
	line-height:1;
	box-sizing: border-box;
	width: 100%;
	overflow-x: hidden;
}

.mincho{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.times{
	font-family: "Times New Roman", Times, serif;
}

.hiragino{
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}

.noto{
	font-family: 'Noto Sans JP', sans-serif;
}

a {
	color: inherit;
	text-decoration:none;
}

img {
	width:100%;
	height:auto;
}

.italic{
	font-style: italic;
}

main{
	display: block;
}




@media screen and (min-width: 769px) {
	
	.sp_view {
		display:none ;
	}
	
	.pc_view {
		display:block ;
	}
}

@media screen and (max-width: 768px) {
	
	html{
		overflow-x: hidden;
	}
	/*
	html {
		font-size:calc(100vw / 0.768);
	}
	  body {
	  	font-size:0.024rem;
	  }
	  */
	.sp_view {
		display:block ;
	}
	
	.pc_view {
		display:none ;
	}
	body {
		font-size: 3.467vw;
	}

}



@media print,screen and (min-width:769px) {
	/*
	a:hover,a:hover img {
		opacity:.85;
	}
	*/
}



/*
#whole {
  position: relative;
}
*/


@media screen and (min-width: 769px) {

	

	
}		