@charset "UTF-8";
/* ページコンテンツボックス */
.case-detail {
  background-color: #FFF;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 70vh;
  padding: 50px 100px 0;
}
@media screen and (max-width: 736px) {
  .case-detail {
    margin: 0px;
    padding: 26px 20px 40px;
    max-width: 100%;
  }
}

/* h1 */
.section-title {
  border-top: 3px solid #046db5;
  border-bottom: 2px solid #ce3927;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 18px 0;
  background: transparent;
  color: #333;
  font-size: 2.125em;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .section-title {
    font-size: 1.75em;
    padding: 10px 0;
  }
}

/* 検索親ボックス */
.js-case-select {
  padding: 24px 30px;
  background-color: #0085CE;
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .js-case-select {
    padding: 10px 18px 18px;
  }
}

/* h3 症例を探す */
h3.case-ttl {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  h3.case-ttl {
    font-size: 21px;
    margin-bottom: 16px;
  }
}

/* 検索窓ボックス */
.select-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .select-box {
    flex-direction: column;
  }
}
.select-box label {
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .select-box label {
    display: block;
    margin-bottom: 4px;
  }
}

/* 検索窓 */
select#case-filter {
  color: #000000;
  width: 355px;
  height: 50px;
  border: none;
  margin-right: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 736px) {
  select#case-filter {
    margin-bottom: 24px;
    width: 100%;
  }
}

select#case-category-filter {
  color: #000000;
  width: 355px;
  height: 50px;
  border: none;
  padding-left: 10px;
}
@media screen and (max-width: 736px) {
  select#case-category-filter {
    width: 100%;
  }
}

/* リスト表示ボックス */
.case-page {
  padding: 32px 0px;
}
@media screen and (max-width: 736px) {
  .case-page {
    padding: 20px 0;
  }
}
@media screen and (max-width: 736px) {
  .case-page .case-card {
    padding: 10px;
  }
}
@media screen and (max-width: 736px) {
  .case-page .case-card-disc p {
    font-size: 10px;
  }
}

p#no-results-message {
  margin-bottom: 100px;
  font-size: 21px;
}
/*# sourceMappingURL=case.css.map */