@charset "utf-8";

/*----------------------------------------
  サイト共通 スタイルシート
----------------------------------------*/

/* information
---------------------------------------- */
#information .tit02 div {
	text-align: center;
	color: #9199BE;
}


/*===============================================
●画面の横幅が729px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 729px){
	
	/* information
	---------------------------------------- */
	#information .tit02 div {padding-top: 0.5em;}
	#information .flexBox {flex-direction: column;}
	#information .tableStyle02:first-child {margin-bottom: 1.5em;}
}

/*===============================================
●画面の横幅が730px以上(PCのみ)
===============================================*/
@media screen and (min-width: 730px){
	
	/* information
	---------------------------------------- */
	#information .tit02 div {padding-top: 1em;}
	#information .flexBox {justify-content: space-between;}
	#information .tableStyle02 {width: 47%;}
	#information .tableStyle02 th {width: 70%;}
}

