  @import url(/kurenai/css/kurenai.css);

.green-border {border: 2px solid #3eb134;}
.green-url{color: #3eb134; font-weight: 600;}
.green-url:hover {color: #ff8500;}

.inquiry {width: 96%; background-color: #9e9e9e21; border: 1px solid #9e9e9e21; margin: auto; padding: 1% 0;}
.inquiry .title {color: #ff8500; font-weight: 600;}

@media screen and (max-width: 400px)  {
    .inquiry p{font-size: 12px;}
}