.webinquiry_table_padding {
padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.webinquiry_c-box--selectProcess__title{
    color: #000000;
}

/* 問い合わせ詳細アコーディオン */
.inquiry_titleBox{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

.inquiry_title{
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
}

.inquiry_title_date{
    text-align: left;
}

.span-display-flex_inner{
    margin-top: auto;
    margin-right: 30px;
    margin-bottom: auto;
    margin-left: auto;
}

.webinquiry-history {
  border: solid 1px #000000;
  background: #fff;
  max-width:none;
  padding: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

.callcenter-body .webinquiry-history {
  max-width: none;
}

.webinquiry-history:nth-of-type(n+2) {
  margin-top: 15px;
}
.webinquiry-history:last-of-type {
  margin-bottom: 26px;
}

.webinquiry-history-header-title {
  text-align: right;
  padding-right: 1em;
}
.webinquiry-history-header-contents {
  text-align: left;
}

.webinquiry-history .inquiryDetailButton {
  vertical-align: bottom;
  float: right;
  margin-top: -3rem;
}

.inquiry_titleBox {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

.inquiry_titleBox span {
    display: inline;
}

.webinquiry-history .span-display-flex_inner {
    margin-top: auto;
    margin-right: 30px;
    margin-bottom: auto;
    margin-left: auto;
}

@media only screen and (max-width: 960px) {
  
  .webinquiry-history .span-display-flex_inner {
    text-align: right;
    display: block;
  }
  
  .webinquiry-history .inquiryDetailButton {
    float: none;
  }
}

.callcenter-body {
  background-color: #fff;
}

@media print,screen and (min-width: 381px) {
  .webinquiry-newline-380 {
    display: none;
  }
}
@media only screen and (max-width: 340px) {
    .webinquiry_answer_datetime {
        max-width: 100px;
    }
}
