@charset "UTF-8";


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

  特定商取引法に基づく表示

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

/* #sec006 */
section {
	padding-top: 50px;
	padding-bottom: 150px;
	text-align: left;
}


section table a,
section table a:visited {
	color: #0051a4;
	text-decoration: underline;
}

section table a:hover {
	opacity: .7;
	text-decoration: none;
}


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

	section p {
		font-size: 3.4vw;
	}
}