@charset "utf-8";

/* -----------------------------------------------------------------------------
   システム共通CSS
-------------------------------------------------------------------------------- */

.error {
 color: #ff3131;
}

.error_field {
 background-color:#ffc8c8;
}

.inquiry_btn input[type="submit"] {
 cursor:pointer;
}

.news_date {
 text-align: right;
}

.news_description {
 margin: 0 1.6rem 2.4rem 1.6rem;
}

.attached_image {
 display: flex;
 list-style-type: none;
 margin: 0;
}

.attached_img li,
.attached_file li {
 display: block;
 margin: 0;
 
}

.attached_image_list {
 display: block;
 list-style-type: none;
 margin: 0;
}

.attached_image img,
.attached_image_list img {
 max-width: 100%;
}

.attached_file {
}
