.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: flex;
    justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0
}

.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.has-addons.has-addons-centered {
    justify-content: center
}

.field.has-addons.has-addons-right {
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0
}

.field.is-grouped {
    display: flex;
    justify-content: flex-start
}

.field.is-grouped>.control {
    flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
    margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

@media screen and (min-width: 769px),print {
    .field.is-horizontal {
        display:flex
    }
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    text-align: left
}

.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon {
    color: #4a4a4a
}

.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon {
    font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon {
    font-size: 1.25rem
}

.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon {
    font-size: 1.5rem
}

.control.has-icons-left .icon,.control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4
}

.control.has-icons-left .input,.control.has-icons-left .select select {
    padding-left: 2.5em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-right .input,.control.has-icons-right .select select {
    padding-right: 2.5em
}

.control.has-icons-right .icon.is-right {
    right: 0
}

.control.is-loading::after {
    position: absolute!important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.control.is-loading.is-small:after {
    font-size: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.25rem
}

.control.is-loading.is-large:after {
    font-size: 1.5rem
}

.readall_box {
    position: relative;
    z-index: 8;
    margin-top: -200px;
    text-align: center;
    display: none
}

.readall_box::after {
    content: '';
    height: 500px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    z-index: 100;
    pointer-events: auto
}

.read_more_mask {
    height: 200px;
    background: -moz-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,0));
    background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
    background: -o-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,0));
    background: gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,0))
}

.readall_box a.read_more_btn {
    border: 1px solid #de686d;
    cursor: pointer;
    font-size: 16px;
    color: #de686d;
    background: #fff;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    z-index: 101;
    position: relative
}

.readall_box a.read_more_btn:hover,.readall_box a.read_more_btn:visited {
    color: #fff;
    background: #de686d;
    font-weight: 400;
    text-decoration: none
}

#checkmodal .modal-card {
    max-width: 340px
}

#checkmodal .delete {
    opacity: .382
}
.robotcheck img {
    width: 49%;
    max-width: 158px;
    margin: 0 auto;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px
}

.robotcheck_p {
    margin-top: 0;
    color: #f04134;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center
}

.robotcheck_p em {
    font-weight: 700;
    color: #4389fe;
    font-style: normal
}

.robotcheck_p2 {
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    margin-bottom: 10px
}

.roboterr {
    display: none;
    color: red;
    font-size: 16px;
    text-align: left;
    padding-top: 10px
}

.field.is-fullwidth {
    width: 100%
}

.button.is-pink {
    background-color: #de686d;
    border-color: #de686d;
    color: #fff;
    font-size: 18px
}

.delete, .modal-close {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    position: relative;
    vertical-align: top;
    width: 20px
}

.is-small.delete, .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.delete::after, .delete::before, .modal-close::after, .modal-close::before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.delete::before, .modal-close::before {
    height: 2px;
    width: 50%;
}

.delete::after, .modal-close::after {
    height: 50%;
    width: 2px;
}

.input.is-pink {
    border-color: #de686d;
    font-size: 18px
}

.modal-card-title {
    font-size: 18px
}

#checkmodal .modal-card-foot,#checkmodal .modal-card-head {
    background-color: #fff;
    padding: 12px 20px;
    border-color: #eee
}

.input,.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 20px;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top
}

.input {
    box-shadow: inset 0 0.0625em 0.125em rgba(10,10,10,.05);
    max-width: 100%;
    width: 100%
}

.input:focus {
    outline: none
}

.input::-webkit-input-placeholder {
    padding-left: 7px;
    color: #999;
    font-size:14px
}

.modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

.modal.is-active {
    display: flex
}

.modal-background {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3)
}

.modal-card,.modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width: 769px),print {
    .modal-card,.modal-content {
        margin:0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close {
    background: 0 0;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    border-radius: 4px;
    box-shadow: 0 0 3px 0 #999;
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card-foot,.modal-card-head {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    margin: 0;
    color: #363636;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb
}

.modal-card-foot .button:not(:last-child) {
    margin-right: .5em
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}