#page-title {
  margin-bottom: 65px;
}
@media only screen and (max-width: 640px) {
  #page-title {
    margin-bottom: 30px;
  }
}

.container {
  max-width: 940px;
}

.box-friend_add {
  margin-bottom: 62px;
}
@media only screen and (max-width: 640px) {
  .box-friend_add {
    margin-bottom: 30px;
  }
}
.box-friend_add .tit_friend_add {
  margin-bottom: 38px;
}
@media only screen and (max-width: 640px) {
  .box-friend_add .tit_friend_add {
    margin-bottom: 20px;
  }
}
.box-friend_add .box-card {
  background: #eee;
  border-radius: 10px;
  padding: 25px 35px;
}
@media only screen and (max-width: 640px) {
  .box-friend_add .box-card {
    padding: 25px 14px;
  }
}
.box-friend_add .box-card .box-header {
  font-size: 24px;
  line-height: 1;
}
.box-friend_add .box-card .box-body {
  background: transparent;
  padding: 0px 15px 20px;
}
@media only screen and (max-width: 640px) {
  .box-friend_add .box-card .box-body {
    padding: 0px 15px 0;
  }
}
.box-friend_add .box-card .box-footer {
  line-height: 1.33;
}

.box-line_point {
  padding: 37px 60px 80px;
  background: url(../images/bg_point.jpg) no-repeat center center;
  background-size: auto 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .box-line_point {
    padding: 20px 30px 40px;
    margin-bottom: 40px;
  }
}
.box-line_point .tit_line_point {
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .box-line_point .tit_line_point {
    margin-bottom: 15px;
  }
}

.box-line_login {
  /*
  .sp_flow {
    @include mq($break_sp) {
      position: relative;

      &:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0%;
        transform: translateX(0);
        width: 200%;
        height: 30px;
        background: url(../images/img_line_flow.png) no-repeat center center;
        background-size: 90%;
      }
    }
  }
   */
}
.box-line_login .tit_line_login {
  margin-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  .box-line_login .tit_line_login {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.box-line_login [class^="col-pc-"] {
  padding-bottom: 57px;
}
@media only screen and (max-width: 640px) {
  .box-line_login [class^="col-pc-"] {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  .box-line_login .pc_flow {
    position: relative;
  }
  .box-line_login .pc_flow:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(300% - 15px);
    height: 57px;
    background: url(../images/img_line_flow.png) no-repeat center center;
    background-size: contain;
  }
}
.box-line_login .pc_flow_icon {
  position: relative;
}
@media only screen and (min-width: 641px) {
  .box-line_login .pc_flow_icon:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(calc(50% - 57px));
    right: -10px;
    width: 17px;
    height: 30px;
    background: url(../images/icon_line_flow.png) no-repeat center center;
    background-size: contain;
  }
}
.box-line_login .sp_flow_icon {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .box-line_login .sp_flow_icon:before {
    content: '';
    position: absolute;
    bottom: 7px;
    transform: translateX(50%);
    right: 50%;
    width: 27px;
    height: 15px;
    background: url(../images/icon_line_flow_sp.png) no-repeat center center;
    background-size: contain;
  }
}

.box-login_btn {
  width: 560px;
  margin: 40px auto 90px;
  background: #eee;
  border-radius: 10px;
  padding: 25px 30px 30px;
}
@media only screen and (max-width: 640px) {
  .box-login_btn {
    margin: 20px auto 45px;
    width: 100%;
  }
}

.acc-trigger[class^="tit"] {
  background: #00B900;
}

.coupon-area {
  background: url(../images/bg_coupon.jpg) no-repeat center top;
  background-size: auto 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .coupon-area {
    background: url(../images/bg_coupon_sp.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.coupon-area .tit_present {
  margin-bottom: 13px;
}
.coupon-area .box-present {
  width: 780px;
  margin: 0 auto;
  font-size: 17px;
}
@media only screen and (max-width: 640px) {
  .coupon-area .box-present {
    font-size: 14px;
    width: 100%;
  }
}
.coupon-area .box-present .txt-present {
  color: #444;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.41;
}


.btn.btn-ob.txt-large.shadow {
    box-shadow: 0 3px 0px #ccc;
}
.btn.btn-ob.txt-large.shadow:hover {
        box-shadow: none;
}
.btn.btn-employee.txt-large.shadow:hover,
.btn.btn-ob.txt-large.shadow:hover{
    opacity: 1;
}