#enshi_title {
  background-image: url(bg_title.jpg);
  background-position: right center;
}

#enshi_title h2 {
  background-image: url(title01.png);
}

#img02,
#img03 {
  background: #fffff3;
  border: 2px solid #f1f2e0;
  padding: 3% 0;
  margin: 40px 0;
  text-align: center;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}

#img02 ul,
#img03 ul {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
}

#img02 ul li,
#img03 ul li {
  width: 50%;
  max-width: 414px;
  box-sizing: content-box;
  padding: 0 2.5%;
}

#img02 ul li:nth-child(1),
#img03 ul li:nth-child(1) {
  border-right: 2px solid #fbedc6;
}

#img02 ul li dt,
#img03 ul li dt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0073b9;
}

#img02 ul li dd img,
#img03 ul li dd img {
  margin: 0 auto 0.2em auto;
}

#img02 ul li dd p,
#img03 ul li dd p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #img02,
  #img03 {
    margin: 3.5vw 0;
  }
  #img02 ul li dt,
  #img03 ul li dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  #img02,
  #img03 {
    border: 1px solid #f1f2e0;
    padding: 3.5vw 0;
  }
  #img02 ul,
  #img03 ul {
    padding: 0;
  }
  #img02 ul li,
  #img03 ul li {
    padding: 0 2.5vw;
  }
  #img02 ul li:nth-child(1),
  #img03 ul li:nth-child(1) {
    border-right: 1px solid #fbedc6;
  }
  #img02 ul li dt,
  #img03 ul li dt {
    font-size: 1.5rem;
  }
  #img02 ul li dd p,
  #img03 ul li dd p {
    font-size: 1.2rem;
  }
}

#clm_cont section .aside ul.faq_list > li > ul {
  padding-left: 14px;
  margin-bottom: 1em;
  font-weight: bold;
}

#clm_cont section .aside ul.faq_list > li > ul > li {
  border: 0;
  padding: 0 0 0 0.8em;
  margin: 0 0 0.5em 0;
  position: relative;
}

#clm_cont section .aside ul.faq_list > li > ul > li:last-child {
  margin: 0;
}

#clm_cont section .aside ul.faq_list > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #333;
  margin: auto;
  left: 0;
  top: 0.6em;
}
