@charset "UTF-8";
/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*フリースペース*/
.info-box{
	padding: 20px;
	border: #fcee21 solid 1px;
	background-color: #ffffd9;
	font-size:14px;
	line-height:1.5;
}
.info-box h4{
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	line-height:1.0;
	margin:0 0 10px;
}
.info-box a{
	color:#004386;
	text-decoration:none;
}

/*タブ内*/
.tabNavigation_contents .goPageTop {
	color:#004386;
}
.tabNavigation_contents .goPageTop:after{
	display: inline-block;
	content: "";
	width: 16px;
	height: 9px;
	background: url(/content/dam/nttcom/cmn/img/cta-back-top.png);
	background-size: contain;
	margin-left: 0.5rem;
}