@charset "utf-8";
/* CSS Document */
/* ------------ Outline ------------ */
#cntns_out{
	padding:5px 40px;

}

table.cmpny{
	width:880px;
	border-collapse: collapse;
    border-spacing: 0;
	font-size:14px;
}


table.cmpny th{
	width:230px;
	height:50px;
	text-align:left;
	vertical-align: top;
	padding-top:5px;
	font-weight:100;
	background:url(../img/table_line.gif) top left no-repeat;
}

table.cmpny th h3{
	width:230px;
	height:50px;
	text-align:left;
	vertical-align: top;
	padding-top:5px;
	font-weight:100;
	/* background:url(../img/table_line.gif) top left no-repeat; */
	font-size: 100%;
}
table.cmpny th.h65{
	height:65px;
}

table.cmpny th.h80{
	height:80px;
}

table.cmpny td{
	height:50px;
	text-align:left;
	vertical-align: top;
	padding-top:5px;
	background:url(../img/table_line.gif) top left repeat-x;
}

@media screen and (max-width:767px){
	table.cmpny tr{
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	table.cmpny th{
		width: 100%;
		height: inherit;
		margin-top: 10px;
		padding-top: 10px;
		background:url(../img/table_line.gif) top left repeat-x;

	}

	.table.cmpny th h3{
		width: 100%;
	}
	table.cmpny td{
		width: 100%;
		padding-left: 30px;
		height: inherit;
		background:none;
	}
}

#privacy {
	font-size:10px;
	height:120px;
	overflow:auto;
}

/* テーブルハイライト */

.tableRollOverEffect1 {
    background-color:#F8FCF0;
}

.orange {
	color:#FF9900;
}
