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

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

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 {
    color: #eeeeee;
}

@-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;
}

input:read-only {
  
}

.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,
.purapori h3 {
    font-size: 16px;
}

span.detail {
    border-bottom: 1px dashed #333333;
}

.btn {
    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;
    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;
}

.logout {
    text-align: right;
}

.logout .btn {
    width: 20%;
}

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;
    word-break: break-all;
}

.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;
}


/* バー式ステップ表示 */

#step_bar_box {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.step_bar {
    list-style: none;
    font-size: 12px;
    text-align: center;
}

.step_bar li {
    line-height: 46px;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 12px 0 20px;
    background: #eee;
    display: inline-block;
}

.step_bar li small {
    font-size: 80%;
}

.step_bar li::after {
    position: relative;
    display: block;
    margin-top: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 21px;
    width: 20px;
    content: " ";
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #eee;
    border-right: 1px solid white;
}

.step_bar li::before {
    float: right;
    display: block;
    margin-bottom: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 21px;
    width: 20px;
    content: " ";
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    background: #eee;
    border-right: 1px solid white;
}

.step_bar li:first-child {
    padding-left: 18px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.step_bar li:last-child {
    padding-left: 25px;
    padding-right: 20px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.step_bar li:last-child::before {
    border: 0;
    background: transparent !important;
}

.step_bar li:last-child::after {
    border: 0;
    background: transparent !important;
}

.step_bar li.current {
    background: #F97C78;
    color: #333;
    padding-left: 30px;
}

.step_bar li.current::before {
    background: #F97C78;
}

.step_bar li.current::after {
    background: #F97C78;
}

.step_bar li.current:last-child {
    margin-right: -35px;
}

.step_bar li.current:last-child::before {
    border: 0;
    background: transparent !important;
}

.step_bar li.current:last-child::after {
    border: 0;
    background: transparent !important;
}

.new_link li {
    list-style: none;
    margin-bottom: 0px;
}

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

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

.float-box .body_box {
    border: 1px solid #4da1ca;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}

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