@charset "utf-8";
/* CSS Document */

	.text1{font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;font-size: 120%;margin-top:10px;margin-bottom:10px;line-height: 30px;color:#9f546a;font-weight: bold;}
	.text2{font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;font-size: 120%;margin-top:10px;margin-bottom:10px;line-height: 30px;color:#86914d;font-weight: bold;}
	.text3{font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;font-size: 120%;margin-top:10px;margin-bottom:10px;line-height: 30px;color:#171574;font-weight: bold;}
	.text4{font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;font-size: 120%;margin-top:10px;margin-bottom:10px;line-height: 30px;color:#004f1a;font-weight: bold;}		
	.center{text-align: center;}
	.cyuou{display: flex;justify-content: center;}
	.left{text-align: left;}
	#cont01 {display: flex;flex-direction: row;flex-wrap: nowrap;margin-bottom:100px;margin-top:100px;}
	@media (max-width: 767px) {
	.pc {display: none;}
	#cont01 {flex-direction: column;}
	.child_1{order: 2;}
	.child_2{order: 3;}
	.child_3{order: 1;}
	.child_4{order: 4;}
	.child_5{order: 5;}
	
	}	
	.top{margin-top:12vw;}

