.whbox {
    display: block;
    width: 88%;
    padding: 1.5rem 1.5em 1rem 1.5em;
    border-radius: 8px;
    background: #fff;
    margin: 0 auto 1.5rem;
    box-shadow: 0px 0px 6px 3px #e5e5e5;
    border: 1px #dddada solid;
}
.modal-header p {
    font-size: .875rem;
    margin-bottom: .8em;
    line-height: 1.6;
    font-weight: bold;
    padding-top: 1vw;
}
.modal-header p {
    font-feature-settings: 'palt';
}
.modal-body  p {
    font-size: .875rem;
    margin-bottom: .8em;
    line-height: 1.6;
}
.modal-body p {
    font-feature-settings: 'palt';
}
.modal .btnbox {
    display: flex;
}
.btnbox {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}
.btnbox span.half {
    display: block;
    margin: 0 auto;
    width: 50%;
    min-width: 10em;
}
.btnbox span {
    display: table-cell;
    padding: 0 2%;
    width: 46%;
}
.modal .btn {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
.btn.next, .btn.confirm, .btn.snslink {
    background-color: #96dc5f;
}
.btn {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.2;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    letter-spacing: .04em;
    height: 2.25em;
    position: relative;
    vertical-align: top;
    background-color: #e5e5e5;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(2em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(2em - 1px);
    text-align: center;
    white-space: nowrap;
}
.btnbox a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.btn {
    height: 1.8em;
    padding-bottom: calc(1.75em - 1px);
    padding-top: calc(1.75em - 1px);
}
.half a:hover {
    background-color:#a5e276;
  }