/*-----------------------------------------

	Company.css	
			Company Only
			create date:2025-06

-----------------------------------------*/
.h1Pattern01{font-size:2.6rem;}

/*
	id="secSummaryBlock"
*/
.summaryTbl{width:100%;line-height:2.0;}
.summaryTbl th,.summaryTbl td{
	padding-top:36px;padding-bottom:36px;
	border-bottom:1px solid #000;
}
.summaryTbl th{width:30%;vertical-align:top;}
.summaryTbl td{width:70%;}
.summaryTbl img{width:20%;margin-right:60%;}

/*
	Responsive
*/

/*Mobile*/
@media screen and (max-width:834px) {

	.summaryTbl img{width:100%;margin-right:0%;}

}

/*	Responsive end	*/
