@charset "UTF-8";


/* ヘッダー内テキスト */

.header_text {
	position: absolute;
	left: 80px;
	top: 15px;
	width : -moz-calc(100% - 192px);
	width : -webkit-calc(100% - 192px);
	width : calc(100% - 192px);
}

.header_text img {
	width :90%;
	max-width: 400px;
}


.l-header{
	position: relative;
}

