@charset "utf-8";
/* =========================================================
 * コンタクトボタン
 * @ contact_bt
 * ====================================================== */
.contact_bt{
	position:fixed;
	right:20px;
	z-index:100;
}
.contact_bt{
	background:#ffd601;
	border:2px solid #004386;
	padding: 12px 20px 12px 20px;
	font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
}
.contact_bt a{
	text-decoration:none;
	color:#193477;
	font-size:18px;
	font-weight:bold;
}
.contact_bt a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/network/vpn/vpn/img/icon_right_arrow.png);
	margin-left: 10px;
}


/* =========================================================
 * news_hq
 * ====================================================== */
.news_hq {
	margin-top: 20px;
	line-height: 1.3;
	font-size: 14px;
}
.news_hq h5 {
	margin: 0;
	padding: 5px 15px 7px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	background: #ddd;
	line-height: 1.3 !important;
}
.news_hq dl {
	border-bottom: 1px solid #eee;
	padding: 18px 0;
	font-size: 14px;
}
.news_hq dt {
	font-weight: bold;
	display: inline-block;
	/*width: 22%;*/
	width:10em;
	vertical-align: top;
}
.news_hq dd {
	font-weight: bold;
	display:  inline-block;
	/*width: 78%;*/
	vertical-align: top;
}

#m2m_gsim table th, #m2m_gsim table td {
	padding: 7px;
}


/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*リンクコンポーネント＞*/
.link_component a:after {
	content: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png);
	margin-left: 10px;
}