@charset "utf-8";

/* topBnr */
.l-content .topBnr {
	width: 950px;
	margin: 0 auto 10px;
}
.l-content .topBnr:hover  {
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
	zoom:1;/*IE*/
  }
/* infoBlock */
.l-content .infoBlock {
	width: 950px;
	border: 1px solid #3071b7;
	margin: 0 auto 10px;
    padding: 5px 0;
}
.l-content .infoBlock .infoBox {
	margin: 0 20px;
	padding: 8px 0;
	box-sizing: border-box;
	font-size: 12px;
	position: relative;
	border-top: 1px dotted #d2d2d2;
}
.l-content .infoBlock .infoBox:first-of-type {
	border-top: none;
}
.l-content .infoBlock .infoBox .date {
	width: 90px;
	float:left;
	padding-right: 30px;
	vertical-align: top;
}
.l-content .infoBlock .infoBox .day {
  float:left;
  padding-right: 30px;
}
.l-content .infoBlock .infoBox .txt_mdl {
  float:left;
  padding-right: 10px;
}
.l-content .infoBlock .infoBox .txt_rgt_bg {
  float:left;
  margin-left: 30px;
  padding-left: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEW/v78AS7E2lsyyAAAAAXRSTlMAQObYZgAAABJJREFUGBljbmBmAEMJZgPmBAAIngE+HFgy7QAAAABJRU5ErkJggg==) 0 no-repeat;
}

.l-content .infoBlock .infoBox .txt_rgt {
  float:left;
  margin-left: 30px;
}
.l-content .infoBlock .infoBox .txt_rgt a {
  text-decoration: none !important;
}
.l-content .infoBlock .infoBox .icon {
	float:left;
	width: 80px;
	margin: 0 35px 0 0;
	padding-top: 1px;
	color: #FFF;
    line-height: 1.6;
	text-align: center;
	vertical-align: top;
}
.l-content .infoBlock .infoBox .update {
	background: #ed7d31;
}
.l-content .infoBlock .infoBox .update {
	background: #ed7d31;
}
.l-content .infoBlock .infoBox .campaign {
	background: #92d050;
}

/* stepArea */
.l-content .stepBlockTtl {
	width: 1160px;
	border-bottom: 2px dotted #3071b7;	
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	margin: 20px auto;
	padding-bottom: 5px;
}
.l-content .ttl_blue {
	color: #3071b7;
}
.l-content .ttl_big01 {
	font-size: 36px;
}
.l-content .ttl_big02 {
	font-size: 28px;
}
.l-content .stepBlock {
	width: 1140px;
	margin: 25px auto 30px;
}
.l-content .stepBlock .stepBox {
	width: 358px;
	border: #bfbfbf 2px solid;
	box-sizing: border-box;
	float: left;
	min-height: 380px;
}

.l-content .stepBlock .stepBox .ttl_step {
  display: table;
  border-collapse: separate; 
}
.l-content .stepBlock .stepBox .ttl_step li.step_no {
	display: table-cell;
	width: 110px;
	height: 42px;
	background-color: #ffcc00;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.l-content .stepBlock .stepBox .ttl_step li.step_txt {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}

.l-content .stepBlock .stepBox_arr {
	width: 33px;
	height: 170px;
	margin-top: 95px;
	float: left;
	background: url("/special/alumiframe/frames/support/img/step_arr.png") no-repeat;
}
.l-content .stepBlock .stepBox .stepBox_innner {
	padding: 10px 10px 0;
}
.l-content .stepBlock .stepBox .stepBox_innner .ttl {
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
}

.l-content .stepBlock .stepBox .stepBox_innner .stepBox_cate {
	width: 330px;
	margin: 10px auto;
	padding: 5px;
	border: #bfbfbf 1px solid;
	box-sizing: border-box;
	position:relative;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}
.l-content .stepBlock .stepBox .stepBox_innner .stepBox_cate:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.l-content .stepBlock .stepBox .stepBox_innner .stepBox_cate a {	
	text-decoration: none !important;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.l-content .stepBlock .stepBox .stepBox_innner .stepBox_cate li.stepBox_cate_img {
	width: 100px;
	display: inline-block;
	padding: 5px 0 0 0;
}
.l-content .stepBlock .stepBox .stepBox_innner .stepBox_cate li.stepBox_cate_icon {
	width: 60px;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
}
.l-content .stepBlock .stepBox .stepBox_innner .stepBox_cate li.stepBox_cate_txt {
	display: inline-block;
	vertical-align: top;
}
.l-content .stepBox_cate_txt_ttl {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	color: #3071b7;
}
.l-content .stepBlock .stepBox .stepBox_innner .stepBox_cate:hover .stepBox_cate_txt_ttl {
color: #ff730a;
}
.l-content .stepBox_cate_txt_ss {
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
}

.l-content .stepBox_cate_txt_box {
	color: #fff;
	background: #dd0000;
	padding: 5px 10px;
}
.l-content .stepBlock .stepBox .stepBox_innner .m-linkList {
	margin-left: 20px;
}
.l-content .stepBlock .stepBox .stepBox_innner .m-linkList li {
	margin-bottom: 8px;
}

/* troubleBlock */
.l-content .troubleBlock .troubleBox {
	width: 950px;
	margin: 0 auto;
}
/* operationBlock */
.l-content .operationBlock .operationBox {
	width: 950px;
	margin: 0 auto;
}
/* accordion */
  .l-content .VN_accordion {
	  width: 950px;
	  margin: 0 auto;
	  margin-bottom: 10px;
}
  .l-content .VN_accordion .VN_accordionButton {
    cursor: pointer;
	  border: 1px solid #bfbfbf;
	  background: #fafafa;
	  font-weight: bold;
	  font-size: 14px;
	  padding: 10px 20px;
}
.l-content .VN_accordion .VN_accordionButton span {
  float: right;
  color: #004bb1;
  padding-right: 10px;
}
 .l-content .VN_accordion .VN_accordionMore {
	  border-left: 1px solid #bfbfbf;
	 border-right: 1px solid #bfbfbf;
	 border-bottom: 1px solid #bfbfbf;
	 padding: 20px;
}

.l-content .VN_accordion .VN_accordionButton .faq_icn_q {
    float: left;
    width: 14px;
    height: 16px;
    margin-right: 10px;
	margin-top: 2px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQBAMAAADUulMJAAAALVBMVEX///8BacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYKK3JLAAAADnRSTlMAESIzRGZ3iJmqu8zd7gKjCLQAAAB3SURBVAjXY2BgzFxVwgAEse/evVvIwMAKpN69FmDQe7eZMe9dA0PfGwEGtnePGO49Bao594wByGRg6HvJ8O4BkM57haAfMzAI9L0AKeHYBFSc99ZA9+27iwzc7665vXuXwMC4D2RwAAOD2L13r+eBDGN2EeC4CADSujijJWfdvQAAAABJRU5ErkJggg==) no-repeat;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .VN_accordion .VN_accordionMore dt.faq_icn_a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQBAMAAADUulMJAAAAMFBMVEX////dAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAABa8vWAAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAAZ0lEQVQIHQXBsQ0BAQAF0IcQBa1SbhONAWyg1yi1NmCDG8EAFzkj2OSC4IjL9x4GywLMcwHb3EGdFvqpOxhnkxWmmeWI9beXG8qX8kUv793pxyhJUpikqs7ZW3QMc3Vo0Tw1D5QfgD+Eni3pzSBC4gAAAABJRU5ErkJggg==) no-repeat;
	float: left;
    width: 14px;
    height: 16px;
    margin-right: 10px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.l-content .VN_accordion .VN_accordionMore dd{
	margin-left: 26px;
}

.l-content .VN_accordion .VN_accordionMore .faq_pic {
	float: left;
	display: block;
	margin-left: 30px;
}

/* error */
.l-content .VN_accordion .VN_accordionButton .VN_accordionOpen img,
.l-content .VN_accordion .VN_accordionButton .VN_accordionClose img {
  padding-top: 4px;
}
.l-content .VN_accordion .checkbox  {
  background-color: #f1f7fa;
  width: 530px;
}
.l-content .VN_accordion .checkbox .ttl {
  background-color: #3071b7;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.l-content .reception {
  background-color: #e6e6e6;
  padding:3px 0;
  width: 85px;
  margin-top: 3px;
  text-align: center;
}
.l-content .error_left {
  display: inline-block;
  margin-right: 20px;
}
.l-content .error_right {
  display: inline-block;
  vertical-align: top;
}

/*bnr_user_voice 202203~*/
.l-content .bnr_user_voice {
  width: 900px;
  height: 80px;
  margin: 10px auto;
  background: url("/special/alumiframe/frames/support/img/bnr_user_voice.png") no-repeat;
  position: relative;
}
.l-content .bnr_user_voice:hover  {
  filter:alpha(opacity=70);/* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
  -moz-opacity:0.7;/* FF , Netscape */
  -khtml-opacity: 0.7;/* Safari 1.x */
  opacity:0.7;
  zoom:1;/*IE*/
}
.l-content .bnr_user_voice a {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-content .bnr_user_voice .btn_voice {  
  width: 160px;
  height: 35px;
  position: absolute;
  top: 23px;
  right: 20px;
}
.l-content .section .f-btnList {
	display: table;
	margin: 30px 0 20px !important;
}
.l-header--popup {
    position: relative;
    min-width: 950px;
    margin-bottom: 10px !important;
    padding: 11px 10px 9px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
}

