@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.h1_top h1 {
    font-size: 30px;
    line-height: 1.7em;
}

.h1_top br:nth-child(1) {
    display: none;
}


.btn_senryo{
	display: block;
	background-color: #4169e1;
	width: 73%;
	margin: 10px auto 0px;
	padding: 15px 0px;
}


a.btn_senryo{
	color: #fff!important;
}



/*================== ○○○○.html =================*/




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

	.h1_top h1 {
    font-size: 24px;
	}
	.h1_top br:nth-child(1) {
    display: block;
	}

	.br-pc {
		display: none;
	}
}


@media screen and (min-width: 469px) and (max-width: 768px){
	#nav_global a{
		font-size: 13px;
	}


}

@media only screen and (max-width: 468px){	

}