@charset "UTF-8";

/* ++++++++++++++　　　トップページ　　　++++++++++++++++++*/

body{

background-image:linear-gradient(-45deg, #f9f8f7 25%, #ffffff 25%, #ffffff 50%, #f9f8f7  50%, #f9f8f7 75%, #ffffff 75%, #ffffff);	
background-size: 8px 8px; /*ストライプ線の太さ*/
}



.block{
	width: 100%;
	margin-top:30px; 

}

h1{
	font-size: 20px;
	color: #444;
	text-align: center;
	margin-bottom: 30px;
}



.clockwaku{
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


.clock{
	width: 40px;
	fill:#777;
}



.text1{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}



.text2{
	font-size: 14px;
	color: #666;
	text-align: center;
	
}