/* header.css */
@charset "utf-8";


/* headerの設定
---------------------------------------- */

.main__headline img {
	max-width: 1100px;
}

.header__illust {
	margin: 0 0 0 auto;
}


/* お問い合わせ、資料ダウンロードページのヘッダー設定
---------------------------------------- */
.header__logo--sp {
	display: none !important;
}


/* お問い合わせ、資料ダウンロードページのヘッダー設定
---------------------------------------- */
@media screen and (max-width:576px)  { 
    /*　画面サイズが576pxまではここを読み込む　*/

	.header__logo--pc {
		display: none !important;
	}

	.header__logo--sp {
		display: block !important;
	}
	
}