@charset "UTF-8";
/* at | ｱｽﾚﾃｨｯｸﾄﾚｰﾅｰ css*/

/* --------------------------------------------------------------------- ▼ atTrainner | ｱｽﾚﾃｨｯｸﾄﾚｰﾅｰ */
#atTrainner .note dl {
	margin: 1rem 0;
	border: none;
}
#atTrainner .note dl dt {
	color: #30b5e2;
	border-bottom: 1px dotted #30b5e2;
}
#atTrainner .note dl dt::before {
	display: none;
}
#atTrainner .note dl dd {
	margin: 0 0.5rem 0.5rem;
}

#atTrainner h5 {
	margin-top: 2rem;
	margin-left: -0.5rem;
	padding-left: 0;
	background: none;
}

.note table {
	counter-reset: item;
}
.note table th:before {
	counter-increment: item;
	content: counter(item)')';
}
.note table th {
	padding-left: 2.75rem;
	white-space: normal;
	text-align: left;
	text-indent: -2.5rem;
}


.note table th:before {
	padding-right: 0.5rem;
	font-weight: bold;
	display: inline-block;
	width: 2rem;
	text-align: right;
}
.note table td {
	width: 4rem;
	text-align: center;
}


@media screen and (min-width:780px),print {	/* ▼ atTrainner [PC] */

}/* ▲ atTrainner [PC] */

@media screen and (max-width:779px) {				/* ▼ atTrainner [Mob] */
	#contents > h2.long,
	#contents > h2.long b {
		font-size: 6vw;
		line-height: 1.5rem;
	}
	#contents > h2.long b {
		display: inline-block;
	}
	#contents > h2.long + #breadcrumbs {
		padding-top: 3.5rem;
	}
	.note h5 b {
		margin-left: 2.5rem;
		display: block;
	}

}/* ▲ atTrainner [Mob] */


