@charset "UTF-8";

/* Not Firefox (others) */
/* 最大幅（1440px） */
/* ヘッダーナビゲーション */
.header-navigation
{
/*	width: calc(1440px - 48px);*/
}

/* ページ・メイン・Main */
section
{
/*	width: auto;*/
/*	max-width: 1440px;*/
/*	padding: 0 calc((100% - 1440px) /2);*/
}
section.full_width
{
	max-width : none ;
}

/* 本文可変文字サイズ最大固定 */
main
{
	font-size: 24px;
}

/* 全画面カバーイメージ */
.cover_screen,
.cover_screen ul
{
/*	height: calc(1440px * 0.525);*/
}

.cover_screen img,
.cover_screen video
{
/*	width: 1440px;*/
}

h2 img
{
}


/* 目次・table_of_contents */
.table_of_contents ul li
{
	height: calc((1440px - 48px) / 5 - 10px);
}

/* フッタ */
footer
{
	padding: 0 calc((100% - 1440px) /2);
}

