.case .lead strong {
  font-weight: bold;
}
.case .lead strong span {
  color: #eb8e00;
}

.case article #lNav {
  padding: 15px 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 50px;
}
.case #lNav ul li.filterAll a {
  background: url(../img/case/btn_filter_all.png) no-repeat left top;
  width: 122px;
}
.case #lNav ul li.filterIryo a {
  background: url(../img/case/btn_filter_iryo.png) no-repeat left top;
  width: 112px;
}
.case #lNav ul li.filterKaigo a {
  background: url(../img/case/btn_filter_kaigo.png) no-repeat left top;
  width: 112px;
}
.case #lNav ul li.filterGyosei a {
  background: url(../img/case/btn_filter_gyosei.png) no-repeat left top;
  width: 112px;
}
.case #lNav ul li a {
  padding: 0;
  height: 33px;
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.base.case article h2 {
  padding-left: 0;
}
.base.case article h2:before {
  background: none !important;
}
.base.case article h2 span {
  margin-left: 10px;
}
.base.case article h2 img {
  position: relative;
  top: 10px;
  right: 10px;
}

.base.case .col {
  display: flex;
}
.base.case .col .thumbnail {
  width: 40%;
}
.base.case .col .txt {
  width: 60%;
}
.base.case .col img {
  height: auto;
}
.base.case .col .txt .box {
  background: #f3f3f3;
  display: flex;
  table-layout: fixed;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 16px;
}
.base.case .col .txt .box .img {
  margin-right: 20px;
}
.base.case .col .txt .box ul li ul li {
  background: url(../img/base/ico_arrow05.png) no-repeat left center;
  padding-left: 20px;
}
.base.case .col .txt .box h4 {
  font-weight: bold;
  margin-top: 10px;
}
.base.case .col .txt .flex {
  margin-top: 10px;
}

.system .introduction {
  border: 2px solid #f4cbe6;
  padding: 15px;
  margin-bottom: 20px;
}
.system .introduction .text h2, .system .introduction .text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #f4cbe6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: none;
  margin-top: 0;
}
.system .section .col .text {
  display: table-cell;
  vertical-align: top;
  width: 680px;
  box-sizing: border-box;
  margin-right: 10px;
}
.system .section .col .img {
  display: table-cell;
  vertical-align: top;
  width: 490px;
  padding-right: 30px;
  box-sizing: border-box;
}
.system .introduction .col .text p {
  padding-left: 0;
}

.system span.pickup {
  font-weight: bold;
  font-size: 18px;
  color: #f60;
}
.system .img_490_fr {
  width: 490px;
  float: right;
  margin: 0 0 20px 20px;
}
.system .img_490_fr-t {
  font-size: 12px;
  width: 490px;
  text-align: center;
  float: right;
  margin: 0 0 0 20px;
}
.system .img_490_fl-t {
  font-size: 12px;
  width: 490px;
  text-align: center;
  float: left;
  margin: 0 20px 0 0;
}
.system .img_490_fl {
  width: 490px;
  float: left;
  margin: 0 20px 20px 0px;
}
.system span.sue {
  color: #005baa;
  font-weight: bold;
}
.system span.bitou {
  color: #57ba36;
  font-weight: bold;
}
.system p span.yamamoto {
  color: #f60;
  font-weight: bold;
}
.system .col-sm-8 th {
  width: 20%;
}

.system .container {
  margin-top: 50px;
  text-align: center;
}

.system strong {
  font-weight: bold;
}

.system p.tc {
  text-align: center;
}

.system .img_300_fl {
  width: 300px;
  float: left;
  margin: 0 20px 20px 0px;
}
.system div.inquiry img {
  border: 1px solid #ccc;
}
.system .afterword {
  padding: 15px;
  border: 1px solid #efefef;
  background: url(../img/case/bg_afterword.jpeg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
  margin-top: 40px;
}
.system .afterword .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.system .afterword .title span {
  color: #e6a3c7;
  margin-left: 5px;
  vertical-align: -0.1rem;
}

@media screen and (max-width: 767px) {
  .base.case .col {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .base.case .col .thumbnail {
    width: 100%;
    text-align: center;
  }
  .base.case .col .txt {
    width: 100%;
  }



  .base.case .col .txt .box {
    margin-left: 0;
    justify-content: space-evenly;
  }
  .system .img_490_fl-t,
  .system .img_490_fr-t,
  .system .img_490_fr,
  .system .img_490_fl,
  .system .img_300_fl,
  .system .section .col .img {
    width: 100%;

    float: none;
    margin: 0;
    padding: 0;
  }
}
