@CHARSET "UTF-8";

span.border_line_w {
    width: 100%;
    padding: 0;
    display: block;
    background-color: #fff;
    border-bottom: 10px solid #fff;
    position: relative;
    bottom: 5px;
    z-index: 1;
    border-radius: 10px;
}
span.border_line_b {
    width: 100%;
    padding: 0;
    display: block;
    background-color: #b09780;
    border-top: 20px solid #b09780;
    position: relative;
    bottom: 8px;
    z-index: 0;
}

#line{
  top:0;
  position:fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#line p.button{
  margin:10px 40px 0 40px;;
}
#line p.img_note{
    margin: 5vw auto 1vw;
  padding: 0;
  width: 90%;
}
#line img{
  width: 100%;
  height: auto;
}

.line_button { position: relative; }
.line_button a {
    width: 80%;
    height: 15vw;
    position: absolute;
    right: 10vw;
    bottom: 8vw;
    margin: 0 auto;
    background: url(img/button_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.popup_cover {
    width: 100%;
    height: 100%;
    background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  z-index: -1;
}

.cross_button {
    position: absolute;
  display: inline-block;
  top: -5vw;
  right: -20px;
  width: 100px;
  height: 100px;
  border: 0;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid #00b900;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
}
.cross_button:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 44px;
    width: 8px;
    height: 50px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #00b900;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cross_button:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 44px;
    width: 8px;
    height: 50px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #00b900;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
