@charset "utf-8";

/*　コンセプト
------------------------------------------------------------ */
@font-face {
	font-family: "HGRGY";
	src: url("https://www.monjaman.com/common/fonts/HGRGY.TTC");
  }
  

#img_top {
	width: 990px;
	height: 100px;
	_height: 130px;
	padding-top: 30px;
}

.text-f{
	font-size: 18px;
	font-family: 'Yuji Syuku', serif;
}
.mtb15{
	margin-top: 15px;
	margin-bottom: 15px;
}
.text-right{
	text-align: right;
}
.bg-text{
	font-size: 20px;
	margin-top: 15px;
	background: url(../images/bg-company.png) bottom right no-repeat;
	background-size: 432px;
}
.sign{
	font-size: 20px;
	margin-top: 15px;
}
.h56{
	height: 56px;
}
.h480{
	height: 480px;
}
@media screen and (max-width: 1000px) {
	#img_top{
        width: 100%;
        height: auto;
		margin-bottom: 20px;
    }
	.h480{
		height: auto;
	}
	.h56{
		height: auto;
	}
	img{
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.sign{
		font-size: 16px !important;
		margin-top: 15px;
	}
	.text-f{
		font-size: 14px;
	}
}