@charset "utf-8";
/******************** ヘッダー ********************/
#header-logo {
	width:55%;
	padding:5px 0 0 0;
}
/*ヘッダーの高さ分スクロールするとfixedクラス追加*/
.menu_fixed {
	position: fixed;
	max-width:1400px;
	top: 0;
	z-index:1;
}
.header-height {
	padding-top:64px; /*headerの高さ*/
}
/******************** コンテンツ ********************/
#wrapper {
	max-width: 1400px;
	margin: 0 auto;
}
article {
	padding: 20px 5% 0;
}
.pcNone {
	display: none;
}
/******************** フッター ********************/
footer {
	position:relative;
	font-size:82%;
}
#footer-navi {
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	align-items:center;
	padding:30px 0;
}
#footer-navi img {
	margin:0 15px;
}
/*最初分岐ページ*/
#branch ul {
	display:flex;
	display:-webkit-flex;
	justify-content: space-around;
	margin: 7% 0 10%;
	display:flex;
	display:-webkit-flex;
	justify-content: space-around;
}
#branch ul li {
	width: 42%;
	padding: 1.5em;
}
