@charset "utf-8";

.corpTable {
	width: 100%;
	border-top: 1px solid #00193a;
}

.corpTable th,
.corpTable td {
	border-bottom: 1px solid #00193a;
	box-sizing: border-box;
	padding: 20px 0;
}

.corpTable th {
	font-weight: 400;
	width: 200px;
	vertical-align:top;
}

.mainTitle {
	font-size: 2.4rem;
	font-weight: 500;
  	line-height: 1.0;
  	color: #2460a5;
	margin-bottom: 30px;
	text-align: center;
}

.subTitle {
	font-size: 2.0rem;
	font-weight: 500;
  	line-height: 1.0;
  	margin-bottom: 20px;
	border-left: 5px solid #2460a5;
	padding: 5px 0 5px 20px;
	letter-spacing: .01em;
}

.comingSoon {
	text-align: center;
	font-size: 2.0rem;
}

@media screen and (max-width: 767px){
	
	.corpTable th,
	.corpTable td {
		display: block;
	}

	.corpTable th {
		width: auto;
		border-bottom: 1px dotted #333;
	}
	
}
    
