@charset "utf-8";
/* CSS Document */
.slick-slide{height:inherit;}
#conts .comList li img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
#case-single .heading01 {
  margin-bottom: .5em;
}
.comCommend {
  margin-top: 50px;
}
.case-wrap {
  background: #fff;
  box-shadow: 1px 1px 4px #EEE, -1px 4px 4px #EEE;
  padding: 20px;
}
.case-head {
  display: flex;
  align-items: flex-start;
}
.case-head img {
  max-width: 350px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.case-head table {
  border-collapse: collapse;
  width: calc(100% - 350px);
  margin-left: 20px;
  background: #fff;
}
.case-head th, .case-head td {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1em;
}
.case-head tr:nth-child(2n-1) th, .case-head tr:nth-child(2n-1) td {
  background-color: #f9f9f7;
}
.case-head th {
  padding-left: 20px;
  color: #003C80;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: baseline;
}
.casecategory-list {
  display: flex;
  flex-wrap: wrap;
}
.casecategory-list li {
  margin-right: 1em;
}
.casecategory-list li a {
  color: #fff;
  background: #07264A;
  padding: 5px 1em;
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.interview-toc {
  display: flex;
  max-width: 480px;
  margin: 2em auto;
  background: #f9f9f7;
  padding: 20px;
  font-weight: bold;
}
.interview-toc p {
  font-size: 1.8rem;
}
.interview-toc ul {
  margin: 3px 0 0 20px;
}
.interview-toc li {
  margin-bottom: .5em;
}
.interview-toc li a {
  color: #003c80;
  text-decoration: underline;
  margin-left: 3px;
}
.interview-item {
  margin-bottom: 3em;
}
.interview-item h3 {
  border-left: 5px solid #003c80;
  background: #f9f9f7;
  padding: .5em 0 .5em 1em;
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.interview-item .question {
  color: #003c80;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 1em;
}
.interview-item .answer {
  padding: 0 20px;
}
#case-single .other-case-wrap h2 {
  color: #003c80;
  font-size: 2.5rem;
  margin: 1em 10px 0;
}
.other-case-wrap .slick-slide {
  padding: 10px;
  background: #fff;
  box-shadow: 1px 1px 4px #EEE, -1px 4px 4px #EEE;
  margin: 10px;
}
.other-case-wrap img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}
.case-archive .casecategory-list li {
  color: #fff;
  background: #00397f;
  width: inherit !important;
  padding: .5em;
  font-size: 1.2rem;
  margin: 10px !important;
}
.case-archive #conts .comList li .txtBox {
  padding: 0 10px;
}
.case-archive #conts .comList li .ttl {
  padding-bottom: 10px;
  font-size: 1.7rem;
}
.intro {
  margin: 2em auto;
  width: 98%;
}
@media (max-width: 767px) {
  .case-head {
    flex-wrap: wrap;
  }
  .case-head table {
    width: 100%;
    margin: 20px 0 0;
  }
  #case-single .other-case-wrap h2 {
    font-size: 2rem;
    margin: 1em 10px 0;
  }
  .detailBox {
    padding: 10px 0 0;
  }
  .interview-toc {
    flex-wrap: wrap;
  }
  .interview-toc > p {
    width: 100%;
  }
  .interview-toc ul {
    font-size: 1.4rem;
  }
  .intro p, .answer p{
    font-size: 14px;
  }
}