@charset "UTF-8";
.top_h1{
	padding: 30px;
	background: rgba(255,255,255,0.8);
}
.top_h1 .tx_01 {
    font-size: 30px;
}
.top_h1 .tx_02 {
    font-size: 36px;
}
@media only screen and (max-width: 1200px){
	.top_h1{
		padding: 20px;
		background: rgba(255,255,255,0.7);
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	.top_h1 .tx_01 {
	    font-size: 27px;
	}
	.top_h1 .tx_02 {
	    font-size: 32px;
	}
}
@media screen and (max-width: 834px){
	.top_h1 .tx_01 {
	    font-size: 24px;
	}
	.top_h1 .tx_02 {
	    font-size: 28px;
	}
}