.contents-area-override-for-seo.case .h4_case {
  font-size: 120%;
  text-align: left;
  margin: 0 0 10px;
  border: solid #dddddd;
  border-width: 0 0 2px;
  padding-bottom: 10px;
  font-weight: bold;
}
.contents-area-override-for-seo.case h2 {
  font-size: 120%;
  text-align: left;
  margin: 0 0 10px;
  font-weight: bold;
  border: solid #e7e4cd;
  border-width: 0 0 0 10px;
  padding-left: 10px;
}
.contents-area-override-for-seo.case ol {
  list-style-type: decimal;
  margin: 0 !important;
}
.contents-area-override-for-seo.case ul {
  list-style-type: disc;
  margin: 0 !important;
}
.contents-area-override-for-seo.case ul li, .contents-area-override-for-seo.case ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.contents-area-override-for-seo.case blockquote {
  background-color: #fafafa;
  padding: 1.5em;
}
.contents-area-override-for-seo.case #toc_container {
  width: 100%;
  display: block;
  background: #fcfcf9;
  border: solid 1px #f2f1eb;
  padding: 1em 1em 1.5em;
  margin: 2em 0;
  font-size: 100%;
}
.contents-area-override-for-seo.case #toc_container .toc_title {
  text-align: center;
  font-size: 20px;
  color: #a39d6d;
  margin: 0 0 20px;
}
.contents-area-override-for-seo.case #toc_container ul li, .contents-area-override-for-seo.case #toc_container ol li {
  margin-left: 1.5em;
  margin-top: 0.5em;
}
.contents-area-override-for-seo.case #toc_container ul li a, .contents-area-override-for-seo.case #toc_container ol li a {
  text-decoration: underline;
}
.contents-area-override-for-seo.page-template h1 {
  background-color: #F9FAF5;
  font-size: 24px;
  text-align: center;
  border-top: 2px solid #E5E3CB;
  border-bottom: 2px solid #E5E3CB;
  padding: 0.5em;
  margin-bottom: 1em;
}
.contents-area-override-for-seo.page-template h2 {
  background: none;
  text-align: left;
  border-left: solid 10px #E5E3CB;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  padding: 0.25em 0.75em;
  margin-bottom: 1em;
}
.contents-area-override-for-seo.page-template blockquote {
  background-color: #fafafa;
  padding: 1.5em;
}
.contents-area-override-for-seo.page-template ol {
  list-style-type: decimal;
  margin: 0 !important;
}
.contents-area-override-for-seo.page-template ul {
  list-style-type: disc;
  margin: 0 !important;
}
.contents-area-override-for-seo.page-template ul li, .contents-area-override-for-seo.page-template ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.contents-area-override-for-seo.page-template #toc_container {
  width: 100%;
  display: block;
  background: #fcfcf9;
  border: solid 1px #f2f1eb;
  padding: 1em 1em 1.5em;
  margin: 2em 0;
  font-size: 100%;
}
.contents-area-override-for-seo.page-template #toc_container .toc_title {
  text-align: center;
  font-size: 20px;
  color: #a39d6d;
  margin: 0 0 20px;
}
.contents-area-override-for-seo.page-template #toc_container ul li, .contents-area-override-for-seo.page-template #toc_container ol li {
  margin-left: 1.5em;
  margin-top: 0.5em;
}
.contents-area-override-for-seo.page-template #toc_container ul li a, .contents-area-override-for-seo.page-template #toc_container ol li a {
  text-decoration: underline;
}
.contents-area-override-for-seo.page-template .link-button {
  min-width: 350px;
  display: block;
  background: #84CCC9;
  border-bottom: 2px solid #45a5a1;
  font-size: 18px;
  color: #fff;
  padding: 1.5em 2em;
  text-decoration: none;
}
.contents-area-override-for-seo.page-template hr {
  border-top: 1px solid #f2f1eb;
}
.contents-area-override-for-seo.page-template .service_list {
  display: none;
}

#other-service-list {
  padding: 100px;
}
#other-service-list h2 {
  text-align: center;
  padding-bottom: 70px;
}
#other-service-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 50px;
}
#other-service-list li {
  flex-basis: 30%;
  margin: 0 0 70px 0;
}
#other-service-list li a {
  text-decoration: none;
}
#other-service-list li a:hover h3 {
  color: #F0810B;
  text-decoration: underline;
}
#other-service-list li p {
  font-size: 14px;
}
#other-service-list li div {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 200px;
  position: relative;
  margin-bottom: 1rem;
}
#other-service-list li div:before {
  content: "";
  display: block;
  padding-top: 200px;
}
#other-service-list li img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#other-service-list h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
}