@charset "UTF-8";
/*――――――――――――――――――――――――――――――――――――――――――――――――――
各種レイアウト
――――――――――――――――――――――――――――――――――――――――――――――――――*/

@media screen and (max-width: 1001px) {
	.box {
		/* background-color: #fff; */
		border-radius: 0px 0px 15px 15px;
	}
}


@media screen and (max-width: 701px) {
	
	.hidden600 {
		display: none;
	}
	.break_600:after {
		content: "\A";
		white-space: pre;
	}
	
}

@media screen and (max-width: 501px) {
	
}


@media screen and (max-width: 401px) {
	.text_a {
		font-size: 40px;
	}
	.text_b {
		font-size: 15px;
	}
	.text_c {
		font-size: 14px;
	}
	.text_d {
		font-size: 12px;
	}
}

