
[v-cloak] {
    display: none;
}

body {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-daiohs,
.text-require,
.text-error {
    color: #A61C45;
}
.error-box {
    padding: 12px;
    background-color: rgba(166, 28, 69, 0.1);
}

.btn-daiohs,
.btn-daiohs:hover,
.btn-daiohs:active,
.btn-daiohs:focus {
    color: #FFF;
    background-color: #A61C45;
    padding: 12px 12px;
    border-radius: 8px;
}
.btn-no-click,
.btn-no-click:hover,
.btn-no-click:active,
.btn-no-click:focus {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.5);
}

.input-wrapper p {
    margin: 0;
}
.input-wrapper .form-group {
    margin-top: 25px;
}
.input-wrapper .form-control {
    padding: 20px 12px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0;
}
.input-wrapper .sub-label {
    color: #707070;
}
.input-wrapper .img-brand {
    height: 30px;
    padding: 1px;
    border-radius: 0px;
}
.input-wrapper a.link-daiohs,
.input-wrapper a.link-daiohs:hover,
.input-wrapper a.link-daiohs:active,
.input-wrapper a.link-daiohs:focus {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #A61C45;
    color: #A61C45;
    font-weight: bold;
}
.input-wrapper .label-msg {
    border-bottom: 1px solid #000000;
}
.input-wrapper .radio-charge {
    height: 24px;
    padding-right: 12px;
    margin-left: 40px;
}
.input-wrapper .icon-back {
    cursor: pointer;
    height: 21px;
    margin-bottom: 5px;
    padding-right: 10px;
}
.input-wrapper .select-inline {
    display: inline-block;
    width: auto;
    height: 42px;
    padding: 6px 12px;
    margin-right: 6px;
}
.input-wrapper .cardno-inline {
    display: inline-block;
    width: 17%;
    height: 42px;
    padding: 6px 6px;
}
.input-wrapper .cardno-inline-amex {
    display: inline-block;
    width: 25%;
    height: 42px;
    padding: 6px 6px;
}
.input-wrapper .cardno-inline-spareter{
    display: inline-block;
}

.input-wrapper .cardno-col {
    margin-right: 5px;
    padding: 0px;
}
.input-wrapper .cardno-row {
    margin: 0px;
}
.input-wrapper .selection-brand {
    border: 2px solid #A61C45;
    padding: 0px;
}
.input-wrapper .text-link {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #A61C45;
}

.complete-wrapper {
    margin-top: 50px;
}
.complete-wrapper .img-coffee {
    max-width: 200px;
    width: 50%;
    margin-bottom: 36px;
}


.guide-wrapper a {
    color: #333;
    text-decoration: none;
}
.guide-wrapper img {
    height: 25px;
    padding: 0 5px;
}
.guide-wrapper .form-control-static {
    padding-bottom: 15px;
}
.guide-wrapper .form-group {
    border-bottom: 1px solid #391608;
}
.guide-wrapper .img-next {
    float: right;
}
.guide-detail-wrapper .img-guide {
    width: 100%;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;

    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.img-aboutsecurity {
    width: 16px;
    margin-bottom: 5px;
}


.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-image {
    width: 90%;
    margin: auto;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

div#lottie-element {
    height:150px;
    width:100%;
}

#complete_animations {
    margin-bottom: 75px
}

.terms-detail-wrapper .title {
    font-size: 20px;
    margin-top: 10px;
}

.terms-detail-wrapper .img-logo {
    width: 50%;
}
.terms-detail-wrapper .term-contents {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.terms-detail-wrapper .buttons-container { 
    background: #fff;
    width: 100%;
    height: 120px;
    position:fixed;
    z-index:1;
    bottom: 0px;
    right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 54px;
    margin-bottom: 0px;
}

.terms-detail-wrapper .btn-agree { 
    width: 100%;
}


.checkbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

#checkbox_label {
    font-weight:700;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 35px; /* 10 px padding right + 15px input type*/
    margin-right: 10px; /* margin between inputs types */
}
#checkbox_label a {
    color: #A61C45;
    text-decoration: underline;
}

#checkbox_label:before {  
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;  
  left: 0;
}

input[type=checkbox] {  
  display: none;  
}

.checkbox #checkbox_label:before {
    background:url('../img/box_off.png')  no-repeat;
    background-size: contain;
    margin-top: 2px;
}

input[type=checkbox]:checked + #checkbox_label:before {  
    background:url('../img/box_check.png') no-repeat; 
    background-size: contain;
} 

.charge-title {
    font-size: 18px;
}