@charset "utf-8";
.google-box {
    background-color: #EEEEEE;
    padding: 15px 10px 20px;
    display: block;
    font-size: 12px;
    margin: 12px auto 0;
    text-align: center;
}
.box-content {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
p.google-title {
    color:#000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
.google-alert img{
    margin: 0 10px 0 0;
}
.google-alert span{
    color:#FF0000;
    font-size: 90%;
    margin: 0;
}

.google-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
  }
  .google-popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 300px;
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
  }
  .popup-content input {
    border: 1px solid #2362AA;
    border-radius: 8px;
    padding: 10px;
    font-size: 120%;
    cursor: pointer;
    width: 80%;
    background-color: #2362AA;
    color: #fff;
    margin-bottom: 10px;
  }
  .popup-content input:hover {
    opacity: 0.5;
  }
  .popup-content input#cancel {
    border-color: #959595;
    background-color: #959595;
  }
  .popup-content .google-title {
      text-align: center;
  }
  .popup-content .google-title img {
      padding-bottom: 10px;
  }

  .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 200%;
    color: #000;
  }
  .button-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    cursor: pointer;
  }

  .square_btn {
    border: solid 2px #7c9ede;
    border-radius: 3px;
    background-color: #5886ED;
    color: #FFF;
    display: inline-block;
    font-size: 13.5px;
    font-weight: bold;
    padding: 5px 10px;
	margin: 0 5px 0 0;
    text-decoration: none;
    width: 262px;
    /* background-image: -webkit-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s; */
}

span.google-title {
  text-align: left;
  margin-left: 10px;
  margin-right: 5px;
/*  margin-bottom: 10px; */
  line-height: 1.5
}

span.google-title a {
  text-decoration: underline;
}
