@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}

/* section */
.l-content .section {
  margin-bottom: 60px;
}
.l-content .sectionInner {
  padding: 0 10px;
  margin-bottom: 50px;
}
.l-content .h3Inner{
  padding: 0 5px;
	margin-bottom: 60px;
}
/* button 未来PJ対応 */
.l-content .m-btn--conversion,
.l-content .m-btn--strong {
    width: 360px;
    height: 42px;
    font-size: 14px;
    padding: 10px 2px 8px;
}

/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
	border: 1px solid #3071b7;
  border-bottom: 4px solid #3071b7;
  width: 950px;
	height: 325px;
	padding: 20px 35px 0 370px;
  background: url(/special/alumiframe/frames/support/guide/img/main_img_200409.png) no-repeat 15px 15px;
	box-sizing: border-box;

}
.l-content .mainVisual .ttl {
	padding: 15px 0 20px 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
.l-content .mainVisual .lead {
	margin-bottom: 10px;
}
.l-content .mainVisual .txt {
	font-size: 16px;
	margin-bottom: 10px;
  padding:0 12px;
}
.l-content .mainVisual .btn {
	width: 560px;
	margin: 0 auto;
}
.l-content .mainVisual .btn li {
	float: left;
	padding-right: 10px;
}
.l-content .mainVisual .btn li:last-child {
	float: left;
	padding-right: 0;
}
.l-content .mainVisual .btn li.unkerBtn a {
	width: 160px;

}
.l-content .mainVisual .btn .m-btn--pdf {
	width: 215px;
	margin: 0!important;
}

/* h2Ttl */
.l-content .h2Ttl {
  margin-bottom: 20px;
  padding: 10px 0;
  background: #3071b7;
  text-align: center;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

/* h2Ttl.arrow */
.l-content .h2Ttl.arrow {
  margin-bottom: 45px;
}

.l-content .h2Ttl.arrow:after {
	position: absolute;
	bottom:-22px;
	left:457px;

  display: block;
  content: "";
  background: url(/special/alumiframe/frames/support/guide/img/icon_miniallow.png);
  width: 36px;
  height: 22px;
}

/* h3Ttl */
.l-content .h3Ttl {
  margin-bottom: 30px;
  font-size: 24px;
  border-left: 8px solid #ffcc00;
  padding: 0 10px;
  font-weight: bold;
}

/* h4Ttl */
.l-content .h4Ttl {
  margin-bottom: 20px;
  font-size: 20px;
  padding: 10px 15px;
  font-weight: bold;
  color: #3071b7;
  background: #f1f7fa;
}

/* h5Ttl */
.l-content .h5Ttl {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding:0 0 5px 10px;
}
.l-content .h5inner {
  margin-left: 20px;
}

/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/* gNavi */
.l-content .gNavi {
  width:950px;
  height: 55px;
  display: table-cell;
  padding-bottom: 10px;
  background-color: #fff;
}
.l-content .gNavi ul li {
  float: left;
  text-align: center;
  font-weight: bold;
}
.l-content .gNavi ul li .last{
  position: relative;
  width: 160px;
  border-right: 1px solid #d2d2d2;
}
.l-content .gNavi ul li a {
  position:relative;
  border-left: 1px solid #d2d2d2;
  width:158px;
  height: 55px;
  box-sizing: border-box;
  padding-left:12px;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  color: #333 !important;
  background:url(/special/alumiframe/frames/support/guide/img/icon_gNaviallow.png)no-repeat 16px center;
}
.l-content .gNavi ul li .last a {
  position: relative;
  width: 160px;
  border-right: 1px solid #d2d2d2;
  background:url(/special/alumiframe/frames/support/guide/img/icon_gNaviallow.png)no-repeat 16px center;
}


/* globalNavi   newww*/
.l-content .globalNavi {
  width:950px;
  height: 55px;
  background: #f0f7ff;
}
.l-content .globalNavi .naviTop {
	z-index: 20;
	position: relative;
}
.l-content .globalNavi .naviBtm {
	z-index: 10;
	position: relative;
}
.l-content .globalNavi .naviList {
	padding: 0;
	margin: 0;
	position: relative;
	width: 157px;
	height: 55px;
	float: left;
	border-right: 1px solid #d2d2d2;
}

.l-content .globalNavi .naviList:first-child {
	border-left: 1px solid #d2d2d2;
}
.l-content .globalNavi .naviList:last-child {
	width: 158px;
}
.l-content .globalNavi .naviList .naviName {
	width: 157px;
	height: 55px;
	background:url(/special/alumiframe/frames/support/guide/img/icon_gNaviallow_200911.png)no-repeat 12px center;
	display: block;
	cursor: pointer;
	z-index: 1;
	text-decoration: none;
    vertical-align: middle;
    color: #333 !important;
    box-sizing: border-box;
    padding-left:10px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.l-content .globalNavi .naviList .naviName a {
	width: 157px;
	height: 55px;
	display: block;
	text-decoration: none;
    vertical-align: middle;
    color: #333 !important;
    box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.l-content .globalNavi .naviList .naviName a:hover,
.l-content .globalNavi .naviList .naviNameLink a:hover {
  opacity: 0.75;
}
.l-content .globalNavi .naviList .naviNameLink {
	width: 157px;
	height: 55px;
	background:url(/special/alumiframe/frames/support/guide/img/icon_gNaviallow_r.png)no-repeat 12px center;
	display: block;
	cursor: pointer;
	z-index: 1;
	text-decoration: none;
    vertical-align: middle;
    color: #333 !important;
    box-sizing: border-box;
    padding-left:10px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.l-content .globalNavi .naviList .naviNameLink a {
	width: 157px;
	height: 55px;
	display: block;
	text-decoration: none;
    vertical-align: middle;
    color: #333 !important;
    box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
/* globalNavi naviInner */
.l-content .globalNavi .naviInner {
	display: none;
	width: 156px;
	height: auto;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	background: #FFF;
	top: 55px;
	left: 0;
	position: absolute;
	z-index: 20;
}
.l-content .globalNavi .starter .naviInner, .l-content .globalNavi .useful .naviInner, .l-content .globalNavi .video .naviInner, .l-content .globalNavi .approach .naviInner .l-content .globalNavi .about .naviInner {
	width: 156px;
}
.l-content .globalNavi .naviInner li a {
	display: block;
	padding: 10px 0 10px 27px;
	font-size: 12px;
	background: 		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURQAAAABLsQqMrBsAAAABdFJOUwBA5thmAAAAFElEQVQI12NgAIImBhcGDQYBBgYAB3QA/zGyjSsAAAAASUVORK5CYII=) 13px center no-repeat;
}
.l-content .globalNavi .naviInner li a:link {
	color: #333;
	text-decoration: none;
}
.l-content .globalNavi .naviInner li a:visited {
	color: #333;
	text-decoration: none;
}
.l-content .globalNavi .naviInner li a:hover {
	text-decoration: none;	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAALUlEQVQImWWNyQ0AMAjDTPffOSi9FAl/7UBJElBMtK5wkOyBpcngX3oyg/MCaA3MCgV48rJiAAAAAElFTkSuQmCC) 13px center no-repeat #3071b7;
    color: #ffffff;
}

.l-content .gNavi ul.naviInner {
  width: 188px;    
   border-bottom: 1px solid #bfbfbf;
   border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  background: #ffffff;
}


/* strongTxt */
.l-content .strongTxt {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin: 40px 0 25px;
}
.l-content .strongTxt:before {
  display: inline-block;
  content: "";
  background: url(/special/alumiframe/frames/support/guide/img/strong_01.png);
  width: 25px;
  height: 35px;
  margin-right: 15px;
  vertical-align: middle;
}
.l-content .strongTxt:after {
  display: inline-block;
  content: "";
  background: url(/special/alumiframe/frames/support/guide/img/strong_02.png);
  width: 25px;
  height: 35px;
  margin-left: 15px;
  vertical-align: middle;
}
.l-content .strongTxt span {
  display: inline-block;
}


/* numberBox */
.l-content .numberBox {
  margin:0 0 40px 60px;
}
.l-content .numberBox .inner {
  border: 1px solid #d2d2d2;
  width: 380px;
  height: 200px;
  display: table;
  box-sizing: border-box;
  float: left;
}
.l-content .numberBox .inner:first-child {
  margin-right: 40px;
	position: relative;
}
.l-content .numberBox .inner:first-child:after {
	position: absolute;
	top:70px;
	left:385px;

  display: block;
  content: "";
  background: url(/special/alumiframe/frames/support/guide/img/arrow_right.png);
  width: 26px;
  height: 63px;
}
.l-content .numberBox .inner dt {
  background: #3071b7;
  display: table-cell;
  width: 60px;
  text-align: center;
  vertical-align:  middle;
}
.l-content .numberBox .inner dd {
  display: table-cell;
  vertical-align: top;
}
.l-content .numberBox .inner dd p {
  padding: 0 20px;
}
.l-content .icon--va_tb {
  vertical-align: text-bottom;
}


/* pointBox */
.l-content .pointBox {
width: 630px;
  margin-left: 228px;
  border: 1px solid #d2d2d2;
  position: relative;
  border-radius: 5px;
  padding: 25px 25px;
  box-sizing: border-box;
  margin-bottom: 40px;
  clear: both;
}
.l-content .pointBox .icon {
  position: absolute;
  top: 0;
  left: -197px;
}
.l-content .pointBox .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-content .pointBox .txt {
  font-size: 15px;
  font-weight: bold;
}
.l-content .pointBox .txt02 {
  font-size: 15px;
}
.l-content .pointBox .left {
  width: 302px;
  float: left;
  margin-right: 20px;
}
.l-content .pointBox .left02 {
  width: 370px;
  float: left;
  margin-right: 20px;
}
.l-content .pointBox .list li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.l-content .pointBox .m-link--pdf {
    padding-left: 0;
    text-indent: 0;
}
.l-content .pointBox .m-link--pdf > a {
	text-decoration: underline;
}
/* loginBox */
.l-content .loginBox {
  width: 800px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
.l-content .loginBox .ttl {
  background: #3071b7;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
}
.l-content .loginBox .inner {
  padding: 20px 19px;
  display: table;
}
.l-content .loginBox .inner .innerL {
  display: table-cell;
  vertical-align: top;
}
.l-content .loginBox .inner .innerL p {
	font-size: 14px;
	margin-bottom: 10px;
}
.l-content .loginBox .inner .innerR {
  display: table-cell;
  vertical-align: top;
}

/* loginBox */
.l-content .startTxt{
  text-align: center;
  font-size: 16px;
  padding: 10px;
  background: #fff5ec;
  width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* tableBox */
.l-content .tableBox {
  width: 800px;
  box-sizing: border-box;
  margin: 0 auto 30px;
}


/* col2Box */
.l-content .col2Box{
  width: 920px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto 20px;
}

.l-content .col2Box--line{
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 15px 15px 15px 20px;
}

.l-content .col2Box .ttl {
  background: #3071b7;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
}
.l-content .col2Box .inner {
  display: table;
}
.l-content .col2Box .inner .innerL {
  display: table-cell;
  vertical-align: top;
  width: 600px;
}
.l-content .col2Box .inner .innerL p {
	font-size: 14px;
	margin-bottom: 10px;
}
.l-content .col2Box .inner .innerR {
  display: table-cell;
  vertical-align: top;
}

/* numberBox02 */
.l-content .numberBox02 {
  margin-bottom: 36px;
}
.l-content .numberBox02 .inner {
  margin-top: 36px;
  border: 1px solid #d2d2d2;
  width:900px;
  display: table;
  box-sizing: border-box;
  position: relative;
}
.l-content .numberBox02 .inner:after {
  position: absolute;
  top:-37px;
  left:417px;
  display: block;
  content: "";
  background: url(/special/alumiframe/frames/support/guide/img/icon_arrow.png);
  width: 77px;
  height: 31px;
}
.l-content .numberBox02 .inner:first-child {
  margin-top: 0;
}
.l-content .numberBox02 .inner:first-child:after {
  background:none;
}
.l-content .numberBox02 .inner dt {
  background: #3071b7;
  display: table-cell;
  width: 60px;
  text-align: center;
  vertical-align:  middle;
}
.l-content .numberBox02 .inner dd {
  display: table-cell;
  vertical-align: top;
}
.l-content .numberBox02 .inner dd .img {
  float: right;
  padding: 15px 15px 15px 60px;
}
.l-content .numberBox02 .inner dd p {
  padding: 0 25px;
}
.l-content .numberBox02 .inner dd p.err_box {
  padding: 10px;
  background: #fff5ec;
  width: 390px;
  margin-left: 25px;
}
.l-content .numberBox02 .inner dd p.err_img {
  float: left;
  padding: 5px 0 15px 25px;
}
/* guideBookBox */
.l-content .guideBookBox{
	border: 4px solid #fff4c6;
	width: 840px;
	margin:  0 auto;
	box-sizing: border-box;
	padding: 20px 45px;
}

.l-content .guideBookBox .ttl{
font-size: 28px;
	font-weight: bold;
	padding: 0 0 20px 110px;
	color: #3071b7;
  margin-top: 10px;
	background: url(/special/alumiframe/frames/support/guide/img/icon_gidebook_200409.png) no-repeat 0px 0px;
}
.l-content .guideBookBox .img{
	float: right;
}

.l-content .guideBookBox .txt{
font-size: 14px;
	margin-bottom: 30px;
}
.l-content .guideBookBox .btn{
	margin-left: 124px;
	width:215px;
}

/* serviceArea 210615 */
.l-content .serviceTxt01 {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}
.l-content .serviceTxt02 {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}
.l-content .serviceMarker{
	background-color: #faff73;
}
.l-content .serviceTxt03{
  color: #dd0000;
  font-size: 30px;
}
.l-content .serviceTxt04{
  color: #dd0000;
  font-size: 26px;
}

.l-content .serviceBtn {
  height: 40px;
  padding-top: 10px;
  font-size: 14px;
}
/*servicePointArea*/
.l-content .servicePointArea {
  width: 920px;
  margin: 10px auto 30px;
  clear: both;
}
.l-content .servicePointArea .servicePointBox li {
  float: left;
  width: 450px;
  height: 110px;
  margin: 5px;
  border: #bfbfbf 1px solid;
  box-sizing: border-box;
  padding: 10px;
}
.l-content .servicePointArea .servicePointBox li dt {
  float: left;
  vertical-align: middle;
  margin-top: 10px;
}
.l-content .servicePointArea .servicePointBox li dd {
  margin-left: 95px;
  font-size: 13px;
}
.l-content .servicePointArea .servicePointBox li dd.servicePoint_ttl {
  margin-left: 95px;
  font-size: 18px;
  font-weight: bold;
 }
.l-content .serviceExampleArea {
  width: 880px;
  margin: 0 auto 30px;
  clear: both;
}
.l-content .serviceExampleArea .examplePic {
  width: 490px;
  float: left
}
.l-content .serviceExampleArea .exampleBox {
  width: 360px;
  float: right;
  padding: 15px;
  box-sizing: border-box;
  background: #fff6eb;
  text-align: center;
}
.l-content .serviceExampleArea .exampleBox .exampleBoxTtl {
  font-size: 18px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  padding-left: 55px;
  background: url(/special/alumiframe/frames/support/guide/img/icon_man02.png) no-repeat 50px ;
}
.l-content .serviceExampleArea .exampleBox .exampleBoxList {
  margin: 10px auto;
  width: 300px; 
  text-align: left;
}
.l-content .serviceExampleArea .exampleBox .exampleBoxList li {
  background:url("/special/alumiframe/frames/support/guide/img/icon_check02.png")no-repeat 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
.l-content .service_assemblyBox {
  width: 910px;
  margin: 0 auto 40px;
  background: #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px;
  box-sizing: border-box;
  clear: both;
}

/* videoTxt */
.l-content .videoTxt{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

/* videoBox */
.l-content .videoBox{
	margin: 0 -15px 0 16px;
  letter-spacing: -0.4em;

}
.l-content .videoBox .inner{
	width: 290px;
	border: 1px solid #bfbfbf;
	letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
	margin: 0 15px 15px 0;
	box-sizing: border-box;
	padding: 20px;
}
.l-content .videoBox .inner .ttl{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bfbfbf;
}
.l-content .videoBox .inner .txt{
	font-size: 14px;
	margin-bottom: 15px;
}

.l-content .videoBox .inner .pic{
	text-align: center;
}
.l-content .videoBox .inner .pic a:hover {
	opacity: 0.75;
}
/* 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;
}

/* flowlist */
.l-content .flowlist{
  margin:0 auto;
  width: 822px
}
.l-content .flowlist li{
  width: 201px;
  display: table-cell;
  text-align: center;
}
.l-content .flowlist li span{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 2;
  background-color: #faff73;
  padding:2px 4px;
}

/* caseBox */
.l-content .caseBox{
	margin: 0 -11px 0 16px;
  letter-spacing: -0.4em;

}
.l-content .caseBox li{
	width: 450px;
	border: 1px solid #bfbfbf;
	letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
	margin: 0 11px 0 0;
	box-sizing: border-box;
	padding: 10px;
}
.l-content .caseBox li span{
	margin-top: 15px;
	display: block;
	background: #f0f0f0;
	padding: 7px 0;
	font-size: 16px;
	font-weight: bold;
}

/* recoBox */
.l-content .recoBox{
	margin: 0 -15px 0 16px;
  letter-spacing: -0.4em;

}
.l-content .recoBox .inner{
	width: 290px;
	border: 1px solid #bfbfbf;
	letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
	margin: 0 15px 15px 0;
	box-sizing: border-box;
	padding: 20px;
}
.l-content .recoBox .inner .ttl{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #bfbfbf;
}
.l-content .recoBox .inner .txt{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}


  .l-content .VN_accordion {
	  width: 880px;
	  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 .txt_y {
	color: #ffcc00;
}
.l-content .mouse_box {
  clear: both;
  width: 920px;
  margin: 0 auto;
  margin-bottom: 30px;
}

 .l-content .mouse_box_txt {
	 width: 340px;
	 float: left;
	 padding: 0 10px;
	 font-size: 14px;
	line-height: 22px;
}
 .l-content .mouse_box_pic {
	 border: 1px solid #bfbfbf;
	 width: 520px;
	 float: left;
	 padding: 15px;
	 display: table;
}
.l-content .mouse_box_pic ul li.txt{
	display: table-cell;
	vertical-align: top;
	width:230px; 
	font-size: 14px;
	line-height: 24px;
}
.l-content .mouse_box_pic ul li.pic{
	display: table-cell;
	
}

.l-content dl.cad-list dt {
	list-style-type: disc;
    margin: 0.25em 0 0.25em 1.5em;
    text-indent: 0.2em;
}

.l-content .btnSize_m {
  height: 36px;
}
.l-content .btnSize_l {
  height: 36px;
  width: 320px;
}

.l-content .btnSize_xl {
  height: 36px;
  width: 380px;
}	