/*  TBS-Ticket TBS-ID */

@media (min-width: 767px){
.l-header__linkWrap {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
}
#tbstkt-btn-signup, #tbstkt-btn-regist {
    display: inline-block;
    text-align: center;
    width: 8em;
    margin-left: 0.5em;
}
#tbstkt-btn-regist a {
    background-color: rgb(0, 80, 255);
}
#tbstkt-btn-signup a {
    background-color: rgb(255, 255, 255);
}
#tbstkt-btn-regist a {
    display: block;
    width: 100%;
    padding: 0.6em 0;
    box-sizing: border-box;
    border-radius: 2em;
    color: #fff;
    text-decoration: none;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: opacity 0.2s ease-out;
}
#tbstkt-btn-signup a {
    display: block;
    width: 100%;
    padding: 0.6em 0;
    box-sizing: border-box;
    border-radius: 2em;
    border: 1px solid rgb(0, 80, 255);
    color: rgb(0, 80, 255);
    text-decoration: none;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: opacity 0.2s ease-out;
}
}


@media (max-width: 767px){
.btn {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.l-header__linkWrap {
    display: inline-flex;
}
#tbstkt-btn-signup, #tbstkt-btn-regist {
    width: 9em;
    /*margin-left: 0.5em;*/
}
#tbstkt-btn-regist a {
    background-color: rgb(0, 80, 255);
}
#tbstkt-btn-signup a {
    background-color: rgb(255, 255, 255);
}
#tbstkt-btn-regist a {
    display: block;
    width: 100%;
    padding: 0.6em 0;
    box-sizing: border-box;
    border-radius: 2em;
    color: #fff;
    text-decoration: none;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: opacity 0.2s ease-out;
}
#tbstkt-btn-signup a {
    display: block;
    width: 100%;
    padding: 0.6em 0;
    box-sizing: border-box;
    border-radius: 2em;
    border: 1px solid rgb(0, 80, 255);
    color: rgb(0, 80, 255);
    text-decoration: none;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: opacity 0.2s ease-out;
}
}
