﻿*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inputline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0em 1.5em 0em 1.5em;
}

.input input {
    font-size: 1em;
    width: 100%;
    color: #666;
    outline: none;
    border: 1px solid #d0d0d0;
    padding: 0.5em 3em 0.5em 1em;
}

.input input::-webkit-input-placeholder {
    color: #ccc;
}

.input {
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
}

.btn:hover {
    opacity: 0.8;
}

.btn {
    border-radius: 3px;
    padding: 0.5em 1em;
    font-size: 1em;
    cursor: pointer;
    color: #fff;
    background: #f84949;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#showtext {
    font-size: 50px;
    line-height: 150%;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-top: 1px solid #d0d0d0;
    /* font-family: "STCloudFont"; */
}
.fontsize {
    font-size: 1em;
    line-height: 0.3em;
    color: #434343;
}

