@charset "utf-8";

html{
    background-color: #F7F7F7;
}

.maru {
    font-size: 3rem;
    color:#CEE5D0;
}

.con-im {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.con-im p{
    margin:1rem;
}

input[type="submit"] {
    -webkit-appearance: none;
    }

    input[type="button"] {
        -webkit-appearance: none;
        }

.home {
    text-align: center;
    font-size: 62.5%;
    color: #464646;
}

.title {
    font-size: 2rem;
}

textarea {
    resize: none;
    width:20rem;
    height:15rem;
    border: solid 2px #FED2AA;
    font-size: 1.2rem;
  }

textarea:focus {
    border: solid 2px #FFBF86;
    outline: none;
}

.h-button{
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 0.7rem;
    font-size: 1.1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    border-radius: 50rem;
    border: 2px solid #FFBF86;
    background-color: #F3F0D7;
    color: #ffac44;
    font-weight: bold;
}

#count {
    font-size: 1rem;
    font-weight: bold;
}

.t-set {
    font-size: 1.5rem;
    font-weight: bold;
    color: #adadad;
}

.t-t {
    font-size: 1.3rem;
    margin-top: 3rem;
}

.set {
    font-weight: bold;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0 1rem;
    border-bottom: 2px solid #FFBF86;
}

.com{
    font-size: 1.4rem;
    background-color: #CEE5D0;
    color: white;
    font-weight: bold;
    margin: 3rem 0;
}

.tex {
    font-size:1rem;
    margin-bottom: 0.5rem;
}

.flex-text{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: auto;
}

.flex-item{
    width: 47%;
}

.s-p {
    font-size:1.2rem;
    font-weight: bold;
}

.inp {
    font-size:1.7rem;
    border: solid 2px #FED2AA;
}

.del {
    margin-bottom: 1rem;
    border: 2px solid #FFBF86;
    background-color: #F3F0D7;
    color: #ffac44;
    font-weight: bold;
    font-size: 1rem;
}

.ac {
    margin-bottom: 1rem;
    border: 2px solid #dcdcdc;
    background-color: #CEE5D0;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.p-info {
    font-size: 1.2rem;
}

.sub {
    border-radius: 50rem;
    border: 2px solid #FFBF86;
    background-color: #F3F0D7;
    color: #ffac44;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 1rem;
}

.sub-set {
    margin-top:1rem;
    border-radius: 1rem;
    border: 2px solid #FFBF86;
    background-color: #F3F0D7;
    color: #ffac44;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 1rem;
}

.ta {
    height: 4rem;
}


@media screen and (max-width:426px) {

    html {
        font-size: 50%;
    }

    
    .title {
        font-size: 4rem;
    }

    .h-button {
        font-size: 2.5rem;
    }

    .ipt {
        width: 70%;
    }

    .sub {
        font-size:2rem;
    }
    
    textarea {
        font-size: 2rem;
        width: 80%;
        height: 35rem;
    }

    .button-f {
        flex-wrap: wrap;
        display: flex;
    justify-content: center;
    }

    .set {
        font-size: 2.5rem;
    }

    .maru {
        font-size: 5rem;
    }

    #count{
        font-size: 1.7rem;
    }

    .p-info {
        font-size: 2rem;
    }

    .ta {
        height: 6rem;
    }

    .flex-text{
        width: 90%;
    }

    .t-t {
        font-size: 2rem;
    }

    .t-set {
        font-size: 2.5rem;
    }

    .s-p {
        font-size: 1.7rem;
    }

    .itn {
        display: block;
    }

    .del {
        font-size: 1.5rem;
    }

    .sub-set {
        font-size: 2.5rem;
    }

    .tex {
        font-size: 1.7rem;
    }

    .s-button {
        width: 60%;
    }
}