@charset "UTF-8";
img {
    max-width: 100%;
}

*,
*.* {
    box-sizing: border-box;
}

body {
    min-width: 1080px;
}

a {}

a:hover {}

a:hover {
    opacity: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
}

a:focus,
a:hover {}

input[type='submit'] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    background-color: #4da1ca;
    border: 0.1rem solid #4da1ca;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    height: 4.8rem;
    letter-spacing: .1rem;
    line-height: 4.8rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

input[type="submit"]::-webkit-search-decoration {
    display: none;
}

.kakuhobtn {
    background-color: #4da1ca!important;
    border: 0.1rem solid #4da1ca;
    border-radius: .4rem;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    height: 4.8rem;
    letter-spacing: .1rem;
    line-height: 4.8rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 20px;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.mt {
    margin-top: 40px;
}

.pt {
    padding-top: 40px;
}

.mb {
    margin-bottom: 40px;
}

.mbm {
    margin-bottom: 20px;
}

.pb {
    padding-bottom: 40px;
}

.cen {
    text-align: center;
}

.right {
    text-align: right;
}

.fonts {
    font-size: 90%;
    font-weight: normal;
}

.fontb {
    font-size: 120%;
    font-weight: bold;
}

.fontbo {
    font-size: 100%;
    font-weight: bold;
}

input::read-only {
    color: #aaaaaa;
    background: #f0f0f0;
}

input.edited {
    border: 1px solid #ff4949!important;
}

.innerbox {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    max-width: 600px;
    background: #ffffff;
}

.innerbox_b {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    max-width: 1000px;
    background: #ffffff;
}

.err {
    color: #f97c78;
}

header {
    font-size: 140%;
}

.footer {
    font-size: 12px;
    text-align: center;
    opacity: 0.9625;
}

.h2 {
    font-size: 120%;
    font-weight: bold;
}

.purapori {
    font-size: 14px;
    max-height: 140px;
    overflow: auto;
    padding: 2%;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.purapori h1,
.purapori h2 {
    font-size: 16px;
}

.btn {
    background-color: #4da1ca;
    border: 0.1rem solid #4da1ca;
    border-radius: .4rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
    height: 4.8rem;
    letter-spacing: .1rem;
    line-height: 4.8rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn01 {
    width: 120px;
    text-align: center;
    padding: 0!important;
}

.btncolor02 {
    background-color: #177eb0!important;
    border: 0.1rem solid #177eb0!important;
    color: #ffffff!important;
}

.btn.border {
    background-color: #fff;
    border: 0.1rem solid #4da1ca;
    color: #4da1ca;
}

.flexbtn {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.flexbtn .mrauto {
    margin-right: auto;
}

.flexbtn .mlauto {
    margin-left: auto;
}

.logout {
    text-align: right;
}

.logout .btn {
    width: 20%;
    background-color: #ffffff;
    border: 0.1rem solid #c14d5e;
    color: #c14d5e;
}

.logout .btn.btn02 {
    width: 17%;
    background-color: #ffffff;
    border: 0.1rem solid #4d5ec1;
    color: #4d5ec1;
}

table.contact td:first-child,
table.contact th:first-child {
    padding-left: 1.2rem;
}

#result_table_length > label > select {
    width: 57% !important;
}

#result_table_filter > label > input[type=search] {
    width: 200px;
}

table tr.even td {
    background-color: #f5fcff;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 1.25em;
}

.stripe_btn {
    background-color: #6772E5;
    color: #FFF;
    padding: 8px 12px;
    border: 0;
    border-radius: 4px;
    font-size: 1.4em;
    width: 100%;
    line-height: 1em;
    text-transform: initial;
}

.powered {
    font-weight: normal;
}

.powered {
    font-weight: bold;
}

input[type=date],
input[type=time] {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    display: block;
    padding: 10px;
}

.qr {
    display: block;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #42465d;
    background: white;
    border-top: solid 5px #7d5c5c;
    box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
}

.qr span {
    display: block;
    text-align: center;
    font-size: 90%;
}

.complete {
    border: 1px solid #4da1ca;
    border-radius: 10px;
    padding: 2%;
}

.notcomplete {
    border: 1px solid #ca4d4d;
    border-radius: 10px;
    padding: 2%;
}

.flexb {
    display: flex;
    justify-content: space-between;
}

.flexs {
    display: flex;
    justify-content: flex-start;
}

.flexb .w50 {
    width: 50%;
    display: block;
}

#amount {
    font-size: 140%;
}

#amount:before {
    content: "￥";
    font-size: 100%;
}

#preview_area {
    display: block;
    text-align: center;
    padding: 10px;
}

header .yagou_txt {
    font-size: 80%;
}

header .ticket_title {
    font-size: 100%;
    font-weight: bold;
}

.float-box .body_box {
    padding: 5px;
    box-sizing: border-box;
    word-break: break-all;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.form-control {
    font-weight: bold;
}

.accent01 {
    position: relative;
    padding: 1em 2em;
    text-align: center;
    overflow: hidden;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.accent01:before,
.accent01:after {
    position: absolute;
    content: '';
    transition: all 200ms;
    opacity: 0;
}

.accent01:after {
    top: 0;
    left: -100px;
    width: 50px;
    height: 50px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.accent01:before {
    right: -100px;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.accent01.delighter.started:before {
    right: 0;
    opacity: 1;
}

.accent01.delighter.started:after {
    left: 0;
    opacity: 1;
}


/* エンド時のスタイル */

.accent01.delighter.ended:before,
.accent01.delighter.ended:after {}


/*alert*/

.swal2-popup {
    font-size: 14px!important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #58a6db;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    padding: 0 44px;
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
}