/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}

.featherlight .featherlight-close-icon{
font-size:22px;
position:absolute;z-index:9999;top:0;right:0;line-height:40px;width:40px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}

.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{@page{size:landscape}html.with-featherlight>*>:not(.featherlight){display:none}}


.lightbox {
display: none;
}

.featherlight-content{
border: 3px solid #01b901!important;
}

#line_box.lightbox {
position: relative;
background: #fff;
width:460px!important;
line-height: 1.5;
margin-left: auto;
margin-right: auto;
padding: 10px!important;
text-align: left !important;
}

#line_box.lightbox{
font-size:18px;
}

#line_box.lightbox p.stit{
font-size:26px;
color:#01b901;
padding-left: 110px;
padding-top: 12px;
font-weight: bold;
line-height: 1.4;
background: url(/img/common/icon_line.jpg) 0 0 no-repeat;
background-size: 100px auto;
min-height: 120px;
}

#line_box.lightbox p.btn_line{
margin: 25px 20px 30px;
}

#line_box.lightbox p.btn_line a{
background: #01b901;
color:#fff;
font-size:24px;
letter-spacing: 2;
text-align: center;
display: block;
line-height: 58px;
text-decoration: none;
}

#line_box.lightbox p.btn_line a:hover{
opacity: .8;
 -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.lightbox .featherlight-close-icon.close_btn {
    position: relative!important;
    margin: 20px auto 0;
    width: 110px;
    height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #333;
    line-height: 40px;
    font-size: 16px;
}


@media screen and (max-width: 480px) {/*-----------------------------*/


.featherlight-content{
border: 3px solid #01b901!important;
}

#line_box.lightbox {
position: relative;
background: #fff;
width:100%!important;
line-height: 1.5;
margin-left: auto;
margin-right: auto;
padding:10px 5px!important;
text-align: left;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#line_box.lightbox{
font-size:16px;
}

#line_box.lightbox p.stit{
font-size:22px;
color:#01b901;
padding-left: 91px;
padding-top: 8px;
font-weight: bold;
line-height: 1.4;
background: url(/img/common/icon_line.jpg) 0 0 no-repeat;
background-size: 80px auto;
min-height: 90px;
}

.header #h_line {
padding-right: 10px;
  width: 45px;
  height:45px;
  float: right;
  text-align: center;
}

.header #h_line img{
width:45px;
height:45px;
z-index: 999;
}

@media screen and (max-width: 320px) {/*-----------------------------*/
#line_box.lightbox p.stit{
font-size:20px;
}

}

#line_box.lightbox p.btn_line{
margin: 25px 1% 20px;
}

#line_box.lightbox p.btn_line a{
background: #01b901;
color:#fff;
font-size:19px;
letter-spacing: 2;
text-align: center;
display: block;
line-height: 46px;
text-decoration: none;
}

#line_box.lightbox p.btn_line a:hover{
opacity: .8;
 -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.lightbox .featherlight-close-icon.close_btn {
    position: relative!important;
    margin: 20px auto 0;
    width: 110px;
    height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #333;
    line-height: 40px;
    font-size: 16px;
}


