@charset "utf-8";

a:hover img {
	opacity: 0.7;
}
a.new_win, a span.new_win {
	margin-right: 5px;
	padding-right: 14px;
	background: url(/content/dam/nttcom/hq/cmn/img/icon_out1.gif) right 0.5em no-repeat;
}
#contents {
	width: 840px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#contents h1 {
	font-size: 35px;
}
#contents .noteArea {
	padding: 15px;
	margin: 20px auto;
	background-color: #FFFFDD;
}
@media screen and (max-width:768px) {
	#contents {
		width: 100%;
	}
	#contents h1 {
		font-size: 30px;
	}
	.fllb_hq {
		font-size: 20px;
	}
	.sp_tl {
		text-align: left;
	}
}

/*------------------------------------------------------------
.btnArea
------------------------------------------------------------*/
#contents .btnArea {
	max-width: 635px;
	margin: 0 auto 60px;
}
#contents .btnBox {
	text-align: center;
}
#contents .btnBox a {
	position: relative;
	border-radius: 10px;
	padding: 0 30px;
	width: 100%;
	line-height: 1.3;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	height: 78px;
	display: flex;
	align-items: center;
}
#contents .btnBox .arrowL {
	text-align: left;
	position: relative;
	display: inline-block;
	padding-left: 60px;
}
#contents .btnBox .arrowL:before {
	content: '';
	width: 34px;
	height: 34px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
}
#contents .btnBox .arrowL:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 9px transparent;
	position: absolute;
	top: 50%;
	left: 14px;
	margin-top: -9px;
}
#contents .btnBox.blueBtn a {
	background: #004386;
}
#contents .btnBox.blueBtn .arrowL:after {
	border-left: solid 11px #004386;
}
#contents .btnBox.greenBtn a {
	background: #00552a;
}
#contents .btnBox.greenBtn .arrowL:after {
	border-left: solid 11px #00552a;
}
#contents .btnBox.orangeBtn a {
	background: #ca4d09;
}
#contents .btnBox.orangeBtn .arrowL:after {
	border-left: solid 11px #ca4d09;
}
#contents .btnBox a:hover {
	opacity: .7;
}
@media all and (max-width: 767px) {
	#contents .btnBox a {
		padding: 20px 15px;
		font-size: 16px;
		height: auto;
	}
	#contents .btnBox .arrowL {
		padding-left: 45px;
	}
}
@media all and (max-width: 360px) {
	#contents .btnBox a {
		font-size: 14px;
	}
}