@charset "utf-8";
/**
 * onairCont
 */
.onairCont {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
}
.onairCont:nth-last-child(2) {
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.onairCont {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 80px;
		padding: 0 20px;
	}
}

/* title */
.onairCont__title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.onairCont__title {
		margin-bottom: 20px;
	}
}

/* title in */
.onairCont__title__in {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 0 20px;
}
@media screen and (max-width:767px){
	.onairCont__title__in {
		font-size: 16px;
	}
}

/* catch */
.onairCont__catch {
	width: 142.86%;
	font-size: 30px;
	line-height: 1;
	-moz-transform: scale(0.7, 1);
	-webkit-transform: scale(0.7, 1);
	-ms-transform: scale(0.7, 1);
	transform: scale(0.7, 1);
	transform-origin: center left;
	text-align: center;
}
@media screen and (max-width:767px){
	.onairCont__catch {
		font-size: 20px;
	}
}

/**
 * onairTable
 */
.onairTableWrap {
	margin-top: 60px;
}
@media screen and (max-width:767px){
	.onairTableWrap {
		margin-top: 20px;
	}
}

/* table */
.onairTable {
	width: 100%;
	font-size: 18px;
}
@media screen and (max-width:767px){
	.onairTable {
		font-size: 12px;
		letter-spacing: 0.01em;
	}
}

/* parts */
.onairTable th,
.onairTable td {
	padding: 24px 20px;
}
@media screen and (max-width:767px){
	.onairTable th,
	.onairTable td {
		padding: 18px 0;
	}
	.onairTable td {
		padding-left: 10px;
	}
}
.onairTable th {
	font-weight: bold;
}
.onairTable tr {
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.onairTable .fontSmall {
	font-size: 80%;
}


/*-----------------------------------------------
 * White ver. style
 * .bodyに「is-change」クラスを付与
-------------------------------------------------*/
body.body.is-change .onairTable tr {
	border-bottom: 1px solid rgba(0,0,0,.2);
}
