.heading01.big, .heading01.big::after {
  background: url(//souzoku.aichisogo.or.jp/case-souzoku/images/headingImg.png) no-repeat top right;
  background-size: contain
}

.kv_img, .kv_img::after {
  background: url(//souzoku.aichisogo.or.jp/case-souzoku/images/headingImg.png) no-repeat top right;
  background-size: contain
}

.intCont01 .heading02 { margin-bottom: 20px; }

.caseList {
  margin-top: 40px;
  border-top: 2px solid #ccc
}

.caseList li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 2.1rem;
  line-height: 1.4em
}

@media screen and (max-width: 480px) {
  .caseList li {
    font-size: 1.8rem;
    padding-left: 25px
  }
}

.caseList li::before, .caseList li::after {
  content: "";
  position: absolute;
  display: block
}

.caseList li::before {
  top: 23px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef7924
}

@media screen and (max-width: 480px) {
  .caseList li::before {
    top: 20px
  }
}

.caseList li::after {
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, #5d9724, #5d9724 20%, transparent 20%, transparent 100%);
  background-size: 5px 5px;
  height: 1px;
  border: none
}

.caseList li a {
  position: relative;
  color: #333
}

.caseList li a::before {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #333;
  opacity: 0
}

.caseList li a:hover {
  color: #ef7924
}

.caseList li a:hover::before {
  opacity: 1;
  border-color: #ef7924
}

.caseList li span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-top: 5px
}

@media screen and (max-width: 480px) {
  .caseList li span {
    font-size: 1.2rem
  }
}

.caseList li span a {
  color: #8a6239
}

.caseList li span a::before {
  border-color: #8a6239
}

@media screen and (min-width: 768px) {
  .qaLink {
    text-align: right
  }
}

@media screen and (max-width: 767px) {
  .qaLink {
    text-align: center
  }
}

@media screen and (max-width: 480px) {
  .qaLink {
    text-align: left
  }
}

.qaLink a {
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: inline-block;
  color: #5d9724;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px
}

@media screen and (max-width: 767px) {
  .qaLink a {
    font-size: 1.6rem;
    padding-left: 30px
  }
}

.qaLink a::before {
  position: absolute
}

@media screen and (min-width: 768px) {
  .qaLink a::before {
    top: 50%;
    left: -35px;
    font-size: 3rem;
    margin-top: -15px
  }
}

@media screen and (max-width: 767px) {
  .qaLink a::before {
    top: -2px;
    left: 0;
    font-size: 2.4rem;
    margin-top: 0
  }
}

.qaLink a::after {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 1px solid #5d9724
}

.qaLink a:hover::after {
  opacity: 0
}

.categoryList {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-direction: -webkit-row;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  align-content: stretch;
  -webkit-align-content: stretch;
  margin-bottom: 20px
}

.categoryList li {
  margin-right: 10px
}

@media screen and (min-width: 768px) {
  .categoryList li:nth-child(n+5) {
    margin-top: 10px
  }

  .categoryList li:hover a {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8
  }
}

.categoryList li a {
  display: inline-block;
  background: #ec9215;
  background: -moz-linear-gradient(top, #ec9215 0%, #ec7215 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec9215), color-stop(100%, #ec7215));
  background: -webkit-linear-gradient(top, #ec9215 0%, #ec7215 100%);
  background: -o-linear-gradient(top, #ec9215 0%, #ec7215 100%);
  background: -ms-linear-gradient(top, #ec9215 0%, #ec7215 100%);
  background: linear-gradient(to bottom, #ec9215 0%, #ec7215 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4em;
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 5px 20px;
  -webkit-box-shadow: 2px 2px 0px 0px #773f24;
  -moz-box-shadow: 2px 2px 0px 0px #773f24;
  box-shadow: 2px 2px 0px 0px #773f24
}

#caseSingle h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #7eae31;
  border-left: 8px solid #7eae31;
  margin-bottom: 25px;
  padding-left: 12px
}

#caseSingle #caseCont {
  margin-bottom: 30px
}

#caseSingle #caseCont dl {
  border: 4px solid;
  border-radius: 10px;
  padding: 20px
}

#caseSingle #caseCont dl:not(:first-of-type) {
  margin-top: 30px
}

#caseSingle #caseCont dl:first-of-type {
  position: relative;
  border-color: #5d9724;
  margin-bottom: 40px
}

#caseSingle #caseCont dl:first-of-type::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #5d9724 transparent transparent transparent
}

#caseSingle #caseCont dl:first-of-type dt {
  color: #5d9724
}

#caseSingle #caseCont dl:nth-of-type(2) {
  background: #fff4e2;
  border-color: #ef7924
}

#caseSingle #caseCont dl:nth-of-type(2) dt {
  color: #ef7924
}

#caseSingle #caseCont dl:last-of-type {
  border-color: #664733
}

#caseSingle #caseCont dl:last-of-type dt {
  color: #664733
}

#caseSingle #caseCont dl dt {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid
}

#caseSingle #caseCont dl dt::before {
  position: relative;
  top: 5px;
  font-size: 4rem;
  line-height: 0;
  font-weight: 100;
  margin-right: 10px
}

#caseSingle #caseCont dl dd>p {
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 1px
}

#caseSingle #caseCont dl dd p+ul {
  margin-top: 10px
}

#caseSingle #caseCont dl dd ul li {
  position: relative;
  line-height: 1.4em;
  padding-left: 15px
}

#caseSingle #caseCont dl dd ul li:not(:last-of-type) {
  margin-bottom: 5px
}

#caseSingle #caseCont dl dd ul li::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5d9724
}

#caseSingle #caseCont dl dd ol {
  counter-reset: number
}

#caseSingle #caseCont dl dd ol li {
  position: relative;
  line-height: 1.8em;
  padding-left: 1.5em
}

#caseSingle #caseCont dl dd ol li:not(:last-of-type) {
  margin-bottom: 5px
}

#caseSingle #caseCont dl dd ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  line-height: 1.8em
}

#caseSingle #caseCont dl dd table {
  border: 1px solid #5d9724
}

@media screen and (max-width: 767px) {
  #caseSingle #caseCont dl dd table {
    min-width: 960px
  }
}

#caseSingle #caseCont dl dd table th, #caseSingle #caseCont dl dd table td {
  padding: 10px;
  border: 1px solid #5d9724;
  line-height: 1.4em
}

#caseSingle #caseCont dl dd table thead tr th {
  background: #f6f6f6
}

#caseSingle #caseCont dl dd table thead tr th:first-of-type {
  background: #fffae5
}

#caseSingle #caseCont dl dd table tbody th {
  background: #fffae5;
  white-space: nowrap
}
