@charset "UTF-8";
/*========================================

  星読みセラピー

========================================*/



/* sec001 ---------------*/
#sec001 {
	padding-top: 30px;
	padding-bottom: 40px;
}

#sec001 .table_A {
	width: 320px;
	margin: 0 auto;
	margin-top: 50px;
}

#sec001 .table_A table .w01 {
	width: 90px;
}

#sec001 .table_A table td.ttl {
	text-align: left;
	padding-right: 1em;
}

.atten {
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 3vw;
		padding-bottom: 10vw;
	}

	#sec001 .table_A {
		width: 100%;
		margin-top: 0;
	}

	#sec001 .table_A table .w01 {
		width: 100%;
	}

	#sec001 .table_A table th {
		width: 15%;
		border-bottom: 2vw solid #fff;
		border: none;
	}

	#sec001 .table_A table td {
		border-bottom: 2vw solid #fff;
	}

	#sec001 .table_A table td.ttl {
		text-align: center;
		padding-right: 0;
		padding-top: 7vw;
		padding-bottom: 1vw;
		font-size: 5vw;
	}

	.atten {
		margin-top: 10vw;
		font-size: 3.4vw;
	}
}