@charset "UTF-8";
/* CSS Document */

a img:hover, a:hover  {
	opacity: 0.7;
	 filter: alpha(opacity=70);
	 -moz-opacity: 0.7;
	 -webkit-transition: 0.7s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
	
p {
	max-height: 100%;/*for android*/
	}
	
h1,
h2,
h3,
h4,
h5,
p,
dt,
dd {
	line-height:1.5;
	}		




/*フォーカスの線を消す--------------------------*/
*:focus {
  outline: none;
}		


/*layout--------------------------*/

a {
	text-decoration:none;
	color:#4d4d4d;
	}

html {
	font-size:62.5%;
	font-family:'YakuHanJP','Noto Sans Japanese', sans-serif;
	color:#3f4541;
	overflow-x: hidden;
	}
	
html* {
	line-height:100%;
	}	

body {
	-webkit-print-color-adjust: exact;
	font-size:1.4rem;
    font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	


	
	