@charset "UTF-8";
/*!
 * エラーページ
*/

body {
	/* background-image:url(/content/dam/nttcom/cmn/img/backgrounds/bg-l-about-us.jpg); */
	background-size: cover;
}

main{
	min-height:700px;
	line-height:1.5;
}
h1{
	margin-top:70px;
	margin-bottom:30px;
	font-size:32px;
	text-align:left;
	line-height:1.5;
}
h2{
	margin-bottom:20px;
	font-size:18px;
}
h4{
	margin-top:40px;
	margin-bottom:15px;
	/*	font-size:18px;*/
}

.sectioning p{
	margin-bottom:20px;
	/*font-size:14px;*/
}
.sectioning .link_component{
	margin-bottom: 15px;
	margin-top: 15px;
	/*font-size:14px;*/
}
.sectioning .link_component:last-child{
	margin-bottom:40px;
}
.sectioning .grid_cols{
	margin:0 auto;
}
.popupFooter{
	position:fixed;
	bottom:0px;
}
/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * タブレット版
 * 768px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:768px) {
	h1{
	margin-top:60px;
	margin-bottom:20px;
	line-height:1.5;
	}
	h2{

	}

	.sectioning p{

	}

/* ----- / @media screen and (max-width:768px) ----- */
}



/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * スマホ版
 * 480px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width:480px) {
	h1{
	margin-top:60px;
	margin-bottom:20px;
	}
	h2{

	}

	.sectioning p{

	}
/* ----- / @media screen and (max-width:480px) ----- */
}