<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#global-wrap #petition-wrap{
    width: 50%;
    margin: 0 auto;
    margin-bottom:4%;
}

#global-wrap #petition-wrap .petition-content{
    margin-bottom:2%;
}
#global-wrap #petition-wrap .petition-content .petition-title{
    font-size: 1.6em;
    font-weight: bold;
    background-color: #fffcdd;
    padding:2% 1.5% 1.5% 1.5%;
    margin-bottom: 2%;
}
#global-wrap #petition-wrap .petition-content .petition-input{
    font-size: 1.4em;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#global-wrap #petition-wrap .petition-content .petition-input .date{
    margin-bottom: 3%;
}
#global-wrap #petition-wrap .petition-form{
    margin-bottom: 3%;
}
#global-wrap #petition-wrap .petition-form .button-area{
    text-align: center;
}
#global-wrap #petition-wrap .petition-form .button-area .submit-button{
    width: 30%;
    font-size: 1.4em;
}

#global-wrap #petition-wrap .petition-form .button-area .real-submit-button{
    display: none;
}

#global-wrap #petition-wrap .request-button{
    padding:2% 0 1.5% 0;
    box-sizing: border-box;
}
.clear-button-wrap{
    position: relative;
    height: 3em;
    margin-bottom: 3em;
}
.clear-button{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    display: block;
    cursor: pointer;
}

.clear-button span::before, .clear-button span{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
}
.clear-button span::before, .clear-button span::after{
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background-color: #ccc;
}

.clear-button span::before{
    transform: rotate(45deg);
}
.clear-button span::after{
    transform: rotate(-45deg);
    translate: 0 -2px;
}
.comment-text{
    font-size: 1.4em;
    display: inline-block;
}
.example{
    margin-bottom: 3%;
}
.example span{
    display: inline-block;
}
.example::before{
    content: '萓具ｼ�';
    display: inline-block;
    vertical-align: top;
}
.user-row{
    display: flex;
    margin-bottom: 3%;
}
.user-row .user-name{
    flex:0.5;
    margin-right: 3%;
}
.user-row .school-name{
    flex:0.5;
}
/* PC繧ｿ繝悶Ξ繝�ヨ逕ｨ繧ｹ繧ｿ繧､繝ｫ */
@media screen and (min-width: 768px) {
    #global-wrap #petition-wrap{
        width: 50%;
        margin: 0 auto;
    }

}

/* 繧ｹ繝槭�逕ｨ繧ｹ繧ｿ繧､繝ｫ */
@media screen and (max-width: 767px) {
    #global-wrap #petition-wrap{
        width: 100%;
        margin: 0 auto;
    }
    #global-wrap #petition-wrap .petition-form .button-area .submit-button{
        color:black !important;
    }
}
</pre></body></html>